.ff
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'Josefin Sans';
    font-weight: 500;
    font-style: normal;

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

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

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

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

    src: url('../fonts/JosefinSans-SemiBold.eot');
    src: local('Josefin Sans SemiBold'), local('JosefinSans-SemiBold'), url('../fonts/JosefinSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/JosefinSans-SemiBold.woff2') format('woff2'), url('../fonts/JosefinSans-SemiBold.woff') format('woff'), url('../fonts/JosefinSans-SemiBold.ttf') format('truetype'), url('../fonts/JosefinSans-SemiBold.svg#JosefinSans-SemiBold') format('svg');
    font-display: swap;
}
body
{
    font-family: 'Josefin Sans', 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: #333;

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

    overflow: hidden;

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

    overflow: hidden;

    width: 100%;
    height: 100%;
}
ul
{
    margin: 0;
    padding: 0;
}
li,
ol,
ul
{
    list-style: none;
}
a
{
    color: inherit;
}
a:hover,
a:link,
a:visited
{
    text-decoration: none;

    color: inherit;
}
a[data-fancybox]
{
    outline: none;
}
a[data-fancybox] img
{
    outline: none !important;
}
input[type='number']
{
    -moz-appearance: textfield;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button
{
    margin: 0;

    -webkit-appearance: none;
}
button,
input,
textarea
{
    border: none;
    outline: none;
}
.slick-slide
{
    outline: none;
}
.slick-slide a
{
    outline: none !important;
}
@media (min-width: 1200px)
{
    .wow
    {
        visibility: hidden;
    }
}
.lazy
{
    background-image: url(../js/slick/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 767px)
{
    .col-xs-6:nth-child(2n + 1)
    {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n)
    {
        padding-left: 7.5px;
    }
}
.img-box
{
    position: relative;
    z-index: 1;

    display: block;
    overflow: hidden;

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

    display: block;

    width: 100%;
    height: 100%;
}
.box
{
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 50px 0;
    }
}
.title
{
    text-align: center;
}
.title h2,
.title h1
{
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;

    position: relative;

    margin: 0;
}
@media (max-width: 1199px)
{
    .title h2,
    .title h1
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .title h2,
    .title h1
    {
        font-size: 24px;
    }
}
.title h2 span,
.title h1 span
{
    font-size: 48px;
}
@media (max-width: 1199px)
{
    .title h2 span,
    .title h1 span
    {
        font-size: 38px;
    }
}
@media (max-width: 991px)
{
    .title h2 span,
    .title h1 span
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title h2 span,
    .title h1 span
    {
        font-size: 28px;
    }
}
.title h3
{
    font-size: 80px;
    font-weight: bold;
    line-height: 1;

    text-transform: uppercase;

    color: rgba(0, 0, 0, .07);
}
@media (max-width: 1199px)
{
    .title h3
    {
        font-size: 70px;
    }
}
@media (max-width: 991px)
{
    .title h3
    {
        font-size: 50px;
    }
}
@media (max-width: 767px)
{
    .title h3
    {
        font-size: 30px;
    }
}
.get-quote
{
    margin-top: 30px;

    text-align: center;
}
.get-quote a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 38px;

    display: inline-block;

    height: 45px;
    padding: 0 30px;

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

    border: 2px solid #0077d9;
    border-radius: 6px;
    background-color: #0077d9;
}
.get-quote a:hover
{
    color: #fff;
    border-color: #0061b0;
    background-color: #0061b0;
}
.get-quote-black a
{
    border-color: #000;
    background: none;
}
.desc-note
{
    margin-top: 20px;

    text-align: center;
}
.desc-note p
{
    line-height: 28px;
	font-size: 20px;
    margin: 0;
}
.box-top
{
    position: relative;

    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.box-top .logo
{
    display: block;

    max-height: 80px;
    margin: 0 auto;

    text-align: center;
}
@media (max-width: 767px)
{
    .box-top .logo
    {
        max-height: 50px;
    }
}
.box-top .logo img
{
    height: 80px;
}
@media (max-width: 767px)
{
    .box-top .logo img
    {
        height: 50px;
    }
}
.box-top .title
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .box-top .title h1
    {
        font-size: 18px;
    }
}
.box-top .top
{
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 40px;
}
.box-top .top > ul
{
    margin: 0 -50px;
}
@media (max-width: 991px)
{
    .box-top .top > ul
    {
        margin: 0 -15px;
    }
}
@media (max-width: 767px)
{
    .box-top .top > ul
    {
        margin: 0 -8px;
    }
}
.box-top .top > ul > li
{
    padding: 0 50px;
}
@media (max-width: 991px)
{
    .box-top .top > ul > li
    {
        padding: 0 15px;
    }
}
@media (max-width: 767px)
{
    .box-top .top > ul > li
    {
        padding: 0 8px;
    }
}
.box-top .top .item
{
    text-align: center;
}
.box-top .top .item .img-box
{
    overflow: hidden;

    padding-bottom: 75%;

    border-radius: 10px;
}
.box-top .top .item p
{
    font-size: 20px;
    line-height: 1.42857143;

    margin: 14px 0 0 0;
}
@media (max-width: 991px)
{
    .box-top .top .item p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .box-top .top .item p
    {
        font-size: 14px;
    }
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.box-product
{
    padding-bottom: 0;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.box-product .product ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.box-product .product .item
{
    margin: 20px 0;

    text-align: center;
}
.box-product .product .item .img-box
{
    overflow: hidden;

    padding-bottom: 75.25%;

    border-radius: 6px;
}
.box-product .product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-product .product .item .name
{
    margin-top: 10px;
}
.box-product .product .item .name h3
{
    font-size: 18px;
    line-height: 1.44444444;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 767px)
{
    .box-product .product .item .name h3
    {
        font-size: 16px;
    }
}
.box-how
{
    padding: 0 15px;
}
.box-how .title-how h3
{
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.2;
}
.box-how .title-how p
{
    font-size: 16px;
    line-height: 1.5;

    max-width: 550px;
    margin: 0 auto;
    margin-top: 10px;
}
.box-how .text
{
    margin-top: 20px;
}
.box-how .text p
{
    font-size: 16px;
    line-height: 1.5;
}
.box-how .text img
{
    max-width: 100%;
    height: auto !important;
}
.box-how .how-one
{
    padding: 120px 0;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.box-how .how-one .part-one
{
    padding-left: 50%;
}
.box-how .how-one .part-one .title
{
    margin-bottom: 20px;

    text-align: left;
}
.box-how .how-two
{
    text-align: center;

    color: #fff;
    background-color: #393939;
}
.box-how .how-two .list
{
    margin: 0 auto;
    padding: 0 8%;
}
@media (max-width: 767px)
{
    .box-how .how-two .list
    {
        padding: 0 15px;
    }
}
.box-how .how-two .list ul
{
    font-size: 0;
}
.box-how .how-two .list ul li
{
    font-size: 14px;

    display: inline-block;
    float: none;

    margin-top: 30px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .box-how .how-two .list ul li
    {
        margin-top: 14px;
    }
}
.box-how .how-two .list .item h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}
.box-how .how-two .list .item p
{
    font-size: 16px;
    line-height: 20px;

    margin: 0;
}
.box-how .how-two .beginners
{
    padding: 60px 0;
}
@media (max-width: 767px)
{
    .box-how .how-two .beginners
    {
        padding: 30px 0;
    }
}
.box-how .how-two .beginners .list
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .box-how .how-two .beginners .list
    {
        margin: 0;
    }
}
.box-how .how-two .beginners .list ul
{
    font-size: 0;
}
.box-how .how-two .beginners .list ul li
{
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: middle;
}
.box-how .how-two .beginners .list img
{
    overflow: hidden;

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

    border-radius: 10px;
}
.box-how .how-three
{
    background: url(../images/three_bg.jpg) no-repeat center;
    background-size: cover;
}
.box-how .how-three .list
{
    padding-top: 80px;
}
.box-how .how-three .list .item
{
    margin: 20px 0;

    text-align: center;
}
.box-how .how-three .list .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-how .how-three .list .item .name h3
{
    font-size: 18px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 26px;
    margin: 0;

    text-transform: capitalize;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-choose
{
    background: url(../images/three_bg.jpg) no-repeat center;
    background-size: cover;
}
.box-choose .pic
{
    text-align: right;
}
.box-choose .pic img
{
    display: block;

    max-width: 100%;
    height: auto !important;
    margin-bottom: 30px;
}
.box-choose .list
{
    font-size: 0;

    margin-top: 30px;
}
.box-choose .list li
{
    font-size: 14px;

    display: inline-block;
    float: none;

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

    margin-top: 20px;
    padding-left: 80px;
}
.box-choose .list .item .icon
{
    position: absolute;
    top: 0;
    left: 0;

    width: 60px;
    height: 60px;
}
.box-choose .list .item .icon img
{
    width: 100%;
}
.box-choose .list .item .note h3
{
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 991px)
{
    .box-choose .list .item .note h3
    {
        font-size: 18px;
        line-height: 24px;
    }
}
.box-choose .list .item .note p
{
    font-size: 16px;
    line-height: 1.25;

    margin: 0;

    color: #666;
}
.box-zero
{
    color: #fff;
    background: #393939;
}
.box-zero .txt
{
    max-width: 700px;
    margin: 0 auto;
    margin-top: 20px;

    text-align: center;
}
.box-zero .zero ul
{
    font-size: 0;
}
.box-zero .zero ul li
{
    font-size: 14px;

    display: inline-block;
    float: none;

    margin-top: 30px;

    vertical-align: top;
}
.box-zero .zero .item
{
    text-align: center;
}
.box-zero .zero .item .img-box
{
    padding-bottom: 67.85714286%;
}
.box-zero .zero .item .note
{
    margin-top: 14px;
}
.box-zero .zero .item .note h3
{
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;

    margin: 0 0 10px 0;
}
.box-zero .zero .item .note p
{
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;

    margin: 0;

    color: #eee;
}
.box-equipment
{
    padding-bottom: 0;
}
.box-equipment > ul
{
    font-size: 0;
}
.box-equipment > ul > li
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.box-equipment > ul > li:nth-child(1)
{
    overflow: hidden;

    width: 51%;
}
@media (max-width: 767px)
{
    .box-equipment > ul > li:nth-child(1)
    {
        width: 100%;
    }
}
.box-equipment > ul > li:nth-child(2)
{
    width: 24.2%;
}
@media (max-width: 767px)
{
    .box-equipment > ul > li:nth-child(2)
    {
        width: 49.1%;
    }
}
.box-equipment > ul > li:nth-child(3)
{
    width: 24.8%;
}
@media (max-width: 767px)
{
    .box-equipment > ul > li:nth-child(3)
    {
        width: 50.9%;
    }
}
.box-equipment .item
{
    padding: 15px;
}
@media (max-width: 1350px)
{
    .box-equipment .item
    {
        padding: 10px;
    }
}
@media (max-width: 991px)
{
    .box-equipment .item
    {
        padding: 6px;
    }
}
.box-equipment .item-1 .img-box
{
    padding-bottom: 40.20618557%;
}
.box-equipment .item-2
{
    float: left;

    width: 47%;
}
.box-equipment .item-2 .img-box
{
    padding-bottom: 75%;
}
.box-equipment .item-3
{
    float: left;

    width: 53%;
}
.box-equipment .item-3 .img-box
{
    padding-bottom: 66%;
}
.box-equipment .item-4 .img-box
{
    padding-bottom: 168.18181818%;
}
.box-equipment .item-5 .img-box
{
    padding-bottom: 84.7826087%;
}
.box-equipment .item-6 .img-box
{
    padding-bottom: 71.73913043%;
}
.box-service
{
    background: url(../images/service_bg.jpg) no-repeat center;
    background-size: cover;
}
.box-service .service
{
    padding: 0 8%;
}
@media (max-width: 991px)
{
    .box-service .service
    {
        padding: 0 15px;
    }
}
.box-service .service ul
{
    overflow: hidden;
}
@media (max-width: 991px)
{
    .box-service .service ul li
    {
        overflow: hidden;

        margin-top: 30px;
    }
}
.box-service .service .item
{
    height: 100%;
    margin-top: 50px;
    margin-bottom: -969px;
    padding: 30px;
    padding-bottom: 999px;

    text-align: center;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .box-service .service .item
    {
        margin: 10px 0 0 0;
        padding: 30px 10px;
    }
}
.box-service .service .item .number
{
    font-size: 120px;
    line-height: 1;

    display: block;
}
@media (max-width: 1350px)
{
    .box-service .service .item .number
    {
        font-size: 100px;
    }
}
@media (max-width: 1199px)
{
    .box-service .service .item .number
    {
        font-size: 80px;
    }
}
@media (max-width: 991px)
{
    .box-service .service .item .number
    {
        font-size: 50px;
    }
}
.box-service .service .item h3
{
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;

    text-transform: capitalize;
}
@media (max-width: 991px)
{
    .box-service .service .item h3
    {
        font-size: 20px;
    }
}
.box-service .service .item p
{
    font-size: 16px;
    line-height: 20px;

    margin: 0;
}
.box-video
{
    padding-bottom: 0;
}
.box-video .video ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.box-video .video .item
{
    margin-top: 30px;

    text-align: center;
}
@media (max-width: 767px)
{
    .box-video .video .item
    {
        margin-top: 20px;
    }
}
.box-video .video .item .img-box
{
    overflow: hidden;

    padding-bottom: 60%;
}
.box-video .video .item .img-box video
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.box-video .video .item h3
{
    font-size: 18px;
    line-height: 1.44444444;

    margin: 10px 0 0 0;

    text-transform: capitalize;
}
@media (max-width: 767px)
{
    .box-video .video .item h3
    {
        font-size: 16px;
    }
}
.box-about .about .pic img
{
    width: 100%;
}
.box-about .about .title
{
    text-align: left;
}
@media (max-width: 767px)
{
    .box-about .about .title
    {
        margin-top: 30px;
    }
}
@media (min-width: 1200px)
{
    .box-about .about .title h2
    {
        font-size: 30px;
    }
}
.box-about .about .txt
{
    margin-top: 20px;
}
.box-about .about .txt p
{
    font-size: 18px;
    line-height: 28px;

    margin: 0;
}
.box-about .about .more
{
    margin-top: 30px;

    text-align: right;
}
.box-about .about .more a
{
    font-size: 18px;

    display: block;

    text-decoration: underline;
}
.box-about .about .more a:hover
{
    color: #0077d9;
}
.box-about .honor
{
    margin-top: 50px;
}
.box-about .honor img
{
    width: 100%;
}
.box-quote
{
    background: #f7f7f7;
}
.box-quote .message
{
    max-width: 860px;
    margin: 0 auto;
}
.box-quote .message .item
{
    margin-top: 14px;
}
.box-quote .message .item input,
.box-quote .message .item textarea,
.box-quote .message .item select
{
    line-height: 24px;

    width: 100%;
    min-height: 34px;
    padding: 5px 10px;

    border: 1px solid #bbb;
    border-radius: 5px;
    outline: none;
}
.box-quote .message .item p
{
    font-size: 16px;
    font-weight: bold;
}
.box-quote .message .item p span
{
    color: red;
}
.box-quote .message .item h4
{
    text-align: center;
}
.box-quote .message .item .submit
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    width: 140px;
    margin: 0 auto;
    padding: 8px 20px;

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

    color: #fff;
    border-radius: 5px;
    outline: none;
    background-color: #0077d9;
}
.box-quote .message .item .submit:hover
{
    background-color: #0061b0;
}
.footer
{
    overflow: hidden;

    color: #fff;
    background: #393939;
}
.footer .foot
{
    padding: 30px 0;
}
.footer .foot > ul
{
    font-size: 0;
}
@media (min-width: 768px)
{
    .footer .foot > ul
    {
        width: 100%;
        padding: 0;

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

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

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

    display: inline-block;

    max-width: 30%;

    text-align: left;
    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li
    {
        max-width: 25%;
    }
}
@media (max-width: 767px)
{
    .footer .foot > ul > li
    {
        display: block;

        max-width: 100%;
    }
}
.footer .foot .item
{
    word-break: break-word;
}
.footer .foot .item img
{
    max-width: 200px;
}
@media (max-width: 1199px)
{
    .footer .foot .item img
    {
        max-width: 140px;
    }
}
.footer .foot .item-1 p
{
    margin: 10px 0 0 0;
}
.footer .foot .item-2
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .footer .foot .item-2
    {
        margin-top: 15px;
        padding: 0;
    }
}
.footer .foot .item-2 p a:hover
{
    text-decoration: underline;
}
.footer .copyright
{
    line-height: 30px;

    overflow: hidden;

    padding: 12px 0;

    text-align: center;

    background-color: #232323;
}
@media (max-width: 1199px)
{
    .footer .copyright
    {
        margin-top: 20px;
        padding: 10px 0;
    }
}
@media (max-width: 767px)
{
    .footer .copyright
    {
        line-height: 22px;
    }
}
.footer .copyright p
{
    display: inline-block;

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

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

    margin: 0 4px;

    vertical-align: middle;
}
.footer .copyright a.sitemap
{
    font-size: 16px;

    margin-left: 20px;

    text-decoration: underline;
}
@media (max-width: 767px)
{
    .footer .copyright a.sitemap
    {
        font-size: 14px;

        float: none;
    }
}
.footer .copyright a.sitemap:hover
{
    color: #0077d9;
}
