/**
 * style.less
 * 层叠样式表
 */
.ff
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'Montserrat';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/Montserrat-Regular.eot');
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: normal;

    src: url('../fonts/Montserrat-Medium.eot');
    src: local('Montserrat Medium'), local('Montserrat-Medium'), url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype'), url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;

    src: url('../fonts/Montserrat-Bold.eot');
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'Montserrat';
    font-weight: 900;
    font-style: normal;

    src: url('../fonts/Montserrat-Black.eot');
    src: local('Montserrat Black'), local('Montserrat-Black'), url('../fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Black.woff2') format('woff2'), url('../fonts/Montserrat-Black.woff') format('woff'), url('../fonts/Montserrat-Black.ttf') format('truetype'), url('../fonts/Montserrat-Black.svg#Montserrat-Black') format('svg');
    font-display: swap;
}
body
{
    font-family: 'Montserrat', Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #222;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-arrow
{
    line-height: 50px;

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

    overflow: hidden;

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

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

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

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

    content: '\eb60';
}
.slick-arrow.slick-next
{
    right: 3%;
    left: auto;
}
.slick-arrow.slick-next:before
{
    right: 0;
    left: auto;

    content: '\e625';
}
.slick-arrow:hover
{
    color: #fff;
    background-color: rgba(25, 118, 210, .8);
}
.header
{
    position: relative;
    z-index: 10;

    width: 100%;
    height: 210px;

    -webkit-transition: all .6s;
            transition: all .6s;
}
@media (max-width: 1199px)
{
    .header
    {
        height: 140px;
    }
}
.header .header-top
{
    color: #fff;
    background-color: #1976d2;
}
.header .header-top p.email,
.header .header-top p.tel
{
    font-size: 16px;
    line-height: 40px;

    display: inline-block;

    margin: 0;
}
@media (max-width: 1199px)
{
    .header .header-top p.email,
    .header .header-top p.tel
    {
        display: none;
    }
}
.header .header-top p.email:before,
.header .header-top p.tel:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    float: left;

    margin-right: 10px;

    content: '\e647';
}
.header .header-top p.email a:hover,
.header .header-top p.tel a:hover
{
    text-decoration: underline;
}
.header .header-top p.tel
{
    margin-left: 20px;
}
.header .header-top p.tel:before
{
    content: '\e62f';
}
.header .header-top .share
{
    display: inline-block;
    float: right;

    vertical-align: middle;
}
.header .header-top .share ul
{
    margin: 0 -6px;
}
.header .header-top .share ul li
{
    display: inline-block;
}
.header .header-top .share ul li a
{
    font-size: 16px;
    line-height: 40px;

    display: block;

    padding: 0 10px;

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

    color: #d1e4f6;
}
@media (max-width: 1199px)
{
    .header .header-top .share ul li a
    {
        padding: 0 4px;
    }
}
.header .header-top .share ul li a:before
{
    font-family: 'iconfont';
    font-weight: normal;

    display: inline-block;

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

    border-radius: 4px;
}
.header .header-top .share ul li.twitter a:before
{
    content: '\e60b';
}
.header .header-top .share ul li.linkedin a:before
{
    content: '\e6f0';
}
.header .header-top .share ul li.instagram a:before
{
    content: '\e6b6';
}
.header .header-top .share ul li.youtube a:before
{
    content: '\e618';
}
.header .header-top .share ul li.google a:before
{
    content: '\e645';
}
.header .header-top .share ul li.amazon a:before
{
    content: '\e6c1';
}
.header .header-top .share ul li:hover a
{
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);

    color: #fff;
}
.header .header-top .language
{
    position: relative;

    display: inline-block;
    float: right;

    margin-left: 14px;
}
.header .header-top .language p
{
    font-size: 14px;
    line-height: 40px;

    margin: 0;
    padding: 0 14px;

    color: #fff;
    background-color: #166abd;
}
@media (max-width: 1199px)
{
    .header .header-top .language p
    {
        display: none;
    }
}
.header .header-top .language p:after
{
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    border-width: 6px 3px 0 3px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.header .header-top .language > ul
{
    position: absolute;
    z-index: 9;
    top: 40px;

    display: none;

    width: 100%;
    padding: 10px 0;

    text-align: center;

    background-color: #1976d2;
}
@media (max-width: 1199px)
{
    .header .header-top .language > ul
    {
        position: relative;
        top: 0;

        display: block;

        padding: 5px 0;
    }
}
@media (max-width: 1199px)
{
    .header .header-top .language > ul > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.header .header-top .language > ul > li > a
{
    line-height: 30px;

    display: block;
}
@media (max-width: 1199px)
{
    .header .header-top .language > ul > li > a
    {
        padding: 0 6px;
    }
}
.header .header-top .language > ul > li > a:hover
{
    text-decoration: underline;
}
.header .header-middle
{
    clear: both;
}
.header .header-middle .logo
{
    display: inline-block;

    height: 60px;
    margin: 30px 0;
}
@media (max-width: 1350px)
{
    .header .header-middle .logo
    {
        float: left;

        height: 40px;
        margin: 40px 0;
    }
}
@media (max-width: 1199px)
{
    .header .header-middle .logo
    {
        float: left;

        height: 50px;
        margin: 5px 0;
    }
}
@media (max-width: 767px)
{
    .header .header-middle .logo
    {
        height: 36px;
        margin: 12px 0;
    }
}
@media (max-width: 480px)
{
    .header .header-middle .logo
    {
        height: 24px;
        margin: 18px 0;
    }
}
.header .header-middle .logo img
{
    height: 100%;
}
.header .header-middle .pc-nav
{
    display: inline-block;
    float: right;
}
@media (max-width: 1199px)
{
    .header .header-middle .pc-nav
    {
        display: none;
    }
}
.header .header-middle .pc-nav > ul > li
{
    position: relative;

    display: inline-block;

    vertical-align: middle;
}
.header .header-middle .pc-nav > ul > li > a
{
    line-height: 120px;

    position: relative;

    display: block;

    padding: 0 10px;
	font-weight: bold;
}
.header .header-middle .pc-nav > ul > li > a:after
{
    position: absolute;
    top: 70%;
    left: 50%;

    display: block;

    width: 2px;
    height: 0;
    margin-left: -1px;

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

    background-color: #1976d2;
}
.header .header-middle .pc-nav > ul > li > ul
{
    position: absolute;
    z-index: 9;
    top: 80%;

    display: none;

    padding: 14px 0;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header .header-middle .pc-nav > ul > li > ul > li
{
    -webkit-transition: all .2s;
            transition: all .2s;
}
.header .header-middle .pc-nav > ul > li > ul > li > a
{
    line-height: 40px;

    display: block;

    padding: 0 20px;

    white-space: nowrap;
}
.header .header-middle .pc-nav > ul > li > ul > li:hover
{
    background-color: #f3f8fd;
}
.header .header-middle .pc-nav > ul > li > ul > li:hover a
{
    font-weight: bold;

    color: #1976d2;
}
.header .header-middle .pc-nav > ul > li.active > a,
.header .header-middle .pc-nav > ul > li:hover > a
{
    font-weight: bold;

    color: #1976d2;
}
.header .header-middle .pc-nav > ul > li.active > a:after,
.header .header-middle .pc-nav > ul > li:hover > a:after
{
    height: 8px;
}
.header .header-middle .pc-search
{
    position: relative;

    display: inline-block;
    float: right;

    width: 120px;
    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .header .header-middle .pc-search
    {
        display: none;
    }
}
.header .header-middle .pc-search input
{
    line-height: 40px;

    width: 100%;
    padding: 0 40px 0 20px;

    border: 1px solid #eaeaea;
    border-radius: 30px;
}
.header .header-middle .pc-search .submit
{
    font-size: 18px;
    line-height: 40px;

    position: absolute;
    right: 20px;

    margin: 0;
    padding: 0;

    color: #1976d2;
    outline: none;
    background: none;
}
.header .header-middle .pc-search .submit:after
{
    font-family: 'iconfont' !important;

    content: '\e660';
}
.header .header-middle .cart
{
    position: relative;

    display: inline-block;
    float: right;

    margin: 0 30px 0 20px;
}
@media (max-width: 1350px)
{
    .header .header-middle .cart
    {
        margin: 0 20px 0 10px;
    }
}
@media (max-width: 1199px)
{
    .header .header-middle .cart
    {
        margin: 0;
    }
}
.header .header-middle .cart a
{
    font-size: 24px;
    line-height: 120px;

    color: #1976d2;
}
@media (max-width: 1199px)
{
    .header .header-middle .cart a
    {
        line-height: 60px;
    }
}
.header .header-middle .cart a:before
{
    font-family: 'iconfont' !important;

    display: inline-block;

    content: '\e601';
    text-align: center;
    vertical-align: middle;
}
.header .header-middle .cart a span
{
    font-size: 12px;
    line-height: 16px;

    position: absolute;
    top: 36%;
    right: -4px;

    width: 16px;
    height: 16px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #1976d2;
}
@media (max-width: 767px)
{
    .header .header-middle .cart a span
    {
        top: 26%;
    }
}
.header .header-middle .cart a:hover
{
    color: #055db5;
}
.header .header-nav
{
    clear: both;

    height: 50px;

    background-color: #f3f3f3;
}
@media (max-width: 1199px)
{
    .header .header-nav
    {
        height: 0;

        border: none;
    }
}
.header .nav-collapse
{
    position: relative;

    display: none;
    float: right;

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

    cursor: pointer;

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

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

        display: block;

        margin-top: 8px;

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

    width: 20px;
    height: 2px;

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

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

    display: block;

    width: 20px;
    height: 2px;

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

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

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

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

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
.header .header-nav
{
    clear: both;
}
.header .xs-nav
{
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 0;

    display: inline-block;
    display: none;
    float: right;
}
@media (max-width: 1199px)
{
    .header .xs-nav
    {
        display: block;
    }
}
.header .xs-nav > ul > li
{
    display: inline-block;

    vertical-align: middle;
}
.header .xs-nav > ul > li > a
{
    font-size: 14px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 0 10px;

    color: #fff;
}
.header .xs-nav > ul > li.active > a,
.header .xs-nav > ul > li:hover > a
{
    font-weight: bold;
}
@media (min-width: 1200px)
{
    .header .nav
    {
        display: block;

        -webkit-transition: all .4s;
                transition: all .4s;
        text-align: center;
    }
    .header .nav a:hover
    {
        color: #1976d2;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

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

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

        background: #fafafa;
        background-color: rgba(25, 118, 210, .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 15px;
    }
}
.header .nav.left-100
{
    left: -100%;
}
.header .nav.left-200
{
    left: -200%;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1
    {
        margin: 0 -34px;
    }
    .header .nav .nav-list1 li a
    {
        white-space: nowrap;
    }
    .header .nav .nav-list1 > li
    {
        position: relative;

        display: inline-block;

        vertical-align: top;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 14px;
        font-weight: normal;
        line-height: 50px;

        position: relative;

        display: inline-block;

        padding: 0 36px;

        -webkit-transition: all .4s;
                transition: all .4s;
        vertical-align: middle;
        text-transform: uppercase;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #1976d2;
    }
    .header .nav .nav-list1 > li:hover > a:after,
    .header .nav .nav-list1 > li.active > a:after
    {
        border-color: #1976d2 transparent transparent transparent;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;

        display: none;
        overflow: hidden;

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

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

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

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

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

        color: #1976d2;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1350px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 14px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        margin: 20px 0;

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

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

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

        padding: 0 10px;
    }
    .header .nav .nav-list3 a:before
    {
        margin-right: 4px;

        content: '-';
    }
    .header .nav .nav-list3 .nav-list4 a
    {
        display: inline-block;

        padding: 0 4px;

        opacity: .6;
    }
    .header .nav .nav-list3 .nav-list4 a:before
    {
        content: '·';
    }
}
.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: rgba(25, 118, 210, .9);
    }
    .header .nav-2 .img-box,
    .header .nav-3 .img-box
    {
        display: none;
    }
    .header .nav-2 .item,
    .header .nav-3 .item
    {
        display: block;
    }
    .header .nav-2 .item p,
    .header .nav-3 .item p
    {
        font-size: 16px;

        position: relative;
        top: 0;

        display: block;

        margin: 0;
        padding: 0;

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

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

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

    margin: 0;

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

        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%;
}
.header .nav-2 .content ul,
.header .nav-3 .content ul
{
    margin: 0;
    padding: 0;
}
@media (max-width: 767px)
{
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li
{
    line-height: 30px;

    clear: both;

    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
{
    font-size: 16px;
    line-height: 2.2;

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

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

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

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

        margin-top: -14px;

        content: '\e72f';

        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 16px;
        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 .search-box
{
    position: fixed;
    z-index: 888;
    top: 100%;
    left: 0;

    display: none;
    overflow: hidden;

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

    background-color: rgba(25, 118, 210, .9);
}
.header .search-box .search
{
    line-height: 40px;

    overflow: hidden;
    zoom: 1;

    width: 240px;

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

    height: 0;

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

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

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

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

    float: right;

    width: 50px;

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

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

    content: '\e660';

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

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

        display: inline-block;

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

    width: 100%;

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

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

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

    display: inline-block;

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

    content: '\e660';

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

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

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

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

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

    color: #fff;
}
@media (max-width: 1199px)
{
    .header .search-lg .search p
    {
        font-size: 14px;
        line-height: 1.5;

        display: block;
    }
}
.header .search-lg .input-text
{
    font-size: 20px;
    line-height: 30px;

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

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

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

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

    content: '\2716';

    color: #fff;
}
.header .find
{
    font-size: 15px;
    line-height: 100px;

    display: inline-block;
    display: none;
    float: right;

    padding: 0;

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

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

        display: inline-block;

        margin: 0 10px;
    }
}
@media (max-width: 767px)
{
    .header .find
    {
        font-size: 0;
    }
}
.header .find:before
{
    font-family: 'iconfont';
    font-size: 20px;

    display: inline-block;

    margin-right: 4px;

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

    color: #333;
}
.header .find:hover
{
    color: #1976d2;
}
.header .find:hover:before
{
    color: #1976d2;
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.online-wrap .btn
{
    line-height: 36px;

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

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

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

    border-radius: 0;
    outline: none;
    background-color: rgba(255, 255, 255, .9);
}
@media (min-width: 992px)
{
    .online-wrap .btn
    {
        display: none;
    }
}
.online-wrap .btn:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;

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

    display: none;

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

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

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

    -webkit-transition: right .3s;
            transition: right .3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        top: auto;
        right: -60px;
        bottom: 100px;

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

    position: relative;

    display: block;

    width: 48px;
    height: 48px;
    margin-bottom: 1px;
    padding: 0;

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

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

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

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

    padding-right: 5px;

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

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

    display: none;

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

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

    margin: 5px 0 8px 0;

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

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

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

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

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

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

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

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

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

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

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

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

    content: '\e614';
}
.xs-online
{
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;

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

    margin: 0;
    padding: 0;

    text-align: center;

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

    width: 20%;

    list-style: none;

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

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

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

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li.product > a:before
{
    content: '\e7e9';
}
.xs-online ul li.mail > a:before
{
    font-weight: normal;

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

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

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

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

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

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

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

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

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

    position: relative;

    overflow: hidden;

    width: 100%;
}
.banner .item
{
    position: relative;
}
.banner .slick-dots
{
    position: absolute;
    bottom: 30px;

    width: 100%;
    margin: 0;
    padding: 0;

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .slick-dots
    {
        bottom: 10px;
    }
}
.banner .slick-dots li
{
    display: inline-block;

    width: 8px;
    height: 8px;
    margin: 0 6px;

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

    opacity: .7;
    border-radius: 50%;
    background-color: #fff;
}
.banner .slick-dots li.slick-active
{
    width: 20px;

    opacity: 1;
    border-radius: 10px;
    background-color: #fff;
}
.banner .slick-dots li button
{
    display: none;
}
.banner .num-box
{
    font-size: 15px;

    position: absolute;
    bottom: 30px;

    width: 100%;

    text-align: center;
}
@media (max-width: 767px)
{
    .banner .num-box
    {
        bottom: 0;
    }
}
.banner .num-box .prev:before
{
    font-family: 'iconfont' !important;
    font-weight: bold;

    display: inline-block;

    margin-top: -2px;
    margin-right: 10px;

    content: '\e9b5';
    vertical-align: middle;
}
.banner .num-box .prev:after
{
    margin: 0 10px;

    content: '/';
}
.banner .num-box .next:after
{
    font-family: 'iconfont' !important;
    font-weight: bold;

    display: inline-block;

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

    content: '\e72f';
    vertical-align: middle;
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .banner-pic
{
    position: absolute;
    bottom: 30px;

    width: 100%;

    text-align: center;
}
@media (max-width: 991px)
{
    .banner .banner-pic
    {
        bottom: 10px;
    }
}
.banner .banner-pic img
{
    display: inline-block;

    width: auto;
    max-width: 100%;
}
@media (max-width: 991px)
{
    .banner-in .slickbanner
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
.banner-in .text-in
{
    position: absolute;
    top: 50%;

    overflow: hidden;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.banner-in .text-in b
{
    color: rgba(255, 255, 255, .07);
}
.banner-in .text-in h2,
.banner-in .text-in p
{
    color: #fff;
}
@media (max-width: 767px)
{
    .banner-in .text-in p
    {
        display: none;
    }
    .banner-in .text-in b
    {
        display: none;
    }
}
.banner .slick-current img
{
    -webkit-animation: narrow 4s 0s ease both;
            animation: narrow 4s 0s ease both;
}
.banner .banner-arrow
{
    position: absolute;
    z-index: 8;
    bottom: 40px;

    width: 100%;

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .banner-arrow
    {
        bottom: 0;
    }
}
.banner .banner-arrow a
{
    display: inline-block;
}
.banner .banner-arrow a:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    content: '\e770';

    color: #fff;
}
@-webkit-keyframes narrow
{
    0%
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
}
@keyframes narrow
{
    0%
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
}
.zoomIn1
{
    -webkit-animation-name: narrow;
            animation-name: narrow;
}
.box
{
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 50px 0;
    }
}
.title
{
    position: relative;

    padding-top: 30px;

    text-align: center;
}
@media (max-width: 991px)
{
    .title
    {
        padding-top: 14px;
    }
}
.title:after
{
    display: block;

    width: 122px;
    height: 11px;
    margin: 0 auto;
    margin-top: 10px;

    content: '';

    background: url(../images/title-line.png) no-repeat center;
    background-size: cover;
}
.title b
{
    font-size: 100px;
    font-weight: 300;
    line-height: 1;

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

    width: 100%;

    text-transform: uppercase;

    color: rgba(0, 0, 0, .07);
}
@media (max-width: 991px)
{
    .title b
    {
        font-size: 60px;
    }
}
@media (max-width: 767px)
{
    .title b
    {
        font-size: 50px;
    }
}
.title h2
{
    font-size: 40px;
    font-weight: 900;
    line-height: 1;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 24px;
    }
}
.title p
{
    font-size: 14px;
    line-height: 24px;

    margin: 0;

    color: #999;
}
@media (max-width: 767px)
{
    .title p
    {
        font-size: 12px;
        line-height: 18px;
    }
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.box-number
{
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.box-number .number
{
    font-size: 0;

    padding: 50px 0;

    border-radius: 10px;
    background-color: #fff;
}
.box-number .number > ul
{
    margin: 0;
    padding: 0;
}
.box-number .number > ul > li
{
    display: inline-block;

    width: 25%;

    text-align: center;
    vertical-align: top;
}
@media (max-width: 767px)
{
    .box-number .number > ul > li
    {
        width: 50%;
        margin: 10px 0;
    }
}
.box-number .number .item
{
    font-size: 14px;

    position: relative;
}
.box-number .number .item:before
{
    font-family: 'iconfont' !important;
    font-size: 36px;
    line-height: 40px;

    display: block;

    content: '\e640';

    color: #999;
}
.box-number .number .item-years:before
{
    content: '\e62e';
}
.box-number .number .item-million:before
{
    content: '\e62a';
}
.box-number .number .item-countries:before
{
    content: '\e646';
}
.box-number .number .item b
{
    font-size: 50px;
    line-height: 1;

    position: relative;
    z-index: 2;

    display: block;

    margin-top: 10px;
    margin-bottom: 10px;

    color: #1976d2;
}
@media (max-width: 991px)
{
    .box-number .number .item b
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .box-number .number .item b
    {
        font-size: 30px;
    }
}
.box-number .number .item b sup
{
    font-size: 24px;
    font-weight: normal;

    position: absolute;
    top: 0;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .box-number .number .item b sup
    {
        font-size: 20px;
    }
}
.box-number .number .item h4
{
    font-size: 16px;
    font-weight: bold;

    text-transform: uppercase;

    color: #1976d2;
}
.box-number .number .item p
{
    font-size: 16px;
    line-height: 24px;

    position: relative;
    z-index: 2;

    color: #666;
}
@media (max-width: 991px)
{
    .box-number .number .item p
    {
        font-size: 14px;
        line-height: 20px;
    }
}
.box-number .number .item:hover:before
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.box-product .product
{
    margin-top: 40px;
}
.box-product .product .row
{
    margin: 0 -7px;
}
.box-product .product .itembox
{
    padding: 0 7px;
}
.box-product .product .item
{
    position: relative;

    overflow: hidden;

    margin: 10px 0;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.box-product .product .item .pic
{
    display: block;
}
.box-product .product .item .img-box
{
    padding-bottom: 65.2173913%;
}
.box-product .product .item .title-note
{
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 20px;

    max-width: 180px;
}
@media (max-width: 991px)
{
    .box-product .product .item .title-note
    {
        top: 10px;
        left: 10px;
    }
}
.box-product .product .item .title-note b
{
    font-size: 24px;
    line-height: 1.5;

    display: block;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .box-product .product .item .title-note b
    {
        font-size: 18px;
        line-height: 24px;
    }
}
.box-product .product .item span.more
{
    font-size: 16px;
    line-height: 30px;

    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 30px;

    display: block;
}
@media (max-width: 991px)
{
    .box-product .product .item span.more
    {
        bottom: 10px;
        left: 10px;
    }
}
.box-product .product .item .mask
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

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

    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(102%);
        -ms-transform: translateY(102%);
            transform: translateY(102%);

    color: #fff;
    background-color: rgba(25, 118, 210, .9);
}
.box-product .product .item .mask .title-mask b
{
    font-size: 24px;
    line-height: 1.5;

    display: block;

    text-transform: uppercase;
}
.box-product .product .item .mask .masknav
{
    overflow-y: auto;

    height: 70%;
}
@media (max-width: 1350px)
{
    .box-product .product .item .mask .masknav
    {
        height: 60%;
    }
}
.box-product .product .item .mask .masknav a
{
    line-height: 2;

    position: relative;

    display: block;

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

    color: #c9e4ff;
}
.box-product .product .item .mask .masknav a:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: inline-block;

    width: 6px;
    height: 6px;

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

    opacity: 0;
    border-radius: 50%;
    background-color: #fff;
}
.box-product .product .item .mask .masknav a:hover
{
    padding-left: 16px;

    color: #fff;
}
.box-product .product .item .mask .masknav a:hover:before
{
    opacity: 1;
}
.box-product .product .item .mask a.more
{
    font-size: 16px;

    position: absolute;
    bottom: 20px;
    left: 0;

    display: block;

    padding: 0 30px;

    color: rgba(255, 255, 255, .5);
}
.box-product .product .item .mask a.more:hover
{
    color: #fff;
}
.box-product .product .item-2 .img-box,
.box-product .product .item-3 .img-box
{
    padding-bottom: 56.52173913%;
}
.box-product .product .item-5 .img-box,
.box-product .product .item-6 .img-box,
.box-product .product .item-7 .img-box
{
    padding-bottom: 39.7826087%;
}
.box-product .product .item-5 .mask .masknav,
.box-product .product .item-6 .mask .masknav,
.box-product .product .item-7 .mask .masknav
{
    height: 60%;
}
@media (max-width: 1470px)
{
    .box-product .product .item-5 .mask .masknav,
    .box-product .product .item-6 .mask .masknav,
    .box-product .product .item-7 .mask .masknav
    {
        height: 50%;
    }
}
@media (min-width: 1200px)
{
    .box-product .product .item:hover .mask
    {
        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
}
.box-about
{
    background: url(../images/about_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .box-about
    {
        background: url(../images/about_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
.box-about .row
{
    font-size: 0;
}
.box-about .row .itembox
{
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: bottom;
}
.box-about .video
{
    position: relative;
    z-index: 2;

    overflow: hidden;
}
.box-about .video img
{
    width: 100%;
}
.box-about .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

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

    width: 100% !important;
    height: 100% !important;
}
.box-about .video .play
{
    font-size: 30px;
    line-height: 80px;

    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: 20px;

    display: block;

    width: 80px;
    height: 80px;

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

    color: #1976d2;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .box-about .video .play
    {
        font-size: 20px;
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
.box-about .video .play:after
{
    font-family: 'iconfont' !important;

    content: '\e63d';
}
.box-about .video:hover .play
{
    color: #fff;
    background-color: #1976d2;
}
.box-about .about
{
    padding-left: 5%;

    color: #fff;
}
@media (max-width: 1470px)
{
    .box-about .about
    {
        padding-left: 0;
    }
}
@media (max-width: 991px)
{
    .box-about .about
    {
        margin-top: 30px;
    }
}
.box-about .about .title
{
    text-align: left;
}
.box-about .about .title:after
{
    margin: 10px 0 0 0;

    background: url(../images/title-line-white.png) no-repeat center;
}
.box-about .about .title b
{
    color: rgba(255, 255, 255, .07);
}
@media (max-width: 1470px)
{
    .box-about .about .title b
    {
        font-size: 80px;
    }
}
@media (max-width: 991px)
{
    .box-about .about .title b
    {
        font-size: 60px;
    }
}
.box-about .about .text
{
    margin-top: 10px;
}
.box-about .about .text p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;
}
@media (max-width: 1470px)
{
    .box-about .about .text p
    {
        font-size: 14px;
    }
}
.box-about .about .text a.more
{
    font-size: 16px;

    display: block;

    color: rgba(255, 255, 255, .5);
}
.box-about .about .capacity
{
    margin-top: 10px;
}
.box-about .about .capacity .title-capacity h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;

    text-transform: uppercase;
}
.box-about .about .capacity .list ul
{
    font-size: 0;
}
.box-about .about .capacity .list ul li
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: top;
}
.box-about .about .capacity .list .item
{
    position: relative;

    min-height: 60px;
    margin-top: 16px;
    padding-left: 70px;
}
.box-about .about .capacity .list .item:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 60px;

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

    display: block;

    width: 60px;
    height: 60px;

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

    color: #fff;
    background-color: #4caf50;
}
.box-about .about .capacity .list .item-stamping:before
{
    content: '\e652';
}
.box-about .about .capacity .list .item-frp:before
{
    content: '\e654';
}
.box-about .about .capacity .list .item-die:before
{
    font-size: 24px;

    content: '\e64e';
}
.box-about .about .capacity .list .item p
{
    font-size: 16px;
    line-height: 24px;

    margin: 0;
}
@media (max-width: 767px)
{
    .box-about .about .capacity .list .item p
    {
        font-size: 14px;
        line-height: 18px;
    }
}
.box-about .about .capacity .list .item b
{
    font-size: 20px;
    line-height: 30px;

    display: block;
}
@media (max-width: 767px)
{
    .box-about .about .capacity .list .item b
    {
        font-size: 16px;
    }
}
.box-choose .choose .item
{
    position: relative;

    overflow: hidden;

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

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

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1350px)
{
    .box-choose .choose .item
    {
        padding-right: 100px;
    }
}
@media (max-width: 991px)
{
    .box-choose .choose .item
    {
        padding: 20px 80px 40px 10px;
    }
}
.box-choose .choose .item:after
{
    font-family: 'iconfont' !important;
    font-size: 36px;
    font-weight: normal;
    line-height: 70px;

    position: absolute;
    top: 30px;
    right: 30px;

    width: 70px;
    height: 70px;

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

    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #1976d2;
}
@media (max-width: 1350px)
{
    .box-choose .choose .item:after
    {
        line-height: 60px;

        right: 20px;

        width: 60px;
        height: 60px;
    }
}
@media (max-width: 991px)
{
    .box-choose .choose .item:after
    {
        font-size: 28px;
        line-height: 50px;

        right: 10px;

        width: 50px;
        height: 50px;
    }
}
.box-choose .choose .item-mould:after
{
    content: '\e646';
}
.box-choose .choose .item-higrade:after
{
    content: '\e642';
}
.box-choose .choose .item-global:after
{
    content: '\e619';
}
.box-choose .choose .item-business:after
{
    content: '\e62a';
}
.box-choose .choose .item-system:after
{
    content: '\e648';
}
.box-choose .choose .item span.number
{
    font-size: 60px;
    font-weight: 900;
    font-style: italic;

    position: absolute;
    right: 30px;
    bottom: -30px;

    color: rgba(0, 0, 0, .07);
}
@media (max-width: 991px)
{
    .box-choose .choose .item span.number
    {
        font-size: 50px;
    }
}
.box-choose .choose .item p
{
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}
.box-choose .choose .item:hover
{
    background-color: #1976d2;
}
.box-choose .choose .item:hover p
{
    color: #fff;
}
.box-choose .choose .item:hover span.number
{
    color: #fff;
}
.box-choose .choose .item:hover:after
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.box-news
{
    background: url(../images/news_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 991px)
{
    .box-news
    {
        background: url(../images/news_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
.box-news .news
{
    font-size: 0;
}
.box-news .news .news-left,
.box-news .news .news-right
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.box-news .news .news-left
{
    width: 60%;
    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .box-news .news .news-left
    {
        width: 100%;
        margin-top: 30px;
    }
}
.box-news .news .news-left .item
{
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .06);
}
.box-news .news .news-left .item .pic
{
    display: block;
}
.box-news .news .news-left .item .pic .img-box
{
    padding-bottom: 50%;
}
.box-news .news .news-left .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .news .news-left .item .note
{
    position: relative;

    padding: 30px;
}
@media (max-width: 1199px)
{
    .box-news .news .news-left .item .note
    {
        padding: 20px 10px 20px 24px;
    }
}
.box-news .news .news-left .item .note:before
{
    position: absolute;
    top: 40px;
    left: -10px;

    display: block;

    width: 30px;
    height: 8px;

    content: '';

    background-color: #f57c00;
}
@media (max-width: 1199px)
{
    .box-news .news .news-left .item .note:before
    {
        top: 34px;

        height: 6px;
    }
}
.box-news .news .news-left .item .note b
{
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-news .news .news-left .item .note p
{
    font-size: 14px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;
    margin: 10px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.box-news .news .news-left .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-news .news .news-left .item:hover .note b
{
    color: #1976d2;
}
.box-news .news .news-right
{
    width: 40%;
    margin-top: 16px;
    padding-left: 30px;
}
@media (max-width: 1199px)
{
    .box-news .news .news-right
    {
        width: 100%;
        margin: 0;
        padding-left: 0;
    }
}
.box-news .news .news-right .list .item
{
    position: relative;

    margin-top: 26px;
    padding: 23px 30px 15px 30px;

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

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .06);
}
@media (max-width: 1199px)
{
    .box-news .news .news-right .list .item
    {
        padding: 16px 10px 16px 24px;
    }
}
.box-news .news .news-right .list .item:before
{
    position: absolute;
    top: 40px;
    left: -10px;

    display: block;

    width: 30px;
    height: 8px;

    content: '';

    background-color: #f57c00;
}
@media (max-width: 1199px)
{
    .box-news .news .news-right .list .item:before
    {
        top: 28px;

        height: 6px;
    }
}
.box-news .news .news-right .list .item b
{
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-news .news .news-right .list .item p
{
    font-size: 14px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;
    margin: 10px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1470px)
{
    .box-news .news .news-right .list .item p
    {
        line-height: 20px;

        height: 60px;
    }
}
@media (max-width: 1350px)
{
    .box-news .news .news-right .list .item p
    {
        line-height: 22px;

        display: -webkit-box;
        overflow: hidden;

        height: 44px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.box-news .news .news-right .list .item a.more
{
    line-height: 30px;

    display: block;

    color: #fff;
}
@media (max-width: 1199px)
{
    .box-news .news .news-right .list .item a.more
    {
        color: #666;
    }
}
.box-news .news .news-right .list .item a.more:after
{
    font-family: 'iconfont' !important;

    margin-left: 6px;

    content: '\e65a';
}
.box-news .news .news-right .list .item:hover
{
    color: #fff;
    background-color: #1976d2;
}
.box-news .news .news-right .list .item:hover:before
{
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.box-news .news .news-right .list .item:hover p
{
    color: #fff;
}
.box-clients .clients
{
    margin-top: 30px;
}
.box-clients .clients .item
{
    margin-top: 10px;
}
.box-clients .clients .item .img-box
{
    padding-bottom: 47.05882353%;
}
.box-clients .clients .slick-dots
{
    width: 100%;
    margin: 0;
    margin-top: 20px;
    padding: 0;

    text-align: center;
}
@media (max-width: 1199px)
{
    .box-clients .clients .slick-dots
    {
        bottom: 10px;
    }
}
.box-clients .clients .slick-dots li
{
    display: inline-block;

    width: 8px;
    height: 8px;
    margin: 0 6px;

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

    opacity: .7;
    border-radius: 50%;
    background-color: #e0e0e0;
}
.box-clients .clients .slick-dots li.slick-active
{
    width: 20px;

    opacity: 1;
    border-radius: 10px;
    background-color: #1976d2;
}
.box-clients .clients .slick-dots li button
{
    display: none;
}
/* .box-global
{
    background: url(../images/global_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 991px)
{
    .box-global
    {
        background: url(../images/global_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
.box-global .global
{
    font-size: 0;
}
.box-global .global .global-left,
.box-global .global .global-right
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.box-global .global .global-left
{
    margin-top: 10px;
}
@media (max-width: 1199px)
{
    .box-global .global .global-left
    {
        display: block;
    }
}
@media (max-width: 1199px)
{
    .box-global .global .global-left ul
    {
        font-size: 0;

        margin: 0 -10px;
    }
}
@media (max-width: 1199px)
{
    .box-global .global .global-left ul li
    {
        font-size: 14px;

        display: inline-block;

        width: 50%;
        padding: 0 10px;

        vertical-align: top;
    }
}
@media (max-width: 767px)
{
    .box-global .global .global-left ul li
    {
        width: 100%;
    }
}
.box-global .global .global-left .item
{
    max-width: 270px;
    margin-top: 16px;
    padding: 16px 20px;

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

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .box-global .global .global-left .item
    {
        max-width: 100%;
    }
}
@media (max-width: 767px)
{
    .box-global .global .global-left .item
    {
        padding: 16px 10px;
    }
}
.box-global .global .global-left .item b
{
    font-size: 16px;
    line-height: 24px;

    display: block;

    color: #1976d2;
}
@media (max-width: 767px)
{
    .box-global .global .global-left .item b
    {
        font-size: 14px;
    }
}
.box-global .global .global-left .item p
{
    font-size: 12px;
    line-height: 20px;

    margin: 0;

    color: #666;
}
.box-global .global .global-left .active .item
{
    color: #fff;
    background-color: #1976d2;
}
.box-global .global .global-left .active .item b,
.box-global .global .global-left .active .item p
{
    color: #fff;
}
.box-global .global .global-right
{
    position: relative;

    float: right;

    width: 76%;
    margin-top: 50px;
}
@media (max-width: 1199px)
{
    .box-global .global .global-right
    {
        display: block;
        float: none;

        width: 100%;
        margin-top: 30px;
    }
}
.box-global .global .global-right img
{
    max-width: 100%;
}
.box-global .global .global-right .dot
{
    line-height: 40px;

    position: absolute;
    z-index: 2;

    width: 30px;
    height: 40px;

    cursor: pointer;
    text-align: center;
}
.box-global .global .global-right .dot:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    content: '\e608';

    color: #fff;
}
@media (max-width: 767px)
{
    .box-global .global .global-right .dot:after
    {
        font-size: 20px;
    }
}
.box-global .global .global-right .dot-1
{
    top: 42%;
    left: 31%;
}
@media (max-width: 991px)
{
    .box-global .global .global-right .dot-1
    {
        top: 26%;
    }
}
@media (max-width: 767px)
{
    .box-global .global .global-right .dot-1
    {
        top: 20%;
    }
}
.box-global .global .global-right .dot-2
{
    top: 25%;
    right: 25%;
    left: auto;
}
.box-global .global .global-right .dot-3
{
    top: 13%;
    left: 22%;
}
.box-global .global .global-right .dot-4
{
    top: 34%;
    right: 19%;
    left: auto;
}
.box-global .global .global-right .dot-5
{
    top: 28%;
    left: 38.2%;

}

@media (max-width: 767px)
{
    .box-global .global .global-right .dot-4
    {
        right: 17%;
    }
}
.box-global .global .global-right .dot-active:after
{
    font-size: 40px;

    text-shadow: 1px 1px 1px #333;
}
@media (max-width: 767px)
{
    .box-global .global .global-right .dot-active:after
    {
        font-size: 26px;
    }
} */
.box-global
{
    background: url(../images/global_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 991px)
{
    .box-global
    {
        background: url(../images/global_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
.box-global .global
{
    font-size: 0;
}
.box-global .global .global-left,
.box-global .global .global-right
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.box-global .global .global-left
{
    margin-top: 10px;
}
@media (max-width: 1199px)
{
    .box-global .global .global-left
    {
        display: block;
    }
}
@media (max-width: 1199px)
{
    .box-global .global .global-left ul
    {
        font-size: 0;

        margin: 0 -10px;
    }
}
@media (max-width: 1199px)
{
    .box-global .global .global-left ul li
    {
        font-size: 14px;

        display: inline-block;

        width: 50%;
        padding: 0 10px;

        vertical-align: top;
    }
}
@media (max-width: 767px)
{
    .box-global .global .global-left ul li
    {
        width: 100%;
    }
}
.box-global .global .global-left .item
{
    max-width: 270px;
    margin-top: 16px;
    padding: 16px 20px;

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

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .box-global .global .global-left .item
    {
        max-width: 100%;
    }
}
@media (max-width: 767px)
{
    .box-global .global .global-left .item
    {
        padding: 16px 10px;
    }
}
.box-global .global .global-left .item b
{
    font-size: 16px;
    line-height: 24px;

    display: block;

    color: #1976d2;
}
@media (max-width: 767px)
{
    .box-global .global .global-left .item b
    {
        font-size: 14px;
    }
}
.box-global .global .global-left .item p
{
    font-size: 12px;
    line-height: 20px;

    margin: 0;

    color: #666;
}
.box-global .global .global-left .active .item
{
    color: #fff;
    background-color: #1976d2;
}
.box-global .global .global-left .active .item b,
.box-global .global .global-left .active .item p
{
    color: #fff;
}
.box-global .global .global-right
{
    position: relative;

    float: right;

    width: 76%;
    margin-top: 50px;
}
@media (max-width: 1199px)
{
    .box-global .global .global-right
    {
        display: block;
        float: none;

        width: 100%;
        margin-top: 30px;
    }
}
.box-global .global .global-right img
{
    max-width: 100%;
}
.box-global .global .global-right .dot
{
    line-height: 40px;

    position: absolute;
    z-index: 2;

    width: 30px;
    height: 40px;

    cursor: pointer;
    text-align: center;
}
.box-global .global .global-right .dot:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    content: '\e608';

    color: #fff;
}
@media (max-width: 767px)
{
    .box-global .global .global-right .dot:after
    {
        font-size: 20px;
    }
}
.box-global .global .global-right .dot-1
{
    top: 42%;
    left: 31%;
}
@media (max-width: 991px)
{
    .box-global .global .global-right .dot-1
    {
        top: 29%;
		left: 28%;;
    }
}
@media (max-width: 767px)
{
    .box-global .global .global-right .dot-1
    {
        top: 29%;
        left: 28%;;
    }
}
.box-global .global .global-right .dot-2
{
    top: 25%;
    right: 25%;
    left: auto;
}
.box-global .global .global-right .dot-3
{
    top: 13%;
    left: 22%;
}
.box-global .global .global-right .dot-4
{
    top: 34%;
    right: 19%;
    left: auto;
}
.box-global .global .global-right .dot-5
{
    top: 28%;
    left: 38.2%;

}
@media (max-width: 767px)
{
    .box-global .global .global-right .dot-4
    {
        right: 17%;
    }
	.box-global .global .global-right .dot-3{
		top: 9%;
	}
}
.box-global .global .global-right .dot-active:after
{
    font-size: 40px;

    text-shadow: 1px 1px 1px #333;
}
@media (max-width: 767px)
{
    .box-global .global .global-right .dot-active:after
    {
        font-size: 26px;
    }
}
.box-share .index-share .title-share img
{
    display: inline-block;

    width: 22px;
    margin-right: 10px;

    vertical-align: middle;
}
.box-share .index-share .title-share b
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

    vertical-align: middle;

    color: #2b3141;
}
.box-share .index-share .instagram .info ul
{
    font-size: 0;
}
.box-share .index-share .instagram .info ul li
{
    font-size: 14px;

    display: inline-block;

    width: 33.33333333%;

    vertical-align: top;
}
.box-share .index-share .instagram .info .item .img-box
{
    padding-bottom: 82.14285714%;
}
.box-share .index-share .facebook
{
    padding-left: 14%;
}
@media (max-width: 1199px)
{
    .box-share .index-share .facebook
    {
        padding-left: 0;
    }
}
@media (max-width: 991px)
{
    .box-share .index-share .facebook
    {
        margin-top: 30px;
    }
}
.box-share .index-share .info
{
    margin-top: 30px;
}
.box-share .index-share .info iframe
{
    overflow-y: scroll;

    width: 100%;
    height: 440px;

    border: none;
    outline: none;
}
@media (max-width: 991px)
{
    .box-share .index-share .info iframe
    {
        height: 360px;
    }
}
.box-subscribe
{
    padding: 20px 0;

    background-color: #212222;
}
@media (max-width: 991px)
{
    .box-subscribe
    {
        padding: 30px 0;
    }
}
.box-subscribe .title-subscribe
{
    display: inline-block;
}
.box-subscribe .title-subscribe b
{
    font-size: 32px;
    font-weight: normal;
    line-height: 1;

    display: block;

    color: #fff;
}
@media (max-width: 991px)
{
    .box-subscribe .title-subscribe b
    {
        font-size: 20px;
    }
}
.box-subscribe .message
{
    position: relative;

    display: inline-block;
    float: right;

    width: 40%;
}
@media (max-width: 991px)
{
    .box-subscribe .message
    {
        display: block;

        width: 100%;
        margin-top: 20px;
    }
}
.box-subscribe .message input
{
    line-height: 40px;

    width: 100%;
    padding: 0 170px 0 20px;

    border: none;
    outline: none;
}
@media (max-width: 991px)
{
    .box-subscribe .message input
    {
        padding: 0 80px 0 10px;
    }
}
.box-subscribe .message input::-webkit-input-placeholder,
.box-subscribe .message textarea::-webkit-input-placeholder
{
    color: #999;
}
.box-subscribe .message input:-o-placeholder,
.box-subscribe .message textarea:-o-placeholder
{
    color: #999;
}
.box-subscribe .message input::-moz-placeholder,
.box-subscribe .message textarea::-moz-placeholder
{
    color: #999;
}
.box-subscribe .message input:-ms-input-placeholder,
.box-subscribe .message textarea:-ms-input-placeholder
{
    color: #999;
}
.box-subscribe .message input:focus::-webkit-input-placeholder,
.box-subscribe .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.box-subscribe .message input:focus::-o-placeholder,
.box-subscribe .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.box-subscribe .message input:focus::-moz-placeholder,
.box-subscribe .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.box-subscribe .message input:focus::-ms-input-placeholder,
.box-subscribe .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.box-subscribe .message .submit
{
    font-size: 16px;
    line-height: 40px;

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

    width: 150px;
    margin: 0;
    padding: 0;

    text-align: center;

    color: #fff;
    border: none;
    border-radius: 0;
    background: none;
    background-color: #1976d2;
}
@media (max-width: 991px)
{
    .box-subscribe .message .submit
    {
        font-size: 14px;

        width: 70px;
    }
}
.box-subscribe .message .submit:hover
{
    background-color: #055db5;
}
.footer
{
    color: #fff;
    background-color: #181a1b;
}
@media (max-width: 991px)
{
    .footer
    {
        padding-bottom: 55px;
    }
}
.footer .foot
{
    position: relative;
    z-index: 2;

    padding: 50px 0 30px;
}
@media (max-width: 1199px)
{
    .footer .foot
    {
        padding: 30px 0;
    }
}
.footer .foot > ul
{
    padding: 0;

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

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

    content: '';
}
@media (max-width: 1199px)
{
    .footer .foot > ul:after
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .footer .foot > ul
    {
        display: block;
        overflow: hidden;

        margin: 0 -15px;
    }
}
@media (min-width: 1200px)
{
    .footer .foot > ul > li
    {
        display: inline-block;

        vertical-align: top;
        word-break: break-all;
    }
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li
    {
        display: inline-block;

        width: 25%;
        margin-right: -4px;
        padding: 0 15px;

        vertical-align: top;
    }
}
@media (max-width: 991px)
{
    .footer .foot > ul > li
    {
        width: 100%;
    }
}
.footer .foot > ul > li h3
{
    font-size: 20px;
    line-height: 30px;

    position: relative;
    z-index: 2;

    margin: 0;

    color: #fff;
}
@media (min-width: 992px)
{
    .footer .foot > ul > li h3:after
    {
        display: block;

        width: 36px;
        height: 1px;
        margin-top: 10px;

        content: '';

        background-color: rgba(255, 255, 255, .2);
    }
}
@media (max-width: 991px)
{
    .footer .foot > ul > li h3
    {
        font-size: 18px;
        font-weight: normal;

        display: block;

        margin-top: 20px;
    }
    .footer .foot > ul > li h3:after
    {
        font-family: 'iconfont' !important;
        font-size: 14px;

        float: right;

        content: '\e6d2';
    }
}
.footer .foot > ul > li .item
{
    text-align: left;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item
    {
        margin-top: 14px;
    }
}
.footer .foot > ul > li .item-1 .text
{
    max-width: 410px;
}
.footer .foot > ul > li .item-1 .text p
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    padding-left: 30px;
}
.footer .foot > ul > li .item-1 .text p:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

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

    content: '\e633';

    color: #9d9d9e;
}
.footer .foot > ul > li .item-1 .text p.tel:before
{
    content: '\e62f';
}
.footer .foot > ul > li .item-1 .text p.email:before
{
    content: '\e647';
}
.footer .foot > ul > li .item-1 .text p.phone:before
{
    content: '\e64a';
}
@media (max-width: 991px)
{
    .footer .foot > ul > li .item-2 .info-down,
    .footer .foot > ul > li .item-3 .info-down
    {
        margin: 0 -10px;
    }
}
.footer .foot > ul > li .item-2 a,
.footer .foot > ul > li .item-3 a
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;
}
@media (max-width: 991px)
{
    .footer .foot > ul > li .item-2 a,
    .footer .foot > ul > li .item-3 a
    {
        display: inline-block;

        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .footer .foot > ul > li .item-2 a,
    .footer .foot > ul > li .item-3 a
    {
        font-size: 14px;

        margin: 0;
    }
}
.footer .foot > ul > li .item-2 a:hover,
.footer .foot > ul > li .item-3 a:hover
{
    text-decoration: underline;

    color: #1976d2;
}
.footer .foot > ul > li .item-4
{
    width: 100%;
    max-width: 330px;
}
@media (max-width: 991px)
{
    .footer .foot > ul > li .item-4
    {
        width: 100%;
        max-width: 100%;
    }
}
.footer .foot > ul > li .item-4 .row
{
    margin: 0 -6px;
}
.footer .foot > ul > li .item-4 .itembox
{
    padding: 0 6px;
}
.footer .foot > ul > li .item-4 input,
.footer .foot > ul > li .item-4 textarea
{
    font-size: 14px;
    line-height: 30px;

    width: 100%;
    margin-bottom: 10px;
    padding: 5px 16px;

    resize: vertical;

    color: #fff;
    border: none;
    border: 1px solid #353535;
    border-radius: 0;
    outline: none;
    background: none;
}
.footer .foot > ul > li .item-4 input::-webkit-input-placeholder,
.footer .foot > ul > li .item-4 textarea::-webkit-input-placeholder
{
    color: #c8c9cc;
}
.footer .foot > ul > li .item-4 input:-o-placeholder,
.footer .foot > ul > li .item-4 textarea:-o-placeholder
{
    color: #c8c9cc;
}
.footer .foot > ul > li .item-4 input::-moz-placeholder,
.footer .foot > ul > li .item-4 textarea::-moz-placeholder
{
    color: #c8c9cc;
}
.footer .foot > ul > li .item-4 input:-ms-input-placeholder,
.footer .foot > ul > li .item-4 textarea:-ms-input-placeholder
{
    color: #c8c9cc;
}
.footer .foot > ul > li .item-4 input:focus::-webkit-input-placeholder,
.footer .foot > ul > li .item-4 textarea:focus::-webkit-input-placeholder
{
    color: #aaa;
}
.footer .foot > ul > li .item-4 input:focus::-o-placeholder,
.footer .foot > ul > li .item-4 textarea:focus::-o-placeholder
{
    color: #aaa;
}
.footer .foot > ul > li .item-4 input:focus::-moz-placeholder,
.footer .foot > ul > li .item-4 textarea:focus::-moz-placeholder
{
    color: #aaa;
}
.footer .foot > ul > li .item-4 input:focus::-ms-input-placeholder,
.footer .foot > ul > li .item-4 textarea:focus::-ms-input-placeholder
{
    color: #aaa;
}
.footer .foot > ul > li .item-4 .send
{
    text-align: right;
}
.footer .foot > ul > li .item-4 .submit
{
    font-size: 16px;
    line-height: 40px;

    display: inline-block;

    width: 100%;
    margin-top: 14px;
    padding: 0;

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

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #1976d2;
}
.footer .foot > ul > li .item-4 .submit:hover
{
    color: #fff;
    background-color: #055db5;
}
.footer .foot > ul > li .share
{
    margin-top: 20px;
}
.footer .foot > ul > li .share ul li
{
    display: inline-block;
}
.footer .foot > ul > li .share ul li a
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    margin: 0 10px;

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

    color: #666;
}
.footer .foot > ul > li .share ul li a:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.footer .foot > ul > li .share ul li a:before
{
    font-family: 'iconfont';
    font-weight: normal;

    display: inline-block;

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

    border-radius: 4px;
}
.footer .foot > ul > li .share ul li.twitter a:before
{
    content: '\e60b';
}
.footer .foot > ul > li .share ul li.linkedin a:before
{
    content: '\e6f0';
}
.footer .foot > ul > li .share ul li.instagram a:before
{
    content: '\e617';
}
.footer .foot > ul > li .share ul li.youtube a:before
{
    content: '\e6d7';
}
.footer .foot > ul > li .share ul li.google a:before
{
    content: '\e645';
}
.footer .foot > ul > li .share ul li.amazon a:before
{
    content: '\e6c1';
}
.footer .foot > ul > li .info-down
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .footer .foot > ul > li .info-down
    {
        display: none;

        margin-top: 10px;
    }
}
.footer .foot > ul > li .info-down img
{
    max-width: 100%;
}
.footer .foot > ul > li.current .title-foot h3:after
{
    content: '\e628';
}
.footer .copyright
{
    padding: 15px 0;

    text-align: center;

    border-top: 1px dashed #424343;
}
.footer .copyright p
{
    font-size: 14px;
    line-height: 30px;

    display: inline-block;

    margin: 0;

    vertical-align: middle;

    color: #ccc;
}
@media (max-width: 991px)
{
    .footer .copyright p
    {
        font-size: 13px;
        line-height: 22px;
    }
}
.footer .copyright p a
{
    display: inline-block;

    margin-left: 30px;

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

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

    color: #1976d2;
}
.wrapper
{
    clear: both;
    /* overflow: hidden; */
}
.wrap
{
    padding: 60px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 50px 0;
    }
}
.title-in h2
{
    font-size: 44px;
    font-weight: 500;
    line-height: 1.5;

    display: block;

    text-transform: capitalize;
}
@media (max-width: 991px)
{
    .title-in h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title-in h2
    {
        font-size: 24px;
    }
}
.wrap-sidenav
{
    overflow: hidden;

    margin-top: 30px;

    text-align: center;
}
.wrap-sidenav .sidenav > ul
{
    margin: 0 -22px;
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav > ul
    {
        margin: 0 -16px;
    }
}
.wrap-sidenav .sidenav > ul > li
{
    display: inline-block;

    padding: 0 22px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav > ul > li
    {
        padding: 0 16px;
    }
}
.wrap-sidenav .sidenav > ul > li > a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    display: block;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav > ul > li > a
    {
        font-size: 14px;
    }
}
.wrap-sidenav .sidenav > ul > li > a:after
{
    display: block;

    width: 0;
    height: 1px;

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

    background-color: #1976d2;
}
.wrap-sidenav .sidenav > ul > li.active > a,
.wrap-sidenav .sidenav > ul > li:hover > a
{
    color: #1976d2;
}
.wrap-sidenav .sidenav > ul > li.active > a:after,
.wrap-sidenav .sidenav > ul > li:hover > a:after
{
    width: 100%;
}
.title-product-sort
{
    padding: 15px 40px;

    color: #fff;
    background-color: #1976d2;
}
@media (max-width: 1199px)
{
    .title-product-sort
    {
        padding: 10px;
    }
}
.title-product-sort h2
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
}
.wrap-product-sort ul.pro-level-1
{
    padding: 10px 0;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .wrap-product-sort ul.pro-level-1 > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-product-sort ul.pro-level-1 > li > a
{
    line-height: 36px;

    position: relative;

    display: block;

    padding: 0 10px 0 56px;
	font-weight: bold;
}
@media (max-width: 1199px)
{
    .wrap-product-sort ul.pro-level-1 > li > a
    {
        padding: 0 10px 0 26px;
    }
}
.wrap-product-sort ul.pro-level-1 > li > a:before
{
    font-family: 'iconfont' !important;
    font-size: 12px;

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

    content: '\e625';
}
@media (max-width: 1199px)
{
    .wrap-product-sort ul.pro-level-1 > li > a:before
    {
        left: 10px;
    }
}
.wrap-product-sort ul.pro-level-1 > li ul.pro-level-2
{
    display: none;
}
@media (max-width: 1199px)
{
    .wrap-product-sort ul.pro-level-1 > li ul.pro-level-2 > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-product-sort ul.pro-level-1 > li ul.pro-level-2 > li > a
{
    line-height: 36px;

    position: relative;

    display: block;

    padding: 0 10px 0 66px;
}
@media (max-width: 1199px)
{
    .wrap-product-sort ul.pro-level-1 > li ul.pro-level-2 > li > a
    {
        padding: 0 10px 0 26px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-sort ul.pro-level-1 > li ul.pro-level-2 > li > a
    {
        font-size: 13px;
        line-height: 24px;
    }
}
.wrap-product-sort ul.pro-level-1 > li ul.pro-level-2 > li > a:before
{
    font-family: 'iconfont' !important;
    font-size: 12px;

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

    content: '\e625';
}
@media (max-width: 1199px)
{
    .wrap-product-sort ul.pro-level-1 > li ul.pro-level-2 > li > a:before
    {
        left: 10px;
    }
}
.wrap-product-sort ul.pro-level-1 > li ul.pro-level-2 > li.active > a,
.wrap-product-sort ul.pro-level-1 > li ul.pro-level-2 > li:hover > a
{
    color: #1976d2;
}
.wrap-product-sort ul.pro-level-1 > li.active > a,
.wrap-product-sort ul.pro-level-1 > li:hover > a
{
    color: #1976d2;
}
@media (max-width: 1199px)
{
    .wrap-product-sort ul.pro-level-1 > li.active
    {
        display: block;
    }
}
.wrap-product-sort ul.pro-level-1 > li.active ul.pro-level-2
{
    display: block;
}
.inside-nav
{
    position: relative;

    overflow: hidden;

    width: 100%;
    height: 60px;
    margin-top: 30px;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
@media (max-width: 1199px)
{
    .inside-nav
    {
        height: 50px;
    }
}
.inside-nav .nav-wrap
{
    position: relative;
    z-index: 2;

    overflow-x: auto;

    text-align: center;

    -webkit-overflow-scrolling: touch;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
.inside-nav .nav-wrap::-webkit-scrollbar
{
    width: 5px;
    height: 5px;

    background-color: #fefefe;
}
.inside-nav .nav-wrap::-webkit-scrollbar-track
{
    border-radius: 5px;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.inside-nav .nav-wrap::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .1);
}
.inside-nav .nav-wrap::-webkit-scrollbar-thumb:hover
{
    border-radius: 5px;
    background: rgba(0, 0, 0, .3);
}
.inside-nav ul
{
    font-size: 0;

    position: relative;

    display: inline-block;

    margin: 0;
    padding: 0;

    white-space: nowrap;
}
.inside-nav ul li
{
    display: inline-block;

    padding: 0 2px;
}
.inside-nav ul li a
{
    font-size: 16px;
    font-weight: normal;
    line-height: 60px;

    position: relative;

    display: inline-block;

    padding: 0 28px;

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

    color: inherit;
    color: #bad1ef;
    background-color: #10469c;
}
@media (max-width: 1199px)
{
    .inside-nav ul li a
    {
        font-size: 14px;
        line-height: 50px;
    }
}
.inside-nav ul li.active a,
.inside-nav ul li:hover a
{
    font-weight: bold;

    color: #fff;
}
.about-nav
{
    position: fixed;
    z-index: 2;
    top: 30%;
    left: 0;

    width: 100px;
}
@media (max-width: 1470px)
{
    .about-nav
    {
        width: 100px;
    }
}
@media (max-width: 1199px)
{
    .about-nav
    {
        position: relative;
        top: auto;

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

        text-align: center;
    }
}
.about-nav ul li
{
    margin: 5px 0;
}
@media (max-width: 1199px)
{
    .about-nav ul li
    {
        display: inline-block;

        margin: 5px;

        vertical-align: middle;
    }
}
@media (max-width: 991px)
{
    .about-nav ul li
    {
        margin: 2px;
    }
}
.about-nav ul li a
{
    font-size: 16px;
    line-height: 24px;

    display: block;

    padding: 14px 14px 30px 14px;

    background: url(../images/about_nav1.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .about-nav ul li a
    {
        padding: 10px;
    }
}
@media (max-width: 991px)
{
    .about-nav ul li a
    {
        font-size: 14px;
    }
}
.about-nav ul li:nth-child(2) a
{
    background-image: url(../images/about_nav2.jpg);
}
.about-nav ul li:nth-child(3) a
{
    background-image: url(../images/about_nav3.jpg);
}
.about-nav ul li.active a,
.about-nav ul li:hover a
{
    font-weight: bold;

    color: #1976d2;
}
.wrap-about .about .text p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-about .about .text p
    {
        font-size: 14px;
    }
}
@media (max-width: 991px)
{
    .wrap-about .about .pic
    {
        margin-top: 30px;
    }
}
.wrap-about .about .pic img
{
    max-width: 100%;
}
.wrap-number
{
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-number .number
{
    font-size: 0;

    background-color: #fff;
}
.wrap-number .number > ul
{
    margin: 0;
    padding: 0;
}
.wrap-number .number > ul > li
{
    display: inline-block;

    width: 25%;

    text-align: center;
    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-number .number > ul > li
    {
        width: 50%;
        margin: 10px 0;
    }
}
.wrap-number .number .item
{
    font-size: 14px;

    position: relative;
}
.wrap-number .number .item:before
{
    font-family: 'iconfont' !important;
    font-size: 140px;
    line-height: 1;

    position: absolute;
    top: 50%;

    display: block;

    width: 100%;

    content: '\e640';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: rgba(153, 153, 153, .12);
}
@media (max-width: 991px)
{
    .wrap-number .number .item:before
    {
        font-size: 90px;
    }
}
.wrap-number .number .item-years:before
{
    content: '\e62e';
}
.wrap-number .number .item-million:before
{
    content: '\e62a';
}
.wrap-number .number .item-countries:before
{
    content: '\e646';
}
.wrap-number .number .item b
{
    font-size: 50px;
    line-height: 1;

    position: relative;
    z-index: 2;

    display: block;

    margin-top: 10px;
    margin-bottom: 10px;

    color: #f57c00;
}
@media (max-width: 991px)
{
    .wrap-number .number .item b
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .wrap-number .number .item b
    {
        font-size: 30px;
    }
}
.wrap-number .number .item b sup
{
    font-size: 24px;
    font-weight: normal;

    position: absolute;
    top: 0;

    vertical-align: top;

    color: #999;
}
@media (max-width: 991px)
{
    .wrap-number .number .item b sup
    {
        font-size: 20px;
    }
}
.wrap-number .number .item h4
{
    font-size: 16px;
    font-weight: bold;

    text-transform: uppercase;

    color: #000;
}
.wrap-number .number .item p
{
    font-size: 16px;
    line-height: 24px;

    position: relative;
    z-index: 2;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-number .number .item p
    {
        font-size: 14px;
        line-height: 20px;
    }
}
.wrap-company
{
    background: url(../images/about_in_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .wrap-company
    {
        background: url(../images/about_in_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
.wrap-company .pic
{
    position: relative;
	margin-right: 30px;
	margin-bottom: 30px;

    display: inline-block;
}
.wrap-company .pic:before
{
    position: absolute;
    top: 20px;
    left: -20px;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: #fff;
}
.wrap-company .pic img
{
    position: relative;
    z-index: 2;

    max-width: 100%;
}
.wrap-company .text
{
    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-company .text
    {
        margin-top: 40px;
    }
}
.wrap-company .text p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-company .text p
    {
        font-size: 14px;
    }
}
.wrap-capacity
{
    position: relative;
}
.wrap-capacity:before
{
    position: absolute;
    z-index: 0;
    top: 200px;
    left: 0;

    display: block;

    width: 50%;
    height: 220px;

    content: '';

    background-color: #f6f6f6;
}
.wrap-capacity .capacity
{
    position: relative;
    z-index: 2;

    float: right;

    max-width: 46%;
    padding: 30px 60px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .wrap-capacity .capacity
    {
        float: none;

        max-width: 100%;
        margin-bottom: 20px;
        padding: 30px 14px;
    }
}
.wrap-capacity .capacity .title-capacity h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;

    text-transform: uppercase;
}
.wrap-capacity .capacity .list ul
{
    font-size: 0;
}
.wrap-capacity .capacity .list ul li
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: top;
}
.wrap-capacity .capacity .list .item
{
    position: relative;

    min-height: 60px;
    margin-top: 16px;
    padding-left: 70px;
}
.wrap-capacity .capacity .list .item:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 60px;

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

    display: block;

    width: 60px;
    height: 60px;

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

    color: #fff;
    background-color: #4caf50;
}
.wrap-capacity .capacity .list .item-stamping:before
{
    content: '\e652';
}
.wrap-capacity .capacity .list .item-frp:before
{
    content: '\e654';
}
.wrap-capacity .capacity .list .item-die:before
{
    font-size: 24px;

    content: '\e64e';
}
.wrap-capacity .capacity .list .item p
{
    font-size: 16px;
    line-height: 24px;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-capacity .capacity .list .item p
    {
        font-size: 14px;
        line-height: 18px;
    }
}
.wrap-capacity .capacity .list .item b
{
    font-size: 20px;
    line-height: 30px;

    display: block;
}
@media (max-width: 767px)
{
    .wrap-capacity .capacity .list .item b
    {
        font-size: 16px;
    }
}
.wrap-capacity .text
{
    position: relative;
    z-index: 2;
}
.wrap-capacity .text p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-capacity .text p
    {
        font-size: 14px;
    }
}
.wrap-capabilities
{
    background: url(../images/capabilities_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .wrap-capabilities
    {
        background: url(../images/capabilities_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
.wrap-capabilities .row
{
    font-size: 0;
}
.wrap-capabilities .row .itembox
{
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: middle;
}
.wrap-capabilities .text .title-capacity:after
{
    display: inline-block;
    float: right;

    width: 60%;
    height: 4px;
    margin-top: 14px;

    content: '';
    vertical-align: middle;

    background-color: #fff;
}
@media (max-width: 1350px)
{
    .wrap-capabilities .text .title-capacity:after
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .wrap-capabilities .text .title-capacity:after
    {
        display: none;
    }
}
.wrap-capabilities .text .title-capacity h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1;

    display: inline-block;

    margin: 0;

    vertical-align: middle;

    color: #fff;
}
@media (max-width: 767px)
{
    .wrap-capabilities .text .title-capacity h3
    {
        font-size: 20px;
    }
}
.wrap-capabilities .text .title-capacity h3:before
{
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    background-color: #f57c00;
}
.wrap-capabilities .text .note
{
    position: relative;

    margin-top: -8px;
    padding: 30px 20px 30px 0;

    color: #fff;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
}
.wrap-capabilities .text .note:after
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 4px;
    height: 14px;

    content: '';

    background-color: #fff;
}
.wrap-capabilities .text .note p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-capabilities .text .note p
    {
        font-size: 14px;
    }
}
@media (max-width: 991px)
{
    .wrap-capabilities .pic
    {
        margin-top: 30px;
    }
}
.wrap-capabilities .pic img
{
    max-width: 100%;
}
@media (max-width: 1470px)
{
    .wrap-about .container,
    .wrap-number .container,
    .wrap-company .container,
    .wrap-capacity .container,
    .wrap-capabilities .container,
    .wrap-strategy .container,
    .wrap-base .container,
    .wrap-century .container,
    .wrap-benefit .container
    {
        padding-left: 140px;
    }
}
@media (max-width: 1199px)
{
    .wrap-about .container,
    .wrap-number .container,
    .wrap-company .container,
    .wrap-capacity .container,
    .wrap-capabilities .container,
    .wrap-strategy .container,
    .wrap-base .container,
    .wrap-century .container,
    .wrap-benefit .container
    {
        padding-left: 15px;
    }
}
.wrap-strategy .strategy-text p
{
    font-size: 16px;
    line-height: 28px;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-strategy .strategy-text p
    {
        font-size: 14px;
    }
}
.wrap-strategy .strategy-text b
{
    font-size: 20px;
    line-height: 28px;

    display: block;
}
@media (max-width: 767px)
{
    .wrap-strategy .strategy-text b
    {
        font-size: 16px;
    }
}
.wrap-strategy .strategy-map
{
    font-size: 0;

    overflow: hidden;

    margin: 50px 0;
}
@media (max-width: 767px)
{
    .wrap-strategy .strategy-map
    {
        margin: 20px 0;
    }
}
.wrap-strategy .strategy-map .strategy-left,
.wrap-strategy .strategy-map .strategy-right
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.wrap-strategy .strategy-map .strategy-left
{
    margin-top: 10px;
}
@media (max-width: 1199px)
{
    .wrap-strategy .strategy-map .strategy-left
    {
        display: block;
    }
}
.wrap-strategy .strategy-map .strategy-left ul
{
    padding: 10px 0;
}
@media (max-width: 1470px)
{
    .wrap-strategy .strategy-map .strategy-left ul
    {
        font-size: 0;
    }
}
@media (max-width: 1470px)
{
    .wrap-strategy .strategy-map .strategy-left ul li
    {
        display: inline-block;

        width: 20%;
        padding: 0 10px;

        vertical-align: top;
    }
}
@media (max-width: 1199px)
{
    .wrap-strategy .strategy-map .strategy-left ul li
    {
        font-size: 14px;

        display: inline-block;

        width: 50%;

        vertical-align: top;
    }
}
@media (max-width: 767px)
{
    .wrap-strategy .strategy-map .strategy-left ul li
    {
        width: 100%;
    }
}
.wrap-strategy .strategy-map .strategy-left .item
{
    max-width: 270px;
    margin-top: 16px;
    padding: 16px 20px;

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

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .wrap-strategy .strategy-map .strategy-left .item
    {
        max-width: 100%;
    }
}
@media (max-width: 767px)
{
    .wrap-strategy .strategy-map .strategy-left .item
    {
        padding: 16px 10px;
    }
}
.wrap-strategy .strategy-map .strategy-left .item b
{
    font-size: 16px;
    line-height: 24px;

    display: block;

    word-break: break-word;
}
@media (max-width: 767px)
{
    .wrap-strategy .strategy-map .strategy-left .item b
    {
        font-size: 14px;
    }
}
.wrap-strategy .strategy-map .strategy-left .item p
{
    font-size: 12px;
    line-height: 20px;

    margin: 0;

    color: #666;
}
.wrap-strategy .strategy-map .strategy-left .active .item
{
    color: #fff;
    background-color: #1976d2;
}
.wrap-strategy .strategy-map .strategy-left .active .item b,
.wrap-strategy .strategy-map .strategy-left .active .item p
{
    color: #fff;
}
.wrap-strategy .strategy-map .strategy-right
{
    position: relative;

    float: right;

    width: 1018px;
    margin-top: 50px;
}
@media (max-width: 1470px)
{
    .wrap-strategy .strategy-map .strategy-right
    {
        float: none;
    }
}
@media (max-width: 1199px)
{
    .wrap-strategy .strategy-map .strategy-right
    {
        display: block;
        float: none;

        width: 100%;
        margin-top: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-strategy .strategy-map .strategy-right
    {
        display: none;
    }
}
.wrap-strategy .strategy-map .strategy-right img
{
    max-width: 100%;
}
.wrap-strategy .strategy-map .strategy-right .dot
{
    position: absolute;
    z-index: 2;

    cursor: pointer;
    text-align: center;
}
.wrap-strategy .strategy-map .strategy-right .dot:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    position: absolute;
        top: -27px;
        left: 0%;
    content: '\e608';
    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fe9902;
}
@media (max-width: 767px)
{
    .wrap-strategy .strategy-map .strategy-right .dot:after
    {
        font-size: 20px;
    }
}
.wrap-strategy .strategy-map .strategy-right .dot img
{
    opacity: 0;
}
.wrap-strategy .strategy-map .strategy-right .dot .text
{
    position: absolute;
    z-index: 2;
    top: 80%;

    width: 270px;
    padding: 20px 14px;

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

    opacity: 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-strategy .strategy-map .strategy-right .dot .text b
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    color: #1976d2;
}
.wrap-strategy .strategy-map .strategy-right .dot .text p
{
    font-size: 12px;
    line-height: 1.66666667;

    margin: 0;

    color: #666;
}
.wrap-strategy .strategy-map .strategy-right .dot-1
{
    top: 24%;
    left: 71.5%;
}
@media (max-width: 991px)
{
    .wrap-strategy .strategy-map .strategy-right .dot-1
    {
        top: 26%;
    }
}
@media (max-width: 767px)
{
    .wrap-strategy .strategy-map .strategy-right .dot-1
    {
        top: 20%;
    }
}
.wrap-strategy .strategy-map .strategy-right .dot-2
{
    top: 28%;
    left: 9%;
}
.wrap-strategy .strategy-map .strategy-right .dot-3
{
    top: 0;
    left: 55.5%;
}
.wrap-strategy .strategy-map .strategy-right .dot-4
{
    top: 41%;
    left: 10%;
}
.wrap-strategy .strategy-map .strategy-right .dot-5
{
    top: 50%;
    right: 16.7%;
    left: auto;
}
.wrap-strategy .strategy-map .strategy-right .dot-5:after
{
    top: -37px;
    left: -2px;
}
.wrap-strategy .strategy-map .strategy-right .dot-6
{
	top: 29%;
	    left: 46.5%;
    left: auto;
}
.wrap-strategy .strategy-map .strategy-right .dot-7
{
    top: 49%;
    right: 19%;
    left: auto;
}
.wrap-strategy .strategy-map .strategy-right .dot-8
{
   top: 46%;
   right: 18%;
    left: auto;
}
.wrap-strategy .strategy-map .strategy-right .dot-8:after,
/* .wrap-strategy .strategy-map .strategy-right .dot-6:after, */
.wrap-strategy .strategy-map .strategy-right .dot-7:after
{
    color: #fff;
	text-shadow: 0 0 10px #ccc;
}
.wrap-strategy .strategy-map .strategy-right .dot-5 .text{
	right: -50px;
}
.wrap-strategy .strategy-map .strategy-right .dot-2:after{
	top: 0%;
	left: 2%;
}
.wrap-strategy .strategy-map .strategy-right .dot-3:after{
	top: 44%;
	left: 11%;
}
.wrap-strategy .strategy-map .strategy-right .dot-1:after{
	top: 18%;
	left: 74%;
}
.wrap-strategy .strategy-map .strategy-right .dot-active
{
    z-index: 3;
}
.wrap-strategy .strategy-map .strategy-right .dot-active:after
{
    font-size: 40px;

    text-shadow: 1px 1px 1px #333;
}
@media (max-width: 767px)
{
    .wrap-strategy .strategy-map .strategy-right .dot-active:after
    {
        font-size: 26px;
    }
}
.wrap-strategy .strategy-map .strategy-right .dot-active img
{
    opacity: 1;
}
.wrap-strategy .strategy-map .strategy-right .dot-active .text
{
    opacity: 1;
}
.wrap-strategy .strategy-map .strategy-xs
{
    display: none;

    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-strategy .strategy-map .strategy-xs
    {
        display: block;
    }
}
.wrap-strategy .strategy-map .strategy-xs img
{
    max-width: 100%;
}
.wrap-strategy .strategy
{
    font-size: 0;

    position: relative;

    clear: both;
}
.wrap-strategy .strategy:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 100%;
    height: 80%;

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

    background-color: #f6f6f6;
}
@media (max-width: 991px)
{
    .wrap-strategy .strategy:before
    {
        display: none;
    }
}
.wrap-strategy .strategy:after
{
    position: absolute;
    top: 50%;
    left: 100%;

    display: block;

    width: 100%;
    height: 80%;

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

    background-color: #f6f6f6;
}
@media (max-width: 991px)
{
    .wrap-strategy .strategy:after
    {
        display: none;
    }
}
.wrap-strategy .strategy .pic,
.wrap-strategy .strategy .text
{
    font-size: 14px;

    position: relative;
    z-index: 2;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-strategy .strategy .pic,
    .wrap-strategy .strategy .text
    {
        width: 100%;
    }
}
.wrap-strategy .strategy .pic
{
    padding: 0 24px;
}
@media (max-width: 991px)
{
    .wrap-strategy .strategy .pic
    {
        padding: 0;
    }
}
.wrap-strategy .strategy .pic img
{
    max-width: 100%;
}
.wrap-strategy .strategy .text
{
    padding: 30px 0;
}
@media (max-width: 991px)
{
    .wrap-strategy .strategy .text
    {
        padding: 20px 0 0 0;
    }
}
.wrap-strategy .strategy .text .note
{
    margin-top: 20px;
}
.wrap-strategy .strategy .text p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-strategy .strategy .text p
    {
        font-size: 14px;
    }
}
.title-strategy h2
{
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;

    position: relative;

    display: block;

    padding-left: 14px;
}
@media (max-width: 991px)
{
    .title-strategy h2
    {
        font-size: 18px;
    }
}
.title-strategy h2:before
{
    position: absolute;
    top: 4px;
    left: 0;

    display: block;

    width: 4px;
    height: 18px;

    content: '';

    background-color: #f57c00;
}
.wrap-base
{
    background: url(../images/base_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .wrap-base
    {
        background: url(../images/base_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
.wrap-base .title-strategy h2
{
    color: #fff;
}
.wrap-base .text
{
    margin-top: 24px;

    color: #fff;
}
.wrap-base .text p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-base .text p
    {
        font-size: 14px;
    }
}
.wrap-century
{
    font-size: 0;

    position: relative;

    padding-bottom: 0;
}
/* .wrap-century:before
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 40%;
    height: 270px;
	display: none;
    content: '';

    background-color: #f6f6f6;
} */
.wrap-century .century-left,
.wrap-century .century-right
{
    font-size: 14px;

    position: relative;
    z-index: 2;

    display: inline-block;

    vertical-align: top;
}
.wrap-century .century-left
{
    width: 66%;
    padding-right: 5%;
}
@media (max-width: 991px)
{
    .wrap-century .century-left
    {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-century .century-left .text
{
    margin-top: 24px;
}
.wrap-century .century-left .text p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-century .century-left .text p
    {
        font-size: 14px;
    }
}
.wrap-century .century-right
{
    width: 34%;
}
@media (max-width: 991px)
{
    .wrap-century .century-right
    {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-century .century-right .pic img
{
    max-width: 100%;
}
.wrap-benefit .benefit
{
    margin-top: 20px;
}
.wrap-benefit .benefit table
{
    font-size: 16px;

    width: 100%;
    max-width: 100%;
    margin: 0;
    margin-top: 20px;
    padding: 0;

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

    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-benefit .benefit table
    {
        font-size: 14px;
    }
}
.wrap-benefit .benefit table th,
.wrap-benefit .benefit table td
{
    line-height: 30px;

    padding: 10px;
}
@media (max-width: 991px)
{
    .wrap-benefit .benefit table th,
    .wrap-benefit .benefit table td
    {
        line-height: 20px;
    }
}
.wrap-benefit .benefit table th
{
    font-weight: normal;

    text-align: center;

    color: #fff;
    border: 5px solid #fff;
    background-color: #1976d2;
}
.wrap-benefit .benefit table td
{
    border: 5px solid #fff;
    background-color: #f6f6f6;
}
.wrap-benefit .benefit .text
{
    margin-top: 20px;
}
.wrap-benefit .benefit .text p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-benefit .benefit .text p
    {
        font-size: 14px;
    }
}
.about_history .years
{
    position: fixed;
    z-index: 6;
    top: 50%;
    right: 0;

    display: none;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.about_history .years.visi
{
    visibility: hidden;
}
.about_history .years .year
{
    font-size: 0;

    margin: 10px 0;

    cursor: pointer;
    text-align: right;
}
.about_history .years span.text
{
    font-family: 'DINPro-Light';
    font-size: 16px;
    line-height: 24px;

    color: #b2b2b2;
}
.about_history .years span.line
{
    width: 30px;
    height: 1px;
    margin-left: 10px;

    background: #ccc;
}
.about_history .years .active span.text
{
    font-size: 20px;

    color: #333;
}
.about_history .years .active span.line
{
    width: 60px;

    background-color: #1976d2;
}
.about_history .section1
{
    overflow: hidden;

    padding-top: 50px;
}
.about_history .section1 .river_box
{
    position: relative;

    padding-bottom: 10vw;
}
.about_history .section1 .river_img
{
    position: absolute;
    z-index: 1;
    top: -40px;
    right: 0;
    left: 0;
}
.about_history .section1 .river_img img
{
    display: block;

    max-width: 100%;
    margin: 0 auto;
}
.about_history .section1 .river_img .on
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    overflow: hidden;

    height: 0;
}
.about_history .section1 .items
{
    position: relative;
    z-index: 2;
}
.about_history .section1 .item ul li
{
    font-size: 0;

    width: 68%;
    margin-top: 130px;
}
.about_history .section1 .item ul li:nth-child(6n+1)
{
    margin-top: 70px;
    margin-left: 16%;
}
.about_history .section1 .item ul li:nth-child(6n+2)
{
    margin-left: 10%;
}
.about_history .section1 .item ul li:nth-child(6n+3)
{
    margin-left: 30%;
}
.about_history .section1 .item ul li:nth-child(6n+4)
{
    margin-left: 12%;
}
.about_history .section1 .item ul li:nth-child(6n+5)
{
    margin-left: 26%;
}
.about_history .section1 .item ul li:nth-child(6n+6)
{
    margin-left: 8%;
}
.about_history .section1 .item ul li .year
{
    position: relative;

    display: inline-block;

    width: 25%;
    height: 7.5vw;

    vertical-align: top;
}
.about_history .section1 .item ul li .year span
{
    font-size: 32px;
    font-weight: bold;
    line-height: 1;

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

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

    color: #fff;
}
.about_history .section1 .item ul li .year h3
{
    margin: 0;
}
.about_history .section1 .item ul li .year:after
{
    position: absolute;
    top: 100%;
    left: 0;

    width: 0;
    height: 0;

    content: '';

    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
}
.about_history .section1 .item ul li .para
{
    font-size: 16px;
    line-height: 28px;

    position: relative;

    display: inline-block;

    width: -webkit-calc(75% - 10px);
    width:         calc(75% - 10px);
    min-height: 7.5vw;
    margin-left: 10px;
    padding: 2vw 50px 2vw 2vw;

    vertical-align: top;

    color: #333;
    background: #fff url('../images/history_bg.jpg') right top no-repeat;
    box-shadow: 0 0 30px rgba(0, 0, 0, .05);
}
.about_history .section1 .item ul li .para p
{
    position: relative;

    margin: 0;
    padding-left: 120px;
}
.about_history .section1 .item ul li .para span
{
    font-size: 20px;

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

    color: #1976d2;
}
.about_history .section1 .item:nth-of-type(1) ul li .year
{
    background-color: #1976d2;
}
.about_history .section1 .item:nth-of-type(1) ul li .year:after
{
    border-right-color: #10469c;
}
.about_history .section1 .item:nth-of-type(2) .head_box h3:before
{
    background-color: #1976d2;
}
.about_history .section1 .item:nth-of-type(2) .head_box .year
{
    color: #10469c;
}
.about_history .section1 .item:nth-of-type(2) ul li .year
{
    background-color: #3964c8;
}
.about_history .section1 .item:nth-of-type(2) ul li .year:after
{
    border-right-color: #294994;
}
.about_history .section1 .item:nth-of-type(3) .head_box h3:before
{
    background-color: #073190;
}
.about_history .section1 .item:nth-of-type(3) .head_box .year
{
    color: #073190;
}
.about_history .section1 .item:nth-of-type(3) ul li .year
{
    background-color: #073190;
}
.about_history .section1 .item:nth-of-type(3) ul li .year:after
{
    border-right-color: #051f5c;
}
@media (max-width: 991px)
{
    .about_history .section1
    {
        padding: 40px 0;
    }
    .about_history .section1 .river_box
    {
        padding-bottom: 0;
    }
    .about_history .section1 .river_img
    {
        display: none;
    }
    .about_history .section1 .item
    {
        padding-top: 0;
    }
    .about_history .section1 .item .head_box h3
    {
        font-size: 24px;
    }
    .about_history .section1 .item ul li
    {
        width: 100%;
        margin: 20px 0 0 !important;
    }
    .about_history .section1 .item ul li .year
    {
        display: block;

        width: 90px;
        height: auto;

        text-align: center;
    }
    .about_history .section1 .item ul li .year:before
    {
        position: absolute;
        right: 0;
        left: 90px;

        width: -webkit-calc(100vw - 120px);
        width:         calc(100vw - 120px);
        height: 36px;

        content: '';

        background-color: #dee9f7;
    }
    .about_history .section1 .item ul li .year span
    {
        font-size: 18px;
        line-height: 36px;

        position: static;

        display: block;

        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }
    .about_history .section1 .item ul li .year:after
    {
        border-right-width: 20px;
        border-bottom-width: 20px;
    }
    .about_history .section1 .item ul li .para
    {
        width: -webkit-calc(100% - 20px);
        width:         calc(100% - 20px);
        margin-left: 20px;
        padding: 30px 10px;

        background: #fff;
    }
    .about_history .section1 .item ul li .para p
    {
        font-size: 14px;

        padding-left: 70px;
    }
    .about_history .section1 .item ul li .para span
    {
        font-size: 14px;
    }
    .about_honor .section1
    {
        padding: 40px 20px;
    }
    .about_honor .section1 .item
    {
        width: -webkit-calc(50% - 5px);
        width:         calc(50% - 5px);
        margin-top: 10px;
    }
    .about_honor .section1 .item:nth-of-type(odd)
    {
        margin-right: 10px;
    }
    .about_honor .section1 .item:nth-of-type(1),
    .about_honor .section1 .item:nth-of-type(2)
    {
        margin-top: 0;
    }
    .about_honor .section1 .item h3
    {
        font-size: 14px;
        line-height: 20px;

        padding: 10px;
    }
    .about_index .section1
    {
        padding: 40px 20px;
    }
    .about_index .section1 .para
    {
        margin-top: 20px;

        text-align: left;
    }
    .about_index .section1 .items
    {
        margin-top: 0;
    }
    .about_index .section1 .item
    {
        width: 50%;
        margin-top: 30px;
    }
    .about_index .section1 .item .num
    {
        font-size: 24px;
        line-height: 1;
    }
    .about_index .section1 .item .num span
    {
        font-size: 50px;
    }
    .about_index .section1 .item p
    {
        margin-top: 10px;
    }
}
.wrap-management .management-top .item,
.wrap-management .management .item
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-management .management-top .item,
    .wrap-management .management .item
    {
        margin-top: 30px;
    }
}
.wrap-management .management-top .item .pic,
.wrap-management .management .item .pic
{
    position: relative;
}
.wrap-management .management-top .item .pic .img-box,
.wrap-management .management .item .pic .img-box
{
    padding-bottom: 121.21212121%;
}
.wrap-management .management-top .item .pic .mask,
.wrap-management .management .item .pic .mask
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    overflow-y: auto;

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

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

    opacity: 0;
}
.wrap-management .management-top .item .pic .mask p,
.wrap-management .management .item .pic .mask p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;
}
.wrap-management .management-top .item .note,
.wrap-management .management .item .note
{
    padding: 10px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrap-management .management-top .item .note b,
.wrap-management .management .item .note b
{
    font-size: 24px;
    line-height: 30px;

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

    height: 30px;

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-management .management-top .item .note b,
    .wrap-management .management .item .note b
    {
        font-size: 18px;
    }
}
.wrap-management .management-top .item .note p,
.wrap-management .management .item .note p
{
    font-size: 16px;
    line-height: 32px;
	text-align: center;
    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-management .management-top .item .note p,
    .wrap-management .management .item .note p
    {
        font-size: 14px;
    }
}
@media (min-width: 1200px)
{
    .wrap-management .management-top .item:hover .mask,
    .wrap-management .management .item:hover .mask
    {
        opacity: 1;
        background-color: rgba(25, 118, 210, .9);
    }
    .wrap-management .management-top .item:hover .mask p,
    .wrap-management .management .item:hover .mask p
    {
        color: #fff;
    }
    .wrap-management .management-top .item:hover .note,
    .wrap-management .management .item:hover .note
    {
        color: #fff;
        background-color: rgba(25, 118, 210, .9);
    }
}
.wrap-management .management-top .row
{
    font-size: 0;

    text-align: center;
}
.wrap-management .management-top .row .itembox
{
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: middle;
}
.wrap-management .management-top .item
{
    margin: 0;
}
.wrap-management .management-top .item .note p
{
    display: -webkit-box;
    overflow: hidden;

    height: 32px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-management .management-top .item .note p
    {
        line-height: 24px;

        height: 24px;
    }
}
.wrap-management .management .item .note p
{
    display: -webkit-box;
    overflow: hidden;

    height: 64px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .wrap-management .management .item .note p
    {
        line-height: 24px;

        height: 48px;
    }
}
.wrap-plant .plant
{
    margin-top: -50px;
}
@media (max-width: 991px)
{
    .wrap-plant .plant
    {
        margin-top: -30px;
    }
}
.wrap-plant .plant .item
{
    display: block;

    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-plant .plant .item
    {
        margin-top: 30px;
    }
}
.wrap-plant .plant .item .pic .img-box
{
    padding-bottom: 66.66666667%;
}
.wrap-plant .plant .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-plant .plant .item .note
{
    margin-top: 14px;
}
.wrap-plant .plant .item .note p
{
    font-size: 16px;
    line-height: 24px;

    height: 24px;
    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-plant .plant .item .note p
    {
        font-size: 14px;
    }
}
.wrap-plant .plant .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-plant .plant .item:hover .note p
{
    color: #1976d2;
}
.wrap-culture-top
{
    font-size: 0;

    margin-top: 60px;
    padding: 0;

    background-color: #f6f6f6;
}
.wrap-culture-top .text,
.wrap-culture-top .pic
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-culture-top .text
{
    width: 70%;
}
@media (max-width: 991px)
{
    .wrap-culture-top .text
    {
        width: 100%;
        padding: 20px 0;
    }
}
.wrap-culture-top .text h2
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.25;

    /* max-width: 660px; */
    margin: 0;
    padding: 0 10px;

    text-transform: uppercase;

    border-left: 8px solid #f57c00;
}
@media (max-width: 991px)
{
    .wrap-culture-top .text h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-culture-top .text h2
    {
        font-size: 20px;
    }
}
.wrap-culture-top .pic
{
    width: 30%;
}
@media (max-width: 991px)
{
    .wrap-culture-top .pic
    {
        width: 100%;
    }
}
.wrap-culture-top .pic img
{
    max-width: 100%;
}
.wrap-culture-list .text p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-culture-list .text p
    {
        font-size: 14px;
    }
}
.wrap-culture-list .list
{
    margin-top: 60px;
    padding: 0 5%;

    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-culture-list .list
    {
        margin: 0;
        padding: 0;
    }
}
.wrap-culture-list .list ul
{
    font-size: 0;

    margin: 0 -26px;
}
@media (max-width: 991px)
{
    .wrap-culture-list .list ul
    {
        margin: 0 -10px;
    }
}
.wrap-culture-list .list ul li
{
    font-size: 14px;

    position: relative;
    z-index: 2;

    display: inline-block;

    width: 33.33333333%;
    padding: 0 26px;

    vertical-align: top;
}
.wrap-culture-list .list ul li:nth-child(4),
.wrap-culture-list .list ul li:nth-child(5)
{
    z-index: 1;

    margin-top: -80px;
}
@media (max-width: 1199px)
{
    .wrap-culture-list .list ul li:nth-child(4),
    .wrap-culture-list .list ul li:nth-child(5)
    {
        margin: 30px 0 0 0;
    }
}
@media (max-width: 1199px)
{
    .wrap-culture-list .list ul li
    {
        width: 50%;
        margin-top: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-culture-list .list ul li
    {
        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-culture-list .list ul li
    {
        width: 100%;
    }
}
.wrap-culture-list .list ul li .item
{
    padding: 140px 50px;

    text-align: center;

    background: url(../images/culture_bg.png) no-repeat center;
    background-size: 100% 100%;
}
@media (max-width: 1199px)
{
    .wrap-culture-list .list ul li .item
    {
        padding: 30px 10px;

        border: 1px solid #1976d2;
        background: none;
    }
}
.wrap-culture-list .list ul li .item .title-culture
{
    text-align: center;

    color: #1976d2;
}
.wrap-culture-list .list ul li .item .title-culture h3
{
    font-size: 16px;
    line-height: 24px;

    margin: 0;
}
.wrap-culture-list .list ul li .item .note
{
    margin-top: 20px;
}
.wrap-culture-list .list ul li .item .note p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-culture-list .list ul li .item .note p
    {
        font-size: 14px;
    }
}
.wrap-culture-list .list ul li .item:hover
{
    background: url(../images/culture_hover_bg.png) no-repeat center;
}
.wrap-culture-list .list ul li .item:hover .title-culture
{
    color: #fff;
}
.wrap-culture-list .list ul li .item:hover .note
{
    color: #fff;
}
.wrap-culture
{
    padding: 100px 0;

    background: url(../images/culture_in_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .wrap-culture
    {
        padding: 50px 0;

        background: url(../images/culture_in_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
.wrap-culture .row
{
    font-size: 0;
}
.wrap-culture .row .itembox
{
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: top;
}
.wrap-culture .item
{
    background-color: #fff;
}
.wrap-culture .item .img-box
{
    padding-bottom: 62.22222222%;
}
.wrap-culture .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-culture .item .note
{
    padding: 20px 30px;
}
@media (max-width: 767px)
{
    .wrap-culture .item .note
    {
        padding: 20px 10px;
    }
}
.wrap-culture .item .note b
{
    font-size: 20px;
    line-height: 30px;

    display: block;
}
@media (max-width: 767px)
{
    .wrap-culture .item .note b
    {
        font-size: 18px;
    }
}
.wrap-culture .item .note p
{
    font-size: 16px;
    line-height: 1.75;
}
@media (max-width: 767px)
{
    .wrap-culture .item .note p
    {
        font-size: 14px;
    }
}
.wrap-team .title-team
{
    text-align: center;
}
.wrap-team .title-team h2
{
    font-size: 28px;
    font-weight: bold;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .wrap-team .title-team h2
    {
        font-size: 20px;
    }
}
.wrap-team .team
{
    margin-top: 50px;
}
.wrap-team .slick-team
{
    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .wrap-team .slick-team
    {
        margin: 0 -8px;
    }
}
.wrap-team .slick-team .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .wrap-team .slick-team .slick-slide
    {
        padding: 0 8px;
    }
}
.wrap-team .item .img-box
{
    padding-bottom: 66.66666667%;
}
.wrap-team .item p
{
    font-size: 16px;
    line-height: 26px;

    margin: 10px 0 0 0;
}
@media (max-width: 767px)
{
    .wrap-team .item p
    {
        font-size: 14px;
    }
}
.wrap-team .slick-arrow
{
    left: -40px;

    color: #ccc;
    background: none;
}
@media (max-width: 767px)
{
    .wrap-team .slick-arrow
    {
        left: -10px;
    }
}
.wrap-team .slick-arrow:before
{
    font-size: 24px;
}
.wrap-team .slick-arrow.slick-next
{
    right: -40px;
    left: auto;
}
@media (max-width: 767px)
{
    .wrap-team .slick-arrow.slick-next
    {
        right: -10px;
    }
}
.wrap-equipment .equipment .title-equipment h2
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
}
.wrap-equipment .equipment .title-equipment h2:before
{
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    border-radius: 50%;
    background-color: #f8a855;
}
.wrap-equipment .equipment-injection
{
    margin-top: 50px;
}
.wrap-equipment .equipment-punching
{
    margin-top: 50px;
}
.wrap-equipment .equipment .table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.wrap-equipment .equipment table
{
    font-size: 16px;

    width: 100%;
    max-width: 100%;
    margin: 0;
    margin-top: 20px;
    padding: 0;

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

    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-equipment .equipment table
    {
        font-size: 14px;
    }
}
.wrap-equipment .equipment table th,
.wrap-equipment .equipment table td
{
    line-height: 30px;

    padding: 10px;
}
@media (max-width: 991px)
{
    .wrap-equipment .equipment table th,
    .wrap-equipment .equipment table td
    {
        line-height: 20px;
    }
}
.wrap-equipment .equipment table tr:nth-child(1)
{
    border: 5px solid #fff;
}
.wrap-equipment .equipment table th
{
    text-align: center;

    color: #fff;
    background-color: #1976d2;
}
.wrap-equipment .equipment table td
{
    border: 5px solid #fff;
    background-color: #f6f6f6;
}
.wrap-honor
{
    background: url(../images/honor_bg.jpg) no-repeat top center;
}
@media (max-width: 991px)
{
    .wrap-honor .honor-sort ul
    {
        text-align: center;
    }
}
@media (max-width: 767px)
{
    .wrap-honor .honor-sort ul
    {
        font-size: 0;
    }
}
.wrap-honor .honor-sort ul li
{
    font-size: 16px;

    display: inline-block;

    margin-top: 80px;
    margin-left: 62%;
}
@media (max-width: 991px)
{
    .wrap-honor .honor-sort ul li
    {
        display: inline-block;

        margin: 0;
        padding: 10px;

        vertical-align: top;
    }
}
@media (max-width: 767px)
{
    .wrap-honor .honor-sort ul li
    {
        width: 50%;
    }
}
.wrap-honor .honor-sort ul li .item
{
    position: relative;

    display: inline-block;

    cursor: pointer;
    text-align: center;
}
.wrap-honor .honor-sort ul li .item:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 20px;

    display: block;

    margin-bottom: 14px;

    content: '\e720';
}
.wrap-honor .honor-sort ul li .item b
{
    font-size: 16px;
    font-weight: normal;

    display: block;

    margin: 0;
}
.wrap-honor .honor-sort ul li .item .text
{
    position: absolute;
    z-index: 2;
    top: 60px;
    left: 50%;

    display: none;

    width: 440px;
    padding: 30px;

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

    color: #fff;
    background-color: #1976d2;
}
@media (max-width: 991px)
{
    .wrap-honor .honor-sort ul li .item .text
    {
        display: none;
    }
}
.wrap-honor .honor-sort ul li .item .text:before
{
    position: absolute;
    top: -6px;
    left: 50%;

    display: block;

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

    content: '';

    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: transparent transparent #1976d2 transparent;
}
.wrap-honor .honor-sort ul li .item .text p
{
    font-size: 14px;
    line-height: 2;

    margin: 0;
}
.wrap-honor .honor-sort ul li .item:hover .text
{
    display: block;
}
.wrap-honor .honor-sort ul li:nth-child(2)
{
    margin-top: -20px;
    margin-left: 52%;
}
@media (max-width: 991px)
{
    .wrap-honor .honor-sort ul li:nth-child(2)
    {
        margin: 0;
    }
}
.wrap-honor .honor-sort ul li:nth-child(3)
{
    margin-top: 40px;
    margin-right: 50%;
    margin-left: 43%;
}
@media (max-width: 991px)
{
    .wrap-honor .honor-sort ul li:nth-child(3)
    {
        margin: 0;
    }
}
.wrap-honor .honor-sort ul li:nth-child(4)
{
    margin-top: 40px;
    margin-left: 24%;
}
@media (max-width: 991px)
{
    .wrap-honor .honor-sort ul li:nth-child(4)
    {
        margin: 0;
    }
}
.wrap-honor .honor-sort ul li.active .item:before
{
    color: #1976d2;
}
.wrap-honor .honor-sort ul li.active .item b
{
    font-weight: bold;

    color: #1976d2;
}
.wrap-honor .list
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-honor .list
    {
        margin-top: 30px;
    }
}
.wrap-honor .list .slick-honor
{
    margin: 0 -15px;
}
@media (max-width: 991px)
{
    .wrap-honor .list .slick-honor
    {
        margin: 0 -8px;
    }
}
.wrap-honor .list .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 991px)
{
    .wrap-honor .list .slick-slide
    {
        padding: 0 8px;
    }
}
.wrap-honor .list .slick-arrow
{
    left: -30px;

    color: #666;
    background: none;
}
@media (max-width: 991px)
{
    .wrap-honor .list .slick-arrow
    {
        left: -10px;
    }
}
.wrap-honor .list .slick-arrow:before
{
    font-size: 30px;
}
.wrap-honor .list .slick-arrow.slick-next
{
    right: -30px;
    left: auto;
}
@media (max-width: 991px)
{
    .wrap-honor .list .slick-arrow.slick-next
    {
        right: -10px;
    }
}
.wrap-honor .list .item .img-box
{
    padding-bottom: 138.46153846%;
}
.wrap-honor .list .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-honor .list .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-case .case,
.wrap-gallery .case,
.wrap-case .gallery,
.wrap-gallery .gallery
{
    font-size: 0;

    margin-top: -40px;
}
@media (max-width: 767px)
{
    .wrap-case .case,
    .wrap-gallery .case,
    .wrap-case .gallery,
    .wrap-gallery .gallery
    {
        margin-top: -20px;
    }
}
.wrap-case .case .item,
.wrap-gallery .case .item,
.wrap-case .gallery .item,
.wrap-gallery .gallery .item
{
    display: block;

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

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-case .case .item p,
    .wrap-gallery .case .item p,
    .wrap-case .gallery .item p,
    .wrap-gallery .gallery .item p
    {
        font-size: 14px;
    }
}
.wrap-case .case .item:hover .img-box img,
.wrap-gallery .case .item:hover .img-box img,
.wrap-case .gallery .item:hover .img-box img,
.wrap-gallery .gallery .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-case .case .item:hover p,
.wrap-gallery .case .item:hover p,
.wrap-case .gallery .item:hover p,
.wrap-gallery .gallery .item:hover p
{
    color: #1976d2;
}
.wrap-case-show .title-case-show
{
    text-align: center;
}
.wrap-case-show .title-case-show h1
{
    font-size: 32px;
    font-weight: 900;
    line-height: 1.5;

    display: block;

    margin: 0;

    text-transform: uppercase;

    color: #1976d2;
}
@media (max-width: 991px)
{
    .wrap-case-show .title-case-show h1
    {
        font-size: 20px;
    }
}
.wrap-case-show .case-show .list
{
    margin-top: 30px;
}
.wrap-case-show .case-show .list .title-list h2
{
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;

    padding-left: 10px;

    border-left: 4px solid #f57c00;
}
.wrap-case-show .case-show .list .info
{
    margin-top: 20px;
}
.wrap-case-show .case-show .list .info img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-case-show .case-show .list .info p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-case-show .case-show .list .info p
    {
        font-size: 14px;
    }
}
.wrap-services-solution .services-solution
{
    font-size: 0;
}
.wrap-services-solution .services-solution .text,
.wrap-services-solution .services-solution .pic
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-services-solution .services-solution .text,
    .wrap-services-solution .services-solution .pic
    {
        width: 100%;
    }
}
.wrap-services-solution .services-solution .text .title-services-solution
{
    padding-left: 10px;

    border-left: 8px solid #f57c00;
}
.wrap-services-solution .services-solution .text .title-services-solution h2
{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.25;

    margin: 0;
}
@media (max-width: 1470px)
{
    .wrap-services-solution .services-solution .text .title-services-solution h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-services-solution .services-solution .text .title-services-solution h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-services-solution .services-solution .text .title-services-solution h2
    {
        font-size: 20px;
    }
}
.wrap-services-solution .services-solution .text .title-services-solution p
{
    font-size: 28px;
    line-height: 1.07142857;

    margin: 4px 0 0 0;

    color: #666;
}
@media (max-width: 1470px)
{
    .wrap-services-solution .services-solution .text .title-services-solution p
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-services-solution .services-solution .text .title-services-solution p
    {
        font-size: 14px;
    }
}
.wrap-services-solution .services-solution .text .note
{
    position: relative;

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

    background-color: #f6f6f6;
}
@media (max-width: 1470px)
{
    .wrap-services-solution .services-solution .text .note
    {
        padding-right: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-services-solution .services-solution .text .note
    {
        padding: 20px 10px;
    }
}
.wrap-services-solution .services-solution .text .note:before
{
    position: absolute;
    top: 0;
    left: -300px;

    width: 300px;
    height: 100%;

    content: '';

    background-color: #f6f6f6;
}
@media (max-width: 991px)
{
    .wrap-services-solution .services-solution .text .note:before
    {
        display: none;
    }
}
.wrap-services-solution .services-solution .text .note p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-services-solution .services-solution .text .note p
    {
        font-size: 14px;
    }
}
.wrap-services-solution .services-solution .pic img
{
    max-width: 100%;
}
.wrap-services-project
{
    padding-top: 0;
}
.wrap-services-project .services-project
{
    font-size: 0;
}
.wrap-services-project .services-project .pic,
.wrap-services-project .services-project .text
{
    font-size: 14px;

    display: inline-block;

    vertical-align: bottom;
}
.wrap-services-project .services-project .pic
{
    width: 54%;
    padding-right: 30px;
}
@media (max-width: 991px)
{
    .wrap-services-project .services-project .pic
    {
        width: 100%;
        padding: 0;
    }
}
.wrap-services-project .services-project .pic img
{
    max-width: 100%;
}
.wrap-services-project .services-project .text
{
    position: relative;

    width: 46%;
    padding: 50px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .wrap-services-project .services-project .text
    {
        width: 100%;
        padding: 30px 10px;
    }
}
.wrap-services-project .services-project .text:before
{
    position: absolute;
    top: -40px;
    right: 20px;

    display: block;

    width: 20px;
    height: 80px;

    content: '';

    background-color: #f57c00;
}
@media (max-width: 991px)
{
    .wrap-services-project .services-project .text:before
    {
        display: none;
    }
}
.wrap-services-project .services-project .text p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;
}
@media (max-width: 1470px)
{
    .wrap-services-project .services-project .text p
    {
        font-size: 14px;
    }
}
.wrap-services-network
{
    padding: 160px 0;

    color: #fff;
    background: url(../images/network_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 1470px)
{
    .wrap-services-network
    {
        padding: 80px 0;
    }
}
@media (max-width: 1199px)
{
    .wrap-services-network
    {
        padding: 50px 0;

        background: url(../images/network_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
.wrap-services-network .title-services-network
{
    text-align: center;
}
.wrap-services-network .title-services-network h2
{
    font-size: 40px;
    font-weight: bold;
    line-height: 1;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1470px)
{
    .wrap-services-network .title-services-network h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-services-network .title-services-network h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-services-network .title-services-network h2
    {
        font-size: 20px;
    }
}
.wrap-services-network .text
{
    margin-top: 30px;
}
.wrap-services-network .text p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-services-network .text p
    {
        font-size: 14px;
    }
}
.wrap-services-quality .services-quality
{
    font-size: 0;
}
.wrap-services-quality .services-quality .services-quality-left,
.wrap-services-quality .services-quality .services-quality-right
{
    font-size: 14px;

    display: inline-block;

    padding: 40px;

    vertical-align: middle;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .wrap-services-quality .services-quality .services-quality-left,
    .wrap-services-quality .services-quality .services-quality-right
    {
        padding: 30px 10px;
    }
}
.wrap-services-quality .services-quality .services-quality-left
{
    width: 30%;
}
@media (max-width: 991px)
{
    .wrap-services-quality .services-quality .services-quality-left
    {
        width: 100%;
    }
}
.wrap-services-quality .services-quality .services-quality-left .title-quality-left h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-services-quality .services-quality .services-quality-left .title-quality-left h3
    {
        font-size: 20px;
    }
}
.wrap-services-quality .services-quality .services-quality-left .list
{
    margin-top: 20px;
}
.wrap-services-quality .services-quality .services-quality-left .list ul li .item
{
    position: relative;

    display: table;

    min-height: 60px;
    margin: 14px 0 0 0;
}
.wrap-services-quality .services-quality .services-quality-left .list ul li .item:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 60px;

    display: table-cell;

    width: 60px;
    height: 60px;

    content: '\e662';
    text-align: center;
    vertical-align: middle;

    color: #1976d2;
    background-color: #f6f6f6;
}
.wrap-services-quality .services-quality .services-quality-left .list ul li .item-full:before
{
    content: '\e641';
}
.wrap-services-quality .services-quality .services-quality-left .list ul li .item-improvement:before
{
    content: '\e661';
}
.wrap-services-quality .services-quality .services-quality-left .list ul li .item-customer:before
{
    content: '\e649';
}
.wrap-services-quality .services-quality .services-quality-left .list ul li .item p
{
    font-size: 16px;
    line-height: 1.5;

    display: table-cell;

    max-width: 170px;
    margin: 0;
    padding-left: 20px;

    vertical-align: middle;
}
.wrap-services-quality .services-quality .services-quality-right
{
    position: relative;
    z-index: 2;

    width: 71%;
    margin-left: -1%;
}
@media (max-width: 991px)
{
    .wrap-services-quality .services-quality .services-quality-right
    {
        width: 100%;
        margin: 0;
    }
}
.wrap-services-quality .services-quality .services-quality-right .title-quality-right
{
    padding-left: 16px;

    border-left: 8px solid #f57c00;
}
.wrap-services-quality .services-quality .services-quality-right .title-quality-right h3
{
    font-size: 40px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 1470px)
{
    .wrap-services-quality .services-quality .services-quality-right .title-quality-right h3
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-services-quality .services-quality .services-quality-right .title-quality-right h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-services-quality .services-quality .services-quality-right .title-quality-right h3
    {
        font-size: 20px;
    }
}
.wrap-services-quality .services-quality .services-quality-right .text
{
    margin-top: 20px;
}
.wrap-services-quality .services-quality .services-quality-right .text p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-services-quality .services-quality .services-quality-right .text p
    {
        font-size: 14px;
    }
}
.wrap-service-technology
{
    padding-top: 0;
}
.wrap-service-technology .service-technology
{
    font-size: 0;

    background-color: #f6f6f6;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-service-technology .service-technology .technology-left,
.wrap-service-technology .service-technology .technology-right
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-service-technology .service-technology .technology-left
{
    position: relative;

    width: 55%;
    padding: 30px 0;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-service-technology .service-technology .technology-left
    {
        width: 100%;
    }
}
.wrap-service-technology .service-technology .technology-left:before
{
    position: absolute;
    top: 0;
    left: -300px;

    display: block;

    width: 300px;
    height: 100%;

    content: '';

    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-service-technology .service-technology .technology-left:before
    {
        display: none;
    }
}
.wrap-service-technology .service-technology .technology-left img
{
    max-width: 100%;
}
.wrap-service-technology .service-technology .technology-right
{
    width: 45%;
}
@media (max-width: 991px)
{
    .wrap-service-technology .service-technology .technology-right
    {
        width: 100%;
        padding: 30px 0;
    }
}
.wrap-service-technology .service-technology .technology-right .title-technology
{
    padding: 0 10%;

    border-right: 8px solid #f57c00;
}
.wrap-service-technology .service-technology .technology-right .title-technology h2
{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.25;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1470px)
{
    .wrap-service-technology .service-technology .technology-right .title-technology h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-service-technology .service-technology .technology-right .title-technology h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-service-technology .service-technology .technology-right .title-technology h2
    {
        font-size: 20px;
    }
}
.wrap-service-technology .text
{
    margin-top: 30px;
}
.wrap-service-technology .text p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-service-technology .text p
    {
        font-size: 14px;
    }
}
.wrap-news .news
{
    margin-top: -30px;
}
.wrap-news .news .item
{
    font-size: 0;

    position: relative;

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

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .wrap-news .news .item
    {
        padding: 10px;
    }
}
.wrap-news .news .item:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 4px;
    height: 0;

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

    background-color: #1976d2;
}
.wrap-news .news .item .row
{
    display: table;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .row
    {
        display: block;
    }
}
.wrap-news .news .item .itembox
{
    font-size: 14px;

    display: table-cell;
    float: none;

    vertical-align: middle;
}
@media (min-width: 768px)
{
    .wrap-news .news .item .itembox:last-child
    {
        padding-left: 0;

        border-left: 1px solid #f0f0f0;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .itembox
    {
        display: inline-block;
    }
}
.wrap-news .news .item .pic .img-box
{
    padding-bottom: 64.28571429%;
}
.wrap-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news .item .text
{
    padding-right: 10px;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .text
    {
        padding: 20px 10px;
    }
}
.wrap-news .news .item .text b
{
    font-size: 20px;
    line-height: 28px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 56px;

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

        max-height: 48px;
    }
}
.wrap-news .news .item .text p
{
    font-size: 16px;
    line-height: 28px;

    display: -webkit-box;
    overflow: hidden;

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

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

        display: -webkit-box;
        overflow: hidden;

        max-height: 48px;

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

    display: block;

    margin-top: 10px;

    color: #999;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .text span.date
    {
        font-size: 14px;
    }
}
.wrap-news .news .item a.more
{
    font-size: 30px;

    display: block;

    text-align: center;

    color: #ccc;
}
@media (max-width: 991px)
{
    .wrap-news .news .item a.more
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item a.more
    {
        display: none;
    }
}
.wrap-news .news .item a.more:after
{
    font-family: 'iconfont' !important;

    content: '\e657';
}
.wrap-news .news .item:hover
{
    box-shadow: 0 0 10px rgba(25, 118, 210, .1);
}
.wrap-news .news .item:hover:before
{
    height: 100%;
}
.wrap-news .news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news .item:hover .text b
{
    color: #1976d2;
}
.wrap-news .news .item:hover a.more
{
    color: #1976d2;
}
.wrap-news-show .title-news-show
{
    padding-bottom: 14px;

    border-bottom: 1px solid #eee;
	text-align: center;
}
.wrap-news-show .title-news-show h1
{
    font-size: 28px;
    font-weight: normal;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-news-show .title-news-show h1
    {
        font-size: 17px;
    }
}
.wrap-news-show .title-news-show span.date
{
    font-size: 14px;
    line-height: 30px;

    display: block;

    margin: 10px 0 0 0;

    color: #666;
}
.wrap-news-show .text
{
    margin-top: 20px;
	padding: 0 8%;
}
.wrap-news-show .text p
{
    font-size: 14px;
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}
.wrap-news-show .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-news-show .news-return
{
    margin-top: 30px;

    text-align: center;
}
.wrap-news-show .news-return a
{
    font-size: 14px;
    line-height: 20px;

    display: inline-block;

    width: 70px;
    height: 70px;
    padding: 16px 10px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #1976d2;
    box-shadow: 0 0 10px rgba(25, 118, 210, .1);
}
.wrap-news-show .news-return a:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: block;

    content: '\e623';
}
.wrap-news-show .news-return a:hover
{
    background-color: #055db5;
}
.wrap-news-show .news-relate
{
    margin-top: 30px;
}
.wrap-news-show .news-relate a
{
    font-size: 14px;
    line-height: 30px;

    position: relative;

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

    height: 30px;
    padding-left: 20px;
	border-top: 1px solid #bad6f1;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news-show .news-relate a:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    line-height: 30px;

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

    content: '\e659';
}
.wrap-news-show .news-relate a:hover
{
    color: #333;
	border-top: 1px solid #1976d2;
}
.wrap-news-show .news-relate a:hover:before
{
    color: #333;
}
.wrap-news-show .news-relate .next a:before
{
    content: '\e657';
}
.wrap-videos .video-info
{
    margin-top: -50px;
}
@media (max-width: 767px)
{
    .wrap-videos .video-info
    {
        margin-top: -30px;
    }
}
.wrap-videos .video
{
    position: relative;

    overflow: hidden;

    margin-top: 50px;
}
@media (max-width: 767px)
{
    .wrap-videos .video
    {
        margin-top: 30px;
    }
}
.wrap-videos .video .img-box
{
    z-index: 0;

    padding-bottom: 66.66666667%;

    background-color: #000;
}
.wrap-videos .video .img-box img
{
    -webkit-transition: all .6s ease;
            transition: all .6s ease;

    opacity: .8;
}
.wrap-videos .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

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

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

    display: inline-block;

    width: 100%;
    margin-bottom: 100%;

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

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-videos .video .play
    {
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);

        opacity: 1;
    }
}
.wrap-videos .video .play:before
{
    font-family: 'iconfont';
    font-size: 40px;
    font-weight: normal;

    display: block;

    content: '\e62c';
}
@media (max-width: 767px)
{
    .wrap-videos .video .play:before
    {
        font-size: 30px;
    }
}
.wrap-videos .item p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-videos .item p
    {
        font-size: 14px;
    }
}
.wrap-videos .item:hover .video .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);

    opacity: .9;
}
.wrap-videos .item:hover p
{
    color: #1976d2;
}
@media (max-width: 1199px)
{
    .wrap-product
    {
        padding-top: 0;
    }
}
.wrap-product .product
{
    margin-top: -30px;
}
.wrap-product .product .item
{
    display: block;

    margin-top: 30px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-product .product .item .pic
{
    padding: 16px 16px 0 16px;
}
@media (max-width: 1199px)
{
    .wrap-product .product .item .pic
    {
        padding: 6px 6px 0 6px;
    }
}
.wrap-product .product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product .item p
{
    font-size: 16px;
    line-height: 50px;

    display: -webkit-box;
    overflow: hidden;

    height: 50px;
    margin: 0;

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-product .product .item p
    {
        font-size: 14px;
    }
}
.wrap-product .product .item span.more
{
    font-size: 16px;
    line-height: 50px;

    display: block;

    padding: 0 20px;

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

    color: #999;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px)
{
    .wrap-product .product .item span.more
    {
        font-size: 14px;
    }
}
.wrap-product .product .item span.more:after
{
    font-family: 'iconfont' !important;

    float: right;

    content: '\e65a';
}
.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 span.more
{
    color: #fff;
    background-color: #1976d2;
}
@media (max-width: 1199px)
{
    .wrap-product-show
    {
        padding-top: 0;
    }
}
.wrap-product-show .carousel-wrap
{
    padding: 20px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap
    {
        padding: 4px;
    }
}
.wrap-product-show .carousel-wrap .carousel
{
    font-size: 0;

    position: relative;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel
    {
        padding: 10px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-for
{
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item
{
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video
{
    position: relative;

    background-color: #000;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slider-for .video
    {
        width: 100%;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video .img-box
{
    -webkit-transition: all .4s;
            transition: all .4s;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video img
{
    -webkit-transition: all .6s ease;
            transition: all .6s ease;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video .iframe
{
    display: none;

    width: 100% !important;
    height: 100% !important;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video .play
{
    font-size: 40px;
    line-height: 60px;

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

    display: inline-block;

    width: 100%;

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

    color: #fff;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video .play:after
{
    font-family: 'iconfont' !important;

    display: inline-block;

    content: '\e644';
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video:hover .img-box
{
    opacity: .9;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav
{
    margin: 0 -5px;
    margin-top: 10px;
	/* padding: 0 10px; */
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-slide
{
    padding: 0 5px;

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

    border: 1px solid #dcdcdc;
    background-color: #000;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item-video
{
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item-video .img-box
{
    opacity: .9;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item-video:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;

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

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

    color: #fff;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-arrow{
	border-radius:0;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-current .item
{
    border: 1px solid #1976d2;
}
.wrap-product-show .carousel-wrap .info-box
{
    position: relative;
}
.wrap-product-show .carousel-wrap .info-box .title-info h1
{
    font-size: 28px;
    font-weight: bold;
    line-height: 1.33333333;

    display: block;

    margin: 0;
}
@media (max-width: 1350px)
{
    .wrap-product-show .carousel-wrap .info-box .title-info h1
    {
        font-size: 20px;
    }
}
.wrap-product-show .carousel-wrap .info-box .title-info p
{
    font-size: 16px;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #999;
}
.wrap-product-show .carousel-wrap .info-box .detail
{
    margin-top: 30px;
}
.wrap-product-show .carousel-wrap .info-box .detail table td
{
    line-height: 2;
}
.wrap-product-show .carousel-wrap .info-box .detail table td span
{
    padding-right: 10px;

    color: #999;
}
.wrap-product-show .carousel-wrap .info-box .btn-inquiry,
.wrap-product-show .carousel-wrap .info-box .btn-addcart
{
    display: inline-block;

    margin-top: 30px;

    vertical-align: top;
}
.wrap-product-show .carousel-wrap .info-box .btn-inquiry a,
.wrap-product-show .carousel-wrap .info-box .btn-addcart a
{
    font-size: 16px;
    line-height: 40px;

    display: inline-block;

    padding: 0 20px;

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

    color: #fff;
    border: 1px solid #1976d2;
    background-color: #1976d2;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info-box .btn-inquiry a,
    .wrap-product-show .carousel-wrap .info-box .btn-addcart a
    {
        padding: 0 10px;
    }
}
.wrap-product-show .carousel-wrap .info-box .btn-inquiry a:before,
.wrap-product-show .carousel-wrap .info-box .btn-addcart a:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    float: left;

    margin-right: 10px;

    content: '\e642';
}
.wrap-product-show .carousel-wrap .info-box .btn-inquiry a:hover,
.wrap-product-show .carousel-wrap .info-box .btn-addcart a:hover
{
    color: #fff;
    background-color: #055db5;
}
.wrap-product-show .carousel-wrap .info-box .btn-inquiry
{
    margin-right: 20px;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info-box .btn-inquiry
    {
        margin-right: 10px;
    }
}
.wrap-product-show .carousel-wrap .info-box .btn-addcart a
{
    color: #1976d2;
    background: none;
}
.wrap-product-show .carousel-wrap .info-box .btn-addcart a:before
{
    content: '\e601';
}
.wrap-product-show .carousel-wrap .info-box .share
{
    margin-top: 40px;
}
.wrap-product-show .carousel-wrap .info-box .share p
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    margin: 0;

    color: #333;
}
.wrap-product-show .carousel-wrap .info-box .share p,
.wrap-product-show .carousel-wrap .info-box .share .addthis_inline_share_toolbox
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-product-show .carousel-wrap .info-box .btn-prev-next
{
    margin-top: 30px;
}
.wrap-product-show .carousel-wrap .info-box .btn-prev-next a
{
    font-size: 16px;

    display: inline-block;

    color: inherit;
}
.wrap-product-show .carousel-wrap .info-box .btn-prev-next a .pic
{
    display: inline-block;

    width: 50px;

    vertical-align: middle;

    border: 1px solid #eee;
}
.wrap-product-show .carousel-wrap .info-box .btn-prev-next a span
{
    margin-left: 10px;
}
.wrap-product-show .carousel-wrap .info-box .btn-prev-next a.next
{
    float: right;
}
.wrap-product-show .carousel-wrap .info-box .btn-prev-next a.next span
{
    margin-right: 10px;
    margin-left: 0;
}
.wrap-product-show .carousel-wrap .info-box .btn-prev-next a:hover
{
    color: #1976d2;
}
.wrap-product-show .title-product-show b
{
    font-size: 24px;
    line-height: 1;

    display: block;
}
@media (max-width: 991px)
{
    .wrap-product-show .title-product-show b
    {
        font-size: 20px;
    }
}
.wrap-product-show .parameter,
.wrap-product-show .relate-product,
.wrap-product-show .inquiry
{
    padding-top: 50px;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter,
    .wrap-product-show .relate-product,
    .wrap-product-show .inquiry
    {
        padding-top: 50px;
    }
}
.wrap-product-show .parameter .text
{
    margin-top: 20px;
}
.wrap-product-show .parameter .text p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;
}
.wrap-product-show .parameter .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-product-show .inquiry input,
.wrap-product-show .inquiry textarea
{
    font-size: 16px;
    line-height: 24px;

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

    border: 1px solid #eee;
    outline: none;
}
@media (max-width: 991px)
{
    .wrap-product-show .inquiry input,
    .wrap-product-show .inquiry textarea
    {
        font-size: 14px;
    }
}
.wrap-product-show .inquiry input::-webkit-input-placeholder,
.wrap-product-show .inquiry textarea::-webkit-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry input:-o-placeholder,
.wrap-product-show .inquiry textarea:-o-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry input::-moz-placeholder,
.wrap-product-show .inquiry textarea::-moz-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry input:-ms-input-placeholder,
.wrap-product-show .inquiry textarea:-ms-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-o-placeholder,
.wrap-product-show .inquiry textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-moz-placeholder,
.wrap-product-show .inquiry textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry .read input
{
    background-color: #f6f6f6;
}
.wrap-product-show .inquiry .read input::-webkit-input-placeholder,
.wrap-product-show .inquiry .read textarea::-webkit-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry .read input:-o-placeholder,
.wrap-product-show .inquiry .read textarea:-o-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry .read input::-moz-placeholder,
.wrap-product-show .inquiry .read textarea::-moz-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry .read input:-ms-input-placeholder,
.wrap-product-show .inquiry .read textarea:-ms-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry .read input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-webkit-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry .read input:focus::-o-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-o-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry .read input:focus::-moz-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-moz-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry .read input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-ms-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry span.mask
{
    font-size: 16px;

    display: block;

    margin-top: 20px;
}
.wrap-product-show .inquiry .submit
{
    line-height: 42px;

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

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

    color: #fff;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    background-color: #1976d2;
}
.wrap-product-show .inquiry .submit:hover
{
    background-color: #055db5;
}
.wrap-product-show .relate-product .slick-relate-product
{
    margin: 0 -15px;
}
.wrap-product-show .relate-product .slick-slide
{
    padding: 15px;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .slick-slide
    {
        padding: 8px;
    }
}
.wrap-product-show .relate-product .item
{
    display: block;

    margin-top: 30px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-product-show .relate-product .item .pic
{
    padding: 16px 16px 0 16px;
}
@media (max-width: 1199px)
{
    .wrap-product-show .relate-product .item .pic
    {
        padding: 6px 6px 0 6px;
    }
}
.wrap-product-show .relate-product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product-show .relate-product .item p
{
    font-size: 16px;
    line-height: 50px;

    display: -webkit-box;
    overflow: hidden;

    height: 50px;
    margin: 0;

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .item p
    {
        font-size: 14px;
    }
}
.wrap-product-show .relate-product .item span.more
{
    font-size: 16px;
    line-height: 50px;

    display: block;

    padding: 0 20px;

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

    color: #999;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .item span.more
    {
        font-size: 14px;
    }
}
.wrap-product-show .relate-product .item span.more:after
{
    font-family: 'iconfont' !important;

    float: right;

    content: '\e65a';
}
.wrap-product-show .relate-product .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product-show .relate-product .item:hover span.more
{
    color: #fff;
    background-color: #1976d2;
}
.wrap-contact .contact
{
    overflow: hidden;

    padding: 50px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1350px)
{
    .wrap-contact .contact
    {
        padding: 30px 14px;
    }
}
.wrap-contact .contact .contact-top
{
    font-size: 0;
}
.wrap-contact .contact .contact-top .contact-left,
.wrap-contact .contact .contact-top .contact-right
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-contact .contact .contact-top .contact-left
{
    width: 40%;
    padding-right: 5%;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .contact-top .contact-left
    {
        width: 100%;
        padding: 0;
    }
}
.wrap-contact .contact .contact-top .contact-left .title-contact h1
{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.05;

    text-transform: uppercase;
}
@media (max-width: 1350px)
{
    .wrap-contact .contact .contact-top .contact-left .title-contact h1
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-contact .contact .contact-top .contact-left .title-contact h1
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact .contact-top .contact-left .title-contact h1
    {
        font-size: 20px;
    }
}
.wrap-contact .contact .contact-top .contact-left .title-contact h1 span
{
    font-size: 28px;
    font-weight: normal;

    display: block;

    color: #1976d2;
}
@media (max-width: 1350px)
{
    .wrap-contact .contact .contact-top .contact-left .title-contact h1 span
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-contact .contact .contact-top .contact-left .title-contact h1 span
    {
        font-size: 16px;
    }
}
.wrap-contact .contact .contact-top .contact-left .desc
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .contact-top .contact-left .desc
    {
        margin-top: 10px;
    }
}
.wrap-contact .contact .contact-top .contact-left .desc p
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    margin: 0;
    padding-left: 30px;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .contact-top .contact-left .desc p
    {
        font-size: 14px;
    }
}
.wrap-contact .contact .contact-top .contact-left .desc p:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

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

    content: '\e633';

    color: #1976d2;
}
.wrap-contact .contact .contact-top .contact-left .desc p.person:before
{
    content: '\e64c';
}
.wrap-contact .contact .contact-top .contact-left .desc p.email:before
{
    content: '\e647';
}
.wrap-contact .contact .contact-top .contact-left .desc p.phone:before
{
    content: '\e64a';
}
.wrap-contact .contact .contact-top .contact-left .desc p.tel:before
{
    content: '\e62f';
}
.wrap-contact .contact .contact-top .contact-right
{
    width: 60%;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .contact-top .contact-right
    {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-contact .contact .contact-top .contact-right #dituContent
{
    height: 340px;
}
.wrap-contact .contact .contact-bottom .item
{
    margin-top: 30px;
}
.wrap-contact .contact .contact-bottom .item .title-contact
{
    padding: 15px 40px;

    background-color: #f6f6f6;
}
@media (max-width: 1350px)
{
    .wrap-contact .contact .contact-bottom .item .title-contact
    {
        padding: 10px;
    }
}
.wrap-contact .contact .contact-bottom .item .title-contact h2
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1350px)
{
    .wrap-contact .contact .contact-bottom .item .title-contact h2
    {
        font-size: 16px;
    }
}
.wrap-contact .contact .contact-bottom .item .text
{
    padding: 20px;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .contact-bottom .item .text
    {
        padding: 20px 0;
    }
}
.wrap-contact .contact .contact-bottom .item .text p
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    margin: 0;
    padding-left: 30px;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .contact-bottom .item .text p
    {
        font-size: 14px;
    }
}
.wrap-contact .contact .contact-bottom .item .text p:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

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

    content: '\e633';

    color: #1976d2;
}
.wrap-contact .contact .contact-bottom .item .text p.person:before
{
    content: '\e64c';
}
.wrap-contact .contact .contact-bottom .item .text p.email:before
{
    content: '\e647';
}
.wrap-contact .contact .contact-bottom .item .text p.phone:before
{
    content: '\e64a';
}
.wrap-contact .contact .contact-bottom .item .text p.tel:before
{
    content: '\e62f';
}
.wrap-contact .contact-list
{
    position: relative;
    z-index: 2;
}
.wrap-contact .contact-list .item
{
    position: relative;

    margin-top: 30px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-contact .contact-list .item .item-top
{
    padding: 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 991px)
{
    .wrap-contact .contact-list .item .item-top
    {
        padding: 20px 10px 0 10px;
    }
}
.wrap-contact .contact-list .item .item-top b
{
    font-size: 18px;
    line-height: 1.55555556;

    display: block;
}
.wrap-contact .contact-list .item .item-top p
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

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

    color: rgba(51, 51, 51, .5);
}
.wrap-contact .contact-list .item .item-top p:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

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

    content: '\e665';

    color: #7f7f7f;
}
.wrap-contact .contact-list .item .item-top p a:hover
{
    text-decoration: underline;

    color: #1976d2;
}
.wrap-contact .contact-list .item .item-text
{
    position: absolute;
    z-index: 2;
    top: 80%;

    display: none;

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

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .wrap-contact .contact-list .item .item-text
    {
        position: relative;

        display: block;

        box-shadow: none;
    }
}
@media (max-width: 991px)
{
    .wrap-contact .contact-list .item .item-text
    {
        padding: 20px 10px;
    }
}
.wrap-contact .contact-list .item .item-text p
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    margin: 0;
    padding-left: 30px;
}
@media (max-width: 767px)
{
    .wrap-contact .contact-list .item .item-text p
    {
        font-size: 14px;
    }
}
.wrap-contact .contact-list .item .item-text p:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

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

    content: '\e633';

    color: #1976d2;
}
.wrap-contact .contact-list .item .item-text p.person:before
{
    content: '\e64c';
}
.wrap-contact .contact-list .item .item-text p.email:before
{
    content: '\e647';
}
.wrap-contact .contact-list .item .item-text p.phone:before
{
    content: '\e64a';
}
.wrap-contact .contact-list .item .item-text p.tel:before
{
    content: '\e62f';
}
.wrap-contact .contact-list .item .item-text p a:hover
{
    text-decoration: underline;

    color: #1976d2;
}
.wrap-contact .contact-list .item:hover .item-top
{
    color: #fff;
    background-color: #1976d2;
}
.wrap-contact .contact-list .item:hover .item-top b,
.wrap-contact .contact-list .item:hover .item-top p
{
    color: #fff;
}
.wrap-contact .contact-list .item:hover .item-top p:before
{
    color: #fff;
}
.wrap-contact .message
{
    padding-top: 50px;
}
.wrap-contact .message .title-message h2
{
    font-size: 30px;
    line-height: 1;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-contact .message .title-message h2
    {
        font-size: 24px;
    }
}
.wrap-contact .message input,
.wrap-contact .message textarea
{
    line-height: 26px;

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

    resize: vertical;

    border: 1px solid #ddd;
    outline: none;
    background-color: #f6f6f6;
}
.wrap-contact .message input::-webkit-input-placeholder,
.wrap-contact .message textarea::-webkit-input-placeholder
{
    color: #888;
}
.wrap-contact .message input:-o-placeholder,
.wrap-contact .message textarea:-o-placeholder
{
    color: #888;
}
.wrap-contact .message input::-moz-placeholder,
.wrap-contact .message textarea::-moz-placeholder
{
    color: #888;
}
.wrap-contact .message input:-ms-input-placeholder,
.wrap-contact .message textarea:-ms-input-placeholder
{
    color: #888;
}
.wrap-contact .message input:focus::-webkit-input-placeholder,
.wrap-contact .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-o-placeholder,
.wrap-contact .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-moz-placeholder,
.wrap-contact .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-ms-input-placeholder,
.wrap-contact .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message .submit
{
    line-height: 46px;

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

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

    color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    outline: none;
    background-color: #1976d2;
}
.wrap-contact .message .submit:hover
{
    background-color: #055db5;
}
.wrap-inquiry .bar
{
    margin-top: 30px;
}
.wrap-inquiry table
{
    width: 100%;

    border-collapse: collapse;
}
.wrap-inquiry table tr
{
    border: 1px solid #eee;
}
.wrap-inquiry table tr:first-child
{
    font-size: 16px;

    overflow: hidden;

    background-color: #f6f6f6;
}
@media (max-width: 991px)
{
    .wrap-inquiry table tr:first-child
    {
        font-size: 14px;
    }
}
.wrap-inquiry table th
{
    font-weight: normal;
    line-height: 30px;

    height: 52px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;

    text-align: left;
}
.wrap-inquiry table td,
.wrap-inquiry table th
{
    padding: 30px 10px;
}
.wrap-inquiry table td:first-child,
.wrap-inquiry table th:first-child
{
    width: 15%;
    padding: 0 5%;
}
@media (max-width: 767px)
{
    .wrap-inquiry table td:first-child,
    .wrap-inquiry table th:first-child
    {
        width: 22%;
        padding: 0 2%;
    }
}
.wrap-inquiry table td:nth-child(2),
.wrap-inquiry table th:nth-child(2)
{
    width: 35%;
}
@media (max-width: 991px)
{
    .wrap-inquiry table td:nth-child(2),
    .wrap-inquiry table th:nth-child(2)
    {
        width: 30%;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiry table td:nth-child(2),
    .wrap-inquiry table th:nth-child(2)
    {
        width: 20%;
    }
}
.wrap-inquiry table td:nth-child(3),
.wrap-inquiry table th:nth-child(3)
{
    width: 15%;
}
@media (max-width: 991px)
{
    .wrap-inquiry table td:nth-child(3),
    .wrap-inquiry table th:nth-child(3)
    {
        width: 20%;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiry table td:nth-child(3),
    .wrap-inquiry table th:nth-child(3)
    {
        width: 30%;

        text-align: center;
    }
}
.wrap-inquiry table td:nth-child(4),
.wrap-inquiry table th:nth-child(4)
{
    width: 25%;
}
@media (max-width: 991px)
{
    .wrap-inquiry table td:nth-child(4),
    .wrap-inquiry table th:nth-child(4)
    {
        width: 20%;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiry table td:nth-child(4),
    .wrap-inquiry table th:nth-child(4)
    {
        width: 15%;
    }
}
.wrap-inquiry table td:nth-child(4) input,
.wrap-inquiry table th:nth-child(4) input
{
    font-size: 16px;
    line-height: 24px;

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

    text-align: left;

    border: 1px solid #eee;
}
@media (max-width: 767px)
{
    .wrap-inquiry table td:nth-child(4) input,
    .wrap-inquiry table th:nth-child(4) input
    {
        font-size: 12px;
        line-height: 30px;

        height: 30px;
        padding: 0 10px;
    }
}
.wrap-inquiry table td:nth-child(4) input::-webkit-input-placeholder,
.wrap-inquiry table th:nth-child(4) input::-webkit-input-placeholder,
.wrap-inquiry table td:nth-child(4) textarea::-webkit-input-placeholder,
.wrap-inquiry table th:nth-child(4) textarea::-webkit-input-placeholder
{
    color: #666;
}
.wrap-inquiry table td:nth-child(4) input:-o-placeholder,
.wrap-inquiry table th:nth-child(4) input:-o-placeholder,
.wrap-inquiry table td:nth-child(4) textarea:-o-placeholder,
.wrap-inquiry table th:nth-child(4) textarea:-o-placeholder
{
    color: #666;
}
.wrap-inquiry table td:nth-child(4) input::-moz-placeholder,
.wrap-inquiry table th:nth-child(4) input::-moz-placeholder,
.wrap-inquiry table td:nth-child(4) textarea::-moz-placeholder,
.wrap-inquiry table th:nth-child(4) textarea::-moz-placeholder
{
    color: #666;
}
.wrap-inquiry table td:nth-child(4) input:-ms-input-placeholder,
.wrap-inquiry table th:nth-child(4) input:-ms-input-placeholder,
.wrap-inquiry table td:nth-child(4) textarea:-ms-input-placeholder,
.wrap-inquiry table th:nth-child(4) textarea:-ms-input-placeholder
{
    color: #666;
}
.wrap-inquiry table td:nth-child(4) input:focus::-webkit-input-placeholder,
.wrap-inquiry table th:nth-child(4) input:focus::-webkit-input-placeholder,
.wrap-inquiry table td:nth-child(4) textarea:focus::-webkit-input-placeholder,
.wrap-inquiry table th:nth-child(4) textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-inquiry table td:nth-child(4) input:focus::-o-placeholder,
.wrap-inquiry table th:nth-child(4) input:focus::-o-placeholder,
.wrap-inquiry table td:nth-child(4) textarea:focus::-o-placeholder,
.wrap-inquiry table th:nth-child(4) textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-inquiry table td:nth-child(4) input:focus::-moz-placeholder,
.wrap-inquiry table th:nth-child(4) input:focus::-moz-placeholder,
.wrap-inquiry table td:nth-child(4) textarea:focus::-moz-placeholder,
.wrap-inquiry table th:nth-child(4) textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-inquiry table td:nth-child(4) input:focus::-ms-input-placeholder,
.wrap-inquiry table th:nth-child(4) input:focus::-ms-input-placeholder,
.wrap-inquiry table td:nth-child(4) textarea:focus::-ms-input-placeholder,
.wrap-inquiry table th:nth-child(4) textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-inquiry table td:nth-child(5),
.wrap-inquiry table th:nth-child(5)
{
    width: 15%;

    text-align: center;
}
.wrap-inquiry table .Each,
.wrap-inquiry table .all
{
    position: relative;

    float: left;

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

    text-align: center;

    border: 1px solid #dcdcdc;
    outline: none;
    background-color: #fff;

    -webkit-appearance: none;
}
.wrap-inquiry table .Each:checked::after,
.wrap-inquiry table .all:checked::after
{
    font-family: 'iconfont';
    font-size: 18px;

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

    content: '\e624';

    color: #1976d2;
}
.wrap-inquiry table input
{
    font-size: 16px;
    line-height: 32px;

    position: relative;
    top: -1px;

    width: 60px;
    height: 32px;

    text-align: center;
    vertical-align: top;

    border: none;
    outline: none;
}
@media (max-width: 991px)
{
    .wrap-inquiry table input
    {
        width: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiry table input
    {
        font-size: 14px;
        line-height: 30px;

        width: 20px;
        height: 30px;

        border-right: none;
        border-left: none;
    }
}
.wrap-inquiry table .del1,
.wrap-inquiry table .add1
{
    font-size: 20px;
    line-height: 28px;

    display: inline-block;

    width: 36px;
    height: 32px;
    margin-top: -1px;
    padding: 0;

    cursor: pointer;
    text-align: center;
    vertical-align: top;

    border: 1px solid #dfdfdf;
}
@media (max-width: 767px)
{
    .wrap-inquiry table .del1,
    .wrap-inquiry table .add1
    {
        line-height: 30px;

        position: relative;
        z-index: 9;

        display: block;

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

        text-align: center;
    }
}
.wrap-inquiry table .pic
{
    display: inline-block;

    width: 24%;
    margin-right: -4px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .wrap-inquiry table .pic
    {
        display: block;

        width: 100%;
    }
}
.wrap-inquiry table p
{
    font-size: 16px;
    line-height: 24px;

    display: inline-block;
    overflow: hidden;

    width: 70%;
    height: 24px;
    margin: 0;
    margin-right: -4px;
    padding-left: 4%;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .wrap-inquiry table p
    {
        font-size: 14px;

        display: block;

        width: 100%;
        margin: 0;
    }
}
@media (max-width: 320px)
{
    .wrap-inquiry table p
    {
        font-size: 12px;
    }
}
.wrap-inquiry .close
{
    float: none;

    cursor: pointer;
    text-align: center;

    opacity: 1;
}
.wrap-inquiry .close::after
{
    font-family: 'iconfont';
    font-size: 24px;
    font-weight: normal;

    content: '\e632';

    color: #999;
}
.wrap-inquiry .close:hover::after
{
    color: #055db5;
}
.wrap-inquiry .title-inquiry h2
{
    font-size: 28px;
    line-height: 1;

    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-inquiry .title-inquiry h2
    {
        font-size: 24px;
    }
}
.wrap-inquiry .title-inquiry p
{
    font-size: 16px;
    line-height: 28px;

    display: inline-block;
    float: right;

    margin: 0;
}
.wrap-inquiry .inquiry
{
    padding-top: 50px;
}
.wrap-inquiry .inquiry form
{
    margin-top: 10px;
}
.wrap-inquiry .inquiry form input,
.wrap-inquiry .inquiry form textarea
{
    font-size: 16px;
    line-height: 24px;

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

    border: 1px solid #eee;
    outline: none;
}
@media (max-width: 991px)
{
    .wrap-inquiry .inquiry form input,
    .wrap-inquiry .inquiry form textarea
    {
        font-size: 14px;
    }
}
.wrap-inquiry .inquiry form input::-webkit-input-placeholder,
.wrap-inquiry .inquiry form textarea::-webkit-input-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry form input:-o-placeholder,
.wrap-inquiry .inquiry form textarea:-o-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry form input::-moz-placeholder,
.wrap-inquiry .inquiry form textarea::-moz-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry form input:-ms-input-placeholder,
.wrap-inquiry .inquiry form textarea:-ms-input-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry form input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-inquiry .inquiry form input:focus::-o-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-inquiry .inquiry form input:focus::-moz-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-inquiry .inquiry form input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-inquiry .inquiry form .read input
{
    background-color: #f6f6f6;
}
.wrap-inquiry .inquiry form .read input::-webkit-input-placeholder,
.wrap-inquiry .inquiry form .read textarea::-webkit-input-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry form .read input:-o-placeholder,
.wrap-inquiry .inquiry form .read textarea:-o-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry form .read input::-moz-placeholder,
.wrap-inquiry .inquiry form .read textarea::-moz-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry form .read input:-ms-input-placeholder,
.wrap-inquiry .inquiry form .read textarea:-ms-input-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry form .read input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry form .read textarea:focus::-webkit-input-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry form .read input:focus::-o-placeholder,
.wrap-inquiry .inquiry form .read textarea:focus::-o-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry form .read input:focus::-moz-placeholder,
.wrap-inquiry .inquiry form .read textarea:focus::-moz-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry form .read input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry form .read textarea:focus::-ms-input-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry form .send
{
    text-align: center;
}
.wrap-inquiry .inquiry form .submit
{
    font-weight: bold;
    line-height: 40px;

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

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

    color: #fff;
    border-radius: 0;
    background-color: #1976d2;
}
@media (max-width: 991px)
{
    .wrap-inquiry .inquiry form .submit
    {
        padding: 0 40px;
    }
}
.wrap-inquiry .inquiry form .submit:hover
{
    background-color: #055db5;
}
nav
{
    text-align: center;
}
.pagination
{
    margin: 70px 0 0 0;
    padding: 0;
}
@media (max-width: 991px)
{
    .pagination
    {
        margin-top: 50px;
    }
}
.pagination li.prev a,
.pagination li.next a
{
    border-radius: 0;
}
.pagination li.prev a span:before,
.pagination li.next a span:before
{
    font-family: 'iconfont' !important;

    content: '\eb60';
}
.pagination li.next a span:before
{
    content: '\e625';
}
.pagination li:nth-child(1) a,
.pagination li:last-child a
{
    border-radius: 0;
}
.pagination li a
{
    line-height: 32px;

    display: block;

    width: 32px;
    height: 32px;
    margin: 0 10px;
    padding: 0;

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

    color: #333;
    border: none;
    border-radius: 0;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover
{
    color: #fff;
    background-color: #1976d2;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #fff;
    background-color: #1976d2;
}
.stuck
{
    position: fixed;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 50px !important;
}
@media (max-width: 1199px)
{
    .stuck
    {
        height: 60px !important;

        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
}

.slider-nav .slick-arrow{
	width: 30px;
	height: 30px;
	line-height: 30px;
	left: -20px;
	background: none;
	color: #333;
}
.slider-nav .slick-arrow.slick-next{
	left: auto;
	right: -20px;
}
.wrap-benefit .benefit table tr:nth-child(1) td,
.wrap-equipment .equipment table tr:nth-child(1) td{
	background-color: #10469c;
	color: #ffffff;
}
.wrap-news-show{
	padding-top: 0;
	/* margin-top: -80px; */
}
.wrap-news-show .news-show{
	/* background: url(../images/news_bg.png) no-repeat top center;
	-webkit-background-size:100% 100%;
	background-size: 100% 100%; */
	background-color: #fff;
	padding: 50px 30px;
	box-shadow: 0  -5px 10px #eee;
}

.news-right{
	margin-top: 120px;
}
.news-right .title-news-right h3{
	padding: 10px;
	line-height: 30px;
	background-color: #1976d2;
	border-radius: 30px;
	margin: 0;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
}
.news-right  .list .item{
	display: block;
	margin-top: 30px;
}
.news-right  .list .item b{
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	display: block;
}
.news-right  .list .item span.date{
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	display: block;
	color: #999
}
.news-right  .list .item:hover b{
	color: #1976d2
}
@media(max-width: 991px){
	.news-right {
		margin-top: 30px;
	}
	.news-right .title-news-right h3{
		font-size: 20px;
	}
	.news-right  .list .item b{
		font-size: 14px;
	}
	.wrap-news-show{
		margin-top: 40px;
	}
	.wrap-news-show .news-show{
		padding: 30px 20px;
	}
}

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

@media (max-width: 767px)
{
    .box-global .global .global-right .dot-4
    {
        right: 16%;
		top: 21%;
    }    
	.box-global .global .global-right .dot-2
	{
	   top: 13%;
	   right: 19%;
	}   
	.box-global .global .global-right .dot-5{
		top: 14%;
		left: 35.2%;
	}

}
.box-global .global .global-right .dot-6
{
    top: 14%;
    left: 12.2%;

}
.wrap-strategy .strategy-map .strategy-right .dot-6{
	top: 29%;
	    left: 49.5%;
}
@media(max-width:767px){
	.box-global .global .global-right .dot-6
	{
		top: 2%;
	    left: 11.2%;
	
	}
}

.wrapper{
	overflow: hidden;
}
.btn-about-open{
	display: none;
}
@media(min-width:1200px){
	.btn-about-open{
		position: absolute;
		right: -50px;
		width: 50px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		background-color: #10469c;
		border-radius: 50%;
		color: #fff;
		top: 50%;
		margin-top: -25px;
		display: block;
	}
	.about-nav{
		transform: translateX(-80%);
		transition: all .6s;
	}
	.about-nav.active{
		transform: translateX(0%);
	}
}