@charset 'utf-8';
@font-face
{
    font-family: 'AvantGarde Bk BT';
    font-weight: normal;
    font-style: normal;

    src: url('font/avantgardeitcbybt-book.eot');
    src: url('font/avantgardeitcbybt-book.eot?#iefix') format('embedded-opentype'), url('font/avantgardeitcbybt-book.woff2') format('woff2'), url('font/avantgardeitcbybt-book.woff') format('woff'), url('font/avantgardeitcbybt-book.ttf') format('truetype'), url('font/avantgardeitcbybt-book.svg#AvantGardeITCbyBT-Book') format('svg');
}
@font-face
{
    font-family: 'arial black';
    font-weight: 900;
    font-style: normal;

    src: url('font/arial-black.eot');
    src: url('font/arial-black.eot?#iefix') format('embedded-opentype'), url('font/arial-black.woff2') format('woff2'), url('font/arial-black.woff') format('woff'), url('font/arial-black.ttf') format('truetype'), url('font/arial-black.svg#Arial-Black') format('svg');
}
body
{
    font-family: Arial, 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
}
body.fixed
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1320px)
{
    .container
    {
        width: 1320px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1319px)
{
    .container
    {
        width: 1200px;
    }
}
.ff {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.all {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
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
{
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.txt-over1
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.hoverbox img
{
    -webkit-transition:         transform .5s;
    -webkit-transition: -webkit-transform .5s;
            transition: -webkit-transform .5s;
            transition:         transform .5s;
            transition:         transform .5s, -webkit-transform .5s;
}
.hoverbox:hover img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.img-box
{
    position: relative;
    z-index: 1;

    display: block;
    overflow: hidden;

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

    display: block;

    width: 100%;
    height: 100%;
}
.lazy
{
    background: url(../js/jquery.lazyload/img/loader.gif) center no-repeat;
}
.page
{
    text-align: center;
}
.page li
{
    line-height: 38px;

    display: inline-block;

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

    text-align: center;
}
.page li a,
.page li span
{
    display: block;

    vertical-align: middle;

    background-color: #eee;
}
.page li.active a,
.page li a:hover
{
    color: #fff;
    background-color: #dc3731;
}
.page .prev a:before,
.page .next a:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    vertical-align: middle;
}
.page .prev
{
    display: none;
}
.page .prev a:before
{
    content: '\e9b5';
}
.page .next a:before
{
    content: '\e72f';
}
.clearfix
{
    zoom: 1;
}
.clearfix:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.header {
  position: relative;
  z-index: 10;
}
@media (min-width: 1200px) {
  .header.fixed .header-box {
    position: fixed;
    box-shadow: 0 2px 14px 1px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.93);
    color: #222;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    top: auto;
    bottom: 100%;
    width: 100%;
    -webkit-transform: translateY(99.5%);
        -ms-transform: translateY(99.5%);
            transform: translateY(99.5%);
  }
  .header.fixed .header-box .logo a {
    padding: 5px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .header.fixed .header-box .nav-list1 > li > a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .header.fixed .header-box .nav-list1 > li > a:before {
    bottom: 24px;
  }
}
.header .logo {
  float: left;
  text-align: center;
}
.header .logo a
{
    display: inline-block;

    width: auto;
    max-width: 100%;
    padding: 20px 0;
}
@media (max-width: 767px)
{
    .header .logo a
    {
        padding: 8px 0;
    }
}
.header .logo img
{
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .header .logo img
    {
        width: 60%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .header .logo .logo-txt
    {
        display: none;
    }
}
@media (max-width: 767px)
{
    .header .logo .logo-txt
    {
        display: none;
    }
}
.header .search-box
{
    display: none;
    float: right;

    margin-right: 24px;
}
@media (max-width: 991px)
{
    .header .search-box
    {
        position: absolute;
        z-index: 200;
        top: 100%;
        left: 0;

        display: none;

        width: 100%;
        margin-top: 0;
        padding: 5px 15px 10px;

        background: #fff;
    }
    .header .search-box form
    {
        width: 100%;
    }
}
.header .search-box form
{
    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 356px;

    vertical-align: middle;

    border: 1px solid #ddd;
    border-radius: 40px;
}
@media (max-width: 991px)
{
    .header .search-box form
    {
        display: block;

        width: 90%;
        margin: 0 auto;
    }
}
@media (max-width: 767px)
{
    .header .search-box form
    {
        width: 100%;
    }
}
.header .search-box form input
{
    display: block;

    width: 100%;
    padding: 9px 46px 9px 20px;

    color: #999;
    color: #888;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header .search-box form input
    {
        font-size: 16px;

        padding: 13px 46px 13px 20px;
    }
}
.header .search-box form .submit
{
    position: absolute;
    top: -1px;
    right: 0;

    width: 54px;
    height: 100%;

    text-align: center;

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

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

    color: #888;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header .search-box form .submit:before
    {
        font-size: 22px;
    }
}
.header .search-box form input::-webkit-input-placeholder,
.header .search-box form textarea::-webkit-input-placeholder
{
    color: #888;
}
.header .search-box form input:-o-placeholder,
.header .search-box form textarea:-o-placeholder
{
    color: #888;
}
.header .search-box form input::-moz-placeholder,
.header .search-box form textarea::-moz-placeholder
{
    color: #888;
}
.header .search-box form input:-ms-input-placeholder,
.header .search-box form textarea:-ms-input-placeholder
{
    color: #888;
}
.header .search-box form input:focus::-webkit-input-placeholder,
.header .search-box form textarea:focus::-webkit-input-placeholder
{
    color: #ccc;
}
.header .search-box form input:focus::-o-placeholder,
.header .search-box form textarea:focus::-o-placeholder
{
    color: #ccc;
}
.header .search-box form input:focus::-moz-placeholder,
.header .search-box form textarea:focus::-moz-placeholder
{
    color: #ccc;
}
.header .search-box form input:focus::-ms-input-placeholder,
.header .search-box form textarea:focus::-ms-input-placeholder
{
    color: #ccc;
}
.header .find
{
    display: none;
    float: right;

    width: 22px;
    height: 30px;
    margin-top: 24px;
    margin-left: 20px;

    cursor: pointer;
}
.header .find:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-style: normal;

    content: '\e660';
    vertical-align: top;
}
@media (max-width: 991px)
{
    .header .find
    {
        display: block;
        float: right;

        margin-top: 60px;
        margin-right: 0;
        margin-left: 0;
    }
    .header .find:after
    {
        font-size: 24px;

        color: #888;
    }
}
@media (max-width: 767px)
{
    .header .find
    {
        margin-top: 25px;
    }
    .header .find:after
    {
        font-size: 22px;
    }
}
.header .nav-collapse
{
    position: relative;

    display: none;
    float: right;

    width: 40px;
    height: 40px;
    margin-top: 34px;
    margin-left: 22px;
    padding: 0;

    cursor: pointer;

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

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

        display: block;

        margin-top: 10px;

        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line
    {
        background-color: #fff !important;
    }
}
@media (max-width: 767px)
{
    .header .nav-collapse
    {
        margin-top: 18px;
        margin-left: 10px;

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

    width: 25px;
    height: 2px;

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

    background: #999;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header .nav-collapse .btn-line
    {
        width: 30px;
    }
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1)
{
    position: absolute;

    display: block;

    width: 25px;
    height: 2px;

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

    background: #999;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header .nav-collapse .btn-line:nth-child(3),
    .header .nav-collapse .btn-line:nth-child(1)
    {
        width: 30px;
    }
}
.header .nav-collapse .btn-line:nth-child(1)
{
    top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header .nav-collapse .btn-line:nth-child(2)
    {
        top: 55%;
    }
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 65%;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header .nav-collapse .btn-line:nth-child(3)
    {
        top: 75%;
    }
}
.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: 992px)
{
    .header .nav
    {
        float: right;

        text-align: center;
    }
    .header .nav .container
    {
        width: auto;
    }
}
@media (max-width: 991px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

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

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

        background: #fafafa;
        background: #000;
    }
    .header .nav .container
    {
        overflow: auto;

        width: 100%;
        height: 100%;
    }
    .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
{
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
.header .nav.left-200
{
    -webkit-transform: translate3d(-200%, 0, 0);
            transform: translate3d(-200%, 0, 0);
}
@media (min-width: 992px)
{
    .header .nav .nav-list1 li a
    {
        white-space: nowrap;
    }
    .header .nav .nav-list1 > li
    {
        position: relative;

        float: left;

        margin-left: 30px;
    }
    .header .nav .nav-list1 > li > a
    {
        font-weight: 700;

        position: relative;

        display: block;

        padding: 60px 0;
    }
    .header .nav .nav-list1 > li > a:before
    {
        position: absolute;
        bottom: 44px;
        left: 50%;

        display: block;

        width: 0;
        height: 2px;

        content: '';
        -webkit-transition: width .5s;
                transition: width .5s;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);

        background-color: #dc3731;
    }
    .header .nav .nav-list1 > li.active > a,
    .header .nav .nav-list1 > li:hover > a
    {
        color: #254aa5;
    }
    .header .nav .nav-list1 > li.active > a:before,
    .header .nav .nav-list1 > li:hover > a:before
    {
        width: 42px;
    }
    .header .nav .nav-list1 .nav-list2,
    .header .nav .nav-list1 .nav-list3
    {
        display: none;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 10;
        top: 100%;
        left: 50%;

        margin-left: -132px;
        padding: 5px 0;

        border-top: 1px solid transparent;
        background-color: rgba(37, 74, 165, .6);
    }
    .header .nav .nav-list1 .nav-list2 > li
    {
        position: relative;

        padding: 0 15px;

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

        display: none;

        width: 100%;
        height: 1px;

        content: '';

        background-color: #254aa5;
    }
    .header .nav .nav-list1 .nav-list2 > li:before
    {
        top: 0;
    }
    .header .nav .nav-list1 .nav-list2 > li:after
    {
        top: 100%;
    }
    .header .nav .nav-list1 .nav-list2 > li:hover
    {
        background-color: #254aa5;
    }
    .header .nav .nav-list1 .nav-list2 > li:hover:before,
    .header .nav .nav-list1 .nav-list2 > li:hover:after
    {
        display: block;
    }
    .header .nav .nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
        font-weight: 700;

        display: block;

        padding: 11px;

        color: #fff;
        border-top: 1px solid rgba(181, 198, 241, .65);
    }
}
@media (max-width: 991px)
{
    .header .nav .nav-list1
    {
        margin: 20px 0;

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

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

        color: #fff;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1319px)
{
    .header .nav .nav-list1 > li
    {
        margin-left: 25px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .header .nav .nav-list1 > li
    {
        margin-left: 35px;
    }
}
@media (max-width: 991px)
{
    .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: 991px)
{
    .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: #000;
    }
}
.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' !important;
    font-size: 26px;

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

    margin: 0;
}
@media (max-width: 767px)
{
    .header .nav-2 .nav-top h2,
    .header .nav-3 .nav-top h2
    {
        font-size: 24px;
    }
}
.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: scroll;

    height: 85%;
    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-family: Arial, 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 22px;
    line-height: 42px;

    margin: 25px 0;

    text-align: left;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li
    {
        font-size: 20px;

        margin: 0;
    }
}
@media (max-height: 600px)
{
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li
    {
        line-height: 40px;
    }
}
.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: 991px)
{
    .header .fade-out ul
    {
        padding: 0 5%;
    }
}
@media (max-width: 991px)
{
    .header .fade-out ul.nav-list1
    {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a
    {
        font-weight: 700;

        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li
    {
        position: relative;

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

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

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

        margin-top: -18px;

        content: '\e72f';

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

        display: block;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 24px;
    }
}
@media (max-width: 991px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
@media (max-width: 991px) and (max-height: 600px)
{
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 24px;
        line-height: 45px;
    }
}
@media (max-width: 991px) and (max-height: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 991px) and (max-width: 480px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
/*.banner
{
    position: relative;

    overflow: hidden;

    width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .banner .owl-theme
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
// @media (max-width: 767px)
// {
//     .banner .owl-theme
//     {
//         width: 160%;
//         max-width: 160%;
//         margin-left: -30%;
//     }
// }
.banner .owl-theme .owl-controls .owl-page span
{
    width: 50px;
    height: 4px;
    margin: 0 5px;

    opacity: 1;
    border-radius: 0;
    background: #fff;
}
.banner .owl-controls
{
    position: absolute;
    bottom: 75px;
    left: 50%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (max-width: 1440px)
{
    .banner .owl-controls
    {
        bottom: 70px;
    }
}
@media (max-width: 1199px)
{
    .banner .owl-controls
    {
        bottom: 55px;
    }
}
@media (max-width: 991px)
{
    .banner .owl-controls .owl-pagination
    {
        display: none;
    }
}
.banner .owl-controls .owl-page.active span,
.banner .owl-controls .owl-page:hover span
{
    background: #dc3731;
}
.banner img
{
    display: block;

    width: 100%;
}*/

.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
          user-select: none;
  z-index: 2;
  font-size: 0;
}
.banner img {
  display: block;
  width: 100%;
}
.banner .swiper-slide {
  overflow: hidden;
}
.banner .swiper-pagination {
  position: absolute;
  z-index: 2;
  width: auto;
  bottom: 75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1199px) {
  .banner .swiper-pagination {
    bottom: 5%;
  }
}
.banner .swiper-pagination-bullet {
  outline: none;
  width: 50px;
  height: 4px;
  background: #fff;
  opacity: 1;
  margin: 0 5px !important;
  border-radius: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-clip: content-box;
}
@media (max-width: 767px) {
  .banner .swiper-pagination-bullet {
    width: 15px;
    height: 2px;
  }
}
.banner .swiper-pagination-bullet-active {
  background: #dc3731;
}
.banner .slick-arrow {
  outline: none;
  border: none;
  width: 60px;
  height: 90px;
  line-height: 90px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 32px;
  border-radius: 0;
}
.banner .slick-arrow:after {
  display: none;
}
@media (min-width: 1200px) {
  .banner .slick-arrow:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
.banner .slick-prev {
  left: 5%;
}
.banner .slick-next {
  right: 5%;
}
.banner .item {
  display: block;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .banner .item {
    width: 110%;
    max-width: 110%;
    margin-left: -5%;
  }
}
@media (max-width: 767px) {
  .banner .item {
    width: 120%;
    max-width: 120%;
    margin-left: -10%;
  }
}
.banner .item > a {
  overflow: hidden;
  display: block;
}
.banner .item > a > img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1850px) and (max-width: 1920px) {
  .banner .item > a > img {
    width: auto;
  }
}
.banner-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner.hide-arrow .slick-arrow,
.banner.hide-arrow .swiper-pagination {
  display: none !important;
}
.banner.hide-video video {
  display: none !important;
}
.banner-video-box {
  display: block;
  padding-bottom: 29.16666667%;
  position: relative;
  -webkit-transform: translateZ(10px);
          transform: translateZ(10px);
}
.banner-video-box .fluid_video_wrapper {
  position: absolute;
  z-index: 10;
}
.banner-video-box .fluid_initial_play {
  background-color: #dc3731 !important;
}
.banner .mobile-video {
  display: block;
  position: relative;
}
.banner .mobile-video:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
}
.banner .mobile-video:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 3;
  font-size: 50px;
  color: #fff;
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e644';
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

@media (max-width: 991px)
{
    .key-word
    {
        display: none;
    }
}
.key-word .content
{
    position: relative;
    z-index: 2;
    top: -50px;

    zoom: 1;

    padding: 30px 50px;

    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(245, 243, 243, .75);
}
.key-word .content:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media (max-width: 1199px)
{
    .key-word .content
    {
        top: -40px;

        padding: 20px 30px;
    }
}
.key-word .word
{
    float: left;

    margin-top: 6px;
}
.key-word .word b,
.key-word .word p
{
    display: inline-block;

    vertical-align: middle;

    color: #666;
}
.key-word .word b
{
    font-size: 20px;
}
.key-word .word p
{
    margin-bottom: 0;
}
.key-word .word p a
{
    display: inline-block;

    margin-left: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1319px)
{
    .key-word .word p a
    {
        margin-left: 25px;
    }
}
@media (max-width: 1199px)
{
    .key-word .word p a
    {
        margin-left: 15px;
    }
    .key-word .word p a:last-child
    {
        display: none;
    }
}
.key-word .word p a:hover
{
    text-decoration: underline;

    color: #254aa5;
}
.key-word .word p a:first-child
{
    margin-left: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1319px)
{
    .key-word .word p a:first-child
    {
        margin-left: 15px;
    }
}
@media (max-width: 1199px)
{
    .key-word .word p a:first-child
    {
        margin-left: 10px;
    }
}
.key-word form
{
    position: relative;

    float: right;
    overflow: hidden;

    width: 335px;
    height: 40px;

    border-radius: 40px;
    background-color: #eee;
}
.key-word form input
{
    display: block;

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

    background: none;
}
.key-word form .input-submit
{
    position: absolute;
    top: 0;
    right: 0;

    width: 70px;
    height: 100%;
    padding-right: 10px;

    text-align: center;

    background-color: #dc3731;
}
.key-word form .input-submit:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;

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

    color: #fff;
}
.index-box .title
{
    text-align: center;
}
.index-box .title h3
{
    font-family: 'arial black';
    font-size: 26px;

    margin-top: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .index-box .title h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .index-box .title h3
    {
        font-size: 20px;
    }
}
.index-box .title h3:first-letter
{
    font-size: 50px;

    color: #254aa5;
}
@media (max-width: 991px)
{
    .index-box .title h3:first-letter
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .index-box .title h3:first-letter
    {
        font-size: 32px;
    }
}
.index-box .title p
{
    font-size: 12px;
    line-height: 1.5;

    margin: 0 auto;

    text-transform: uppercase;

    color: #999;
}
@media (min-width: 992px)
{
    .index-box .title p
    {
        width: 53%;
    }
}
.index-product
{
    overflow: hidden;

    padding: 30px 0 80px 0;
}
@media (max-width: 991px)
{
    .index-product
    {
        padding-bottom: 55px;
    }
}
@media (max-width: 767px)
{
    .index-product
    {
        padding-bottom: 35px;
    }
}
.index-product ul
{
    margin-top: 35px;
}
@media (max-width: 767px)
{
    .index-product ul
    {
        margin: 25px -5px 0;
    }
    .index-product ul li
    {
        padding: 0 5px;
    }
}
.index-product .item
{
    -webkit-transition: box-shadow .5s;
            transition: box-shadow .5s;
}
.index-product .item > p
{
    font-size: 16px;
    font-weight: 700;

    padding: 20px 10px;

    -webkit-transition: color .5s;
            transition: color .5s;
    text-align: center;

    color: #666;
}
@media (max-width: 767px)
{
    .index-product .item > p
    {
        font-size: 14px;

        padding: 10px 0;
    }
}
.index-product .item > p a
{
    display: -webkit-box;
    display: block;
    overflow: hidden;

    height: 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (min-width: 992px)
{
    .index-product .item:hover
    {
        box-shadow: 0 3px 12px 2px rgba(244, 244, 244, .75);
    }
    .index-product .item:hover > p
    {
        color: #254aa5;
    }
    .index-product .item:hover .mask
    {
        opacity: 1;
    }
}
.index-product .pic-box
{
    position: relative;
}
.index-product .img-box
{
    padding-bottom: 76.66666667%;
}
.index-product .mask,
.index-product .mask a
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.index-product .mask
{
    z-index: 2;

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

    opacity: 0;
    color: #fff;
    background-color: rgba(37, 74, 165, .7);
}
@media (max-width: 991px)
{
    .index-product .mask
    {
        display: none;
    }
}
.index-product .mask span
{
    font-size: 50px;

    position: relative;

    display: block;

    margin-top: 40px;
    padding-left: 70px;
}
.index-product .mask span:before
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 60px;
    height: 1px;

    content: '';

    background-color: #fff;
}
.index-product .mask p
{
    font-family: 'arial black';
    font-size: 20px;

    padding: 0 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1319px)
{
    .index-product .mask span
    {
        font-size: 36px;

        margin-top: 25px;
        padding-left: 50px;
    }
    .index-product .mask span:before
    {
        width: 40px;
    }
    .index-product .mask p
    {
        padding: 0 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .index-product .mask span
    {
        font-size: 36px;

        margin-top: 25px;
        padding-left: 30px;
    }
    .index-product .mask span:before
    {
        width: 20px;
    }
    .index-product .mask p
    {
        font-size: 16px;

        padding: 0 20px;
    }
}
.index-product a.more
{
    font-weight: 700;
    line-height: 40px;

    display: block;

    width: 120px;
    height: 40px;
    margin: 40px auto 0;

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

    color: #fff;
    background-color: #dc3731;
}
.index-product a.more:hover
{
    background-color: #c7322c;
}
@media (max-width: 1199px)
{
    .index-product a.more
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .index-product a.more
    {
        margin-top: 0;
    }
}
.index-about
{
    background: url(../images/imgs/about-bg.jpg) no-repeat top center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .index-about
    {
        padding: 35px 0;
    }
}
.index-about .container
{
    position: relative;
}
.index-about .img-box
{
    top: 80px;

    padding-bottom: 60.31746032%;
}
@media (max-width: 1319px)
{
    .index-about .img-box
    {
        top: 50px;
    }
}
@media (max-width: 991px)
{
    .index-about .img-box
    {
        top: 0;
    }
}
.index-about .introduce
{
    position: relative;

    color: #fff;
}
@media (max-width: 1199px)
{
    .index-about .introduce
    {
        padding-bottom: 50px;
    }
}
@media (max-width: 991px)
{
    .index-about .introduce
    {
        padding-bottom: 0;
    }
}
.index-about .introduce h3
{
    font-family: 'arial black';
    font-size: 26px;
    line-height: 1;

    position: relative;

    margin-top: 80px;
    margin-bottom: 50px;
    padding-left: 30px;

    text-transform: uppercase;
}
@media (max-width: 1319px)
{
    .index-about .introduce h3
    {
        margin-top: 50px;
        margin-bottom: 30px;
    }
}
@media (max-width: 991px)
{
    .index-about .introduce h3
    {
        font-size: 24px;

        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .index-about .introduce h3
    {
        font-size: 20px;
    }
}
.index-about .introduce h3:first-letter
{
    font-size: 50px;
}
@media (max-width: 991px)
{
    .index-about .introduce h3:first-letter
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .index-about .introduce h3:first-letter
    {
        font-size: 34px;
    }
}
.index-about .introduce h3:after
{
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;

    width: 190px;
    height: 25px;
    margin-bottom: -10px;

    content: '';

    background-color: #254aa5;
}
.index-about .introduce h3 span
{
    position: relative;
    z-index: 2;
}
.index-about .introduce .txt-box
{
    overflow: hidden;

    max-height: 160px;
}
.index-about .introduce p
{
    line-height: 1.64285714;

    margin-bottom: 0;

    word-wrap: break-word;
    word-break: break-word;
}
.index-about .more-box
{
    position: absolute;
    right: 15px;
    bottom: -60px;

    width: 50%;
}
@media (max-width: 1319px)
{
    .index-about .more-box
    {
        bottom: -50px;
    }
}
@media (max-width: 1199px)
{
    .index-about .more-box
    {
        bottom: -20px;

        width: 70%;
    }
}
@media (max-width: 991px)
{
    .index-about .more-box
    {
        position: relative;
        bottom: 0;
        left: 0;

        width: auto;
        margin-top: 20px;
    }
}
.index-about .more-box p
{
    line-height: 40px;

    margin-bottom: 0;
    padding-left: 30px;

    background-color: #eee;
}
@media (max-width: 767px)
{
    .index-about .more-box p
    {
        padding-left: 0;

        text-align: center;

        background: none;
    }
}
.index-about .more-box span
{
    display: inline-block;

    vertical-align: middle;

    color: #666;
}
@media (min-width: 768px)
{
    .index-about .more-box span:before
    {
        margin: 0 20px;

        content: '|';
        vertical-align: middle;
    }
    .index-about .more-box span:first-child:before
    {
        display: none;
    }
}
@media (max-width: 767px)
{
    .index-about .more-box span
    {
        margin: 0 15px;

        text-decoration: underline;

        color: #fff;
    }
}
.index-about .more-box .more
{
    width: 130px;
    height: 100%;

    -webkit-transition: background-color .5s;
            transition: background-color .5s;
    text-align: center;

    background-color: #dc3731;
}
@media (min-width: 768px)
{
    .index-about .more-box .more
    {
        position: absolute;
        top: 0;
        right: 0;
    }
}
@media (max-width: 767px)
{
    .index-about .more-box .more
    {
        display: block;

        margin: 10px auto 0;
    }
}
.index-about .more-box .more:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;

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

    color: #fff;
}
.index-about .more-box .more:hover
{
    background-color: #c7322c;
}
.index-servive
{
    margin-top: 160px;
}
@media (max-width: 767px)
{
    .index-servive
    {
        margin-top: 35px;
    }
}
.index-servive ul
{
    zoom: 1;

    margin-top: 40px;
}
.index-servive ul:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media (max-width: 767px)
{
    .index-servive ul
    {
        margin-top: 30px;
    }
}
.index-servive li
{
    position: relative;

    float: left;
    zoom: 1;

    width: 33.333%;

    background-color: #fafafa;
}
.index-servive li img
{
    -webkit-transition:         transform .5s;
    -webkit-transition: -webkit-transform .5s;
            transition: -webkit-transform .5s;
            transition:         transform .5s;
            transition:         transform .5s, -webkit-transform .5s;
}
.index-servive li:hover img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.index-servive li:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media (min-width: 992px)
{
    .index-servive li:hover
    {
        background-color: #efefef;
    }
    .index-servive li:hover h4
    {
        color: #254aa5;
    }
    .index-servive li:hover .plus
    {
        opacity: 1;
    }
    .index-servive li:hover .more
    {
        opacity: 0;
    }
}
@media (max-width: 991px)
{
    .index-servive li
    {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .index-servive .pic-box,
    .index-servive .introduce
    {
        float: left;

        width: 50%;
    }
}
.index-servive .img-box
{
    padding-bottom: 55.55555556%;
}
.index-servive .introduce
{
    padding: 35px 40px 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1319px)
{
    .index-servive .introduce
    {
        padding: 20px 40px 12px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .index-servive .introduce
    {
        padding: 15px 25px;
    }
}
@media (max-width: 767px)
{
    .index-servive .introduce
    {
        padding: 15px 20px;
    }
}
.index-servive .introduce h4
{
    font-size: 20px;
    font-weight: 700;

    display: -webkit-box;
    overflow: hidden;

    height: 44px;
    margin: 0 0 25px 0;

    -webkit-transition: color .5s;
            transition: color .5s;
    vertical-align: middle;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .index-servive .introduce h4
    {
        font-size: 18px;

        height: 34px;
        margin-bottom: 0;
    }
}
.index-servive .introduce h4 a
{
    vertical-align: middle;
}
.index-servive .introduce h4 span
{
    font-family: 'AvantGarde Bk BT';
    font-size: 40px;
    font-weight: 500;

    margin-right: 15px;

    vertical-align: sub;
}
@media (max-width: 1199px)
{
    .index-servive .introduce h4 span
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .index-servive .introduce h4 span
    {
        margin-right: 5px;
    }
}
.index-servive .introduce .txt-box
{
    overflow: hidden;

    height: 75px;
}
.index-servive .introduce p
{
    line-height: 1.78571429;

    position: relative;

    margin-bottom: 0;
    padding-left: 10px;

    color: #666;
}
.index-servive .introduce p:before
{
    position: absolute;
    top: 2px;
    left: 0;

    margin-right: 5px;

    content: '*';
    vertical-align: middle;

    color: #666;
}
.index-servive .introduce .more
{
    -webkit-transition: opacity .5s;
            transition: opacity .5s;

    opacity: 1;
}
@media (max-width: 1199px)
{
    .index-servive .introduce .more
    {
        line-height: 1.2;
    }
}
.index-servive .introduce .more:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    content: '\e620';

    color: #999;
}
.index-servive .plus
{
    line-height: 46px;

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

    display: block;

    width: 46px;
    height: 46px;
    margin-top: -23px;
    margin-left: -23px;

    -webkit-transition: opacity .5s;
            transition: opacity .5s;
    text-align: center;

    opacity: 0;
    background-color: #dc3731;
}

.index-servive li:nth-child(2) .plus {
    top: 100%;
}

.index-servive .plus:after
{
    font-family: 'iconfont' !important;
    font-weight: 700;

    content: '\e6d2';

    color: #fff;
}
.index-servive .plus:hover
{
    background-color: #c3332e;
}
.index-news
{
    padding: 80px 0;
}
@media (max-width: 991px)
{
    .index-news
    {
        padding: 60px 0;
    }
}
@media (max-width: 767px)
{
    .index-news
    {
        padding: 35px 0 15px 0;
    }
}
.index-news ul
{
    margin-top: 35px;
}
@media (max-width: 767px)
{
    .index-news ul
    {
        margin-top: 25px;
    }
}
.index-news li img
{
    -webkit-transition:         transform .5s;
    -webkit-transition: -webkit-transform .5s;
            transition: -webkit-transform .5s;
            transition:         transform .5s;
            transition:         transform .5s, -webkit-transform .5s;
}
.index-news li:hover img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.index-news li:hover .introduce
{
    padding-left: 30px;

    box-shadow: 0 2px 20px 4px rgba(244, 244, 244, .75);
}
.index-news li:hover h4
{
    color: #254aa5;
}
.index-news .img-box
{
    padding-bottom: 42.85714286%;
}
.index-news .pic-box
{
    position: relative;
}
.index-news .pic-box .date
{
    font-family: 'arial black';
    font-size: 16px;

    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 50%;

    width: 68%;
    padding: 9px 0;

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

    color: #fff;
    background-color: rgba(220, 55, 49, .7);
}
@media (max-width: 991px)
{
    .index-news .pic-box .date
    {
        padding: 5px 0;
    }
}
.index-news .pic-box .date a
{
    display: block;
}
.index-news .introduce
{
    padding: 35px 25px 35px 0;

    -webkit-transition: .5s;
            transition: .5s;
}
@media (max-width: 991px)
{
    .index-news .introduce
    {
        padding-top: 20px;
    }
}
.index-news .introduce h4
{
    font-size: 16px;
    font-weight: 700;

    display: -webkit-box;
    overflow: hidden;

    height: 18px;
    margin-top: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.index-news .introduce p
{
    line-height: 1.78571429;

    display: -webkit-box;
    overflow: hidden;

    height: 50px;
    margin-bottom: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.public-banner
{
    overflow: hidden;

    width: 100%;
}
.public-banner img
{
    width: 100%;
}
@media (max-width: 1199px)
{
    .public-banner img
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px)
{
    .public-banner img
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px)
{
    .public-banner img
    {
        width: 160%;
        max-width: 160%;
        margin-left: -30%;
    }
}
.product-nav ol
{
    zoom: 1;

    margin-bottom: 0;
    padding: 0;
}
.product-nav ol:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media (max-width: 767px)
{
    .product-nav ol
    {
        padding-left: 20px;

        list-style-type: decimal;
    }
}
.product-nav ol li
{
    font-weight: 700;
}
@media only screen and (min-width: 768px)
{
    .product-nav ol li
    {
        float: left;
    }
}
@media (max-width: 767px)
{
    .product-nav ol li
    {
        line-height: 1.6;

        list-style: inherit;
    }
}
.product-nav ol li:after
{
    margin: 0 5px;

    content: '/';
}
@media (max-width: 767px)
{
    .product-nav ol li:after
    {
        opacity: 0;
    }
}
.product-nav ol li:last-child:after
{
    display: none;
}
.product-nav ol li.active
{
    color: #254aa5;
}
@media (min-width: 992px)
{
    .product-nav ol li a:hover
    {
        color: #254aa5;
    }
}
.product-wrap
{
    padding: 45px 0 70px 0;
}
.product-wrap .product-list li
{
    margin-top: 30px;
}
.product-wrap .item
{
    text-align: center;
}
.product-wrap .item:hover .mask
{
    opacity: 1;
}
.product-wrap .item:hover > p
{
    font-weight: 700;

    color: #254aa5;
}
.product-wrap .item > p
{
    display: -webkit-box;
    overflow: hidden;

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

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.product-wrap .img-box
{
    padding-bottom: 76.66666667%;
}
.product-wrap .pic-box
{
    position: relative;
}
.product-wrap .mask
{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

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

    opacity: 0;
    background-color: rgba(37, 74, 165, .7);
}
@media (max-width: 991px)
{
    .product-wrap .mask
    {
        display: none;
    }
}
.product-wrap .mask p
{
    font-size: 16px;
    font-weight: 700;

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

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

    color: #fcfdff;
}
.product-wrap .mask p a
{
    display: block;
}
.product-wrap .mask p a:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    font-weight: 500;

    display: block;

    margin: 0 auto 10px;

    content: '\e60e';
}
.product-wrap .mask p a:after
{
    margin-left: 4px;

    content: '>>';
    vertical-align: middle;
}
.product-details-wrap
{
    padding: 45px 0 80px 0;
}
@media (max-width: 767px)
{
    .product-details-wrap
    {
        padding: 25px 0 60px 0;
    }
}
.product-details-wrap .carousel-wrap
{
    margin-top: 35px;
}
.product-details-wrap .img-box
{
    padding-bottom: 76.19047619%;
}
@media (max-width: 991px)
{
    .product-details-wrap .sync2 .row
    {
        margin: 0 -5px;
    }
}
.product-details-wrap .sync2 .item
{
    margin: 0 15px;
    padding: 5px;

    border: 1px solid #b5b5b5;
}
@media (max-width: 991px)
{
    .product-details-wrap .sync2 .item
    {
        margin: 0 5px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .sync2 .item
    {
        padding: 3px;
    }
}
.product-details-wrap .sync2 .synced .item
{
    border-color: #254aa5;
}
.product-details-wrap h1
{
    font-family: 'arial black';
    font-size: 30px;

    margin: 25px 0 55px 0;

    color: #254aa5;
}
@media (max-width: 1199px)
{
    .product-details-wrap h1
    {
        font-size: 25px;

        margin: 20px 0 35px 0;
    }
}
@media (max-width: 991px)
{
    .product-details-wrap h1
    {
        font-size: 20px;

        margin: 15px 0 25px;
    }
}
.product-details-wrap .inquiry-btn
{
    font-size: 16px;
    font-weight: 700;

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

    cursor: pointer;
    -webkit-transition: background-color .3s;
            transition: background-color .3s;
    text-align: center;

    color: #fff;
    background-color: #dc3731;
}
@media (max-width: 1199px)
{
    .product-details-wrap .inquiry-btn
    {
        margin-top: 40px;
    }
}
@media (max-width: 991px)
{
    .product-details-wrap .inquiry-btn
    {
        margin-top: 20px;
        padding: 4px 0;
    }
}
.product-details-wrap .inquiry-btn:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;
    font-weight: 500;

    margin-right: 25px;

    content: '\e81e';
    vertical-align: middle;
}
.product-details-wrap .inquiry-btn:hover
{
    background-color: #bf322d;
}
.product-details-wrap .carousel-btn
{
    margin-top: 55px;

    text-align: right;
}
@media (max-width: 1199px)
{
    .product-details-wrap .carousel-btn
    {
        margin-top: 40px;
    }
}
@media (max-width: 991px)
{
    .product-details-wrap .carousel-btn
    {
        margin-top: 25px;
    }
}
.product-details-wrap .carousel-btn a
{
    cursor: pointer;
    vertical-align: middle;

    color: #999;
}
.product-details-wrap .carousel-btn a:hover
{
    color: #254aa5;
}
.product-details-wrap .carousel-btn a:before,
.product-details-wrap .carousel-btn a:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    vertical-align: middle;
}
.product-details-wrap .carousel-btn .prev
{
    margin-right: 22px;
}
.product-details-wrap .carousel-btn .prev:after
{
    margin-left: 10px;

    content: '\e6f1';
}
.product-details-wrap .carousel-btn .next:before
{
    margin-right: 10px;

    content: '\e639';
}
.product-details-wrap .introduce
{
    padding: 65px 0 60px 0;
}
@media (max-width: 991px)
{
    .product-details-wrap .introduce
    {
        padding: 55px 0 50px 0;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .introduce
    {
        padding: 45px 0 40px 0;
    }
}
.product-details-wrap .introduce h3
{
    font-family: 'arial black';
    font-size: 30px;

    margin: 0 0 30px 0;

    color: #254aa5;
}
@media (max-width: 767px)
{
    .product-details-wrap .introduce h3
    {
        margin-bottom: 15px;
    }
}
.product-details-wrap .introduce p
{
    line-height: 1.78571429;

    margin-bottom: 0;

    color: #666;
}
.product-details-wrap .inquiry-wrap
{
    padding: 40px 0 60px;

    background-color: #eee;
}
@media (max-width: 1199px)
{
    .product-details-wrap .inquiry-wrap
    {
        padding: 30px 0 50px;
    }
}
@media (max-width: 991px)
{
    .product-details-wrap .inquiry-wrap
    {
        padding: 30px 0 40px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .inquiry-wrap
    {
        padding: 20px 0 30px;
    }
}
.product-details-wrap .inquiry-wrap h4
{
    font-size: 20px;
    font-weight: 700;

    margin-bottom: 20px;
}
@media (max-width: 767px)
{
    .product-details-wrap .inquiry-wrap h4
    {
        margin-bottom: 10px;
    }
}
.product-details-wrap .inquiry-wrap h4 + p
{
    line-height: 1.6;

    margin-bottom: 40px;

    color: #666;
}
@media (max-width: 991px)
{
    .product-details-wrap .inquiry-wrap h4 + p
    {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .inquiry-wrap h4 + p
    {
        margin-bottom: 20px;
    }
}
.product-details-wrap .inquiry-wrap .input-wrap input,
.product-details-wrap .inquiry-wrap .input-wrap textarea
{
    width: 100%;
    margin-bottom: 30px;
    padding: 12px 20px;

    color: #999;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .product-details-wrap .inquiry-wrap .input-wrap input,
    .product-details-wrap .inquiry-wrap .input-wrap textarea
    {
        margin-bottom: 20px;
    }
}
.product-details-wrap .inquiry-wrap .input-wrap textarea
{
    height: 144px;
}
.product-details-wrap .inquiry-wrap .input-wrap input::-webkit-input-placeholder,
.product-details-wrap .inquiry-wrap .input-wrap textarea::-webkit-input-placeholder
{
    color: #999;
}
.product-details-wrap .inquiry-wrap .input-wrap input:-o-placeholder,
.product-details-wrap .inquiry-wrap .input-wrap textarea:-o-placeholder
{
    color: #999;
}
.product-details-wrap .inquiry-wrap .input-wrap input::-moz-placeholder,
.product-details-wrap .inquiry-wrap .input-wrap textarea::-moz-placeholder
{
    color: #999;
}
.product-details-wrap .inquiry-wrap .input-wrap input:-ms-input-placeholder,
.product-details-wrap .inquiry-wrap .input-wrap textarea:-ms-input-placeholder
{
    color: #999;
}
.product-details-wrap .inquiry-wrap .input-wrap input:focus::-webkit-input-placeholder,
.product-details-wrap .inquiry-wrap .input-wrap textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.product-details-wrap .inquiry-wrap .input-wrap input:focus::-o-placeholder,
.product-details-wrap .inquiry-wrap .input-wrap textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.product-details-wrap .inquiry-wrap .input-wrap input:focus::-moz-placeholder,
.product-details-wrap .inquiry-wrap .input-wrap textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.product-details-wrap .inquiry-wrap .input-wrap input:focus::-ms-input-placeholder,
.product-details-wrap .inquiry-wrap .input-wrap textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.product-details-wrap .inquiry-wrap .submit
{
    font-size: 16px;
    line-height: 22px;

    display: block;
    display: inline-block;

    width: 100%;
    margin-top: -4px;
    padding: 18px 0;

    text-align: center;

    color: #fff;
    background-color: #dc3731;
}
@media (max-width: 767px)
{
    .product-details-wrap .inquiry-wrap .submit
    {
        padding: 12px 0;
    }
}
.product-details-wrap .inquiry-wrap .submit:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;
    line-height: 1;

    margin-right: 24px;

    content: '\e6a4';
    vertical-align: top;

    color: #fff;
}
.product-details-wrap .inquiry-wrap .submit:hover
{
    background-color: #bf322d;
}
.service-wrap
{
    padding: 50px 0;
}
@media (max-width: 767px)
{
    .service-wrap
    {
        padding-bottom: 20px;
    }
}
.service-wrap .img-box
{
    padding-bottom: 55.55555556%;
}
.service-wrap li
{
    position: relative;

    overflow: hidden;

    margin-bottom: 30px;

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

    background-color: #f5f5f5;
}
@media (min-width: 992px)
{
    .service-wrap li img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .service-wrap li:hover img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .service-wrap li:hover
    {
        background-color: #ececec;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .service-wrap li .item
    {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media (min-width: 768px)
{
    .service-wrap li:nth-child(even) .pic-box
    {
        float: right;
    }
    .service-wrap li:nth-child(even) .num
    {
        right: auto;
        left: 0;
    }
}
@media (min-width: 768px)
{
    .service-wrap li:nth-child(even) .introduce
    {
        padding: 0 0 0 55px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .service-wrap li:nth-child(even) .introduce
    {
        padding-left: 20px;
    }
}
.service-wrap .col-sm-6
{
    position: inherit;
}
.service-wrap .introduce
{
    padding: 0 10px 0 25px;
}
@media (max-width: 991px)
{
    .service-wrap .introduce
    {
        padding-left: 0;
    }
}
@media (max-width: 767px)
{
    .service-wrap .introduce
    {
        padding: 15px;
    }
}
.service-wrap .introduce h2
{
    font-family: 'arial black';
    font-size: 20px;

    margin: 105px 0 25px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1319px)
{
    .service-wrap .introduce h2
    {
        margin-top: 75px;
    }
}
@media (max-width: 1199px)
{
    .service-wrap .introduce h2
    {
        margin-top: 45px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .service-wrap .introduce h2
    {
        margin: 0 0 10px 0;
    }
}
@media (max-width: 767px)
{
    .service-wrap .introduce h2
    {
        margin: 10px 0;
    }
}
.service-wrap .introduce p
{
    line-height: 1.78571429;

    position: relative;

    margin-bottom: 0;
    padding-left: 10px;

    color: #666;
}
.service-wrap .introduce p:before
{
    position: absolute;
    top: 0;
    left: 0;

    content: '*';
}
.service-wrap .introduce .num
{
    font-family: 'arial black';
    font-size: 200px;
    line-height: 1;

    position: absolute;
    right: 0;
    bottom: -20%;

    opacity: .08;
    color: #666;
}
@media (max-width: 1199px)
{
    .service-wrap .introduce .num
    {
        font-size: 150px;
    }
}
@media (max-width: 991px)
{
    .service-wrap .introduce .num
    {
        font-size: 130px;
    }
}
@media (max-width: 767px)
{
    .service-wrap .introduce .num
    {
        font-size: 90px;

        bottom: -35px;
    }
}
.about-wrap
{
    padding: 10px 0 80px 0;
}
@media (max-width: 991px)
{
    .about-wrap
    {
        padding-top: 0;
        padding-bottom: 70px;
    }
}
@media (max-width: 767px)
{
    .about-wrap
    {
        padding-bottom: 50px;
    }
}
.about-wrap h3
{
    font-size: 30px;
    font-weight: 700;

    margin-top: 35px;
    margin-bottom: 0;
}
@media (min-width: 992px)
{
    .about-wrap h3
    {
        letter-spacing: -2px;
    }
}
@media (max-width: 767px)
{
    .about-wrap h3
    {
        font-size: 28px;
    }
}
.about-wrap h3 span
{
    color: #254aa5;
}
.about-wrap .about-content
{
    padding-bottom: 35px;
}
.about-wrap .about-content ul
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .about-wrap .about-content ul
    {
        margin-top: 20px;
    }
}
.about-wrap .about-content ul li
{
    margin-bottom: 30px;
}
.about-wrap .about-content .img-box
{
    padding-bottom: 60.31746032%;
}
.about-wrap .about-content p
{
    line-height: 1.78571429;

    margin-bottom: 0;

    color: #666;
}
.about-wrap .factory-content
{
    border-top: 1px solid #e5e5e5;
}
.about-wrap .factory-content .img-box
{
    padding-bottom: 76.66666667%;
}
.about-wrap .factory-content ul
{
    margin: 0 -10px;
}
.about-wrap .factory-content li
{
    margin-top: 30px;
}
@media (min-width: 992px)
{
    .about-wrap .factory-content li img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .about-wrap .factory-content li:hover img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
@media (max-width: 767px)
{
    .about-wrap .factory-content li
    {
        margin-top: 20px;
        padding: 0 10px;
    }
}
.contact-wrap
{
    padding: 50px 0 80px 0;
}
@media (max-width: 991px)
{
    .contact-wrap
    {
        padding-bottom: 65px;
    }
}
@media (max-width: 767px)
{
    .contact-wrap
    {
        padding: 40px 0 50px;
    }
}
.contact-wrap .contact-content
{
    text-align: center;
}
.contact-wrap .contact-content .contact-wrap
{
    padding: 40px 0;

    border-radius: 15px;
    background: url(../images/imgs/contact.jpg) rgba(0, 0, 0, .53) no-repeat center;
    background-size: cover;
}
.contact-wrap .contact-content h3
{
    font-size: 25px;
    font-weight: 700;

    margin: 0 0 40px 0;

    color: #fff;
}
@media (max-width: 1199px)
{
    .contact-wrap .contact-content h3
    {
        margin-bottom: 25px;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .contact-content .box
    {
        padding: 0 15px;
    }
}
.contact-wrap .contact-content .box p
{
    position: relative;
}
@media (min-width: 768px)
{
    .contact-wrap .contact-content .box p
    {
        line-height: 35px;

        display: inline-block;

        height: 35px;
        margin: 0 6px;
        padding: 0 25px 0 50px;

        vertical-align: middle;

        background-color: #fff;
    }
}
@media (max-width: 1199px)
{
    .contact-wrap .contact-content .box p
    {
        width: 46%;
        margin-top: 15px;

        text-align: left;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .contact-content .box p
    {
        width: 100%;
        margin: 15px 0 0 0;
        padding: 0 0 0 25px;

        color: #fff;
    }
}
.contact-wrap .contact-content .box p:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    line-height: 1;

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

    vertical-align: middle;

    color: #999;
}
@media only screen and (min-width: 768px)
{
    .contact-wrap .contact-content .box p:before
    {
        top: 50%;

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}
@media (max-width: 767px)
{
    .contact-wrap .contact-content .box p:before
    {
        left: 0;

        color: #fff;
    }
}
.contact-wrap .contact-content .box p:hover
{
    background-color: #f1f1f1;
}
.contact-wrap .contact-content .box p span
{
    font-weight: 700;

    color: #666;
}
@media (max-width: 767px)
{
    .contact-wrap .contact-content .box p span
    {
        color: #fff;
    }
}
.contact-wrap .contact-content .box .address:before
{
    font-weight: 700;

    content: '\e632';
}
.contact-wrap .contact-content .box .mail:before
{
    font-size: 20px;

    content: '\e654';
}
@media (max-width: 767px)
{
    .contact-wrap .contact-content .box .mail:before
    {
        top: 0;
    }
}
.contact-wrap .contact-content .box .skype:before
{
    font-size: 16px;

    content: '\e6c1';
}
.contact-wrap .contact-content .box .whatsapp:before
{
    content: '\e617';
}
.contact-wrap .message-content
{
    margin-top: 50px;
    padding-top: 50px;

    border-top: 1px solid #e5e5e5;
}
@media (max-width: 1199px)
{
    .contact-wrap .message-content
    {
        padding-top: 30px;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .message-content
    {
        margin-top: 30px;
        padding-top: 20px;
    }
}
.contact-wrap .message-content h3
{
    font-size: 25px;
    font-weight: 700;

    margin-top: 0;
    margin-bottom: 30px;

    text-align: center;
}
@media (max-width: 767px)
{
    .contact-wrap .message-content h3
    {
        margin-bottom: 15px;
    }
}
.contact-wrap .message-content h3 + p
{
    line-height: 1.6;

    text-align: center;

    color: #666;
}
.contact-wrap .message-content form
{
    margin-top: 34px;
}
.contact-wrap .message-content .input-wrap input,
.contact-wrap .message-content .input-wrap textarea
{
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;

    color: #999;
    background-color: #eee;
}
@media (max-width: 991px)
{
    .contact-wrap .message-content .input-wrap input,
    .contact-wrap .message-content .input-wrap textarea
    {
        padding: 15px 20px;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .message-content .input-wrap input,
    .contact-wrap .message-content .input-wrap textarea
    {
        margin-bottom: 15px;
        padding: 12px 20px;
    }
}
.contact-wrap .message-content .input-wrap textarea
{
    height: 290px;
}
@media (max-width: 767px)
{
    .contact-wrap .message-content .input-wrap textarea
    {
        height: 120px;
    }
}
.contact-wrap .message-content .input-wrap input::-webkit-input-placeholder,
.contact-wrap .message-content .input-wrap textarea::-webkit-input-placeholder
{
    color: #999;
}
.contact-wrap .message-content .input-wrap input:-o-placeholder,
.contact-wrap .message-content .input-wrap textarea:-o-placeholder
{
    color: #999;
}
.contact-wrap .message-content .input-wrap input::-moz-placeholder,
.contact-wrap .message-content .input-wrap textarea::-moz-placeholder
{
    color: #999;
}
.contact-wrap .message-content .input-wrap input:-ms-input-placeholder,
.contact-wrap .message-content .input-wrap textarea:-ms-input-placeholder
{
    color: #999;
}
.contact-wrap .message-content .input-wrap input:focus::-webkit-input-placeholder,
.contact-wrap .message-content .input-wrap textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.contact-wrap .message-content .input-wrap input:focus::-o-placeholder,
.contact-wrap .message-content .input-wrap textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.contact-wrap .message-content .input-wrap input:focus::-moz-placeholder,
.contact-wrap .message-content .input-wrap textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.contact-wrap .message-content .input-wrap input:focus::-ms-input-placeholder,
.contact-wrap .message-content .input-wrap textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.contact-wrap .message-content .submit
{
    font-size: 16px;
    line-height: 22px;

    display: block;
    display: inline-block;

    width: 100%;
    margin-top: -4px;
    padding: 18px 0;

    text-align: center;

    color: #fff;
    background-color: #dc3731;
}
@media (max-width: 767px)
{
    .contact-wrap .message-content .submit
    {
        padding: 12px 0;
    }
}
.contact-wrap .message-content .submit:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;
    line-height: 1;

    margin-right: 24px;

    content: '\e6a4';
    vertical-align: top;

    color: #fff;
}
.contact-wrap .message-content .submit:hover
{
    background-color: #bf322d;
}
.news-wrap
{
    padding: 50px 0 80px 0;
}
@media (max-width: 991px)
{
    .news-wrap
    {
        padding: 50px 0 65px;
    }
}
@media (max-width: 767px)
{
    .news-wrap
    {
        padding: 40px 0 45px;
    }
}
.news-wrap .news-list li
{
    margin-bottom: 30px;

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

    border: 1px solid #dcdcdc;
}
@media (min-width: 992px)
{
    .news-wrap .news-list li img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .news-wrap .news-list li:hover img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .news-wrap .news-list li:hover
    {
        border-color: transparent;
        box-shadow: 0 0 14px 5px #e9e9e9;
    }
    .news-wrap .news-list li:hover .date-box
    {
        background-color: #254aa5;
    }
    .news-wrap .news-list li:hover .date-box span,
    .news-wrap .news-list li:hover .date-box p,
    .news-wrap .news-list li:hover .date-box .plus:after
    {
        color: #fff;
    }
    .news-wrap .news-list li:hover .date-box .plus:before
    {
        display: none;
    }
    .news-wrap .news-list li:hover .date-box .plus:after
    {
        -webkit-transition: .5s;
                transition: .5s;
        -webkit-transform: scale(1) rotateZ(0);
            -ms-transform: scale(1) rotate(0);
                transform: scale(1) rotateZ(0);
    }
}
@media (max-width: 991px)
{
    .news-wrap .news-list li
    {
        padding: 15px 0;
    }
}
.news-wrap .info,
.news-wrap .pic-box
{
    float: right;

    padding: 0 15px;
}
.news-wrap .info
{
    width: 63.17829457%;
}
.news-wrap .pic-box
{
    width: 36.82170543%;
}
.news-wrap .pic-box .box
{
    padding: 10px 10px 10px 0;
}
@media (max-width: 767px)
{
    .news-wrap .pic-box .box .box
    {
        padding: 0 15px;
    }
}
.news-wrap .pic-box .img-box
{
    padding-bottom: 42.85714286%;
}
@media (max-width: 991px)
{
    .news-wrap .pic-box
    {
        float: right;

        width: 100%;
    }
    .news-wrap .pic-box .box
    {
        padding: 0 45px;
    }
    .news-wrap .info
    {
        width: 100%;
    }
}
@media (max-width: 767px)
{
    .news-wrap .pic-box .box
    {
        padding: 0 15px;
    }
}
.news-wrap .date-box
{
    position: relative;

    padding: 20px 0 15px 50px;

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

    border-right: 40px solid transparent;
}
.news-wrap .date-box a.plus
{
    position: absolute;
    top: 50%;
    right: 0;

    margin-top: -17px;
}
.news-wrap .date-box a.plus:before,
.news-wrap .date-box a.plus:after
{
    font-size: 34px;
    line-height: 1;

    color: #d2d2d2;
}
.news-wrap .date-box a.plus:before
{
    font-family: 'iconfont' !important;

    content: '\e629';
}
@media (max-width: 991px)
{
    .news-wrap .date-box a.plus:before
    {
        display: none;
    }
}
.news-wrap .date-box a.plus:after
{
    font-family: 'iconfont' !important;

    display: block;

    content: '\e619';
}
@media (min-width: 992px)
{
    .news-wrap .date-box a.plus:after
    {
        -webkit-transform: scale(0) rotateZ(360deg);
            -ms-transform: scale(0) rotate(360deg);
                transform: scale(0) rotateZ(360deg);
    }
}
@media (max-width: 991px)
{
    .news-wrap .date-box a.plus:after
    {
        font-size: 32px;
    }
}
.news-wrap .date-box p
{
    font-size: 26px;

    margin-bottom: 0;
}
@media (max-width: 767px)
{
    .news-wrap .date-box p
    {
        font-size: 20px;
    }
}
.news-wrap .date-box span
{
    color: #999;
}
@media (max-width: 767px)
{
    .news-wrap .date-box
    {
        padding: 20px 0 15px 15px;
    }
}
.news-wrap .introduce
{
    margin-top: 25px;
    padding: 0 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1319px)
{
    .news-wrap .introduce
    {
        margin-top: 10px;
    }
}
@media (max-width: 1199px)
{
    .news-wrap .introduce
    {
        margin-top: 0;
    }
}
@media (max-width: 767px)
{
    .news-wrap .introduce
    {
        padding: 0 15px;
    }
}
.news-wrap .introduce h3,
.news-wrap .introduce p
{
    display: -webkit-box;
    overflow: hidden;

    height: 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.news-wrap .introduce h3
{
    font-size: 18px;

    margin: 0 0 5px 0;
}
.news-wrap .introduce p
{
    color: #666;
}
.news-wrap .page
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .news-wrap .page
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .news-wrap .page
    {
        margin-top: 30px;
    }
}
.news-details-wrap
{
    padding: 50px 0 80px 0;
}
@media (max-width: 991px)
{
    .news-details-wrap
    {
        padding: 50px 0 65px;
    }
}
@media (max-width: 767px)
{
    .news-details-wrap
    {
        padding: 40px 0 45px;
    }
}
.news-details-wrap h1
{
    font-family: 'arial black';
    font-size: 20px;

    margin: 25px 0 20px 0;
}
@media (max-width: 991px)
{
    .news-details-wrap h1
    {
        margin-top: 15px;
    }
}
@media (max-width: 767px)
{
    .news-details-wrap h1
    {
        margin-top: 0;
    }
}
.news-details-wrap .article
{
    padding: 25px 0;

    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
@media (max-width: 767px)
{
    .news-details-wrap .article
    {
        padding: 15px 0;
    }
}
.news-details-wrap .article .info
{
    margin-bottom: 25px;
}
@media (max-width: 767px)
{
    .news-details-wrap .article .info
    {
        margin-bottom: 20px;
    }
}
.news-details-wrap .article .info span
{
    color: #666;
}
.news-details-wrap .article .info span:before
{
    font-family: 'iconfont' !important;

    display: inline-block;

    margin-right: 6px;

    vertical-align: top;
}
.news-details-wrap .article .info .date:before
{
    content: '\e6a9';
}
.news-details-wrap .article .info .editor
{
    margin-left: 40px;
}
.news-details-wrap .article .info .editor:before
{
    content: '\e694';
}
.news-details-wrap .article > p
{
    line-height: 1.78571429;

    margin-bottom: 0;

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

    max-width: 100%;
    margin: 25px 0;
}
@media (max-width: 767px)
{
    .news-details-wrap .article img
    {
        margin: 15px 0;
    }
}
.news-details-wrap .news-page
{
    zoom: 1;

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

    border: 1px dashed #dcdcdc;
}
@media (max-width: 767px)
{
    .news-details-wrap .news-page
    {
        margin-top: 30px;
        padding: 10px 5px;

        border-right: none;
        border-left: none;
    }
}
.news-details-wrap .news-page:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.news-details-wrap .news-page p
{
    display: -webkit-box;
    overflow: hidden;

    height: 25px;
    margin-bottom: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (min-width: 768px)
{
    .news-details-wrap .news-page p
    {
        max-width: 45%;
    }
}
.news-details-wrap .news-page p:hover a
{
    color: #254aa5;
}
.news-details-wrap .news-page p:hover a span
{
    font-weight: 700;
}
.news-details-wrap .news-page p a
{
    color: #666;
}
.news-details-wrap .news-page p a:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    margin-right: 15px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .news-details-wrap .news-page p a:before
    {
        margin-right: 10px;
    }
}
@media (min-width: 768px)
{
    .news-details-wrap .news-page .prev
    {
        float: left;
    }
}
@media (max-width: 767px)
{
    .news-details-wrap .news-page .prev
    {
        margin-bottom: 5px;
    }
}
.news-details-wrap .news-page .prev a:before
{
    content: '\e9b7';
}
@media (min-width: 768px)
{
    .news-details-wrap .news-page .next
    {
        float: right;

        text-align: right;
    }
}
.news-details-wrap .news-page .next a:before
{
    content: '\e611';
}
.online-wrap .btn
{
    line-height: 45px;

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

    width: 45px;
    height: 46px;
    padding: 0;

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

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

    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
{
    position: fixed;
    z-index: 100;
    right: 2px;
    bottom: 23%;

    -webkit-transition: right .3s;
            transition: right .3s;
}
@media (max-width: 767px)
{
    .online
    {
        right: -60px;
        bottom: 96px;
    }
    .online.active
    {
        right: 2px;
    }
}
.online a
{
    line-height: 54px;

    position: relative;

    display: block;

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

    text-align: center;

    border-radius: 50%;
    background-color: rgba(0, 0, 0, .7);
}
.online a:before
{
    font-size: 22px;

    color: #fff;
}
.online a:hover
{
    background-color: #dc3731;
}
@media (max-width: 767px)
{
    .online a
    {
        line-height: 45px;

        width: 45px;
        height: 45px;
    }
    .online a:before
    {
        font-size: 20px;
    }
}
.online .icon-whatsapp1:hover .phone-num
{
    right: 100%;
}
.online .icon-whatsapp1 .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 .icon-whatsapp1 .phone-num p
{
    overflow: hidden;

    margin-bottom: 0;
    padding: 0 18px;

    color: #fff;
    border-radius: 54px;
    background-color: #dc3731;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online .icon-gotop2:before
{
    font-size: 26px;
}
.online .icon-xinfeng2:before
{
    font-size: 24px;
}
.online .icon-erweima:before,
.online .icon-weixin:before
{
    font-size: 24px;
}
@media (max-width: 767px)
{
    .online .icon-erweima:before,
    .online .icon-weixin:before
    {
        font-size: 22px;
    }
}
.online .icon-erweima .mask,
.online .icon-weixin .mask
{
    position: absolute;
    top: 0;
    right: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online .icon-erweima .mask .mask-box,
.online .icon-weixin .mask .mask-box
{
    padding: 5px;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.online .icon-erweima .mask img,
.online .icon-weixin .mask img
{
    display: block;

    width: 100%;
}
.online .icon-erweima .mask p,
.online .icon-weixin .mask p
{
    font-size: 13px;
    line-height: 16px;

    margin: 5px 0 8px 0;
}
.online .code-pic {
  display: none;
  position: fixed;
  z-index: 101;
  bottom: 180px;
  width: 120px;
  right: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .online .code-pic {
    right: 65px;
    bottom: 430px;
  }
}
.online .code-pic .pic-box {
  padding: 5px;
  background-color: #fff;
}
.online .code-pic img {
  display: block;
  width: 100%;
}
.share
{
    color: #fff;
}
.share a
{
    line-height: 25px;

    display: inline-block;

    width: 25px;
    height: 25px;
    margin-left: 6px;

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

    background-color: #353535;
}
.share a:before
{
    font-size: 15px;

    color: #fff;
}
.share a:hover
{
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
}
.xs-online {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 998;
  box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
  background-color: rgba(220, 55, 49, 0.8);
}
.xs-online ul {
  color: #fff;
  text-align: center;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.xs-online ul li {
  display: table-cell;
  width: 20%;
  border-left: 1px solid rgba(255, 255, 255, 0.8);
}
.xs-online ul li > a {
  display: block;
  padding: 6px 0;
  font-size: 0.7em;
}
.xs-online ul li > a:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 1.4em;
}
.xs-online ul li > a span {
  display: block;
  height: 17px;
  line-height: 17px;
}
.xs-online ul li:first-child {
  border-left: none;
}
.xs-online ul li.tel > a:before {
  content: '\e61c';
}
.xs-online ul li.mail > a:before {
  content: '\e6a4';
}
.xs-online ul li.home > a:before {
  content: '\e6c8';
}
.xs-online ul li.whatsapp > a:before {
  content: '\e621';
}
.xs-online ul li.facebook > a:before {
  content: '\e6d9';
}
.xs-online ul li.feedback > a:before {
  content: '\e7a5';
}
.xs-online ul li.skype > a:before {
  content: '\e616';
}
.xs-online ul li.map > a:before {
  content: '\e63e';
}
.xs-online ul li.message > a:before {
  content: '\e65f';
}
.xs-online ul li.contact > a:before {
  content: '\e62c';
}
.xs-online ul li.wechat,
.xs-online ul li.weixin {
  position: relative;
}
.xs-online ul li.wechat label,
.xs-online ul li.weixin label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 2;
}
.xs-online ul li.wechat .xs-wechat:checked ~ .pic-box,
.xs-online ul li.weixin .xs-wechat:checked ~ .pic-box {
  display: block;
}
.xs-online ul li.wechat > a:before,
.xs-online ul li.weixin > a:before {
  content: '\e604';
}
.xs-online ul li.wechat .pic-box,
.xs-online ul li.weixin .pic-box {
  display: none;
  box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 100%;
  background-color: #fff;
  padding: 5px;
  left: 50%;
  width: 100px;
  max-width: 100px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.xs-online ul li.wechat .pic-box img,
.xs-online ul li.weixin .pic-box img {
  display: block;
  width: 100%;
}
.xs-online ul li.wechat .pic-box p,
.xs-online ul li.weixin .pic-box p {
  line-height: 30px;
  white-space: nowrap;
  color: #333;
  margin: 0;
}
.xs-online ul li.product > a:before {
  content: '\e7e9';
}
.xs-online ul li.gotop > a:before {
  content: '\e605';
}
.share-box {
  position: relative;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .share-box {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .share-box {
    margin-top: 20px;
  }
}
.share-box > * {
  display: inline-block;
  vertical-align: middle;
}
.share-box > span {
  font-size: 18px;
  font-weight: bold;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .share-box > span {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .share-box > span {
    font-size: 16px;
  }
}
.sitemap-wrap {
  margin: 45px 0;
}
@media (max-width: 767px) {
  .sitemap-wrap {
    margin: 35px 0;
  }
}
.sitemap-wrap .title {
  text-align: left;
}
.sitemap-wrap .list1 {
  margin-top: -30px;
  overflow: hidden;
}
.sitemap-wrap .list1 > li {
  margin-top: 30px;
}
.sitemap-wrap .list1 > li > a {
  font-weight: 600;
  width: 330px;
  text-transform: uppercase;
  display: inline-block;
  background-color: #dc3731;
  color: #fff;
  position: relative;
  font-size: 1.3em;
  padding: 16px 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (min-width: 1200px) {
  .sitemap-wrap .list1 > li > a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1199px) {
  .sitemap-wrap .list1 > li > a:active {
    text-decoration: underline;
  }
}
@media (max-width: 575px) {
  .sitemap-wrap .list1 > li > a {
    width: 100%;
    font-size: 1em;
    padding: 10px 20px;
  }
  .sitemap-wrap .list1 > li > a:before {
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .sitemap-wrap .list1 {
    margin-top: -20px;
  }
  .sitemap-wrap .list1 > li {
    margin-top: 20px;
  }
}
.sitemap-wrap .list2 {
  text-transform: capitalize;
  padding-left: 40px;
  font-size: 1.2em;
}
@media (max-width: 767px) {
  .sitemap-wrap .list2 {
    padding-left: 20px;
    font-size: 0.9em;
  }
}
.sitemap-wrap .list2 > li {
  margin-top: 30px;
}
.sitemap-wrap .list2 > li > a {
  font-weight: 500;
}
@media (max-width: 767px) {
  .sitemap-wrap .list2 > li {
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  .sitemap-wrap .list2 a:hover {
    color: #dc3731;
    text-decoration: underline;
  }
}
@media (max-width: 1199px) {
  .sitemap-wrap .list2 a:active {
    color: #dc3731;
    text-decoration: underline;
  }
}
.sitemap-wrap .list3 {
  font-size: 1em;
  margin-right: -20px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .sitemap-wrap .list3 {
    font-size: 0.8em;
  }
}
.sitemap-wrap .list3 > li {
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
  margin-top: 10px;
}
.footer {
  background: url(../images/imgs/footer-bg.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: -webkit-calc(constant(safe-area-inset-bottom) - 15px);
  padding-bottom: calc(constant(safe-area-inset-bottom) - 15px);
  padding-bottom: -webkit-calc(env(safe-area-inset-bottom) - 15px);
  padding-bottom: calc(env(safe-area-inset-bottom) - 15px);
}
.footer .footer-nav
{
    padding: 75px 0 45px;

    border-bottom: 1px solid #626262;
}
@media (max-width: 991px)
{
    .footer .footer-nav
    {
        padding-top: 60px;
    }
}
@media (max-width: 767px)
{
    .footer .footer-nav
    {
        padding: 35px 0;
    }
}
.footer .footer-nav h3
{
    font-size: 16px;
    font-weight: 700;

    position: relative;

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

    color: #fff;
}
.footer .footer-nav h3:first-letter
{
    font-size: 25px;
}
.footer .footer-nav h3:before
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 40px;
    height: 10px;

    content: '';

    background-color: #254aa5;
}
.footer .footer-nav h3 span
{
    position: relative;
    z-index: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1319px)
{
    .footer .footer-nav .product
    {
        width: 65%;
    }
}
.footer .footer-nav .product li
{
    display: inline-block;

    margin-top: 15px;
    margin-right: 6px;

    -webkit-transition: .5s;
            transition: .5s;
    vertical-align: middle;

    color: #ccc;
    border: 1px solid #707070;
}
.footer .footer-nav .product li:hover
{
    color: #fff;
    border-color: #dc3731;
    background-color: #dc3731;
}
.footer .footer-nav .product li a
{
    display: block;

    padding: 5px 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1319px)
{
    .footer .footer-nav .contact
    {
        width: 35%;
    }
}
@media (max-width: 991px)
{
    .footer .footer-nav .contact
    {
        margin-top: 35px;
    }
}
.footer .footer-nav .contact p
{
    line-height: 1.78571429;

    position: relative;

    margin-bottom: 0;
    padding-left: 25px;

    color: #ccc;
}
.footer .footer-nav .contact p:before
{
    font-family: 'iconfont' !important;
    line-height: 1;

    position: absolute;
    top: 6px;
    left: 0;
}
.footer .footer-nav .contact p a:hover
{
    color: #fff;
}
.footer .footer-nav .contact .address
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .footer .footer-nav .contact .address
    {
        margin-top: 15px;
    }
}
.footer .footer-nav .contact .address:before
{
    font-weight: 700;

    content: '\e632';
}
.footer .footer-nav .contact .mail:before
{
    font-size: 16px;

    top: 3px;

    content: '\e654';
}
.footer .footer-nav .contact .skype:before
{
    content: '\e6c1';
}
.footer .footer-nav .contact .whatsapp:before
{
    content: '\e617';
}
.footer .message
{
    padding: 50px 0;
}
@media (max-width: 767px)
{
    .footer .message
    {
        padding: 35px 0 20px 0;
    }
}
.footer .message input::-webkit-input-placeholder,
.footer .message textarea::-webkit-input-placeholder
{
    color: #999;
}
.footer .message input:-o-placeholder,
.footer .message textarea:-o-placeholder
{
    color: #999;
}
.footer .message input::-moz-placeholder,
.footer .message textarea::-moz-placeholder
{
    color: #999;
}
.footer .message input:-ms-input-placeholder,
.footer .message textarea:-ms-input-placeholder
{
    color: #999;
}
.footer .message input:focus::-webkit-input-placeholder,
.footer .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.footer .message input:focus::-o-placeholder,
.footer .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.footer .message input:focus::-moz-placeholder,
.footer .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.footer .message input:focus::-ms-input-placeholder,
.footer .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
@media (max-width: 991px)
{
    .footer .message li
    {
        margin-bottom: 15px;
    }
}
.footer .message input,
.footer .message .submit
{
    display: block;

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

    color: #fff;
    background-color: #535353;
}
.footer .message .submit
{
    text-align: center;

    color: #fff;
    background: #dc3731;
}
.footer .message .submit:hover
{
    background-color: #c5332d;
}
.footer .message .submit:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    line-height: 1;

    display: inline-block;

    margin-right: 5px;

    content: '\e6a4';
    vertical-align: middle;
}
.footer .copyright
{
    background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .footer .copyright {
    padding-bottom: 70px;
  }
}
.footer .copyright p
{
    font-size: 12px;
    line-height: 1.8;

    margin-bottom: 0;
    padding: 12px 0;

    color: #666;
}
@media (min-width: 768px)
{
    .footer .copyright p
    {
        float: left;
    }
}
.footer .copyright .hicheng
{
    font-style: italic;

    margin-left: 10px;
}
.footer .copyright .hicheng:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .copyright .share
{
    padding: 10px 0;
}
@media (min-width: 768px)
{
    .footer .copyright .share
    {
        float: right;
    }
}
@media (max-width: 767px)
{
    .footer .copyright .share
    {
        padding: 0 0 20px;
    }
}
.footer .copyright .sitemap {
  margin: 0 5px;
}
@media (min-width: 1200px) {
  .footer .copyright .sitemap a:hover {
    color: #fff;
  }
}
.table-box {
  width: 100%;
  max-width: 100%;
  paddding: 0 5px;
  overflow: auto;
}
table
{
    width: 100%;
    max-width: 98%;

    border-spacing: 0;
    border-collapse: collapse;
}
table tr,
table td
{
    width: auto !important;
    height: auto !important;
}
table tr:nth-child(odd)
{
    background-color: #f2f2f2;
}
table td
{
    padding: 8px !important;

    border: 1px solid #ccc !important;
}
table tr p,
table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
