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

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

    src: url('../fonts/Staatliches-Regular.eot');
    src: local('Staatliches Regular'), local('Staatliches-Regular'), url('../fonts/Staatliches-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Staatliches-Regular.woff2') format('woff2'), url('../fonts/Staatliches-Regular.woff') format('woff'), url('../fonts/Staatliches-Regular.ttf') format('truetype'), url('../fonts/Staatliches-Regular.svg#Staatliches-Regular') format('svg');
    font-display: swap;
}

body
{
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    color: #000;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;


}
.slick-arrow
{
    font-size: 20px;
    line-height: 1;
    line-height: 40px;

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

    overflow: hidden;

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

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

    color: #fff;
    border: none;
    outline: none;
    background: none;
    background-color: rgba(0, 0, 0, .8);
}
.slick-arrow:before
{
    font-family: 'iconfont' !important;

    display: inline-block;

    content: '\e671';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
.slick-arrow.slick-next:before
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.slick-dots
{
    margin-top: 40px;

    text-align: center;
}
.slick-dots li
{
    display: inline-block;

    width: 70px;
    height: 4px;
    margin: 0 10px;

    vertical-align: top;

    background-color: #dfdfdf;
}
@media (max-width: 1470px)
{
    .slick-dots li
    {
        width: 50px;
    }
}
@media (max-width: 991px)
{
    .slick-dots li
    {
        width: 20px;
        height: 2px;
        margin: 0 4px;
    }
}
.slick-dots li button
{
    display: none;
}
.slick-dots li.slick-active
{
    background-color: #c00;
}
.header-box
{
    position: fixed;
    z-index: 13;
    top: 0;
    left: 0;

    width: 100%;
    height: 140px;
    padding: 0 3%;

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

    color: #fff;
}
@media (max-width: 1199px)
{
    .header-box
    {
        position: fixed;

        height: 60px;
    }
}
.header-box .logo,
.header-box .logo-nav
{
    display: inline-block;
    float: left;

    height: 60px;
    margin-top: 40px;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: left;
}
@media (max-width: 1199px)
{
    .header-box .logo,
    .header-box .logo-nav
    {
        height: 40px;
        margin-top: 10px;
    }
}
.header-box .logo a,
.header-box .logo-nav a
{
    display: block;

    height: 100%;

    color: #fff;
}
.header-box .logo img,
.header-box .logo-nav img,
.header-box .logo p,
.header-box .logo-nav p
{
    display: inline-block;

    vertical-align: middle;
}
.header-box .logo img,
.header-box .logo-nav img
{
    height: 100%;
}
.header-box .logo p,
.header-box .logo-nav p
{
    font-size: 28px;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1199px)
{
    .header-box .logo p,
    .header-box .logo-nav p
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .header-box .logo p,
    .header-box .logo-nav p
    {
        font-size: 18px;
    }
}
.header-box .logo p span,
.header-box .logo-nav p span
{
    font-size: 12px;

    display: block;
}
.header-box .logo p i,
.header-box .logo-nav p i
{
    font-style: normal;

    color: #c00;
}
.header-box .logo-nav a
{
    color: #000;
}
.header-box .logo-nav a p
{
    font-size: 26px;
    font-weight: bold;
}
.header-box .logo-nav a p span
{
    font-weight: normal;
}
.header-box .button-menu
{
    display: none;

    width: 30px;

    cursor: pointer;
    -webkit-transition: all .5s;
            transition: all .5s;
    text-align: right;
    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header-box .button-menu
    {
        display: inline-block;
        float: right;

        margin-top: 17px;
    }
}
.header-box .button-menu span
{
    display: block;

    width: 30px;
    height: 3px;

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

    border-radius: 10px;
    background-color: #fff;
}
.header-box .button-menu span.mline2
{
    width: 20px;
    margin: 6px 0 6px 10px;
}
.header-box .tel
{
    display: inline-block;
    float: right;

    margin-top: 20px;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: left;
}
@media (max-width: 1199px)
{
    .header-box .tel
    {
        display: none;
    }
}
.header-box .tel:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;

    display: inline-block;

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

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

    color: rgba(255, 255, 255, .5);
}
@media (max-width: 1350px)
{
    .header-box .tel:before
    {
        font-size: 30px;
    }
}
.header-box .tel h3
{
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;

    display: inline-block;

    padding-left: 18px;

    vertical-align: middle;

    color: rgba(255, 255, 255, .5);
    border-left: 1px solid rgba(255, 255, 255, .5);
}
@media (max-width: 1350px)
{
    .header-box .tel h3
    {
        font-size: 16px;
        line-height: 24px;
    }
}
.header-box .tel a
{
    font-size: 24px;
    font-weight: bold;
    display: block;
}
@media (max-width: 1350px)
{
    .header-box .tel a
    {
        font-size: 20px;
    }
}
.header-box .nav-box
{
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header-box .nav-box
    {
        position: fixed;
        z-index: 9;
        top: 0;
        left: 0;

        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
                flex-direction: column;

        width: 100%;
        height: 100%;

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

        color: #333;
        background-color: #fff;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
}
@media (max-width: 1199px)
{
    .header-box .nav-box ul.nav-leve1
    {
        margin: 20px 0;
    }
}
.header-box .nav-box ul.nav-leve1 > li
{
    display: inline-block;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .header-box .nav-box ul.nav-leve1 > li
    {
        display: block;
    }
}
.header-box .nav-box ul.nav-leve1 > li > a
{
    font-size: 20px;
    line-height: 140px;

    display: inline-block;

    padding: 0 34px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1350px)
{
    .header-box .nav-box ul.nav-leve1 > li > a
    {
        font-size: 18px;

        padding: 0 28px;
    }
}
@media (max-width: 1199px)
{
    .header-box .nav-box ul.nav-leve1 > li > a
    {
        font-weight: bold;
        line-height: 30px;

        margin: 4px 0;
        padding: 10px;

        letter-spacing: 20px;
    }
}
.header-box .nav-box ul.nav-leve1 > li.active > a,
.header-box .nav-box ul.nav-leve1 > li:hover > a
{
    color: #c00;
}
.header-box .nav-box .nav-level2
{
    font-size: 0;

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

    display: none;

    width: 100%;
    padding: 40px 0;

    text-align: left;

    color: #333;
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}
.header-box .nav-box .nav-level2 .nav-title,
.header-box .nav-box .nav-level2 .nav-list
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.header-box .nav-box .nav-level2 .nav-title
{
    width: 40%;

    text-align: center;

    color: #c00;
}
@media (max-width: 1199px)
{
    .header-box .nav-box .nav-level2 .nav-title
    {
        display: none;
    }
}
.header-box .nav-box .nav-level2 .nav-title .iconfont,
.header-box .nav-box .nav-level2 .nav-title h3
{
    display: inline-block;

    vertical-align: middle;
}
.header-box .nav-box .nav-level2 .nav-title .iconfont
{
    font-size: 100px;
    line-height: 1;

    margin-right: 30px;
}
.header-box .nav-box .nav-level2 .nav-title h3
{
    font-size: 24px;

    text-align: left;
}
.header-box .nav-box .nav-level2 .nav-title h3 span
{
    font-family: 'Staatliches';
    font-size: 36px;

    display: block;
}
.header-box .nav-box .nav-level2 .nav-list
{
    width: 60%;
    padding-left: 5%;

    border-left: 1px solid #eee;
}
@media (max-width: 1199px)
{
    .header-box .nav-box .nav-level2 .nav-list
    {
        width: 100%;
        padding-left: 0;
    }
}
.header-box .nav-box .nav-level2 .nav-list .groupbox .group
{
    font-size: 18px;
    line-height: 30px;

    display: inline-block;

    width: 40%;
    margin: 10px 0;

    vertical-align: top;
}
.header-box .nav-box .nav-level2 .nav-list .groupbox .group .icon
{
    font-size: 34px;

    width: 40px;
    margin-right: 10px;
}
.header-box .nav-box .nav-level2 .nav-list .groupbox .group .icon,
.header-box .nav-box .nav-level2 .nav-list .groupbox .group span
{
    display: inline-block;

    vertical-align: middle;
}
.header-box .nav-box .nav-level2 .nav-list .groupbox .group:hover
{
    color: #c00;
}
.header-box .nav-box .nav-level2 .nav-list .groupbox .group:hover .icon
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.header-box .tel-nav h3
{
    font-size: 18px;

    letter-spacing: 9px;

    color: #999;
}
.header-box .tel-nav p
{
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;

    margin-top: 24px;

    color: #c00;
}
.header-box .tel-nav p .icon
{
    font-size: 40px;
    font-weight: normal;

    display: inline-block;

    vertical-align: middle;
}
.fixed-header,
.header-box-product
{
    height: 80px;

    color: #333;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .fixed-header,
    .header-box-product
    {
        height: 60px;
    }
}
.fixed-header .logo,
.header-box-product .logo
{
    margin-top: 10px;
}
.fixed-header .logo a,
.header-box-product .logo a
{
    color: #333;
}
.fixed-header .nav-box ul.nav-leve1 > li > a,
.header-box-product .nav-box ul.nav-leve1 > li > a
{
    line-height: 80px;
}
@media (max-width: 1199px)
{
    .fixed-header .nav-box ul.nav-leve1 > li > a,
    .header-box-product .nav-box ul.nav-leve1 > li > a
    {
        line-height: 30px;
    }
}
.fixed-header .button-menu span,
.header-box-product .button-menu span
{
    background-color: #333;
}
.fixed-header .tel,
.header-box-product .tel
{
    margin-top: 8px;
}
.fixed-header .tel:before,
.header-box-product .tel:before
{
    color: #999;
}
.fixed-header .tel h3,
.header-box-product .tel h3,
.fixed-header .tel p,
.header-box-product .tel p
{
    color: #666;
}
.fixed-header .tel h3,
.header-box-product .tel h3
{
    margin: 0;
	line-height: 20px;
    border-left: 1px solid #eee;
}
.menu-open
{
    overflow: hidden;
}
.menu-open .header-box .button-menu
{
    font-size: 0;

    position: fixed;
    z-index: 10;
    top: 20px;
    right: 15px;

    height: 30px;
}
.menu-open .header-box .button-menu span
{
    position: absolute;
    top: 0;

    text-align: center;

    background-color: #333;
}
.menu-open .header-box .button-menu span.mline2
{
    display: none;

    margin: 0;
}
.menu-open .header-box .button-menu span.mline1
{
    left: 0;

    -webkit-transform: rotate(42deg);
        -ms-transform: rotate(42deg);
            transform: rotate(42deg);
}
.menu-open .header-box .button-menu span.mline3
{
    right: 0;

    -webkit-transform: rotate(-42deg);
        -ms-transform: rotate(-42deg);
            transform: rotate(-42deg);
}
.menu-open .header-box .nav-box
{
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
}
.fluid_video_wrapper.fluid_player_layout_default .fade_in,
.fluid_video_wrapper.fluid_player_layout_default .fade_out,
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container
{
    display: none !important;
}
.banner-box
{
    font-size: 0;

    position: relative;

    clear: both;
    overflow: hidden;

    width: 100%;
}
@media (max-width: 767px)
{
    .banner-box .banner
    {
        width: 160%;
        margin-left: -30%;
    }
}
.banner-box .item
{
    position: relative;

    overflow: hidden;
}
.banner-box .item .video-box
{
    position: relative;

    display: block;

    padding-bottom: 50%;
}
.banner-box .item .video-box:before
{
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
}
.banner-box .item .video-box .fluid_video_wrapper
{
    position: absolute;
    z-index: 2;

    width: 100%;
}
.banner-box .item .video-box video
{
    position: absolute;
    left: 0;

    width: 100%;
    height: auto !important;
}
.banner-box .item img
{
    display: block;
}
@media (min-width: 1200px)
{
    .banner-box .item img
    {
        position: absolute;
        top: 50%;
        left: 50%;
    }
}
@media (max-width: 1199px)
{
    .banner-box .item img
    {
        width: 100%;
    }
}
.banner-box .text
{
    position: absolute;
    z-index: 3;
    top: 55%;
    left: 50%;

    padding: 0 15px;

    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    color: #fff;
}
@media (min-width: 1200px)
{
    .banner-box .text
    {
        white-space: nowrap;
    }
}
@media (max-width: 1199px)
{
    .banner-box .text
    {
        width: 100%;
        padding: 0 10%;
    }
}
@media (max-width: 767px)
{
    .banner-box .text
    {
        padding: 0 22%;
    }
}
.banner-box .text h2,
.banner-box .text h3,
.banner-box .text p,
.banner-box .text a.more
{
    -webkit-transform: translateY(10rem);
        -ms-transform: translateY(10rem);
            transform: translateY(10rem);

    opacity: 0;
}
@media (max-width: 1199px)
{
    .banner-box .text h2,
    .banner-box .text h3,
    .banner-box .text p,
    .banner-box .text a.more
    {
        -webkit-transform: translateY(0rem);
            -ms-transform: translateY(0rem);
                transform: translateY(0rem);

        opacity: 1;
    }
}
.banner-box .text h2
{
    font-family: Impact, serif;
    font-size: 60px;

    -webkit-transition: all .8s;
            transition: all .8s;
    letter-spacing: 30px;
}
@media (max-width: 1350px)
{
    .banner-box .text h2
    {
        font-size: 50px;
    }
}
@media (max-width: 1199px)
{
    .banner-box .text h2
    {
        font-size: 40px;

        letter-spacing: 15px;
    }
}
@media (max-width: 767px)
{
    .banner-box .text h2
    {
        font-size: 24px;

        letter-spacing: 5px;
    }
}
.banner-box .text h2 span
{
    color: #c00;
}
.banner-box .text h3
{
    font-size: 48px;
    font-weight: 300;

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

    color: rgba(255, 255, 255, .7);
}
@media (max-width: 1350px)
{
    .banner-box .text h3
    {
        font-size: 42px;
    }
}
@media (max-width: 1199px)
{
    .banner-box .text h3
    {
        font-size: 30px;

        letter-spacing: 10px;
    }
}
@media (max-width: 767px)
{
    .banner-box .text h3
    {
        font-size: 16px;

        margin-top: 10px;

        letter-spacing: 3px;
    }
}
.banner-box .text p
{
    margin: 20px 0 0 0;

    -webkit-transition: all .8s .4s;
            transition: all .8s .4s;
}
@media (max-width: 767px)
{
    .banner-box .text p
    {
        margin-top: 10px;
    }
}
.banner-box .text p span
{
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;

    display: inline-block;

    margin-right: 30px;

    vertical-align: middle;

    color: rgba(255, 255, 255, .9);
}
@media (max-width: 1199px)
{
    .banner-box .text p span
    {
        margin-right: 20px;
    }
}
@media (max-width: 991px)
{
    .banner-box .text p span
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .banner-box .text p span
    {
        font-size: 12px;
        line-height: 30px;

        margin-right: 10px;
    }
}
.banner-box .text p span img
{
    display: inline-block;

    margin-right: 6px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .banner-box .text p span img
    {
        width: 20px !important;
    }
}
.banner-box .text img
{
    position: relative;
    top: 0;
    left: 0;

    width: auto !important;
    height: auto !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
}
.banner-box .text a.more
{
    font-size: 18px;
    font-weight: 300;
    line-height: 60px;

    display: inline-block;

    padding: 0 38px;

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

    color: rgba(255, 255, 255, .55);
    border: 1px solid rgba(255, 255, 255, .55);
}
@media (max-width: 1199px)
{
    .banner-box .text a.more
    {
        font-size: 16px;
        line-height: 50px;

        margin: 10px 0 0 0;
        padding: 0 30px;
    }
}
@media (max-width: 991px)
{
    .banner-box .text a.more
    {
        line-height: 40px;
    }
}
@media (max-width: 767px)
{
    .banner-box .text a.more
    {
        font-size: 13px;
        line-height: 30px;

        padding: 0 20px;
    }
}
.banner-box .bpic1,
.banner-box .bpic2,
.banner-box .bpic3
{
    position: absolute;

    width: 100%;
    height: 100%;

    opacity: 0;
}
@media (max-width: 1199px)
{
    .banner-box .bpic1,
    .banner-box .bpic2,
    .banner-box .bpic3
    {
        opacity: 1;
    }
}
.banner-box .bpic1 img,
.banner-box .bpic2 img,
.banner-box .bpic3 img
{
    top: 0;
    left: 0;

    width: auto !important;
    max-width: 110%;
    height: auto !important;
    margin: 0 !important;
    margin-left: -5%;
}
.banner-box .bpic1
{
    z-index: 3;
    top: -28%;
    left: -10%;
}
.banner-box .bpic2
{
    z-index: 2;
    top: 19%;
    left: -20%;
}
.banner-box .bpic3
{
    z-index: 1;
    bottom: -50%;
    left: -40%;
}
.banner-box .text-2
{
    position: absolute;
    z-index: 3;
    top: 55%;
    left: 50%;

    display: block;

    width: 100%;
    padding: 0 10%;

    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    color: #fff;
}
@media (max-width: 767px)
{
    .banner-box .text-2
    {
        padding: 0 22%;
    }
}
.banner-box .text-2 h2
{
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei';
    font-weight: bold;

    letter-spacing: 0;
}
@media (min-width: 1200px)
{
    .banner-box .text-2 h2
    {
        font-size: 72px;
    }
}
@media (max-width: 1199px)
{
    .banner-box .text-2 h2
    {
        font-size: 35px;
    }
}
@media (max-width: 991px)
{
    .banner-box .text-2 h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .banner-box .text-2 h2
    {
        font-size: 20px;
    }
}
.banner-box .text-2 h2 span
{
    font-weight: 300;

    color: #fff;
}
.banner-box .text-2 h3
{
    letter-spacing: 0;
}
@media (min-width: 1200px)
{
    .banner-box .text-2 h3
    {
        font-size: 36px;
    }
}
@media (max-width: 1199px)
{
    .banner-box .text-2 h3
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .banner-box .text-2 h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .banner-box .text-2 h3
    {
        font-size: 16px;
    }
}
.banner-box .active-class .text h2,
.banner-box .active-class .text h3,
.banner-box .active-class .text p,
.banner-box .active-class .text a.more
{
    -webkit-transform: translateY(0rem);
        -ms-transform: translateY(0rem);
            transform: translateY(0rem);

    opacity: 1;
}
.banner-box .active-class .bpic1
{
    -webkit-animation: bfadeInUp 1.5s 0s ease both;
            animation: bfadeInUp 1.5s 0s ease both;
}
.banner-box .active-class .bpic3
{
    -webkit-animation: bfadeInUp 1.5s 0.3s ease both;
            animation: bfadeInUp 1.5s 0.3s ease both;
}
.banner-box .active-class .bpic2
{
    -webkit-animation: bfadeInDown 1.5s 0s ease both;
            animation: bfadeInDown 1.5s 0s ease both;
}
.banner-box .sign
{
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;

    position: absolute;
    top: -webkit-calc(50% + 30px);
    top:         calc(50% + 30px);
    left: 3%;

    width: 30px;

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

    color: rgba(255, 255, 255, .3);
}
@media (max-width: 1199px)
{
    .banner-box .sign
    {
        font-size: 14px;
        line-height: 24px;

        width: 24px;
    }
}
@media (max-width: 767px)
{
    .banner-box .sign
    {
        font-size: 12px;
        line-height: 16px;

        display: none;

        width: 16px;
    }
}
.banner-box .sign p
{
    margin: 0;
}
.banner-box .share
{
    position: absolute;
    z-index: 2;
    right: 3%;
    bottom: 30px;
}
@media (max-width: 767px)
{
    .banner-box .share
    {
        bottom: 20px;
    }
}
.banner-box .share a
{
    position: relative;

    display: inline-block;

    padding: 0 30px;

    color: rgba(255, 255, 255, .5);
}
@media (max-width: 767px)
{
    .banner-box .share a
    {
        line-height: 20px;

        padding: 0 20px;
    }
}
.banner-box .share a:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    display: inline-block;

    content: '\e61a';
    vertical-align: middle;
}
.banner-box .share a.wechat
{
    border-right: 1px solid rgba(255, 255, 255, .3);
}
.banner-box .share a.wechat img
{
    position: absolute;
    bottom: 40px;
    left: 0;

    width: 120px;
    height: 120px;

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

    opacity: 0;
}

