.ff
{
    font-family: 'iconfont' !important;
}
.text-white{ color:#fff;}
@font-face
{
    font-family: 'iconfont';

    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot') format('embedded-opentype'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg') format('svg');
}
@font-face
{
    font-family: 'ITC Avant Garde Gothic';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/avantgarde-demi.eot');
    src: url('../fonts/avantgarde-demi.eot') format('embedded-opentype'), url('../fonts/avantgarde-demi.woff2') format('woff2'), url('../fonts/avantgarde-demi.woff') format('woff'), url('../fonts/avantgarde-demi.ttf') format('truetype'), url('../fonts/avantgarde-demi.svg#avantgarde-demi') format('svg');
}
@font-face
{
    font-family: 'ITC Avant Garde Gothic';
    font-weight: 400;
    font-style: normal;

    src: url('../fonts/avantgardeitcbybt-book.eot');
    src: url('../fonts/avantgardeitcbybt-book.eot') format('embedded-opentype'), url('../fonts/avantgardeitcbybt-book.woff2') format('woff2'), url('../fonts/avantgardeitcbybt-book.woff') format('woff'), url('../fonts/avantgardeitcbybt-book.ttf') format('truetype'), url('../fonts/avantgardeitcbybt-book.svg#avantgardeitcbybt-book') format('svg');
}
@font-face
{
    font-family: 'Agency FB';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/agencyfb-reg.eot');
    src: url('../fonts/agencyfb-reg.eot') format('embedded-opentype'), url('../fonts/agencyfb-reg.woff2') format('woff2'), url('../fonts/agencyfb-reg.woff') format('woff'), url('../fonts/agencyfb-reg.ttf') format('truetype'), url('../fonts/agencyfb-reg.svg#agencyfb-reg') format('svg');
}
@font-face
{
    font-family: 'Roboto Condensed';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/hinted-robotocondensed-regular.eot');
    src: local('../fonts/Roboto Condensed'), local('RobotoCondensed-Regular'), url('../fonts/hinted-robotocondensed-regular.eot') format('embedded-opentype'), url('../fonts/hinted-robotocondensed-regular.woff2') format('woff2'), url('../fonts/hinted-robotocondensed-regular.woff') format('woff'), url('../fonts/hinted-robotocondensed-regular.ttf') format('truetype'), url('../fonts/hinted-robotocondensed-regular.svg#robotocondensed-regular') format('svg');
}
body
{
    font-family: Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', sans-serif;
    font-size: 14px;
    font-weight: normal;
	overflow-x:hidden;

    color: #333;

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

    overflow: hidden;

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

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1350px)
{
    .container
    {
        width: 100%;
        padding: 0 4%;
    }
}
@media (max-width: 1349px)
{
    .container
    {
        padding: 0 15px;
    }
}
@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;
}
img
{
    border: 0;
}
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: auto;
}
.img-box img[src=''],
.img-box img:not([src])
{
    opacity: 0;
    border: 0;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link
{
    outline: none !important;
}
.header
{
    position: relative;
    z-index: 10;

    width: 100%;
    height: 142px;

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

    background-color: #fff;
}
.header .top
{
    height: 44px;

    border-bottom: 1px solid #e8e8e8;
}

.header .top p
{
    line-height: 44px;

    display: inline-block;

    margin: 0;

    color: #999;
}
.header .top p:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    margin-right: 10px;

    content: '\e62f';

    color: #c3211e;
}
.header .top p.email
{
    margin-left: 30px;
}
.header .top p.email:before
{
    content: '\e72e';
}
.header .top .share
{
    float: right;
}
.header .top .share ul li
{
    display: inline-block;
}
.header .top .share ul li a
{
    display: block;

    margin-left: 10px;

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

    color: #999;
}
.header .top .share ul li a:before
{
    font-family: 'iconfont';
    font-size: 20px;
    font-weight: normal;
    line-height: 44px;

    display: inline-block;

    width: 30px;
    height: 44px;

    content: '\e615';
    text-align: center;
    vertical-align: top;
}
.header .top .share ul li.twitter a:before
{
    content: '\e60b';
}
.header .top .share ul li.linkedin a:before
{
    content: '\e6f0';
}
.header .top .share ul li.instagram a:before
{
    font-size: 14px;

    content: '\e612';

    background-color: #96ceb4;
}
.header .top .share ul li.youtube a:before
{
    content: '\e6d7';

    background-color: #fae8a3;
}
.header .top .share ul li.google a:before
{
    content: '\e645';
}
.header .top .share ul li.amazon a:before
{
    content: '\e6c1';
}
.header .top .share ul li:hover a
{


    color: #c3211e;
}
.header .top-nav
{
    height: 98px;
}
.header .logo
{
    position: relative;

    float: left;

    height: 62px;
    margin-top: 18px;
    padding-left: 0;

    -webkit-transition: all .4s;
    transition: all .4s;
}
.header .logo a
{
    display: block;

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

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

    display: none;
    float: right;

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

    cursor: pointer;

    background: none;
}
.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: #666;
}
.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: #666;
}
.header .nav-collapse .btn-line:nth-child(1)
{
    top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 65%;
}
.header .nav-collapse.active
{
    border-color: transparent;
}
.header .nav-collapse.active .btn-line
{
    background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);

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

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

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotateZ(-45deg);
}
@media (min-width: 1200px)
{
    .header .nav
    {
        position: relative;

        float: right;

        padding-right: 0;
    }
}
@media (max-width: 1560px)
{
    .header .nav
    {
        padding-right: 10px;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 99999;
        top: 0;
        left: 0;

        display: none;

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

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

        background: #fafafa;
        background-color: rgba(195, 33, 30, 0.9);
    }
    .header .nav .tbl
    {
        display: table;

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

        height: 100%;

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

        float: left;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;
        line-height: 98px;

        position: relative;
        z-index: 2;

        display: inline-block;

        padding: 0 28px;

        -webkit-transition: all .4s;
        transition: all .4s;
        text-transform: uppercase;
    }
    .header .nav .nav-list1 > li:hover a,
    .header .nav .nav-list1 > li.active a
    {
        font-weight: bold;

        color: #c3211e;
    }
    .header .nav .nav-list1 .nav-list2
    {
        display: none;

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

        height: auto !important;
        padding: 10px 5px;

        text-align: center;
    }
    .header .nav .nav-list1 .nav-list2 li
    {
        list-style: none;

        border-bottom: 1px solid #e5e5e5;
    }
    .header .nav .nav-list1 .nav-list2 li:last-child
    {
        border-bottom: none;
    }
    .header .nav .nav-list1 .nav-list2 li > a
    {
        font-size: 14px;
        font-weight: normal;
        line-height: 44px;

        position: relative;
        z-index: 1;

        display: block;

        padding: 0 16px;

        -webkit-transition: -webkit-transform .6s ease;
        transition: -webkit-transform .6s ease;
        transition:         transform .6s ease;
        transition:         transform .6s ease, -webkit-transform .6s ease;
        text-align: center;

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

        color: #c3211e;
    }
    .header .nav .nav-list1 .nav-list2 li .pic
    {
        max-width: 260px;
        margin-left: 40px;
    }
    .header .nav .nav-list1 .nav-list2 li .pic img
    {
        max-width: 100%;
    }
    .header .nav .nav-list1 .nav-list2 li .pic .img-box
    {
        padding-bottom: 69.23076923%;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2
    {
        right: 0;
        left: 0;

        overflow: hidden;

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

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

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

        margin-top: 24px;
    }
    .header .nav .nav-list1 .nav-list3
    {
        position: absolute;
        left: 100%;

        display: none;

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

        background-color: rgba(255, 255, 255, .95);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list3 li > a
    {
        font-size: 12px;
        line-height: 2;
    }
}
@media (min-width: 1200px) and (max-width: 1560px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 16px;
    }
}
@media (min-width: 1200px) and (max-width: 1440px)
{
    .header .nav .nav-list1 > li > a
    {
        font-size: 14px;
    }
}
@media (min-width: 1200px) and (max-width: 1199px)
{
    .header .nav .nav-list1 .nav-list2 li .pic
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        margin: 20px 0;

        opacity: 0;
    }
    .header .nav .nav-list1 > li
    {
        -webkit-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
        transform: translateY(-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: #c3211e;
    }
}
.header .nav-2 .nav-top,
.header .nav-3 .nav-top
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

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

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

    margin: 0;

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

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

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

    margin: 25px 0;

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

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

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

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

        margin: 20px 0;
    }
    .header .fade-out ul.nav-list1 > li.act
    {
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(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: absolute;
    z-index: 888;
    top: 100%;
    right: 0;

    display: none;
    overflow: hidden;

    width: 400px;
    height: 70px;
    padding: 15px 10px;

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

    background-color: #c3211e;
}
.header .search-box .hbg
{
    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header .search-box .search
{
    line-height: 40px;

    position: relative;

    overflow: hidden;
    zoom: 1;

    width: 90%;

    border: 1px solid #dbdbdb;
    border-radius: 40px;
}
.header .search-box .input-text
{
    float: left;

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

    color: #333;
    background: none;
}
@media (min-width: 768px)
{
    .header .search-box .input-text
    {
        width: 100%;
        padding: 0 50px 0 3%;
    }
}
.header .search-box .input-submit
{
    position: absolute;
    right: 0;

    width: 70px;
    height: 40px;

    color: #666;
    border: 1px solid #d5d5d5;
    background-color: #eee;
}
@media (max-width: 1199px)
{
    .header .search-box .input-submit
    {
        line-height: 30px;

        width: 50px;
        height: 30px;
    }
}
.header .search-icon
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 15px;

    display: inline-block;
    display: none;

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

    content: '\e660';

    color: #c3211e;
}
.header .search-lg .search
{
    position: relative;
    left: 0;

    width: 90%;

    border: none;
    border-radius: 0;
}
.header .search-lg .search:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

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

    content: '\e660';

    color: #999;
}
@media (max-width: 1199px)
{
    .header .search-lg .search:before
    {
        font-size: 18px;
        line-height: 30px;
    }
}
.header .search-lg .input-text
{
    font-size: 16px;
    line-height: 38px;

    width: 100%;
    height: 40px;
    padding: 0 80px 0 40px;

    color: #333;
    border: 1px solid #d5d5d5;
    background-color: #f5f5f5;
}
@media (max-width: 1199px)
{
    .header .search-lg .input-text
    {
        line-height: 28px;

        height: 30px;
    }
}
.header .search-lg input::-webkit-input-placeholder,
.header .search-lg textarea::-webkit-input-placeholder
{
    color: #999;
}
.header .search-lg input:-o-placeholder,
.header .search-lg textarea:-o-placeholder
{
    color: #999;
}
.header .search-lg input::-moz-placeholder,
.header .search-lg textarea::-moz-placeholder
{
    color: #999;
}
.header .search-lg input:-ms-input-placeholder,
.header .search-lg textarea:-ms-input-placeholder
{
    color: #999;
}
.header .search-lg input:focus::-webkit-input-placeholder,
.header .search-lg textarea:focus::-webkit-input-placeholder
{
    color: #fff;
}
.header .search-lg input:focus::-o-placeholder,
.header .search-lg textarea:focus::-o-placeholder
{
    color: #fff;
}
.header .search-lg input:focus::-moz-placeholder,
.header .search-lg textarea:focus::-moz-placeholder
{
    color: #fff;
}
.header .search-lg input:focus::-ms-input-placeholder,
.header .search-lg textarea:focus::-ms-input-placeholder
{
    color: #fff;
}
.header .search-lg .close-btn
{
    position: absolute;
    top: 0;
    right: 15px;

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

    content: '\2716';

    color: #fff;
}
@media (max-width: 1199px)
{
    .header .search-lg .close-btn:before
    {
        line-height: 30px;
    }
}
.header .right
{
    float: right;

    height: 98px;

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

    color: #fff;
    background-color: #c3211e;
}
@media (max-width: 1199px)
{
    .header .right
    {
        height: 70px;

        background: none;
    }
}
.header .find
{
    font-size: 14px;
    line-height: 98px;

    float: right;

    width: 100px;

    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
}
@media (max-width: 1199px)
{
    .header .find
    {
        line-height: 70px;

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

    margin-right: 14px;

    content: '\e660';
}
@media (max-width: 1199px)
{
    .header .find::before
    {
        font-size: 20px;
    }
}
.header .find:hover
{
    background-color: #024a90;
}
@media (max-width: 1199px)
{
    .header .find:hover
    {
        background: none;
    }
}
.online-wrap .btn
{
    line-height: 36px;

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

    display: none;

    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, .7);
}
.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;

        display: none !important;
    }
    .online-wrap .online.active
    {
        right: 0;
    }
}
.online-wrap .online .icon-close
{
    line-height: 60px;

    display: block;

    width: 60px;
    height: 60px;

    cursor: pointer;
    text-align: center;

    color: #999;
}
@media (max-width: 767px)
{
    .online-wrap .online .icon-close
    {
        width: 40px;
        height: 40px;
    }
}
.online-wrap .online .icon-close:after
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    content: '\e61b';
}
.online-wrap .online .icon-close:hover
{
    color: #edb759;
}
.online-wrap .online a
{
    line-height: 60px;

    position: relative;

    display: block;

    width: 60px;
    height: 60px;
    margin: 1px 0 0 0;

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

    border-radius: 0;
    background-color: #dfdfdf;
}
.online-wrap .online a:before
{
    font-size: 28px;

    color: #b1b1b1;
}
@media (min-width: 992px)
{
    .online-wrap .online a:hover:before
    {
        color: #edb759;
    }
}
@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,
    .online-wrap .online .icon-message:hover .phone-num,
    .online-wrap .online .icon-skype:hover .phone-num,
    .online-wrap .online .icon-weixin:hover .phone-num
    {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num,
.online-wrap .online .icon-message .phone-num,
.online-wrap .online .icon-skype .phone-num,
.online-wrap .online .icon-weixin .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-message .phone-num p,
.online-wrap .online .icon-skype .phone-num p,
.online-wrap .online .icon-weixin .phone-num p
{
    font-size: 16px;

    margin: 0;
    padding: 0 10px;

    color: #333;
    background-color: #dfdfdf;
    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;
    font-size: 28px !important;

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

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

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

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

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

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

    position: relative;

    overflow: hidden;

    width: 100%;
}
@media (max-width: 1199px)
{
    .banner .slickbanner
    {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
}
.banner .slick-dots
{
    position: absolute;
    bottom: 38px;

    width: 100%;
    padding: 0 4%;

    text-align: right;
}
@media (max-width: 1199px)
{
    .banner .slick-dots
    {
        text-align: center;
    }
}
@media (max-width: 767px)
{
    .banner .slick-dots
    {
        bottom: 12px;

        display: none;
    }
}
.banner .slick-dots li
{
    position: relative;

    display: inline-block;

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

    cursor: pointer;

    background-color: #fff;
}
.banner .slick-dots li.slick-active
{
    background-color: #c3211e;
}
.banner .slick-dots li button
{
    opacity: 0;
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .img-box
{
    padding-bottom: 39.0625%;
}
.banner .text
{
    position: absolute;
    top: 50%;

    width: 100%;

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

    color: #fff;
}
.banner .text:after
{
    display: block;

    width: 37px;
    height: 37px;
    margin: 0 auto;
    margin-top: 30px;

    content: '';

    background: url(../images/icon1.png) no-repeat;
}
@media (max-width: 991px)
{
    .banner .text:after
    {
        width: 20px;
        height: 20px;
        margin-top: 10px;

        background-size: cover;
    }
}
.banner .text img
{
    display: inline-block;

    width: auto;
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .banner .text img
    {
        max-width: 200px;
        margin-top: 10px;
    }
}
.banner .text h3
{
    font-family: 'Roboto Condensed';
    font-size: 50px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 991px)
{
    .banner .text h3
    {
        font-size: 20px;
    }
}
.banner .text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 30px 0 0 0;
}
@media (max-width: 991px)
{
    .banner .text p
    {
        font-size: 12px;

        margin-top: 10px;
    }
}
.banner .slick-current .text:after
{
    -webkit-animation: fadeInDown 1s 0s ease both;
    animation: fadeInDown 1s 0s ease both;
}
.banner .slick-current .text h3
{
    -webkit-animation: fadeInLeft 1s 0s ease both;
    animation: fadeInLeft 1s 0s ease both;
}
.banner .slick-current .text p,
.banner .slick-current .text img
{
    -webkit-animation: fadeInRight 1s 0s ease both;
    animation: fadeInRight 1s 0s ease both;
}
.banner-in
{
    padding: 0;
}
@media (max-width: 767px)
{
    .banner-in .slickbanner
    {
        width: 200%;
        max-width: 200%;
        margin-left: -50%;
    }
}
.banner-in .img-box
{
    padding-bottom: 18.22916667%;
}
.banner-in .text-in
{
    position: absolute;
    top: 50%;

    width: 100%;

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

    color: #fff;
}
.banner-in .text-in .note
{
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .banner-in .text-in .note
    {
        padding: 0 30%;
    }
}
.banner-in .text-in b
{
    font-family: 'Roboto Condensed';
    font-size: 38px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .banner-in .text-in b
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-in b
    {
        font-size: 24px;
    }
}
.banner-in .text-in b:after
{
    display: block;

    width: 183px;
    height: 6px;
    margin: 0 auto;
    margin-top: 20px;

    content: '';

    background: url(../images/line-2.png) no-repeat center;
}
@media (max-width: 767px)
{
    .banner-in .text-in b:after
    {
        margin-top: 10px;
    }
}
.banner-in .text-in p
{
    font-size: 16px;

    margin: 10px 0 0 0;
}
@media (max-width: 991px)
{
    .banner-in .text-in p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-in p
    {
        font-size: 14px;

        margin-top: 10px;
    }
}
.banner.banner-about .img-box
{
    /*padding-bottom: 26.04166667%;*/
    height: 400px;
}
@media (max-width: 767px)
{
    .banner.banner-about .slickbanner
    {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
}
.banner.banner-about .text-about
{
    position: absolute;
    top: 50%;

    width: 100%;

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

    color: #fff;
}
.banner.banner-about .text-about .note
{
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 15px;
}
.banner.banner-about .text-about .note h3
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 42px;
    font-weight: bold;
    line-height: 1.38095238;

    margin: 0;

    color: #a82800;
    text-shadow: 0 2px #fff, 2px 0 #fff, -2px 0 #fff, 0 -2px #fff;
}
@media (max-width: 991px)
{
    .banner.banner-about .text-about .note h3
    {
        font-size: 20px;
    }
}
.banner.banner-about .text-about .note p
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 40px;
    font-weight: bold;
    line-height: 1.38095238;

    margin: 14px 0 0 0;

    color: #ea0000;
    text-shadow: 0 2px #fff, 2px 0 #fff, -2px 0 #fff, 0 -2px #fff;
}
@media (max-width: 991px)
{
    .banner.banner-about .text-about .note p
    {
        font-size: 18px;

        margin-top: 0;
    }
}
.banner.banner-contact .img-box
{
    padding-bottom: 26.04166667%;
}
.box
{
    overflow: hidden;
    padding: 50px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 60px 0;
    }
}
.title h2
{
    font-size: 26px;
    font-weight: bold;

    position: relative;

    display: inline-block;

    margin: 0;
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 22px;
    }
}
.title h2:after
{
    display: block;

    width: 104px;
    height: 4px;
    margin-top: 14px;

    content: '';

    background-color: #1e2127;
}
.title h2:before
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: inline-block;

    width: 50%;
    height: 4px;

    content: '';

    background-color: #c3211e;
}
.title h2 span
{
    color: #c3211e;
}
.title a.more
{
    line-height: 2;

    display: inline-block;
    float: right;

    color: #666;
}
.title a.more:hover
{
    color: #c3211e;
}
.content
{
    position: relative;
    z-index: 9;
}
.box-list
{
    background-color: #f7f7f7;
}
.box-list .list
{
    max-width: 1400px;
    margin: 0 auto;
}
.box-list .list ul
{
    overflow: hidden;

    border-left: 1px solid #dadada;
}
.box-list .list ul li
{
    float: left;

    width: 33.33333333%;

    border-right: 1px solid #dadada;
}
@media (max-width: 767px)
{
    .box-list .list ul li
    {
        width: 50%;

        border-bottom: 1px solid #dadada;
    }
    .box-list .list ul li:last-child
    {
        width: 100%;
    }
}
.box-list .list ul li .item
{
    padding: 50px;

    text-align: center;
}
@media (max-width: 1199px)
{
    .box-list .list ul li .item
    {
        padding: 30px 15px;
    }
}
.box-list .list ul li .item:before
{
    font-family: 'iconfont' !important;
    font-size: 70px;
    line-height: 70px;

    content: '\e67d';

    color: #b6b6b6;
}
@media (max-width: 991px)
{
    .box-list .list ul li .item:before
    {
        font-size: 50px;
        line-height: 50px;
    }
}
.box-list .list ul li .item-quality:before
{
    content: '\e634';
}
.box-list .list ul li .item-service:before
{
    content: '\e633';
}
.box-list .list ul li .item b
{
    font-family: 'Roboto Condensed';
    font-size: 30px;
    font-weight: normal;

    display: block;

    margin-top: 20px;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .box-list .list ul li .item b
    {
        font-size: 24px;
    }
}
.box-list .list ul li .item b:after
{
    display: block;

    width: 192px;
    height: 4px;
    margin: 0 auto;
    margin-top: 10px;

    content: '';

    background: url(../images/line-1.png) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .box-list .list ul li .item b:after
    {
        width: 100px;
    }
}
.box-list .list ul li .item p
{
    line-height: 1.85714286;

    display: -webkit-box;
    overflow: hidden;

    height: 104px;
    margin: 30px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
@media (max-width: 991px)
{
    .box-list .list ul li .item p
    {
        margin-top: 20px;
    }
}
.box-list .list ul li .item a
{
    display: inline-block;
}
.box-list .list ul li .item a.more
{
    line-height: 2;

    display: block;

    margin-top: 14px;

    text-transform: uppercase;

    opacity: 0;
    color: #c3211e;
}
@media (max-width: 1199px)
{
    .box-list .list ul li .item a.more
    {
        opacity: 1;
    }
}
.box-list .list ul li .item:hover a.more
{
    -webkit-animation: fadeInUp 1s 0s ease both;
    animation: fadeInUp 1s 0s ease both;
}
.box-product
{
    padding-top: 80px;
}
@media (max-width: 991px)
{
    .box-product
    {
        padding-top: 60px;
    }
}
.box-product .title-product
{
    text-align: center;
}
.box-product .title-product b
{
    font-family: 'Roboto Condensed';
    font-size: 36px;
    font-weight: normal;

    display: block;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .box-product .title-product b
    {
        font-size: 30px;
    }
}
.box-product .title-product b:before,
.box-product .title-product b:after
{
    display: inline-block;

    width: 8px;
    height: 8px;

    content: '';
    vertical-align: middle;

    border-radius: 50%;
    background-color: #c3211e;
}
.box-product .title-product b:before
{
    margin-right: 10px;
}
.box-product .title-product b:after
{
    margin-left: 10px;
}
.box-product .title-product p
{
    line-height: 1.57142857;

    max-width: 700px;
    margin: 0 auto;
    margin-top: 14px;

    color: #666;
}
.box-product .product
{
    margin-top: 60px;
}
.box-product .product ul
{
    overflow: hidden;

    padding-left: 1px;
}
.box-product .product ul li
{
    float: left;

    width: 25%;
    margin-bottom: -1px;
    margin-left: -1px;
    padding: 18px;

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

    border: 1px solid #e9e9e9;
}
@media (max-width: 1199px)
{
    .box-product .product ul li
    {
        width: 33.33333333%;
        padding: 10px;
    }
}
@media (max-width: 767px)
{
    .box-product .product ul li
    {
        width: 50%;
        padding: 5px;
    }
}
.box-product .product ul li .item
{
    text-align: center;
}
.box-product .product ul li .item .img-box
{
    padding-bottom: 60.75949367%;
}
.box-product .product ul li .item .img-box img
{
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-product .product ul li .item .note
{
    display: block;

    padding: 22px 0;
}
.box-product .product ul li .item .note b
{
    font-family: 'Roboto Condensed';
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .box-product .product ul li .item .note b
    {
        font-size: 18px;
    }
}
.box-product .product ul li .item .note p
{
    line-height: 1.85714286;

    display: -webkit-box;
    overflow: hidden;

    height: 78px;
    margin: 14px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 767px)
{
    .box-product .product ul li .item .note p
    {
        display: -webkit-box;
        overflow: hidden;

        height: 52px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.box-product .product ul li .item .note span
{
    line-height: 36px;

    display: inline-block;

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

    text-transform: uppercase;

    color: #666;
    border: 1px solid #dadada;
    border-radius: 5px;
}
@media (max-width: 1199px)
{
    .box-product .product ul li .item .note span
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .box-product .product ul li .item .note span
    {
        padding: 0 10px;
    }
}
.box-product .product ul li:hover
{
    background-color: #c3211e;
}
.box-product .product ul li:hover .img-box img
{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-product .product ul li:hover .note b,
.box-product .product ul li:hover .note p,
.box-product .product ul li:hover .note span
{
    color: #fff;
}
.box-product .product ul li:hover .note span
{
    border-color: #fff;
}
.box-about
{
    background: url(../images/about_bg.jpg) no-repeat center;
    background-size: cover;
}
.box-about .title-about
{
    text-align: center;
}
.box-about .title-about:after
{
    display: block;

    width: 183px;
    height: 6px;
    margin: 0 auto;
    margin-top: 20px;

    content: '';

    background: url(../images/line-2.png) no-repeat center;
}
.box-about .title-about b
{
    font-family: 'Roboto Condensed';
    font-size: 36px;
    font-weight: normal;

    text-transform: uppercase;

    color: #fff;
}
@media (max-width: 991px)
{
    .box-about .title-about b
    {
        font-size: 30px;
    }
}
.box-about .about
{
    max-width: 960px;
    margin: 0 auto;
    margin-top: 24px;

    text-align: center;
}
.box-about .about p
{
    font-size: 18px;
    font-weight: normal;
    line-height: 2;

    display: -webkit-box;
    overflow: hidden;

    max-height: 180px;
    margin: 0;

    color: #fff;

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

    text-align: center;
}
.box-about .more a
{
    line-height: 40px;

    display: inline-block;

    width: 152px;
    height: 40px;

    text-align: center;
    text-transform: uppercase;

    color: #fff;
    background: url(../images/about-more.png) no-repeat;
}
.box-about .more a:hover
{
    color: #333;
    background: #fff;
}
.box-gallery .title-gallery
{
    text-align: center;
}
.box-gallery .title-gallery b
{
    font-family: 'Roboto Condensed';
    font-size: 36px;
    font-weight: normal;

    display: block;

    text-transform: uppercase;
}
.box-gallery .title-gallery b:after
{
    display: block;

    width: 1050px;
    height: 2px;
    margin: 0 auto;
    margin-top: 16px;

    content: '';

    background: url(../images/line-3.png) no-repeat;
}
@media (max-width: 991px)
{
    .box-gallery .title-gallery b
    {
        font-size: 30px;
    }
}
.box-gallery .title-gallery p
{
    line-height: 1.57142857;

    max-width: 700px;
    margin: 0 auto;
    margin-top: 14px;

    color: #666;
}
@media (max-width: 767px)
{
    .box-gallery .gallery
    {
        margin-top: 20px;
    }
}
.box-gallery .gallery .item
{
    position: relative;

    overflow: hidden;

    margin-top: 30px;
}
@media (max-width: 767px)
{
    .box-gallery .gallery .item
    {
        margin-top: 16px;
    }
}
.box-gallery .gallery .item .mask
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
    padding: 30px 10px;

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

    background-color: rgba(25, 106, 185, .9);
}
@media (max-width: 1560px)
{
    .box-gallery .gallery .item .mask
    {
        padding: 20px 10px;
    }
}
@media (max-width: 767px)
{
    .box-gallery .gallery .item .mask
    {
        display: none;
    }
}
.box-gallery .gallery .item .mask b
{
    font-family: 'Roboto Condensed';
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;

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

    height: 30px;

    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1560px)
{
    .box-gallery .gallery .item .mask b
    {
        font-size: 18px;
    }
}
.box-gallery .gallery .item .mask p
{
    line-height: 1.85714286;

    display: -webkit-box;
    overflow: hidden;

    max-height: 78px;
    margin: 10px 0 0 0;

    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1560px)
{
    .box-gallery .gallery .item .mask p
    {
        display: -webkit-box;
        overflow: hidden;

        max-height: 52px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.box-gallery .gallery .item .mask span
{
    line-height: 36px;

    display: inline-block;

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

    text-transform: uppercase;

    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
}
@media (max-width: 1560px)
{
    .box-gallery .gallery .item .mask span
    {
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .box-gallery .gallery .item .mask span
    {
        padding: 0 10px;
    }
}
.box-gallery .gallery .item .pic
{
    position: relative;
}
.box-gallery .gallery .item .pic h3
{
    font-family: 'Roboto Condensed';
    font-size: 22px;
    line-height: 30px;

    position: absolute;
    bottom: 16px;

    display: -webkit-box;
    overflow: hidden;

    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 15px;

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

    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1560px)
{
    .box-gallery .gallery .item .pic h3
    {
        font-size: 18px;

        bottom: 6px;
    }
}
@media (max-width: 767px)
{
    .box-gallery .gallery .item .pic h3
    {
        font-size: 16px;

        padding: 0 10px;
    }
}
.box-gallery .gallery .item .img-box
{
    padding-bottom: 60.75949367%;
}
.box-gallery .gallery .item .img-box img
{
    -webkit-transition: all 1s;
    transition: all 1s;
}
@media (min-width: 768px)
{
    .box-gallery .gallery .item:hover
    {
        background-color: #c3211e;
    }
    .box-gallery .gallery .item:hover .mask
    {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .box-gallery .gallery .item:hover .img-box img
    {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .box-gallery .gallery .item:hover .pic h3
    {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);

        opacity: 0;
    }
}
.box-faq
{
    display: table;

    width: 100%;
}
@media (max-width: 991px)
{
    .box-faq
    {
        display: block;
    }
}
.box-faq .left,
.box-faq .right
{
    display: table-cell;

    width: 50%;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .box-faq .left,
    .box-faq .right
    {
        display: block;

        width: 100%;
    }
}
.box-faq .left
{
    padding: 70px 70px 70px 14%;

    background: url(../images/faq_bg1.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 1560px)
{
    .box-faq .left
    {
        padding: 60px 30px 60px 6%;
    }
}
@media (max-width: 991px)
{
    .box-faq .left
    {
        padding: 50px 15px;
    }
}
.box-faq .left .title-faq
{
    border-bottom: 1px solid #fff;
}
.box-faq .left .title-faq b
{
    font-family: 'Roboto Condensed';
    font-size: 36px;
    font-weight: normal;

    display: inline-block;

    text-transform: uppercase;

    color: #fff;
}
@media (max-width: 991px)
{
    .box-faq .left .title-faq b
    {
        font-size: 30px;
    }
}
.box-faq .left .title-faq a.more
{
    line-height: 30px;

    display: inline-block;
    float: right;

    margin-top: 10px;

    text-transform: uppercase;

    color: #fff;
}
.box-faq .left ul
{
    margin-top: 30px;
}
.box-faq .left ul li
{
    position: relative;

    margin-top: 20px;
    padding-left: 24px;
}
.box-faq .left ul li:before
{
    position: absolute;
    top: 12px;
    left: 0;

    display: block;

    width: 8px;
    height: 8px;

    content: '';

    background-color: #fff;
}
.box-faq .left ul li p
{
    font-size: 18px;
    line-height: 34px;

    display: -webkit-box;
    overflow: hidden;

    height: 34px;
    margin: 0;

    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .box-faq .left ul li p
    {
        font-size: 16px;
        line-height: 30px;

        height: 30px;
    }
}
.box-faq .left span
{
    font-size: 30px;

    display: block;

    margin-top: 10px;

    color: #fff;
}
.box-faq .right
{
    padding: 70px 14% 70px 70px;

    background: url(../images/faq_bg2.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 1560px)
{
    .box-faq .right
    {
        padding: 60px 6% 60px 30px;
    }
}
@media (max-width: 991px)
{
    .box-faq .right
    {
        padding: 50px 15px;
    }
}
.box-faq .right .text
{
    max-width: 510px;
}
.box-faq .right .text p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;

    color: #fff;
}
.box-faq .right .text h4
{
    font-size: 16px;
    line-height: 42px;

    max-width: 433px;
    height: 42px;
    margin: 28px 0 0 0;

    text-align: center;

    color: #fff;
    background: url(../images/icon-2.png) no-repeat;
    background-size: contain;
}
@media (max-width: 767px)
{
    .box-faq .right .text h4
    {
        font-size: 14px;
        line-height: 38px;
    }
}
@media (max-width: 375px)
{
    .box-faq .right .text h4
    {
        font-size: 12px;
    }
}
.box-faq .right .text h4 a
{
    display: block;

    -webkit-transition: all .4s;
    transition: all .4s;
}
.box-faq .right .text h4 a:hover
{
    background: #c3211e;
}
.box-news .title-news
{
    text-align: center;
}
.box-news .title-news b
{
    font-family: 'Roboto Condensed';
    font-size: 36px;
    font-weight: normal;

    display: block;

    text-transform: uppercase;
}
.box-news .title-news b:after
{
    display: block;

    width: 1050px;
    height: 2px;
    margin: 0 auto;
    margin-top: 16px;

    content: '';

    background: url(../images/line-3.png) no-repeat;
}
@media (max-width: 991px)
{
    .box-news .title-news b
    {
        font-size: 30px;
    }
}
.box-news .news
{
    max-width: 1400px;
    margin: 0 auto;
}
.box-news .news .item
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .box-news .news .item
    {
        margin-top: 30px;
    }
}
.box-news .news .item b
{
    font-family: 'Roboto Condensed';
    font-size: 22px;
    font-weight: normal;
    line-height: 1.54545455;

    display: -webkit-box;
    overflow: hidden;

    height: 68px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .box-news .news .item b
    {
        font-size: 18px;
        line-height: 30px;

        height: 60px;
    }
}
.box-news .news .item .pic
{
    position: relative;

    margin-top: 30px;
}
@media (max-width: 991px)
{
    .box-news .news .item .pic
    {
        margin-top: 14px;
    }
}
.box-news .news .item .pic .img-box
{
    padding-bottom: 44.11764706%;
}
.box-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-news .news .item .pic .date
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 80px;
    height: 60px;

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

    background-color: #a7a7a7;
}
@media (max-width: 991px)
{
    .box-news .news .item .pic .date
    {
        width: 60px;
        height: 40px;
    }
}
.box-news .news .item .pic .date h3
{
    font-size: 26px;
    font-weight: bold;

    margin: 6px 0 0 0;

    color: #fff;
}
@media (max-width: 991px)
{
    .box-news .news .item .pic .date h3
    {
        font-size: 20px;

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

    display: block;

    color: #fff;
}
@media (max-width: 991px)
{
    .box-news .news .item .pic .date span
    {
        font-size: 12px;
    }
}
.box-news .news .item p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: 96px;
    margin: 30px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.box-news .news .item:hover b,
.box-news .news .item:hover p
{
    color: #c3211e;
}
.box-news .news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-news .news .item:hover .pic .date
{
    background-color: #c3211e;
}
.bd_weixin_popup,
.bd_weixin_popup_bg
{
    width: 250px !important;
    height: 310px !important;
}
.footer
{
    position: relative;
    margin-top: 100px;
    background-color: #212122;
}
.footer .title-foot
{
    font-size: 0;

    margin-top: 20px;
    padding-bottom: 6px;

    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
@media (max-width: 1199px)
{
    .footer .title-foot
    {
        display: none;
    }
}
.footer .title-foot:before
{
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    background-color: #909091;
}
.footer .title-foot b
{
    font-family: 'Roboto Condensed';
    font-size: 26px;
    font-weight: normal;

    display: inline-block;

    vertical-align: middle;
    text-transform: uppercase;

    color: #fff;
}
.footer .title-foot b:before
{
    position: relative;
    top: -2px;

    display: inline-block;

    width: 4px;
    height: 20px;
    margin-right: 8px;

    content: '';
    vertical-align: middle;

    background-color: #909091;
}
@media (max-width: 1199px)
{
    .footer .link
    {
        display: none;
    }
}
.footer .link ul
{
    margin-top: 14px;
}
.footer .link ul li
{
    display: inline-block; padding-right:10px

}
.footer .link ul li a
{
    line-height: 24px;

    display: block;

    color: #fff;
}
.footer .link ul li a:hover
{
    color: #c3211e;
}
.footer .foot
{
    overflow: hidden;

    padding-bottom: 30px;
}
@media (max-width: 1199px)
{
    .footer .foot
    {
        display: none;
    }
}
.footer .fleft
{
    float: left;
    overflow: hidden;

    width: 70%;
}
.footer .fleft ul
{
    font-size: 0;

    margin: 0 -50px;
}
@media (max-width: 1560px)
{
    .footer .fleft ul
    {
        margin: 0 -30px;
    }
}
.footer .fleft ul li
{
    display: inline-block;

    min-width: 25%;
    margin-top: 16px;
    padding: 0 50px;
}
@media (max-width: 1560px)
{
    .footer .fleft ul li
    {
        min-width: 20%;
        padding: 0 30px;
    }
}
.footer .fleft ul li p
{
    font-size: 18px;
    line-height: 1.66666667;

    position: relative;

    margin: 0;
    padding-left: 40px;

    color: #fff;
}
@media (max-width: 1560px)
{
    .footer .fleft ul li p
    {
        font-size: 15px;
    }
}
.footer .fleft ul li p:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    line-height: 30px;

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

    content: '\e62f';
}
.footer .fleft ul li p.email:before
{
    content: '\e72e';
}
.footer .fleft ul li p.address:before
{
    content: '\e63e';
}
.footer .fleft ul li p.skype:before
{
    content: '\e6b8';
}
.footer .fleft ul li p.fax:before
{
    content: '\e636';
}
.footer .fright
{
    float: left;

    width: 30%;
    margin-top: 20px;

    text-align: right;
}
.footer .fright .share
{
    text-align: right;
}
.footer .fright .share ul li
{
    display: inline-block;
}
.footer .fright .share ul li a
{
    line-height: 30px;

    display: block;

    margin-left: 30px;

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

    color: #fff;
}
@media (max-width: 1560px)
{
    .footer .fright .share ul li a
    {
        margin-left: 10px;
    }
}
.footer .fright .share ul li a:before
{
    font-family: 'iconfont';
    font-size: 20px;
    font-weight: normal;
    line-height: 38px;

    display: block;

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

    content: '\e615';
    text-align: center;
    vertical-align: top;

    border-radius: 10px;
    background-color: #c3211e;
}
.footer .fright .share ul li.twitter a:before
{
    content: '\e60b';

    background-color: #2fb0ec;
}
.footer .fright .share ul li.linkedin a:before
{
    content: '\e6f0';

    background-color: #0177b5;
}
.footer .fright .share ul li.instagram a:before
{
    font-size: 14px;

    content: '\e612';

    background-color: #96ceb4;
}
.footer .fright .share ul li.youtube a:before
{
    content: '\e6fa';

    background-color: #e52b1e;
}
.footer .fright .share ul li.google a:before
{
    content: '\e645';

    background-color: #de4330;
}
.footer .fright .share ul li.amazon a:before
{
    content: '\e6c1';
}
.footer .fright .share ul li:hover a
{
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);

    color: #fff;
}
.footer .fright .download
{
    font-size: 16px;
    font-weight: bold;
    line-height: 34px;

    display: inline-block;

    margin-top: 20px;
    padding: 4px;

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

    color: #fff;
    border-radius: 50px;
    background-color: #b30004;
}
.footer .fright .download:before
{
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    background: url(../images/pdf.png) no-repeat;
}
.footer .fright .download:hover
{
    background-color: #950609;
}
.footer .copyright
{
    padding: 5px 0;

    text-align: center;

    background-color: #000;
}
.footer .copyright p
{
    line-height: 30px;

    margin: 0;

    color: #fff;
}
.footer .copyright p a
{
    display: inline-block;

    margin-left: 20px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 767px)
{
    .footer .copyright p a
    {
        display: block;
        float: none;

        margin-left: 0;
    }
}
.footer .copyright p a:hover
{
    text-decoration: underline;

    color: #c3211e;
}
.wrap-sidenav
{
    position: relative;

    overflow: hidden;

    height: 58px;

    border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 991px)
{
    .wrap-sidenav
    {
        height: 50px;
    }
}
.wrap-sidenav .sidenav
{
    position: relative;
}
.wrap-sidenav .sidenav ul
{
    font-size: 0;

    position: relative;
    position: absolute;
    left: 0;

    overflow: hidden;

    white-space: nowrap;
}
.wrap-sidenav .sidenav ul li
{
    display: inline-block;

    border-right: 1px solid #e7e7e7;
}
.wrap-sidenav .sidenav ul li:first-child
{
    border-left: 1px solid #e7e7e7;
}
.wrap-sidenav .sidenav ul li a
{
    font-size: 16px;
    line-height: 58px;

    position: relative;

    display: block;

    height: 58px;
    padding: 0 40px;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav ul li a
    {
        font-size: 15px;
        line-height: 50px;

        height: 50px;
        padding: 0 20px;
    }
}
.wrap-sidenav .sidenav ul li.active a,
.wrap-sidenav .sidenav ul li:hover a
{
    color: #fff;
    background-color: #c3211e;
}
@media (max-width: 1199px)
{
    .wrap-sidenav .sidenav ul li:hover a:before
    {
        display: none;
    }
}
.wrapper
{
    position: relative;
    z-index: 9;

    overflow: hidden;

    margin-top: -10px;
}
.wrap
{
    padding: 80px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 50px 0;
    }
}
.title-in
{
    text-align: center;
}
.title-in:before
{
    display: block;

    width: 30px;
    height: 65px;
    margin: 0 auto;

    content: '';

    background: url(../images/title-in.png) no-repeat;
}
.title-in h2
{
    font-size: 30px;
    font-weight: bold;

    margin: 10px 0 0 0;
}
@media (max-width: 991px)
{
    .title-in h2
    {
        font-size: 24px;
    }
}
.title-in p
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 28px;
    font-weight: bold;

    margin: 0;

    text-transform: uppercase;

    color: #dedede;
}
@media (max-width: 991px)
{
    .title-in p
    {
        font-size: 20px;
    }
}
.productcontent
{
    max-width: 1400px;
    margin: 0 auto;
}
.wrap-left
{
    float: left;

    width: 24%;

    will-change: min-height;
}
@media (max-width: 1560px)
{
    .wrap-left
    {
        width: 28%;
    }
}
@media (max-width: 1199px)
{
    .wrap-left
    {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-left .sidebar__inner
{
    position: relative;

    -webkit-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);

    will-change: position, transform;
}
.wrap-left .title-wrap b
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 28px;
    font-weight: bold;

    text-transform: uppercase;
}
.wrap-left ul
{
    position: relative;

    overflow: hidden;

    margin-top: 20px;
}
.wrap-left ul:before
{
    position: absolute;
    top: 24px;
    left: 3px;

    display: block;

    width: 1px;
    height: 100%;

    content: '';

    border-right: 1px dashed rgba(195, 33, 30, .3);
}
@media (max-width: 991px)
{
    .wrap-left ul:before
    {
        display: none;
    }
}
.wrap-left ul:after
{
    position: absolute;
    bottom: -24px;
    left: 3px;

    display: block;

    width: 1px;
    height: 50px;

    content: '';

    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-left ul:after
    {
        display: none;
    }
}
.wrap-left ul li
{
    position: relative;

    display: block;

    padding-left: 30px;
}
@media (max-width: 991px)
{
    .wrap-left ul li
    {
        display: inline-block;

        margin-right: 10px;
        padding-left: 20px;
    }
}
.wrap-left ul li:before
{
    position: absolute;
    top: 24px;
    left: 0;

    display: block;

    width: 6px;
    height: 6px;

    content: '';

    background-color: #c3211e;
}
@media (max-width: 991px)
{
    .wrap-left ul li:before
    {
        top: 20px;
    }
}
.wrap-left ul li a
{
    font-size: 18px;
    line-height: 2;

    display: block;

    padding: 10px 0;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 991px)
{
    .wrap-left ul li a
    {
        font-size: 15px;

        padding: 4px 0;
    }
}
.wrap-left ul li.active a,
.wrap-left ul li:hover a
{
    font-weight: bold;

    color: #c3211e;
}
.wrap-right
{
    float: right;

    width: 76%;
}
@media (max-width: 1560px)
{
    .wrap-right
    {
        width: 72%;
    }
}
@media (max-width: 1199px)
{
    .wrap-right
    {
        width: 100%;
        margin-top: 50px;
    }
}
.wrap-right .share p
{
    font-size: 16px;
}
.wrap-right .share .bdsharebuttonbox
{
    display: inline-block;

    -webkit-transition: all .2s;
    transition: all .2s;
}
.wrap-right .share .bdsharebuttonbox a
{
    font-size: 16px;
    line-height: 48px;

    position: relative;

    display: inline-block;

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

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

    color: #fff;
    background: none;
    background-color: #c3211e;
}
.wrap-right .share .bdsharebuttonbox a:before
{
    font-family: 'iconfont';
    font-size: 26px;

    display: inline-block;
    float: left;

    margin-right: 14px;

    content: '\e62d';
    text-align: center;
}
.wrap-right .share .bdsharebuttonbox a:hover
{
    opacity: 1;
    color: #fff;
    background-color: #22252c;
}
.wrap-right .share .bdsharebuttonbox .bds_qzone:before
{
    content: '\e6b7';
}
.wrap-right .share .bdsharebuttonbox .bds_tsina:before
{
    content: '\e62b';
}
.wrap-right .share .bdsharebuttonbox .bds_weixin:before
{
    content: '\e604';
}
.wrap-right .share .bdsharebuttonbox .bds_video:before
{
    content: '\e62a';
}
.wrap-about
{
    padding-bottom: 0;
}
.wrap-about .about
{
    max-width: 1400px;
    margin: 0 auto;
}
.wrap-about .about .text p
{
    font-size: 16px;
    line-height: 2.125;

    margin: 0;
}
.wrap-about .about .text ul
{
    font-size: 0;

    margin: 0 -15px;
    margin-top: 30px;
}
.wrap-about .about .text ul li
{
    display: inline-block;

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

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-about .about .text ul li
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .wrap-about .about .text ul li
    {
        width: 100%;
    }
}
.wrap-about .about .text ul li:last-child
{
    width: 40%;
}
@media (max-width: 991px)
{
    .wrap-about .about .text ul li:last-child
    {
        width: 100%;
    }
}
.wrap-about .about .text ul li p
{
    font-size: 15px;
    line-height: 1.875;

    margin: 0;
}
.wrap-about .about .text ul li img
{
    max-width: 100%;
    margin-top: 10px;
}
.wrap-about .about .investment
{
    margin-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-about .about .investment
    {
        margin-top: 50px;
    }
}
.wrap-about .about .investment .title-investment
{
    text-align: center;
}
.wrap-about .about .investment .title-investment b
{
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;

    display: inline-block;

    min-width: 590px;
    padding: 10px 40px;

    color: #fff;
    background-color: #c3211e;
}
@media (max-width: 767px)
{
    .wrap-about .about .investment .title-investment b
    {
        min-width: auto;
    }
}
.wrap-about .about .investment .list ul
{
    font-size: 0;

    margin: 0 -15px;
    margin-top: 30px;
}
.wrap-about .about .investment .list ul li
{
    display: inline-block;

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

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-about .about .investment .list ul li
    {
        width: 33.33333333%;
    }
}
@media (max-width: 767px)
{
    .wrap-about .about .investment .list ul li
    {
        width: 50%;
    }
}
.wrap-about .about .investment .list ul li .num
{
    width: 64px;
    height: 64px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 6px;

    border-radius: 50%;
    background: rgba(25, 106, 185, .3);
}
.wrap-about .about .investment .list ul li .num span
{
    font-size: 26px;
    font-weight: bold;
    line-height: 52px;

    display: block;

    width: 52px;
    height: 52px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #c3211e;
}
.wrap-about .about .investment .list ul li p
{
    font-size: 15px;
    line-height: 1.625;

    margin: 0;
}
.wrap-about .about .line
{
    margin-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-about .about .line
    {
        margin-top: 50px;
    }
}
.wrap-about .about .line .title-line
{
    text-align: center;
}
.wrap-about .about .line .title-line b
{
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;

    display: inline-block;

    min-width: 590px;
    padding: 10px 40px;

    color: #fff;
    background-color: #c3211e;
}
@media (max-width: 767px)
{
    .wrap-about .about .line .title-line b
    {
        min-width: auto;
    }
}
.wrap-about .about .line .note
{
    max-width: 930px;
    margin: 0 auto;
    margin-top: 20px;

    text-align: center;
}
.wrap-about .about .line .note p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
.wrap-about .business
{
    margin-top: 50px;
    padding: 90px 0;

    text-align: center;

    background: url(../images/aboutin_bg.jpg) no-repeat center;
    background-size: cover;
}
.wrap-about .business .text
{
    display: inline-block;

    padding: 5px 14px;

    border: 1px dashed #fff;
}
.wrap-about .business .text p
{
    font-size: 20px;
    line-height: 1.5;

    margin: 0;

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-about .business .text p
    {
        font-size: 16px;
    }
}
.wrap-faq
{
    padding-bottom: 0;
}
.wrap-faq .faq ul li
{
    display: table;
    overflow: hidden;

    width: 100%;
}
@media (max-width: 991px)
{
    .wrap-faq .faq ul li
    {
        display: block;
    }
}
.wrap-faq .faq ul li .item
{
    display: table-cell;

    width: 50%;
    padding: 60px 50px 60px 12%;

    vertical-align: top;
}
@media (max-width: 1560px)
{
    .wrap-faq .faq ul li .item
    {
        padding: 30px 30px 30px 4%;
    }
}
@media (max-width: 991px)
{
    .wrap-faq .faq ul li .item
    {
        display: block;

        width: 100%;
        padding: 30px 15px;
    }
}
.wrap-faq .faq ul li .item img
{
    max-width: 100%;
}
.wrap-faq .faq ul li .item:nth-child(2)
{
    padding: 60px 12% 60px 50px;
}
@media (max-width: 1560px)
{
    .wrap-faq .faq ul li .item:nth-child(2)
    {
        padding: 30px 4% 30px 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-faq .faq ul li .item:nth-child(2)
    {
        padding: 30px 15px;
    }
}
.wrap-faq .faq ul li .item .ttext
{
    min-height: 140px;
}
@media (max-width: 991px)
{
    .wrap-faq .faq ul li .item .ttext
    {
        min-height: auto;
    }
}
.wrap-faq .faq ul li .item .ttext:nth-child(2)
{
    margin-top: 20px;
}
.wrap-faq .faq ul li .item .ttext h3
{
    font-size: 20px;
    line-height: 30px;

    position: relative;

    margin: 0 0 20px 0;
    padding-left: 46px;

    color: #c3211e;
}
@media (max-width: 1560px)
{
    .wrap-faq .faq ul li .item .ttext h3
    {
        font-size: 18px;
    }
}
.wrap-faq .faq ul li .item .ttext h3 span
{
    font-size: 20px;
    line-height: 30px;

    position: absolute;
    left: 0;

    display: block;

    width: 30px;
    height: 30px;

    text-align: center;

    color: #fff;
    background-color: #c3211e;
}
.wrap-faq .faq ul li .item .ttext p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;
}
@media (max-width: 1560px)
{
    .wrap-faq .faq ul li .item .ttext p
    {
        font-size: 15px;
    }
}
.wrap-faq .faq ul li:first-child .item
{
    padding-top: 0;
    padding-bottom: 0;
}
.wrap-faq .faq ul li:first-child .item:first-child
{
    padding-right: 0;
}
@media (max-width: 991px)
{
    .wrap-faq .faq ul li:first-child .item
    {
        padding-top: 30px;
    }
}
.wrap-faq .faq ul li:first-child .item .ttext
{
    min-height: auto;
}
.wrap-faq .faq ul li:nth-child(2) .item:nth-child(2)
{
    background: url(../images/faq_bg.jpg) repeat;
}
.wrap-faq .faq ul li:nth-child(3) .item:first-child
{
    background-color: #f8f8f8;
}
@media (max-width: 1560px)
{
    .wrap-faq .faq ul li:nth-child(3) .item:first-child .ttext
    {
        min-height: auto;
    }
}
.wrap-faq .faq ul li:nth-child(3) .item:nth-child(2)
{
    padding: 0;
}
.wrap-faq .faq ul li:nth-child(4) .item:first-child
{
    background: url(../images/faq_bg.jpg) repeat;
}
.wrap-gallery .gallery
{
    max-width: 1400px;
    margin: 0 auto;
}
.wrap-gallery .gallery .text
{
    position: relative;

    padding-right: 200px;
}
@media (max-width: 991px)
{
    .wrap-gallery .gallery .text
    {
        padding-right: 0;
    }
}
.wrap-gallery .gallery .text:after
{
    display: block;

    width: 92px;
    height: 1px;
    margin-top: 18px;

    content: '';

    background-color: #c3211e;
}
@media (max-width: 991px)
{
    .wrap-gallery .gallery .text:after
    {
        display: none;
    }
}
.wrap-gallery .gallery .text:before
{
    position: absolute;
    bottom: -1px;
    left: 0;

    display: block;

    width: 20px;
    height: 3px;

    content: '';

    background-color: #c3211e;
}
@media (max-width: 991px)
{
    .wrap-gallery .gallery .text:before
    {
        display: none;
    }
}
.wrap-gallery .gallery .text h3
{
    font-family: 'Roboto Condensed';
    font-size: 20px;
}
.wrap-gallery .gallery .text p
{
    line-height: 1.57142857;

    max-width: 830px;
    margin: 0;
}
.wrap-gallery .gallery .text a.more
{
    font-family: 'Roboto Condensed';
    font-size: 20px;
    line-height: 30px;

    position: absolute;
    right: 0;
    bottom: 0;

    display: inline-block;

    padding: 10px 20px;

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

    color: #fff;
    border-radius: 50px;
    background-color: #c3211e;
}
@media (max-width: 991px)
{
    .wrap-gallery .gallery .text a.more
    {
        font-size: 18px;

        position: relative;
        bottom: auto;

        margin-top: 30px;
    }
}
.wrap-gallery .gallery .text a.more:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    display: inline-block;

    margin-right: 10px;

    content: '\e72e';
    vertical-align: middle;
}
.wrap-gallery .gallery .text a.more:hover
{
    background-color: #024a90;
}
.wrap-gallery .gallery .item
{
    margin-top: 50px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
.wrap-gallery .gallery .item .img-box
{
    padding-bottom: 60.75949367%;
}
.wrap-gallery .gallery .item .img-box img
{
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-gallery .gallery .item .note
{
    padding: 30px 10px;
}
@media (max-width: 991px)
{
    .wrap-gallery .gallery .item .note
    {
        padding: 20px 0 0 0;
    }
}
.wrap-gallery .gallery .item .note b
{
    font-family: 'Roboto Condensed';
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;

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

    height: 120px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.wrap-gallery .gallery .item .note p
{
    line-height: 1.42857143;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 14px 0 0 0;
    display: none;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.wrap-gallery .gallery .item .note a.more
{
    line-height: 24px;

    display: block;

    margin-top: 10px;

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-gallery .gallery .item .note a.more
    {
        color: #666;
    }
}
.wrap-gallery .gallery .item:hover
{
    background-color: #c3211e;
}
.wrap-gallery .gallery .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-gallery .gallery .item:hover .note b,
.wrap-gallery .gallery .item:hover .note p,
.wrap-gallery .gallery .item:hover .note a.more
{
    color: #fff;
}
.wrap-gallery-show .gallery-show
{
    max-width: 1400px;
    margin: 0 auto;
}
.wrap-gallery-show .title-gallery h1
{
    font-family: 'Roboto Condensed';
    font-size: 26px;
    font-weight: bold;
}
.wrap-gallery-show .text
{
    margin-top: 20px;
}
.wrap-gallery-show .text p
{
    font-size: 16px;
    line-height: 1.625;

    margin: 0;

    color: #666;
}
.wrap-gallery-show .text a.more
{
    font-family: 'Roboto Condensed';
    font-size: 20px;
    line-height: 30px;

    display: inline-block;

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

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

    border: 1px dashed #b5b5b5;
    border-radius: 50px;
}
.wrap-gallery-show .text a.more:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    display: inline-block;

    margin-right: 10px;

    content: '\e72e';
    vertical-align: middle;
}
.wrap-gallery-show .text a.more:hover
{
    color: #fff;
    background-color: #c3211e;
}
.wrap-gallery-show .listbox
{
    margin-top: 30px;
}
.wrap-gallery-show .listbox .item
{
    margin-top: 30px;
}
.wrap-gallery-show .listbox .item .img-box
{
    padding-bottom: 60.75949367%;
}
.wrap-gallery-show .relate .title-relate
{
    font-size: 0;
    line-height: 30px;

    margin-top: 60px;
    padding: 15px;

    background-color: #c3211e;
}
.wrap-gallery-show .relate .title-relate b
{
    font-family: 'Roboto Condensed';
    font-size: 26px;
    line-height: 30px;

    display: inline-block;

    vertical-align: top;
    text-transform: uppercase;

    color: #fff;
}
.wrap-gallery-show .relate .title-relate a
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;
    float: right;

    vertical-align: top;
    text-transform: uppercase;

    color: #fff;
}
.wrap-gallery-show .relate .item
{
    margin-top: 50px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
.wrap-gallery-show .relate .item .img-box
{
    padding-bottom: 60.75949367%;
}
.wrap-gallery-show .relate .item .img-box img
{
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-gallery-show .relate .item .note
{
    padding: 30px 10px;
}
@media (max-width: 991px)
{
    .wrap-gallery-show .relate .item .note
    {
        padding: 20px 0 0 0;
    }
}
.wrap-gallery-show .relate .item .note b
{
    font-family: 'Roboto Condensed';
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;

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

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-gallery-show .relate .item .note p
{
    line-height: 1.42857143;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 14px 0 0 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.wrap-gallery-show .relate .item .note a.more
{
    line-height: 24px;

    display: block;

    margin-top: 10px;

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-gallery-show .relate .item .note a.more
    {
        color: #666;
    }
}
.wrap-gallery-show .relate .item:hover
{
    background-color: #c3211e;
}
.wrap-gallery-show .relate .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-gallery-show .relate .item:hover .note b,
.wrap-gallery-show .relate .item:hover .note p,
.wrap-gallery-show .relate .item:hover .note a.more
{
    color: #fff;
}
.wrap-news .news
{
    max-width: 1400px;
    margin: 0 auto;
    margin-top: -50px;
}
.wrap-news .news .item
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-news .news .item
    {
        margin-top: 30px;
    }
}
.wrap-news .news .item b
{
    font-family: 'Roboto Condensed';
    font-size: 22px;
    font-weight: normal;
    line-height: 1.54545455;

    display: -webkit-box;
    overflow: hidden;

    height: 68px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .wrap-news .news .item b
    {
        font-size: 18px;
        line-height: 30px;

        height: 60px;
    }
}
.wrap-news .news .item .pic
{
    position: relative;

    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .pic
    {
        margin-top: 14px;
    }
}
.wrap-news .news .item .pic .img-box
{
    padding-bottom: 44.11764706%;
}
.wrap-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-news .news .item .pic .date
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 80px;
    height: 60px;

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

    background-color: #a7a7a7;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .pic .date
    {
        width: 60px;
        height: 40px;
    }
}
.wrap-news .news .item .pic .date h3
{
    font-size: 26px;
    font-weight: bold;

    margin: 6px 0 0 0;

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .pic .date h3
    {
        font-size: 20px;

        margin-top: 2px;
    }
}
.wrap-news .news .item .pic .date span
{
    font-size: 14px;

    display: block;

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .pic .date span
    {
        font-size: 12px;
    }
}
.wrap-news .news .item p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: 96px;
    margin: 30px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.wrap-news .news .item:hover b,
.wrap-news .news .item:hover p
{
    color: #c3211e;
}
.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 .pic .date
{
    background-color: #c3211e;
}
.wrap-news-show
{
    overflow: hidden;
}
.wrap-news-show .news-show
{
    max-width: 1400px;
    margin: 0 auto;
}
.wrap-news-show .news-show .news-left
{
    float: left;

    width: 70%;
    padding-right: 50px;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-show .news-left
    {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-news-show .news-show .news-left .title-news
{
    text-align: center;
}
.wrap-news-show .news-show .news-left .title-news h1
{
    font-family: 'Roboto Condensed';
    font-size: 26px;
    font-weight: normal;
    margin-top: -5px;
    margin-bottom: 45px;
}
.wrap-news-show .news-show .news-left .title-news p
{
    font-size: 16px;
    line-height: 50px;

    margin: 14px 0 0 0;

    text-align: left;

    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.wrap-news-show .news-show .news-left .title-news p a
{
    display: inline-block;
    float: right;

    color: #c3211e;
}
.wrap-news-show .news-show .news-left .title-news p a:hover
{
    color: #024a90;
}
.wrap-news-show .news-show .news-left .text
{
    padding: 30px 0;
}
.wrap-news-show .news-show .news-left .text p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;

    color: #666;
}
.wrap-news-show .news-show .news-left .text img
{
    max-width: 100%;
}
.wrap-news-show .news-show .news-left .relate
{
    margin-top: 30px;

    border-top: 1px solid #dcdcdc;
}
.wrap-news-show .news-show .news-left .relate ul
{
    overflow: hidden;
}
.wrap-news-show .news-show .news-left .relate ul li
{
    float: left;

    width: 50%;
    margin-top: 10px;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-show .news-left .relate ul li
    {
        width: 100%;
    }
}
.wrap-news-show .news-show .news-left .relate ul li a
{
    font-size: 16px;
    line-height: 30px;

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

    height: 30px;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news-show .news-show .news-left .relate ul li.next
{
    text-align: right;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-show .news-left .relate ul li.next
    {
        text-align: left;
    }
}
.wrap-news-show .news-show .news-left .relate ul li:hover a
{
    color: #c3211e;
}
.wrap-news-show .news-show .news-right
{
    float: right;

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

    border-left: 1px solid #ddd;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-show .news-right
    {
        width: 100%;
        margin-top: 40px;
        padding-left: 0;

        border-left: none;
    }
}
.title-other{
    margin-bottom: 40px;
}
.wrap-news-show .news-show .news-right .title-other b
{
    font-family: 'Roboto Condensed';
    font-size: 30px;
    font-weight: normal;

    display: inline-block;

    text-transform: uppercase;
}
.wrap-news-show .news-show .news-right .title-other b:after
{
    display: block;

    width: 44px;
    height: 4px;
    margin-top: 10px;

    content: '';

    background-color: #c3211e;
}
.wrap-news-show .news-show .news-right .title-other a.more
{
    font-size: 16px;

    display: inline-block;
    float: right;

    margin-top: 20px;

    text-transform: uppercase;

    color: #999;
}
.wrap-news-show .news-show .news-right .title-other a.more:hover
{
    color: #c3211e;
}
.wrap-news-show .news-show .news-right .newsinfo:after
{
    display: block;

    width: 2px;
    height: 44px;
    margin-top: 30px;

    content: '';

}
.wrap-news-show .news-show .news-right .newsinfo ul li
{
    margin-top: 18px;
    padding-bottom: 10px;
    overflow: hidden;
    border-bottom: 1px dashed #ccc;

}
.wrap-news-show .news-show .news-right .newsinfo ul li .pic
{
    float: left;

    width: 36%;
}
.wrap-news-show .news-show .news-right .newsinfo ul li .pic .img-box
{
    padding-bottom: 44.11764706%;
}
.wrap-news-show .news-show .news-right .newsinfo ul li .pic .img-box img
{
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-news-show .news-show .news-right .newsinfo ul li .note
{
    float: left;

    width: 64%;
    padding-left: 10px;
}
.wrap-news-show .news-show .news-right .newsinfo ul li .note b
{
    font-family: 'Roboto Condensed';
    font-weight: normal;
    line-height: 20px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news-show .news-show .news-right .newsinfo ul li .note p
{
    font-size: 13px;
    line-height: 1.38461538;

    display: -webkit-box;
    overflow: hidden;

    height: 36px;
    margin: 5px 0 0 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-news-show .news-show .news-right .newsinfo ul li:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-news-show .news-show .news-right .newsinfo ul li:hover .note b
{
    color: #c3211e;
}
.wrap-news-show .news-show .news-right .line
{
    margin-top: 20px;
}
.wrap-news-show .news-show .news-right .line b
{
    font-size: 16px;
    font-weight: bold;

    display: block;

    margin: 14px 0;

    text-transform: uppercase;

    color: #c3211e;
}
.wrap-news-show .news-show .news-right .line p
{
    line-height: 1.42857143;

    margin: 0;

    color: #666;
}
.wrap-contact .contact
{
    overflow: hidden;

    max-width: 1400px;
    margin: 0 auto;
}
.wrap-contact .contact .text
{
    float: left;

    width: 45%;
    padding-right: 6%;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .text
    {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-contact .contact .text p
{
    font-size: 16px;
    line-height: 1.625;

    margin: 0;
}
.wrap-contact .contact .text b
{
    font-size: 26px;

    display: block;

    margin: 20px 0;

    color: #c3211e;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .text b
    {
        font-size: 20px;
    }
}
.wrap-contact .contact .text b:after
{
    display: block;

    width: 44px;
    height: 4px;
    margin-top: 10px;

    content: '';

    background-color: #c3211e;
}
.wrap-contact .contact .text p.tel,
.wrap-contact .contact .text p.email,
.wrap-contact .contact .text p.address,
.wrap-contact .contact .text p.fax,
.wrap-contact .contact .text p.skype
{
    font-size: 20px;
    line-height: 30px;

    position: relative;

    margin-bottom: 14px;
    padding-left: 46px;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .text p.tel,
    .wrap-contact .contact .text p.email,
    .wrap-contact .contact .text p.address,
    .wrap-contact .contact .text p.fax,
    .wrap-contact .contact .text p.skype
    {
        font-size: 16px;
    }
}
.wrap-contact .contact .text p.tel:before,
.wrap-contact .contact .text p.email:before,
.wrap-contact .contact .text p.address:before,
.wrap-contact .contact .text p.fax:before,
.wrap-contact .contact .text p.skype:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;
    line-height: 30px;

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

    content: '\ea80';

    color: #c3211e;
}
.wrap-contact .contact .text p.email:before
{
    content: '\e63b';
}
.wrap-contact .contact .text p.skype:before
{
    content: '\e6b8';
}
.wrap-contact .contact .text p.address:before
{
    font-weight: bold;

    content: '\e63c';
}
.wrap-contact .contact .text p.fax:before
{
    font-size: 30px;

    content: '\e63d';
}
.wrap-contact .contact .pic
{
    float: left;

    width: 55%;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .pic
    {
        width: 100%;
        margin-top: 40px;
    }
}
.wrap-contact .contact .pic img
{
    max-width: 100%;
}
.wrap-product .product .text
{
    padding-left: 16px;

    border-left: 5px solid #c3211e;
}
.wrap-product .product .text p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-product .product .text p
    {
        font-size: 15px;
    }
}
.wrap-product .product .item
{
    margin-top: 30px;
}
.wrap-product .product .item .img-box
{
    padding-bottom: 60.75949367%;
}
.wrap-product .product .item .img-box img
{
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-product .product .item .note
{
    display: block;

    padding: 22px 0;
}
.wrap-product .product .item .note b
{
    font-family: 'Roboto Condensed';
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1199px)
{
    .wrap-product .product .item .note b
    {
        font-size: 18px;
    }
}
.wrap-product .product .item .note p
{
    line-height: 1.85714286;

    display: -webkit-box;
    overflow: hidden;

    height: 78px;
    margin: 14px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 767px)
{
    .wrap-product .product .item .note p
    {
        display: -webkit-box;
        overflow: hidden;

        height: 52px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.wrap-product .product .item .note span
{
    line-height: 34px;

    display: inline-block;

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

    text-transform: uppercase;

    color: #666;
}
@media (max-width: 1199px)
{
    .wrap-product .product .item .note span
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product .item .note span
    {
        padding: 0 10px;
    }
}
.wrap-product .product .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-product .product .item:hover .note b
{
    color: #c3211e;
}
.wrap-product .product .item:hover .note span
{
    color: #fff;
    background-color: #c3211e;
}
.wrap-product-show .product-show .info
{
    overflow: hidden;
}
.wrap-product-show .product-show .info .text,
.wrap-product-show .product-show .info .pic
{
    float: left;
}
.wrap-product-show .product-show .info .pic
{
    width: 55%;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .info .pic
    {
        width: 100%;
    }
}
.wrap-product-show .product-show .info .pic img
{
    max-width: 100%;
}
.wrap-product-show .product-show .info .text
{
    width: 45%;
    padding-left: 30px;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .info .text
    {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-product-show .product-show .info .text .title-product h1
{
    font-family: 'Roboto Condensed';
    font-size: 22px;

    margin: 0;
}
.wrap-product-show .product-show .info .text .title-product:after
{
    display: block;

    width: 84px;
    height: 5px;
    margin-top: 10px;

    content: '';

    background-color: #c3211e;
}
.wrap-product-show .product-show .info .text .note
{
    margin-top: 30px;
}
.wrap-product-show .product-show .info .text .note p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
.wrap-product-show .detail
{
    margin-top: 50px;
}
.wrap-product-show .detail .title-detail
{
    text-align: center;

    background-color: #c3211e;
}
.wrap-product-show .detail .title-detail b
{
    font-family: 'Roboto Condensed';
    font-size: 24px;
    font-weight: normal;
    line-height: 58px;

    display: block;

    color: #fff;
}
.wrap-product-show .detail .text
{
    margin-top: 26px;
}
.wrap-product-show .detail .text img
{
    max-width: 100%;
}
.wrap-product-show .detail .text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
.wrap-product-show .relate
{
    margin-top: 60px;

    border-top: 1px solid #dcdcdc;
}
.wrap-product-show .relate ul
{
    overflow: hidden;
}
.wrap-product-show .relate ul li
{
    float: left;

    width: 50%;
    margin-top: 10px;
}
@media (max-width: 991px)
{
    .wrap-product-show .relate ul li
    {
        width: 100%;
    }
}
.wrap-product-show .relate ul li a
{
    font-size: 16px;
    line-height: 30px;

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

    height: 30px;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-product-show .relate ul li.next
{
    text-align: right;
}
@media (max-width: 991px)
{
    .wrap-product-show .relate ul li.next
    {
        text-align: left;
    }
}
.wrap-product-show .relate ul li:hover a
{
    color: #c3211e;
}
/**
 * page
 */
.page
{
    clear: both;
    overflow: hidden;

    margin-top: 70px;

    text-align: center;
}
.page a
{
    font-size: 20px;
    line-height: 32px;

    display: inline-block;
    overflow: hidden;

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

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

    color: #999;
    border-radius: 50%;
}
@media (max-width: 991px)
{
    .page a
    {
        margin: 0 6px;
    }
}
.page a.omit:hover
{
    color: #333;
    background-color: #eee;
}
.page a.prev
{
    font-size: 18px;

    margin-right: 10px;
}
.page a.prev:after
{
    font-family: 'iconfont' !important;

    content: '\e601';
}
.page a.next
{
    font-size: 18px;

    margin-left: 10px;
}
.page a.next:before
{
    font-family: 'iconfont' !important;

    content: '\e827';
}
.page a.page-num-current,
.page a:hover
{
    color: #c3211e;
}
@media (max-width: 767px)
{
    .page a
    {
        line-height: 34px;

        width: 34px;
        height: 34px;
    }
    .page a.first-child,
    .page a.last-child
    {
        margin: 0 5px;
    }
}
.bdshare_popup_box
{
    right: 0 !important;
    left: auto !important;

    display: none !important;
}
.stuck
{
    position: fixed !important;
    z-index: 10;
    top: 0;

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

    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .12);
}
.stuck .logo
{
    margin-top: 5px;
}
@media (max-width: 1199px)
{
    .stuck .logo
    {
        margin-top: 10px;
    }
}
.stuck .nav .nav-list1 > li > a
{
    line-height: 70px;
}
.stuck .nav .nav-list1 > li.more > a:after
{
    margin-top: 28px;
}
.stuck .find
{
    line-height: 70px;

    height: 70px;
}
.stuck .right
{
    height: 70px;
}
.stuck .cart
{
    margin-top: 13px;
}
.table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.bdshare_weixin_qrcode_dialog
{
    height: 320px !important;
}
button.btn { background:#c3211e; border-color:#c3211e;}
button.btn:hover{background:#901310;border-color:#901310;}

#maximg img{ max-width:100% !important; height:auto !important}



/*增*/
.inmiaoti {
    width: 1200px;
    height: 212px;
    margin: 0 auto;
    position: relative;
}
.inmiaoti p {
    line-height: 212px;
    color: #efefef;
    font-family: impact;
    font-size: 126px;
    text-align: center;
    text-transform: uppercase;
}
.inmiaoti h1 {
    position: absolute;
    line-height: 60px;
    font-size: 45px;
    color: #222222;
    top: 80px;
    font-weight: bold;
    display: block;
    width: 100%;
    height: 60px;
    text-align: center;
}
.inmiaoti h1 span {
    line-height: 60px;
    font-size: 45px;
    color: #dc3b3b;
    font-weight: bold;
}
.inmiaoti h3 {
    position: absolute;
    line-height: 25px;
    font-size: 20px;
    color: #222222;
    top: 145px;
    font-weight: 100;
    display: block;
    width: 100%;
    height: 25px;
    text-align: center;
}


/*公司简介*/
.w1400{ width:1400px; margin:0 auto;}
.speak{ height:937px; background:url(../images/about.jpg) no-repeat center; margin-top:-70px;}
.spright{ width:705px; margin:120px 0 0 695px;}
.sptop,.sptext,.spul{ width:650px; margin-left:30px;}
.sp_t{ font-size:30.64px; font-weight:bold; color:#222222;}
.sp_t i{ color:#d63d3d;}
.sp_c{ font-size:22.76px; color:#222222; position:relative; z-index:3; margin-top:5px; display:inline-block;}
.sp_c:after{ content:''; display:block; position:absolute; left:0; bottom:0; height:5px; background:#dc3c3c; bottom:0; animation:widthchange 2s linear infinite; z-index:-1;}
@keyframes widthchange{
    0%{ width:20%;}
    50%{ width:50%;}
    100%{ width:20%;}
    } 
.sptext{ margin:50px 0 50px 30px; font-size:16px; line-height:32px; color:#888888;}
.spul{ font-size:0;}
.spul span{ display:inline-block; vertical-align:top; width:91px; height:91px; border-radius:5px; border:1px solid #d9d9d9; padding:18px; font-size:22px; color:#626262; line-height:28px; letter-spacing:2px;}
.spul span+span{ margin-left:37px;}
.num{ margin-top:100px;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start; font-size:16px; color:#fff; text-align:center;}
.num i{ font-size:40px;font-weight: bold;}
.num p+p{ margin-top:5px;}



/*核心优势*/
.clear{clear: both;height: 0;}
.yjbj{
    margin-top: 60px;
}
.clearfix:after{height: 0;content: "";clear: both;display: block;}
.yj .yj-left{width:960px; height:722px; padding:85px 0 0 360px; box-sizing: border-box;background:url(../images/yjbj.jpg) no-repeat center;float:left; margin-left: -360px;position: relative;z-index:200;}
.yj .yj-left .yj-con{width:842px; height:547px;background:#FFFFFF;box-shadow: 0px 5px 49px 0px rgba(7, 0, 2, 0.32); position: relative;padding:86px 137px 0 138px; box-sizing: border-box;}
.yj .yj-left .yj-con h4{margin-bottom: 29px;}
.yj .yj-left .yj-con h4 span{display: block;height:41px; line-height: 36px;font-size: 31px;color:#000000; font-weight: bold;}
.yj .yj-left .yj-con h4 em{display: block; height:25px; line-height: 25px;font-size: 20px; color:#989898;font-style: inherit;margin-top: 5px;}
.yj .yj-left .yj-con p{line-height: 34px;font-size: 18px; color:#666666; text-align: justify; text-indent:2em;}
.yj .yj-left .yj-con strong{display: block; width:182px; height:45px; text-align: center; line-height: 41px; border:3px solid #b51512;border-radius: 25px;margin-top:46px;background-color: #c3211e;}
.yj .yj-left .yj-con strong a{display: block; font-size: 18px; color:#fff;font-weight: normal;}
.yj .yj-rig{width:960px; height:722px; overflow: hidden; float:right; margin-right: -360px; line-height: 0;}
.yj .yj-rig img{width: 100%;}

.yj_content {
    width: 1200px;
    margin: 0 auto;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.index-advan {
  padding: 70px 0 65px;
  background: url(../images/advan_bg.jpg) no-repeat top center;
}
.index-advan .t-title .box_tit {
  padding: 40px 0 0 0;
  background: url(../images/tit_advan.png) no-repeat top center;
}
.index-advan .ad-content {
  margin: 0px 0 0 0;
  background: url(../images/advan_box.jpg) no-repeat top center;
}
.index-advan .ad-content .box {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.index-advan .ad-content .box .pic {
  width: 589px;
  position: relative;
}
.index-advan .ad-content .box .pic img {
  width: 100%;
  display: block;
  height: 355px;
}
.index-advan .ad-content .box .pic p {
  position: absolute;
  color: #fff;
  left: 20px;
  bottom: 69px;
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
}
.index-advan .ad-content .box .text {
  width: 574px;
}
.index-advan .ad-content .box .text .ad_title {
  margin-bottom: 30px;
  height: 102px;
  padding: 25px 0 0 70px;
  background: url(../images/ad_icon_1.png) no-repeat left center;
}
.index-advan .ad-content .box .text .ad_title h2 {
  font-size: 26px;
  color: #e14546;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 36px;
  letter-spacing: 1px;
}
.index-advan .ad-content .box .text .ad_title h2 b {
  margin-top: 8px;
  font-size: 28px;
  font-weight: bold;
  color: #3e3e3e;
}
.index-advan .ad-content .box .text .ad_title p {
  font-size: 11px;
  text-transform: uppercase;
  color: #cdcdcd;
}
.index-advan .ad-content .box .text .content p {
  margin: 0 0 28px 25px;
  color: #666666;
  font-size: 18px;
  line-height: 30px;
  padding: 0 0 0 41px;
  background: url(../images/four_9.png) no-repeat 1px -4px;
}
.index-advan .ad-content .box .text .content p b {
  color: #333333;
  font-weight: bold;
}
.index-advan .ad-content .box .text .content span {
  margin-left: 38px;
  display: block;
  width: 260px;
  line-height: 36px;
  border-radius: 30px;
  background: #1270d4;
  color: #fff;
  text-align: center;
  margin-bottom: 28px;
}
.index-advan .ad-content .box .text a {
  display: block;
  width: 300px;
  line-height: 35px;
  text-align: left;
  color: #fff;
  background: #1270d4;
  font-size: 18px;
  margin-top: 20px;
  border-radius: 30px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.index-advan .ad-content .box .text a:hover {
  padding: 0 30px 0;
  background: #ffbc08;
}
.index-advan .ad-content .box:nth-child(2) .pic {
  width: 579px;
}
.index-advan .ad-content .box:nth-child(2) .pic img {
  width: 579px;
  height: 354px;
}
.index-advan .ad-content .box:nth-child(2) .text {
  width: 543px;
}

.index-advan .ad-content .box:nth-child(2) .text .ad_title {
    background: url(../images/ad_icon_2.png) no-repeat left center;
}
.index-advan .ad-content .box:nth-child(2) .text .ad_title {
  background: url(../images/ad_icon_2.png) no-repeat left center!important;
}
.index-advan .ad-content .box:nth-child(2) .text .ad_title h2 b {
  font-size: 28px;
}
.index-advan .ad-content .box:nth-child(3) .pic {
  width: 548px;
}
.index-advan .ad-content .box:nth-child(3) .pic img {
  width: 548px;
  height: 409px;
}
.index-advan .ad-content .box:nth-child(3) .text {
  padding: 30px 0 0 0;
  width: 580px;
}
.index-advan .ad-content .box:nth-child(3) .text .ad_title {
  background: url(../images/ad_icon_3.png) no-repeat left center;
}
.index-advan .ad-content .box:nth-child(4) {
  margin-bottom: 0;
}
.index-advan .ad-content .box:nth-child(4) .pic {
  width: 581px;
}
.index-advan .ad-content .box:nth-child(4) .pic img {
  width: 581px;
  height: 362px;
}
.index-advan .ad-content .box:nth-child(4) .text {
  width: 542px;
}
.index-advan .ad-content .box:nth-child(4) .text .ad_title {
  background: url(../images/ad_icon_4.png) no-repeat left center;
}
.index-advan .ad-content .box:nth-child(4) .icon {
  right: auto;
  left: -131px;
  bottom: 241px;
}





.index-ad1 {
    height: 240px;
    background: url(../images/ad_2.jpg) no-repeat center center;
}

.index-ad1 .box .text {
    height: 208px;
    width: 875px;
    margin-left: auto;
    text-align: center;
}

.index-ad1 .box .text p {
    font-size: 28px;
    color: #fff;
    text-align: left;
    line-height: 46px;
    font-weight: bold;
}

.index-ad1 .box .text p b {
    font-weight: bold;
    font-size: 43px;
}

.index-ad1 .box .text .tel {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #000000;
    margin-top: 7px;
    height: 60px;
    background: url(../images/ad_tel.png) no-repeat left center;
    padding: 0 0 0 70px;
}

.index-ad1 .box .text .tel span {
    font-size: 24px;
}

.index-ad1 .box .text .tel .cd-intro {
    width: auto;
}

.index-ad1 .box .text .tel .cd-intro .cd-headline {
    font-size: 2rem;
    text-align: left;
    margin-top: 45px;
}

.index-ad1 .box .text .tel b {
    font-size: 38px;
    font-weight: bold;
    color: #fff;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

.index-ad1 .box .text .tel a {
    display: block;
    width: 156px;
    line-height: 40px;
    border-radius: 30px;
    background: #e14546;
    text-align: center;
    font-family: initial;
    margin: 0px 0 0 15px;
    color: #fff;
    font-size: 20px;
    box-shadow: 0 9px #a03031;
}

.index-ad1 .box .text .tel a span {
    color: #43a17f;
    display: block;
    font-size: 20px;
}

.index-ad1 .box .text .tel a:hover {
    box-shadow: 0 6px #d0d0d0;
    margin-top: 3px;
}
}
.cd-headline.scale i {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.is-visible .cd-headline.scale i {
  opacity: 1;
}
.cd-headline.scale i.in {
  -webkit-animation: scale-up 0.6s forwards;
  -moz-animation: scale-up 0.6s forwards;
  animation: scale-up 0.6s forwards;
}
.cd-headline.scale i.out {
  -webkit-animation: scale-down 0.6s forwards;
  -moz-animation: scale-down 0.6s forwards;
  animation: scale-down 0.6s forwards;
}
.no-csstransitions .cd-headline.scale i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}
.no-csstransitions .cd-headline.scale .is-visible i {
  opacity: 1;
}
@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes scale-up {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  60% {
    -moz-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}
@-moz-keyframes scale-down {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  60% {
    -moz-transform: scale(0);
    opacity: 0;
  }
}
@keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}




.links{ background:#202020; border-bottom:1px solid #525252;}
.links .w1400{ height:110px;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center;}
.linksl{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center;}
.linksr a{ font-size:14px; color:#fff;}
.linksr a:hover{ color:#ff0;}
.linksl>p{ font-size:18px; color:#fff; margin-right:30px; padding-left:50px; background:url(../uploadfile/image/20210115/20210115140424_1901094260.png) no-repeat left center;}
.linksl>p em{ display:block; font-size:28px; font-family:fontDin2; text-transform:uppercase;}
.crcenter{ background:#161616 url(../images/20210115140424_1589620048.jpg) no-repeat center bottom;}
.crcon{ padding:80px 0 50px 0;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start;}
.crcon ul{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:flex-start;}
.crcode span{ display:block; text-align:center; background:#1d1d1d; line-height:38px; font-size:14px; color:#fff;}
.crcode img{ width:149px; height:149px;} 
.crcode li+li{ margin-left:23px;}
.klsj{ margin-left:50px;}
.klsj p{ font-size:18px; color:#fff; margin-bottom:20px;}
.klsj a{ display:block; font-size:14px; color:#d7dee2; line-height:32px;}
.klsj a:hover{ color:#fff;}
.klsj li+li{ margin-left:90px;}
.crcontact{ width:100%; height:130px; padding:0 50px;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center; background:rgbargb(37 37 37); border-radius:20px; }
.end,.end a{ line-height:120px; font-size:14px; color:#d5dbdf;}
.end a:hover{ color:#fff;}
.end{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center;}
.crcontact{ text-align:center; font-size:15px; color:#c1d6e3;}
.crcontact em{ font-size:22px; font-family:fontDin1;color: white;}
.crcontact span{ display:block; margin:0 auto 10px auto; width:46px; height:46px; border-radius:50%; background:url(../images/20210115140424_1982497971.png) no-repeat center;}
.crcontact li:nth-child(2) span{ background-image:url(../images/20210115140424_1982497971.png)}
.crcontact li:nth-child(3) span{ background-image:url(../images/20210115140424_1368289616.png)}
.crcontact li:nth-child(4) span{ background-image:url(../images/20210115140424_175148700.png)}
.crcontact li:nth-child(5) span{ background-image:url(../images/20210115140424_646270455.png)}


/*简介*/

.aboutn .ab_fl{width:47%;padding-top:40px;} 
.aboutn .ab_fr{width:50%;height:500px;overflow: hidden;}
.aboutn .ab_fr>img{width:100%;}
.aboutn .ab_title p ,.about2 .ab_title p,.apart3 .ab_title p{display: block;float: left;text-align: center;padding: 6px 15px; margin-right: 10px;background: #dc3b3b;font-size: 26px;color: #fff;}
.aboutn .ab_title dl, .about2 .ab_title dl, .apart3 .ab_title dl{display: block;float: left;font-family: "arial"; font-size: 40px;text-transform: uppercase; color: #dc3b3b;line-height: 50px;
font-weight:100;}
.aboutn .ab_title i ,.about2 .ab_title i ,.apart3 .ab_title i { display: block;font-style: normal;font-size: 24px;color: #333;margin: 1vw 0;}
.aboutn .ab_text,.about2 .ab_text,.ap3_list p{font-size:15px;line-height:30px;}

.aboutn_bg{background:#f5f5f5;height:445px;width:100%; position: relative;}
.about2 .ab_fl{width:56%;height: 445px;overflow: hidden;}
.about2 .ab_fl>img{width:100%;}
.about2 .ab_fr{ width: 55%; height: 340px; background: #FFF;padding: 3% 4%; position: absolute;  top: 12%; right: 0;}

.about2 .ab_fr img{
    margin-top: 62px;
    margin-left: 14px;
} 
.aboutn .fl,.about2 .fl{
    float: left;
}

.search_container {
    width: 1200px;
    margin: 0 auto;
    clear: both;
    display: table;
}
.search {
    margin-top: 30px;
    height: 70px;
    border-bottom: 1px solid #e2e2e2;
    background: #f0f0f0
}

.search .fl {
    display: inline;
    float: left;
    line-height: 70px;
}

.search .fl a {
    margin-right: 15px;
}

.search .fl span {
    color: #333;
    font-weight: bold;
}

.search .fr {
    float: right;
    display: inline;
    width: 384px;
    height: 70px;
}

.search .fr input {
    width: 280px;
    height: 36px;
    border: 1px solid #eee;
    margin-top: 15px;
    padding-left: 3px;
    border-radius: 6px 0 0 6px;
    padding-left: 15px;
}

.search .fr button {
    width: 75px;
    height: 40px;
    background: url(../images/search.jpg) no-repeat;
    border: none;
    position: relative;
    left: -10px;
}




/*内页新闻列表*/
.strong_title{display:none;}
.nswsfenlei_2019{margin-bottom:30px;}
.nswsfenlei_2019 ul{font-size:0;}
.nswsfenlei_2019 li{display:inline-block;vertical-align:top;width:182px;height:52px;border:1px solid #e0e0e0;}
.nswsfenlei_2019 li+li{margin-left:12px;}
.nswsfenlei_2019 li:hover,.nswsfenlei_2019 li.curNewsType_2019{background:#0299ff;border-color:#0299ff;}
.nswsfenlei_2019 li a{display:block;line-height:50px;font-weight: normal;font-size: 16px;}
.nswsfenlei_2019 li:hover a,.nswsfenlei_2019 li.curNewsType_2019 a{color:#fff;}

.nyxqnews_rightcont a{line-height: 36px;}
.nyxqnews_leftpage {width: 100% !important;display: inline-block;margin-left: 0 !important;}
.nyxqnews_leftup,.nyxqnews_leftdown{line-height:70px;width: 50% !important;}
.nyxqnews_leftdown {background: url(http://114my.cn.114.114my.net/ZP/nynews/newsdown.png) 484px 29px no-repeat !important;padding-right: 50px !important;}
.newstemptwo li:hover .news_a a{color:#0299ff !important;}
.newshx:after, .newshx:before, .newssx:after, .newssx:before,.newstemptwo li:hover .news_more a{background:#0299ff !important;}
.nynews {
    width: 100%;
    margin: 0 auto;
}

.nynews-list {
    width: 100%;
    height: auto;
    padding: 3.2% 3%;
    margin: 50px auto;
    box-shadow: 0 0 1px #aaa;
    box-sizing: border-box;
    position: relative;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.nynews-date {
    float: left;
    width: 9%;
    padding: 4% 3% 0 0;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    font-family: sans-serif;
    color: #999;
}

.nynews-date b {
    font-size: 55px;
    color: #212121;
    line-height: 40px;
}

.nynews-photo {
    float: left;
    width: 20%;
    height: auto;
    overflow: hidden;
}

.nynews-photo img {
    width: 100%;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.nynews-content {
    float: left;
    width: 78%;
    padding-left: 2%;
}

.nynews-title {
    font-size: 20px;
    font-weight: bold;
    color: #222;
    line-height: 40px;
    padding-bottom: 0.6vw;
}

.nynews-text {
    font-size: 15px;
    line-height: 28px;
    color: #666;
}
.tj_newslist{
    font-size: 17px;
    margin-bottom: 13px;
    display: block;
    font-weight: bold;
}
.nynews-more {
    float: right;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-top: 4%;
    font-size: 20px;
    color: #fff;
    font-family: serif;
    font-weight: bold;
    background: #e5e5e5;
    border-radius: 100%;
    text-align: center;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.nynews-list:hover {
    box-shadow: 0 26px 50px -6px rgba(97, 105, 113, 0.3);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.nynews-list:hover .nynews-photo img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05)
}

.nynews-list:hover .nynews-title {
    color: #0d4486;
}

.nynews-list:hover .nynews-more {
    background: #0d4486;
    transform: translateX(6px);
    -webkit-transform: translateX(6px);
}

.clear {
    clear: both;
}

.mianbxContent {
    max-width: 1400px;
    width: 100% !important;
    text-align: left !important;
    padding-left: 40px;
    color: #888;
    background: url(../images/20210429205331_1394133283.png) no-repeat left center;
    height: 62px !important;
    line-height: 62px !important;
    border-bottom: 1px dashed #ddd;
    font-size: 17px;
    margin: 0 auto;
}
.mianbxContent a {
    color: #888;
    display: inline-block;
    margin: 0px 5px;
    font-size: 16px;
}


/*分页*/
.page_total {border: 1px solid #e5e5e5;letter-spacing: 1px;padding: 0 10px;height: 26px;display: inline-block;line-height: 24px;font-size: 14px;}
.pages_info{padding:0 !important;width: 100% !important;}
.pages_box {font-size:0;margin-top:25px;display: block;margin: 0 auto;text-align: center;}
.pages_box a{vertical-align: top;display: inline-block;padding: 0 10px;height: 26px;line-height: 24px;border: 1px solid #e5e5e5;text-align: center;margin: 0 2px;background: #fff;font-size: 14px;}
.pages_box .page_curr{border-color:#0299ff;background:#0299ff;color:#fff;}
.pages_box .page_curr:hover{color:#fff;}
.pages_box a:hover{color:#0299ff;}
.pages_box b{line-height: 26px;}
.page-num-current{
    background-color: #c3211e!important;
    color: #fff!important;
    border: 1px solid #c3211e!important;
}



/*联系我们*/
.lxfsnr{box-shadow: 0 0 50px rgba(0,0,0,0.05); padding:50px 0 50px 60px;}
.lxfsnr h3{font-size:24px; line-height:60px; color:#222; padding-bottom:30px;}
.lxfsnr_l{width:54%;}
.lxfsnr_r{width:46%;}
.lxfsnr_l li{ float:left; width:48%;  margin-right:2%; margin-bottom:30px;  }
.lxfsnr_l li dd,.lxfsnr_r li p{font-size:16px; color:#e40106;}
.lxfsnr_l li dd{ line-height:40px;}
.lxfsnr_l li dd:before,.lxfsnr_r li p:before{content:""; display:block;width:30px; height:40px; background-image:url(../images/20210827211643_585757588.png);}
.lxfsnr_l li dd:before{ float:left; }
.lxfsnr_l li p{color:#333;}
.lxfsnr_l li:nth-child(1) dd:before{   background-position: 0 0;}
.lxfsnr_l li:nth-child(2) dd:before{   background-position: -40px 0;}
.lxfsnr_l li:nth-child(3) dd:before{   background-position: -80px 0;}
.lxfsnr_l li:nth-child(4) dd:before{   background-position: -120px 0;}
.lxfsnr_l li:nth-child(5) dd:before{   background-position: -160px 0;}
.lxfsnr_l li:nth-child(6) dd:before{   background-position: -200px 0;}

.lxfsnr_r li p:before{display:inline-block; position: relative; top:14px;}
.lxfsnr_r li:nth-child(1) p:before{background-position: -200px 0;}
.lxfsnr_r li:nth-child(2) p:before{background-position: -240px 0; }
.lxfsnr_r li:nth-child(3) p:before{background-position: -280px 0; }
.lxfsnr_r li p{margin-bottom:10px;}
.lxfsnr_r li{width:30%; text-align:center; float:left; }
.lxfsnr_r li img{width:70%;}
.lxfsnr_l {
    float: left;
    width: 54%;
}
.lxfsnr_r {
    float: right;
    width: 46%;
}
.lxfsnr_m{margin-top:40px;}




.in-prod-menu {
    margin-left: -15px;
    margin-top: 30px;
}
.clearfix {
    zoom: 1;
}
.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.in-prod-menu li {
    float: left;
    width: 14%;
}
.in-prod-menu li a {
    display: block;
    background: url(../images/icon-cat.png) no-repeat 20px center #dc3c3c;
    color: #fff;
    line-height: 42px;
    font-size: 18px;
    padding-left: 45px;
    margin: 0 0 15px 15px;
    transition: all 0.5s;
}
.in-prod-menu li a:hover{
    background: url(../images/icon-cat.png) no-repeat 20px center #96151a;
}

.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.nav_active{
    color: #c3211e!important;
    font-weight: bold;
}
.product_img_box{
    display: block;
    height: 210px;
}