@charset 'utf-8';
*,
*:before,
*:after
{
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
input,
p,
figure,
em
{
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6
{
    font-size: 14px;
    font-weight: 500;
}
body,
button,
input,
select,
textarea
{
    font: 14px/1.2 arial, 'Microsoft Yahei', 'Hiragino Sans GB', '\5b8b\4f53', sans-serif;
}
ul,
ol,
li
{
    list-style: none;
}
body
{
    color: #333;
    background: #fff;
}
a
{
    text-decoration: none;

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

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

    color: inherit;
}
input,
button,
textarea
{
    resize: none;

    border: none;
    outline: none;
}
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;
}
img
{
    border: 0;
}
i,
em
{
    font-style: normal;
}
.clearfix:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.clearfix
{
    zoom: 1;
}
.fl
{
    float: left;
}
.fr
{
    float: right;
}
.ff
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.all
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
body
{
    font-family: Arial, Helvetica, 'Helvetica Neue', 'PingFang SC', 'Microsoft YaHei', 'Heiti SC', 'WenQuanYi Micro Hei', 'Hiragino Sans GB', sans-serif;
}
body.fixed
{
    width: 100%;
    height: 100%;
}
body.fixed .header
{
    z-index: 9999999999;
}
body.inside-body .header
{
    background-color: #fff;
}
body.inside-body .find
{
    color: #333;
}
.container
{
    width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.txt-over1
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.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%;
}
.page
{
    margin-top: 10px;

    text-align: center;
}
.page li
{
    font-size: 16px;

    display: inline-block;

    color: #1a1a1a;
}
.page li a,
.page li span
{
    display: block;

    padding: 5px 7px;

    -webkit-transition: .1s;
            transition: .1s;
}
.page li.prev a:before,
.page li.next a:before,
.page li.prev span:before,
.page li.next span:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page li.prev a:before,
.page li.prev span:before
{
    content: '\e9b5';
}
.page li.next a:before,
.page li.next span:before
{
    content: '\e72f';
}
.page li.active a,
.page li:hover a,
.page li.active span,
.page li:hover span
{
    color: #e5e5e5;
    background-color: #4cbeee;
}
.table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.table-box table
{
    line-height: 1.2;

    width: 100%;
    max-width: 100%;

    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;

    color: #1a1a1a;
}
.table-box table tr,
.table-box table td,
.table-box table th
{
    width: auto !important;
    height: auto !important;
}
.table-box table td,
.table-box table th
{
    font-size: 16px;
    font-weight: normal;

    padding: 18px 20px !important;

    border: 1px solid #ddd !important;
}
.table-box table td
{
    width: 50%;
}
.table-box table tr p,
.table-box table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.table-box table th
{
    text-align: center;

    border: 1px solid #ddd !important;
    background-color: #eee;
}
.clearfix
{
    zoom: 1;
}
.clearfix:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.fancybox-slide--iframe .fancybox-content
{
    width: 800px;
    max-width: 80%;
    height: 600px;
    max-height: 50%;
    margin: 0;
}
.fancybox-slide--video video
{
    max-width: 80%;
    padding: 0;
}
.row
{
    zoom: 1;

    margin: 0 -15px;
}
.row:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.header
{
    position: fixed;
    z-index: 999;

    width: 100%;

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

    background-color: rgba(255, 255, 255, .2);
}
.header.out
{
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .12);
}
.header.out .logo
{
    width: 46px;
}
.header.out .nav .nav-list1 > li > a
{
    padding: 28px 0;
}
.header.out .find
{
    color: #333;
}
.header .container
{
    font-size: 0;

    text-align: justify;
    text-justify: distribute-all-lines;
    letter-spacing: -8px;
}
.header .container:after
{
    display: inline-block;
    overflow: hidden;

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

    content: '';
}
.header .container > div
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
    letter-spacing: 0;
}
.header .logo
{
    width: 70px;

    -webkit-transition: .3s;
            transition: .3s;
}
.header .logo a
{
    position: relative;
    z-index: 10;

    display: block;
    overflow: hidden;

    width: 100%;
    padding: 10px 0;

    -webkit-transition: .3s;
            transition: .3s;
}
.header .logo a img
{
    display: block;

    width: 100%;
}
.header .right-box
{
    position: relative;
    z-index: 10;
}
.header .right-box > div
{
    display: inline-block;

    vertical-align: middle;
}
.header .mouse-line
{
    position: absolute;
    z-index: 2;
    left: 0;

    display: block;

    height: 2px;

    -webkit-transition: all .4s cubic-bezier(0, .225, .435, 1.3);
            transition: all .4s cubic-bezier(0, .225, .435, 1.3);

    background-color: #4cbeee;
}
.header .mouse-line.nav-line
{
    bottom: 0;
}
.header .find
{
    font-size: 18px;

    margin: 0 55px 0 30px;

    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;

    color: #fff;
}
.header .find:before
{
    font-family: 'iconfont' !important;

    margin-right: 5px;

    content: '\e651';
}
.header .find:hover
{
    color: #4cbeee;
}
.header .language
{
    font-size: 0;

    letter-spacing: -8px;

    border: 1px solid #ccc;
    border-radius: 26px;
}
.header .language a
{
    display: inline-block;

    width: 24px;
    height: 24px;

    border-radius: 50%;
    background-image: url(../images/language.png);
    background-repeat: no-repeat;
    background-size: 200% auto;
}
.header .language .cn
{
    margin-left: 24px;

    background-position: 100% 100%;
}
.header .language .en
{
    margin-right: 24px;

    background-position: 0 100%;
}
.header .language .hide
{
    display: none !important;
}
.header .nav .nav-list1 > li
{
    position: relative;

    display: inline-block;

    padding: 0 30px;

    vertical-align: middle;
}
.header .nav .nav-list1 > li > a
{
    font-size: 20px;

    display: block;

    padding: 43px 0;

    -webkit-transition: .3s;
            transition: .3s;
}
.header .nav .nav-list1 > li:hover > a:hover
{
    color: #4cbeee;
}
.header .nav .nav-list1 ul
{
    display: none;
}
.header .nav .nav-list2
{
    position: absolute;
    top: 100%;
    left: 50%;

    min-width: 150px;
    padding: 15px 0;

    text-align: center;

    background-color: rgba(255, 255, 255, .8);
}
.header .nav .nav-list2 li
{
    position: relative;
}
.header .nav .nav-list2 > li
{
    font-size: 15px;
}
.header .nav .nav-list2 > li > a
{
    display: block;

    padding: 5px 10px;
}
.header .nav .nav-list2 a
{
    -webkit-transition: .2s;
            transition: .2s;
}
.header .nav .nav-list2 a:hover
{
    text-decoration: underline;

    color: #4cbeee;
}
.header .nav .nav-list2 ul
{
    position: absolute;
    top: 0;
    left: 100%;

    min-width: 120px;
    padding: 15px 0;
    padding-left: 1px;

    border-left: 1px solid transparent;
    background-color: rgba(255, 255, 255, .8);
    background-clip: padding-box;
}
.header .nav .nav-list2 ul a
{
    font-size: 14px;

    display: block;

    padding: 5px 10px;
}
.search-wrap
{
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    background-color: rgba(0, 0, 0, .86);
}
.search-wrap.active .search
{
    -webkit-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
}
.search-wrap .search
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 800px;
    max-width: 100%;
    margin: auto;
    padding: 0 15px;

    -webkit-transition: 1s;
            transition: 1s;
    -webkit-transform: translateY(-50%) scale(.2);
        -ms-transform: translateY(-50%) scale(.2);
            transform: translateY(-50%) scale(.2);

    border: none;
    border-radius: 0;
}
.search-wrap .search p
{
    margin-bottom: 50px;

    text-align: center;
    letter-spacing: 2px;

    color: #fff;
}
.search-wrap .search .input-text
{
    font-size: 20px;
    line-height: 40px;

    width: 100%;
    padding: 0 35px 5px 20px;

    text-align: center;

    color: #fff;
    border-bottom: 3px solid #1f1e1e;
    background: none;
}
.search-wrap .search .input-submit
{
    line-height: 36px;

    position: absolute;
    right: 0;
    bottom: 10px;

    width: 50px;

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

    content: '\e660';
}
.search-wrap .search-close
{
    position: absolute;
    top: 30px;
    right: 10%;

    cursor: pointer;
}
.search-wrap .search-close:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    content: '\e61b';

    color: #fff;
}
.banner
{
    font-size: 0;

    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 100%;

    letter-spacing: -8px;
}
.banner img
{
    display: block;

    width: 100%;

    -webkit-transition: 2s;
            transition: 2s;
    -webkit-transform: rotateX(20deg);
            transform: rotateX(20deg);
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
}
.banner .slick-current img
{
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
}
.banner .slick-dots
{
    display: none !important;
}
.banner .item
{
    position: relative;

    display: block;
}
.banner .item a
{
    display: block;

    -webkit-perspective: 1000;
            perspective: 1000;
}
.banner .slick-arrow
{
    font-size: 34px;
    line-height: 50px;

    position: absolute;
    z-index: 20;
    top: 50%;

    display: block;

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

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

    color: #949d8a;
    background: none;
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    letter-spacing: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.banner .slick-arrow:hover
{
    font-size: 40px;

    color: #4cbeee;
}
.banner .slick-prev
{
    left: 2.60416667%;
}
.banner .slick-prev:before
{
    content: '\e6a7';
}
.banner .slick-next
{
    right: 2.60416667%;
}
.banner .slick-next:before
{
    content: '\eb5e';
}
.banner .num-box
{
    font-size: 20px;
    font-weight: bold;

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

    display: block;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    letter-spacing: 0;

    color: #c8c8c8;
}
.banner .num-box:after
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 80%;
    height: 1px;

    content: '';
    -webkit-transform: translateX(-50%) rotate(-35deg);
        -ms-transform: translateX(-50%) rotate(-35deg);
            transform: translateX(-50%) rotate(-35deg);

    background-color: #c8c8c8;
}
.banner .num-box span
{
    position: relative;
    z-index: 10;

    display: block;

    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;
}
.banner .num-box span:before,
.banner .num-box span:after
{
    font-family: 'iconfont' !important;
    font-size: 14px;
    font-style: normal;

    position: absolute;
    top: 50%;

    color: #1a1a1a;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.banner .num-box span:before
{
    content: '\e647';
}
.banner .num-box span:after
{
    z-index: 2;

    content: '\e75e';

    opacity: 0;
}
.banner .num-box span:hover
{
    color: #1a1a1a;
}
.banner .num-box span:hover:after
{
    opacity: 1;
}
.banner .num-box .prev
{
    padding: 0 50px 0 30px;
}
.banner .num-box .prev:before,
.banner .num-box .prev:after
{
    left: 0;

    -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
}
.banner .num-box .next
{
    padding: 0 30px 0 50px;
}
.banner .num-box .next:before,
.banner .num-box .next:after
{
    right: 0;

    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
}
.index-box
{
    max-width: 100%;
    padding: 90px 0;
}
.index-box .title
{
    margin-bottom: 25px;

    text-align: center;
}
.index-box .title span
{
    font-size: 42px;
    font-weight: bold;

    display: block;

    text-transform: uppercase;

    opacity: .22;
    color: #b8e6f9;
}
.index-box .title h3
{
    font-size: 32px;

    position: relative;
    z-index: 2;

    margin: -30px 0 0;

    color: #4cbeee;
}
.index-box .more
{
    text-align: center;
}
.index-box .more a
{
    line-height: 24px;

    display: inline-block;

    width: 105px;
    height: 30px;
    padding: 4px;

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

    color: #fff;
    border-radius: 50px;
    background-color: #fe0000;
    background-clip: content-box;
    box-shadow: 0 3px 7px 0 rgba(7, 17, 27, .2);
}
.index-box .more a:hover
{
    background-color: #dc0303;
    box-shadow: 0 3px 12px 0 rgba(7, 17, 27, .2);
}
.index-product .slick-product .slick-slide
{
    padding: 5px 0 15px 0;
}
.index-product .slick-product .item
{
    padding: 15px 15px 20px;

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

    border: 1px solid #f2f2f2;
}
.index-product .slick-product .item img
{
    -webkit-transition:         transform .7s;
    -webkit-transition: -webkit-transform .7s;
            transition: -webkit-transform .7s;
            transition:         transform .7s;
            transition:         transform .7s, -webkit-transform .7s;
}
.index-product .slick-product .item:hover img
{
    -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
            transform: scale(1.07);
}
.index-product .slick-product .item:hover
{
    box-shadow: -3px 2px 9px 0 rgba(7, 17, 27, .2);
}
.index-product .slick-product .intro
{
    position: relative;

    margin-bottom: 5px;

    -webkit-transform: translateZ(1px);
            transform: translateZ(1px);
    text-align: center;
}
.index-product .slick-product .intro p
{
    font-size: 20px;

    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #1a1a1a;
}
.index-product .slick-product .img-box
{
    padding-bottom: 111.76470588%;
}
.index-product .slick-dots
{
    margin-top: 35px;

    text-align: center;
}
.index-product .slick-dots li
{
    line-height: 16px;

    position: relative;

    display: inline-block;

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

    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;

    border-radius: 16px;
    background: #fff;
}
.index-product .slick-dots li:before,
.index-product .slick-dots li:after
{
    position: absolute;

    content: '';

    border-radius: 50%;
}
.index-product .slick-dots li:before
{
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: .3s;
            transition: .3s;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);

    border: 1px solid #b2b2b2;
}
.index-product .slick-dots li:after
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 4px;
    height: 4px;
    margin-top: -2px;
    margin-left: -2px;

    background-color: #b2b2b2;
}
.index-product .slick-dots li.slick-active:before
{
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
.index-product .slick-dots li button
{
    display: none;
}
.index-about
{
    position: relative;

    overflow: hidden;

    background-color: #f0f0f0;
}
.index-about .pic-box
{
    position: absolute;
    top: 0;
    left: 50%;

    overflow: hidden;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.index-about .pic-box:before
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(62, 165, 207, .9);
}
.index-about .pic-box img
{
    position: relative;

    display: block;
}
.index-about .title,
.index-about .top-intro,
.index-about .list
{
    position: relative;
    z-index: 2;
}
.index-about .title h3
{
    color: #fff;
}
.index-about .top-intro
{
    text-align: center;
}
.index-about .top-intro p
{
    line-height: 1.85714286;

    margin: 0;

    color: #fff;
}
.index-about .list
{
    font-size: 0;

    margin: 0 -10px;

    letter-spacing: -8px;
}
.index-about .list li
{
    font-size: 14px;

    display: inline-block;

    width: 20%;
    margin-top: 43px;
    padding: 0 10px;

    text-align: center;
    vertical-align: top;
    letter-spacing: 0;
}
.index-about .list li:nth-child(1) .icon-box
{
    background-color: #56c9c9;
}
.index-about .list li:nth-child(1) .icon-box b:before
{
    content: '\e6e1';
}
.index-about .list li:nth-child(2) .icon-box
{
    background-color: #c956a2;
}
.index-about .list li:nth-child(2) .icon-box b:before
{
    content: '\e619';
}
.index-about .list li:nth-child(3) .icon-box
{
    background-color: #c9b756;
}
.index-about .list li:nth-child(3) .icon-box b:before
{
    content: '\e649';
}
.index-about .list li:nth-child(4) .icon-box
{
    background-color: #c95656;
}
.index-about .list li:nth-child(4) .icon-box b:before
{
    content: '\e62e';
}
.index-about .list li:nth-child(5) .icon-box
{
    background-color: #566ec9;
}
.index-about .list li:nth-child(5) .icon-box b:before
{
    content: '\e62c';
}
.index-about .list .item:hover .icon-box
{
    opacity: 1;
}
.index-about .list .item:hover .intro:after
{
    -webkit-transform: scale(1.5) translateY(2px);
        -ms-transform: scale(1.5) translateY(2px);
            transform: scale(1.5) translateY(2px);

    color: #1a1a1a;
}
.index-about .list .icon-box
{
    padding: 37px 0;

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

    opacity: .8;
}
.index-about .list .icon-box b
{
    font-weight: normal;

    display: block;

    color: #fff;
}
.index-about .list .icon-box b:before
{
    font-family: 'iconfont' !important;
    font-size: 60px;
    font-style: normal;

    display: block;

    margin-bottom: 5px;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.index-about .list .intro
{
    padding: 35px 22px 20px;

    background-color: #fff;
}
.index-about .list .intro:after
{
    font-family: 'iconfont' !important;

    display: block;

    margin-top: 10px;

    content: '\e644';
    -webkit-transition: .3s;
            transition: .3s;
}
.index-about .list .intro h4
{
    font-size: 18px;

    margin: 0 0 5px;
}
.index-about .list .intro span
{
    display: block;

    margin-bottom: 10px;

    color: #666;
}
.index-about .list .intro p
{
    line-height: 2;

    height: 56px;

    color: #666;
}
.index-about .more
{
    margin-top: 60px;
}
.index-video .list
{
    font-size: 0;

    letter-spacing: -8px;
}
.index-video .list li
{
    font-size: 14px;

    display: inline-block;

    width: 33.33333%;
    margin-top: 15px;
    padding: 0 15px;

    vertical-align: top;
    letter-spacing: 0;
}
.index-video .list .img-box
{
    padding-bottom: 54.05405405%;
}
.index-video .list .img-box:before
{
    font-family: 'iconfont' !important;
    font-size: 50px;

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

    display: block;

    width: 100%;

    content: '\e64c';
    -webkit-transition: .5s;
            transition: .5s;
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    text-align: center;

    opacity: 0;
    color: #fff;
}
.index-video .list .img-box:after
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: .3s;
            transition: .3s;

    opacity: 0;
    background-color: rgba(0, 0, 0, .3);
}
.index-video .list .item
{
    -webkit-transition: .3s;
            transition: .3s;
}
.index-video .list .item img
{
    -webkit-transition:         transform .7s;
    -webkit-transition: -webkit-transform .7s;
            transition: -webkit-transform .7s;
            transition:         transform .7s;
            transition:         transform .7s, -webkit-transform .7s;
}
.index-video .list .item:hover img
{
    -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
            transform: scale(1.07);
}
.index-video .list .item:hover
{
    box-shadow: 0 4px 13px 0 rgba(7, 17, 27, .2);
}
.index-video .list .item:hover .img-box:after
{
    opacity: 1;
}
.index-video .list .item:hover .img-box:before
{
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    opacity: 1;
}
.index-video .list .intro
{
    padding: 20px;
}
.index-video .list h4
{
    font-size: 18px;

    margin: 0 0 10px;
}
.index-video .list p
{
    line-height: 1.57142857;

    display: -webkit-box;
    overflow: hidden;

    height: 44px;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.index-video .more
{
    margin-top: 55px;
}
.public-banner
{
    position: relative;

    overflow: hidden;

    width: 100%;
    padding-top: 110px;
}
.public-banner img
{
    position: relative;

    display: block;

    width: 100%;
}
.inside-nav
{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: center;

    border-bottom: 1px solid #d7d7d7;
}
.inside-nav .nav-wrap
{
    overflow-x: auto;

    padding: 5px 0;

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

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

    position: relative;

    display: inline-block;

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

    margin: 0 13px;
    padding: 0 15px;

    letter-spacing: 0;
}
.inside-nav li a
{
    display: block;

    padding: 9px 0;
}
.inside-nav li a:hover
{
    color: #4cbeee;
}
.inside-nav li.active a
{
    font-weight: bold;

    color: #4cbeee;
}
.list-l,
.content-r
{
    float: left;

    padding: 0 15px;
}
.list-l
{
    width: 25%;
}
.list-l .menu-wrap
{
    position: relative;
    z-index: 20;
}
.list-l .menu
{
    position: relative;
    z-index: 10;
}
.list-l .menu h3
{
    font-size: 20px;

    margin: 0;
    padding: 10px 15px;

    text-align: center;

    color: #fff;
    background-color: #555;
}
.list-l .menu a
{
    display: block;
}
.list-l .menu1 > li
{
    margin-bottom: 2px;

    background-color: #f2f2f2;
}
.list-l .menu1 > li.active > a,
.list-l .menu1 > li:hover > a
{
    color: #fff;
    background-color: #ea0000;
}
.list-l .menu1 > li.active > a:after,
.list-l .menu1 > li:hover > a:after
{
    color: #fff;
}
.list-l .menu1 > li.active > a:after
{
    -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg);
}
.list-l .menu1 > li > a
{
    font-size: 16px;

    position: relative;

    padding: 12px 20px;

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

    color: #1a1a1a;
}
.list-l .menu1 > li > a:after
{
    font-family: 'iconfont' !important;

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

    margin-top: -10px;

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

    color: #ea0000;
}
.list-l .menu2
{
    display: none;

    padding: 10px 0;
}
.list-l .menu2 > li
{
    position: relative;

    margin-top: 2px;
}
.list-l .menu2 > li:first-child
{
    margin-top: 0;
}
.list-l .menu2 > li.active > a span
{
    color: #4cbeee;
}
.list-l .menu2 > li:hover:not(.active) > a
{
    text-decoration: underline;
}
.list-l .menu2 > li > a
{
    line-height: 2;

    position: relative;

    padding-left: 20px;

    color: #666;
}
.list-l .menu2 > li > a:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 2px;
    height: 100%;

    content: '';

    background-color: #ea0000;
}
.list-l .menu2 > li > a span
{
    display: block;
}
.list-l .menu3
{
    display: none;

    padding-left: 20px;
}
.list-l .menu3 > li
{
    margin-top: 5px;
}
.list-l .menu3 > li.active > a,
.list-l .menu3 > li:hover > a
{
    text-decoration: underline;

    color: #4cbeee;
}
.list-l .menu3 > li > a
{
    color: #666;
}
.content-r
{
    overflow: hidden;

    width: 75%;
}
.inside-page .title
{
    margin-bottom: 60px;

    text-align: center;
}
.inside-page .title > b
{
    font-size: 42px;

    display: block;

    opacity: .22;
    color: #b8e6f9;
}
.inside-page .title h3
{
    font-size: 32px;

    position: relative;
    z-index: 2;

    margin: -30px 0 0;

    color: #4cbeee;
}
.inside-page .content
{
    position: relative;

    padding: 100px 0;
}
.video-wrap .list
{
    font-size: 0;

    margin: 0 -15px;

    letter-spacing: -8px;
}
.video-wrap .list li
{
    font-size: 14px;

    display: inline-block;

    width: 50%;
    margin-bottom: 30px;
    padding: 0 15px;

    vertical-align: top;
    letter-spacing: 0;
}
.video-wrap .list .img-box
{
    padding-bottom: 54.38596491%;

    cursor: pointer;
}
.video-wrap .list .img-box:after
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: .3s;
            transition: .3s;

    opacity: 0;
    background-color: rgba(0, 0, 0, .3);
}
.video-wrap .list .img-box:before
{
    font-family: 'iconfont' !important;
    font-size: 80px;

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

    content: '\e64c';
    -webkit-transition: .5s;
            transition: .5s;
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
    -webkit-transform: translateY(100%) translateX(-50%);
    -webkit-transform: translate3d(-50%, 100%, 0);
        -ms-transform: translateY(100%) translateX(-50%);
            transform: translateY(100%) translateX(-50%);
            transform: translate3d(-50%, 100%, 0);

    opacity: 0;
    color: #fff;
}
.video-wrap .list .intro
{
    padding: 30px;
}
.video-wrap .list .intro h4
{
    font-size: 26px;

    margin: 0 0 10px;

    color: #1a1a1a;
}
.video-wrap .list .intro p
{
    font-size: 20px;
    line-height: 1.7;

    display: -webkit-box;
    overflow: hidden;

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

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.video-wrap .list .item
{
    -webkit-transition: .3s;
            transition: .3s;
}
.video-wrap .list .item:hover
{
    box-shadow: 0 8px 16px 0 rgba(7, 17, 27, .2);
}
.video-wrap .list .item:hover .img-box:before,
.video-wrap .list .item:hover .img-box:after
{
    opacity: 1;
}
.video-wrap .list .item:hover .img-box:before
{
    -webkit-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
            transform: translate3d(-50%, -50%, 0);
}
.about-wrap .carousel-wrap .row > div
{
    float: left;

    width: 50%;
    padding: 0 15px;
}
.about-wrap .carousel-wrap .img-box
{
    padding-bottom: 75.43859649%;
}
.about-wrap .info-box h3
{
    font-size: 30px;
    font-weight: bold;

    margin: 0 0 25px;

    color: #1a1a1a;
}
.about-wrap .info-box p
{
    font-size: 16px;
    line-height: 1.6875;

    color: #1a1a1a;
}
.about-wrap .slider-nav
{
    position: relative;

    overflow: hidden;

    margin-top: 30px;
}
.about-wrap .slider-nav .slick-list
{
    margin: 0 -15px;
}
.about-wrap .slider-nav .slick-slide
{
    padding: 0 15px;
}
.about-wrap .slider-nav .slick-arrow
{
    font-size: 26px;
    font-weight: bold;

    position: absolute;
    z-index: 10;
    top: 50%;

    width: 30px;
    height: 80px;
    padding: 0;

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

    opacity: .8;
    color: #4cbeee;
    color: #fff;
    background: none;
    background-color: #4cbeee;
}
.about-wrap .slider-nav .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.about-wrap .slider-nav .slick-arrow:hover
{
    opacity: 1;
}
.about-wrap .slider-nav .slick-prev
{
    left: 0;
}
.about-wrap .slider-nav .slick-prev:before
{
    content: '\e601';
}
.about-wrap .slider-nav .slick-next
{
    right: 0;
}
.about-wrap .slider-nav .slick-next:before
{
    content: '\e827';
}
.about-wrap .list
{
    font-size: 0;

    display: table;

    width: 100%;

    letter-spacing: -8px;
}
.about-wrap .list li
{
    font-size: 14px;

    display: table-cell;

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

    text-align: center;
    vertical-align: top;
    letter-spacing: 0;

    border-left: 1px dashed #e6e6e6;
}
.about-wrap .list li:nth-child(1)
{
    border-left: none;
}
.about-wrap .list li:nth-child(1) .icon-box:before
{
    content: '\e6e1';

    color: #56c9c9;
}
.about-wrap .list li:nth-child(1) .icon-box i
{
    border-color: #56c9c9;
}
.about-wrap .list li:nth-child(1):hover .icon-box i
{
    background-color: #56c9c9;
}
.about-wrap .list li:nth-child(2) .icon-box:before
{
    content: '\e619';

    color: #c956a2;
}
.about-wrap .list li:nth-child(2) .icon-box i
{
    border-color: #c956a2;
}
.about-wrap .list li:nth-child(2):hover .icon-box i
{
    background-color: #c956a2;
}
.about-wrap .list li:nth-child(3) .icon-box:before
{
    content: '\e649';

    color: #c9b756;
}
.about-wrap .list li:nth-child(3) .icon-box i
{
    border-color: #c9b756;
}
.about-wrap .list li:nth-child(3):hover .icon-box i
{
    background-color: #c9b756;
}
.about-wrap .list li:nth-child(4) .icon-box:before
{
    content: '\e62e';

    color: #c95656;
}
.about-wrap .list li:nth-child(4) .icon-box i
{
    border-color: #c95656;
}
.about-wrap .list li:nth-child(4):hover .icon-box i
{
    background-color: #c95656;
}
.about-wrap .list li:nth-child(5) .icon-box:before
{
    content: '\e62c';

    color: #788bd4;
}
.about-wrap .list li:nth-child(5) .icon-box i
{
    border-color: #788bd4;
}
.about-wrap .list li:nth-child(5):hover .icon-box i
{
    background-color: #788bd4;
}
.about-wrap .list li:hover .icon-box
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.about-wrap .list li:hover .icon-box:before
{
    color: #fff;
}
.about-wrap .list .item
{
    padding-top: 50px;
}
.about-wrap .list .icon-box
{
    position: relative;

    width: 50px;
    height: 30px;
    margin: 0 auto;
}
.about-wrap .list .icon-box:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    font-style: normal;

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

    margin-top: 2px;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.about-wrap .list .icon-box i
{
    position: absolute;

    display: block;

    width: 100%;
    height: 100%;

    -webkit-transition: 1s;
            transition: 1s;

    border-right: 1px solid #4cbeee;
    border-left: 1px solid #4cbeee;
}
.about-wrap .list .icon-box i:nth-child(2)
{
    -webkit-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
            transform: rotate(-60deg);
}
.about-wrap .list .icon-box i:nth-child(3)
{
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg);
}
.about-wrap .list .intro
{
    padding: 50px 0 30px;

    background-color: #fff;
}
.about-wrap .list .intro h4
{
    font-size: 18px;

    margin: 0 0 5px;
}
.about-wrap .list .intro span
{
    display: block;

    margin-bottom: 10px;

    color: #666;
}
.about-wrap .list .intro p
{
    line-height: 2;

    height: 56px;

    color: #666;
}
.product-wrap .title,
.product-details-wrap .title
{
    margin-left: 15px;
    padding-left: 25%;
}
.product-wrap
{
    overflow: hidden;
}
.product-wrap .list .img-box
{
    padding-bottom: 116.21621622%;
}
.product-wrap .list li
{
    float: left;

    width: 33.33333%;
    margin-bottom: 30px;
    padding: 0 15px;
}
.product-wrap .pic-box
{
    overflow: hidden;

    border: 1px solid #ddd;
}
.product-wrap .item img
{
    -webkit-transition:         transform .7s;
    -webkit-transition: -webkit-transform .7s;
            transition: -webkit-transform .7s;
            transition:         transform .7s;
            transition:         transform .7s, -webkit-transform .7s;
}
.product-wrap .item:hover img
{
    -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
            transform: scale(1.07);
}
.product-wrap .item:hover .pic-box
{
    border-color: #ea0000;
}
.product-wrap .item:hover p
{
    color: #fff;
    background-color: #ea0000;
}
.product-wrap .item p
{
    margin: 0;

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

    color: #1a1a1a;
}
.product-wrap .item p a
{
    font-size: 20px;
    font-weight: bold;

    display: block;
    overflow: hidden;

    padding: 30px 0;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.product-details-wrap
{
    overflow: hidden;
}
.product-details-wrap .carousel-wrap
{
    zoom: 1;
}
.product-details-wrap .carousel-wrap:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.product-details-wrap .img-box
{
    padding-bottom: 116.21621622%;
}
.product-details-wrap .carousel,
.product-details-wrap .info-box
{
    float: left;

    padding: 0 15px;
}
.product-details-wrap .carousel
{
    width: 44.44444444%;
}
.product-details-wrap .info-box
{
    float: left;

    width: 55.55555556%;
}
.product-details-wrap .info-box h1
{
    font-size: 30px;
    font-weight: normal;

    margin: 0 0 35px;

    color: #1b1b1b;
}
.product-details-wrap .slider-for
{
    font-size: 0;

    overflow: hidden;

    margin: 0 -1px;

    letter-spacing: -8px;

    border: 1px solid #ddd;
}
.product-details-wrap .fun-btn
{
    margin-bottom: 70px;
    padding-bottom: 40px;

    border-bottom: 1px solid #ddd;
}
.product-details-wrap .fun-btn li
{
    float: left;

    width: 50%;
    padding: 0 15px;
}
.product-details-wrap .fun-btn a
{
    font-size: 18px;
    font-weight: bold;

    display: block;

    padding: 11px 0;

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

    color: #fff;
    background-color: #4cbeee;
}
.product-details-wrap .fun-btn a:before,
.product-details-wrap .fun-btn a:after,
.product-details-wrap .fun-btn a span
{
    display: inline-block;

    vertical-align: middle;
}
.product-details-wrap .fun-btn a:before,
.product-details-wrap .fun-btn a:after
{
    font-family: 'iconfont' !important;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;

    margin: 0 3px;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-details-wrap .fun-btn a:hover
{
    background-color: #ea0000;
}
.product-details-wrap .fun-btn .prev:before
{
    content: '\eb5e';
}
.product-details-wrap .fun-btn .next:after
{
    content: '\e6cb';
}
.product-details-wrap .slider-nav
{
    position: relative;

    padding: 0 35px;
}
.product-details-wrap .slider-nav .slick-slide
{
    padding: 0 15px;
}
.product-details-wrap .slider-nav .slick-slide .item
{
    overflow: hidden;

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

    border: 1px solid #ddd;
}
.product-details-wrap .slider-nav .slick-arrow
{
    font-size: 26px;
    font-weight: bold;

    position: absolute;
    z-index: 10;
    top: 50%;

    padding: 0;

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

    color: #4cbeee;
    background: none;
}
.product-details-wrap .slider-nav .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-details-wrap .slider-nav .slick-arrow:hover
{
    color: #ea0000;
}
.product-details-wrap .slider-nav .slick-prev
{
    left: 0;
}
.product-details-wrap .slider-nav .slick-prev:before
{
    content: '\e601';
}
.product-details-wrap .slider-nav .slick-next
{
    right: 0;
}
.product-details-wrap .slider-nav .slick-next:before
{
    content: '\e827';
}
.product-details-wrap .parameter
{
    margin-top: 60px;

    border-top: 1px solid #ddd;
}
.product-details-wrap .parameter h3
{
    font-size: 20px;

    margin: 15px 0;

    color: #1b1b1b;
}
.inquiry-form input::-webkit-input-placeholder,
.inquiry-form textarea::-webkit-input-placeholder
{
    color: #888;
}
.inquiry-form input:-o-placeholder,
.inquiry-form textarea:-o-placeholder
{
    color: #888;
}
.inquiry-form input::-moz-placeholder,
.inquiry-form textarea::-moz-placeholder
{
    color: #888;
}
.inquiry-form input:-ms-input-placeholder,
.inquiry-form textarea:-ms-input-placeholder
{
    color: #888;
}
.inquiry-form input:focus::-webkit-input-placeholder,
.inquiry-form textarea:focus::-webkit-input-placeholder
{
    color: #c3c3c3;
}
.inquiry-form input:focus::-o-placeholder,
.inquiry-form textarea:focus::-o-placeholder
{
    color: #c3c3c3;
}
.inquiry-form input:focus::-moz-placeholder,
.inquiry-form textarea:focus::-moz-placeholder
{
    color: #c3c3c3;
}
.inquiry-form input:focus::-ms-input-placeholder,
.inquiry-form textarea:focus::-ms-input-placeholder
{
    color: #c3c3c3;
}
.inquiry-form form .pro-name
{
    font-size: 16px;
    font-weight: bold;

    padding: 15px 20px;

    color: #333;
}
.inquiry-form form input,
.inquiry-form form textarea
{
    font-size: 14px;

    display: block;

    width: 100%;
    margin-bottom: 20px;
    padding: 16px 20px;

    color: #666;
    border: 1px solid #dcdcdc;
}
.inquiry-form form textarea
{
    height: 170px;
}
.inquiry-form form .submit
{
    font-size: 16px;

    display: block;

    width: 100%;
    padding: 14px 0;

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

    color: #fff;
    background-color: #4cbeee;
}
.inquiry-form form .submit:hover
{
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, .3);
}
.contact-wrap .list
{
    display: table;

    width: 100%;

    table-layout: fixed;

    border: 1px solid #e6e6e6;
}
.contact-wrap .list li
{
    display: table-cell;

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

    text-align: center;

    border-left: 1px dashed #e6e6e6;
}
.contact-wrap .list li:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-style: normal;
    line-height: 44px;

    display: block;

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

    color: #326fec;
    border: 1px solid #326fec;
    border-radius: 50%;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.contact-wrap .list li:first-child
{
    border: none;
}
.contact-wrap .list li:first-child:before
{
    content: '\e64e';
}
.contact-wrap .list li:first-child p,
.contact-wrap .list li:first-child + li p
{
    color: #808080;
}
.contact-wrap .list li:nth-child(2):before
{
    content: '\e626';
}
.contact-wrap .list li:nth-child(3):before
{
    content: '\e623';
}
.contact-wrap .list li:nth-child(4):before
{
    content: '\e64a';
}
.contact-wrap .list .item
{
    color: #1a1a1a;
}
.contact-wrap .list .name
{
    font-size: 18px;

    margin: 20px 0;
}
.contact-wrap .list p
{
    margin: 0;
}
.contact-wrap .bottom-form > div
{
    float: left;

    margin-top: 40px;
    padding: 0 15px;
}
.contact-wrap .bottom-form .col-lg-7
{
    width: 58.33333333%;
}
.contact-wrap .bottom-form .col-lg-5
{
    width: 41.66666667%;
}
.contact-wrap .message p
{
    font-size: 20px;

    color: #1a1a1a;
}
.contact-wrap .message .inquiry-form
{
    padding-right: 50px;
}
.contact-wrap .message form
{
    margin-top: 55px;
}
.contact-wrap .message form input,
.contact-wrap .message form textarea
{
    font-size: 16px;

    margin-bottom: 30px;
    padding: 11px 20px;

    border: none;
    background: #ddd;
}
.contact-wrap .message form .submit
{
    font-size: 20px;
    line-height: 50px;

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

    cursor: pointer;

    background: #005bac;
}
.contact-wrap .message .row li
{
    float: left;

    width: 50%;
    padding: 0 15px;
}
.contact-wrap .map
{
    position: relative;

    overflow: hidden;

    height: 470px;
}
.contact-wrap .map-content
{
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.online-wrap .code-pic
{
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 130px;

    display: none;

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

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

    max-width: 100%;
}
.online-wrap .online
{
    position: fixed;
    z-index: 100;
    right: 5px;
    bottom: 23%;

    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
}
.online-wrap .online a
{
    line-height: 48px;

    position: relative;

    display: block;

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

    text-align: center;

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

    color: #fff;
}
.online-wrap .online a:hover
{
    background-color: #4cbeee;
}
.online-wrap .online .icon-phone:hover .phone-num
{
    right: 100%;
}
.online-wrap .online .icon-phone .phone-num
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 5px;

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

    color: #fff;
    background-color: #4cbeee;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box
{
    padding: 5px;

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

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

    margin: 5px 0 8px 0;

    color: #888;
}
.share
{
    color: #fff;
}
.share a
{
    display: inline-block;
    overflow: hidden;

    margin-left: 7px;

    -webkit-transition:         transform .3s;
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
    text-align: center;
    vertical-align: middle;
}
.share a:first-child
{
    margin-left: 0;
}
.share a:before
{
    font-size: 16px;
    line-height: 35px;

    display: block;

    width: 35px;
    height: 35px;

    color: #fff;
    border-radius: 50%;
}
.share a:hover
{
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
}
.share.color .icon-facebook:before
{
    background-color: #3b5998;
}
.share.color .icon-tuite:before
{
    background-color: #55acee;
}
.share.color .icon-linkedin:before
{
    background-color: #006a9a;
}
.share.color .icon-youtube:before,
.share.color .icon-youtube1:before
{
    background-color: #c4302b;
}
.share.color .icon-instagram:before
{
    background-color: #6b3d2e;
}
.share.color .icon-pinterest:before
{
    background-color: #cd1f29;
}
.share.color .icon-google:before,
.share.color .icon-google1:before
{
    background-color: #dc4e41;
}
.footer
{
    position: relative;
    z-index: 10;

    padding: 100px 0;

    background-color: #e6e6e6;
}
.footer .title
{
    padding-bottom: 15px;

    border-bottom: 1px solid #ccc;
}
.footer .title h3
{
    font-size: 22px;

    overflow: hidden;

    margin: 0;

    color: #1a1a1a;
}
.footer .title h3 span
{
    font-size: 14px;

    margin-left: 10px;

    color: #666;
}
.footer .footer-wrap
{
    overflow: hidden;
}
.footer .footer-row
{
    font-size: 0;

    margin: 0 -15px;

    text-align: justify;
    text-justify: distribute-all-lines;
    letter-spacing: -8px;
}
.footer .footer-row:after
{
    display: inline-block;
    overflow: hidden;

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

    content: '';
}
.footer .foot-list
{
    font-size: 14px;

    display: inline-block;

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

    text-align: left;
    vertical-align: top;
    letter-spacing: 0;

    color: #1a1a1a;
}
.footer .foot-list li
{
    position: relative;
}
.footer .foot-list li a
{
    position: relative;

    display: inline-block;
}
.footer .foot-list p,
.footer .foot-list li
{
    margin: 30px 0 0;
}
.footer .foot-list p:first-child,
.footer .foot-list li:first-child
{
    margin-top: 0;
}
.footer .foot-list p a:hover,
.footer .foot-list li a:hover
{
    text-decoration: underline;
}
.footer .foot-map
{
    width: 500px;
    max-width: 100%;
}
.footer .foot-map .map-content
{
    height: 230px;
}
