/**
 * style.less
 * 层叠样式表
 */
.ff
{
    font-family: 'iconfont' !important;
}
.clearfix
{
    zoom: 1;
}
.clearfix:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link
{
    outline: none !important;
}
.slick-slide
{
    outline: none;
}
.slick-slide a
{
    outline: none !important;
}
@font-face
{
    font-family: 'iconfont';

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

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

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

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

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

    color: #333;

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

    overflow: hidden;

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

    overflow: hidden;

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

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

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

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

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

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

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

    display: block;
    overflow: hidden;

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

    display: block;

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

    width: 100%;
    height: 120px;

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

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .header
    {
        height: 60px;
    }
}
.header .logo
{
    position: relative;

    float: left;

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

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 40px;
        margin-top: 10px;
    }
}
.header .logo a
{
    display: block;

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

    height: 100%;
}
.header .nav-collapse
{
    position: absolute;
    z-index: 10;
    top: 20px;
    right: 20px;

    display: none;
    float: right;

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

    cursor: pointer;

    background: none;
}
@media (max-width: 1199px)
{
    .header .nav-collapse
    {
        display: block;
    }
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 20px;

        display: block;

        margin-top: 8px;

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

    width: 20px;
    height: 2px;

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

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

    display: block;

    width: 20px;
    height: 2px;

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

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

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

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

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
.header .language-box
{
    position: relative;

    display: inline-block;
    float: right;

    height: 32px;
    margin-top: 24px;
    margin-left: 66px;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .header .language-box
    {
        display: none;
    }
}
.header .language-box p
{
    font-weight: bold;
    line-height: 32px;

    margin: 0;
    padding: 0;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.header .language-box p:before,
.header .language-box p:after
{
    display: inline-block;

    content: '';
    vertical-align: middle;
}
.header .language-box p:before
{
    font-family: 'iconfont' !important;
    font-size: 12px;
    line-height: 32px;

    float: left;

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

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

    color: #fff;
    border-radius: 50%;
    background-color: #024287;
}
.header .language-box p.cn:before
{
    background-position: 0 100%;
}
.header .language-box p.jp:before
{
    background-position: 100% 100%;
}
.header .language-box p.en:before
{
    background-position: 50% 100%;
}
.header .language-box p:after
{
    float: right;

    width: 0;
    height: 0;
    margin-top: 14px;
    margin-left: 12px;

    content: '';

    border-width: 3px 3px 0 3px;
    border-style: solid;
    border-color: #666 transparent transparent transparent;
}
@media (min-width: 768px)
{
    .header .language-box ul
    {
        position: absolute;
        z-index: 900;
        left: 50%;

        display: none;

        min-width: 90px;
        margin-top: 20px !important;

        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        text-align: center;
        white-space: nowrap;
    }
}
@media (min-width: 1680px)
{
    .header .language-box ul
    {
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
.header .language-box ul li
{
    margin: 8px 0;
}
.header .language-box ul li a
{
    font-size: 13px;

    position: relative;

    display: block;

    padding-left: 10px;

    color: #fff;
}
.header .language-box ul li a:before
{
    position: absolute;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 24px;
    height: 18px;

    content: '';

    background-image: url(../images/language.png);
    background-repeat: no-repeat;
    background-size: 300% auto;
}
.header .language-box ul li a:hover
{
    text-decoration: underline;
}
.header .language-box ul .cn a:before
{
    background-position: 0 100%;
}
.header .language-box ul .jp a:before
{
    background-position: 100% 100%;
}
.header .language-box ul .en a:before
{
    background-position: 50% 100%;
}
.header .language-box.language-header
{
    -webkit-transition: all .4s;
            transition: all .4s;
}
.header .language-box.language-header ul
{
    top: 50%;

    width: 100%;
    padding: 12px 15px;

    background-color: #024287;
}
@media (min-width: 768px)
{
    .header .language-box.language-header ul
    {
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
.header .language-box.language-header li
{
    white-space: nowrap;
}
.header .right
{
    float: right;
}
.header .right .language
{
    text-align: right;
}
@media (max-width: 1199px)
{
    .header .right .language
    {
        position: fixed;
        z-index: 9;
        top: 0;
        right: 10px;
    }
}
.header .right .language a
{
    line-height: 50px;

    display: inline-block;

    margin-left: 30px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .header .right .language a
    {
        font-size: 12px;
        line-height: 30px;

        margin-left: 10px;
    }
}
.header .right .language a:before
{
    display: inline-block;

    width: 23px;
    height: 15px;
    margin-right: 6px;

    content: '';
    vertical-align: middle;

    background: url(../images/flag1.png) no-repeat;
}
.header .right .language a.en:before
{
    background: url(../images/flag2.png) no-repeat;
}
@media (min-width: 1200px)
{
    .header .nav
    {
        display: block;

        margin: 0 -30px;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

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

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

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

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

        height: 100%;

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

        position: relative;

        display: block;

        padding: 0 30px;

        -webkit-transition: all .4s;
                transition: all .4s;
        text-transform: uppercase;
    }
    .header .nav .nav-list1 > li.more > a:before
    {
        font-family: 'iconfont' !important;
        font-size: 12px;

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

        content: '\e654';

        color: #fff;
    }
    .header .nav .nav-list1 > li:hover > a:after,
    .header .nav .nav-list1 > li.active > a:after
    {
        width: 100%;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;

        display: none;

        min-width: 160px;
        padding: 20px 0;

        text-align: center;
        text-align: left;

        background-color: rgba(255, 255, 255, .9);
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2 li
    {
        position: relative;

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 li > a
    {
        line-height: 40px;

        position: relative;
        z-index: 1;

        display: block;

        padding: 0 30px;

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

        color: #666;
    }
    .header .nav .nav-list1 .nav-list2 li > a:hover
    {
        -webkit-transform: translateX(6px);
            -ms-transform: translateX(6px);
                transform: translateX(6px);
        text-decoration: underline;

        color: #f00;
    }
    .header .nav .nav-list1 .nav-list2 li img
    {
        max-width: 400px;
    }
    .header .nav .nav-list1 .nav-list3
    {
        position: absolute;
        top: 0;
        left: 100%;

        display: none;

        min-width: 200px;
        padding: 20px 0;

        text-align: left;

        background-color: rgba(255, 255, 255, .9);
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list3 li > a
    {
        line-height: 30px;

        padding: 0 20px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        margin: 20px 0;

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

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

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

        margin-top: 5px;

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

        display: block;
        overflow: hidden;

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

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

        color: #fff;
        background: #fafafa;
        background-color: #000;
    }
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before
{
    font-family: 'iconfont';
    font-size: 26px;

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

    margin: 0;

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

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

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

    margin: 25px 0;

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

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

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

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

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

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

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

        margin-top: -14px;

        content: '\e72f';

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

        display: block;

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

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

    color: #fff;
}
.header .search-box
{
    position: fixed;
    z-index: 888;
    top: 100%;
    left: 0;

    display: none;
    overflow: hidden;

    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-top: 0;
    margin-right: 10px;
    padding: 0 3%;

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

    overflow: hidden;
    zoom: 1;

    width: 240px;

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

    height: 0;

    content: '';
}
.header .search-box .input-text
{
    float: left;

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

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

    float: right;

    width: 50px;

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

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

    content: '\e64d';

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

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

        display: inline-block;

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

    width: 100%;

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

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

    background: #fff;
}
.header .search-box.search-xs .input-submit:before
{
    color: #104384;
}
.header .search-icon
{
    position: absolute;
    z-index: 10;
    top: 18px;
    left: 15px;

    display: inline-block;

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

    content: '\e660';

    color: #f00;
}
.header .search-lg
{
    top: 0;
}
.header .search-lg .logo
{
    margin-top: 20px;
    margin-left: 0;
}
.header .search-lg .search
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 100%;
    max-width: 90%;
    margin: auto;
    padding: 0 10px;

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

    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    border-radius: 0;
}
.header .search-lg .search p
{
    margin-bottom: 50px;

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

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

    width: 80%;
    height: 60px;
    padding: 0;
    padding-bottom: 30px;

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

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

    cursor: pointer;
}
@media (max-width: 1440px)
{
    .header .search-lg .close-btn
    {
        right: 8%;
    }
}
.header .search-lg .close-btn:before
{
    font-size: 20px;

    content: '\2716';

    color: #fff;
}
.header .find
{
    line-height: 97px;

    display: inline-block;
    float: right;

    margin-left: 10px;

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

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

        position: absolute;
        right: 60px;

        margin-left: 0;
    }
}
.header .find:before
{
    font-family: 'iconfont';
    font-size: 20px;

    float: left;

    content: '\e64d';
}
.header .find:hover
{
    color: #f00;
}
@media (max-width: 1199px)
{
    .header .right
    {
        display: inline-block;
        float: right;

        margin-right: 0;
    }
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.online-wrap .btn
{
    line-height: 36px;

    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 0;

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

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

    border-radius: 0;
    background-color: rgba(0, 0, 0, .8);
}
@media (min-width: 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;

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

    display: none;

    max-width: 120px;
}
.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: 10;
    right: 0;
    bottom: 23%;

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

    position: relative;

    display: block;

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

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

    border-radius: 6px;
    background-color: #fcab15;
}
.online-wrap .online a:before
{
    font-size: 24px;

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

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

    padding-right: 5px;

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

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

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box
{
    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 .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;
    font-size: 24px !important;

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

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

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

    content: '\e61c';
}
.online-wrap .icon-arrow-top:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    content: '\e614';
}
.banner
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
    margin-top: 120px;
}
@media (max-width: 1199px)
{
    .banner
    {
        margin-top: 60px;
    }
}
@media (max-width: 1199px)
{
    .banner .slickbanner
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px)
{
    .banner .slickbanner
    {
        width: 180%;
        max-width: 180%;
        margin-left: -40%;
    }
}
.banner .slick-dots
{
    position: absolute;
    bottom: 20px;

    width: 100%;

    text-align: center;
}
.banner .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 12px;
    height: 12px;
    margin: 0 5px;

    cursor: pointer;

    border-radius: 50%;
    background-color: #fff;
}
.banner .slick-dots li.slick-active
{
    background-color: #f00;
}
.banner .slick-dots li button
{
    display: none;
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .img-box
{
    padding-bottom: 26.04166667%;
}
@media (max-width: 991px)
{
    .banner-in .slickbanner
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px)
{
    .banner-in .slickbanner
    {
        width: 200%;
        max-width: 200%;
        margin-left: -50%;
    }
}
.banner-in .img-box
{
    padding-bottom: 18.22916667%;
}
.box
{
    overflow: hidden;

    padding: 60px 0;
}
.title
{
    text-align: center;
}
.title b
{
    font-size: 28px;
    font-weight: normal;
}
@media (max-width: 991px)
{
    .title b
    {
        font-size: 24px;
    }
}
.title p
{
    font-size: 12px;

    margin: 10px 0 0 0;

    letter-spacing: 12px;

    color: #666;
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.box-product .product .item
{
    display: block;

    margin-top: 30px;

    text-align: center;
}
.box-product .product .item .img-box
{
    padding-bottom: 50.29585799%;
}
.box-product .product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-product .product .item p
{
    line-height: 34px;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    height: 34px;
    margin: 2px 0 0 0;

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

    background-color: #f1f0f0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-product .product .item p:after
{
    position: absolute;
    bottom: 0;

    display: block;

    width: 0;
    height: 2px;

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

    background-color: #f00;
}
.box-product .product .item span
{
    font-size: 12px;
    line-height: 24px;

    display: inline-block;

    height: 24px;
    margin-top: 42px;
    padding: 0 20px;

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

    color: #666;
    border: 2px solid #c9c9c9;
}
@media (max-width: 991px)
{
    .box-product .product .item span
    {
        margin-top: 22px;
    }
}
.box-product .product .item:hover p
{
    color: #f00;
}
.box-product .product .item:hover p:after
{
    width: 100%;
}
.box-product .product .item:hover span
{
    color: #f00;
    border-color: #f00;
}
.box-product .product .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-advantage
{
    padding-top: 30px;
}
@media (max-width: 991px)
{
    .box-advantage
    {
        padding-top: 0;
    }
}
.box-advantage .text
{
    margin-top: 30px;

    text-align: center;
}
.box-advantage .text p
{
    line-height: 1.71;

    margin: 0;
}
.box-advantage .advantage
{
    font-size: 0;
}
.box-advantage .advantage .itembox
{
    display: inline-block;
    float: none;

    vertical-align: top;
}
.box-advantage .advantage .item
{
    margin-top: 30px;

    text-align: center;
}
.box-advantage .advantage .item:before
{
    display: block;

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

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

    background: url(../images/advance.png) no-repeat;
}
.box-advantage .advantage .item:hover:before
{
    background-position: 0 -104px;
}
.box-advantage .advantage .item:hover b
{
    color: #f00;
}
.box-advantage .advantage .item-jstd:before
{
    background-position: -104px 0;
}
.box-advantage .advantage .item-jstd:hover:before
{
    background-position: -104px -104px;
}
.box-advantage .advantage .item-shzr:before
{
    background-position: -208px 0;
}
.box-advantage .advantage .item-shzr:hover:before
{
    background-position: -208px -104px;
}
.box-advantage .advantage .item-shyx:before
{
    background-position: -312px 0;
}
.box-advantage .advantage .item-shyx:hover:before
{
    background-position: -312px -104px;
}
.box-advantage .advantage .item b
{
    font-size: 15px;

    display: block;

    margin: 20px 0 0 0;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.box-advantage .advantage .item p
{
    font-size: 14px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 120px;
    margin: 20px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.box-advantage .more
{
    margin-top: 40px;

    text-align: center;
}
.box-advantage .more a
{
    font-size: 14px;
    line-height: 28px;

    display: inline-block;

    height: 28px;
    padding: 0 40px;

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

    color: #f00;
    border: 1px solid #f00;
    border-radius: 14px;
}
.box-advantage .more a:hover
{
    color: #fff;
    background-color: #f00;
}
.box-about
{
    overflow: hidden;
}
.box-about .about
{
    display: table;

    width: 100%;

    background-color: #2c2f34;
}
@media (max-width: 991px)
{
    .box-about .about
    {
        display: block;
    }
}
.box-about .pic,
.box-about .text
{
    display: table-cell;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .box-about .pic,
    .box-about .text
    {
        display: block;

        width: 100%;
    }
}
.box-about .pic .picbox
{
    overflow: hidden;
}
.box-about .pic img
{
    max-width: 100%;
}
@media (max-width: 1560px)
{
    .box-about .pic img
    {
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 1199px)
{
    .box-about .pic img
    {
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 991px)
{
    .box-about .pic img
    {
        max-width: 100%;
        margin: 0;
    }
}
.box-about .text
{
    padding: 30px 14% 30px 50px;
}
@media (max-width: 1560px)
{
    .box-about .text
    {
        padding: 30px;
    }
}
@media (max-width: 991px)
{
    .box-about .text
    {
        padding: 30px 15px;
    }
}
.box-about .text .title-about b
{
    font-size: 20px;
    font-weight: normal;

    position: relative;

    display: block;

    margin-top: 0;

    color: #fdf7f7;
}
.box-about .text .title-about b:after
{
    display: block;

    width: 70px;
    height: 3px;
    margin-top: 20px;

    content: '';

    background-color: #f00;
}
.box-about .text .note
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .box-about .text .note
    {
        margin-top: 30px;
    }
}
.box-about .text .note p
{
    line-height: 1.85;

    margin: 0;

    color: #999;
}
.box-about .text .more
{
    margin-top: 30px;
}
.box-about .text .more a
{
    line-height: 38px;

    display: inline-block;

    height: 38px;
    padding: 0 24px;

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

    color: #999;
    border: 1px solid #999;
}
.box-about .text .more a:hover
{
    color: #fff;
    border-color: #f00;
    background-color: #f00;
}
.box-news .news
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .box-news .news
    {
        margin-top: 10px;
    }
}
.box-news .item
{
    display: block;

    margin-top: 30px;
}
.box-news .item .pic
{
    position: relative;
}
.box-news .item .pic .img-box
{
    padding-bottom: 34.48275862%;
}
.box-news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .item .pic .date
{
    position: absolute;
    top: 0;
    left: 0;

    width: 80px;
    height: 78px;

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

    color: #ededed;
    background: rgba(0, 0, 0, .7);
}
.box-news .item .pic .date b
{
    font-size: 46px;
    line-height: 1;

    display: block;

    margin-top: 6px;
}
@media (max-width: 991px)
{
    .box-news .item .pic .date b
    {
        font-size: 30px;

        margin-top: 14px;
    }
}
.box-news .item .pic .date p
{
    font-size: 14px;

    margin: 0;
}
.box-news .item .note p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-news .item .note span
{
    line-height: 40px;

    display: inline-block;

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

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

    color: #fff;
    background-color: #f00;
}
.box-news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-news .item:hover .pic .date
{
    background-color: rgba(255, 0, 0, .7);
}
.box-partner
{
    background-color: #f4f4f4;
}
.box-partner .row
{
    margin: 0 -6px;
    margin-top: 30px;
}
.box-partner .itembox
{
    padding: 6px;
}
.box-partner .item
{
    -webkit-transition: all .2s;
            transition: all .2s;

    border: 1px #dcdcdc solid;
}
.box-partner .item a
{
    display: block;
}
.box-partner .item .img-box
{
    padding-bottom: 50%;
}
.box-partner .item .img-box img
{
    -webkit-transition: all .4s;
            transition: all .4s;

    opacity: .5;

    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-filter: gray;
            filter: gray;
}
.box-partner .item:hover
{
    border-color: #f00;
}
.box-partner .item:hover .img-box img
{
    opacity: 1;

    -webkit-filter: grayscale(0%);
       -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
         -o-filter: grayscale(0%);
            filter: grayscale(0%);
}
.footer
{
    font-size: 0;

    position: relative;

    background-color: #5a5a5a;
}
.footer .foot
{
    overflow: hidden;

    padding: 40px 0;
}
@media (max-width: 991px)
{
    .footer .foot
    {
        display: none;
    }
}
.footer .foot .title-foot b
{
    font-size: 16px;

    display: block;

    color: #fff;
}
.footer .foot .message
{
    float: left;

    width: 54%;
    padding-right: 70px;

    border-right: 1px dashed #787777;
}
.footer .foot .message ul
{
    margin-top: 20px;
}
.footer .foot .message ul li
{
    position: relative;

    padding-left: 66px;
}
.footer .foot .message ul li span
{
    font-size: 14px;
    line-height: 28px;

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

    color: #ddd;
}
.footer .foot .message ul li input,
.footer .foot .message ul li textarea
{
    font-size: 14px;
    line-height: 28px;

    width: 100%;
    min-height: 28px;
    margin: 0;
    margin: 5px 0;
    padding: 0;
    padding: 0 10px;

    color: #666;
    border: none;
    border-radius: 2px;
}
.footer .foot .message ul li .submit
{
    font-size: 14px;
    line-height: 30px;

    width: 74px;
    height: 30px;
    margin-top: 6px;
    padding: 0;

    text-align: center;
    text-indent: 0;

    color: #fff;
    border: none;
    border-radius: 4px;
    background: #f00;
}
.footer .foot .contact
{
    float: left;

    width: 46%;
    padding-left: 50px;
}
.footer .foot .contact .text
{
    margin-top: 20px;
}
.footer .foot .contact .text p
{
    font-size: 14px;
    line-height: 2.6;

    margin: 0;

    color: #ddd;
}
.footer .foot .contact .text p a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .foot .contact .share
{
    margin-top: 30px;
}
.footer .foot .contact .share ul li
{
    display: inline-block;
}
.footer .foot .contact .share ul li a
{
    display: block;

    margin-right: 10px;

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

    color: #f00;
}
.footer .foot .contact .share ul li a:before
{
    display: block;

    width: 27px;
    height: 27px;

    content: '';

    background: url(../images/link.jpg) no-repeat;
}
.footer .foot .contact .share ul li.twitter a:before
{
    background-position: -27px 0;
}
.footer .foot .contact .share ul li.linkedin a:before
{
    background-position: -54px 0;
}
.footer .foot .contact .share ul li.instagram a:before
{
    font-size: 18px;

    content: '\e63b';
}
.footer .foot .contact .share ul li.youtube a:before
{
    content: '\e6d7';
}
.footer .foot .contact .share ul li.google a:before
{
    content: '\e60c';
}
.footer .foot .contact .share ul li.amazon a:before
{
    content: '\e6c1';
}
.footer .foot .contact .share ul li:hover a
{
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);

    color: #fff;
}
.footer .copyright
{
    padding: 15px 0;

    background-color: #363636;
}
@media (max-width: 767px)
{
    .footer .copyright
    {
        padding: 10px 0;

        text-align: center;
    }
}
.footer .copyright p
{
    font-size: 14px;
    line-height: 25px;

    display: inline-block;

    margin: 0;

    color: #ddd;
}
.footer .copyright a
{
    font-size: 14px;
    line-height: 25px;

    display: inline-block;
    float: right;

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

    color: #ddd;
}
@media (max-width: 767px)
{
    .footer .copyright a
    {
        display: block;
        float: none;
    }
}
.footer .copyright a:hover
{
    text-decoration: underline;

    color: #fff;
}
.wrapper
{
    overflow: hidden;
}
.wrap
{
    padding: 80px 0;
}
.inside-nav
{
    position: relative;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: center;

    background-color: #e6e6e6;
}
@media (max-width: 991px)
{
    .inside-nav .container
    {
        padding: 0;
    }
}
.inside-nav .nav-wrap
{
    position: relative;
    z-index: 2;
}
.inside-nav ul
{
    font-size: 0;

    position: relative;

    display: inline-block;
}
@media (max-width: 1199px)
{
    .inside-nav ul
    {
        padding: 15px 0;
    }
}
.inside-nav ul > li
{
    display: inline-block;

    margin-left: -3px;
}
.inside-nav ul > li > a
{
    font-size: 14px;
    line-height: 60px;

    position: relative;

    display: inline-block;

    padding: 0 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1199px)
{
    .inside-nav ul > li > a
    {
        line-height: 40px;

        padding: 0 20px;
    }
}
.inside-nav ul > li ul.sub-2
{
    font-size: 0;

    position: absolute;

    display: none;

    background-color: #eee;
}
@media (max-width: 1199px)
{
    .inside-nav ul > li ul.sub-2
    {
        position: relative;

        padding: 10px 0;
    }
}
.inside-nav ul > li ul.sub-2 li
{
    display: inline-block;

    vertical-align: top;
}
.inside-nav ul > li ul.sub-2 li a
{
    font-size: 14px;
    line-height: 50px;

    display: block;

    padding: 0 24px;
}
@media (max-width: 1199px)
{
    .inside-nav ul > li ul.sub-2 li a
    {
        line-height: 30px;

        padding: 0 10px;
    }
}
.inside-nav ul > li ul.sub-2 li a:hover
{
    /*color: #f00;*/
}
.inside-nav ul > li.active > a,
.inside-nav ul > li:hover > a
{
    color: #fff;
    background-color: #f00;
}
.inside-nav ul > li.active > a:after,
.inside-nav ul > li:hover > a:after
{
    position: absolute;
    z-index: 4;
    left: 50%;

    display: block;

    width: 0;
    height: 0;
    margin-left: -3px;

    content: '';

    border-top: 6px solid #f00;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.inside-nav ul > li.active ul.sub-2
{
    display: block;
}
@media (max-width: 1199px)
{
    .inside-nav ul > li.active
    {
        display: block;
    }
}
.wrap-about .about img
{
    max-width: 100%;
}
.wrap-about .about p
{
    line-height: 1.85714286;

    margin: 0;

    color: #666;
}
.wrap-honor .honor
{
    margin-top: -30px;
}
.wrap-honor .honor .item
{
    display: block;

    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-honor .honor .item
    {
        margin-top: 20px;
    }
}
.wrap-honor .honor .item .img-box
{
    padding-bottom: 68.96551724%;
}
.wrap-honor .honor .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-honor .honor .item p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-honor .honor .item p
    {
        font-size: 14px;
    }
}
.wrap-honor .honor .item-2 .img-box
{
    padding-bottom: 148.27586207%;
}
.wrap-honor .honor .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-honor .honor .item:hover p
{
    color: #f00;
}
.wrap-culture .culture .text
{
    text-align: center;
}
.wrap-culture .culture .text h3
{
    font-size: 24px;
    line-height: 1.66666667;
}
@media (max-width: 991px)
{
    .wrap-culture .culture .text h3
    {
        font-size: 20px;
    }
}
.wrap-culture .culture .text p
{
    font-size: 20px;
    line-height: 1.7;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-culture .culture .text p
    {
        font-size: 16px;
    }
}
.wrap-factory .factory
{
    margin-top: -40px;
}
@media (max-width: 767px)
{
    .wrap-factory .factory
    {
        margin-top: -30px;
    }
}
.wrap-factory .factory .title-factory b
{
    font-size: 20px;
    font-weight: normal;
}
@media (max-width: 767px)
{
    .wrap-factory .factory .title-factory b
    {
        font-size: 18px;
    }
}
.wrap-factory .factory .list
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .wrap-factory .factory .list
    {
        margin-top: 30px;
    }
}
.wrap-factory .factory .item
{
    display: block;

    margin-top: 30px;
}
.wrap-factory .factory .item .img-box
{
    padding-bottom: 64.86486486%;
}
.wrap-factory .factory .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-factory .factory .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-service .title-service
{
    position: relative;

    padding-left: 50px;
}
.wrap-service .title-service:before
{
    position: absolute;
    top: 8px;
    left: 0;

    display: block;

    width: 38px;
    height: 19px;

    content: '';

    background: url(../images/angle1.png) no-repeat center;
}
.wrap-service .title-service strong
{
    font-size: 30px;
    font-weight: normal;
    line-height: 1;

    margin: 0;

    color: #0f4380;
}
@media (max-width: 1199px)
{
    .wrap-service .title-service b
    {
        font-size: 24px;
    }
}
.wrap-service .title-service p
{
    font-size: 15px;
    line-height: 1.4;

    margin: 0;

    color: #0f4380;
}
.wrap-service .service-1
{
    margin-top: 30px;
    padding: 20px 40px;

    background: url(../images/ser-bj1.jpg) no-repeat left center;
}
@media (max-width: 1199px)
{
    .wrap-service .service-1
    {
        padding: 0;

        background: none;
    }
}
.wrap-service .service-1 p
{
    font-size: 14px;
    line-height: 1.8;

    margin: 0;

    color: #666;
}
.wrap-service .service-2
{
    height: 453px;
    margin-top: 30px;
    padding: 20px 40px;

    background: url(../images/ser-bj2.jpg) no-repeat top left;
}
@media (max-width: 1199px)
{
    .wrap-service .service-2
    {
        height: auto;
        padding: 0;

        background: none;
    }
}
.wrap-service .service-2 p
{
    font-size: 14px;
    line-height: 1.8;

    margin: 0;

    color: #666;
}
.wrap-partner .title-partner
{
    text-align: center;
}
.wrap-partner .title-partner b
{
    font-size: 20px;

    display: block;
}
.wrap-partner .partner .item
{
    display: block;

    margin-top: 40px;

    border: 1px solid #dcdcdc;
}
.wrap-partner .partner .item .img-box
{
    padding-bottom: 50%;
}
.wrap-video .info
{
    margin-top: -30px;
}
.wrap-video .video
{
    position: relative;

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

    padding-bottom: 72.4137931%;

    background-color: #000;
}
.wrap-video .video .img-box img
{
    -webkit-transition: all .6s ease;
            transition: all .6s ease;
}
.wrap-video .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

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

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

    display: inline-block;

    width: 100%;
    height: 100%;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.wrap-video .item
{
    position: relative;

    margin-top: 30px;
}
.wrap-video .item p
{
    font-size: 14px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

    text-align: center;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-video .item:hover .video .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);

    opacity: .95;
}
.wrap-video .item:hover p
{
    color: #f00;
}
.wrap-plan .title-plan
{
    text-align: center;
}
.wrap-plan .title-plan b
{
    font-size: 20px;
    line-height: 1.5;

    display: block;

    text-align: center;
}
.wrap-plan .plan
{
    margin-top: 20px;

    text-align: center;
}
.wrap-plan .plan img
{
    max-width: 100%;
}
.wrap-news .news
{
    margin-top: -30px;
}
.wrap-news .news a.item
{
    display: block;
    overflow: hidden;

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

    background-color: #f4f4f4;
}
.wrap-news .news a.item .pic
{
    float: left;

    width: 22%;
}
.wrap-news .news a.item .pic .img-box
{
    padding-bottom: 68%;
}
.wrap-news .news a.item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news a.item .note
{
    float: left;

    width: 78%;
    padding: 0 10px 0 30px;
}
.wrap-news .news a.item .note b
{
    font-size: 16px;
    line-height: 24px;

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

    height: 24px;
    margin-top: 6px;

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

    display: block;

    margin: 8px 0 0 0;

    color: #999;
}
.wrap-news .news a.item .note p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.wrap-news .news a.item:hover
{
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.wrap-news .news a.item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news a.item:hover .note b
{
    color: #f00;
}
.wrap-news-show .title-news-show h1
{
    font-size: 16px;
    font-weight: bold;

    margin: 0;
}
.wrap-news-show .title-news-show span
{
    line-height: 2;

    display: block;

    margin: 14px 0 0 0;

    color: #999;
}
.wrap-news-show .news-show
{
    margin-top: 30px;
}
.wrap-news-show .news-show p
{
    line-height: 2;

    margin: 0;

    color: #666;
}
.wrap-news-show .news-show img
{
    max-width: 100%;
}
.wrap-news-show .relate
{
    margin-top: 50px;
    padding-top: 10px;

    border-top: 1px solid #dcdcdc;
}
.wrap-news-show .relate ul li
{
    margin-top: 10px;
}
.wrap-news-show .relate ul li a
{
    line-height: 30px;

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

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news-show .relate ul li a:hover
{
    color: #f00;
}
.wrap-exhibition .title-exhibition b,
.wrap-exhibition-list .title-exhibition b
{
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;

    display: inline-block;
}
.wrap-exhibition .title-exhibition a.more,
.wrap-exhibition-list .title-exhibition a.more
{
    line-height: 30px;

    display: inline-block;
    float: right;
}
.wrap-exhibition .title-exhibition a.more:hover,
.wrap-exhibition-list .title-exhibition a.more:hover
{
    color: #f00;
}
.wrap-exhibition .exhibition .item,
.wrap-exhibition-list .exhibition .item
{
    display: block;

    margin-top: 30px;
}
.wrap-exhibition .exhibition .item .img-box,
.wrap-exhibition-list .exhibition .item .img-box
{
    padding-bottom: 64.86486486%;
}
.wrap-exhibition .exhibition .item .img-box img,
.wrap-exhibition-list .exhibition .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-exhibition .exhibition .item:hover .img-box img,
.wrap-exhibition-list .exhibition .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-exhibition-list .title-exhibition
{
    text-align: center;
}
.wrap-exhibition-list .title-exhibition b
{
    display: block;
}
.wrap-product-new .product-new
{
    margin-top: -30px;
}
.wrap-product-new .product-new .item
{
    display: block;

    margin-top: 30px;
}
.wrap-product-new .product-new .item .pic
{
    border: 1px solid #c9c9c9;
}
.wrap-product-new .product-new .item .pic .img-box
{
    padding-bottom: 48.41269841%;
}
.wrap-product-new .product-new .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product-new .product-new .item p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 10px 0 0 0;

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-product-new .product-new .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product-new .product-new .item:hover p
{
    color: #f00;
}
.wrap-product .product
{
    margin-top: -40px;
}
.wrap-product .product .item
{
    display: block;

    margin-top: 40px;

    text-align: center;
}
.wrap-product .product .item .img-box
{
    padding-bottom: 50.29585799%;
}
.wrap-product .product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product .item p
{
    line-height: 34px;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    height: 34px;
    margin: 2px 0 0 0;

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

    background-color: #f1f0f0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-product .product .item p:after
{
    position: absolute;
    bottom: 0;

    display: block;

    width: 0;
    height: 2px;

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

    background-color: #f00;
}
.wrap-product .product .item:hover p
{
    color: #f00;
}
.wrap-product .product .item:hover p:after
{
    width: 100%;
}
.wrap-product .product .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product-show .carousel-wrap .carousel
{
    font-size: 0;

    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .img-box
{
    padding-bottom: 50.29585799%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for
{
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item
{
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav
{
    margin-top: 10px;
    padding: 0 24px;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slider-nav
    {
        padding: 0 30px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-slide
{
    padding: 0 4px;

    outline: none;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .img-box
{
    padding-bottom: 50.29585799%;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item
{
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-current .item
{
    border: 1px solid #f00;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow
{
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 0;

    width: 24px;
    height: 100%;

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

    background: none;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    line-height: 20px;

    display: block;

    content: '\e601';
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slick-arrow:before
    {
        font-size: 16px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next:before
{
    content: '\e827';
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow:hover:before
{
    color: #fcab15;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info-box
    {
        margin-top: 30px;
    }
}
.wrap-product-show .carousel-wrap .info-box .title-product
{
    background-color: #f00;
}
.wrap-product-show .carousel-wrap .info-box .title-product h1
{
    font-size: 20px;
    line-height: 30px;

    margin: 0;
    padding: 6px 24px;

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info-box .title-product h1
    {
        font-size: 18px;

        padding: 6px 10px;
    }
}
.wrap-product-show .carousel-wrap .info-box .text
{
    margin-top: 20px;
}
.wrap-product-show .carousel-wrap .info-box .text p
{
    font-size: 14px;
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}
.wrap-product-show .carousel-wrap .info .fun-btn
{
    margin-top: 50px;
}
@media (max-width: 1199px)
{
    .wrap-product-show .carousel-wrap .info .fun-btn
    {
        margin-top: 30px;
    }
}
.wrap-product-show .carousel-wrap .info .fun-btn a
{
    display: inline-block;
}
.wrap-product-show .carousel-wrap .info .fun-btn span
{
    font-size: 16px;
    line-height: 38px;

    display: inline-block;

    height: 38px;
    padding: 0 18px;

    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: .3s;
            transition: .3s;
    text-align: center;
    vertical-align: middle;

    color: #fff;
    background-color: #f00;

         -o-user-select: none;
}
.wrap-product-show .carousel-wrap .info .fun-btn span:before
{
    display: inline-block;

    width: 25px;
    height: 22px;
    margin-right: 6px;

    content: '';
    vertical-align: middle;

    background: url(../images/chat.png) no-repeat;
}
.wrap-product-show .carousel-wrap .info .fun-btn span:hover
{
    color: #fff;
    background-color: #e50707;
}
.wrap-product-show .title-product-show
{
    margin-top: 50px;
    padding-bottom: 10px;

    border-bottom: 1px solid #666;
}
.wrap-product-show .title-product-show b
{
    font-size: 20px;
    line-height: 2;

    display: block;
}
@media (max-width: 991px)
{
    .wrap-product-show .title-product-show b
    {
        font-size: 18px;
    }
}
.wrap-product-show .parameter .text
{
    margin-top: 30px;
}
.wrap-product-show .parameter .text p
{
    font-size: 14px;
    line-height: 30px;

    margin: 0;

    color: #666;
}
.wrap-product-show .parameter .table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.wrap-product-show .parameter table
{
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;

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

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

    vertical-align: middle;
}
.wrap-product-show .parameter table td
{
    padding: 8px !important;
}
.wrap-product-show .parameter table tr p,
.wrap-product-show .parameter table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.wrap-product-show .application .text
{
    margin-top: 30px;
}
.wrap-product-show .application .text p
{
    font-size: 14px;
    line-height: 30px;

    margin: 0;

    color: #666;
}
.wrap-product-show .inquiry .message
{
    margin-top: 30px;
}
.wrap-product-show .inquiry .message p
{
    line-height: 30px;

    margin: 0;

    color: #666;
}
.wrap-product-show .inquiry .message input,
.wrap-product-show .inquiry .message textarea
{
    font-size: 14px;
    line-height: 36px;
    line-height: 30px;

    width: 100%;
    min-height: 36px;
    margin-top: 10px;
    padding: 5px 0;
    padding: 0 10px;

    color: #666;
    border: 1px solid #d2d2d2;
}
.wrap-product-show .inquiry .message input:focus,
.wrap-product-show .inquiry .message textarea:focus
{
    border-color: #aaa;
}
.wrap-product-show .inquiry .message input[readonly]:focus
{
    border: 1px solid #d2d2d2;
}
.wrap-product-show .inquiry .message .submit
{
    font-size: 14px;
    line-height: 40px;

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

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

    color: #fff;
    border: none;
    border-radius: 0;
    background-color: #f00;
}
.wrap-product-show .inquiry .message .submit:hover
{
    background-color: #e50707;
}
.wrap-contact .contact
{
    overflow: hidden;
}
.wrap-contact .contact .text
{
    float: left;

    width: 40%;
    padding-right: 50px;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .text
    {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-contact .contact .text b
{
    font-size: 20px;
    line-height: 1.5;

    display: block;

    margin-bottom: 14px;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .text b
    {
        font-size: 18px;
    }
}
.wrap-contact .contact .text p
{
    line-height: 2.14285714;

    margin: 0;

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

    color: #f00;
}
.wrap-contact .contact .message
{
    float: left;

    width: 60%;
    padding-left: 50px;

    border-left: 1px dashed #e8e8e8;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .message
    {
        width: 100%;
        margin-top: 50px;
        padding-left: 0;

        border-left: none;
    }
}
.wrap-contact .contact .message .note p
{
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}
.wrap-contact .contact .message ul.list
{
    margin-top: 20px;
}
.wrap-contact .contact .message ul.list li
{
    margin: 5px 0;
}
.wrap-contact .contact .message ul.list li .item
{
    position: relative;

    padding-left: 80px;
}
.wrap-contact .contact .message ul.list li .item p
{
    font-size: 12px;
    line-height: 2;

    margin: 0;

    color: #bebdbd;
}
.wrap-contact .contact .message ul.list li .item span
{
    line-height: 28px;

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

    display: block;

    width: 60px;

    text-align: right;

    color: #666;
}
.wrap-contact .contact .message ul.list li .item input,
.wrap-contact .contact .message ul.list li .item textarea
{
    font-size: 14px;
    line-height: 28px;

    width: 100%;
    margin: 8px 0;
    padding: 0 10px;

    color: #666;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
}
.wrap-contact .contact .message ul.list li .item input.sex
{
    float: left;

    width: 14px;
    height: 14px;
}
.wrap-contact .contact .message ul.list li .item label
{
    font-weight: normal;

    margin-right: 20px;
}
.wrap-contact .contact .message ul.list li .item i
{
    font-style: normal;
    line-height: 28px;

    margin: 0 4px;
}
.wrap-contact .contact .message ul.list li .item .submit
{
    font-size: 16px;
    line-height: 36px;

    height: 36px;
    padding: 0 44px;

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

    color: #fff;
    border-radius: 0;
    background-color: #f00;
}
.wrap-contact .contact .message ul.list li .item .submit:hover
{
    background-color: #e50707;
}
.page
{
    margin: 70px 0 0 0;

    text-align: center;
}
@media (max-width: 991px)
{
    .page
    {
        margin: 50px 0 0 0;
    }
}
.page li
{
    display: inline-block;

    vertical-align: top;
}
.page li a
{
    font-size: 18px;
    line-height: 43px;

    width: 45px;
    height: 45px;

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

    color: #333;
    border: 1px solid #e2e2e2;
}
.page li a
{
    display: block;
}
.page li.omit a
{
    color: #333;
    border-color: #fff;
    background-color: #fff;
}
.page li.omit:hover a
{
    color: #333;
    border-color: #fff;
    background: none;
}
.page li.next a
{
    margin-right: 0;
}
@media (max-width: 991px)
{
}
.page li.active a,
.page li:hover a
{
    color: #fff;
    border-color: #f00;
    background-color: #f00;
}
.lazy
{
    background-image: url(../js/slick/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.fixed-header
{
    position: fixed;
    top: 0;

    width: 100%;
    height: 80px !important;

    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
@media (max-width: 1199px)
{
    .fixed-header
    {
        height: 60px !important;
    }
}
.fixed-header .logo
{
    height: 60px;
    margin-top: 10px;
}
@media (max-width: 1199px)
{
    .fixed-header .logo
    {
        height: 40px;
        margin-top: 10px;
    }
}
.fixed-header .nav .nav-list1 > li > a
{
    line-height: 50px;
}
.fixed-header .language-box
{
    margin-top: 19px;
}
.fixed-header .right .language a
{
    line-height: 30px;
}
.fixed-header .find
{
    line-height: 70px;
}
@media (max-width: 1199px)
{
    .fixed-header .find
    {
        line-height: 60px;
    }
}
.fancybox-slide--iframe .fancybox-content
{
    width: 733px;
    max-width: 80%;
    height: 500px;
    max-height: 50%;
    margin: 0;
}



#subb{
    color: #ff0000;
    background: none;
}


.table-box {
    width: 100%;
    max-width: 100%;
    padding: 0 5px;
    overflow: auto;
}

table {
    //  width: 100%;
    width: auto;
    max-width: 98%;
    border-spacing: 0;
    border-collapse: collapse;
}

table tr,
table td {
    width: auto !important;
    height: auto !important;
    // word-break: break-word;
}

table tr:nth-child(odd) {
    //  background-color: rgb(242, 242, 242);
}

table td {
    padding: 8px !important;
    border: 1px solid #ccc !important;
}

table tr p,
table tr span {
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
