/**
 * style.less
 * 层叠样式表
 */
@font-face
{
    font-family: 'iconfont';

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

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

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

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

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

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

    color: #333;

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

    overflow: hidden;

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

    overflow: hidden;

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

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

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

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

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

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

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

    display: block;
    overflow: hidden;

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

    display: block;

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

    width: 100%;
    height: 100px;
    padding: 0 3%;
}
@media (max-width: 1199px)
{
    .header
    {
        height: 70px;
        padding: 0 15px;
    }
}
.header .logo
{
    position: relative;

    float: left;
    overflow: hidden;

    height: 100px;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 70px;
    }
}
.header .logo a
{
    background-color: #fff;
}
.header .logo img
{
    display: block;

    height: 100%;
}
.header .language
{
    float: right;
}
@media (max-width: 1199px)
{
    .header .language
    {
        display: none;
    }
}
.header .language a
{
    font-size: 12px;
    line-height: 100px;

    color: #999;
}
.header .language a:before
{
    display: inline-block;
    float: left;

    width: 22px;
    height: 22px;
    margin-top: 38px;
    margin-right: 10px;

    content: '';

    background: url(../images/language.png) no-repeat;
    background-size: cover;
}
.header .language a.en:before
{
    background-position: -22px 0;
}
.header .language a:hover
{
    text-decoration: underline;
}
.header .nav-collapse
{
    position: relative;

    display: none;
    float: right;

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

    cursor: pointer;

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

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

        display: block;

        margin-top: 10px;

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

        border: none;
    }
}
@media (max-width: 360px)
{
    .header .nav-collapse
    {
        position: absolute;
        right: 0;
    }
}
@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);
}
@media (min-width: 1200px)
{
    .header .nav
    {
        float: left;

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

        display: none;

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

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

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

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

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        width: 100%;
        padding: 30px;
    }
}
.header .nav.left-100
{
    left: -100%;
}
.header .nav.left-200
{
    left: -200%;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1 li a
    {
        white-space: nowrap;
    }
    .header .nav .nav-list1 > li
    {
        float: left;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 15px;
        font-weight: bold;
        line-height: 100px;

        position: relative;

        display: block;

        padding: 0 30px;

        letter-spacing: 1px;
        text-transform: uppercase;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #1691de;
    }
    .header .nav .nav-list1 .nav-list2
    {
        display: none;

        background-color: rgba(255, 255, 255, .9);
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;

        padding: 20px 40px;

        box-shadow: 0 0 4px 0 rgba(0, 0, 0, .09);
    }
    .header .nav .nav-list1 .nav-list2 li
    {
        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 li > a
    {
        font-size: 13px;
        line-height: 30px;

        position: relative;
        z-index: 1;

        display: block;

        -webkit-transition: -webkit-transform .6s ease;
                transition: -webkit-transform .6s ease;
                transition:         transform .6s ease;
                transition:         transform .6s ease, -webkit-transform .6s ease;
    }
    .header .nav .nav-list1 .nav-list2 li > a:hover
    {
        -webkit-transform: translateX(6px);
            -ms-transform: translateX(6px);
                transform: translateX(6px);
        text-decoration: underline;

        color: #1691de;
    }
    .header .nav .nav-list1 .nav-list2 li .pic
    {
        max-width: 260px;
        margin-left: 40px;
    }
    .header .nav .nav-list1 .nav-list2 li .pic img
    {
        max-width: 100%;
    }
    .header .nav .nav-list1 .nav-list2 li .pic .img-box
    {
        padding-bottom: 69.23076923%;
    }
    .header .nav .nav-list1 .nav-list2 li.more > a:after
    {
        font-family: 'iconfont';

        position: absolute;
        top: 50%;
        right: 20px;

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

        color: #1691de;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2
    {
        right: 0;
        left: 0;

        overflow: hidden;

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

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

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

        margin-top: 24px;
    }
    .header .nav .nav-list1 .nav-list3 li > a
    {
        font-size: 12px;
        line-height: 2;
    }
}
@media (min-width: 1200px) and (max-width: 1600px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 30px;
    }
}
@media (min-width: 1200px) and (max-width: 1440px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1199px)
{
    .header .nav .nav-list1 .nav-list2 li .pic
    {
        display: none;
    }
}
@media (max-width: 1560px)
{
    .header .nav .nav-list1 > li
    {
        margin: 0 10px;
    }
}
@media (max-width: 1330px)
{
    .header .nav .nav-list1 > li
    {
        margin: 0 6px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        margin: 20px 0;

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

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

        color: #fff;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .header .nav .nav-list1 > li
    {
        margin: 0 12px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list2,
    .header .nav .nav-list3
    {
        display: none;
    }
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        font-size: 16px;
        line-height: 2;

        margin-top: 5px;

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

        display: block;
        overflow: hidden;

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

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

        color: #fff;
        background: #fafafa;
        background-color: #1691de;
    }
}
.header .nav-2 .nav-top,
.header .nav-3 .nav-top
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

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

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

    margin: 0;

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

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

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

    margin: 25px 0;

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

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

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

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

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

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

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

        margin-top: -14px;

        content: '\e72f';

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

        display: block;

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

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

    color: #fff;
}
.header .search-box
{
    display: none;

    margin-top: 20px;
    margin-right: 10px;
}
@media (min-width: 768px)
{
    .header .search-box
    {
        position: fixed;
        z-index: 888;
        top: 100%;
        left: 0;

        overflow: hidden;

        width: 100%;
        height: 100%;
        margin-top: 0;
        padding: 0 3%;

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

    overflow: hidden;
    zoom: 1;

    width: 240px;

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

    height: 0;

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

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

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

    float: right;

    width: 50px;

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

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

    content: '\e660';

    color: #343434;
}
@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: #1691de;
}
.header .search-icon
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .search-icon
    {
        position: fixed;
        right: 50px;
        bottom: 30px;

        display: inline-block;

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

        content: '\e660';

        color: #fff;
    }
}
@media (max-width: 767px)
{
    .header .search-icon
    {
        right: 35px;
    }
}
.header .search-lg
{
    top: 0;
}
@media (min-width: 768px)
{
    .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: 800px;
        margin: auto;

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

        border: none;
        border-bottom: 3px solid #1f1e1e;
        border-radius: 0;
    }
    .header .search-lg .search p
    {
        margin-bottom: 50px;

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

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

        height: 60px;
        padding: 0;
        padding-bottom: 30px;

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

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

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

        content: '\2716';

        color: #fff;
    }
}
@media (max-width: 767px)
{
    .header .search-lg
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .header .search-lg .search
    {
        width: 60%;
    }
}
@media (max-width: 991px)
{
    .header .search-lg .search
    {
        width: 50%;
    }
}
.header .right
{
    float: right;
}
.header .find
{
    line-height: 100px;

    float: right;

    padding: 0 30px;

    cursor: pointer;
    text-align: center;

    color: #999;
}
.header .find:after
{
    float: right;

    margin-left: 30px;

    content: '|';

    color: #d8d8d8;
}
.header .find::before
{
    font-family: 'iconfont';
    font-size: 20px;

    float: left;

    margin-right: 8px;

    content: '\e660';

    color: #b9b9b9;
}
@media (max-width: 1199px)
{
    .header .find
    {
        display: none;
    }
}
.online
{
    position: fixed;
    z-index: 9;
    right: 15px;

    width: 50px;

    -webkit-transition: all .6s ease;
            transition: all .6s ease;
}
@media (max-width: 1440px)
{
    .online
    {
        right: 5px;
    }
}
@media (min-width: 992px)
{
    .online
    {
        top: 40%;
    }
}
@media (max-width: 991px)
{
    .online
    {
        bottom: -380px;
    }
}
.online.active
{
    right: 5px;
    bottom: 80px;
}
.online a
{
    line-height: 50px;

    position: relative;

    display: block;

    width: 50px;
    height: 50px;
    margin-top: 2px;

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

    background-color: rgba(0, 0, 0, .7);
}
.online a:after
{
    font-family: 'iconfont';
    font-size: 20px;

    content: '\e72e';

    color: #fff;
}
.online a.online-email:hover
{
    background-color: #b4961a;
}
.online a.online-skype:after
{
    content: '\e616';
}
.online a.online-skype:hover
{
    background-color: #00aff0;
}
.online a.online-whatsapp:after
{
    font-size: 22px;

    content: '\e621';
}
.online a.online-whatsapp:hover
{
    background-color: #13ae0a;
}
.online a.online-tel:after
{
    content: '\e61c';
}
.online a.online-tel:hover
{
    background-color: #00affb;
}
.online a.online-weixin:after
{
    font-size: 23px;

    content: '\e613';
}
.online a.online-weixin:hover
{
    background-color: #3b589b;
}
.online a.online-wechat:after
{
    content: '\e604';
    font-size: 23px;
}
.online a.online-wechat:hover
{
    background-color: #33d055;
}
.online a.online-top:after
{
    content: '\e605';
    font-size: 23px;
}
.online a.online-top:hover
{
    background-color: #000;
}
.online a.online-tel p,
.online a.online-whatsapp p
{
    line-height: 50px;

    position: absolute;
    top: 0;
    right: 54px;

    display: none;

    width: 160px;
    height: 50px;

    text-align: center;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.online a.online-wechat .erweima,
.online a.online-weixin .erweima
{
    position: absolute;
    z-index: 999;
    top: 0;
    right: 54px;

    display: block;
    display: none;

    width: 130px;
    height: 160px;
    padding: 5px;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.online a.online-wechat .erweima img,
.online a.online-weixin .erweima img
{
    width: 100%;
}
.online a.online-wechat .erweima p,
.online a.online-weixin .erweima p
{
    font-size: 13px;
    line-height: 30px;

    height: auto;
    margin: 0;
    padding: 0;

    text-align: center;

    color: #888;
}
.icon-online
{
    font-size: 30px;
    line-height: 44px;

    position: fixed;
    z-index: 10;
    right: 5px;
    bottom: 20px;

    display: none;

    width: 46px;
    height: 46px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #1691de;
}
@media (max-width: 991px)
{
    .icon-online
    {
        display: block;
    }
}
.icon-online.icon
{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.banner
{
    position: relative;
    z-index: 9;

    overflow: hidden;

    width: 100%;
}
@media (max-width: 1199px)
{
    .banner .owl-theme
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px)
{
    .banner .owl-theme
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
.banner .owl-theme .owl-pagination
{
    position: absolute;
    right: 0;
    bottom: 34px;
    left: 0;

    width: 100%;
    margin: auto;

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .owl-theme .owl-pagination
    {
        bottom: 14px;

        text-align: center;
    }
}
.banner .owl-theme .owl-pagination .owl-page
{
    display: inline-block;
}
.banner .owl-theme .owl-pagination .owl-page span
{
    display: inline-block;

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

    opacity: .5;
    border-radius: 50%;
    background-color: #fff;
}
.banner .owl-theme .owl-pagination .owl-page.active span
{
    position: relative;
    top: 2px;

    width: 15px;
    height: 15px;

    opacity: 1;
    border: 2px solid #fff;
    background: none;
}
.banner .owl-theme .owl-buttons
{
    display: none;
}
.banner .text
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 100%;
    max-width: 1200px;
    margin: auto;

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

    color: #fff;
}
@media (max-width: 767px)
{
    .banner .text
    {
        width: 50%;
    }
}
.banner .text h3
{
    font-size: 48px;

    margin: 0;
}
@media (max-width: 991px)
{
    .banner .text h3
    {
        font-size: 36px;
    }
}
@media (max-width: 767px)
{
    .banner .text h3
    {
        font-size: 24px;
    }
}
.banner .text h3::after
{
    font-family: 'iconfont';

    display: block;

    content: '\e605';
}
.banner .text a.more
{
    font-weight: 600;
    line-height: 50px;

    display: inline-block;

    height: 50px;
    margin-top: 60px;
    padding: 0 54px;

    border: 2px solid #fff;
    border-radius: 50px;
    background: rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .banner .text a.more
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .banner .text a.more
    {
        line-height: 40px;

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

        border: 1px solid #fff;
    }
}
.banner .active .text h3
{
    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;
}
.banner .active .text a.more
{
    -webkit-animation: fadeInRight 1s 0s ease both;
            animation: fadeInRight 1s 0s ease both;
}
.banner-in
{
    overflow: hidden;
}
.banner-in .owl-theme
{
    width: 100%;
    height: 100%;
}
@media (max-width: 991px)
{
    .banner-in .owl-theme
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 767px)
{
    .banner-in .owl-theme
    {
        width: 180%;
        max-width: 180%;
        margin-left: -40%;
    }
}
.box
{
    padding: 90px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 65px 0;
    }
}
.title
{
    text-align: center;
}
.title h2
{
    font-size: 30px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 24px;
    }
}
.title p
{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.44444444;

    max-width: 650px;
    margin: 0 auto;
    margin-top: 20px;

    color: #666;
}
@media (max-width: 991px)
{
    .title p
    {
        font-size: 14px;
    }
}
.content
{
    position: relative;
    z-index: 9;
}
.box-video
{
    overflow: hidden;

    margin-top: 2px;
}
.box-video .info-1
{
    float: left;

    width: 22%;
    margin-bottom: -9999px;
    padding: 80px 60px;
    padding-bottom: 9999px;

    background-color: #435a79;
}
@media (max-width: 1770px)
{
    .box-video .info-1
    {
        width: 24%;
        padding-top: 60px;
        padding-right: 30px;
        padding-left: 30px;
    }
}
@media (max-width: 991px)
{
    .box-video .info-1
    {
        width: 100%;
        margin: 0;
        padding: 40px 15px;
    }
}
.box-video .info-1 .text h3
{
    font-size: 36px;
    font-weight: bold;
    line-height: 45px;

    margin: 0 0 40px 0;

    color: #91aed5;
}
@media (max-width: 1330px)
{
    .box-video .info-1 .text h3
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .box-video .info-1 .text h3
    {
        font-size: 24px;

        margin-bottom: 10px;
    }
}
@media (max-width: 767px)
{
    .box-video .info-1 .text h3
    {
        font-size: 20px;
    }
}
.box-video .info-1 .text p
{
    font-size: 16px;

    color: #fff;
    padding-left: 14px;
    position: relative;
}
.box-video .info-1 .text p:before{
    content: '~';
    position: absolute;
    left: 0;
}
.box-video .info-2
{
    float: left;

    width: 56%;
}
@media (max-width: 1770px)
{
    .box-video .info-2
    {
        width: 52%;
    }
}
@media (max-width: 991px)
{
    .box-video .info-2
    {
        width: 100%;
    }
}
.box-video .info-2 .video
{
    position: relative;

    overflow: hidden;

    height: 480px;

    text-align: center;

    background-color: #000;
}
@media (max-width: 1560px)
{
    .box-video .info-2 .video
    {
        height: 400px;
    }
}
@media (max-width: 991px)
{
    .box-video .info-2 .video
    {
        height: 450px;
    }
}
@media (max-width: 767px)
{
    .box-video .info-2 .video
    {
        height: 300px;
    }
}
.box-video .info-2 .video img
{
    height: 100%;

    -webkit-transition: -webkit-transform 1.2s ease;
            transition: -webkit-transform 1.2s ease;
            transition:         transform 1.2s ease;
            transition:         transform 1.2s ease, -webkit-transform 1.2s ease;
}
.box-video .info-2 .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;

    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, 0);
}
.box-video .info-2 .video .iframe
{
    display: none;

    width: 100%;
}
.box-video .info-2 .video .play
{
    font-size: 24px;

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

    display: inline-block;

    margin: auto;

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

    color: #fff;
}
.box-video .info-2 .video .play:before
{
    font-family: 'iconfont';
    font-size: 80px;

    display: inline-block;

    content: '\e630';

    color: rgba(22, 145, 222, .57);
}
.box-video .info-2 .video:hover img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-video .info-3
{
    float: left;

    width: 22%;
    margin-bottom: -9999px;
    padding: 80px 60px;
    padding-bottom: 9999px;

    background-color: #bde0f6;
}
@media (max-width: 1770px)
{
    .box-video .info-3
    {
        width: 24%;
        padding-top: 60px;
        padding-right: 30px;
        padding-left: 30px;
    }
}
@media (max-width: 991px)
{
    .box-video .info-3
    {
        width: 100%;
        margin: 0;
        padding: 40px 15px;
    }
}
.box-video .info-3 .text h3
{
    font-size: 24px;
    font-weight: bold;

    margin: 0;

    letter-spacing: 2px;
}
@media (max-width: 767px)
{
    .box-video .info-3 .text h3
    {
        font-size: 20px;
    }
}
.box-video .info-3 .text .note
{
    overflow: hidden;

    max-height: 182px;
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .box-video .info-3 .text .note
    {
        margin-top: 14px;
    }
}
.box-video .info-3 .text .note p
{
    font-size: 16px;
    line-height: 1.625;

    display: -webkit-box;
    overflow: hidden;

    margin: 0;

    color: #666;

    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
.box-video .info-3 .text a.more
{
    font-size: 13px;
    line-height: 2;

    display: inline-block;

    margin-top: 30px;

    color: #535f7e;
    border-bottom: 1px solid #535f7e;
}
@media (max-width: 991px)
{
    .box-video .info-3 .text a.more
    {
        margin-top: 14px;
    }
}
.box-video .info-3 .text a.more:hover
{
    color: #1691de;
    border-color: #1691de;
}
.box-fields .fields .item
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .box-fields .fields .item
    {
        margin-top: 30px;
    }
}
.box-fields .fields .item .pic
{
    position: relative;
}
.box-fields .fields .item .pic .mask
{
    position: absolute;
    top: 0;

    display: block;

    width: 100%;
    height: 100%;

    -webkit-transition: -webkit-transform 1.2s ease;
            transition: -webkit-transform 1.2s ease;
            transition:         transform 1.2s ease;
            transition:         transform 1.2s ease, -webkit-transform 1.2s ease;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);

    background-color: rgba(0, 0, 0, .6);
}
.box-fields .fields .item .pic .mask span
{
    position: absolute;
    top: 50%;

    display: inline-block;

    width: 100%;

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

    color: #fff;
}
.box-fields .fields .item .pic .mask span:after
{
    font-family: 'iconfont';

    margin-left: 10px;

    content: '\e610';
}
.box-fields .fields .item .img-box
{
    padding-bottom: 70.73170732%;
}
.box-fields .fields .item p
{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;

    display: -webkit-box;
    overflow: hidden;

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

    text-align: center;

    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.box-fields .fields .item:hover .mask
{
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
.box-advantage
{
    overflow: hidden;

    padding-bottom: 200px;

    background: url(../images/advantage_bg.jpg) no-repeat;
    background-size: cover;
}
@media (max-width: 767px)
{
    .box-advantage
    {
        padding-bottom: 100px;

        background: url(../images/padvantage_bg.png) no-repeat #edfbfe left bottom;
        background-size: 200%;
    }
}
.box-advantage .info
{
    margin: 0 -30px;
}
.box-advantage .list
{
    padding: 0 30px;
}
.box-advantage .item
{
    position: relative;

    margin-top: 70px;
    padding-left: 84px;

    -webkit-transition: all .6s ease;
            transition: all .6s ease;
}
@media (max-width: 991px)
{
    .box-advantage .item
    {
        margin-top: 40px;
    }
}
.box-advantage .item:before
{
    font-family: 'iconfont';
    font-size: 24px;
    line-height: 60px;

    position: absolute;
    left: 0;

    display: inline-block;

    width: 60px;
    height: 60px;

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

    color: #1691de;
    border: 1px solid #1691de;
    border-radius: 50%;
}
.box-advantage .item-2:before
{
    content: '\e646';
}
.box-advantage .item-3:before
{
    content: '\e6c6';
}
.box-advantage .item h3
{
    font-size: 14px;
    font-weight: bold;

    margin: 0 0 16px 0;

    text-transform: uppercase;

    color: #1691de;
}
.box-advantage .item h3 span
{
    margin-right: 10px;
}
.box-advantage .item p
{
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}
.box-advantage .item:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.box-advantage .item:hover:before
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.box-customers
{
    overflow: hidden;
}
.box-customers .customers
{
    overflow: hidden;
}
@media (max-width: 991px)
{
    .box-customers .customers
    {
        padding: 0 15px;
    }
}
.box-customers .customers .left
{
    float: left;

    width: 48%;
    margin-top: 60px;
}
@media (max-width: 1560px)
{
    .box-customers .customers .left
    {
        width: 50%;
    }
}
@media (max-width: 991px)
{
    .box-customers .customers .left
    {
        width: 100%;
        margin-top: 40px;
    }
}
.box-customers .customers .left .info
{
    margin: 0 -5px;
}
.box-customers .customers .left .info .item
{
    padding: 0 5px;
}
.box-customers .customers .left .info .item .pic
{
    margin-top: 10px;
}
.box-customers .customers .left .info .item .pic .img-box
{
    padding-bottom: 132.25806452%;
}
.box-customers .customers .left .info .item .pic-2 .img-box
{
    padding-bottom: 64.51612903%;
}
.box-customers .customers .left .info .item .pic-3 .img-box
{
    padding-bottom: 132.25806452%;
}
.box-customers .customers .left .info .item .pic-4 .img-box
{
    padding-bottom: 93.5483871%;
}
.box-customers .customers .left .info .item .pic-5 .img-box
{
    padding-bottom: 64.51612903%;
}
.box-customers .customers .right
{
    float: left;

    width: 52%;
    margin-top: 70px;
    padding-left: 100px;
}
@media (max-width: 1560px)
{
    .box-customers .customers .right
    {
        width: 50%;
        padding-left: 60px;
    }
}
@media (max-width: 991px)
{
    .box-customers .customers .right
    {
        width: 100%;
        margin-top: 50px;
        padding-left: 0;
    }
}
.box-customers .customers .right .list
{
    height: 570px;

    background: none;
}
.box-customers .customers .right ul li
{
    padding: 24px 0;
    padding-right: 40%;

    border-top: 1px solid #eaeaea;
}
@media (max-width: 1560px)
{
    .box-customers .customers .right ul li
    {
        padding-right: 26%;
    }
}
@media (max-width: 1199px)
{
    .box-customers .customers .right ul li
    {
        padding-right: 60px;
    }
}
@media (max-width: 767px)
{
    .box-customers .customers .right ul li
    {
        padding-right: 0;
    }
}
.box-customers .customers .right ul li .item
{
    position: relative;

    padding-left: 20px;
}
.box-customers .customers .right ul li .item:before
{
    font-weight: bold;

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

    content: '+';

    color: #1691de;
}
.box-customers .customers .right ul li .item h3
{
    font-size: 14px;
    font-weight: bold;

    display: -webkit-box;
    overflow: hidden;

    margin: 0 0 14px 0;

    -webkit-transition: all .2s ease;
            transition: all .2s ease;
    text-transform: uppercase;

    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.box-customers .customers .right ul li .item p
{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.42857143;

    display: -webkit-box;
    overflow: hidden;

    margin: 0;

    color: #666;

    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.box-customers .customers .right ul li .item a
{
    display: block;
}
.box-customers .customers .right ul li .item:hover h3
{
    color: #1691de;
}
.box-join
{
    padding: 80px 0;
    margin-bottom: 3px;
    background-color: #f6f6f6;
}
@media (max-width: 991px)
{
    .box-join
    {
        padding: 50px 0;
    }
}
.box-join .title
{
    text-align: left;
}
.box-join .title h2
{
    font-size: 26px;
}
.box-join .title p
{
    font-size: 16px;
    line-height: 1.625;

    width: 100%;
    margin: 30px 0 0 0;

    text-align: left;
    letter-spacing: 1px;

    color: #666;
}
.box-join .join
{
    margin-top: 40px;
}
.box-join .join form
{
    position: relative;

    padding-right: 190px;
}
@media (max-width: 640px)
{
    .box-join .join form
    {
        padding-right: 170px;
    }
}
.box-join .join form input
{
    font-size: 16px;

    width: 100%;
    height: 60px;

    border-bottom: 1px solid #e3e3e3;
    background: none;
}
@media (max-width: 640px)
{
    .box-join .join form input
    {
        height: 40px;
    }
}
.box-join .join form input::-webkit-input-placeholder
{
    color: #c4c4c4;
}
.box-join .join form input:-o-placeholder
{
    color: #c4c4c4;
}
.box-join .join form input::-moz-placeholder
{
    color: #c4c4c4;
}
.box-join .join form input:-ms-input-placeholder
{
    color: #c4c4c4;
}
.box-join .join form input:focus::-webkit-input-placeholder
{
    color: #ccc;
}
.box-join .join form input:focus::-o-placeholder
{
    color: #ccc;
}
.box-join .join form input:focus::-moz-placeholder
{
    color: #ccc;
}
.box-join .join form input:focus::-ms-input-placeholder
{
    color: #ccc;
}
.box-join .join form .send
{
    font-weight: bold;

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

    width: 170px;
    height: 60px;

    letter-spacing: 2px;

    color: #fff;
    border-radius: 0;
    background-color: #1a1a1a;
}
@media (max-width: 640px)
{
    .box-join .join form .send
    {
        width: 140px;
        height: 40px;
    }
}
.box-join .join form .send:hover
{
    background-color: #1691de;
}
.footer .footer
{
    padding: 80px 0 60px 0;

    background-color: #1a1a1a;
}
@media (max-width: 991px)
{
    .footer .footer
    {
        padding: 65px 0;
    }
}
.footer .footer ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 991px)
{
    .footer .footer ul
    {
        display: block;

        margin-top: -30px;
    }
}
.footer .footer ul li
{
    max-width: 300px;
}
@media (max-width: 991px)
{
    .footer .footer ul li
    {
        display: inline-block;

        width: 50%;
        margin-top: 30px;
        margin-right: -4px;

        vertical-align: top;
    }
}
@media (max-width: 480px)
{
    .footer .footer ul li
    {
        width: 100%;
    }
}
.footer .footer ul li h3
{
    font-size: 14px;
    font-weight: bold;

    margin: 0;

    letter-spacing: 2px;

    color: #fff;
}
.footer .footer ul li .item
{
    margin-top: 24px;
}
.footer .footer ul li .item a
{
    line-height: 1.42857143;

    display: block;

    margin-bottom: 10px;

    -webkit-transition: all .2s ease;
            transition: all .2s ease;
    letter-spacing: 1px;

    color: #686868;
}
.footer .footer ul li .item a:hover
{
    color: #fff;
}
.footer .footer ul li .item-1
{
    margin-top: 20px;
}
.footer .footer ul li .item-1 p
{
    line-height: 1.42857143;

    margin: 0 0 10px 0;

    color: #686868;
}
.footer .footer ul li .item-1 span
{
    line-height: 1.42857143;

    display: block;

    margin-bottom: 24px;
}
.footer .footer ul li .item-1 a
{
    -webkit-transition: all .2s ease;
            transition: all .2s ease;
}
.footer .footer ul li .item-1 a:hover
{
    color: #fff;
}
.footer .copyright
{
    overflow: hidden;

    padding: 35px 0;
}
.footer .copyright p
{
    font-size: 15px;
    line-height: 2;

    display: inline-block;
    float: left;

    margin: 0;

    letter-spacing: 1px;

    color: #999;
}
.footer .copyright p a
{
    -webkit-transition: all .2s ease;
            transition: all .2s ease;
}
.footer .copyright p a:hover
{
    text-decoration: underline;
}
.footer .share
{
    float: right;
}
@media (max-width: 1199px)
{
    .footer .share
    {
        float: left;

        margin-top: 10px;
    }
}
.footer .share ul
{
    text-align: center;
}
.footer .share li
{
    display: inline-block;
    float: none;

    margin-left: 12px;
    padding: 0;

    -webkit-transition: -webkit-transform .2s ease-in-out;
            transition: -webkit-transform .2s ease-in-out;
            transition:         transform .2s ease-in-out;
            transition:         transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    text-align: center;
}
.footer .share li:hover
{
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);
}
.footer .share li a
{
    display: block;

    width: 30px;
    height: 30px;

    border-radius: 50%;
    background-color: #3b5998;
}
.footer .share li a:after
{
    font-family: 'iconfont';
    font-size: 15px;
    line-height: 30px;

    content: '\e615';

    color: #fff;
}
.footer .share li a:hover
{
    text-decoration: none;
}
.footer .share .twitter a
{
    background-color: #55acee;
}
.footer .share .twitter a:after
{
    content: '\e60b';
}
.footer .share .linkedin a:after
{
    content: '\e6f0';
}
.footer .share .google a
{
    background-color: #dc4e41;
}
.footer .share .google a:after
{
    content: '\e60c';
}
.footer .share .youtube a
{
    background-color: #c4302b;
}
.footer .share .youtube a:after
{
    content: '\e8c2';
}
.footer .share .instagram a
{
    background-color: #d82f81;
}
.footer .share .instagram a:after
{
    font-size: 17px;

    content: '\e8b5';
}
.sidenav
{
    float: left;

    width: 20%;
    padding-top: 30px;
}
@media (max-width: 1199px)
{
    .sidenav
    {
        width: 24%;
    }
}
@media (max-width: 991px)
{
    .sidenav
    {
        display: none;
    }
}
.sidenav > ul > li
{
    overflow: hidden;
}
.sidenav > ul > li > a
{
    font-weight: normal;
    line-height: 26px;

    position: relative;

    display: block;

    padding: 5px 0;

    -webkit-transition: all .4s ease;
            transition: all .4s ease;
}
.sidenav > ul > li .level-2
{
    display: none;
}
.sidenav > ul > li .level-2 > li
{
    border-bottom: 1px solid #fdfcfa;
}
.sidenav > ul > li .level-2 > li:last-child
{
    border: none;
}
.sidenav > ul > li .level-2 > li > a
{
    font-size: 13px;
    line-height: 1.69230769;

    display: block;

    padding: 10px 30px;

    color: #666;
    background-color: #f7f3ec;
}
.sidenav > ul > li .level-2 > li > a:hover
{
    color: #1691de;
    background-color: #fffdf9;
}
.sidenav > ul > li .level-2 > li .level-3
{
    display: none;

    padding: 10px 0;

    background-color: #fffefa;
}
.sidenav > ul > li .level-2 > li .level-3 > li
{
    background-color: #fffefa;
}
.sidenav > ul > li .level-2 > li .level-3 > li > a
{
    font-size: 12px;
    line-height: 2;

    position: relative;

    display: block;

    padding: 0 40px;

    color: #888;
}
.sidenav > ul > li .level-2 > li .level-3 > li > a:after
{
    font-family: 'iconfont';

    position: absolute;
    right: 40px;

    content: '\e72f';
}
.sidenav > ul > li .level-2 > li .level-3 > li:hover > a
{
    display: block;

    color: #fff;
    background-color: #1691de;
}
.sidenav > ul > li .level-2 > li .level-3 > li .level-4
{
    display: none;

    padding: 10px 0;
}
.sidenav > ul > li .level-2 > li .level-3 > li .level-4 > li a
{
    font-size: 12px;
    line-height: 1.66666667;

    display: block;

    padding: 0 40px;

    color: #999;
}
.sidenav > ul > li .level-2 > li .level-3 > li .level-4 > li a:before
{
    margin-right: 6px;

    content: '-';
}
.sidenav > ul > li .level-2 > li .level-3 > li .level-4 > li:hover a
{
    color: #1691de;
}
.sidenav > ul > li:hover > a,
.sidenav > ul > li.active > a
{
    color: #1691de;
}
.wrapper
{
    overflow: hidden;
}
.wrap
{
    float: left;

    width: 80%;
    padding: 66px 0 76px 40px;

    border-left: 1px solid #e6e6e6;
}
@media (max-width: 1199px)
{
    .wrap
    {
        width: 76%;
    }
}
@media (max-width: 991px)
{
    .wrap
    {
        width: 100%;
        padding: 50px 0;

        border: none;
    }
}
.title-in
{
    border-bottom: 1px solid #e6e6e6;
}
.title-in h2
{
    font-size: 20px;
    font-weight: bold;
    line-height: 70px;

    margin: 0;

    letter-spacing: 2.86px;
    text-transform: uppercase;
}
.title-wrap h3
{
    font-size: 20px;
    font-weight: bold;

    margin: 0;
}
.wrap-about .about .text
{
    margin-top: 30px;
}
.wrap-about .about .text p
{
    font-size: 16px;
    line-height: 1.625;

    margin: 0;

    color: #666;
}
.wrap-about .about .text p span
{
    margin-right: 20px;

    color: #1691de;
}
.wrap-about .about .text img
{
    max-width: 100%;
}
.wrap-advantage .advantage .text
{
    margin-top: 30px;
}
.wrap-advantage .advantage .text p
{
    font-size: 16px;
    line-height: 1.625;

    margin: 0;

    color: #666;
}
.wrap-advantage .advantage .text p span
{
    margin-right: 20px;

    color: #1691de;
}
.wrap-advantage .advantage .text img
{
    max-width: 100%;
}
.wrap-honor .honor .info
{
    margin: 0 -7px;
    margin-top: 24px;
}
.wrap-honor .honor .info .item
{
    padding: 0 7px;
}
.wrap-honor .honor .info .item .pic
{
    margin-top: 14px;
    padding: 20px;

    -webkit-transition: all .6s ease;
            transition: all .6s ease;

    border: 1px solid #efefef;
}
@media (max-width: 767px)
{
    .wrap-honor .honor .info .item .pic
    {
        padding: 10px;
    }
}
.wrap-honor .honor .info .item .pic .img-box
{
    padding-bottom: 147.36842105%;
}
.wrap-honor .honor .info .item .pic .img-box img
{
    -webkit-transition: all 1.2s ease;
            transition: all 1.2s ease;
}
.wrap-honor .honor .info .item:hover .pic
{
    border-color: #1691de;
}
.wrap-honor .honor .info .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-application
{
    width: 100%;
    padding: 76px 0 86px;

    border: none;
}
@media (max-width: 991px)
{
    .wrap-application
    {
        padding: 50px 0;
    }
}
.wrap-application .application .title-application
{
    text-align: center;
}
.wrap-application .application .title-application h3
{
    font-size: 24px;
    font-weight: bold;

    margin: 0;

    letter-spacing: 3.43px;
    text-transform: uppercase;
}
.wrap-application .application .title-application p
{
    font-size: 16px;

    margin: 20px 0 0 0;

    color: #999;
}
.wrap-application .application .info
{
    margin: 0 -24px;
}
@media (max-width: 1199px)
{
    .wrap-application .application .info
    {
        margin: 0 -20px;
    }
}
.wrap-application .application .info .list
{
    margin-top: 70px;
    padding: 0 24px;
}
@media (max-width: 1199px)
{
    .wrap-application .application .info .list
    {
        padding: 0 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-application .application .info .list
    {
        margin-top: 40px;
    }
}
.wrap-application .application .info .list p
{
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;

    margin: 0;
    padding-bottom: 10px;

    border-bottom: 1px solid #e3e3e3;
}
.wrap-application .application .info .list p span
{
    font-size: 14px;
    line-height: 20px;

    display: inline-block;
    float: left;

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

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #ea7070;
}
.wrap-application .application .info .list-2 p span
{
    background-color: #40d474;
}
.wrap-application .application .info .list-3 p span
{
    background-color: #40c5d4;
}
.wrap-application .application .info .list-4 p span
{
    background-color: #d4ab68;
}
.wrap-application .application .info .list-5 p span
{
    background-color: #c8c654;
}
.wrap-application .application .info .list-6 p span
{
    background-color: #7d84cf;
}
.wrap-application .application .info .list .item
{
    overflow: hidden;

    margin: 0 -7px;
}
.wrap-application .application .info .list .item .pic
{
    float: left;

    width: 50%;
    margin-top: 18px;
    padding: 0 7px;
}
.wrap-application .application .info .list .item .pic .img-box
{
    padding-bottom: 66.66666667%;
}
.wrap-application .application .info .list .item .pic .img-box img
{
    -webkit-transition: -webkit-transform 1.2s ease;
            transition: -webkit-transform 1.2s ease;
            transition:         transform 1.2s ease;
            transition:         transform 1.2s ease, -webkit-transform 1.2s ease;
}
.wrap-application .application .info .list .item .pic:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
/**
 * page
 */
.page
{
    clear: both;
    overflow: hidden;

    margin-top: 80px;

    text-align: center;
}
@media (max-width: 991px)
{
    .page
    {
        margin-top: 50px;
    }
}
.page a
{
    line-height: 45px;

    display: inline-block;
    overflow: hidden;

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

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

    color: #7c7c7c;
    border: 1px solid #ddd;
    border-radius: 50%;
}
.page a.omit
{
    background-color: #fff;
}
.page a.omit:hover
{
    color: #7c7c7c;
    background-color: #fff;
}
.page a.first-child,
.page a.last-child
{
    font-size: 18px;

    background-color: #f4f4f4;
}
.page a.first-child::after,
.page a.last-child::after
{
    font-family: 'iconfont';

    content: '\e9b5';
}
.page a.last-child::after
{
    font-family: 'iconfont';

    content: '\e72f';
}
.page a.active,
.page a:hover
{
    color: #fff;
    border-color: #1691de;
    background-color: #1691de;
}
@media (max-width: 767px)
{
    .page a
    {
        line-height: 34px;

        width: 34px;
        height: 34px;
    }
}
.wrap-product .product .title-product
{
    padding-bottom: 20px;

    border-bottom: 1px solid #e6e6e6;
}
.wrap-product .product .title-product h3
{
    font-size: 20px;
    font-weight: bold;

    margin: 0;
}
.wrap-product .product .text
{
    margin-top: 50px;
}
.wrap-product .product .text h3
{
    font-size: 18px;
    font-weight: 500;

    margin-top: 0;

    color: #1691de;
}
.wrap-product .product .text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
.wrap-product .product .text img
{
    max-width: 100%;
}
.wrap-product .catalog
{
    margin-top: 50px;
}
.wrap-product .catalog .title-catalog h3
{
    font-size: 18px;
    line-height: 40px;

    margin: 0;
    padding: 0 25px;

    color: #fff;
    background-color: #1691de;
}
.wrap-product .catalog .item
{
    margin-top: 30px;
}
.wrap-product .catalog .item .pic{
    position: relative;
}
.wrap-product .catalog .item .pic .mask{
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all .4s ease;

}
.wrap-product .catalog .item .pic .mask a{
    width: 150px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    display: block;
    color: #fff;
    border-radius: 2px;
    background-color: rgba(22, 145, 222, .95);
}
.wrap-product .catalog .item .img-box
{
    padding-bottom: 76.66666667%;
}
.wrap-product .catalog .item .img-box img
{
    -webkit-transition: -webkit-transform 1.2s ease;
            transition: -webkit-transform 1.2s ease;
            transition:         transform 1.2s ease;
            transition:         transform 1.2s ease, -webkit-transform 1.2s ease;
}
.wrap-product .catalog .item .note
{
    padding: 10px 20px;

    text-align: center;

    background-color: #efefef;
}
@media (max-width: 767px)
{
    .wrap-product .catalog .item .note
    {
        padding: 10px;
    }
}
.wrap-product .catalog .item .note p
{
    font-weight: 500;

    display: -webkit-box;
    overflow: hidden;

    margin: 0;

    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.wrap-product .catalog .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product .catalog .item:hover .note
{
    background-color: #1691de;
}
.wrap-product .catalog .item:hover .note p
{
    color: #fff;
}
.wrap-product .catalog .item:hover .mask{
    top: 50%;
    opacity: 1;
}
.wrap-product-show .product-show
{
    padding-bottom: 60px;

    border-bottom: 1px solid #e6e6e6;
}
.wrap-product-show .product-show .title-product-show
{
    padding: 10px 25px;

    background-color: #1691de;
}
.wrap-product-show .product-show .title-product-show h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;

    color: #fff;
}
@media (max-width: 767px)
{
    .wrap-product-show .product-show .title-product-show h3
    {
        font-size: 18px;
    }
}
.wrap-product-show .product-show .info
{
    margin: 0 -8px;
}
.wrap-product-show .product-show .info .item
{
    margin-top: 16px;
    padding: 0 8px;
}
.wrap-product-show .product-show .info .item .pic .img-box
{
    padding-bottom: 70.96774194%;
}
.wrap-product-show .product-show .info .item .pic .img-box img
{
    -webkit-transition: -webkit-transform 1.2s ease;
            transition: -webkit-transform 1.2s ease;
            transition:         transform 1.2s ease;
            transition:         transform 1.2s ease, -webkit-transform 1.2s ease;
}
.wrap-product-show .product-show .info .item .pic:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product-show .inquiry
{
    padding-top: 60px;
}
.wrap-product-show .inquiry .title-inquiry h3
{
    font-size: 20px;
    font-weight: bold;

    margin: 0;

    color: #1691de;
}
@media (max-width: 767px)
{
    .wrap-product-show .inquiry .title-inquiry h3
    {
        font-size: 18px;
    }
}
.wrap-product-show .inquiry .title-inquiry p
{
    font-size: 16px;
    line-height: 1.625;

    margin: 16px 0 0 0;

    color: #666;
}
.wrap-product-show .inquiry .message .info
{
    margin: 0 -10px;
}
.wrap-product-show .inquiry .message .info .text
{
    margin-top: 20px;
    padding: 0 10px;
}
.wrap-product-show .inquiry .message .info .text input,
.wrap-product-show .inquiry .message .info .text textarea
{
    line-height: 25px;

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

    background-color: #f9f9f9;
}
.wrap-product-show .inquiry .message .info .text.read input::-webkit-input-placeholder
{
    font-weight: 500;

    color: #333;
}
.wrap-product-show .inquiry .message .info .text.read input:-o-placeholder
{
    font-weight: 500;

    color: #333;
}
.wrap-product-show .inquiry .message .info .text.read input::-moz-placeholder
{
    font-weight: 500;

    color: #333;
}
.wrap-product-show .inquiry .message .info .text.read input:-ms-input-placeholder
{
    font-weight: 500;

    color: #333;
}
.wrap-product-show .inquiry .message .info .text.read input:focus::-webkit-input-placeholder
{
    font-weight: 500;

    color: #333;
}
.wrap-product-show .inquiry .message .info .text.read input:focus::-o-placeholder
{
    font-weight: 500;

    color: #333;
}
.wrap-product-show .inquiry .message .info .text.read input:focus::-moz-placeholder
{
    font-weight: 500;

    color: #333;
}
.wrap-product-show .inquiry .message .info .text.read input:focus::-ms-input-placeholder
{
    font-weight: 500;

    color: #333;
}
.wrap-product-show .inquiry .message .info .text input::-webkit-input-placeholder,
.wrap-product-show .inquiry .message .info .text textarea::-webkit-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry .message .info .text input:-o-placeholder,
.wrap-product-show .inquiry .message .info .text textarea:-o-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry .message .info .text input::-moz-placeholder,
.wrap-product-show .inquiry .message .info .text textarea::-moz-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry .message .info .text input:-ms-input-placeholder,
.wrap-product-show .inquiry .message .info .text textarea:-ms-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry .message .info .text input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry .message .info .text textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry .message .info .text input:focus::-o-placeholder,
.wrap-product-show .inquiry .message .info .text textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry .message .info .text input:focus::-moz-placeholder,
.wrap-product-show .inquiry .message .info .text textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry .message .info .text input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry .message .info .text textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry .message .info .text .submit
{
    font-weight: bold;
    line-height: 45px;

    height: 45px;
    padding: 0 56px;

    color: #fff;
    border-radius: 0;
    background-color: #1691de;
}
.wrap-product-show .inquiry .message .info .text .submit:hover
{
    text-decoration: underline;
}
.wrap-product-show .inquiry .message .info .text span
{
    line-height: 45px;

    margin-left: 30px;

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

    width: 100%;
    max-width: 100%;
}
.wrap-product-show table
{
    width: 100%;

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

    border-bottom: 1px solid #e2e2e2 !important;
}
.wrap-product-show table tr
{
    overflow: hidden;

    border-bottom: 1px solid #e2e2e2 !important;
    border-left: none!important;
}
@media (max-width: 991px)
{
    .wrap-product-show table tr
    {
        display: block;
        float: none;

        width: 100%;
    }
}
.wrap-product-show table tr:nth-child(2n+1) td:first-child
{
    border-left: none!important;
}
@media (max-width: 991px)
{
    .wrap-product-show table tr td:first-child
    {
        border-left: none!important;
    }
}
.wrap-product-show table tr:first-child,
.wrap-product-show table tr:nth-child(2)
{
    border-top: 1px solid #e2e2e2 !important;
}
@media (max-width: 991px)
{
    .wrap-product-show table tr:nth-child(2)
    {
        border-top: none!important;
    }
}
.wrap-product-show table td
{
    line-height: 30px;

    width: 20%;
    min-height: 46px;
    padding: 8px 20px!important;

    word-wrap: break-word;

    border-left: 1px solid #e2e2e2 !important;
}
@media (max-width: 991px)
{
    .wrap-product-show table td
    {
        display: block;
        float: left;

        width: 70%;
        padding: 8px 4px!important;
    }
    .wrap-product-show table td:nth-child(4n+1)
    {
        margin-right: -1px;
    }
    .wrap-product-show table td:nth-child(4n+3)
    {
        margin-right: -1px;

        border-top: 1px solid #e2e2e2 !important;
        border-right: 1px solid #e2e2e2 !important;
        border-left: none !important;
    }
    .wrap-product-show table td:nth-child(4n+4)
    {
        margin-right: 1px;

        border-top: 1px solid #e2e2e2 !important;
    }
}
@media (max-width: 991px) and (max-width: 640px)
{
    .wrap-product-show table td
    {
        width: 60%;
    }
}
.wrap-product-show table td:nth-child(2n+1)
{
    width: 8%;
}
@media (max-width: 991px)
{
    .wrap-product-show table td:nth-child(2n+1)
    {
        width: 30%;
    }
}
@media (max-width: 640px)
{
    .wrap-product-show table td:nth-child(2n+1)
    {
        width: 40%;
    }
}
.wrap-product-show table td:nth-child(4n+1)
{
    border-left: none!important;
}
.wrap-product-show table tr p,
.wrap-product-show table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.wrap-product-show table tr span
{
    color: #999;
}
.wrap-contact
{
    width: 100%;
    padding: 76px 0 86px;

    border: none;
}
@media (max-width: 991px)
{
    .wrap-contact
    {
        padding: 50px 0;
    }
}
.wrap-contact .contact
{
    overflow: hidden;
}
.wrap-contact .contact .title-contact h3
{
    font-size: 20px;
    font-weight: bold;

    margin: 0;

    letter-spacing: 2.86px;
}
.wrap-contact .contact .title-contact p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 14px 0 0 0;

    color: #666;
}
.wrap-contact .contact .text
{
    float: left;

    width: 55%;
    margin-bottom: -999px;
    padding-bottom: 999px;

    border-right: 1px solid #e6e6e6;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .text
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact .text
    {
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 50px;

        border: none;
        border-bottom: 1px solid #e6e6e6;
    }
}
.wrap-contact .contact .text .title-contact p
{
    color: #1691de;
}
.wrap-contact .contact .text .note
{
    margin-top: 54px;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .text .note
    {
        margin-top: 40px;
    }
}
.wrap-contact .contact .text .note p
{
    position: relative;

    display: table;

    margin: 24px 0 0 0;
}
.wrap-contact .contact .text .note p span
{
    font-size: 16px;
    line-height: 1.625;

    display: table-cell;

    padding-left: 20px;

    vertical-align: middle;

    color: #666;
}
.wrap-contact .contact .text .note p:before
{
    font-family: 'iconfont';
    font-size: 26px;
    line-height: 54px;

    display: inline-block;
    display: table-cell;

    width: 54px;
    height: 54px;

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

    color: #cacaca;
    border: 1px solid #e4e4e4;
    border-radius: 50%;
}
.wrap-contact .contact .text .note p.tel:before
{
    content: '\e627';
}
.wrap-contact .contact .text .note p.wechatt:before
{
    content: '\e604';
}
.wrap-contact .contact .text .note p.fax:before
{
    content: '\e654';
}
.wrap-contact .contact .text .note p.email:before
{
    content: '\e68b';
}
.wrap-contact .contact .text .note p a:hover
{
    text-decoration: underline;
}
.wrap-contact .contact .message
{
    float: left;

    width: 45%;
    padding-left: 100px;
}
@media (max-width: 1199px)
{
    .wrap-contact .contact .message
    {
        padding-left: 50px;
    }
}
@media (max-width: 991px)
{
    .wrap-contact .contact .message
    {
        width: 50%;
        padding-left: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact .message
    {
        width: 100%;
        padding-top: 50px;
        padding-left: 0;
    }
}
.wrap-contact .contact .message form
{
    margin-top: 34px;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .message form
    {
        margin-top: 24px;
    }
}
.wrap-contact .contact .message .item
{
    margin-top: 20px;
}
.wrap-contact .contact .message input,
.wrap-contact .contact .message textarea
{
    line-height: 25px;

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

    background-color: #f9f9f9;
}
.wrap-contact .contact .message input::-webkit-input-placeholder,
.wrap-contact .contact .message textarea::-webkit-input-placeholder
{
    color: #666;
}
.wrap-contact .contact .message input:-o-placeholder,
.wrap-contact .contact .message textarea:-o-placeholder
{
    color: #666;
}
.wrap-contact .contact .message input::-moz-placeholder,
.wrap-contact .contact .message textarea::-moz-placeholder
{
    color: #666;
}
.wrap-contact .contact .message input:-ms-input-placeholder,
.wrap-contact .contact .message textarea:-ms-input-placeholder
{
    color: #666;
}
.wrap-contact .contact .message input:focus::-webkit-input-placeholder,
.wrap-contact .contact .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .message input:focus::-o-placeholder,
.wrap-contact .contact .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .message input:focus::-moz-placeholder,
.wrap-contact .contact .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .message input:focus::-ms-input-placeholder,
.wrap-contact .contact .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .message .submit
{
    font-weight: bold;
    line-height: 45px;

    height: 45px;
    padding: 0 56px;

    color: #fff;
    border-radius: 0;
    background-color: #1691de;
}
.wrap-contact .contact .message .submit:hover
{
    text-decoration: underline;
}
.wrap-contact .contact .message span
{
    line-height: 45px;

    margin-left: 30px;

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

    height: 480px;
    margin-top: 80px;

    border: 1px solid #e2e2e2;
}
.wrap-contact .map img
{
    height: 100%;
}