.banner-box .share a.wechat:hover img
{
    opacity: 1;
}
.banner-box .share a.tel:before
{
    content: '\e631';
}
.banner-box .share a.tel span
{
    font-size: 18px;
    position: absolute;
    right: 0;
    bottom: 40px;

    display: inline-block;

    margin-left: 6px;

    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: middle;
    white-space: nowrap;

    opacity: 0;
}
@media(max-width:767px){
	.banner-box .share a.wechat img{
		width: 80px;
		height: 80px;
		bottom: 30px;

	}
	.banner-box .share a.tel span{
		font-size: 15px;
	}
}
.banner-box .share a.tel:hover span
{
    opacity: 1;
}
.banner-box .slick-dots
{
    position: absolute;
    bottom: 20px;
    left: 3%;

    margin: 0;
}
@media (max-width: 767px)
{
    .banner-box .slick-dots
    {
        left: 20%;
    }
}
.banner-box .slick-dots li
{
    font-size: 14px;
    font-style: italic;
    line-height: 1;

    width: auto;
    height: auto;

    vertical-align: bottom;

    color: #999;
    background: none;
}
.banner-box .slick-dots li button
{
    display: block;

    padding: 0;

    background: none;
}
.banner-box .slick-dots li button:before
{
    content: '0';
}
.banner-box .slick-dots li button:after
{
    content: '.';
}
.banner-box .slick-dots li.slick-active
{
    font-size: 18px;
    font-weight: bold;

    color: #c00;
}
@media (max-width: 767px)
{
    .banner-box .slick-dots li.slick-active
    {
        font-size: 16px;
    }
}
@-webkit-keyframes bfadeInUp
{
    from
    {
        -webkit-transform: translate3d(10%, 10%, 0);
                transform: translate3d(10%, 10%, 0);

        opacity: 0;
    }
    to
    {
        -webkit-transform: none;
                transform: none;

        opacity: 1;
    }
}
@keyframes bfadeInUp
{
    from
    {
        -webkit-transform: translate3d(10%, 10%, 0);
                transform: translate3d(10%, 10%, 0);

        opacity: 0;
    }
    to
    {
        -webkit-transform: none;
                transform: none;

        opacity: 1;
    }
}
.bfadeInUp
{
    -webkit-animation-name: bfadeInUp;
            animation-name: bfadeInUp;
}
@-webkit-keyframes bfadeInDown
{
    from
    {
        -webkit-transform: translate3d(-10%, -10%, 0);
                transform: translate3d(-10%, -10%, 0);

        opacity: 0;
    }
    to
    {
        -webkit-transform: none;
                transform: none;

        opacity: 1;
    }
}
@keyframes bfadeInDown
{
    from
    {
        -webkit-transform: translate3d(-10%, -10%, 0);
                transform: translate3d(-10%, -10%, 0);

        opacity: 0;
    }
    to
    {
        -webkit-transform: none;
                transform: none;

        opacity: 1;
    }
}
.bfadeInDown
{
    -webkit-animation-name: bfadeInDown;
            animation-name: bfadeInDown;
}
/*banner鼠标动画*/
.banner_mouse
{
    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: 50%;

    width: 23px;
    height: 40px;

    cursor: pointer;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-animation: nudgeMouse 1.6s linear infinite;
            animation: nudgeMouse 1.6s linear infinite;

    background: url(../images/banner_mouse_ico.png) no-repeat -23px 0;
}
@media (max-width: 767px)
{
    .banner_mouse
    {
        bottom: 20px;
    }
}
.banner_mouse a
{
    position: relative;
    z-index: 2;

    display: block;
}
.banner_mouse:after,
.banner_mouse:before
{
    position: absolute;
    z-index: 1;

    content: '';
}
.banner_mouse:before
{
    top: 0;
    left: 0;

    width: 23px;
    height: 40px;

    -webkit-animation: colorSlide 1.6s linear infinite;
            animation: colorSlide 1.6s linear infinite;

    background: url(../images/banner_mouse_ico.png) no-repeat 0 0;
}
.banner_mouse:after
{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 4px;
    height: 10px;
    margin: auto;

    -webkit-animation: trackBallSlide 1.6s linear infinite;
            animation: trackBallSlide 1.6s linear infinite;

    border-radius: 10px;
    background-color: #fff;
}
@-webkit-keyframes colorSlide
{
    0%
    {
        height: 0;
    }
    90%
    {
        height: 40px;
    }
}
@keyframes colorSlide
{
    0%
    {
        height: 0;
    }
    90%
    {
        height: 40px;
    }
}
@-webkit-keyframes trackBallSlide
{
    0%
    {
        -webkit-transform: scale(1) translateY(-8px);
                transform: scale(1) translateY(-8px);

        opacity: 1;
    }
    34%
    {
        -webkit-transform: scale(.9) translateY(4px);
                transform: scale(.9) translateY(4px);

        opacity: 1;
    }
    68%
    {
        -webkit-transform: scale(.4) translateY(16px);
                transform: scale(.4) translateY(16px);

        opacity: 0;
    }
    100%
    {
        -webkit-transform: scale(.4) translateY(-8px);
                transform: scale(.4) translateY(-8px);

        opacity: 0;
    }
}
@keyframes trackBallSlide
{
    0%
    {
        -webkit-transform: scale(1) translateY(-8px);
                transform: scale(1) translateY(-8px);

        opacity: 1;
    }
    34%
    {
        -webkit-transform: scale(.9) translateY(4px);
                transform: scale(.9) translateY(4px);

        opacity: 1;
    }
    68%
    {
        -webkit-transform: scale(.4) translateY(16px);
                transform: scale(.4) translateY(16px);

        opacity: 0;
    }
    100%
    {
        -webkit-transform: scale(.4) translateY(-8px);
                transform: scale(.4) translateY(-8px);

        opacity: 0;
    }
}
@-webkit-keyframes nudgeMouse
{
    0%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    50%
    {
        -webkit-transform: translateY(8px);
                transform: translateY(8px);
    }
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@keyframes nudgeMouse
{
    0%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    50%
    {
        -webkit-transform: translateY(8px);
                transform: translateY(8px);
    }
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
.banner-inner
{
    position: relative;
    z-index: 2;

    overflow: hidden;
}
.banner-inner img
{
    width: 100%;
}
@media (max-width: 1199px)
{
    .banner-inner img
    {
        width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 991px)
{
    .banner-inner img
    {
        width: 180%;
        margin-left: -40%;
    }
}
.banner-inner .text-inner
{
    position: absolute;
    z-index: 3;
    top: 55%;
    left: 0;

    padding: 0 10%;

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

    color: #fff;
}
@media (min-width: 1200px)
{
    .banner-inner .text-inner
    {
        white-space: nowrap;
    }
}
@media (max-width: 1199px)
{
    .banner-inner .text-inner
    {
        width: 100%;
        padding: 0 5%;
    }
}
@media (max-width: 767px)
{
    .banner-inner .text-inner
    {
        padding: 0 5%;
    }
}
.banner-inner .text-inner h2
{
    font-size: 40px;
    font-weight: bold;

    letter-spacing: 5px;
}
@media (max-width: 1199px)
{
    .banner-inner .text-inner h2
    {
        font-size: 32px;
    }
}
@media (max-width: 991px)
{
    .banner-inner .text-inner h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .banner-inner .text-inner h2
    {
        font-size: 20px;
    }
}
.banner-inner .text-inner h2 span
{
    color: #c00;
}
.banner-inner .text-inner h3
{
    font-size: 40px;
    text-transform:uppercase;
    letter-spacing: .5px;
    font-weight: 100;
    color: rgba(255, 255, 255, .9);
}
@media (max-width: 991px)
{
    .banner-inner .text-inner h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .banner-inner .text-inner h3
    {
        font-size: 16px;

        margin-top: 10px;
    }
}
.banner-inner .text-number
{
    position: absolute;
    z-index: 8;
    top: 55%;
    left: 50%;

    padding: 0 15px;

    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    color: #fff;
}
@media (min-width: 768px)
{
    .banner-inner .text-number
    {
        white-space: nowrap;
    }
}
@media (max-width: 767px)
{
    .banner-inner .text-number
    {
        width: 100%;
    }
}
.banner-inner .text-number > ul
{
    margin: 0 -50px;
}
@media (max-width: 1199px)
{
    .banner-inner .text-number > ul
    {
        margin: 0 -30px;
    }
}
@media (max-width: 991px)
{
    .banner-inner .text-number > ul
    {
        margin: 0 -15px;
    }
}
.banner-inner .text-number > ul > li
{
    display: inline-block;

    padding: 0 50px;

    vertical-align: top;

    border-right: 1px solid rgba(255, 255, 255, .22);
}
@media (max-width: 1199px)
{
    .banner-inner .text-number > ul > li
    {
        padding: 0 30px;
    }
}
@media (max-width: 991px)
{
    .banner-inner .text-number > ul > li
    {
        padding: 0 15px;
    }
}
.banner-inner .text-number > ul > li:last-child
{
    border-right: none;
}
.banner-inner .text-number .numbergroup
{
    text-align: center;
}
.banner-inner .text-number .numbergroup h3
{
    font-family: 'DINCond';
    font-size: 111px;
    font-weight: 100;
    line-height: 1;
}
@media (max-width: 1199px)
{
    .banner-inner .text-number .numbergroup h3
    {
        font-size: 60px;
    }
}
@media (max-width: 991px)
{
    .banner-inner .text-number .numbergroup h3
    {
        font-size: 50px;
    }
}
@media (max-width: 767px)
{
    .banner-inner .text-number .numbergroup h3
    {
        font-size: 40px;
    }
}
.banner-inner .text-number .numbergroup h3 sub
{
    font-size: 48px;
    font-weight: normal;
}
@media (max-width: 1199px)
{
    .banner-inner .text-number .numbergroup h3 sub
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .banner-inner .text-number .numbergroup h3 sub
    {
        font-size: 30px;
    }
}
.banner-inner .text-number .numbergroup p
{
    font-size: 24px;
    font-weight: 100;
    margin: 10px 0 0 0;
}
@media (max-width: 1199px)
{
    .banner-inner .text-number .numbergroup p
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .banner-inner .text-number .numbergroup p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .banner-inner .text-number .numbergroup p
    {
        font-size: 13px;
    }
}
area
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 572px;

    background: -webkit-linear-gradient(280deg, #4a4ea4 65%, #e884a1);
    background:         linear-gradient(-190deg, #4a4ea4 65%, #e884a1);
}
@media(max-width:1199px){
	area{
		display: none;
	}
}
.home-nav
{
    position: fixed;
    z-index: 8;
    top: 50%;
    right: 2%;

    overflow: hidden;

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

    border-radius: 6px;
}
@media (max-width: 1199px)
{
    .home-nav
    {
        display: none;
    }
}
.home-nav > ul > li
{
    position: relative;

    display: block;

    width: 3px;
    height: 60px;
    margin: 0 auto;

    cursor: pointer;

    background-color: rgba(233, 213, 242, .8);
}
.home-nav > ul > li.active
{
    width: 5px;
}
.home-nav > ul > li.active > a:before
{
    height: 100%;
}
.home-nav > ul > li > a
{
    display: block;

    height: 100%;
}
.home-nav > ul > li > a:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 0;

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

    border-radius: 6px;
    background-color: #c00;
}
.home-wrap .more
{
    margin-top: 50px;

    text-align: center;
}
@media (max-width: 767px)
{
    .home-wrap .more
    {
        margin-top: 30px;
    }
}
.home-wrap .more a
{
    font-size: 16px;
    line-height: 54px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    padding: 0 36px;

    border: 1px solid #000;
}
@media (max-width: 991px)
{
    .home-wrap .more a
    {
        line-height: 44px;

        padding: 0 30px;
    }
}
@media (max-width: 767px)
{
    .home-wrap .more a
    {
        font-size: 14px;
        line-height: 36px;

        padding: 0 20px;
    }
}
.home-wrap .more a span
{
    position: relative;
    z-index: 5;

    display: block;
}
.home-wrap .more a:before
{
    position: absolute;
    top: -110%;
    left: -10%;

    display: block;

    width: 120%;
    height: 0;
    padding-bottom: 120%;

    content: '';
    -webkit-transform: translateY(68%) scale3d(0, 0, 0);
            transform: translateY(68%) scale3d(0, 0, 0);

    border-radius: 50%;
    background: #404040;
}
.home-wrap .more a:after
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
            transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
            transition:         transform .25s cubic-bezier(.1, 0, .3, 1);
            transition:         transform .25s cubic-bezier(.1, 0, .3, 1), -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
    -webkit-transform: translateY(-102%);
        -ms-transform: translateY(-102%);
            transform: translateY(-102%);

    background: #404040;
}
.home-wrap .more a span:after
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    display: inline-block;

    margin-left: 14px;

    content: '\e671';
    vertical-align: middle;
}
.home-wrap .more a:hover:before
{
    -webkit-transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
            transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
            transition:         transform .25s cubic-bezier(.1, 0, .3, 1);
            transition:         transform .25s cubic-bezier(.1, 0, .3, 1), -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
    -webkit-transform: translate(0) scale(1);
        -ms-transform: translate(0) scale(1);
            transform: translate(0) scale(1);
}
.home-wrap .more a:hover:after
{
    -webkit-transition-delay: .25s;
            transition-delay: .25s;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-duration: 31.25ms;
            transition-duration: 31.25ms;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
}
.home-wrap .more a:hover span
{
    -webkit-animation: MoveScaleUpInitial .1875s forwards, MoveScaleUpEnd .1875s forwards .1875s;
            animation: MoveScaleUpInitial .1875s forwards, MoveScaleUpEnd .1875s forwards .1875s;

    color: #fff;
}
.title-part h3
{
    font-family: Impact, serif;
    font-size: 36px;

    letter-spacing: 3px;
    text-transform: uppercase;

    color: #c00;
}
@media (max-width: 1199px)
{
    .title-part h3
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .title-part h3
    {
        font-size: 26px;
    }
}
.title-part h2
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    margin: 0;
}
@media (max-width: 991px)
{
    .title-part h2
    {
        font-size: 20px;
    }
}
.title-huishang
{
    text-align: center;
	position: relative;

}
.title-huishang h3
{
    font-size: 16px;
    font-weight: 300;

    letter-spacing: 3px;
}
@media (max-width: 767px)
{
    .title-huishang h3
    {
        font-size: 14px;
    }
}
.title-huishang h3 span
{
    color: #c00;
}
.title-huishang h2
{
    font-size: 24px;
    line-height: 1.25;

    margin: 0;

    letter-spacing: 14px;
}
@media (max-width: 991px)
{
    .title-huishang h2
    {
        font-size: 20px;

        letter-spacing: 8px;
    }
}
@media (max-width: 767px)
{
    .title-huishang h2
    {
        font-size: 18px;
    }
}
.title-huishang p
{
    font-size: 24px;
    line-height: 1.25;

    margin: 20px 0 0 0;

    letter-spacing: 8px;
}
@media (max-width: 991px)
{
    .title-huishang p
    {
        font-size: 18px;

        letter-spacing: 4px;
    }
}
@media (max-width: 767px)
{
    .title-huishang p
    {
        font-size: 16px;
    }
}
.title-huishang p span
{
    color: #c00;
}
.part
{
    overflow: hidden;

    padding: 70px 0;
}
@media (max-width: 991px)
{
    .part
    {
        padding: 50px 0;
    }
}
.part-service
{
    position: relative;

    max-height: 100vh;
    padding: 0;
}
.part-service .title-part h3
{
    letter-spacing: 10px;
}
.part-service .title-part h2
{
    font-size: 36px;
    font-weight: 300;
}
@media (max-width: 1199px)
{
    .part-service .title-part h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .part-service .title-part h2
    {
        font-size: 24px;
    }
}
.part-service .service-catalog
{
    position: absolute;
    z-index: 2;
    top: 70px;
    left: 3%;
}
@media (max-width: 1199px)
{
    .part-service .service-catalog
    {
        top: 40px;
        left: 15px;
    }
}
@media (max-width: 767px)
{
    .part-service .service-catalog
    {
        top: 20px;

        width: 100%;
    }
}
.part-service .service-catalog .catalog
{
   width: 240px;
    margin-top: 30px;
}
@media (max-width: 1350px)
{
    .part-service .service-catalog .catalog
    {
        min-width: 200px;
    }
}
@media (max-width: 1199px)
{
    .part-service .service-catalog .catalog
    {
        min-width: 180px;
    }
}
@media (max-width: 767px)
{
    .part-service .service-catalog .catalog
    {
        min-width: 100%;
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .part-service .service-catalog .catalog > ul > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.part-service .service-catalog .catalog a
{
    font-size: 18px;
    line-height: 48px;

    display: block;

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

    border-radius: 40px;
}
@media (max-width: 1199px)
{
    .part-service .service-catalog .catalog a
    {
        font-size: 16px;
        line-height: 40px;

        padding: 0 14px;
    }
}
@media (max-width: 767px)
{
    .part-service .service-catalog .catalog a
    {
        font-size: 14px;
    }
}
.part-service .service-catalog .catalog a img
{
    display: inline-block;

    width: 24px;
    margin-right: 12px;

    vertical-align: middle;

    opacity: .2;
}
.part-service .service-catalog .catalog .active a
{
    color: #fff;
    background-color: #c00;
}
.part-service .service-catalog .catalog .active a img
{
    opacity: 1;

    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.part-service .service .pic
{
    position: relative;
}
.part-service .service .pic img
{
    width: 100%;
}
@media (max-width: 767px)
{
    .part-service .service .pic img
    {
        width: 300%;
        margin-left: -100%;
    }
}
.part-service .service .simg
{
    position: absolute;
    z-index: 2;
    left: 20%;

    width: 70%;
}
@media (max-width: 1470px)
{
    .part-service .service .simg
    {
        width: 60%;
    }
}
@media (max-width: 1199px)
{
    .part-service .service .simg
    {
        left: 25%;
    }
}
@media (max-width: 767px)
{
    .part-service .service .simg
    {
        left: 0;

        width: 100%;
    }
}
.part-service .service .simg img
{
    width: auto;
    max-width: 100%;
}
@media (max-width: 767px)
{
    .part-service .service .simg img
    {
        margin: 0;
        padding: 0 10%;
    }
}
.part-service .service .text
{
    position: absolute;
    z-index: 2;
}
.part-service .service .text .title-service
{
    text-align: right;
}
.part-service .service .text .title-service h2,
.part-service .service .text .title-service h3
{
    font-family: Impact, serif;
    font-size: 156px;
    line-height: 1;

    margin: 0;

    text-transform: uppercase;

    color: #fff;
}
@media (max-width: 1630px)
{
    .part-service .service .text .title-service h2,
    .part-service .service .text .title-service h3
    {
        font-size: 120px;
    }
}
@media (max-width: 1470px)
{
    .part-service .service .text .title-service h2,
    .part-service .service .text .title-service h3
    {
        font-size: 100px;
    }
}
@media (max-width: 1350px)
{
    .part-service .service .text .title-service h2,
    .part-service .service .text .title-service h3
    {
        font-size: 80px;
    }
}
@media (max-width: 1199px)
{
    .part-service .service .text .title-service h2,
    .part-service .service .text .title-service h3
    {
        font-size: 60px;
    }
}
@media (max-width: 991px)
{
    .part-service .service .text .title-service h2,
    .part-service .service .text .title-service h3
    {
        font-size: 50px;
    }
}
@media (max-width: 767px)
{
    .part-service .service .text .title-service h2,
    .part-service .service .text .title-service h3
    {
        font-size: 40px;
    }
}
.part-service .service .text .title-service h2
{
    background-image: url(../images/txtbg1.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center right;
    -webkit-background-clip: text;
    background-size: cover;

    -webkit-text-fill-color: transparent;
}
.part-service .service .text p
{
    font-size: 24px;
    line-height: 1.25;

    margin: 10px 0 0 0;
}
@media (max-width: 1630px)
{
    .part-service .service .text p
    {
        font-size: 20px;
    }
}
@media (max-width: 1350px)
{
    .part-service .service .text p
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px)
{
    .part-service .service .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .part-service .service .text p
    {
        font-size: 14px;

        text-align: right;
    }
}
.part-service .service .text p span
{
    display: inline-block;

    margin-left: 30px;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .part-service .service .text p span
    {
        margin-left: 10px;
    }
}
.part-service .service-1 .text
{
    right: 3%;
    bottom: 30px;
}
.part-service .service-1 .simg
{
    top: 70px;
}
@media (max-width: 767px)
{
    .part-service .service-1 .simg
    {
        top: 40%;
    }
}
.part-service .service-1 .simg .img
{
    position: absolute;
    top: 0;
    left: 0;
}

.part-service .service-1 .note
{
    position: absolute;
    z-index: 2;
    top: 70px;
    right: 5%;
    text-align: right;
}
@media (max-width: 1199px)
{
    .part-service .service-1 .note
    {
        top: 50px;
    }
}
@media (max-width: 767px)
{
    .part-service .service-1 .note
    {
        top: 40%;
    }
}
.part-service .service-1 .note p
{
    font-size: 24px;
    line-height: 2.3;
    letter-spacing: 2px;
    margin: 0;
}
@media (max-width: 1630px)
{
    .part-service .service-1 .note p
    {
        font-size: 20px;
    }
}
@media (max-width: 1350px)
{
    .part-service .service-1 .note p
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px)
{
    .part-service .service-1 .note p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .part-service .service-1 .note p
    {
        font-size: 14px;
    }
}
.part-service .service-2 .simg
{
    bottom: 0;

    mix-blend-mode: multiply;
}
@media (max-width: 1630px)
{
    .part-service .service-2 .simg
    {
        width: 60%;
    }
}
@media (max-width: 767px)
{
    .part-service .service-2 .simg
    {
        width: 100%;
    }
}
.part-service .service-2 .text
{
    top: 30px;
    right: 3%;
}
@media (max-width: 767px)
{
    .part-service .service-2 .text
    {
        top: 40%;
    }
}
.part-service .service-3 .simg
{
    bottom: 20%;
    left: 50%;

    width: auto;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (max-width: 1630px)
{
    .part-service .service-3 .simg
    {
        max-width: 22%;
    }
}
@media (max-width: 767px)
{
    .part-service .service-3 .simg
    {
        bottom: 15%;

        max-width: 40%;
    }
}
.part-service .service-3 .text
{
    right: 3%;
    bottom: 30px;
}
.part-service .service-3 .text .title-service h2
{
    font-size: 110px;
}
@media (max-width: 1630px)
{
    .part-service .service-3 .text .title-service h2
    {
        font-size: 90px;
    }
}
@media (max-width: 1350px)
{
    .part-service .service-3 .text .title-service h2
    {
        font-size: 70px;
    }
}
@media (max-width: 1199px)
{
    .part-service .service-3 .text .title-service h2
    {
        font-size: 50px;
    }
}
@media (max-width: 767px)
{
    .part-service .service-3 .text .title-service h2
    {
        font-size: 40px;
    }
}
.part-service .service-3 .text .title-service h3
{
    font-size: 80px;
}
@media (max-width: 1630px)
{
    .part-service .service-3 .text .title-service h3
    {
        font-size: 60px;
    }
}
@media (max-width: 1350px)
{
    .part-service .service-3 .text .title-service h3
    {
        font-size: 50px;
    }
}
@media (max-width: 1199px)
{
    .part-service .service-3 .text .title-service h3
    {
        font-size: 36px;
    }
}
@media (max-width: 767px)
{
    .part-service .service-3 .text .title-service h3
    {
        font-size: 24px;
    }
}
.part-service .service-3 .note
{
    position: absolute;
    z-index: 2;
    top: 70px;
    right: 5%;
    text-align: right;
}
@media (max-width: 1199px)
{
    .part-service .service-3 .note
    {
        top: 50px;
    }
}
@media (max-width: 767px)
{
    .part-service .service-3 .note
    {
        top: 40%;
    }
}
.part-service .service-3 .note p
{
    font-size: 24px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 1630px)
{
    .part-service .service-3 .note p
    {
        font-size: 20px;
    }
}
@media (max-width: 1350px)
{
    .part-service .service-3 .note p
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px)
{
    .part-service .service-3 .note p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .part-service .service-3 .note p
    {
        font-size: 14px;
    }
}
.part-service .service-4 .simg
{
    top: 30%;

    padding: 0 15px;
}
@media (max-width: 767px)
{
    .part-service .service-4 .simg
    {
        top: 45%;
    }
}
.part-service .service-4 .simg h2
{
    font-size: 60px;
    font-weight: bold;
    line-height: 1.2;

    color: #fff;
    text-shadow: 0 5px 5px rgba(0, 0, 0, .5);
}
@media (max-width: 1470px)
{
    .part-service .service-4 .simg h2
    {
        font-size: 50px;
    }
}
@media (max-width: 1350px)
{
    .part-service .service-4 .simg h2
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .part-service .service-4 .simg h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .part-service .service-4 .simg h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .part-service .service-4 .simg h2
    {
        font-size: 20px;
    }
}
.part-service .service-4 .simg p
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
}
@media (max-width: 1350px)
{
    .part-service .service-4 .simg p
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .part-service .service-4 .simg p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .part-service .service-4 .simg p
    {
        font-size: 16px;
    }
}
.part-service .service-4 .text
{
    right: 3%;
    bottom: 30px;
}
.part-service .service-4 .text .title-service h2
{
    font-size: 110px;
}
@media (max-width: 1630px)
{
    .part-service .service-4 .text .title-service h2
    {
        font-size: 90px;
    }
}
@media (max-width: 1350px)
{
    .part-service .service-4 .text .title-service h2
    {
        font-size: 70px;
    }
}
@media (max-width: 1199px)
{
    .part-service .service-4 .text .title-service h2
    {
        font-size: 50px;
    }
}
@media (max-width: 767px)
{
    .part-service .service-4 .text .title-service h2
    {
        font-size: 40px;
    }
}
.part-service .service-4 .text .title-service h3
{
    font-size: 80px;
}
@media (max-width: 1630px)
{
    .part-service .service-4 .text .title-service h3
    {
        font-size: 60px;
    }
}
@media (max-width: 1350px)
{
    .part-service .service-4 .text .title-service h3
    {
        font-size: 50px;
    }
}
@media (max-width: 1199px)
{
    .part-service .service-4 .text .title-service h3
    {
        font-size: 36px;
    }
}
@media (max-width: 767px)
{
    .part-service .service-4 .text .title-service h3
    {
        font-size: 24px;
    }
}
.service .more{
	text-align: left;
}
.service-2 .more{
	text-align: right;
}
.part-service .servicescroll .slick-slide{
	height: 100vh;
}
.part-service .slick-current .service-2 .simg{
	animation:fadeInUp 1s 0s ease both;
}
.part-service .slick-current .service-2 .text p{
	animation:fadeInRight .5s 0.3s ease both;
}
.part-service .slick-current .more{
	animation:fadeInUp 1s 0s ease both;
}
.part-case .title-part
{
    position: relative;
}
.part-case .title-part p
{
    position: absolute;
    right: 0;
    bottom: 0;

    max-width: 60%;
    margin: 0;

    text-align: right;

    color: #999;
}
@media (max-width: 767px)
{
    .part-case .title-part p
    {
        font-size: 12px;

        position: relative;

        max-width: 100%;
        margin-top: 10px;

        text-align: left;
    }
}
@media (min-width: 1200px)
{
    .part-case .case ul
    {
        margin: 0 -30px;
    }
    .part-case .case ul li
    {
        padding: 0 30px;
    }
}
.part-case .case .item
{
    display: block;

    margin-top: 30px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.part-case .case .item .pic
{
    position: relative;

    background-color: #000;
}
.part-case .case .item .pic .ibox
{
    padding-bottom: 58.33333333%;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.part-case .case .item .pic .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.part-case .case .item .pic .desc
{
    position: absolute;
    z-index: 2;
    top: 60%;
    left: 0;

    width: 100%;
    padding: 20px;

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

    opacity: 0;
    color: #fff;
}
.part-case .case .item .pic .desc h3
{
    font-size: 24px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.part-case .case .item .pic .desc h4
{
    font-size: 14px;
    line-height: 24px;

    margin: 0;

    color: rgba(255, 255, 255, .5);
}
.part-case .case .item .pic .desc p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.part-case .case .item .pic .desc .sign
{
    display: block;

    margin-top: 20px;

    color: rgba(255, 255, 255, .66);
}
.part-case .case .item .pic .desc .sign:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    margin-right: 8px;

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

    color: rgba(255, 255, 255, .8);
}
.part-case .case .item .txt
{
    position: relative;

    margin-top: 14px;
    padding-right: 120px;
}
@media (max-width: 767px)
{
    .part-case .case .item .txt
    {
        padding-right: 0;
    }
}
.part-case .case .item .txt h3
{
    font-size: 24px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .part-case .case .item .txt h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .part-case .case .item .txt h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .part-case .case .item .txt h3
    {
        font-size: 16px;
    }
}
.part-case .case .item .txt .sign
{
    line-height: 30px;

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

    color: rgba(0, 0, 0, .66);
}
@media (max-width: 767px)
{
    .part-case .case .item .txt .sign
    {
        position: relative;
    }
}
.part-case .case .item .txt .sign:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    margin-right: 8px;

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

    color: rgba(0, 0, 0, .8);
}
@media (min-width: 1200px)
{
    .part-case .case .item:hover
    {
        -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
                transform: translateY(-10px);
    }
    .part-case .case .item:hover .pic .ibox
    {
        opacity: .2;
    }
    .part-case .case .item:hover .pic .ibox img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .part-case .case .item:hover .pic .desc
    {
        top: 50%;

        opacity: 1;
    }
}
.part-about
{
    z-index: 9;

    height: auto;
}
.part-about::-webkit-scrollbar,
.part-about::-webkit-scrollbar-thumb,
.part-about::-webkit-scrollbar-track
{
    width: 0;

    background-color: transparent;
}
.part-about .first
{
    z-index: 10;

    width: 100%;
    height: 3000px;
}
@media (max-width: 1630px)
{
    .part-about .first
    {
        height: 2500px;
    }
}
@media (max-width: 1470px)
{
    .part-about .first
    {
        height: 2000px;
    }
}
@media (max-width: 1199px)
{
    .part-about .first
    {
        height: auto;
    }
}
.part-about .second
{
    position: -webkit-sticky;
    position:         sticky;
    top: 0;

    width: 100%;
    height: 100vh;
    /* left: 0; */

    background-color: #f9f9f9;
}
@media (max-width: 1199px)
{
    .part-about .second
    {
        height: auto;
    }
}
.part-about .second .showCon
{
    display: none;
}
@media (max-width: 1199px)
{
    .part-about .second .showCon
    {
        display: block !important;

        opacity: 1 !important;
    }
}
.part-about .second .showCon.showAbout
{
    display: block;
}
@media (max-width: 1199px)
{
    .part-about .second .showCon.showAbout
    {
        display: block !important;
    }
}
.part-about .third
{
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    /* pointer-events: none; */

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow: hidden;
            flex-direction: column;

    width: 100%;
    height: 100vh;

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

    opacity: 1;
    background-color: #f9f9f9;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 1199px)
{
    .part-about .third
    {
        display: none !important;

        opacity: 0 !important;
    }
}
.part-about .third .thirdMask
{
    text-align: center;
}
.part-about .third .thirdMask h1,
.part-about .third .thirdMask h2
{
    font-size: 110px;
}
@media (max-width: 1199px)
{
    .part-about .third .thirdMask h1,
    .part-about .third .thirdMask h2
    {
        font-size: 80px;
    }
}
.part-about .third .thirdMask h1
{
    font-weight: bold;

    letter-spacing: 30px;
}
@media (max-width: 1199px)
{
    .part-about .third .thirdMask h1
    {
        letter-spacing: 20px;
    }
}
.part-about .third .thirdMask h2
{
    font-family: Impact, serif;

    letter-spacing: 20px;
}
@media (max-width: 1199px)
{
    .part-about .third .thirdMask h2
    {
        letter-spacing: 10px;
    }
}
.part-about .third .thirdMask h2 span
{
    color: #c00;
}
.part-about .about
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    max-width: 1100px;
    height: 100vh;
    margin: 0 auto;
    padding: 0 15px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 1199px)
{
    .part-about .about
    {
        height: auto;
        padding: 50px 15px;
    }
}
.part-about .about .info
{
    margin-top: 40px;

    text-align: center;
}
@media (max-width: 767px)
{
    .part-about .about .info
    {
        margin-top: 20px;
    }
}
.part-about .about .info p
{
    font-size: 16px;
    line-height: 2;
    letter-spacing: 2px;
    margin: 0;
}
@media (max-width: 991px)
{
    .part-about .about .info p
    {
        font-size: 14px;
    }
}
.part-about .aboutCageMobile
{
    display: none;
}
@-webkit-keyframes AboutScrollMore
{
    0%
    {
        top: 29%;

        opacity: 1;
    }
    15%
    {
        top: 50%;

        opacity: 1;
    }
    50%
    {
        top: 50%;

        opacity: 0;
    }
    100%
    {
        top: 29%;

        opacity: 0;
    }
}
@keyframes AboutScrollMore
{
    0%
    {
        top: 29%;

        opacity: 1;
    }
    15%
    {
        top: 50%;

        opacity: 1;
    }
    50%
    {
        top: 50%;

        opacity: 0;
    }
    100%
    {
        top: 29%;

        opacity: 0;
    }
}
.part-brand .brand > ul
{
    font-size: 0;

    text-align: center;
}
.part-brand .brand > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 14.28571429%;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .part-brand .brand > ul > li
    {
        width: 25%;
    }
}
.part-brand .brand > ul > li:nth-child(13n + 8)
{
    margin-left: 10px;
}
@media (max-width: 767px)
{
    .part-brand .brand > ul > li:nth-child(13n + 8)
    {
        margin: 0;
    }
}
.part-brand .brand > ul > li:nth-child(13n + 13)
{
    margin-right: 10px;
}
@media (max-width: 767px)
{
    .part-brand .brand > ul > li:nth-child(13n + 13)
    {
        margin: 0;
    }
}
.part-brand .brand .item
{
    display: block;

    margin-top: 30px;
}
.part-brand .brand .item .ibox
{
    padding-bottom: 44.44444444%;
	 -webkit-filter: grayscale(100%);
	    -moz-filter: grayscale(100%);
	    -ms-filter: grayscale(100%);
	    -o-filter: grayscale(100%);
	    filter: grayscale(100%);	
	    filter: gray;
		transition: all .2s;
}
.part-brand .brand .item:hover .ibox
{
    -webkit-animation: flipInY 1s 0s ease both;
            animation: flipInY 1s 0s ease both;
			 -webkit-filter: grayscale(0%);
			    -moz-filter: grayscale(0%);
			    -ms-filter: grayscale(0%);
			    -o-filter: grayscale(0%);
			    filter: grayscale(0%);	
		
}
.part-news
{
    background-color: #f9f9f9;
}
.part-news .title-part
{
    position: relative;
}
.part-news .title-part .news-catalog
{
    position: absolute;
    right: 0;
    bottom: 0;
}
.part-news .title-part .news-catalog > ul > li
{
    display: inline-block;

    color: #999;
}
.part-news .title-part .news-catalog > ul > li:after
{
    margin: 0 10px;

    content: '·';
}
.part-news .title-part .news-catalog > ul > li:last-child:after
{
    display: none;
}
.part-news .title-part .news-catalog > ul > li > a
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.part-news .title-part .news-catalog > ul > li > a:hover
{
    color: #c00;
}
.part-news .slick-news
{
    margin: 0 -20px;
}
.part-news .slick-news .slick-slide
{
    padding: 40px 20px 0;
}
.part-news .slick-news .item
{
    display: block;

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

    background-color: #fff;
}
.part-news .slick-news .item .ibox
{
    padding-bottom: 77.77777778%;
}
.part-news .slick-news .item .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.part-news .slick-news .item .txt
{
    padding: 16px;
}
.part-news .slick-news .item .txt h3
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .part-news .slick-news .item .txt h3
    {
        font-size: 16px;
    }
}
.part-news .slick-news .item .txt p
{
    line-height: 20px;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;
    margin: 10px 0 0 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.part-news .slick-news .item .txt .news-more
{
    line-height: 24px;

    display: block;

    margin-top: 30px;

    color: rgba(0, 0, 0, .66);
}
.part-news .slick-news .item .txt .news-more:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    margin-right: 10px;

    content: '\e609';
    vertical-align: middle;
}
.part-news .slick-news .item:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.part-news .slick-news .item:hover .ibox img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.part-news .slick-news .item:hover .txt h3
{
    color: #c00;
}
@media (max-width: 767px)
{
    .part-news .slick-news .slick-dots
    {
        margin-top: 30px;
    }
}
.part-news .slick-news .slick-dots li
{
    width: 200px;
    height: 1px;
    margin: 0;

    vertical-align: middle;

    background-color: #ddd;
}
@media (max-width: 1199px)
{
    .part-news .slick-news .slick-dots li
    {
        width: 10px;
        height: 10px;
        margin: 0 4px;

        border-radius: 50%;
    }
}
.part-news .slick-news .slick-dots li.slick-active
{
    width: 300px;
    height: 3px;

    background-color: #c00;
}
@media (max-width: 1199px)
{
    .part-news .slick-news .slick-dots li.slick-active
    {
        width: 10px;
        height: 10px;
    }
}
.part-message
{
    font-size: 0;

    padding: 30px 3%;

    color: #fff;
    background-color: #333;
}
@media (max-width: 991px)
{
    .part-message
    {
        padding: 20px 15px;
    }
}
.part-message .message-left,
.part-message .message-right
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.part-message .message-left
{
    width: 34%;
    padding: 70px 50px;

    background-color: #c00;
}
@media (max-width: 1350px)
{
    .part-message .message-left
    {
        padding: 50px 30px;
    }
}
@media (max-width: 1199px)
{
    .part-message .message-left
    {
        padding: 30px 15px;
    }
}
@media (max-width: 767px)
{
    .part-message .message-left
    {
        width: auto;
        padding: 20px 10px;
    }
}
.part-message .message-left p
{
    font-size: 16px;
    line-height: 24px;
}
@media (max-width: 767px)
{
    .part-message .message-left p
    {
        font-size: 14px;
    }
}
.part-message .message-left h2
{
    font-size: 72px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1700px)
{
    .part-message .message-left h2
    {
        font-size: 60px;
    }
}
@media (max-width: 1470px)
{
    .part-message .message-left h2
    {
        font-size: 50px;
    }
}
@media (max-width: 1350px)
{
    .part-message .message-left h2
    {
        font-size: 46px;
    }
}
@media (max-width: 1199px)
{
    .part-message .message-left h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .part-message .message-left h2
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .part-message .message-left h2
    {
        font-size: 24px;
    }
}
.part-message .message-right
{
    width: 66%;
    padding: 0 3% 0 10%;
}
@media (max-width: 1700px)
{
    .part-message .message-right
    {
        padding-left: 6%;
    }
}
@media (max-width: 1630px)
{
    .part-message .message-right
    {
        padding-left: 3%;
    }
}
@media (max-width: 767px)
{
    .part-message .message-right
    {
        width: 100%;
        margin-top: 14px;
        padding: 0;
    }
}
.part-message .message-right h2
{
    font-size: 48px;
    font-weight: 300;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1630px)
{
    .part-message .message-right h2
    {
        font-size: 40px;
    }
}
@media (max-width: 1350px)
{
    .part-message .message-right h2
    {
        font-size: 35px;
    }
}
@media (max-width: 1199px)
{
    .part-message .message-right h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .part-message .message-right h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .part-message .message-right h2
    {
        font-size: 20px;
    }
}
.part-message .message-right h4
{
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}
@media (max-width: 991px)
{
    .part-message .message-right h4
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .part-message .message-right h4
    {
        font-size: 14px;
    }
}
.part-message .message-right .btn-need,
.part-message .message-right .tel
{
    display: inline-block;

    margin-top: 20px;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .part-message .message-right .btn-need,
    .part-message .message-right .tel
    {
        margin-top: 10px;
    }
}
.part-message .message-right .btn-need
{
    margin-right: 30px;
}
@media (max-width: 1630px)
{
    .part-message .message-right .btn-need
    {
        margin-right: 20px;
    }
}
.part-message .message-right .btn-need a
{
    font-size: 16px;
    line-height: 56px;

    display: inline-block;

    padding: 0 36px;

    color: #fff;
    background-color: #c00;
}
@media (max-width: 1350px)
{
    .part-message .message-right .btn-need a
    {
        line-height: 46px;

        padding: 0 26px;
    }
}
.part-message .message-right .btn-need a:after
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    display: inline-block;

    margin-left: 6px;

    content: '\e671';
    -webkit-transition: all .5s;
            transition: all .5s;
    vertical-align: middle;
}
.part-message .message-right .btn-need a:hover:after
{
    -webkit-transform: translateX(6px);
        -ms-transform: translateX(6px);
            transform: translateX(6px);
}
.part-message .message-right .tel h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1630px)
{
    .part-message .message-right .tel h3
    {
        font-size: 20px;
    }
}
@media (max-width: 1350px)
{
    .part-message .message-right .tel h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .part-message .message-right .tel h3
    {
        font-size: 14px;
    }
}
.part-message .message-right .tel h3 a,
.part-message .message-right .tel h3 span
{
    color: #c00;
}
.footer
{
    color: rgba(51, 51, 51, .7);
    background-color: #e5e5e5;
}
.footer .foot-box
{
    padding: 60px 3%;
}
@media (max-width: 991px)
{
    .footer .foot-box
    {
        padding: 30px 15px;
    }
}
@media (min-width: 992px)
{
    .footer .foot-box > ul
    {
        width: 100%;
        padding: 0;

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

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

        content: '';
    }
}
.footer .foot-box > ul > li
{
    display: inline-block;

    max-width: 25%;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .footer .foot-box > ul > li
    {
        display: block;

        max-width: 100%;
        margin: 10px 0;
    }
}
.footer .foot-box .title-foot:after
{
    display: block;

    width: 34px;
    height: 2px;
    margin-top: 8px;

    content: '';

    background-color: #c00;
}
.footer .foot-box .title-foot h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;

    margin: 0;

    color: #606060;
}
.footer .foot-box .fmodal-1 .flogo
{
    display: inline-block;

    height: 60px;
}
@media (max-width: 1199px)
{
    .footer .foot-box .fmodal-1 .flogo
    {
        height: 40px;
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-box .fmodal-1 .flogo
    {
        display: none;
    }
}
.footer .foot-box .fmodal-1 .flogo img,
.footer .foot-box .fmodal-1 .flogo p
{
    display: inline-block;

    vertical-align: middle;
}
.footer .foot-box .fmodal-1 .flogo img
{
    height: 100%;
}
.footer .foot-box .fmodal-1 .flogo p
{
    font-size: 28px;

    margin: 0;

    color: #000;
}
@media (max-width: 1199px)
{
    .footer .foot-box .fmodal-1 .flogo p
    {
        font-size: 20px;
    }
}
.footer .foot-box .fmodal-1 .flogo p span
{
    font-size: 12px;

    display: block;
}
.footer .foot-box .fmodal-1 .flogo p i
{
    font-style: normal;

    color: #c00;
}
.footer .foot-box .fmodal-1 .flogo h3
{
    font-size: 18px;

    letter-spacing: 9px;

    color: #999;
}
@media (max-width: 1199px)
{
    .footer .foot-box .fmodal-1 .flogo h3
    {
        letter-spacing: 6px;
    }
}
.footer .foot-box .fmodal-1 .tel
{
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;

    margin-top: 24px;

    color: #c00;
}
@media (max-width: 1199px)
{
    .footer .foot-box .fmodal-1 .tel
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-box .fmodal-1 .tel
    {
        margin: 0;
    }
}
.footer .foot-box .fmodal-1 .tel .icon
{
    font-size: 40px;
    font-weight: normal;

    display: inline-block;

    vertical-align: middle;
}
.footer .foot-box .fmodal-2 .fnav
{
    margin-top: 18px;
}
@media (max-width: 991px)
{
    .footer .foot-box .fmodal-2 .fnav
    {
        margin-top: 8px;
    }
}
.footer .foot-box .fmodal-2 .fnav a
{
    line-height: 24px;

    display: block;
}
@media (max-width: 991px)
{
    .footer .foot-box .fmodal-2 .fnav a
    {
        display: inline-block;

        margin-right: 10px;

        vertical-align: top;
    }
}
.footer .foot-box .fmodal-2 .fnav a:hover
{
    color: #c00;
}
.footer .foot-box .fmodal-3 .txt
{
    margin-top: 18px;
}
@media (max-width: 991px)
{
    .footer .foot-box .fmodal-3 .txt
    {
        margin-top: 8px;
    }
}
.footer .foot-box .fmodal-3 .txt p
{
    line-height: 24px;

    margin: 0;
}
.footer .copyright
{
    padding: 20px 3%;

    text-align: center;

    color: #fff;
    background-color: #333;
}
@media (max-width: 767px)
{
    .footer .copyright
    {
        padding: 10px 15px;
    }
}
.footer .copyright p
{
    line-height: 24px;

    margin: 0;
}
@media (max-width: 767px)
{
    .footer .copyright p
    {
        font-size: 12px;
        line-height: 18px;
    }
}
.footer .copyright p a:hover
{
    color: #c00;
}
.facy-message
{
    position: fixed;
    z-index: 10;
    right: 0;
    bottom: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

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

    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: translateY(105%);
        -ms-transform: translateY(105%);
            transform: translateY(105%);

    color: #999;
    background-color: #f9f9f9;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 1470px)
{
    .facy-message
    {
        width: 450px;
    }
}
@media (max-width: 767px)
{
    .facy-message
    {
        max-width: 100%;
    }
}
.facy-message .close-facy
{
    position: absolute;
    top: 10px;
    right: 20px;

    cursor: pointer;
}
.facy-message .close-facy .icon
{
    font-size: 24px;
}
.facy-message .title-facy
{
    color: #000;
}
.facy-message .title-facy h2
{
    font-size: 72px;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1470px)
{
    .facy-message .title-facy h2
    {
        font-size: 60px;
    }
}
@media (max-width: 1350px)
{
    .facy-message .title-facy h2
    {
        font-size: 50px;
    }
}
@media (max-width: 991px)
{
    .facy-message .title-facy h2
    {
        font-size: 40px;
    }
}
.facy-message .title-facy h3
{
    font-size: 42px;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1470px)
{
    .facy-message .title-facy h3
    {
        font-size: 31px;
    }
}
@media (max-width: 1350px)
{
    .facy-message .title-facy h3
    {
        font-size: 26px;
    }
}
@media (max-width: 991px)
{
    .facy-message .title-facy h3
    {
        font-size: 21px;
    }
}
.facy-message .message
{
    font-size: 16px;

    margin-top: 10px;
}
@media (max-width: 1470px)
{
    .facy-message .message
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .facy-message .message
    {
        font-size: 14px;
    }
}
.facy-message .message input,
.facy-message .message textarea
{
    line-height: 24px;

    width: 100%;
    min-height: 44px;
    margin-top: 10px;
    padding: 10px;

    border: none;
    border-bottom: 1px solid #ddd;
    outline: none;
    background: none;
}
.facy-message .message input::-webkit-input-placeholder,
.facy-message .message textarea::-webkit-input-placeholder
{
    color: #999;
}
.facy-message .message input:-o-placeholder,
.facy-message .message textarea:-o-placeholder
{
    color: #999;
}
.facy-message .message input::-moz-placeholder,
.facy-message .message textarea::-moz-placeholder
{
    color: #999;
}
.facy-message .message input:-ms-input-placeholder,
.facy-message .message textarea:-ms-input-placeholder
{
    color: #999;
}
.facy-message .message input:focus::-webkit-input-placeholder,
.facy-message .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.facy-message .message input:focus::-o-placeholder,
.facy-message .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.facy-message .message input:focus::-moz-placeholder,
.facy-message .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.facy-message .message input:focus::-ms-input-placeholder,
.facy-message .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.facy-message .message p
{
    font-size: 24px;
    line-height: 1.2;

    margin: 0;

    color: #000;
}
.facy-message .message .group-service,
.facy-message .message .group-budget
{
    overflow: hidden;

    margin-top: 30px;
}
.facy-message .message .group-service label,
.facy-message .message .group-budget label
{
    font-weight: normal;

    float: left;

    min-width: 33%;
    margin: 0;
    margin: 10px 0;

    cursor: pointer;
}
@media (max-width: 1470px)
{
    .facy-message .message .group-service label,
    .facy-message .message .group-budget label
    {
        margin: 6px 0;
    }
}
.facy-message .message .group-service label input[type='checkbox'],
.facy-message .message .group-budget label input[type='checkbox']
{
    display: none;
}
.facy-message .message .group-service label input[type='checkbox'] + span::before,
.facy-message .message .group-budget label input[type='checkbox'] + span::before
{
    font-size: 16px;
    line-height: 16px;

    display: inline-block;
    float: left;

    width: 16px;
    height: 16px;
    margin-top: 4px;
    margin-right: 10px;

    content: '';
    text-align: center;

    border: 1px solid #ccc;
}
.facy-message .message .group-service label input[type='checkbox']:checked + span::before,
.facy-message .message .group-budget label input[type='checkbox']:checked + span::before
{
    font-family: 'iconfont' !important;

    margin-top: 2px;

    content: '\ebef';

    color: #c00;
    border-color: rgba(255, 255, 255, 0);
}
.facy-message .message .group-service label span,
.facy-message .message .group-budget label span
{
    display: inline-block;

    vertical-align: middle;
}
.facy-message .message .group-budget label
{
    min-width: auto;
    margin-right: 10px;
}
.facy-message .message .group-code
{
    position: relative;
}
.facy-message .message .group-code input
{
    padding-right: 90px;
}
.facy-message .message .group-code .code
{
    position: absolute;
    right: 10px;
    bottom: 10px;

    width: 70px;
}
.facy-message .message .group-code .code img
{
    max-width: 100%;
}
.facy-message .message .send
{
    text-align: center;
}
.facy-message .message .submit
{
    font-size: 18px;
    line-height: 70px;

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

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

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #c00;
}
@media (max-width: 1470px)
{
    .facy-message .message .submit
    {
        font-size: 16px;
        line-height: 50px;
    }
}
@media (max-width: 767px)
{
    .facy-message .message .submit
    {
        font-size: 14px;
        line-height: 40px;

        padding: 0 10px;
    }
}
.facy-message .message .submit:hover
{
    background-color: #333;
}
.facy-message.showmessage
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.inside
{
    overflow: hidden;
    background: #fff;
    padding: 60px 0;
}
.title-inside
{
    text-align: center;
}
.title-inside h2
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 991px)
{
    .title-inside h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .title-inside h2
    {
        font-size: 20px;
    }
}
.title-inside h2 span
{
    color: #c00;
}
.title-inside h3
{
    font-size: 24px;

    margin: 10px 0 0 0;
}
@media (max-width: 991px)
{
    .title-inside h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .title-inside h3
    {
        font-size: 18px;
    }
}
.title-inside p
{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;
    color: #999;
    width: 70%;
    letter-spacing: 2px;
    margin: 20px auto 0 auto;
}
@media (max-width: 991px)
{
    .title-inside p
    {
        font-size: 14px;
    }
}
.inside-service-list
{
    padding-bottom: 0;
}
@media (min-width: 1200px)
{
    .inside-service-list .title-inside h2
    {
        font-size: 48px;
    }
}
@media (min-width: 1200px)
{
    .inside-service-list .service-list > ul
    {
        margin: 0 -26px;
    }
    .inside-service-list .service-list > ul > li
    {
        padding: 0 26px;
    }
}
.inside-service-list .service-list .group
{
    display: block;

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

    text-align: center;
}
@media (max-width: 991px)
{
    .inside-service-list .service-list .group
    {
        margin-top: 30px;
        padding-bottom: 20px;
    }
}
.inside-service-list .service-list .group .ibox
{
    padding-bottom: 73.46938776%;
}
.inside-service-list .service-list .group .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inside-service-list .service-list .group .title-group
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 10%;

    width: 80%;
    margin: 0 auto;
    padding: 30px 10px;

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

    background-color: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .inside-service-list .service-list .group .title-group
    {
        padding: 10px;
    }
}
.inside-service-list .service-list .group .title-group h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .inside-service-list .service-list .group .title-group h3
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .inside-service-list .service-list .group .title-group h3
    {
        font-size: 15px;
    }
}
@media (max-width: 767px)
{
    .inside-service-list .service-list .group .title-group h3
    {
        font-size: 14px;
    }
}
.inside-service-list .service-list .group .title-group h3 .icon
{
    font-size: 30px;
    font-weight: normal;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .inside-service-list .service-list .group .title-group h3 .icon
    {
        font-size: 24px;

        margin-right: 6px;
    }
}
@media (min-width: 1200px)
{
    .inside-service-list .service-list .group:hover .ibox img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .inside-service-list .service-list .group:hover .title-group
    {
        bottom: 50%;

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

        background-color: rgba(255, 255, 255, .5);
    }
}
.inside-solution
{
    padding-bottom: 0;
}
.inside-solution .solution-top
{
    font-size: 0;
}
.inside-solution .solution-top .sleft,
.inside-solution .solution-top .sright
{
    font-size: 14px;

    display: inline-block;

    width: 50%;
    margin-top: 60px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .inside-solution .solution-top .sleft,
    .inside-solution .solution-top .sright
    {
        width: 100%;
    }
}
@media (max-width: 991px)
{
    .inside-solution .solution-top .sleft,
    .inside-solution .solution-top .sright
    {
        margin-top: 30px;
    }
}
.inside-solution .solution-top .sleft
{
    padding-right: 5%;
}
@media (max-width: 767px)
{
    .inside-solution .solution-top .sleft
    {
        padding-right: 0;
    }
}
.inside-solution .solution-top .sleft h3
{
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    color: #333;
}
@media (max-width: 1199px)
{
    .inside-solution .solution-top .sleft h3
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .inside-solution .solution-top .sleft h3
    {
        font-size: 20px;

        margin: 0;
    }
}
@media (max-width: 767px)
{
    .inside-solution .solution-top .sleft h3
    {
        font-size: 18px;
    }
}
.inside-solution .solution-top .sleft h3 span
{
    font-family: 'DINCond';
    font-size: 48px;
    font-weight: normal;

    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .inside-solution .solution-top .sleft h3 span
    {
        font-size: 50px;
    }
}
@media (max-width: 991px)
{
    .inside-solution .solution-top .sleft h3 span
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .inside-solution .solution-top .sleft h3 span
    {
        font-size: 30px;
    }
}
.inside-solution .solution-top .sleft p
{
font-size: 16px;
 line-height: 2;
 letter-spacing: 1px;
margin: 0;

    color: #333;
}
@media (max-width: 991px)
{
    .inside-solution .solution-top .sleft p
    {
        font-size: 14px;
    }
}
.inside-solution .solution-top .sright
{
    font-size: 0;
}
.inside-solution .solution-top .sright .img1,
.inside-solution .solution-top .sright .img2
{
    display: inline-block;

    vertical-align: bottom;
}
.inside-solution .solution-top .sright .img1 img,
.inside-solution .solution-top .sright .img2 img
{
    width: 100%;
}
.inside-solution .solution-top .sright .img1
{
    position: relative;
    z-index: 2;

    width: 70%;
}
.inside-solution .solution-top .sright .img2
{
    width: 80%;
    margin-bottom: 60px;
    margin-left: -50%;
}
.inside-solution .solution
{
    overflow: hidden;
}
.inside-solution .solution .group
{
    font-size: 0;

    padding: 50px 0;
}
.inside-solution .solution .group .img,
.inside-solution .solution .group .describe
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    vertical-align: middle;
}
.inside-solution .solution .group .img
{
    width: 48%;
}
@media (max-width: 767px)
{
    .inside-solution .solution .group .img
    {
        width: 100%;
    }
}
.inside-solution .solution .group .img img
{
    width: 100%;
}
.inside-solution .solution .group .describe
{
    width: 52%;
    padding-left: 4%;
}
@media (max-width: 767px)
{
    .inside-solution .solution .group .describe
    {
        width: 100%;
        margin-top: 10px;
        padding-left: 0;
    }
}
.inside-solution .solution .group .describe h3
{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    color: #333;
}
@media (max-width: 1199px)
{
    .inside-solution .solution .group .describe h3
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .inside-solution .solution .group .describe h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .inside-solution .solution .group .describe h3
    {
        font-size: 18px;
    }
}
.inside-solution .solution .group .describe p
{
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 2px;
    margin: 0;

    color: #333;
}
@media (max-width: 991px)
{
    .inside-solution .solution .group .describe p
    {
        font-size: 14px;
    }
}
.inside-solution .solution .group:nth-child(2n)
{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (min-width: 768px)
{
    .inside-solution .solution .group:nth-child(2n) .img
    {
        left: 52%;
    }
    .inside-solution .solution .group:nth-child(2n) .describe
    {
        right: 48%;

        padding-right: 4%;
        padding-left: 0;
    }
}
.inside-service
{
    padding-bottom: 0;
}
.inside-service .service
{
    margin-top: 20px;
}
.inside-service .service > ul
{
    font-size: 0;

    margin: 0 -7px;
}
.inside-service .service > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 20%;
    padding: 7px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .inside-service .service > ul > li
    {
        width: 33.33333333%;
    }
}
@media (max-width: 767px)
{
    .inside-service .service > ul > li
    {
        width: 50%;
    }
}
.inside-service .service .group
{
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    height: 260px;
    margin-top: 50px;
    padding: 20px;

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

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 767px)
{
    .inside-service .service .group
    {
        height: 220px;
    }
}
.inside-service .service .group .number
{
    font-family: 'Staatliches';
    font-size: 30px;
    line-height: 54px;

    position: absolute;
    top: -33px;
    left: 50%;

    width: 66px;
    height: 66px;

    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;

    color: #fff;
    border: 6px solid #ececec;
    border-radius: 50%;
    background-color: #c8c8c8;
}
.inside-service .service .group .icon
{
    font-size: 60px;
    line-height: 60px;

    display: block;
}
@media (max-width: 1199px)
{
    .inside-service .service .group .icon
    {
        font-size: 40px;
        line-height: 40px;
    }
}
.inside-service .service .group h3
{
    font-size: 18px;
    font-weight: bold;

    margin-bottom: 0;
}
@media (max-width: 991px)
{
    .inside-service .service .group h3
    {
        font-size: 16px;
    }
}
.inside-service .service .group p
{
    font-size: 16px;
    line-height: 24px;

    overflow: hidden;

    margin: 0;

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

    color: #999;
}
@media (min-width: 1200px)
{
    .inside-service .service .group p
    {
        max-height: 0;
    }
}
@media (max-width: 1199px)
{
    .inside-service .service .group p
    {
        font-size: 14px;

        margin-top: 10px;
    }
}
@media (min-width: 1200px)
{
    .inside-service .service .group:hover .number
    {
        border-color: #f5abab;
        background-color: #c00;
    }
    .inside-service .service .group:hover .icon
    {
        color: #c00;
    }
    .inside-service .service .group:hover p
    {
        max-height: 120px;
        margin: 20px 0 0 0;
    }
}
.inside-related-case .related-case
{
    margin: 0 -30px;
}
@media (max-width: 1199px)
{
    .inside-related-case .related-case
    {
        margin: 0 -15px;
    }
}
.inside-related-case .related-case .slick-slide
{
    padding: 0 30px;
}
@media (max-width: 1199px)
{
    .inside-related-case .related-case .slick-slide
    {
        padding: 0 15px;
    }
}
.inside-related-case .related-case .item
{
    display: block;

    margin-top: 30px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.inside-related-case .related-case .item .pic
{
    position: relative;

    background-color: #000;
}
.inside-related-case .related-case .item .pic .ibox
{
    padding-bottom: 58.33333333%;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.inside-related-case .related-case .item .pic .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inside-related-case .related-case .item .pic .desc
{
    position: absolute;
    z-index: 2;
    top: 60%;
    left: 0;

    width: 100%;
    padding: 20px;

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

    opacity: 0;
    color: #fff;
}
.inside-related-case .related-case .item .pic .desc h3
{
    font-size: 24px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.inside-related-case .related-case .item .pic .desc h4
{
    font-size: 14px;
    line-height: 24px;

    margin: 0;

    color: rgba(255, 255, 255, .5);
}
.inside-related-case .related-case .item .pic .desc p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.inside-related-case .related-case .item .pic .desc .sign
{
    display: block;

    margin-top: 20px;

    color: rgba(255, 255, 255, .66);
}
.inside-related-case .related-case .item .pic .desc .sign:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    margin-right: 8px;

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

    color: rgba(255, 255, 255, .8);
}
.inside-related-case .related-case .item .txt
{
    position: relative;

    margin-top: 14px;
    padding-right: 120px;
}
@media (max-width: 767px)
{
    .inside-related-case .related-case .item .txt
    {
        padding-right: 0;
    }
}
.inside-related-case .related-case .item .txt h3
{
    font-size: 24px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .inside-related-case .related-case .item .txt h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .inside-related-case .related-case .item .txt h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .inside-related-case .related-case .item .txt h3
    {
        font-size: 16px;
    }
}
.inside-related-case .related-case .item .txt .sign
{
    line-height: 30px;

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

    color: rgba(0, 0, 0, .66);
}
@media (max-width: 767px)
{
    .inside-related-case .related-case .item .txt .sign
    {
        position: relative;
    }
}
.inside-related-case .related-case .item .txt .sign:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    margin-right: 8px;

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

    color: rgba(0, 0, 0, .8);
}
@media (min-width: 1200px)
{
    .inside-related-case .related-case .item:hover
    {
        -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
                transform: translateY(-10px);
    }
    .inside-related-case .related-case .item:hover .pic .ibox
    {
        opacity: .2;
    }
    .inside-related-case .related-case .item:hover .pic .ibox img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .inside-related-case .related-case .item:hover .pic .desc
    {
        top: 50%;

        opacity: 1;
    }
}
.inside-related-news
{
    background-color: #f9f9f9;
}
.inside-related-news .relate-news .item
{
    display: block;

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

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

    color: #999;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .inside-related-news .relate-news .item
    {
        padding: 20px 10px;
    }
}
.inside-related-news .relate-news .item .date
{
    padding-bottom: 14px;

    border-bottom: 1px solid #dedede;
}
@media (max-width: 767px)
{
    .inside-related-news .relate-news .item .date
    {
        padding-bottom: 6px;
    }
}
.inside-related-news .relate-news .item .date b
{
    font-size: 30px;
    line-height: 1;

    display: block;
}
@media (max-width: 991px)
{
    .inside-related-news .relate-news .item .date b
    {
        font-size: 24px;
    }
}
.inside-related-news .relate-news .item .date span
{
    font-size: 16px;
    line-height: 1.5;

    display: block;
}
@media (max-width: 991px)
{
    .inside-related-news .relate-news .item .date span
    {
        font-size: 14px;
    }
}
.inside-related-news .relate-news .item h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .inside-related-news .relate-news .item h3
    {
        font-size: 16px;

        margin-top: 10px;
    }
}
.inside-related-news .relate-news .item p
{
    line-height: 20px;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.inside-related-news .relate-news .item:hover
{
    color: #fff;
    background-color: #c00;
}
.inside-news .container
{
    max-width: 1300px;
    padding: 0 15px;
}
.inside-news .news
{
    margin-top: -50px;
}
@media (max-width: 1350px)
{
    .inside-news .news
    {
        margin-top: -30px;
    }
}
.inside-news .news ul li
{
    padding: 50px 0;

    border-bottom: 1px solid #d8d8d8;
}
@media (max-width: 1199px)
{
    .inside-news .news ul li
    {
        padding: 30px 0;
    }
}
.inside-news .news .item
{
    font-size: 0;

    position: relative;
}
.inside-news .news .item .pic,
.inside-news .news .item .date,
.inside-news .news .item .text
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.inside-news .news .item .pic
{
    width: 35%;
}
@media (max-width: 991px)
{
    .inside-news .news .item .pic
    {
        width: 40%;
    }
}
@media (max-width: 767px)
{
    .inside-news .news .item .pic
    {
        width: 100%;
    }
}
.inside-news .news .item .pic .ibox
{
    padding-bottom: 77.77777778%;
}
.inside-news .news .item .pic .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inside-news .news .item .date
{
    width: 200px;
    padding-right: 30px;

    text-align: right;
}
@media (max-width: 991px)
{
    .inside-news .news .item .date
    {
        width: 100px;
        padding-right: 10px;
    }
}
@media (max-width: 767px)
{
    .inside-news .news .item .date
    {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
    }
}
.inside-news .news .item .date b
{
    font-size: 48px;
    line-height: 1.2;

    display: inline-block;

    padding: 20px;

    text-align: center;

    color: #c00;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .inside-news .news .item .date b
    {
        font-size: 38px;

        padding: 10px;
    }
}
@media (max-width: 767px)
{
    .inside-news .news .item .date b
    {
        font-size: 28px;
    }
}
.inside-news .news .item .date b span
{
    font-size: 18px;

    display: block;
}
@media (max-width: 991px)
{
    .inside-news .news .item .date b span
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inside-news .news .item .date b span
    {
        font-size: 14px;
    }
}
.inside-news .news .item .text
{
    width: -webkit-calc(65% - 200px);
    width:         calc(65% - 200px);
    padding-bottom: 54px;
}
@media (max-width: 991px)
{
    .inside-news .news .item .text
    {
        width: -webkit-calc(60% - 100px);
        width:         calc(60% - 100px);
    }
}
@media (max-width: 767px)
{
    .inside-news .news .item .text
    {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }
}
.inside-news .news .item .text h3
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.inside-news .news .item .text p
{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    display: -webkit-box;
    overflow: hidden;

    height: 120px;
    margin: 10px 0 0 0;

    color: #666;

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

        height: 100px;
        margin: 0;
    }
}
.inside-news .news .item .text a.more
{
    line-height: 44px;

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

    display: inline-block;

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

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

    color: #fff;
    background-color: #666;
}
@media (max-width: 1199px)
{
    .inside-news .news .item .text a.more
    {
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .inside-news .news .item .text a.more
    {
        line-height: 34px;

        position: relative;

        margin-top: 20px;
        padding: 0 34px;
    }
}
.inside-news .news .item:hover .ibox img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inside-news .news .item:hover .text h3
{
    color: #c00;
}
.inside-news .news .item:hover .text a.more
{
    background-color: #c00;
}
.inside-news-show
{
    padding-top: 110px;
}
@media (max-width: 1199px)
{
    .inside-news-show
    {
        padding-top: 90px;
    }
}
.inside-news-show .container
{
    padding: 0;
}
.inside-news-show .news-show
{
    max-width: 900px;
    margin: 0 auto;
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .inside-news-show .news-show
    {
        margin-top: 20px;
    }
}
.inside-news-show .title-news-show
{
    text-align: center;
}
.inside-news-show .title-news-show h1
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;

    color: #c00;
}
@media (max-width: 991px)
{
    .inside-news-show .title-news-show h1
    {
        font-size: 18px;
    }
}
.inside-news-show .title-news-show p
{
    font-size: 14px;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #888;
}
.inside-news-show .title-news-show p span
{
    display: inline-block;

    vertical-align: middle;
}
.inside-news-show .text-top
{
    overflow: hidden;

    margin-top: 30px;
    padding: 10px 5%;

    color: #999;
    background-color: #f5f5f5;
}
.inside-news-show .text-top:before,
.inside-news-show .text-top:after
{
    font-family: Arial;
    font-size: 72px;
    line-height: 40px;

    display: block;

    content: '“';
}
.inside-news-show .text-top:before
{
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
}
.inside-news-show .text-top:after
{
    float: right;

    content: '“';
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}
.inside-news-show .text-top .note
{
    padding: 20px 5%;
}
.inside-news-show .text-top p
{
    font-size: 14px;
    line-height: 30px;
}
.inside-news-show .text
{
    margin-top: 30px;

    color: #333;
}
.inside-news-show .text p
{
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 1px;
    margin: 0;
}
@media (max-width: 991px)
{
    .inside-news-show .text p
    {
        font-size: 15px;
    }
}
@media (max-width: 767px)
{
    .inside-news-show .text p
    {
        font-size: 14px;
    }
}
.inside-news-show .text img
{
    max-width: 100%;
    height: auto !important;
}
.inside-about
{
    font-size: 0;

    padding: 0;
}
@media (max-width: 1199px)
{
    .inside-about
    {
        padding: 50px 0;
    }
}
.inside-about .about-left,
.inside-about .about-right
{
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: middle;
}
.inside-about .about-left
{
    padding-right: 8%;
}
@media (max-width: 1199px)
{
    .inside-about .about-left
    {
        padding-right: 15px;
    }
}
.inside-about .title-inside
{
    text-align: left;
}
.inside-about .title-inside h3
{
    font-weight: 100;

    color: #979797;
}
.inside-about .describe
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .inside-about .describe
    {
        margin-top: 14px;
    }
}
.inside-about .describe p
{
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 2px;
    margin: 0;
    color: #333;
}
@media (max-width: 991px)
{
    .inside-about .describe p
    {
        font-size: 14px;
    }
}
.inside-about #canvasOne
{
    width: 100%;
    height: 100%;
}
.inside-business
{
    color: #fff;
    background: url(../images/business_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .inside-business
    {
        background: url(../images/business_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
@media (min-width: 768px)
{
    .inside-business .business ul
    {
        width: 100%;
        padding: 0;

        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .inside-business .business ul:after
    {
        display: inline-block;
        overflow: hidden;

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

        content: '';
    }
}
@media (max-width: 767px)
{
    .inside-business .business ul
    {
        font-size: 0;
    }
}
.inside-business .business ul li
{
    font-size: 16px;

    display: inline-block;

    -webkit-transition: all .5s;
            transition: all .5s;
    vertical-align: top;
}
@media (max-width: 767px)
{
    .inside-business .business ul li
    {
        width: 50%;
        margin: 10px 0;
    }
}
.inside-business .business ul li:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.inside-business .business .item
{
    display: block;

    max-width: 270px;
}
@media (max-width: 1350px)
{
    .inside-business .business .item
    {
        max-width: 240px;
    }
}
@media (max-width: 1199px)
{
    .inside-business .business .item
    {
        max-width: 200px;
    }
}
@media (max-width: 991px)
{
    .inside-business .business .item
    {
        max-width: 150px;
    }
}
@media (max-width: 767px)
{
    .inside-business .business .item
    {
        max-width: 100%;
        padding: 0 8px;
    }
}
.inside-business .business .item h3
{
    font-size: 24px;
    line-height: 1.4;

    margin-top: 0;
}
@media (max-width: 1199px)
{
    .inside-business .business .item h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .inside-business .business .item h3
    {
        font-size: 18px;
    }
}
.inside-business .business .item h3 span
{
    display: inline-block;

    vertical-align: middle;
}
.inside-business .business .item .icon
{
    font-size: 50px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .inside-business .business .item .icon
    {
        font-size: 40px;
    }
}
.inside-business .business .item p
{
    color: rgba(255, 255, 255, .8);
}
.inside-join
{
    font-size: 0;

    padding: 0;
}
@media (max-width: 1199px)
{
    .inside-join
    {
        padding: 50px 0 0 0;
    }
}
.inside-join .join-left,
.inside-join .join-right
{
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: middle;
}
.inside-join .join-right
{
    padding-left: 20px ;
}
.inside-join .join-left img
{
    width: 100%;
}
.inside-join .title-inside
{
    text-align: left;
}
.inside-join .title-inside h3
{
    font-weight: 100;

    color: #979797;
}
.inside-join .describe
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .inside-join .describe
    {
        margin-top: 14px;
    }
}
.inside-join .describe p
{
    font-size: 16px;
    line-height: 1.875;
    color: #333;
    margin: 0;
}
@media (max-width: 991px)
{
    .inside-join .describe p
    {
        font-size: 14px;
    }
}
.inside-contact .contact
{
    margin-top: 50px;
}
@media (max-width: 767px)
{
    .inside-contact .contact
    {
        margin-top: 20px;
    }
}
.inside-contact .contact .item
{
    padding: 40px 20px;

    background: url(../images/contact-line.jpg) repeat-x top;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px)
{
    .inside-contact .contact .item
    {
        margin-top: 20px;
    }
}
.inside-contact .contact .item .icon
{
    font-size: 40px;
    line-height: 1.2;

    display: block;

    color: #c00;
}
.inside-contact .contact .item b
{
    font-size: 18px;
    line-height: 30px;

    display: block;

    margin-top: 10px;

    color: #c00;
}
.inside-contact .contact .item p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
.inside-contact .contact .item p a:hover
{
    text-decoration: underline;

    color: #c00;
}
.inside-map .mapwrap
{
    height: 500px;
}
@media (max-width: 991px)
{
    .inside-map .mapwrap
    {
        height: 340px;
    }
}
.BMapLabel
{
    max-width: 200px !important;
    padding: 10px !important;
}
.inside-seowhy .seowhy .item
{
    margin-top: 40px;
    padding: 0 20px 40px 20px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.inside-seowhy .seowhy .item h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1199px)
{
    .inside-seowhy .seowhy .item h3
    {
        font-size: 20px;
    }
}
.inside-seowhy .seowhy .item h3 i,
.inside-seowhy .seowhy .item h3 span
{
    display: inline-block;

    vertical-align: middle;
}
.inside-seowhy .seowhy .item h3 i
{
    font-size: 36px;
    font-style: normal;
    line-height: 80px;

    width: 80px;
    height: 80px;

    text-align: center;

    color: #fff;
    background-color: #c00;
}
@media (max-width: 1199px)
{
    .inside-seowhy .seowhy .item h3 i
    {
        font-size: 28px;
        line-height: 60px;

        width: 60px;
        height: 60px;
    }
}
.inside-seowhy .seowhy .item h3 span
{
    width: -webkit-calc(100% - 80px);
    width:         calc(100% - 80px);
    padding: 0 10px;
}
@media (max-width: 1199px)
{
    .inside-seowhy .seowhy .item h3 span
    {
        width: -webkit-calc(100% - 60px);
        width:         calc(100% - 60px);
    }
}
.inside-seowhy .seowhy .item .desc
{
    margin-top: 20px;
}
.inside-seowhy .seowhy .item .desc p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #999;
}
@media (max-width: 991px)
{
    .inside-seowhy .seowhy .item .desc p
    {
        font-size: 14px;
    }
}
.inside-contrast
{
    color: #fff;
    background: url(../images/contrast_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .inside-contrast
    {
        background: url(../images/contrast_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
.inside-contrast .contrast > ul
{
    font-size: 0;
}
.inside-contrast .contrast > ul > li
{
    font-size: 14px;

    display: inline-block;
    float: none;

    margin-top: 60px;

    vertical-align: top;

    border-right: 1px solid #5c504d;
}
@media (max-width: 1199px)
{
    .inside-contrast .contrast > ul > li
    {
        margin-top: 30px;
    }
}
.inside-contrast .contrast > ul > li:last-child
{
    border-right: none;
}
@media (max-width: 991px)
{
    .inside-contrast .contrast > ul > li:nth-child(2n)
    {
        border-right: none;
    }
}
.inside-contrast .contrast .item
{
    padding: 50px 10%;

    -webkit-transition: all .6s;
            transition: all .6s;
    text-align: center;
}
@media (max-width: 1199px)
{
    .inside-contrast .contrast .item
    {
        padding: 30px 15px;
    }
}
@media (max-width: 767px)
{
    .inside-contrast .contrast .item
    {
        padding: 10px 0;
    }
}
.inside-contrast .contrast .item .icon
{
    font-size: 60px;
    line-height: 1;

    display: block;

    margin: 0 auto;
}
@media (max-width: 991px)
{
    .inside-contrast .contrast .item .icon
    {
        font-size: 50px;
    }
}
@media (max-width: 767px)
{
    .inside-contrast .contrast .item .icon
    {
        font-size: 40px;
    }
}
.inside-contrast .contrast .item h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
}
.inside-contrast .contrast .item p
{
    font-size: 16px;
    line-height: 1.8;
 letter-spacing: 1.5;
    color: rgba(255, 255, 255, .6);
}
@media (max-width: 991px)
{
    .inside-contrast .contrast .item p
    {
        font-size: 14px;
    }
}
.inside-contrast .contrast .item:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.inside-contrast .contrast .item:hover .icon
{
    -webkit-animation: flipInY 1s 0s ease both;
            animation: flipInY 1s 0s ease both;
}
.inside-advantage .advantage > ul
{
    font-size: 0;
}
@media (min-width: 1200px)
{
    .inside-advantage .advantage > ul
    {
        margin: 0 -30px;
    }
}
.inside-advantage .advantage > ul > li
{
    font-size: 14px;

    display: inline-block;
    float: none;

    margin-top: 40px;

    vertical-align: top;
}
@media (min-width: 1200px)
{
    .inside-advantage .advantage > ul > li
    {
        padding: 0 30px;
    }
}
@media (max-width: 767px)
{
    .inside-advantage .advantage > ul > li
    {
        margin-top: 20px;
    }
}
.inside-advantage .advantage .item
{
    -webkit-transition: all .6s;
            transition: all .6s;
}
.inside-advantage .advantage .item h3
{
    font-size: 18px;

    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;
}
@media (max-width: 767px)
{
    .inside-advantage .advantage .item h3
    {
        font-size: 16px;
    }
}
.inside-advantage .advantage .item .icon,
.inside-advantage .advantage .item span
{
    display: inline-block;

    vertical-align: middle;
}
.inside-advantage .advantage .item .icon
{
    font-size: 46px;

    width: 50px;
    margin-right: 10px;
}
@media (max-width: 767px)
{
    .inside-advantage .advantage .item .icon
    {
        font-size: 30px;

        width: 30px;
    }
}
.inside-advantage .advantage .item span
{
    font-weight: bold;
}
.inside-advantage .advantage .item span:after
{
    display: block;

    width: 54px;
    height: 3px;
    margin-top: 6px;

    content: '';

    background-color: #c00;
}
@media (max-width: 767px)
{
    .inside-advantage .advantage .item span:after
    {
        width: 34px;
        height: 2px;
    }
}
.inside-advantage .advantage .item p
{
    font-size: 16px;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #999;
}
@media (max-width: 991px)
{
    .inside-advantage .advantage .item p
    {
        font-size: 14px;
    }
}
.inside-advantage .advantage .item:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.inside-advantage .advantage .item:hover .icon
{
    -webkit-animation: flipInY 1s 0s ease both;
            animation: flipInY 1s 0s ease both;
}
.inside-case .title-inside
{
    position: relative;

    text-align: left;
}
.inside-case .title-inside:after
{
    position: absolute;
    bottom: 10px;
    right: 0;

    display: block;

    width: 49%;
    height: 2px;

    content: '';

    background-color: #000;
}
@media (max-width: 991px)
{
    .inside-case .title-inside:after
    {
        width: 40%;
    }
}
@media (max-width: 767px)
{
    .inside-case .title-inside:after
    {
        display: none;
    }
}
.inside-case .title-inside p
{
    max-width: 40%;
    margin-left: 0;
}
@media (max-width: 991px)
{
    .inside-case .title-inside p
    {
        max-width: 50%;
    }
}
@media (max-width: 767px)
{
    .inside-case .title-inside p
    {
        max-width: 100%;
    }
}
@media (min-width: 1200px)
{
    .inside-case .case ul
    {
        margin: 0 -30px;
    }
    .inside-case .case ul li
    {
        padding: 0 30px;
    }
}
.inside-case .case .item
{
    display: block;

    margin-top: 30px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.inside-case .case .item .pic
{
    position: relative;

    background-color: #000;
}
.inside-case .case .item .pic .ibox
{
    padding-bottom: 58.33333333%;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.inside-case .case .item .pic .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inside-case .case .item .pic .desc
{
    position: absolute;
    z-index: 2;
    top: 60%;
    left: 0;

    width: 100%;
    padding: 20px;

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

    opacity: 0;
    color: #fff;
}
.inside-case .case .item .pic .desc h3
{
    font-size: 24px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.inside-case .case .item .pic .desc h4
{
    font-size: 14px;
    line-height: 24px;

    margin: 0;

    color: rgba(255, 255, 255, .5);
}
.inside-case .case .item .pic .desc p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.inside-case .case .item .pic .desc .sign
{
    display: block;

    margin-top: 20px;

    color: rgba(255, 255, 255, .66);
}
.inside-case .case .item .pic .desc .sign:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    margin-right: 8px;

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

    color: rgba(255, 255, 255, .8);
}
.inside-case .case .item .txt
{
    position: relative;

    margin-top: 14px;
    padding-right: 120px;
}
@media (max-width: 767px)
{
    .inside-case .case .item .txt
    {
        padding-right: 0;
    }
}
.inside-case .case .item .txt h3
{
    font-size: 24px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .inside-case .case .item .txt h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .inside-case .case .item .txt h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .inside-case .case .item .txt h3
    {
        font-size: 16px;
    }
}
.inside-case .case .item .txt .sign
{
    line-height: 30px;

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

    color: rgba(0, 0, 0, .66);
}
@media (max-width: 767px)
{
    .inside-case .case .item .txt .sign
    {
        position: relative;
    }
}
.inside-case .case .item .txt .sign:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    margin-right: 8px;

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

    color: rgba(0, 0, 0, .8);
}
@media (min-width: 1200px)
{
    .inside-case .case .item:hover
    {
        -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
                transform: translateY(-10px);
    }
    .inside-case .case .item:hover .pic .ibox
    {
        opacity: .2;
    }
    .inside-case .case .item:hover .pic .ibox img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .inside-case .case .item:hover .pic .desc
    {
        top: 50%;

        opacity: 1;
    }
}
.inside-case-show
{
    overflow: hidden;
	background-color: #ffffff;
    padding: 0;
}
.inside-case-show .container
{
    max-width: 1200px;
}
.inside-case-show p
{
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 1.2px;
}
@media (max-width: 991px)
{
    .inside-case-show p
    {
        font-size: 14px;
    }
}
.inside-case-show img
{
    max-width: 100%;
    height: auto !important;
}
.inside-case-show .case-show-top
{
    padding: 80px 0;
}
@media (max-width: 991px)
{
    .inside-case-show .case-show-top
    {
        padding: 50px 0;
    }
}
.inside-case-show .case-show-top .case-logo img
{
    max-width: 100%;
}
.inside-case-show .case-open .case_fixed_img
{
    position: relative;

    height: 100vh;

    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
	background-size: cover;
}
@media (max-width: 1199px)
{
    .inside-case-show .case-open .case_fixed_img
    {
        height: 50vh;
    }
}
@media (max-width: 767px)
{
    .inside-case-show .case-open .case_fixed_img
    {
        height: 300px;
    }
}
.inside-case-show .case-open .before,
.inside-case-show .case-open .after
{
    position: absolute;
    z-index: 2;
    top: 0;

    width: 14%;
    height: 100%;

    background: #fff;
}
@media (max-width: 1199px)
{
    .inside-case-show .case-open .before,
    .inside-case-show .case-open .after
    {
        display: none;
    }
}
.inside-case-show .case-open .before
{
    left: 0;
}
.inside-case-show .case-open .after
{
    right: 0;
}
.inside-case-show .case-show
{
    padding: 30px 0;
}
@media (max-width: 991px)
{
    .inside-case-show .case-show
    {
        padding: 50px 0;
    }
}
.gettop
{
    position: fixed;
    z-index: 8;
    right: 0;
    bottom: 30px;
    display: none;

    cursor: pointer;

    color: #c00;
}
.gettop .icon
{
    font-size: 40px;

    display: block;

    width: 60px;

    -webkit-animation: Mouse 1.6s linear infinite;
            animation: Mouse 1.6s linear infinite;
    text-align: center;
}
@-webkit-keyframes Mouse
{
    0%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    50%
    {
        -webkit-transform: translateY(8px);
                transform: translateY(8px);
    }
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@keyframes Mouse
{
    0%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    50%
    {
        -webkit-transform: translateY(8px);
                transform: translateY(8px);
    }
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
nav
{
    text-align: center;
}
.pagination
{
    margin: 50px 0 0 0;
    padding: 0;
}
@media (max-width: 991px)
{
    .pagination
    {
        margin-top: 30px;
    }
}
.pagination li.prev a,
.pagination li.next a
{
    border-radius: 50%;
}
.pagination li.prev a span:before,
.pagination li.next a span:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

    content: '\e671';
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.pagination li.next a span:before
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.pagination li a
{
    line-height: 36px;

    display: block;

    width: 36px;
    height: 36px;
    margin: 0 6px;
    padding: 0;

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

    color: #666;
    border: none;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .7);
}
@media (max-width: 991px)
{
    .pagination li a
    {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover
{
    color: #fff;
    background-color: #c00;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #fff;
    background-color: #c00;
}
#video-id_fluid_initial_play_button
{
    display: none !important;
}
.case-showbox{
	background-color: #f5f5f5;
	padding: 40px 3%;
	 display: flex;
	align-items: center;
	justify-content: space-between;
}
.case-showbox .title-case-top h2{
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	margin: 0;
}
.case-showbox .title-case-top p{
	font-size: 16px;
	line-height: 24px;
	color: #666666;
}
.case-showbox .link a{
	display: inline-block;
	line-height: 30px;
	color: #999999;
	transition: all .2s;
	margin-left: 10px;
}
.case-showbox .link a .icon{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	font-size: 20px;
}
.case-showbox .link a:hover{
	color: #c00;
}
.inside-case-show .case-link{
	padding: 20px 3% 0;
	text-align: center;
}
.inside-case-show .case-link a{
	display: inline-block;
	vertical-align: middle;
	padding: 0 26px;
	line-height: 58px;
	margin: 0 50px;
	font-size: 16px;
	background-color: #fff;
	border: 1px solid #000000;
	transition: all .2s;
	min-width: 200px;
	margin-top: 10px;
}
.inside-case-show .case-link a .icon{
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
}
.inside-case-show .case-link a:hover{
	background-color: #fff;
	border-color: #CC0000;
	color: #CC0000;
}
@media(max-width:1199px){
	.inside-case-show .case-link a{
		margin: 0 30px;
		margin: 10px;
		line-height: 48px;
	}
}
@media(max-width:767px){
	.case-showbox{
		padding: 20px 15px;
		display: block;
	}
	.case-showbox .link{
		text-align: right;
		padding: 0px 15px 0;
	}
	.inside-case-show .case-link a{
		padding: 0 16px;
		line-height: 40px;
	}
}
.sticky{
	z-index: 9;
}
.part-about{
	padding-bottom: 0;
}
.part-about .first{
	position: relative;
	padding-bottom: 100px;
}
.part-about .first:before{
	content: '';
	display: block;
	width: 100%;
	height: 100px;
	background-color: #fff;
	bottom: 0;
	z-index: 8;
	position: absolute;
}
.part-about .first{
	position: relative;
}
.part-brand{
	padding-top: 0;
}
.home-nav{
	z-index: 12;
}
.part-about .second{
	z-index: 9; 
} 
.inner-wrapper-sticky{
	width: 100%!important;
	left: 0!important;
}
.inside-case{
	position: relative;
}
.inside-case .case-menu{
	position: absolute;
	top: 0;
	right: 0;
}
.inside-case .case-menu ul{
	margin: 0 -15px;
}
.inside-case .case-menu ul li{
	display: inline-block;
	vertical-align: top;
	padding: 0 15px;
	margin-top: 15px;
}
.inside-case .case-menu ul li a{
	display: inline-block;
	padding: 0 30px;
	font-size: 16px;
	line-height: 40px;
	border: 1px solid #000000;
	transition: all .2s;
}
.inside-case .case-menu ul li.active a,
.inside-case .case-menu ul li:hover a{
	background-color: #c00;
	border-color: #c00;
	color: #fff;
}
@media(max-width:1199px){
	.inside-case .case-menu{
		position: relative;
	}
	.inside-case .title-inside:after{
		bottom: auto;
		top: 49%;
	}
}
@media (max-width: 767px){
.inside-case .title-inside p {
    max-width: 100%;
	width: 100%;
}
.inside-case .case-menu ul {
	margin: 0 -6px;
}
.inside-case .case-menu ul li{
	padding: 0 6px;
}
.inside-case .case-menu ul li a{
	font-size: 15px;
	padding: 0 20px;
}
}
.related-case-xiaochengxu {
	margin: 0 -15px;
	font-size: 0;
}
.related-case-xiaochengxu >div{
	width: 33.333333%;
	padding: 0 15px;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}
@media(max-width:767px){
	.related-case-xiaochengxu {
		margin: 0 -5px;
	}
	.related-case-xiaochengxu >div{
		width: 50%;
		padding: 0 5px;
	}
}

.inside-related-case .related-case-xiaochengxu .item
{
    display: block;

    margin-top: 50px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.inside-related-case .related-case-xiaochengxu .item .pic
{
    position: relative;

    background-color: #000;
}
.inside-related-case .related-case-xiaochengxu .item .pic .ibox
{
    padding-bottom: 78.33333333%;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.inside-related-case .related-case-xiaochengxu .item .pic .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inside-related-case .related-case-xiaochengxu .item .pic .desc
{
    position: absolute;
    z-index: 2;
    top: 60%;
    left: 0;

    width: 100%;
    padding: 20px;

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

    opacity: 0;
    color: #fff;
}
.inside-related-case .related-case-xiaochengxu .item .pic .desc h3
{
    font-size: 24px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.inside-related-case .related-case-xiaochengxu .item .pic .desc h4
{
    font-size: 14px;
    line-height: 24px;

    margin: 0;

    color: rgba(255, 255, 255, .5);
}
.inside-related-case .related-case-xiaochengxu .item .pic .desc p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.inside-related-case .related-case-xiaochengxu .item .pic .desc .sign
{
    display: block;

    margin-top: 20px;

    color: rgba(255, 255, 255, .66);
}
.inside-related-case .related-case-xiaochengxu .item .pic .desc .sign:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    margin-right: 8px;

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

    color: rgba(255, 255, 255, .8);
}
.inside-related-case .related-case-xiaochengxu .item .txt
{
    position: relative;

    margin-top: 14px;
    padding-right: 0px;
}
@media (max-width: 767px)
{
    .inside-related-case .related-case-xiaochengxu .item .txt
    {
        padding-right: 0;
    }
}
.inside-related-case .related-case-xiaochengxu .item .txt h3
{
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .inside-related-case .related-case-xiaochengxu .item .txt h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .inside-related-case .related-case-xiaochengxu .item .txt h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .inside-related-case .related-case-xiaochengxu .item .txt h3
    {
        font-size: 16px;
    }
}
.inside-related-case .related-case-xiaochengxu .item .txt .sign
{
    line-height: 30px;

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

    color: rgba(0, 0, 0, .66);
}
@media (max-width: 767px)
{
    .inside-related-case .related-case-xiaochengxu .item .txt .sign
    {
        position: relative;
    }
}
.inside-related-case .related-case-xiaochengxu .item .txt .sign:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    margin-right: 8px;

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

    color: rgba(0, 0, 0, .8);
}
@media (min-width: 1200px)
{
    .inside-related-case .related-case-xiaochengxu .item:hover
    {
        -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
                transform: translateY(-10px);
    }
    .inside-related-case .related-case-xiaochengxu .item:hover .pic .ibox
    {
        opacity: 1;
    }
    .inside-related-case .related-case-xiaochengxu .item:hover .pic .ibox img
    {
    }
    .inside-related-case .related-case-xiaochengxu .item:hover .pic .desc
    {
        top: 50%;

        opacity: 1;
    }
}



.related-case-xiangying {
	margin: 0 -15px;
	font-size: 0;
}
.related-case-xiangying >div{
	width: 33.333333%;
	padding: 0 15px;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}
@media(max-width:767px){
	.related-case-xiangying {
		margin: 0 -5px;
	}
	.related-case-xiangying >div{
		width: 50%;
		padding: 0 5px;
	}
}
.inside-related-case .related-case-xiangying .item
{
    display: block;

    margin-top: 30px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.inside-related-case .related-case-xiangying  .item .pic
{
    position: relative;

    background-color: #000;
}
.inside-related-case .related-case-xiangying  .item .pic .ibox
{
    padding-bottom: 58.33333333%;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.inside-related-case .related-case-xiangying  .item .pic .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inside-related-case .related-case-xiangying  .item .pic .desc
{
    position: absolute;
    z-index: 2;
    top: 60%;
    left: 0;

    width: 100%;
    padding: 20px;

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

    opacity: 0;
    color: #fff;
}
.inside-related-case .related-case-xiangying  .item .pic .desc h3
{
    font-size: 24px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.inside-related-case .related-case-xiangying  .item .pic .desc h4
{
    font-size: 14px;
    line-height: 24px;

    margin: 0;

    color: rgba(255, 255, 255, .5);
}
.inside-related-case .related-case-xiangying  .item .pic .desc p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.inside-related-case .related-case-xiangying  .item .pic .desc .sign
{
    display: block;

    margin-top: 20px;

    color: rgba(255, 255, 255, .66);
}
.inside-related-case .related-case-xiangying  .item .pic .desc .sign:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    margin-right: 8px;

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

    color: rgba(255, 255, 255, .8);
}
.inside-related-case .related-case-xiangying  .item .txt
{
    position: relative;

    margin-top: 14px;
    padding-right: 120px;
}
@media (max-width: 767px)
{
    .inside-related-case .related-case-xiangying  .item .txt
    {
        padding-right: 0;
    }
}
.inside-related-case .related-case-xiangying  .item .txt h3
{
    font-size: 24px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .inside-related-case .related-case-xiangying  .item .txt h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .inside-related-case .related-case-xiangying  .item .txt h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .inside-related-case .related-case-xiangying  .item .txt h3
    {
        font-size: 16px;
    }
}
.inside-related-case .related-case-xiangying  .item .txt .sign
{
    line-height: 30px;

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

    color: rgba(0, 0, 0, .66);
}
@media (max-width: 767px)
{
    .inside-related-case .related-case-xiangying  .item .txt .sign
    {
        position: relative;
    }
}
.inside-related-case .related-case-xiangying  .item .txt .sign:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    margin-right: 8px;

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

    color: rgba(0, 0, 0, .8);
}
@media (min-width: 1200px)
{
    .inside-related-case .related-case-xiangying  .item:hover
    {
        -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
                transform: translateY(-10px);
    }
    .inside-related-case .related-case-xiangying  .item:hover .pic .ibox
    {
        opacity: .2;
    }
    .inside-related-case .related-case-xiangying  .item:hover .pic .ibox img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .inside-related-case .related-case-xiangying  .item:hover .pic .desc
    {
        top: 50%;

        opacity: 1;
    }
}
/*分页样式*/
.page_info{text-align:center;margin:30px auto;color:#aaa; width:100%; float:left;}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{height:40px;line-height:40px;text-align:center;letter-spacing:0;font-size:15px;margin:30px auto; clear:both; padding-top:50px;}
.page_list a{display:inline-block;color:#aaa; width:40px; border-radius:50%; background-image: linear-gradient(#fff, #ddd); text-align:center;padding:0 8px;margin:0 3px; transition:all .3s ease;}
.page_list a:hover{color:#fff; background-image: linear-gradient(#e50315, #a40c18);}
.page_list a.on{color:#fff; background-image: linear-gradient(#e50315, #a40c18); font-weight:bold;}