@charset 'utf-8';
.ff
{
    font-family: 'iconfont' !important;
    font-style: normal;

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

    width: 100%;
    height: 100%;
}
body
{
    font-family: Arial, Helvetica, 'Helvetica Neue', 'Microsoft YaHei', 'PingFang SC', 'Heiti SC', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', sans-serif;
}
body.fixed
{
    overflow: hidden;
}
body.fixed .header .top .google-translate
{
    position: fixed;
    z-index: 99999;

    display: block;
}
@media only screen and (min-width: 1350px)
{
    .container
    {
        width: 1320px;
    }
}
@media only screen and (min-width: 1470px)
{
    .container
    {
        width: 1440px;
    }
}
.txt-over1
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.img-box
{
    position: relative;
    z-index: 1;

    display: block;
    overflow: hidden;

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

    display: block;

    width: 100%;
    height: 100%;
}
.page
{
    text-align: center;
}
.page li
{
    display: inline-block;

    margin: 0 3px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .page li
    {
        font-size: 14px;

        margin: 2px 1px 0;
    }
}
.page li a,
.page li span
{
    line-height: 34px;

    display: block;

    width: 36px;
    height: 36px;

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

    color: #666;
    border: 1px solid #e6e6e6;
}
@media (max-width: 767px)
{
    .page li a,
    .page li span
    {
        line-height: 28px;

        width: 30px;
        height: 30px;
    }
}
.page li.prev a:before,
.page li.next a:before,
.page li.prev span:before,
.page li.next span:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page li.prev a:before,
.page li.prev span:before
{
    content: '\e9b5';
}
.page li.next a:before,
.page li.next span:before
{
    content: '\e72f';
}
.page li.first a,
.page li.last a
{
    width: 55px;
}
.page li.active a,
.page li:hover a,
.page li.active span,
.page li:hover span
{
    color: #fff;
    border-color: #ee3623;
    background-color: #ee3623;
}
.table-box
{
    overflow: auto;

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

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

    border-spacing: 0;
    border-collapse: collapse;
}
.table-box table tr,
.table-box table td,
.table-box table th
{
    width: auto !important;
    height: auto !important;

    color: #02152d;
    background-color: #f2f3f4;
}
.table-box table td,
.table-box table th
{
    font-size: 16px;
    font-weight: normal;

    padding: 20px 30px !important;

    border: 2px solid #fff !important;
}
@media (max-width: 767px)
{
    .table-box table td,
    .table-box table th
    {
        font-size: 12px;
    }
}
@media (max-width: 480px)
{
    .table-box table td,
    .table-box table th
    {
        font-size: 2.7vmin;

        padding: 8px !important;
    }
}
.table-box table tr p,
.table-box table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.table-box table th
{
    text-align: center;
}
.clearfix
{
    zoom: 1;
}
.clearfix:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
img.lazy
{
    min-width: 1px;
    min-height: 1px;

    background: url(../js/slick/ajax-loader.gif) no-repeat center;
}
.fancybox-slide--iframe .fancybox-content
{
    width: 800px;
    max-width: 80%;
    height: 600px;
    max-height: 50%;
    margin: 0;
}
.fancybox-slide--video video
{
    max-width: 80%;
    padding: 0;
}
@media (max-width: 767px)
{
    .fancybox-slide--video video
    {
        max-width: 95%;
    }
}
.header
{
    position: relative;
    z-index: 9999;

    background-color: #fff;
}
.header .top
{
    padding: 10px 0;
}
.header .top ul
{
    text-align: right;

    color: #666;
}
.header .top ul li
{
    display: inline-block;
}
.header .top ul li:before,
.header .top ul li a
{
    display: inline-block;

    vertical-align: middle;
}
.header .top ul li:before
{
    width: 1px;
    height: 14px;
    margin: 0 15px;

    content: '';

    background-color: #cacaca;
}
@media (min-width: 1200px)
{
    .header .top ul li a:hover
    {
        text-decoration: underline;

        color: #ee3623;
    }
}
@media (max-width: 1199px)
{
    .header .top ul li a:active
    {
        text-decoration: underline;

        color: #ee3623;
    }
}
.header .top ul li:first-child:before
{
    display: none;
}
@media (max-width: 480px)
{
    .header .top ul li
    {
        font-size: 12px;
    }
    .header .top ul li:before
    {
        margin: 0 5px;
    }
}
.header .bottom-box
{
    font-size: 0;

    padding: 20px 0 40px;

    text-align: justify;
    text-justify: distribute-all-lines;
    letter-spacing: -8px;
}
@media (max-width: 1199px)
{
    .header .bottom-box
    {
        padding: 20px 0;
    }
}
@media (max-width: 767px)
{
    .header .bottom-box
    {
        padding: 5px 0 15px;
    }
}
.header .bottom-box:after
{
    display: inline-block;
    overflow: hidden;

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

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

    display: inline-block;

    vertical-align: middle;
    letter-spacing: 0;
}
.header .logo
{
    position: relative;
    z-index: 5;

    text-align: center;
}
.header .logo a
{
    position: relative;
    z-index: 10;

    display: block;

    max-width: 100%;
}
.header .logo a span
{
    display: inline-block;

    vertical-align: middle;
}
.header .logo a span img
{
    display: block;

    width: 100%;
}
@media (max-width: 991px)
{
    .header .logo a .logo-pic
    {
        width: 250px;
    }
}
@media (max-width: 767px)
{
    .header .logo a .logo-pic
    {
        width: 180px;
    }
}
.header .logo a .logo-txt
{
    font-size: 24px;
    line-height: 1.58333333;

    margin-left: 55px;
}
@media (max-width: 1469px)
{
    .header .logo a .logo-txt
    {
        margin-left: 25px;
    }
}
@media (max-width: 1349px)
{
    .header .logo a .logo-txt
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .header .logo a .logo-txt
    {
        font-size: 16px;

        margin-left: 15px;
    }
}
@media (max-width: 767px)
{
    .header .logo a .logo-txt
    {
        font-size: 14px;
    }
}
@media (max-width: 480px)
{
    .header .logo a .logo-txt
    {
        display: none;
    }
}
.header .logo a .logo-txt b
{
    display: block;
}
.header .right-box > div
{
    display: inline-block;

    vertical-align: middle;

    color: #666;
}
@media (max-width: 1199px)
{
    .header .right-box > div.search-wrap
    {
        display: none;
    }
}
@media (max-width: 767px)
{
    .header .right-box > div.google-translate
    {
        display: none;
    }
}
.header .right-box > div.share
{
    margin-left: 30px;
}
.header .right-box .find
{
    margin: 0 18px 0 15px;

    cursor: pointer;
}
@media (max-width: 1349px)
{
    .header .right-box .find
    {
        margin: 0 10px 0 8px;
    }
}
@media (max-width: 767px)
{
    .header .right-box .find
    {
        margin: 0;
    }
}
.header .right-box .find:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e660';

    color: #ee3623;
}
.header .right-box .contact
{
    position: relative;

    margin-left: 50px;
    padding-left: 50px;

    text-align: right;
}
.header .right-box .contact:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;
    line-height: 40px;

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

    width: 42px;
    height: 42px;

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

    color: #ee3623;
    border: 2px solid #ee3623;
    border-radius: 50%;
}
.header .right-box .contact span
{
    color: #666;
}
.header .right-box .contact b
{
    font-size: 24px;

    display: block;

    color: #ee3623;
}
.header .right-box .contact p
{
    font-size: 16px;

    margin: 0;
}
@media (max-width: 1469px)
{
    .header .right-box .contact
    {
        margin-left: 25px;
    }
}
@media (min-width: 1200px)
{
    .header .nav
    {
        position: relative;

        text-align: center;
    }
    .header .nav .tbl
    {
        background-color: #222;
    }
    .header .nav.fixed .tbl
    {
        position: fixed;
        z-index: 888;
        top: -80px;
        left: 0;

        width: 100%;

        -webkit-transition: -webkit-transform .4s;
                transition: -webkit-transform .4s;
                transition:         transform .4s;
                transition:         transform .4s, -webkit-transform .4s;
        -webkit-transition-delay: .2s;
                transition-delay: .2s;
        -webkit-transform: translateY(100%);
        -webkit-transform: translate3d(0, 100%, 0);
            -ms-transform: translateY(100%);
                transform: translateY(100%);
                transform: translate3d(0, 100%, 0);
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

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

        -webkit-transition: -webkit-transform .3s;
                transition: -webkit-transform .3s;
                transition:         transform .3s;
                transition:         transform .3s, -webkit-transform .3s;
        -webkit-transform: translateZ(10px);
                transform: translateZ(10px);
        text-align: left;
        text-align: center;

        background: #fafafa;
        background: #000;
    }
    .header .nav .tbl
    {
        display: table;

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

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        width: 100%;
        padding: 25px;
    }
}
.header .nav.left-100
{
    -webkit-transform: translateX(-100%);
    -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
            transform: translate3d(-100%, 0, 0);
}
.header .nav.left-200
{
    -webkit-transform: translateX(-200%);
    -webkit-transform: translate3d(-200%, 0, 0);
        -ms-transform: translateX(-200%);
            transform: translateX(-200%);
            transform: translate3d(-200%, 0, 0);
}
.header .nav.left-300
{
    -webkit-transform: translateX(-300%);
    -webkit-transform: translate3d(-300%, 0, 0);
        -ms-transform: translateX(-300%);
            transform: translateX(-300%);
            transform: translate3d(-300%, 0, 0);
}
.header .nav.left-400
{
    -webkit-transform: translateX(-400%);
    -webkit-transform: translate3d(-400%, 0, 0);
        -ms-transform: translateX(-400%);
            transform: translateX(-400%);
            transform: translate3d(-400%, 0, 0);
}
.header .nav .nav-list1
{
    position: relative;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1
    {
        font-size: 0;

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

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

        content: '';
    }
    .header .nav .nav-list1 li a
    {
        white-space: nowrap;
    }
    .header .nav .nav-list1 > li
    {
        font-size: 14px;

        position: relative;

        display: inline-block;

        padding: 0 10px;

        vertical-align: middle;
        letter-spacing: 0;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;

        display: block;

        padding: 29px 10px;

        text-transform: uppercase;

        color: #fff;
    }
    .header .nav .nav-list1 > li > a:hover
    {
        text-decoration: underline;
    }
    .header .nav .nav-list1 .nav-list2,
    .header .nav .nav-list1 .nav-list3
    {
        display: none;

        text-align: left;

        color: #fff;
        background-color: rgba(0, 0, 0, .8);
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 10;
        top: 100%;
        left: 50%;

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

        text-align: center;

        box-shadow: 0 5px 15px 2px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2 > li
    {
        position: relative;

        white-space: nowrap;
    }
    .header .nav .nav-list1 .nav-list2 > li:first-child > a
    {
        border-top: none;
    }
    .header .nav .nav-list1 .nav-list2 > li:before,
    .header .nav .nav-list1 .nav-list2 > li:after
    {
        position: absolute;
        z-index: 2;
        left: 0;

        display: none;

        width: 100%;
        height: 1px;

        content: '';

        background-color: #fff;
    }
    .header .nav .nav-list1 .nav-list2 > li:before
    {
        top: 0;
    }
    .header .nav .nav-list1 .nav-list2 > li:after
    {
        top: 100%;
    }
    .header .nav .nav-list1 .nav-list2 > li:hover > a
    {
        -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
                transform: translateX(5px);
        text-decoration: underline;
    }
    .header .nav .nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
        line-height: 2.14285714;

        position: relative;

        display: inline-block;

        padding: 0 30px;

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

        color: #fff;
    }
    .header .nav .nav-list1 .nav-list3
    {
        position: absolute;
        top: 0;
        left: 100%;

        width: 255px;
        padding: 20px;

        border-left: 1px solid transparent;
        background-clip: padding-box;
    }
    .header .nav .nav-list1 .nav-list3 li > a
    {
        position: relative;

        padding: 12px 0 12px 10px;

        white-space: normal;
        word-break: break-word;
    }
    .header .nav .nav-list1 .nav-list3 li > a:hover
    {
        color: #ee3623;
    }
    .header .nav .nav-list1 .nav-list3 li > a:before
    {
        position: absolute;
        top: 50%;
        left: 0;

        content: '-';
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        margin: 20px 0;

        opacity: 0;
    }
    .header .nav .nav-list1 > li
    {
        -webkit-transform: translateX(-15px) rotateX(90deg);
                transform: translateX(-15px) rotateX(90deg);
        white-space: nowrap;

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

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

        margin-top: 5px;

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

        display: block;
        overflow: hidden;

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

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

        color: #fff;
        background: #fafafa;
        background: #000;
    }
}
.header .mask-nav .nav-top
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

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

    content: '\e9b5';
}
.header .mask-nav .nav-top .nav-title
{
    font-size: 30px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .header .mask-nav .nav-top .nav-title
    {
        font-size: 20px;
    }
}
.header .mask-nav .nav-top .nav-collapse-2
{
    margin: 0;
}
.header .mask-nav .nav-top .nav-collapse-2 .btn-line
{
    background-color: #fff;
}
.header .mask-nav .content
{
    position: relative;

    overflow: auto;

    height: 85%;
    margin-top: 4%;

    -ms-touch-action: pan-y;
        touch-action: pan-y;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
.header .mask-nav .content::-webkit-scrollbar
{
    width: 5px;
    height: 5px;

    border-radius: 5px;
    background-color: #fff;
}
.header .mask-nav .content::-webkit-scrollbar-track
{
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.header .mask-nav .content::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: #666;
}
.header .mask-nav .content::-webkit-scrollbar-thumb:hover
{
    border-radius: 5px;
    background: rgba(0, 0, 0, .4);
}
@media (max-width: 767px)
{
    .header .mask-nav .content ul
    {
        padding: 0 15px;
    }
}
.header .mask-nav .content ul li
{
    font-size: 20px;
    line-height: 2;

    margin: 10px 0;

    text-align: left;
}
@media (max-width: 767px)
{
    .header .mask-nav .content ul li
    {
        font-size: 4.5vmin;
        line-height: 1.6;

        margin: 0;
        margin-bottom: 5px;
    }
}
.header .mask-nav .content ul li.more
{
    position: relative;
}
.header .mask-nav .content ul li.more:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;

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

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

    color: #fff;
}
.header .mask-nav .content ul li a
{
    display: inline-block;
}
.header .mask-nav .content ul ul
{
    display: none;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-4
{
    left: 300%;
}
.header .fade-out ul
{
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .header .fade-out ul
    {
        padding: 0 5%;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul .pic
    {
        display: none !important;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul.nav-list1
    {
        overflow: auto;

        max-height: 70%;
        max-height: 75vh;
        margin: 0;

        opacity: 1;

        -ms-touch-action: pan-y;
            touch-action: pan-y;
        /*定义滚动条轨道 内阴影+圆角*/
        /*定义滑块 内阴影+圆角*/
        /*滑块效果*/
    }
    .header .fade-out ul.nav-list1::-webkit-scrollbar
    {
        width: 5px;
        height: 5px;

        border-radius: 5px;
        background-color: #fff;
    }
    .header .fade-out ul.nav-list1::-webkit-scrollbar-track
    {
        border-radius: 5px;
        background-color: #fff;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    }
    .header .fade-out ul.nav-list1::-webkit-scrollbar-thumb
    {
        border-radius: 5px;
        background-color: #666;
    }
    .header .fade-out ul.nav-list1::-webkit-scrollbar-thumb:hover
    {
        border-radius: 5px;
        background: rgba(0, 0, 0, .4);
    }
    .header .fade-out ul.nav-list1 a
    {
        text-transform: uppercase;

        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li
    {
        position: relative;

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

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

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

        margin-top: -14px;

        content: '\e72f';

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

        display: inline-block;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
@media (max-width: 1199px) and (max-height: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
.header .fade-out ul.nav2-list2 h4
{
    font-size: 20px;
    line-height: 50px;
}
.nav-collapse
{
    position: relative;

    display: none;

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

    cursor: pointer;

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

        margin-left: 10px;

        vertical-align: middle;
    }
    .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 30px;

        display: block;

        margin-top: 10px;

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

        border: none;
    }
}
@media (max-width: 480px)
{
    .nav-collapse
    {
        margin-left: 10px;
    }
}
.nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 25px;
    height: 2px;

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

    background: #ee3623;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .nav-collapse .btn-line
    {
        width: 30px;
    }
}
.nav-collapse .btn-line:nth-child(3),
.nav-collapse .btn-line:nth-child(1)
{
    position: absolute;

    display: block;

    width: 25px;
    height: 2px;

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

    background: #ee3623;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .nav-collapse .btn-line:nth-child(3),
    .nav-collapse .btn-line:nth-child(1)
    {
        width: 30px;
    }
}
.nav-collapse .btn-line:nth-child(1)
{
    top: 32%;
}
.nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.nav-collapse .btn-line:nth-child(3)
{
    top: 68%;
}
.nav-collapse.active
{
    border-color: transparent;
}
.nav-collapse.active .btn-line
{
    background-color: #fff;
}
.nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

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

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

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
.xs-language
{
    position: absolute;
    right: 0;
    bottom: 30px;

    padding: 0 50px;
}
@media (min-width: 1199px)
{
    .xs-language
    {
        display: none;
    }
}
@media (max-width: 767px)
{
    .xs-language
    {
        padding: 0 30px;
    }
}
.xs-language a
{
    font-size: 16px;

    color: #fff;
}
.xs-language a.active
{
    text-decoration: underline;
}
.xs-language a:before
{
    margin: 0 10px;

    content: '/';
}
.xs-language a:first-child:before
{
    display: none;
}
@media (max-width: 767px)
{
    .xs-language a
    {
        font-size: 14px;
    }
}
.xs-language span
{
    margin: 0 5px;

    color: #fff;
}
@media (min-width: 1200px)
{
    .search-wrap
    {
        display: inline-block;

        vertical-align: middle;
    }
    .search-wrap p
    {
        display: none;
    }
    .search-wrap form
    {
        position: relative;

        overflow: hidden;

        width: 390px;
    }
    .search-wrap input::-webkit-input-placeholder,
    .search-wrap textarea::-webkit-input-placeholder
    {
        color: #666;
    }
    .search-wrap input:-o-placeholder,
    .search-wrap textarea:-o-placeholder
    {
        color: #666;
    }
    .search-wrap input::-moz-placeholder,
    .search-wrap textarea::-moz-placeholder
    {
        color: #666;
    }
    .search-wrap input:-ms-input-placeholder,
    .search-wrap textarea:-ms-input-placeholder
    {
        color: #666;
    }
    .search-wrap input:focus::-webkit-input-placeholder,
    .search-wrap textarea:focus::-webkit-input-placeholder
    {
        color: #c3c3c3;
    }
    .search-wrap input:focus::-o-placeholder,
    .search-wrap textarea:focus::-o-placeholder
    {
        color: #c3c3c3;
    }
    .search-wrap input:focus::-moz-placeholder,
    .search-wrap textarea:focus::-moz-placeholder
    {
        color: #c3c3c3;
    }
    .search-wrap input:focus::-ms-input-placeholder,
    .search-wrap textarea:focus::-ms-input-placeholder
    {
        color: #c3c3c3;
    }
    .search-wrap .input-text,
    .search-wrap .input-submit
    {
        display: block;
    }
    .search-wrap .input-text
    {
        width: 100%;
        padding: 9px 110px 9px 15px;

        color: #666;
        border: 1px solid #cacaca;
    }
    .search-wrap .input-submit
    {
        line-height: 40px;

        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;

        width: 90px;
        height: 100%;

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

        color: #fff;
        background-color: #ee3623;
    }
    .search-wrap .input-submit:hover
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .2);
    }
}
@media (max-width: 1199px)
{
    .search-wrap
    {
        position: fixed;
        z-index: 9999;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        display: none;

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

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

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

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

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

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

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

        text-align: center;

        color: #fff;
        border-bottom: 2px solid #9c9c9c;
        background: none;
    }
    .search-wrap .search .input-submit
    {
        line-height: 36px;

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

        width: 50px;

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

        content: '\e660';

        color: #eee;
    }
    .search-wrap .search-close
    {
        position: absolute;
        top: 30px;
        right: 10%;

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

        content: '\e61b';

        color: #fff;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .search-wrap .search .input-text
    {
        padding-left: 5px;
    }
}
.slick-dots
{
    text-align: center;
}
.slick-dots li
{
    display: inline-block;

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

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

    border-radius: 10px;
    background: #e5e5e5;
}
@media (max-width: 767px)
{
    .slick-dots li
    {
        width: 8px;
        height: 8px;

        border-radius: 8px;
    }
}
.slick-dots li.slick-active,
.slick-dots li:hover
{
    background-color: #ee3623;
}
.slick-dots li button
{
    display: none;
}
.banner
{
    font-size: 0;

    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 100%;

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

    width: 100%;
}
@media (max-width: 1199px)
{
    .banner .slick
    {
        width: 110%;
        max-width: 110%;
        margin-left: -5%;
    }
}
@media (max-width: 991px)
{
    .banner .slick
    {
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    }
}
.banner .slick-dots
{
    position: absolute;
    z-index: 20;
    bottom: 30px;
    left: 50%;

    -webkit-transform: translateX(-50%) translateZ(1px);
            transform: translateX(-50%) translateZ(1px);
    text-align: center;
}
@media (max-width: 767px)
{
    .banner .slick-dots
    {
        bottom: 5%;

        display: none;
    }
}
.banner .slick-dots li
{
    display: inline-block;

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

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

    opacity: .5;
    border-radius: 0;
    background: none;
    background-color: #fff;
}
.banner .slick-dots li:hover,
.banner .slick-dots li.slick-active
{
    opacity: 1;
}
@media (max-width: 480px)
{
    .banner .slick-dots li
    {
        width: 20px;
        margin: 0 3px;
    }
}
.banner .slick-dots li button
{
    display: none;
}
.banner .item
{
    position: relative;

    display: block;
}
.banner .slick-arrow
{
    font-size: 20px;
    line-height: 50px;

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

    display: block;

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

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

    opacity: .27;
    color: #fff;
    border-radius: 50%;
    background: none;
    background-color: #333;
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    letter-spacing: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px)
{
    .banner .slick-arrow:hover
    {
        opacity: .8;
    }
}
.banner .slick-prev
{
    left: 5.20833333%;
}
.banner .slick-prev:before
{
    content: '\e9b5';
}
.banner .slick-next
{
    right: 5.20833333%;
}
.banner .slick-next:before
{
    content: '\e72f';
}
.index-box
{
    overflow: hidden;

    max-width: 100%;
    padding: 90px 0;
}
@media (max-width: 991px)
{
    .index-box
    {
        padding: 60px 0;
    }
}
@media (max-width: 767px)
{
    .index-box
    {
        padding: 45px 0;
    }
}
.index-box .title
{
    margin-bottom: 30px;

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

    margin: 0 0 5px;
}
.index-box .title span
{
    color: #666;
}
@media (max-width: 767px)
{
    .index-box .title
    {
        margin-bottom: 20px;
    }
    .index-box .title h3
    {
        font-size: 26px;
    }
}
.index-box .more a
{
    display: inline-block;

    padding: 10px 47px;

    color: #fff;
    background-color: #ee3623;
}
@media (min-width: 1200px)
{
    .index-box .more a
    {
        -webkit-transition: .3s;
                transition: .3s;
    }
    .index-box .more a:hover
    {
        text-decoration: underline;

        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .2);
    }
}
@media (max-width: 767px)
{
    .index-box .more a
    {
        padding: 8px 35px;
    }
}
.index-about .intro-wrap
{
    position: relative;

    overflow: hidden;
}
@media only screen and (min-width: 992px)
{
    .index-about .intro-wrap > div
    {
        float: left;
    }
}
.index-about .intro-wrap .pic-box
{
    width: 360px;
    max-width: 100%;
}
.index-about .intro-wrap .pic-box img
{
    max-width: 100%;
}
@media (max-width: 991px)
{
    .index-about .intro-wrap .pic-box
    {
        float: left;

        margin-right: 20px;
        margin-bottom: 30px;
    }
}
@media (max-width: 480px)
{
    .index-about .intro-wrap .pic-box
    {
        float: none;

        margin: 0 0 25px;
    }
}
.index-about .intro-wrap .intro
{
    width: -webkit-calc(100% - 360px);
    width:         calc(100% - 360px);
    padding-left: 50px;
}
@media (max-width: 991px)
{
    .index-about .intro-wrap .intro
    {
        width: auto;
        padding-left: 0;
    }
}
.index-about .intro-wrap .intro > p
{
    line-height: 2;

    margin: 0 0 15px;

    text-indent: 2em;

    color: #666;
}
.index-about .intro-wrap .title
{
    text-align: left;
}
.index-about .intro-wrap .title h3
{
    display: inline-block;

    margin-right: 15px;
}
@media (max-width: 480px)
{
    .index-about .intro-wrap .title
    {
        margin-bottom: 5px;
    }
}
@media only screen and (min-width: 992px)
{
    .index-about .more
    {
        position: absolute;
        top: 0;
        right: 0;
    }
}
.index-about .str_wrap
{
    font-size: 12px;
    line-height: 16px;

    position: relative;

    overflow: hidden;

    width: 100%;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    white-space: nowrap;
}
.index-about .str_move
{
    position: absolute;
    top: 0;
    left: 0;

    cursor: move;
    white-space: nowrap;
}
.index-about .str_move_clone
{
    position: absolute;
    top: 0;
    left: 100%;

    display: inline-block;

    vertical-align: top;
}
.index-about .str_vertical .str_move_clone
{
    top: 100%;
    left: 0;
}
.index-about .str_down .str_move_clone
{
    bottom: 100%;
    left: 0;
}
.index-about .str_vertical .str_move,
.index-about .str_down .str_move
{
    width: 100%;

    white-space: normal;
}
.index-about .str_static .str_move,
.index-about .no_drag .str_move,
.index-about .noStop .str_move
{
    cursor: inherit;
}
.index-about .str_wrap img
{
    max-width: none !important;
}
.index-about .list
{
    padding-top: 30px;
}
.index-about .pro-show
{
    position: relative;
}
.index-about .pro-show li
{
    display: inline-block;

    width: 200px;
    padding: 0 10px;

    vertical-align: top;
}
@media (max-width: 480px)
{
    .index-about .pro-show li
    {
        width: 140px;
        padding: 0 5px;
    }
}
.index-about .pro-show .img-box
{
    padding-bottom: 118.88888889%;
}
.index-about .pro-show .pro-lazy
{
    background: url(../js/slick/ajax-loader.gif) no-repeat center;
}
.index-about .pro-show p
{
    font-size: 16px;

    overflow: hidden;

    margin: 10px 0 0;

    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 480px)
{
    .index-about .pro-show p
    {
        font-size: 14px;
    }
}
.index-decoration
{
    background: no-repeat center;
    background-size: cover;
}
@media (max-width: 767px)
{
    .index-decoration
    {
        background: #e4e4e4 no-repeat center bottom;
        background-size: contain;
    }
}
.index-decoration .list
{
    margin: 0 -5px;
}
@media (max-width: 767px)
{
    .index-decoration .list
    {
        margin-top: -10px;
    }
}
.index-decoration .list li
{
    float: left;

    margin-top: 10px;
    padding: 0 5px;
}
@media only screen and (min-width: 992px)
{
    .index-decoration .list li
    {
        width: 23.23943662%;
    }
    .index-decoration .list li:first-child
    {
        width: 30.28169014%;
    }
}
@media (max-width: 991px)
{
    .index-decoration .list li
    {
        width: 50%;
    }
}
@media (max-width: 480px)
{
    .index-decoration .list li
    {
        width: 100%;
    }
}
.index-decoration .item
{
    position: relative;

    overflow: hidden;

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

    border: 4px solid #fff;
}
@media (min-width: 1200px)
{
    .index-decoration .item:hover
    {
        position: relative;
        z-index: 4;

        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .index-decoration .item:hover .intro
    {
        color: #333;
        background-color: #fff;
    }
    .index-decoration .item:hover .intro:before
    {
        opacity: 1;
    }
}
.index-decoration .item .pic-box
{
    position: relative;
    z-index: 2;

    overflow: hidden;
}
.index-decoration .item .pic-box:before
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(0, 0, 0, .4);
}
.index-decoration .item .pic-box img
{
    position: relative;
    left: 50%;

    display: block;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (max-width: 991px)
{
    .index-decoration .item .pic-box img
    {
        width: 100%;
    }
}
.index-decoration .item .intro
{
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 30px;

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

    color: #fff;
}
.index-decoration .item .intro:before
{
    position: absolute;
    bottom: 100%;
    left: 10%;

    width: 0;
    height: 0;

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

    opacity: 0;
    border-width: 0 15px 20px 15px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}
.index-decoration .item .intro h4
{
    font-size: 1.85714286em;

    margin: 0;
}
.index-decoration .item .intro h5
{
    font-size: 1.28571429em;

    margin: 15px 0;
}
.index-decoration .item .intro p
{
    line-height: 1.57142857;

    margin: 0;
}
@media (max-width: 767px)
{
    .index-decoration .item .intro
    {
        font-size: 12px;

        padding: 20px;
    }
}
.index-decoration .item .more
{
    margin-top: 15px;
}
.index-designer .slick-list
{
    font-size: 0;

    margin: 0 -10px;

    letter-spacing: -8px;
}
@media (min-width: 1200px)
{
    .index-designer .slick-list
    {
        padding: 0 105px;
    }
}
@media (max-width: 1199px)
{
    .index-designer .slick-list
    {
        margin: 0 -25px;
    }
}
.index-designer .slick-slide
{
    padding: 0 25px;
}
@media (min-width: 1200px)
{
    .index-designer .active .item
    {
        -webkit-transform: scale(1) translateX(0);
            -ms-transform: scale(1) translateX(0);
                transform: scale(1) translateX(0);
    }
    .index-designer .active .img-box
    {
        -webkit-transition: 0s;
                transition: 0s;
        -webkit-transition-delay: 0;
                transition-delay: 0;
    }
    .index-designer .active + .slick-slide .item
    {
        -webkit-transform: scale(.8) translateX(-500px);
            -ms-transform: scale(.8) translateX(-500px);
                transform: scale(.8) translateX(-500px);
    }
}
.index-designer .slick-arrow
{
    position: absolute;
    z-index: 20;
    top: 10%;

    display: block;

    width: 80px;
    height: 80%;

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

    color: #fff;
    background: rgba(0, 0, 0, .5);
}
.index-designer .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 14px;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;

    letter-spacing: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.index-designer .slick-arrow:hover
{
    color: #ee3623;
}
.index-designer .slick-prev
{
    left: -10px;
}
.index-designer .slick-prev:before
{
    content: '\eb60';
}
.index-designer .slick-next
{
    right: -10px;
}
.index-designer .slick-next:before
{
    content: '\e625';
}
@media (max-width: 1199px)
{
    .index-designer .slick-dots
    {
        margin-top: 25px;
    }
}
@media (max-width: 767px)
{
    .index-designer .slick-dots
    {
        margin-top: 10px;
    }
}
.index-designer .item-box
{
    overflow: hidden;
}
@media (min-width: 1200px)
{
    .index-designer .item
    {
        -webkit-transition: 1s;
                transition: 1s;
        -webkit-transform: scale(.8) translateX(500px);
            -ms-transform: scale(.8) translateX(500px);
                transform: scale(.8) translateX(500px);
    }
}
.index-designer .img-box
{
    padding-bottom: 42.73504274%;

    -webkit-transition: 1s;
            transition: 1s;
}
.index-banner
{
    overflow: hidden;
}
.index-banner img
{
    position: relative;
    left: 50%;

    display: block;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (max-width: 991px)
{
    .index-banner img
    {
        width: 200%;
    }
}
.index-case .top
{
    position: relative;

    overflow: hidden;

    padding-bottom: 15px;
}
@media (min-width: 481px)
{
    .index-case .top .title
    {
        float: left;

        margin-right: 40px;

        text-align: left;
    }
}
@media (max-width: 480px)
{
    .index-case .top .title
    {
        margin-bottom: 10px;
    }
}
.index-case .top ul
{
    padding-top: 10px;
}
@media (max-width: 480px)
{
    .index-case .top ul
    {
        text-align: center;
    }
}
.index-case .top ul li
{
    display: inline-block;

    color: #666;
}
.index-case .top ul li:before
{
    margin: 0 15px;

    content: '/ ';
}
.index-case .top ul li:first-child:before
{
    display: none;
}
.index-case .top ul li a:hover
{
    color: #ee3623;
}
.index-case .top ul li.active a
{
    color: #ee3623;
}
.index-case .top .more
{
    position: absolute;
    top: 15px;
    right: 0;
}
.index-case .case-list
{
    margin: -10px -5px 0;
}
@media (max-width: 991px)
{
    .index-case .case-list
    {
        padding: 0 15px;
    }
}
.index-case .case-list li
{
    margin-top: 10px;
    padding: 0 5px;
}
.index-case .more
{
    text-align: center;
}
@media (max-width: 767px)
{
    .index-case .more
    {
        margin-top: 25px;
    }
}
.index-service
{
    padding-top: 0;
}
.index-service .profession
{
    position: relative;

    margin-bottom: 40px;

    text-align: center;
}
@media (max-width: 991px)
{
    .index-service .profession
    {
        margin-bottom: 25px;
    }
}
.index-service .profession:before
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #cacaca;
}
.index-service .profession span
{
    position: relative;
    z-index: 2;

    display: inline-block;

    padding: 0 30px;

    background-color: #fff;
}
.index-service .list
{
    overflow: hidden;
}
.index-service .list li
{
    float: left;

    width: 25%;

    background-color: #eee;
}
@media (min-width: 1200px)
{
    .index-service .list li:nth-child(2) .item,
    .index-service .list li:nth-child(4) .item,
    .index-service .list li:nth-child(5) .item,
    .index-service .list li:nth-child(7) .item
    {
        background-color: #f8f8f8;
    }
}
@media only screen and (min-width: 481px) and (max-width: 1199px)
{
    .index-service .list li
    {
        width: 33.333333%;
    }
    .index-service .list li:nth-child(even) .item
    {
        background-color: #f8f8f8;
    }
}
@media (max-width: 480px)
{
    .index-service .list li
    {
        width: 50%;
    }
    .index-service .list li:nth-child(2) .item,
    .index-service .list li:nth-child(3) .item,
    .index-service .list li:nth-child(6) .item,
    .index-service .list li:nth-child(7) .item
    {
        background-color: #f8f8f8;
    }
}
.index-service .list .item
{
    position: relative;

    padding-bottom: 78.57142857%;

    -webkit-transition: background-color .3s;
            transition: background-color .3s;
}
@media (min-width: 1200px)
{
    .index-service .list .item:hover
    {
        background-color: #ee3623 !important;
    }
    .index-service .list .item:hover,
    .index-service .list .item:hover .iconfont
    {
        color: #fff;
    }
    .index-service .list .item:hover h4
    {
        display: none;
    }
    .index-service .list .item:hover p
    {
        display: block;
    }
}
.index-service .list .intro
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 100%;
    padding: 0 11.42857143%;

    -webkit-transition: .3s;
            transition: .3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
.index-service .list .iconfont
{
    font-size: 65px;

    color: #ee3623;
}
@media (max-width: 1469px)
{
    .index-service .list .iconfont
    {
        font-size: 60px;
    }
}
@media (max-width: 1349px)
{
    .index-service .list .iconfont
    {
        font-size: 50px;
    }
}
@media (max-width: 991px)
{
    .index-service .list .iconfont
    {
        font-size: 40px;
    }
}
.index-service .list h4
{
    font-size: 26px;

    margin: 0;
}
@media (max-width: 1469px)
{
    .index-service .list h4
    {
        font-size: 24px;
    }
}
@media (max-width: 1349px)
{
    .index-service .list h4
    {
        font-size: 22px;
    }
}
@media (max-width: 991px)
{
    .index-service .list h4
    {
        font-size: 18px;

        margin-top: 6px;
    }
}
@media (max-width: 480px)
{
    .index-service .list h4
    {
        font-size: 15px;
        font-size: 3.8vmin;
    }
}
.index-service .list p
{
    line-height: 1.85714286;

    display: none;

    margin: 0;
}
.index-contact
{
    background: no-repeat center;
    background-size: cover;
}
.index-contact .title
{
    text-align: left;
}
.index-contact .form form,
.index-contact .intro
{
    padding: 45px 40px;

    background-color: #fff;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 767px)
{
    .index-contact .form form,
    .index-contact .intro
    {
        padding: 30px 20px;
    }
}
.index-contact .form .title h3
{
    display: inline-block;

    margin-right: 25px;
}
@media (max-width: 767px)
{
    .index-contact .form .title h3
    {
        margin-right: 10px;
    }
}
.index-contact .form input::-webkit-input-placeholder,
.index-contact .form textarea::-webkit-input-placeholder
{
    color: #666;
}
.index-contact .form input:-o-placeholder,
.index-contact .form textarea:-o-placeholder
{
    color: #666;
}
.index-contact .form input::-moz-placeholder,
.index-contact .form textarea::-moz-placeholder
{
    color: #666;
}
.index-contact .form input:-ms-input-placeholder,
.index-contact .form textarea:-ms-input-placeholder
{
    color: #666;
}
.index-contact .form input:focus::-webkit-input-placeholder,
.index-contact .form textarea:focus::-webkit-input-placeholder
{
    color: #c3c3c3;
}
.index-contact .form input:focus::-o-placeholder,
.index-contact .form textarea:focus::-o-placeholder
{
    color: #c3c3c3;
}
.index-contact .form input:focus::-moz-placeholder,
.index-contact .form textarea:focus::-moz-placeholder
{
    color: #c3c3c3;
}
.index-contact .form input:focus::-ms-input-placeholder,
.index-contact .form textarea:focus::-ms-input-placeholder
{
    color: #c3c3c3;
}
.index-contact .form form input,
.index-contact .form form textarea,
.index-contact .form form select
{
    display: block;

    width: 100%;
    margin-bottom: 30px;
    padding: 14px 20px;

    color: #666;
    border: 1px solid #cacaca;
}
@media (max-width: 767px)
{
    .index-contact .form form input,
    .index-contact .form form textarea,
    .index-contact .form form select
    {
        font-size: 14px;

        margin-bottom: 15px;
        padding: 12px 15px;
    }
}
.index-contact .form form textarea
{
    height: 120px;
}
.index-contact .form form select
{
    padding-right: 40px;

    outline: none;
    background: url(../images/arrow-down.png) no-repeat 95% 50%;

            appearance: none;
       -moz-appearance: none;
    -webkit-appearance: none;
}
.index-contact .form form select::-ms-expand
{
    display: none;
}
.index-contact .form form .required
{
    padding-top: 5px;

    color: #666;
}
.index-contact .form form .submit
{
    font-size: 16px;
    line-height: 50px;

    display: block;

    width: 190px;
    height: 50px;
    margin-top: 20px;

    text-align: center;

    color: #fff;
    background-color: #ee3623;
}
@media (min-width: 1200px)
{
    .index-contact .form form .submit
    {
        -webkit-transition: .4s;
                transition: .4s;
    }
    .index-contact .form form .submit:hover
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .3);
    }
}
@media (max-width: 1199px)
{
    .index-contact .form form .submit:active
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .3);
    }
}
@media (max-width: 767px)
{
    .index-contact .form form .submit
    {
        line-height: 40px;

        width: 120px;
        height: 40px;
    }
}
@media (max-width: 991px)
{
    .index-contact .info
    {
        margin-top: 45px;
    }
}
.index-contact .intro
{
    background: #fff no-repeat right bottom;
}
@media only screen and (min-width: 992px)
{
    .index-contact .intro
    {
        min-height: 455px;
    }
}
@media (max-width: 767px)
{
    .index-contact .intro
    {
        background-size: 30%;
    }
}
.index-contact .intro h4
{
    font-size: 26px;

    margin: 0 0 35px;
}
@media (max-width: 767px)
{
    .index-contact .intro h4
    {
        font-size: 22px;

        margin-bottom: 20px;
    }
}
.index-contact .intro p
{
    font-size: 16px;

    margin-bottom: 20px;
}
@media (max-width: 767px)
{
    .index-contact .intro p
    {
        font-size: 14px;

        margin-bottom: 15px;
    }
}
@media (min-width: 1200px)
{
    .index-contact .intro a:hover
    {
        text-decoration: underline;

        color: #ee3623;
    }
}
@media (max-width: 1199px)
{
    .index-contact .intro a:active
    {
        color: #ee3623;
    }
}
@media only screen and (min-width: 992px)
{
    .index-process .list-wrap
    {
        display: table;

        width: 100%;
    }
    .index-process .list-wrap > div
    {
        display: table-cell;

        vertical-align: middle;
    }
}
@media only screen and (min-width: 992px)
{
    .index-process .title
    {
        position: relative;

        width: 240px;

        color: #fff;
        background-color: #ee3623;
    }
    .index-process .title:after
    {
        position: absolute;
        top: 50%;
        left: 100%;

        display: block;

        width: 0;
        height: 0;

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

        border-width: 18px 0 18px 20px;
        border-style: solid;
        border-color: transparent transparent transparent #ee3623;
    }
    .index-process .title span
    {
        color: #fff;
    }
}
.index-process .intro
{
    padding: 60px 55px;
}
@media (max-width: 767px)
{
    .index-process .intro
    {
        padding: 35px 15px;
    }
}
.index-process .intro ul
{
    margin-top: -15px;
}
.index-process .intro li
{
    position: relative;

    display: inline-block;

    width: 100px;
    margin-top: 15px;
    margin-right: 55px;

    text-align: center;
}
.index-process .intro li:after
{
    font-family: 'iconfont' !important;
    font-size: 38px;

    position: absolute;
    top: 50%;
    right: -45px;

    margin-top: -15px;

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

    color: #cacaca;
}
.index-process .intro li:last-child
{
    margin-right: 0;
}
.index-process .intro li:last-child:after
{
    display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1469px)
{
    .index-process .intro li
    {
        margin-right: 80px;
    }
    .index-process .intro li:after
    {
        right: -60px;
    }
}
@media (max-width: 991px)
{
    .index-process .intro li
    {
        margin-right: 45px;
    }
    .index-process .intro li:after
    {
        font-size: 30px;

        right: -35px;
    }
}
@media (max-width: 480px)
{
    .index-process .intro li
    {
        width: 48%;
        margin-right: 0;
        padding: 0 5px;
    }
    .index-process .intro li:after
    {
        display: none;
    }
}
.index-process .intro .iconfont
{
    font-size: 50px;
    line-height: 98px;

    display: block;
    overflow: hidden;

    width: 100px;
    height: 100px;
    margin-bottom: 15px;

    color: #888;
    border: 1px solid #cacaca;
    border-radius: 10px;
}
@media (max-width: 480px)
{
    .index-process .intro .iconfont
    {
        font-size: 42px;
        line-height: 78px;

        width: 80px;
        height: 80px;
        margin: 0 auto 10px;
    }
}
.index-process .intro p
{
    font-size: 16px;

    margin: 0;
}
.index-process .intro p span
{
    color: #888;
}
@media (max-width: 480px)
{
    .index-process .intro p
    {
        font-size: 14px;
    }
}
.partner-list
{
    margin-top: -15px;
}
@media (max-width: 480px)
{
    .partner-list
    {
        margin: -10px -5px 0;
    }
}
.partner-list li
{
    margin-top: 15px;
}
@media (max-width: 480px)
{
    .partner-list li
    {
        width: 50%;
        margin-top: 10px;
        padding: 0 5px;
    }
}
.partner-list .img-box
{
    padding-bottom: 54.54545455%;
}
@media (min-width: 1200px)
{
    .partner-list .img-box img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .partner-list .img-box:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.index-partner
{
    background: no-repeat center;
    background-size: cover;
}
.index-partner .row
{
    font-size: 0;

    letter-spacing: -8px;
}
.index-partner .row > div
{
    font-size: 14px;

    display: inline-block;

    padding: 0 15px;

    vertical-align: middle;
    letter-spacing: 0;
}
@media (max-width: 991px)
{
    .index-partner .row > div
    {
        width: 100%;
    }
}
.index-partner .title
{
    text-align: left;
}
.index-partner .intro
{
    width: 25%;
}
.index-partner .intro p
{
    font-size: 16px;
    line-height: 2.125;

    margin: 0;

    color: #000;
}
@media (max-width: 480px)
{
    .index-partner .intro p
    {
        font-size: 14px;
    }
}
.index-partner .intro .more
{
    margin-top: 45px;
}
@media (max-width: 991px)
{
    .index-partner .intro
    {
        margin-bottom: 35px;
    }
    .index-partner .intro .more
    {
        margin-top: 15px;
    }
}
.index-partner .list
{
    width: 75%;
}
.news-list
{
    margin-top: -25px;
}
.news-list li
{
    margin-top: 25px;
}
@media (max-width: 480px)
{
    .news-list li
    {
        width: 100%;
    }
}
@media (min-width: 1200px)
{
    .news-list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .news-list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.news-list .img-box
{
    padding-bottom: 66.66666667%;
}
.news-list .intro
{
    margin-bottom: 20px;
    padding: 20px 0;

    border-bottom: 1px solid #d5d5d5;
}
@media (max-width: 1199px)
{
    .news-list .intro
    {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
}
.news-list .intro h4
{
    font-size: 16px;
    font-weight: bold;

    overflow: hidden;

    height: 18px;
    margin: 0;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-list .info
{
    position: relative;
}
.news-list .info p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-list .info .date
{
    overflow: hidden;
}
@media (min-width: 1200px)
{
    .news-list .info .date
    {
        position: absolute;
        top: 0;
        left: 0;

        width: 100%;

        opacity: 0;
    }
}
@media (max-width: 1199px)
{
    .news-list .info .date
    {
        margin-top: 15px;
    }
}
.news-list .info .date .day
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1;

    float: left;

    color: #cacaca;
}
@media (max-width: 1199px)
{
    .news-list .info .date .day
    {
        font-size: 26px;
    }
}
.news-list .info .date .read-more
{
    float: right;

    margin-top: 5px;

    color: #ee3623;
}
@media (max-width: 1199px)
{
    .news-list .info .date .read-more
    {
        margin-top: 3px;
    }
}
@media (min-width: 1200px)
{
    .news-list .info .date .read-more a:hover
    {
        text-decoration: underline;
    }
}
@media (max-width: 1199px)
{
    .news-list .info .date .read-more a:active
    {
        text-decoration: underline;
    }
}
@media (min-width: 1200px)
{
    .index-news .list .item:hover .info p
    {
        opacity: 0;
    }
    .index-news .list .item:hover .date
    {
        opacity: 1;
    }
}
.index-link
{
    padding: 50px 0 45px;

    background-color: #f8f8f8;
}
@media (max-width: 767px)
{
    .index-link
    {
        padding: 35px 0;
    }
}
.index-link h3
{
    font-size: 25px;

    margin: 0 0 20px;

    text-align: center;
}
@media (max-width: 767px)
{
    .index-link h3
    {
        font-size: 22px;
    }
}
.index-link .list
{
    padding-top: 10px;

    border-top: 1px solid #d5d5d5;
}
@media (max-width: 767px)
{
    .index-link .list .row
    {
        margin: 0 -5px;
    }
}
.index-link .list li
{
    font-size: 16px;

    display: inline-block;

    margin-top: 12px;
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .index-link .list li
    {
        font-size: 15px;

        padding: 0 5px;
    }
}
@media (max-width: 480px)
{
    .index-link .list li
    {
        font-size: 12px;
        font-size: 3vmin;
    }
}
@media (min-width: 1200px)
{
    .index-link .list a:hover
    {
        color: #ee3623;
    }
}
@media (max-width: 1199px)
{
    .index-link .list a:active
    {
        color: #ee3623;
    }
}
.public-banner
{
    position: relative;

    overflow: hidden;

    width: 100%;
}
.public-banner img
{
    position: relative;
    left: 50%;

    display: block;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (max-width: 991px)
{
    .public-banner img
    {
        width: 200%;
    }
}
.public-banner .intro
{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;

    width: 100%;

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

    color: #fff;
}
.public-banner .intro h3
{
    font-size: 48px;

    margin: 20px 0;
}
.public-banner .intro span
{
    font-size: 16px;

    display: inline-block;

    padding: 5px 15px;

    border-radius: 16px;
    background-color: #ee3623;
}
.public-banner .intro p
{
    font-size: 16px;
    line-height: 1.71428571;

    margin: 0;
}
@media (max-width: 1199px)
{
    .public-banner .intro h3
    {
        font-size: 40px;
    }
    .public-banner .intro span
    {
        font-size: 15px;
    }
}
@media (max-width: 991px)
{
    .public-banner .intro h3
    {
        font-size: 32px;
    }
    .public-banner .intro span
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .public-banner .intro h3
    {
        font-size: 26px;

        margin: 15px 0;
    }
    .public-banner .intro span
    {
        font-size: 13px;
    }
    .public-banner .intro p
    {
        font-size: 14px;
    }
}
@media (max-width: 480px)
{
    .public-banner .intro h3
    {
        font-size: 22px;
        font-size: 5.8vmin;

        margin: 10px 0;
        margin: 3vmin 0;
    }
    .public-banner .intro span
    {
        font-size: 12px;
        font-size: 2.8vmin;

        padding: 3px 10px;
    }
    .public-banner .intro p
    {
        font-size: 12px;
        font-size: 2.6vmin;
    }
}
@media (max-width: 1199px)
{
    .designer-banner img
    {
        width: 120%;
        margin-left: 10%;
    }
}
@media (max-width: 991px)
{
    .designer-banner img
    {
        width: 130%;
        margin-left: 15%;
    }
}
@media (max-width: 480px)
{
    .designer-banner img
    {
        width: 160%;
        margin-left: 17%;
    }
}
@media (min-width: 1200px)
{
    .designer-banner .top-inquiry
    {
        position: absolute;
        z-index: 2;
        top: 100px;
        left: 0;

        width: 100%;

        text-align: right;
    }
}
.designer-banner .inquiry-form
{
    display: inline-block;

    padding: 35px 30px 50px;

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .designer-banner .inquiry-form
    {
        width: 100%;
        padding: 30px 10px 25px;
    }
}
.designer-banner .inquiry-form .phone
{
    margin: 0;
    padding: 20px 0 5px;
}
.designer-banner .b-title
{
    position: absolute;
    z-index: 2;
    top: 10%;
    left: 0;

    width: 100%;

    color: #fff;
}
@media (max-width: 1199px)
{
    .designer-banner .b-title
    {
        top: 5%;
    }
}
@media (max-width: 480px)
{
    .designer-banner .b-title
    {
        top: 3%;
    }
}
.inside-nav
{
    position: relative;
    z-index: 5;

    margin-top: -40px;

    text-align: center;
}
@media (max-width: 767px)
{
    .inside-nav
    {
        margin-top: 20px;
    }
}
.inside-nav .nav-wrap
{
    display: inline-block;
    overflow-x: auto;

    max-width: 100%;
    padding: 0 90px;

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

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

    background-color: #fefefe;
}
.inside-nav .nav-wrap::-webkit-scrollbar-track
{
    border-radius: 5px;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.inside-nav .nav-wrap::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .1);
}
.inside-nav .nav-wrap::-webkit-scrollbar-thumb:hover
{
    border-radius: 5px;
    background: rgba(0, 0, 0, .3);
}
@media (max-width: 1199px)
{
    .inside-nav .nav-wrap
    {
        padding: 0 70px;
    }
}
@media (max-width: 991px)
{
    .inside-nav .nav-wrap
    {
        padding: 0 50px;
    }
}
@media (max-width: 767px)
{
    .inside-nav .nav-wrap
    {
        padding: 0 0 5px;

        box-shadow: none;
    }
}
.inside-nav ul
{
    display: inline-block;

    white-space: nowrap;
}
.inside-nav li
{
    font-size: 18px;

    display: inline-block;

    margin-left: 70px;

    color: #000;
}
.inside-nav li:first-child
{
    margin-left: 0;
}
.inside-nav li a
{
    position: relative;

    display: block;

    padding: 30px 10px;
}
.inside-nav li a:after
{
    position: absolute;
    bottom: 0;
    left: 50%;

    width: 0;
    height: 4px;

    content: '';
    -webkit-transition: .4s;
            transition: .4s;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #ee3623;
}
.inside-nav li.active
{
    color: #ee3623;
}
.inside-nav li.active a:after
{
    width: 100%;
}
@media (min-width: 1200px)
{
    .inside-nav li:hover
    {
        color: #ee3623;
    }
}
@media (max-width: 1199px)
{
    .inside-nav li
    {
        margin-left: 50px;
    }
    .inside-nav li a
    {
        padding: 25px 10px;
    }
}
@media (max-width: 991px)
{
    .inside-nav li
    {
        font-size: 16px;

        margin-left: 35px;
    }
    .inside-nav li a
    {
        padding: 25px 10px;
    }
}
@media (max-width: 767px)
{
    .inside-nav li
    {
        font-size: 15px;

        margin-left: 15px;
    }
    .inside-nav li a
    {
        padding: 10px 5px;
    }
    .inside-nav li a:after
    {
        height: 2px;
    }
}
.breadcrumb
{
    font-size: 16px;

    margin: 0 0 25px;
    padding: 0;

    color: #000;
    background: none;
}
@media (max-width: 767px)
{
    .breadcrumb
    {
        font-size: 14px;
    }
}
.breadcrumb li
{
    text-transform: capitalize;
}
.breadcrumb li:last-child:before
{
    padding-right: 12px;
}
.breadcrumb li a:hover
{
    text-decoration: underline;

    color: #ee3623;
}
.breadcrumb > li + li:before
{
    padding: 0 3px;

    content: '>';

    color: inherit;
}
.top-reservation
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    margin-top: -35px;
    padding: 35px 40px 25px;

    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, .1);
}
@media (max-width: 767px)
{
    .top-reservation
    {
        margin-top: 40px;
    }
}
@media (max-width: 480px)
{
    .top-reservation
    {
        padding: 25px 15px;
    }
}
@media only screen and (min-width: 992px)
{
    .top-reservation .intro,
    .top-reservation form
    {
        float: left;
    }
}
@media only screen and (min-width: 992px)
{
    .top-reservation .intro
    {
        width: 320px;
    }
}
.top-reservation .intro b
{
    font-size: 24px;

    display: block;

    color: #000;
}
.top-reservation .intro b:before
{
    display: inline-block;

    width: 3px;
    height: 24px;
    margin-right: 10px;

    content: '';
    -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);

    background-color: #ee3623;
}
@media (max-width: 480px)
{
    .top-reservation .intro b
    {
        font-size: 20px;

        margin-bottom: 5px;
    }
    .top-reservation .intro b:before
    {
        width: 2px;
        height: 20px;
    }
}
.top-reservation .intro span
{
    font-size: 16px;

    margin-left: 13px;

    color: #adadad;
}
@media (max-width: 480px)
{
    .top-reservation .intro span
    {
        font-size: 14px;
    }
}
@media only screen and (min-width: 992px)
{
    .top-reservation form
    {
        width: -webkit-calc(100% - 320px);
        width:         calc(100% - 320px);
    }
}
@media (max-width: 991px)
{
    .top-reservation form
    {
        width: 100%;
        padding: 15px 0 5px;
    }
}
@media (max-width: 480px)
{
    .top-reservation form
    {
        padding-top: 5px;
    }
}
.top-reservation .row
{
    margin: 0 -10px;
}
.top-reservation .row li
{
    float: left;

    width: 28%;
    margin-top: 8px;
    padding: 0 10px;
}
.top-reservation .row li:last-child
{
    width: 16%;
}
@media (max-width: 1199px)
{
    .top-reservation .row li
    {
        width: 50%;
    }
    .top-reservation .row li:last-child
    {
        width: 30%;
    }
}
@media (max-width: 480px)
{
    .top-reservation .row li
    {
        width: 100%;
        margin-top: 12px;
    }
    .top-reservation .row li:last-child
    {
        width: 50%;
    }
}
.top-reservation input::-webkit-input-placeholder,
.top-reservation textarea::-webkit-input-placeholder
{
    color: #8f8f8f;
}
.top-reservation input:-o-placeholder,
.top-reservation textarea:-o-placeholder
{
    color: #8f8f8f;
}
.top-reservation input::-moz-placeholder,
.top-reservation textarea::-moz-placeholder
{
    color: #8f8f8f;
}
.top-reservation input:-ms-input-placeholder,
.top-reservation textarea:-ms-input-placeholder
{
    color: #8f8f8f;
}
.top-reservation input:focus::-webkit-input-placeholder,
.top-reservation textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.top-reservation input:focus::-o-placeholder,
.top-reservation textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.top-reservation input:focus::-moz-placeholder,
.top-reservation textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.top-reservation input:focus::-ms-input-placeholder,
.top-reservation textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.top-reservation input,
.top-reservation button
{
    line-height: 38px;

    display: block;

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

    color: #8f8f8f;
    border: 1px solid #ccc;
    background: #fafafa;
}
@media (max-width: 1349px)
{
    .top-reservation input,
    .top-reservation button
    {
        padding: 0 15px;
    }
}
.top-reservation button
{
    color: #fff;
    border-color: #ee3623;
    border-radius: 4px;
    background: #ee3623;
}
.inquiry-form
{
    text-align: center;
}
.inquiry-form input::-webkit-input-placeholder,
.inquiry-form textarea::-webkit-input-placeholder
{
    color: #8f8f8f;
}
.inquiry-form input:-o-placeholder,
.inquiry-form textarea:-o-placeholder
{
    color: #8f8f8f;
}
.inquiry-form input::-moz-placeholder,
.inquiry-form textarea::-moz-placeholder
{
    color: #8f8f8f;
}
.inquiry-form input:-ms-input-placeholder,
.inquiry-form textarea:-ms-input-placeholder
{
    color: #8f8f8f;
}
.inquiry-form input:focus::-webkit-input-placeholder,
.inquiry-form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.inquiry-form input:focus::-o-placeholder,
.inquiry-form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.inquiry-form input:focus::-moz-placeholder,
.inquiry-form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.inquiry-form input:focus::-ms-input-placeholder,
.inquiry-form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.inquiry-form h3
{
    font-size: 30px;

    margin: 0 0 5px;
}
.inquiry-form h3,
.inquiry-form h3 + span
{
    color: #000;
}
.inquiry-form h3 + span
{
    font-size: 18px;
}
.inquiry-form h3 + span a
{
    color: #ee3623;
}
.inquiry-form h3 + p
{
    font-size: 16px;

    margin: 10px 0 0;

    color: #666;
}
@media (max-width: 1469px)
{
    .inquiry-form h3
    {
        font-size: 28px;
    }
}
@media (max-width: 1349px)
{
    .inquiry-form h3
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .inquiry-form h3
    {
        font-size: 24px;
    }
    .inquiry-form h3 + p
    {
        font-size: 14px;
    }
    .inquiry-form h3 + span
    {
        font-size: 14px;
    }
}
.inquiry-form form
{
    padding-top: 10px;
}
.inquiry-form form .row
{
    margin: 0 -5px;
}
.inquiry-form form .row li
{
    padding: 0 5px;
}
.inquiry-form form input,
.inquiry-form form textarea,
.inquiry-form form select,
.inquiry-form form .submit
{
    font-size: 18px;
    line-height: 46px;

    display: block;

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

    color: #8f8f8f;
    border: 1px solid #ccc;
    background: #fafafa;
}
@media (max-width: 1349px)
{
    .inquiry-form form input,
    .inquiry-form form textarea,
    .inquiry-form form select,
    .inquiry-form form .submit
    {
        padding: 0 15px;
    }
}
@media (max-width: 767px)
{
    .inquiry-form form input,
    .inquiry-form form textarea,
    .inquiry-form form select,
    .inquiry-form form .submit
    {
        font-size: 14px;
        line-height: 45px;

        height: 45px;
        margin-top: 20px;
        padding: 0 15px;
    }
}
.inquiry-form form select
{
    padding-right: 40px;

    outline: none;
    background: url(../images/arrow-down.png) no-repeat 95% 50%;

            appearance: none;
       -moz-appearance: none;
    -webkit-appearance: none;
}
.inquiry-form form select::-ms-expand
{
    display: none;
}
.inquiry-form form textarea
{
    height: 125px;
}
.inquiry-form form .submit
{
    color: #fff;
    border-color: #ee3623;
    background: #ee3623;
}
@media (min-width: 1200px)
{
    .inquiry-form form .submit
    {
        -webkit-transition: .3s;
                transition: .3s;
    }
    .inquiry-form form .submit:hover
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .4);
    }
}
@media (max-width: 1199px)
{
    .inquiry-form form .submit:active
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .4);
    }
}
.inquiry-form .phone
{
    font-size: 16px;

    margin-top: 15px;
    margin-bottom: 35px;

    text-align: left;

    color: #000;
}
.inquiry-form .phone:before
{
    content: '*';

    color: #ee3623;
}
.inquiry-form .phone a
{
    display: inline-block;

    color: #ee3623;
}
@media (max-width: 767px)
{
    .inquiry-form .phone
    {
        font-size: 14px;
    }
}
.filter-wrap
{
    margin-bottom: 60px;

    color: #000;
}
.filter-wrap ul
{
    border: 1px solid #e6e6e6;
}
@media (max-width: 767px)
{
    .filter-wrap ul
    {
        padding: 10px 0;
    }
}
.filter-wrap ul li
{
    overflow: hidden;
}
@media only screen and (min-width: 768px)
{
    .filter-wrap ul li
    {
        border-top: 1px solid #e6e6e6;
    }
    .filter-wrap ul li:first-child
    {
        border-top: none;
    }
}
@media (max-width: 767px)
{
    .filter-wrap ul li
    {
        padding: 0 10px;
    }
}
@media only screen and (min-width: 768px)
{
    .filter-wrap ul li > div
    {
        float: left;

        padding: 6px 20px 11px;
    }
}
@media only screen and (min-width: 768px)
{
    .filter-wrap .l-title
    {
        width: 175px;

        text-align: center;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .filter-wrap .l-title
    {
        width: 140px;
    }
}
.filter-wrap .l-title b
{
    font-size: 24px;

    display: block;

    margin-top: 5px;
    padding: 2px 0;
}
@media (max-width: 991px)
{
    .filter-wrap .l-title b
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .filter-wrap .l-title b
    {
        font-size: 16px;
    }
}
.filter-wrap .r-content
{
    font-size: 0;

    position: relative;
}
@media only screen and (min-width: 768px)
{
    .filter-wrap .r-content
    {
        width: -webkit-calc(100% - 175px);
        width:         calc(100% - 175px);

        border-left: 1px solid #e6e6e6;
    }
    .filter-wrap .r-content.more
    {
        padding-right: 90px;
    }
    .filter-wrap .r-content.more .select-arrow
    {
        display: block;
    }
    .filter-wrap .r-content.show-more .list
    {
        overflow: initial;

        white-space: inherit;
    }
    .filter-wrap .r-content.show-more .select-arrow .up
    {
        display: block;
    }
    .filter-wrap .r-content.show-more .select-arrow .down
    {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .filter-wrap .r-content
    {
        width: -webkit-calc(100% - 140px);
        width:         calc(100% - 140px);
    }
}
.filter-wrap .r-content .list-box
{
    overflow: hidden;
}
@media (max-width: 767px)
{
    .filter-wrap .r-content .list-box
    {
        overflow: auto;

        padding-bottom: 5px;
        /*定义滚动条轨道 内阴影+圆角*/
        /*定义滑块 内阴影+圆角*/
        /*滑块效果*/
    }
    .filter-wrap .r-content .list-box::-webkit-scrollbar
    {
        width: 5px;
        height: 5px;

        background-color: #f5f5f5;
    }
    .filter-wrap .r-content .list-box::-webkit-scrollbar-track
    {
        border-radius: 5px;
        background-color: #f5f5f5;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    }
    .filter-wrap .r-content .list-box::-webkit-scrollbar-thumb
    {
        border-radius: 5px;
        background-color: #bdbdbd;
    }
    .filter-wrap .r-content .list-box::-webkit-scrollbar-thumb:hover
    {
        border-radius: 5px;
        background: rgba(0, 0, 0, .4);
    }
}
.filter-wrap .r-content .list
{
    position: relative;

    display: inline-block;

    white-space: nowrap;
}
.filter-wrap .r-content .list a
{
    font-size: 16px;

    position: relative;

    display: inline-block;

    margin-top: 5px;
    margin-right: 5px;
    padding: 8px 22px;

    vertical-align: top;
}
@media (min-width: 1200px)
{
    .filter-wrap .r-content .list a:hover
    {
        color: #ee3623;
    }
}
.filter-wrap .r-content .list a.active
{
    color: #fff;
    background-color: #ee3623;
}
@media (max-width: 991px)
{
    .filter-wrap .r-content .list a
    {
        font-size: 14px;

        padding: 6px 18px;
    }
}
@media (max-width: 767px)
{
    .filter-wrap .r-content .list a
    {
        font-size: 12px;

        padding: 5px 10px;
    }
}
.filter-wrap .select-arrow
{
    position: absolute;
    top: 20px;
    right: 20px;

    display: none;
}
@media (max-width: 767px)
{
}
.filter-wrap .select-arrow span
{
    font-size: 14px;

    position: relative;

    display: block;

    padding-right: 15px;

    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    color: #999;
}
.filter-wrap .select-arrow span:after
{
    position: absolute;
    top: 50%;
    right: 0;

    display: block;

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

    content: '';

    border-style: solid;
}
.filter-wrap .select-arrow .down:after
{
    border-width: 6px 5px 0 5px;
    border-color: #999 transparent transparent transparent;
}
.filter-wrap .select-arrow .up
{
    display: none;
}
.filter-wrap .select-arrow .up:after
{
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent #999 transparent;
}
.inside-page
{
    overflow: hidden;
}
.inside-page .title
{
    position: relative;
    z-index: 2;

    margin-bottom: 60px;

    text-align: center;

    color: #000;
}
@media (max-width: 991px)
{
    .inside-page .title
    {
        margin-bottom: 50px;
    }
}
@media (max-width: 767px)
{
    .inside-page .title
    {
        margin-bottom: 35px;
    }
}
@media (max-width: 480px)
{
    .inside-page .title
    {
        margin-bottom: 25px;
    }
}
.inside-page .title h3
{
    position: relative;

    margin: 0 0 15px;
}
.inside-page .title h3:before,
.inside-page .title h3:after,
.inside-page .title h3 b
{
    display: inline-block;

    vertical-align: middle;
}
.inside-page .title h3:before,
.inside-page .title h3:after
{
    width: 40px;
    height: 2px;
    margin: 0 10px;

    content: '';

    background-color: #000;
}
.inside-page .title h3 b
{
    font-size: 36px;
}
.inside-page .title h3 b i
{
    font-weight: normal;
    font-style: normal;
}
.inside-page .title h3 span
{
    font-family: arial;
    font-size: 52px;
    line-height: 1;

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

    display: block;

    width: 100%;

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

    color: #f5f5f5;
}
@media (max-width: 991px)
{
    .inside-page .title h3 b
    {
        font-size: 32px;
    }
    .inside-page .title h3 span
    {
        font-size: 45px;
    }
}
@media (max-width: 767px)
{
    .inside-page .title h3:before,
    .inside-page .title h3:after
    {
        width: 25px;
        margin: 0 5px;
    }
    .inside-page .title h3 b
    {
        font-size: 26px;
    }
    .inside-page .title h3 span
    {
        font-size: 32px;
    }
}
@media (max-width: 480px)
{
    .inside-page .title h3:before,
    .inside-page .title h3:after
    {
        width: 3vmin;
        margin: 0;
    }
    .inside-page .title h3 b
    {
        font-size: 22px;
        font-size: 6vmin;
    }
    .inside-page .title h3 span
    {
        font-size: 28px;
        font-size: 6.5vmin;
    }
}
.inside-page .title p
{
    font-size: 20px;

    margin: 0;
}
@media (max-width: 991px)
{
    .inside-page .title p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .inside-page .title p
    {
        font-size: 16px;
    }
}
@media (max-width: 480px)
{
    .inside-page .title p
    {
        font-size: 14px;
        font-size: 3.2vmin;
    }
}
.inside-page .content
{
    padding: 80px 0 100px;
}
@media (max-width: 1349px)
{
    .inside-page .content
    {
        padding: 70px 0;
    }
}
@media (max-width: 1199px)
{
    .inside-page .content
    {
        padding: 65px 0;
    }
}
@media (max-width: 991px)
{
    .inside-page .content
    {
        padding: 60px 0;
    }
}
@media (max-width: 767px)
{
    .inside-page .content
    {
        padding: 45px 0;
    }
}
.after-sales-wrap .b-title
{
    font-size: 24px;

    text-align: center;
}
.after-sales-wrap .b-title h3
{
    font-size: 2em;

    margin: 0 0 15px;
}
.after-sales-wrap .b-title p
{
    margin: 0;
}
@media (max-width: 1199px)
{
    .after-sales-wrap .b-title
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .after-sales-wrap .b-title
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .after-sales-wrap .b-title
    {
        font-size: 16px;
    }
}
@media (max-width: 480px)
{
    .after-sales-wrap .b-title
    {
        font-size: 10px;
        font-size: 3.2vmin;
    }
    .after-sales-wrap .b-title h3
    {
        margin-bottom: 8px;
    }
}
.after-sales-wrap .content
{
    background-color: #f6f8fa;
}
.after-sales-wrap .content .b-title
{
    color: #333;
}
.after-sales-wrap .list
{
    font-size: 0;

    overflow: hidden;

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

    color: #000;
}
.after-sales-wrap .list .row
{
    margin: 0 -75px;
}
@media (max-width: 1199px)
{
    .after-sales-wrap .list .row
    {
        margin: 0 -40px;
    }
}
@media (max-width: 991px)
{
    .after-sales-wrap .list .row
    {
        margin: 0 -30px;
    }
}
@media (max-width: 480px)
{
    .after-sales-wrap .list .row
    {
        margin: 0 -10px;
    }
}
.after-sales-wrap .list li
{
    font-size: 14px;

    display: inline-block;

    width: 25%;
    margin-top: 60px;
    padding: 0 75px;

    vertical-align: top;
    letter-spacing: 0;
}
.after-sales-wrap .list li:last-child .iconfont:after
{
    display: none;
}
@media (max-width: 1199px)
{
    .after-sales-wrap .list li
    {
        padding: 0 40px;
    }
}
@media (max-width: 991px)
{
    .after-sales-wrap .list li
    {
        padding: 0 30px;
    }
}
@media (max-width: 767px)
{
    .after-sales-wrap .list li
    {
        margin-top: 40px;
    }
}
@media (max-width: 480px)
{
    .after-sales-wrap .list li
    {
        width: 50%;
        padding: 0 10px;
    }
}
.after-sales-wrap .list .iconfont
{
    font-size: 90px;

    position: relative;

    display: block;

    padding-bottom: 100%;

    background-color: #fff;
}
.after-sales-wrap .list .iconfont:before
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}
.after-sales-wrap .list .iconfont:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;

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

    margin-left: 30px;

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

    color: #ee3623;
}
@media (max-width: 1349px)
{
    .after-sales-wrap .list .iconfont
    {
        font-size: 70px;
    }
}
@media (max-width: 1199px)
{
    .after-sales-wrap .list .iconfont:after
    {
        font-size: 20px;

        margin-left: 10px;
    }
}
@media (max-width: 991px)
{
    .after-sales-wrap .list .iconfont
    {
        font-size: 60px;
    }
    .after-sales-wrap .list .iconfont:after
    {
        font-size: 14px;

        margin-left: 10px;
    }
}
@media (max-width: 767px)
{
    .after-sales-wrap .list .iconfont
    {
        font-size: 50px;
    }
}
@media (max-width: 480px)
{
    .after-sales-wrap .list .iconfont
    {
        font-size: 14vmin;
    }
    .after-sales-wrap .list .iconfont:after
    {
        display: none;
    }
}
.after-sales-wrap .list .num
{
    font-size: 48px;

    margin: 15px 0;
}
@media (max-width: 1199px)
{
    .after-sales-wrap .list .num
    {
        font-size: 40px;

        margin: 10px 0 5px;
    }
}
@media (max-width: 767px)
{
    .after-sales-wrap .list .num
    {
        font-size: 30px;
    }
}
@media (max-width: 480px)
{
    .after-sales-wrap .list .num
    {
        font-size: 24px;
    }
}
.after-sales-wrap .list p
{
    font-size: 24px;

    margin: 0;
}
@media (max-width: 1199px)
{
    .after-sales-wrap .list p
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .after-sales-wrap .list p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .after-sales-wrap .list p
    {
        font-size: 16px;
    }
}
@media (max-width: 480px)
{
    .after-sales-wrap .list p
    {
        font-size: 14px;
    }
}
.after-sales-wrap .top-inquiry
{
    top: 30%;
}
@media only screen and (min-width: 1470px)
{
    .after-sales-wrap .inquiry-form
    {
        margin-right: 80px;
    }
}
.reservation-wrap .contact-box
{
    position: relative;
    z-index: 5;

    background-color: #f6f8fa;
}
@media (min-width: 1060px)
{
    .reservation-wrap .contact-box .container
    {
        width: 1030px;
    }
}
.reservation-wrap .contact-box .info
{
    font-size: 0;

    width: 100%;
    margin-top: -18px;
    padding: 30px 100px 30px 30px;

    text-align: justify;
    text-justify: distribute-all-lines;
    letter-spacing: -8px;

    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 5px 10px 2px rgba(0, 0, 0, .1);
}
.reservation-wrap .contact-box .info:after
{
    display: inline-block;
    overflow: hidden;

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

    content: '';
}
.reservation-wrap .contact-box .info > *
{
    display: inline-block;

    vertical-align: middle;
    letter-spacing: 0;
}
@media (max-width: 1199px)
{
    .reservation-wrap .contact-box .info
    {
        margin-top: 30px;
    }
}
@media (max-width: 991px)
{
    .reservation-wrap .contact-box .info
    {
        padding: 25px 15px;
    }
}
@media (max-width: 767px)
{
    .reservation-wrap .contact-box .info > *
    {
        display: block;
    }
}
.reservation-wrap .contact-box h4
{
    font-size: 24px;

    position: relative;

    margin: 0;
    padding-right: 30px;

    color: #666;
}
.reservation-wrap .contact-box h4:after
{
    position: absolute;
    top: 50%;
    right: 0;

    display: block;

    width: 1px;
    height: 50px;
    margin-top: -25px;

    content: '';

    background-color: #666;
}
@media (max-width: 991px)
{
    .reservation-wrap .contact-box h4
    {
        font-size: 20px;

        padding-right: 20px;
    }
    .reservation-wrap .contact-box h4:after
    {
        height: 30px;
        margin-top: -15px;
    }
}
@media (max-width: 767px)
{
    .reservation-wrap .contact-box h4:after
    {
        display: none;
    }
}
.reservation-wrap .contact-box .contact
{
    font-size: 16px;

    position: relative;

    padding-left: 40px;

    color: #000;
}
.reservation-wrap .contact-box .contact:before
{
    font-family: 'iconfont' !important;
    font-size: 34px;
    font-style: normal;

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

    display: block;

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

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 991px)
{
    .reservation-wrap .contact-box .contact
    {
        padding-left: 30px;
    }
    .reservation-wrap .contact-box .contact:before
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .reservation-wrap .contact-box .contact
    {
        font-size: 15px;

        margin-top: 20px;
    }
    .reservation-wrap .contact-box .contact:before
    {
        font-size: 18px;
    }
}
.reservation-wrap .contact-box p
{
    margin: 0;
}
.reservation-wrap .contact-box p span
{
    color: #ee3623;
}
.reservation-wrap .contact-box p a:hover
{
    text-decoration: underline;
}
.reservation-wrap .contact-box .phone:before
{
    content: '\e746';
}
.reservation-wrap .contact-box .service:before
{
    content: '\e659';
}
.reviews-wrap .list
{
    margin-top: -30px;
}
@media (max-width: 480px)
{
    .reviews-wrap .list
    {
        margin-top: -20px;
    }
}
.reviews-wrap .list li
{
    margin-top: 30px;
}
@media (max-width: 480px)
{
    .reviews-wrap .list li
    {
        margin-top: 20px;
    }
}
.reviews-wrap .list .img-box
{
    padding-bottom: 74.24242424%;
}
.reviews-wrap .item
{
    overflow: hidden;

    padding-right: 25px;

    background-color: #fcfcfc;
}
@media (min-width: 1200px)
{
    .reviews-wrap .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .reviews-wrap .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (max-width: 480px)
{
    .reviews-wrap .item
    {
        padding: 15px;
    }
}
.reviews-wrap .item h4
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    display: -webkit-box;
    overflow: hidden;

    height: auto;
    max-height: 60px;
    margin: 35px 0 10px;

    color: #000;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 480px)
{
    .reviews-wrap .item h4
    {
        font-size: 20px;

        max-height: 50px;
        margin-top: 25px;
    }
}
.reviews-wrap .item p
{
    font-size: 16px;
    line-height: 1.8;

    display: -webkit-box;
    overflow: hidden;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 480px)
{
    .reviews-wrap .item p
    {
        font-size: 14px;

        max-height: 75px;
    }
}
.reviews-wrap .pic-box
{
    width: 330px;
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .reviews-wrap .pic-box
    {
        width: 280px;
    }
}
@media (min-width: 481px)
{
    .reviews-wrap .pic-box
    {
        float: left;

        margin-right: 30px;
    }
}
@media (max-width: 480px)
{
    .reviews-wrap .pic-box
    {
        max-width: 100%;
        margin: 0 auto;
    }
}
.reviews-wrap .page
{
    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .reviews-wrap .page
    {
        margin-top: 50px;
    }
}
@media (max-width: 991px)
{
    .reviews-wrap .page
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .reviews-wrap .page
    {
        margin-top: 35px;
    }
}
.reviews-details-wrap .inquiry-form
{
    margin-top: 0 !important;
}
.reviews-details-wrap .hot-news
{
    margin-top: 30px;
}
.reviews-details-wrap .hot-news .top
{
    text-align: center;
}
.reviews-details-wrap .hot-news .top:after
{
    display: block;

    width: 100px;
    height: 2px;
    margin: 15px auto 0;

    content: '';

    background-color: #ee3623;
}
.reviews-details-wrap .hot-news .top h3
{
    font-size: 30px;

    margin: 0 0 10px;
}
@media (max-width: 991px)
{
    .reviews-details-wrap .hot-news .top h3
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .reviews-details-wrap .hot-news .top h3
    {
        font-size: 24px;
    }
}
.reviews-details-wrap .hot-news .top p
{
    font-size: 16px;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .reviews-details-wrap .hot-news .top p
    {
        font-size: 15px;
    }
}
@media (max-width: 767px)
{
    .reviews-details-wrap .hot-news .top p
    {
        font-size: 14px;
    }
}
.reviews-details-wrap .hot-news ul li
{
    font-size: 16px;

    position: relative;

    overflow: hidden;

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

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

    color: #666;
}
.reviews-details-wrap .hot-news ul li:before
{
    position: absolute;
    top: 7px;
    left: 0;

    display: block;

    width: 8px;
    height: 8px;

    content: '';

    background-color: #ee3623;
}
@media (min-width: 1200px)
{
    .reviews-details-wrap .hot-news ul li a:hover
    {
        text-decoration: underline;

        color: #ee3623;
    }
}
@media (max-width: 1199px)
{
    .reviews-details-wrap .hot-news ul li a:active
    {
        text-decoration: underline;

        color: #ee3623;
    }
}
.reviews-details-wrap .reviews-intro
{
    margin-bottom: 60px;
    padding: 40px 45px 50px;

    background-color: #f5f5f5;
}
@media (max-width: 1199px)
{
    .reviews-details-wrap .reviews-intro
    {
        margin-bottom: 55px;
    }
}
@media (max-width: 991px)
{
    .reviews-details-wrap .reviews-intro
    {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px)
{
    .reviews-details-wrap .reviews-intro
    {
        margin-bottom: 20px;
    }
}
@media (max-width: 480px)
{
    .reviews-details-wrap .reviews-intro
    {
        padding: 35px 20px;
    }
}
.reviews-details-wrap .reviews-intro h1,
.reviews-details-wrap .reviews-intro .info
{
    text-align: center;
}
.reviews-details-wrap .reviews-intro h1
{
    font-size: 36px;

    margin: 0;

    color: #000;
}
@media (max-width: 1199px)
{
    .reviews-details-wrap .reviews-intro h1
    {
        font-size: 32px;
    }
}
@media (max-width: 991px)
{
    .reviews-details-wrap .reviews-intro h1
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .reviews-details-wrap .reviews-intro h1
    {
        font-size: 24px;
    }
}
.reviews-details-wrap .reviews-intro img
{
    max-width: 100%;
    height: auto !important;
}
.reviews-details-wrap .reviews-intro .info
{
    font-size: 16px;

    margin: 15px 0 40px;

    color: #666;
}
@media (max-width: 767px)
{
    .reviews-details-wrap .reviews-intro .info
    {
        font-size: 14px;

        margin: 15px 0 25px;
    }
}
.reviews-details-wrap .reviews-intro p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .reviews-details-wrap .reviews-intro p
    {
        font-size: 14px;
    }
}
.partner-wrap .list-box
{
    margin-bottom: 90px;
    padding: 95px 0;

    background: no-repeat center;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .partner-wrap .list-box
    {
        margin-bottom: 80px;
        padding: 80px 0;
    }
}
@media (max-width: 991px)
{
    .partner-wrap .list-box
    {
        margin-bottom: 60px;
        padding: 60px 0;
    }
}
@media (max-width: 767px)
{
    .partner-wrap .list-box
    {
        margin-bottom: 45px;
        padding: 45px 0;
    }
}
.designer-list
{
    font-size: 0;

    margin-top: -50px;

    letter-spacing: -8px;
}
@media (max-width: 991px)
{
    .designer-list
    {
        margin-top: -40px;
    }
}
@media (max-width: 767px)
{
    .designer-list
    {
        margin-top: -30px;
    }
}
.designer-list li
{
    font-size: 14px;

    display: inline-block;
    float: none;

    margin-top: 50px;

    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 991px)
{
    .designer-list li
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .designer-list li
    {
        margin-top: 30px;
    }
}
@media (max-width: 480px)
{
    .designer-list li
    {
        width: 100%;
    }
}
@media (min-width: 1200px)
{
    .designer-list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .designer-list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.designer-list .img-box
{
    padding-bottom: 150%;
}
.designer-list .intro
{
    padding: 25px 20px;

    background-color: #fafafa;
}
.designer-list .intro > p
{
    overflow: hidden;

    height: 25px;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.designer-list h4
{
    font-size: 16px;

    margin: 0 0 5px;

    color: #000;
}
@media (max-width: 480px)
{
    .designer-list h4
    {
        font-size: 14px;
    }
}
.designer-list h4 b
{
    font-size: 1.5em;

    margin-right: 10px;
}
.designer-list p
{
    font-size: 16px;
    line-height: 1.8;

    margin: 0;

    color: #666;
}
@media (max-width: 480px)
{
    .designer-list p
    {
        font-size: 14px;
    }
}
.designer-list .info p
{
    display: inline-block;

    margin-right: 10px;
}
.designer-list .info p span
{
    color: #000;
}
.designer-wrap .page
{
    margin-top: 80px;
}
@media (max-width: 1349px)
{
    .designer-wrap .page
    {
        margin-top: 70px;
    }
}
@media (max-width: 1199px)
{
    .designer-wrap .page
    {
        margin-top: 60px;
    }
}
@media (max-width: 991px)
{
    .designer-wrap .page
    {
        margin-top: 50px;
    }
}
@media (max-width: 767px)
{
    .designer-wrap .page
    {
        margin-top: 35px;
    }
}
.designer-details-wrap .info-wrap
{
    padding: 40px 0 85px;

    background-color: #f2f2f2;
}
@media (max-width: 991px)
{
    .designer-details-wrap .info-wrap
    {
        padding: 35px 0 60px;
    }
}
@media (max-width: 767px)
{
    .designer-details-wrap .info-wrap
    {
        padding: 35px 0;
    }
}
.designer-details-wrap .intro-box
{
    overflow: hidden;

    margin-top: 35px;

    background-color: #fff;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
}
@media only screen and (min-width: 768px)
{
    .designer-details-wrap .intro-box > div
    {
        float: left;
    }
}
@media (max-width: 767px)
{
    .designer-details-wrap .intro-box
    {
        margin-top: 25px;
        padding: 20px;
    }
}
.designer-details-wrap .intro-box .img-box
{
    padding-bottom: 150%;
}
.designer-details-wrap .intro-box .pic-box
{
    width: 330px;
}
@media (max-width: 767px)
{
    .designer-details-wrap .intro-box .pic-box
    {
        max-width: 100%;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 768px)
{
    .designer-details-wrap .intro-box .info-box
    {
        width: -webkit-calc(100% - 330px);
        width:         calc(100% - 330px);
        padding-left: 40px;
    }
}
.designer-details-wrap .intro-box h1
{
    font-size: 36px;
    line-height: 1;

    margin: 40px 0 15px;

    color: #000;
}
.designer-details-wrap .intro-box h1 span
{
    display: block;
}
.designer-details-wrap .intro-box h1:after
{
    display: inline-block;

    width: 100px;
    height: 2px;

    content: '';

    background-color: #ee3623;
}
@media (max-width: 991px)
{
    .designer-details-wrap .intro-box h1
    {
        font-size: 32px;
    }
}
@media (max-width: 767px)
{
    .designer-details-wrap .intro-box h1
    {
        font-size: 28px;

        margin: 25px 0 15px;
    }
}
.designer-details-wrap .intro-box .excellent
{
    font-size: 18px;

    margin-bottom: 15px;

    color: #ee3623;
}
.designer-details-wrap .intro-box .info p
{
    display: inline-block;

    margin-right: 40px;
}
.designer-details-wrap .intro-box .info p:last-child
{
    margin-right: 0;
}
.designer-details-wrap .intro-box p
{
    font-size: 18px;
    line-height: 1.8;

    margin-bottom: 20px;

    color: #666;
}
.designer-details-wrap .intro-box p span
{
    color: #000;
}
@media (max-width: 991px)
{
    .designer-details-wrap .intro-box p
    {
        font-size: 16px;

        margin-bottom: 10px;
    }
}
@media (max-width: 767px)
{
    .designer-details-wrap .intro-box p
    {
        font-size: 14px;

        margin-bottom: 5px;
    }
}
.designer-details-wrap .intro-box .more
{
    margin-bottom: 25px;
    padding-top: 15px;
}
.designer-details-wrap .intro-box .more a
{
    display: inline-block;

    padding: 10px 41px;

    color: #fff;
    background-color: #ee3623;
}
@media (min-width: 1200px)
{
    .designer-details-wrap .intro-box .more a
    {
        -webkit-transition: .3s;
                transition: .3s;
    }
    .designer-details-wrap .intro-box .more a:hover
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .2);
    }
}
@media (max-width: 1199px)
{
    .designer-details-wrap .intro-box .more a:active
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .2);
    }
}
.designer-details-wrap .title:after
{
    display: block;

    width: 100px;
    height: 2px;
    margin: 25px auto 0;

    content: '';

    background-color: #ee3623;
}
.designer-details-wrap .location-list li
{
    margin-bottom: 40px;
}
.designer-details-wrap .location-list li:hover
{
    box-shadow: none;
}
@media (max-width: 767px)
{
    .designer-details-wrap .location-list li
    {
        margin-bottom: 25px;
    }
}
.designer-details-wrap .location-list .item
{
    overflow: hidden;

    padding: 0;

    background-color: #fcfcfc;
}
@media (max-width: 991px)
{
    .designer-details-wrap .location-list .pic-box
    {
        left: 15px;
    }
    .designer-details-wrap .location-list .intro
    {
        padding-bottom: 20px;
    }
}
.designer-details-wrap .page
{
    padding-top: 40px;
}
@media (max-width: 1199px)
{
    .designer-details-wrap .page
    {
        padding-top: 20px;
    }
}
@media (max-width: 991px)
{
    .designer-details-wrap .page
    {
        padding-top: 10px;
    }
}
@media (max-width: 767px)
{
    .designer-details-wrap .page
    {
        padding-top: 0;
    }
}
.designer-service-wrap .list
{
    margin-top: -60px;
}
.designer-service-wrap .list li
{
    position: relative;

    overflow: hidden;

    margin-top: 60px;
    padding: 55px 90px;

    box-shadow: 0 0 15px 1px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .designer-service-wrap .list li
    {
        padding: 45px 50px;
    }
}
@media (max-width: 480px)
{
    .designer-service-wrap .list li
    {
        padding: 40px 20px;
    }
}
.designer-service-wrap .list li:before,
.designer-service-wrap .list li:after
{
    position: absolute;

    display: block;

    content: '';
}
.designer-service-wrap .list li:before
{
    top: 0;

    width: 180px;
    height: 170px;

    background: url(../images/imgs/designer-service-line.jpg) no-repeat top right;
    background-size: contain;
}
@media (max-width: 1199px)
{
    .designer-service-wrap .list li:before
    {
        width: 120px;
        height: 110px;
    }
}
@media (max-width: 767px)
{
    .designer-service-wrap .list li:before
    {
        width: 100px;
        height: 90px;
    }
}
.designer-service-wrap .list li:after
{
    bottom: 0;

    width: 360px;
    height: 270px;

    background: url(../images/imgs/designer-service-dots.png) center;
}
@media (max-width: 1199px)
{
    .designer-service-wrap .list li:after
    {
        width: 250px;
        height: 180px;
    }
}
@media (max-width: 991px)
{
    .designer-service-wrap .list li:after
    {
        display: none;
    }
}
.designer-service-wrap .list li:nth-child(odd):before
{
    right: 0;
}
.designer-service-wrap .list li:nth-child(odd):after
{
    left: 0;
}
.designer-service-wrap .list li:nth-child(odd) .pic-box
{
    float: left;
}
.designer-service-wrap .list li:nth-child(odd) .intro-box
{
    float: right;
}
.designer-service-wrap .list li:nth-child(odd) .num
{
    right: 0;

    -webkit-transform: translateX(20%) translateY(25%);
        -ms-transform: translateX(20%) translateY(25%);
            transform: translateX(20%) translateY(25%);
}
.designer-service-wrap .list li:nth-child(even):before
{
    left: 0;

    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}
.designer-service-wrap .list li:nth-child(even):after
{
    right: 0;
}
.designer-service-wrap .list li:nth-child(even) .pic-box
{
    float: right;
}
.designer-service-wrap .list li:nth-child(even) .intro-box
{
    float: left;

    text-align: right;
}
.designer-service-wrap .list li:nth-child(even) h3
{
    text-align: right;
}
@media only screen and (min-width: 992px)
{
    .designer-service-wrap .list li:nth-child(even) .num
    {
        left: 0;

        -webkit-transform: translateX(-20%) translateY(25%);
            -ms-transform: translateX(-20%) translateY(25%);
                transform: translateX(-20%) translateY(25%);
    }
}
.designer-service-wrap .list .row,
.designer-service-wrap .list h3
{
    position: relative;
    z-index: 3;
}
.designer-service-wrap .list .row
{
    margin: 0 -45px;
}
.designer-service-wrap .list .row > div
{
    width: 50%;
    margin-top: 40px;
    padding: 0 45px;
}
@media (max-width: 1349px)
{
    .designer-service-wrap .list .row
    {
        margin: 0 -15px;
    }
    .designer-service-wrap .list .row > div
    {
        padding: 0 15px;
    }
}
@media (max-width: 991px)
{
    .designer-service-wrap .list .row > div
    {
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 767px)
{
    .designer-service-wrap .list .row > div
    {
        margin-top: 30px;
    }
}
.designer-service-wrap .list h3
{
    font-size: 36px;

    margin: 0;
}
.designer-service-wrap .list h3:before,
.designer-service-wrap .list h3 span
{
    display: inline-block;

    vertical-align: middle;
}
.designer-service-wrap .list h3:before
{
    display: inline-block;

    width: 4px;
    height: 34px;
    margin-right: 15px;

    content: '';

    background-color: #ee3623;
}
@media (max-width: 767px)
{
    .designer-service-wrap .list h3
    {
        font-size: 26px;
    }
    .designer-service-wrap .list h3:before
    {
        height: 30px;
    }
}
.designer-service-wrap .list .pic-box
{
    width: 570px;
    max-width: 50%;
}
.designer-service-wrap .list .img-box
{
    padding-bottom: 61.40350877%;
}
.designer-service-wrap .list .intro-box .intro
{
    display: inline-block;

    max-width: 100%;
}
@media (max-width: 991px)
{
    .designer-service-wrap .list .intro-box .intro
    {
        display: block;
    }
}
.designer-service-wrap .list .num
{
    font-size: 260px;
    font-weight: bold;
    line-height: 1;

    position: absolute;
    bottom: 0;

    opacity: .05;
    color: #ee3623;
}
@media (max-width: 1199px)
{
    .designer-service-wrap .list .num
    {
        font-size: 200px;
    }
}
@media (max-width: 991px)
{
    .designer-service-wrap .list .num
    {
        right: 0;

        -webkit-transform: translateX(20%) translateY(25%);
            -ms-transform: translateX(20%) translateY(25%);
                transform: translateX(20%) translateY(25%);
    }
}
@media (max-width: 767px)
{
    .designer-service-wrap .list .num
    {
        font-size: 160px;
    }
}
.designer-service-wrap .list .intro-box .intro
{
    text-align: left;
}
.designer-service-wrap .list .intro-box .designers
{
    position: relative;

    display: inline-block;

    margin-bottom: 10px;
}
.designer-service-wrap .list .intro-box .designers:before
{
    position: absolute;
    z-index: 1;
    top: 50%;
    right: -50px;

    width: 150%;
    height: 3px;
    margin-top: -15px;

    content: '';

    background-color: #464646;
}
@media (max-width: 480px)
{
    .designer-service-wrap .list .intro-box .designers:before
    {
        height: 2px;
        margin-top: -2.7%;
    }
}
.designer-service-wrap .list .intro-box .designers img
{
    position: relative;
    z-index: 2;

    display: block;

    max-width: 100%;
}
.designer-service-wrap .list .intro-box h4
{
    font-size: 30px;

    color: #000;
}
@media (max-width: 991px)
{
    .designer-service-wrap .list .intro-box h4
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .designer-service-wrap .list .intro-box h4
    {
        font-size: 22px;
    }
}
.designer-service-wrap .list .intro-box p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;

    color: #adadad;
}
@media (max-width: 991px)
{
    .designer-service-wrap .list .intro-box p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .designer-service-wrap .list .intro-box p
    {
        font-size: 14px;
    }
}
.designer-service-wrap .list .intro-box .more
{
    margin-top: 30px;
}
.designer-service-wrap .list .intro-box .more a
{
    line-height: 46px;

    display: block;

    width: 270px;
    height: 46px;
    padding: 0 15px;

    text-align: center;

    color: #fff;
    background-color: #ee3623;
}
@media (min-width: 1200px)
{
    .designer-service-wrap .list .intro-box .more a
    {
        -webkit-transition: .3s;
                transition: .3s;
    }
    .designer-service-wrap .list .intro-box .more a:hover
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .2);
    }
}
@media (max-width: 1199px)
{
    .designer-service-wrap .list .intro-box .more a:active
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .2);
    }
}
@media (max-width: 767px)
{
    .designer-service-wrap .list .intro-box .more
    {
        margin-top: 20px;
    }
    .designer-service-wrap .list .intro-box .more a
    {
        line-height: 40px;

        width: 200px;
        height: 40px;
    }
}
.case-details-wrap h4
{
    font-size: 36px;

    margin: 0;
}
.case-details-wrap h4:after
{
    display: block;

    width: 100px;
    height: 2px;
    margin: 15px auto 0;

    content: '';

    background-color: #ee3623;
}
@media (max-width: 1469px)
{
    .case-details-wrap h4
    {
        font-size: 32px;
    }
}
@media (max-width: 1349px)
{
    .case-details-wrap h4
    {
        font-size: 30px;
    }
}
@media (max-width: 480px)
{
    .case-details-wrap h4
    {
        font-size: 26px;
    }
}
.case-details-wrap .list-l .hot-news,
.case-details-wrap .list-l .team,
.case-details-wrap .list-l .inquiry-form
{
    padding: 35px 30px 50px;

    box-shadow: 0 4px 8px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 1349px)
{
    .case-details-wrap .list-l .hot-news,
    .case-details-wrap .list-l .team,
    .case-details-wrap .list-l .inquiry-form
    {
        padding: 30px 20px 35px;
    }
}
@media only screen and (min-width: 481px) and (max-width: 991px)
{
    .case-details-wrap .team .info,
    .case-details-wrap .team .more
    {
        text-align: center;
    }
}
@media (max-width: 991px)
{
    .case-details-wrap .team
    {
        margin-bottom: 25px;
    }
}
.case-details-wrap .team h4
{
    text-align: center;
}
.case-details-wrap .team .pic-box
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 200px;
    margin: 40px auto 30px;

    border-radius: 50%;
}
@media (max-width: 480px)
{
    .case-details-wrap .team .pic-box
    {
        width: 150px;
        margin: 30px auto 20px;
    }
}
.case-details-wrap .team p
{
    font-size: 18px;

    color: #666;
}
@media (max-width: 991px)
{
    .case-details-wrap .team p
    {
        font-size: 16px;
    }
}
.case-details-wrap .team p span
{
    color: #000;
}
.case-details-wrap .team p i
{
    font-style: normal;

    color: #ee3623;
}
.case-details-wrap .team .more
{
    margin-top: 20px;
}
.case-details-wrap .team .more a
{
    line-height: 40px;

    display: inline-block;

    width: 150px;
    height: 40px;

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

    color: #fff;
    background-color: #ee3623;
}
@media (min-width: 1200px)
{
    .case-details-wrap .team .more a:hover
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .4);
    }
}
@media (max-width: 480px)
{
    .case-details-wrap .team .more a
    {
        line-height: 35px;

        width: 120px;
        height: 35px;
    }
}
.case-details-wrap .inquiry-form
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .case-details-wrap .inquiry-form
    {
        display: none;
    }
}
.case-details-wrap .inquiry-form h3
{
    font-size: 30px;
}
@media (max-width: 1469px)
{
    .case-details-wrap .inquiry-form h3
    {
        font-size: 28px;
    }
}
@media (max-width: 1349px)
{
    .case-details-wrap .inquiry-form h3
    {
        font-size: 26px;
    }
}
.case-details-wrap .inquiry-form form input,
.case-details-wrap .inquiry-form form textarea,
.case-details-wrap .inquiry-form form .submit
{
    line-height: 46px;

    height: 46px;
    margin-top: 20px;
    padding: 0 30px;
}
.case-details-wrap .carousel-wrap .img-box
{
    padding-bottom: 73.33333333%;
}
.case-details-wrap .carousel-wrap .slider-nav
{
    font-size: 0;

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

    letter-spacing: -8px;
}
@media (max-width: 480px)
{
    .case-details-wrap .carousel-wrap .slider-nav
    {
        margin-top: 20px;
        padding: 0 30px;
    }
}
.case-details-wrap .carousel-wrap .slider-nav .slick-slide
{
    padding: 0 14px;
}
@media (max-width: 480px)
{
    .case-details-wrap .carousel-wrap .slider-nav .slick-slide
    {
        padding: 0 5px;
    }
}
.case-details-wrap .carousel-wrap .slider-nav .slick-arrow
{
    font-size: 24px;

    position: absolute;
    z-index: 20;
    top: 0;

    display: block;

    width: 40px;
    height: 100%;

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

    color: #666;
    background: none;
    background-color: #eee;
}
.case-details-wrap .carousel-wrap .slider-nav .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    letter-spacing: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px)
{
    .case-details-wrap .carousel-wrap .slider-nav .slick-arrow:hover
    {
        color: #ee3623;
    }
}
@media (max-width: 1199px)
{
    .case-details-wrap .carousel-wrap .slider-nav .slick-arrow:active
    {
        color: #ee3623;
    }
}
@media (max-width: 480px)
{
    .case-details-wrap .carousel-wrap .slider-nav .slick-arrow
    {
        width: 25px;
        padding: 0;
    }
}
.case-details-wrap .carousel-wrap .slider-nav .slick-prev
{
    left: 0;
}
.case-details-wrap .carousel-wrap .slider-nav .slick-prev:before
{
    content: '\e62b';
}
.case-details-wrap .carousel-wrap .slider-nav .slick-next
{
    right: 0;
}
.case-details-wrap .carousel-wrap .slider-nav .slick-next:before
{
    content: '\ed11';
}
.case-details-wrap .carousel-wrap .slider-nav .item
{
    border: 1px solid transparent;
}
.case-details-wrap .carousel-wrap .slider-nav .slick-current .item
{
    border-color: #ee3623;
}
.case-details-wrap .intro-wrap
{
    margin: 60px 0;
    padding: 35px 30px;

    background-color: #f5f5f5;
}
@media (max-width: 991px)
{
    .case-details-wrap .intro-wrap
    {
        margin: 50px 0;
    }
}
@media (max-width: 767px)
{
    .case-details-wrap .intro-wrap
    {
        margin: 40px 0;
    }
}
.case-details-wrap .intro-wrap h4
{
    margin-bottom: 25px;
}
.case-details-wrap .intro-wrap h4:after
{
    margin-left: 0;
}
.case-details-wrap .intro-wrap p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .case-details-wrap .intro-wrap p
    {
        font-size: 14px;
    }
}
.case-details-wrap .intro-wrap img
{
    max-width: 100%;
    height: auto !important;
}
.case-details-wrap .case-page
{
    padding: 11px 10%;

    background-color: #f5f5f5;
}
@media (max-width: 991px)
{
    .case-details-wrap .case-page
    {
        padding: 5px 5%;
    }
}
@media (max-width: 767px)
{
    .case-details-wrap .case-page
    {
        padding: 10px;
    }
}
.case-details-wrap .case-page a
{
    display: inline-block;

    padding: 14px 10px;
}
@media (max-width: 767px)
{
    .case-details-wrap .case-page a
    {
        padding: 8px 10px;
    }
}
@media only screen and (min-width: 1200px)
{
    .case-details-wrap .case-page a:hover span
    {
        text-decoration: underline;

        color: #ee3623;
    }
}
.case-details-wrap .case-page p
{
    overflow: hidden;

    margin: 0;

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

    color: #666;
}
@media (max-width: 767px)
{
    .case-details-wrap .case-page p
    {
        font-size: 13px;
    }
}
.case-details-wrap .case-page p:before
{
    display: inline-block;

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

    content: '';

    border-width: 0 7px 6px 7px;
    border-style: solid;
    border-color: transparent transparent #666 transparent;
}
@media (max-width: 767px)
{
    .case-details-wrap .case-page p:before
    {
        margin-right: 8px;
    }
}
.case-details-wrap .case-page .next p:before
{
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.case-details-wrap .top-reservation,
.case-details-wrap .bottom-case
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .case-details-wrap .top-reservation,
    .case-details-wrap .bottom-case
    {
        margin-top: 50px;
    }
}
@media (max-width: 767px)
{
    .case-details-wrap .top-reservation,
    .case-details-wrap .bottom-case
    {
        margin-top: 40px;
    }
}
.case-details-wrap .top-reservation .info,
.case-details-wrap .top-reservation form
{
    width: 100%;
}
.case-details-wrap .top-reservation .info
{
    font-size: 24px;

    margin: 5px 0 15px;

    color: #000;
}
@media (max-width: 480px)
{
    .case-details-wrap .top-reservation .info b
    {
        display: block;
    }
}
.case-details-wrap .top-reservation .info span
{
    font-size: .75em;

    margin-left: 5px;
}
.case-details-wrap .top-reservation .info a
{
    color: #ee3623;
}
.case-details-wrap .top-reservation form
{
    margin-bottom: 35px;
}
.case-details-wrap .bottom-case .case-list
{
    margin-top: 0;
    padding-top: 10px;
}
@media (max-width: 991px)
{
    .case-details-wrap .bottom-case .case-list
    {
        padding-top: 0;
    }
}
.bottom-case
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .bottom-case
    {
        margin-top: 50px;
    }
}
@media (max-width: 767px)
{
    .bottom-case
    {
        margin-top: 40px;
    }
}
.bottom-case .top
{
    overflow: hidden;
}
.bottom-case .top h4
{
    font-size: 24px;

    float: left;
}
.bottom-case .top h4:after
{
    display: block;

    width: 90px;
    height: 2px;
    margin: 15px auto 0;
    margin-left: 0;

    content: '';

    background-color: #ee3623;
}
@media (max-width: 1199px)
{
    .bottom-case .top h4
    {
        font-size: 20px;
    }
    .bottom-case .top h4:after
    {
        width: 80px;
    }
}
.bottom-case .top .more
{
    font-size: 16px;

    float: right;

    margin-top: 10px;

    color: #666;
}
@media (max-width: 1199px)
{
    .bottom-case .top .more
    {
        font-size: 14px;

        margin-top: 5px;
    }
}
.bottom-case .top .more a:after
{
    content: ' 》';
}
@media (min-width: 1200px)
{
    .bottom-case .top .more a:hover
    {
        color: #ee3623;
    }
    .bottom-case .top .more a:hover span
    {
        text-decoration: underline;
    }
}
@media (max-width: 1199px)
{
    .bottom-case .top .more a:active
    {
        color: #ee3623;
    }
    .bottom-case .top .more a:active span
    {
        text-decoration: underline;
    }
}
.bottom-case .case-list
{
    margin-top: -10px;
}
.location-list li
{
    -webkit-transition: .4s;
            transition: .4s;
}
@media (min-width: 1200px)
{
    .location-list li:hover
    {
        box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
    }
}
@media (max-width: 480px)
{
    .location-list li
    {
        width: 100%;
    }
}
.location-list .item
{
    padding: 15px 0;
}
@media (max-width: 767px)
{
    .location-list .item
    {
        padding: 10px 0;
    }
}
.location-list .pic
{
    margin-top: -10px;
}
.location-list .pic .img-box
{
    margin-top: 10px;
    padding-bottom: 73.33333333%;
}
@media (min-width: 1200px)
{
    .location-list .pic .img-box img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .location-list .pic .img-box:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.location-list .pic .row
{
    margin: 0 -5px;
}
.location-list .pic .row > div
{
    padding: 0 5px;
}
.location-list .intro
{
    position: relative;

    overflow: hidden;

    margin: 20px 0;
    padding-bottom: 5px;
    padding-left: 100px;
}
@media (max-width: 991px)
{
    .location-list .intro
    {
        margin-bottom: 0;
        padding-left: 70px;
    }
}
.location-list .pic-box
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 25px;

    overflow: hidden;

    width: 62px;

    border-radius: 50%;
}
@media (max-width: 991px)
{
    .location-list .pic-box
    {
        left: 5px;

        width: 50px;
    }
}
.location-list h4,
.location-list p
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.location-list h4
{
    font-size: 24px;
    font-weight: bold;

    height: 26px;
    margin: 5px 0;

    color: #000;
}
@media (max-width: 991px)
{
    .location-list h4
    {
        font-size: 18px;

        height: 20px;
    }
}
@media (max-width: 767px)
{
    .location-list h4
    {
        font-size: 16px;

        height: 18px;
    }
}
.location-list p
{
    font-size: 16px;

    height: 22px;
    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .location-list p
    {
        font-size: 14px;

        height: 20px;
    }
}
@media (max-width: 991px)
{
    .location-list p
    {
        font-size: 12px;

        height: 16px;
    }
}
.case-wrap .page
{
    padding-top: 55px;
}
@media (max-width: 1199px)
{
    .case-wrap .page
    {
        padding-top: 45px;
    }
}
@media (max-width: 991px)
{
    .case-wrap .page
    {
        padding-top: 35px;
    }
}
@media (max-width: 767px)
{
    .case-wrap .page
    {
        padding-top: 25px;
    }
}
.case-soft-wrap .list,
.case-vr-wrap .list
{
    margin-top: -30px;
}
@media (max-width: 767px)
{
    .case-soft-wrap .list,
    .case-vr-wrap .list
    {
        margin-top: -20px;
    }
}
.case-soft-wrap .list li,
.case-vr-wrap .list li
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .case-soft-wrap .list li,
    .case-vr-wrap .list li
    {
        margin-top: 20px;
    }
}
.case-soft-wrap .list li:hover,
.case-vr-wrap .list li:hover
{
    box-shadow: none;
}
.case-soft-wrap .list .item,
.case-vr-wrap .list .item
{
    background-color: #fcfcfc;
}
.case-soft-wrap .list .intro,
.case-vr-wrap .list .intro
{
    position: relative;
}
@media (min-width: 1200px)
{
    .case-soft-wrap .list .intro,
    .case-vr-wrap .list .intro
    {
        padding-right: 170px;
    }
    .case-soft-wrap .list .intro .more,
    .case-vr-wrap .list .intro .more
    {
        position: absolute;
        z-index: 2;
        top: 50%;
        right: 0;

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .case-soft-wrap .list .intro,
    .case-vr-wrap .list .intro
    {
        padding-bottom: 20px;
    }
}
.case-soft-wrap .list .intro .more a,
.case-vr-wrap .list .intro .more a
{
    display: inline-block;

    padding: 10px 47px;

    color: #fff;
    background-color: #ee3623;
}
@media (min-width: 1200px)
{
    .case-soft-wrap .list .intro .more a,
    .case-vr-wrap .list .intro .more a
    {
        -webkit-transition: .4s;
                transition: .4s;
    }
    .case-soft-wrap .list .intro .more a:hover,
    .case-vr-wrap .list .intro .more a:hover
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .4);
    }
}
@media (max-width: 1199px)
{
    .case-soft-wrap .list .intro .more a:active,
    .case-vr-wrap .list .intro .more a:active
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .4);
    }
}
@media (max-width: 1199px)
{
    .case-soft-wrap .list .intro .more,
    .case-vr-wrap .list .intro .more
    {
        margin-top: 15px;

        text-align: right;
    }
    .case-soft-wrap .list .intro .more a,
    .case-vr-wrap .list .intro .more a
    {
        padding: 5px 25px;
    }
}
@media (max-width: 767px)
{
    .case-soft-wrap .list .intro .more,
    .case-vr-wrap .list .intro .more
    {
        margin-bottom: 10px;
    }
}
.case-soft-wrap .list .pic .img-box
{
    padding-bottom: 74.41860465%;
}
.case-soft-wrap .list .item
{
    padding: 20px 20px 10px;
}
@media (max-width: 480px)
{
    .case-soft-wrap .list .item
    {
        padding: 15px 15px 5px;
    }
}
.case-vr-wrap .list .item
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    padding: 0;
}
@media (min-width: 1200px)
{
    .case-vr-wrap .list .item .img-box:after,
    .case-vr-wrap .list .item .img-box:before
    {
        -webkit-transition: .4s;
                transition: .4s;

        opacity: 0;
    }
}
.case-vr-wrap .list .item .img-box:after
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(0, 0, 0, .36);
}
.case-vr-wrap .list .item .img-box:before
{
    font-family: 'iconfont' !important;
    font-size: 50px;

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

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

    color: #fff;
}
@media (min-width: 1200px)
{
    .case-vr-wrap .list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .case-vr-wrap .list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .case-vr-wrap .list .item:hover .intro
    {
        padding-right: 170px;
    }
    .case-vr-wrap .list .item:hover .img-box:after,
    .case-vr-wrap .list .item:hover .img-box:before
    {
        opacity: 1;
    }
    .case-vr-wrap .list .item:hover .more
    {
        display: block;
    }
}
.case-vr-wrap .list .intro
{
    padding-right: 30px;
    padding-left: 30px;

    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}
@media (max-width: 767px)
{
    .case-vr-wrap .list .intro
    {
        padding: 0 15px 5px;
    }
}
@media (min-width: 1200px)
{
    .case-vr-wrap .list .intro .more
    {
        display: none;
    }
}
.layer-inquiry
{
    display: none;

    padding: 45px 45px 0 480px;

    background: #fff url(../images/imgs/layer-inquiry-bg.jpg) no-repeat center left;
    background-size: cover;
}
@media (max-width: 991px)
{
    .layer-inquiry
    {
        padding: 30px 30px 0 420px;
    }
}
@media (max-width: 767px)
{
    .layer-inquiry
    {
        max-width: 95%;
        padding: 25px 25px 0;

        background: #fff;
    }
}
.layer-inquiry .inquiry-form
{
    width: 270px;
}
@media (max-width: 767px)
{
    .layer-inquiry .inquiry-form
    {
        max-width: 100%;
    }
}
.layer-inquiry .inquiry-form h3
{
    margin-bottom: 0;
}
.layer-inquiry .inquiry-form .phone
{
    margin-bottom: 25px;
}
.layer-inquiry .inquiry-form .submit
{
    margin: 30px 0;
}
.footer-case
{
    padding: 100px 0;

    background-color: #f5f5f5;
}
@media (max-width: 1199px)
{
    .footer-case
    {
        padding: 80px 0;
    }
}
@media (max-width: 991px)
{
    .footer-case
    {
        padding: 60px 0;
    }
}
@media (max-width: 767px)
{
    .footer-case
    {
        padding: 40px 0;
    }
}
.footer-case .title
{
    margin-bottom: 40px;
}
.footer-case .title:after
{
    display: block;

    width: 100px;
    height: 2px;
    margin: 25px auto 0;

    content: '';

    background-color: #ee3623;
}
@media (max-width: 767px)
{
    .footer-case .title
    {
        margin-bottom: 30px;
    }
    .footer-case .title:after
    {
        width: 80px;
        margin-top: 15px;
    }
}
.news-wrap .title:after
{
    display: block;

    width: 100px;
    height: 2px;
    margin: 20px auto 0;

    content: '';

    background-color: #ee3623;
}
.news-wrap .list .intro
{
    position: relative;

    padding-right: 100px;
}
.news-wrap .list .day
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1;

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

    color: #cacaca;
}
@media (max-width: 1199px)
{
    .news-wrap .list .day
    {
        font-size: 24px;

        top: 17px;
    }
}
.news-wrap .page
{
    margin-top: 55px;
}
@media (max-width: 1199px)
{
    .news-wrap .page
    {
        margin-top: 45px;
    }
}
@media (max-width: 991px)
{
    .news-wrap .page
    {
        margin-top: 35px;
    }
}
@media (max-width: 767px)
{
    .news-wrap .page
    {
        margin-top: 25px;
    }
}
.service-soft-wrap .professional-content
{
    position: relative;
}
.service-soft-wrap .professional-content .bg
{
    font-family: 'arial black';
    font-size: 360px;
    font-weight: 900;
    line-height: 1;

    position: absolute;
    bottom: 5%;
    left: 50%;

    -webkit-transform: translateX(-70%);
        -ms-transform: translateX(-70%);
            transform: translateX(-70%);

    color: #fafafa;
}
@media (max-width: 1349px)
{
    .service-soft-wrap .professional-content .bg
    {
        font-size: 300px;
    }
}
@media (max-width: 1199px)
{
    .service-soft-wrap .professional-content .bg
    {
        font-size: 250px;

        bottom: 2%;
    }
}
@media (max-width: 991px)
{
    .service-soft-wrap .professional-content .bg
    {
        font-size: 200px;
    }
}
@media (max-width: 767px)
{
    .service-soft-wrap .professional-content .bg
    {
        font-size: 20vmin;
    }
}
.service-soft-wrap .professional-content .list-wrap
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    margin-bottom: 70px;
    padding: 65px 0;

    background-color: #fff;
    box-shadow: 0 3px 10px 2px rgba(0, 0, 0, .1);
}
@media (max-width: 767px)
{
    .service-soft-wrap .professional-content .list-wrap
    {
        margin-bottom: 10px;
        padding: 15px 0;
    }
}
@media (min-width: 1200px)
{
    .service-soft-wrap .professional-content .list-wrap > div
    {
        float: left;
    }
}
.service-soft-wrap .professional-content .list
{
    padding: 30px 90px;

    text-align: center;

    color: #000;
}
.service-soft-wrap .professional-content .list .row
{
    margin-top: -140px;
}
.service-soft-wrap .professional-content .list li
{
    margin-top: 140px;
}
.service-soft-wrap .professional-content .list .item
{
    font-size: 18px;
}
.service-soft-wrap .professional-content .list .iconfont
{
    font-size: 3.33333333em;
}
.service-soft-wrap .professional-content .list p
{
    margin: 5px 0 0;
}
@media (min-width: 1200px)
{
    .service-soft-wrap .professional-content .list
    {
        width: 58.15602837%;

        border-right: 1px solid #f5f5f5;
    }
}
@media (max-width: 1199px)
{
    .service-soft-wrap .professional-content .list
    {
        margin-bottom: 40px;
        padding-bottom: 40px;

        border-bottom: 1px solid #f5f5f5;
    }
    .service-soft-wrap .professional-content .list .row
    {
        margin-top: -40px;
    }
    .service-soft-wrap .professional-content .list li
    {
        margin-top: 40px;
    }
}
@media (max-width: 991px)
{
    .service-soft-wrap .professional-content .list .item
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .service-soft-wrap .professional-content .list
    {
        margin-bottom: 10px;
        padding: 25px 20px;
    }
}
@media (max-width: 480px)
{
    .service-soft-wrap .professional-content .list li
    {
        width: 33.333333%;
    }
    .service-soft-wrap .professional-content .list .item
    {
        font-size: 14px;
    }
    .service-soft-wrap .professional-content .list .iconfont
    {
        font-size: 2.77777778em;
    }
}
.service-soft-wrap .professional-content .inquiry-form
{
    padding: 15px 90px 0;
}
@media (min-width: 1200px)
{
    .service-soft-wrap .professional-content .inquiry-form
    {
        width: 41.84397163%;
    }
}
@media (max-width: 767px)
{
    .service-soft-wrap .professional-content .inquiry-form
    {
        padding: 25px 20px;
    }
}
.service-soft-wrap .professional-content .inquiry-form h3
{
    font-size: 36px;
}
@media (max-width: 767px)
{
    .service-soft-wrap .professional-content .inquiry-form h3
    {
        font-size: 26px;
    }
}
.service-soft-wrap .professional-content .inquiry-form input,
.service-soft-wrap .professional-content .inquiry-form textarea,
.service-soft-wrap .professional-content .inquiry-form .submit
{
    line-height: 60px;

    height: 60px;
    margin-top: 30px;
}
@media (max-width: 1349px)
{
    .service-soft-wrap .professional-content .inquiry-form input,
    .service-soft-wrap .professional-content .inquiry-form textarea,
    .service-soft-wrap .professional-content .inquiry-form .submit
    {
        padding: 0 15px;
    }
}
@media (max-width: 767px)
{
    .service-soft-wrap .professional-content .inquiry-form input,
    .service-soft-wrap .professional-content .inquiry-form textarea,
    .service-soft-wrap .professional-content .inquiry-form .submit
    {
        font-size: 16px;
        line-height: 45px;

        height: 45px;
        margin-top: 20px;
        padding: 0 15px;
    }
}
.service-soft-wrap .elements-content .lists
{
    font-size: 0;

    overflow-x: auto;

    margin-bottom: 40px;

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

    -webkit-overflow-scrolling: touch;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
@media (max-width: 767px)
{
    .service-soft-wrap .elements-content .lists
    {
        margin-bottom: 30px;
    }
}
.service-soft-wrap .elements-content .lists::-webkit-scrollbar
{
    width: 5px;
    height: 5px;

    background-color: #fefefe;
}
.service-soft-wrap .elements-content .lists::-webkit-scrollbar-track
{
    border-radius: 5px;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.service-soft-wrap .elements-content .lists::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .1);
}
.service-soft-wrap .elements-content .lists::-webkit-scrollbar-thumb:hover
{
    border-radius: 5px;
    background: rgba(0, 0, 0, .3);
}
.service-soft-wrap .elements-content .lists ul
{
    display: inline-block;

    white-space: nowrap;

    border-bottom: 1px solid #e6e6e6;
}
.service-soft-wrap .elements-content .lists li
{
    font-size: 20px;

    display: inline-block;

    margin-left: 50px;

    letter-spacing: 0;

    color: #000;
}
.service-soft-wrap .elements-content .lists li:first-child
{
    margin-left: 0;
}
@media (max-width: 1199px)
{
    .service-soft-wrap .elements-content .lists li
    {
        margin-left: 20px;
    }
}
@media (max-width: 991px)
{
    .service-soft-wrap .elements-content .lists li
    {
        font-size: 17px;

        margin-left: 10px;
    }
}
@media (max-width: 767px)
{
    .service-soft-wrap .elements-content .lists li
    {
        font-size: 15px;
    }
}
.service-soft-wrap .elements-content .lists a
{
    position: relative;

    display: block;

    padding: 20px;
}
.service-soft-wrap .elements-content .lists a:after
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;

    width: 0;
    height: 1px;

    content: '';
    -webkit-transition: .4s;
            transition: .4s;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #ee3623;
}
@media (max-width: 767px)
{
    .service-soft-wrap .elements-content .lists a
    {
        padding: 10px;
    }
}
.service-soft-wrap .elements-content .lists .active a
{
    color: #ee3623;
}
.service-soft-wrap .elements-content .lists .active a:after
{
    width: 100%;
}
.service-soft-wrap .elements-content .slick-box
{
    position: relative;
}
.service-soft-wrap .elements-content .slick-elements .img-box
{
    padding-bottom: 46.80851064%;
}
.service-soft-wrap .elements-content .slick-elements .item
{
    position: relative;
}
.service-soft-wrap .elements-content .slick-elements .intro
{
    font-size: 16px;

    z-index: 2;

    width: 690px;
    max-width: 100%;
    padding: 30px 200px 30px 20px;

    color: #fff;
    background-color: rgba(238, 54, 35, .9);
}
@media only screen and (min-width: 768px)
{
    .service-soft-wrap .elements-content .slick-elements .intro
    {
        position: absolute;
        right: 0;
        bottom: 0;
    }
}
.service-soft-wrap .elements-content .slick-elements .intro h4
{
    font-size: 1.25em;

    margin: 0 0 5px;
}
.service-soft-wrap .elements-content .slick-elements .intro p
{
    margin: 0;
}
@media (max-width: 1199px)
{
    .service-soft-wrap .elements-content .slick-elements .intro
    {
        padding: 25px 180px 25px 20px;
    }
}
@media (max-width: 991px)
{
    .service-soft-wrap .elements-content .slick-elements .intro
    {
        width: 600px;
        padding: 15px 130px 15px 20px;
    }
}
@media (max-width: 767px)
{
    .service-soft-wrap .elements-content .slick-elements .intro
    {
        width: 100%;
        padding: 15px 130px 15px 20px;
    }
}
@media (max-width: 480px)
{
    .service-soft-wrap .elements-content .slick-elements .intro
    {
        font-size: 12px;

        padding-right: 80px;
    }
}
.service-soft-wrap .elements-content .arrows-box
{
    position: absolute;
    z-index: 10;
    right: 40px;
    bottom: 40px;
}
@media (max-width: 991px)
{
    .service-soft-wrap .elements-content .arrows-box
    {
        right: 20px;
        bottom: 30px;
    }
}
@media (max-width: 480px)
{
    .service-soft-wrap .elements-content .arrows-box
    {
        right: 10px;
    }
}
.service-soft-wrap .elements-content .arrows-box .slick-arrow
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    z-index: 20;

    display: inline-block;

    width: 34px;
    height: 34px;

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

    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    background: none;
}
.service-soft-wrap .elements-content .arrows-box .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px)
{
    .service-soft-wrap .elements-content .arrows-box .slick-arrow:hover
    {
        color: #ee3623;
        background-color: #fff;
    }
}
@media (max-width: 1199px)
{
    .service-soft-wrap .elements-content .arrows-box .slick-arrow:active
    {
        color: #ee3623;
        background-color: #fff;
    }
}
@media (max-width: 480px)
{
    .service-soft-wrap .elements-content .arrows-box .slick-arrow
    {
        font-size: 10px;
        line-height: 22px;

        width: 26px;
        height: 26px;
    }
}
.service-soft-wrap .elements-content .arrows-box .slick-prev:before
{
    content: '\eb60';
}
.service-soft-wrap .elements-content .arrows-box .slick-next
{
    margin-left: 30px;
}
.service-soft-wrap .elements-content .arrows-box .slick-next:before
{
    content: '\e625';
}
@media (max-width: 991px)
{
    .service-soft-wrap .elements-content .arrows-box .slick-next
    {
        margin-left: 20px;
    }
}
@media (max-width: 480px)
{
    .service-soft-wrap .elements-content .arrows-box .slick-next
    {
        margin-left: 10px;
    }
}
.service-soft-wrap .compare-content
{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.service-soft-wrap .compare-content .list
{
    position: relative;

    overflow: hidden;
}
@media only screen and (min-width: 992px)
{
    .service-soft-wrap .compare-content .list > div
    {
        float: left;
    }
}
.service-soft-wrap .compare-content .left-nav
{
    overflow: hidden;
}
@media only screen and (min-width: 992px)
{
    .service-soft-wrap .compare-content .left-nav
    {
        width: 210px;
    }
}
.service-soft-wrap .compare-content .left-nav li
{
    font-size: 24px;

    position: relative;

    padding: 49px 10px 49px 90px;

    cursor: pointer;

    color: #8a8a8a;
    background-color: #fafafa;
}
@media (max-width: 1469px)
{
    .service-soft-wrap .compare-content .left-nav li
    {
        padding: 42px 10px 42px 90px;
    }
}
@media (max-width: 1349px)
{
    .service-soft-wrap .compare-content .left-nav li
    {
        padding: 34px 10px 34px 80px;
    }
}
@media (max-width: 1199px)
{
    .service-soft-wrap .compare-content .left-nav li
    {
        font-size: 18px;

        padding: 28px 10px 28px 80px;
    }
}
@media (max-width: 991px)
{
    .service-soft-wrap .compare-content .left-nav li
    {
        float: left;

        width: 20%;
        padding: 20px 0;

        text-align: center;
    }
}
@media (max-width: 480px)
{
    .service-soft-wrap .compare-content .left-nav li
    {
        font-size: 12px;
        font-size: 3.5vmin;

        padding: 15px 0;
    }
}
.service-soft-wrap .compare-content .left-nav .active
{
    color: #fff;
    background-color: #ee3623;
}
.service-soft-wrap .compare-content .left-nav .iconfont,
.service-soft-wrap .compare-content .left-nav span
{
    display: block;
}
@media (max-width: 991px)
{
    .service-soft-wrap .compare-content .left-nav .iconfont,
    .service-soft-wrap .compare-content .left-nav span
    {
        display: inline-block;

        vertical-align: middle;
    }
}
.service-soft-wrap .compare-content .left-nav .iconfont
{
    font-size: 1.3em;
    line-height: 1;
}
@media only screen and (min-width: 992px)
{
    .service-soft-wrap .compare-content .left-nav .iconfont
    {
        position: absolute;
        top: 50%;
        left: 50px;

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}
@media only screen and (min-width: 992px) and (max-width: 1349px)
{
    .service-soft-wrap .compare-content .left-nav .iconfont
    {
        left: 40px;
    }
}
@media (max-width: 480px)
{
    .service-soft-wrap .compare-content .left-nav .iconfont
    {
        font-size: 1.2em;
    }
}
.service-soft-wrap .compare-content .right-content
{
    position: relative;

    overflow: hidden;
}
@media only screen and (min-width: 992px)
{
    .service-soft-wrap .compare-content .right-content
    {
        width: -webkit-calc(100% - 210px);
        width:         calc(100% - 210px);
    }
}
.service-soft-wrap .compare-content .pic-box
{
    position: relative;

    display: none;
}
.service-soft-wrap .compare-content .pic
{
    width: 1200px;
}
.service-soft-wrap .compare-content img
{
    display: block;

    max-width: 100%;
    height: auto !important;
}
.service-soft-wrap .compare-content .before
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 50%;

    border-right: 1px dashed #fff;
}
.service-soft-wrap .compare-content .move-btn,
.service-soft-wrap .compare-content .try
{
    position: absolute;
    z-index: 20;
    left: 50%;
}
.service-soft-wrap .compare-content .move-btn
{
    bottom: 80px;

    width: 66px;
    height: 66px;

    cursor: pointer;

    background: url(../images/move-btn.png) no-repeat center;
    background-size: contain;
}
@media (max-width: 480px)
{
    .service-soft-wrap .compare-content .move-btn
    {
        bottom: 35px;

        width: 35px;
        height: 35px;
    }
}
.service-soft-wrap .compare-content .try
{
    bottom: 50px;

    margin-left: 100px;

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

    color: #fff;
}
@media (max-width: 991px)
{
    .service-soft-wrap .compare-content .try
    {
        margin-left: 0;
    }
}
@media (max-width: 480px)
{
    .service-soft-wrap .compare-content .try
    {
        font-size: 12px;

        bottom: 10px;
    }
}
.service-soft-wrap .process-content
{
    background-size: cover;
}
.service-soft-wrap .process-content .title:after
{
    display: block;

    width: 100px;
    height: 2px;
    margin: 20px auto 0;

    content: '';

    background-color: #ee3623;
}
.service-soft-wrap .process-content .title h3
{
    color: #fff;
}
.service-soft-wrap .process-content .title h3:before,
.service-soft-wrap .process-content .title h3:after
{
    background-color: #fff;
}
.service-soft-wrap .process-content .title h3 span
{
    color: #333;
}
.service-soft-wrap .process-content .list
{
    margin-top: -50px;

    text-align: center;

    color: #fff;
}
@media (max-width: 480px)
{
    .service-soft-wrap .process-content .list
    {
        margin-top: -30px;
    }
}
.service-soft-wrap .process-content .list li
{
    margin-top: 50px;
}
@media (max-width: 480px)
{
    .service-soft-wrap .process-content .list li
    {
        width: 50%;
        margin-top: 30px;
    }
}
.service-soft-wrap .process-content .list .item
{
    width: 150px;
    max-width: 100%;
    margin: 0 auto;
}
@media (min-width: 1200px)
{
    .service-soft-wrap .process-content .list .item:hover .num:before
    {
        opacity: 1;
        color: #ee3623;
    }
}
@media (max-width: 991px)
{
    .service-soft-wrap .process-content .list .item
    {
        width: 120px;
    }
}
@media (max-width: 480px)
{
    .service-soft-wrap .process-content .list .item
    {
        width: 90px;
    }
}
.service-soft-wrap .process-content .list .num
{
    position: relative;

    margin-bottom: 25px;
    padding-bottom: 100%;
}
@media (max-width: 991px)
{
    .service-soft-wrap .process-content .list .num
    {
        margin-bottom: 10px;
    }
}
.service-soft-wrap .process-content .list .num:before
{
    font-family: 'iconfont' !important;
    font-size: 150px;

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

    content: '\e68b';
    -webkit-transition: .2s;
            transition: .2s;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);

    opacity: .5;
}
@media (max-width: 991px)
{
    .service-soft-wrap .process-content .list .num:before
    {
        font-size: 120px;
    }
}
@media (max-width: 480px)
{
    .service-soft-wrap .process-content .list .num:before
    {
        font-size: 90px;
    }
}
.service-soft-wrap .process-content .list .num b
{
    font-size: 72px;

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

    display: block;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 991px)
{
    .service-soft-wrap .process-content .list .num b
    {
        font-size: 54px;
    }
}
@media (max-width: 480px)
{
    .service-soft-wrap .process-content .list .num b
    {
        font-size: 40px;
    }
}
.service-soft-wrap .process-content .list p
{
    font-size: 24px;

    margin: 0;
}
@media (max-width: 991px)
{
    .service-soft-wrap .process-content .list p
    {
        font-size: 18px;
    }
}
@media (max-width: 480px)
{
    .service-soft-wrap .process-content .list p
    {
        font-size: 16px;
    }
}
.service-soft-wrap .soft-content .slick-wrap
{
    font-size: 0;

    overflow: hidden;

    letter-spacing: -8px;

    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
}
.service-soft-wrap .soft-content .slick-wrap > div
{
    font-size: 14px;

    letter-spacing: 0;
}
@media only screen and (min-width: 992px)
{
    .service-soft-wrap .soft-content .slick-wrap > div
    {
        display: inline-block;

        vertical-align: middle;
    }
}
.service-soft-wrap .soft-content .slick-box
{
    position: relative;
}
@media only screen and (min-width: 992px)
{
    .service-soft-wrap .soft-content .slick-box
    {
        width: 58.15602837%;
    }
}
.service-soft-wrap .soft-content .slick-soft
{
    font-size: 0;

    letter-spacing: -8px;
}
.service-soft-wrap .soft-content .slick-soft .item
{
    position: relative;

    overflow: hidden;
}
.service-soft-wrap .soft-content .slick-soft img
{
    position: relative;

    display: block;
}
@media only screen and (min-width: 992px)
{
    .service-soft-wrap .soft-content .slick-soft img
    {
        left: 50%;

        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
@media (max-width: 991px)
{
    .service-soft-wrap .soft-content .slick-soft img
    {
        width: 100%;
    }
}
.service-soft-wrap .soft-content .btn-box
{
    position: absolute;
    z-index: 3;
    z-index: 2;
    bottom: 0;
    left: 0;

    width: 310px;
    height: 120px;

    text-align: center;

    color: #fff;
    background-color: rgba(238, 54, 35, .9);
}
@media (max-width: 1199px)
{
    .service-soft-wrap .soft-content .btn-box
    {
        height: 80px;
    }
}
@media (max-width: 480px)
{
    .service-soft-wrap .soft-content .btn-box
    {
        bottom: 10px;
        left: 50%;

        width: auto;
        height: auto;

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

        background: none;
    }
}
.service-soft-wrap .soft-content .soft-fun-btn
{
    position: relative;
    top: 50%;

    display: inline-block;

    padding: 0 55px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 480px)
{
    .service-soft-wrap .soft-content .soft-fun-btn
    {
        padding: 0;

        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }
}
.service-soft-wrap .soft-content .slick-dots
{
    position: relative;
}
.service-soft-wrap .soft-content .slick-dots li
{
    width: 6px;
    height: 6px;
    margin: 0 6px;

    opacity: .2;
    background-color: #fff;
}
@media (max-width: 480px)
{
    .service-soft-wrap .soft-content .slick-dots li
    {
        background-color: #ee3623;
    }
}
.service-soft-wrap .soft-content .slick-dots .slick-active
{
    opacity: 1;
}
.service-soft-wrap .soft-content .slick-arrow
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

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

    display: block;

    width: 34px;
    height: 34px;

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

    border: 2px solid #fff;
    border-radius: 50%;
    background: none;
}
.service-soft-wrap .soft-content .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px)
{
    .service-soft-wrap .soft-content .slick-arrow:hover
    {
        color: #ee3623;
        background-color: #fff;
    }
}
@media (max-width: 1199px)
{
    .service-soft-wrap .soft-content .slick-arrow:active
    {
        color: #ee3623;
        background-color: #fff;
    }
}
.service-soft-wrap .soft-content .slick-prev
{
    left: -10px;
}
.service-soft-wrap .soft-content .slick-prev:before
{
    content: '\eb60';
}
.service-soft-wrap .soft-content .slick-next
{
    right: -10px;
}
.service-soft-wrap .soft-content .slick-next:before
{
    content: '\e625';
}
@media only screen and (min-width: 992px)
{
    .service-soft-wrap .soft-content .inquiry
    {
        width: 41.84397163%;
        padding: 0 5%;

        text-align: center;
    }
}
@media (max-width: 991px)
{
    .service-soft-wrap .soft-content .inquiry
    {
        padding: 25px 5%;
    }
}
@media only screen and (min-width: 992px)
{
    .service-soft-wrap .soft-content .inquiry-form
    {
        display: inline-block;

        width: 390px;
        max-width: 100%;
    }
}
@media (min-width: 1200px)
{
    .service-soft-wrap .soft-content .inquiry-form input,
    .service-soft-wrap .soft-content .inquiry-form textarea
    {
        line-height: 60px;

        height: 60px;
    }
}
.service-soft-wrap .soft-content .inquiry-form .secret
{
    margin-top: 5px;

    color: #8f8f8f;
}
.service-old-house-wrap .title:after
{
    display: block;

    width: 100px;
    height: 2px;
    margin: 20px auto 0;

    content: '';

    background-color: #ee3623;
}
.service-old-house-wrap .better-content .list
{
    margin-top: -20px;
}
.service-old-house-wrap .better-content .list .img-box
{
    padding-bottom: 124.24242424%;
}
.service-old-house-wrap .better-content .list li
{
    margin-top: 20px;
}
@media (max-width: 480px)
{
    .service-old-house-wrap .better-content .list li
    {
        width: 100%;
    }
}
.service-old-house-wrap .better-content .item
{
    position: relative;

    width: 330px;
    max-width: 100%;
    margin: 0 auto;
}
@media (min-width: 1200px)
{
    .service-old-house-wrap .better-content .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .service-old-house-wrap .better-content .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.service-old-house-wrap .better-content .intro
{
    font-size: 16px;

    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    padding: 30px 20px 20px;

    color: #fff;
    background-color: rgba(0, 0, 0, .4);
}
@media (max-width: 767px)
{
    .service-old-house-wrap .better-content .intro
    {
        font-size: 12px;
    }
}
.service-old-house-wrap .better-content .intro h5
{
    font-size: 1.625em;

    margin-top: 0;
}
.service-old-house-wrap .better-content .intro h5 span
{
    display: inline-block;

    margin-left: -20px;
    padding: 5px 20px;

    background-color: #ee3623;
}
.service-old-house-wrap .better-content .intro p
{
    line-height: 1.375;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.service-old-house-wrap .decorating-content .title:after
{
    display: none;
}
@media only screen and (min-width: 1470px)
{
    .service-old-house-wrap .decorating-content .title h3 span
    {
        font-size: 50px;
    }
}
.service-old-house-wrap .decorating-content .list
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.service-old-house-wrap .decorating-content .list img
{
    max-width: 100%;
    height: auto !important;
}
.service-old-house-wrap .decorating-content .item
{
    position: relative;

    height: 100%;
    padding: 20px;
}
@media (max-width: 480px)
{
    .service-old-house-wrap .decorating-content .item
    {
        padding: 15px;
    }
}
.service-old-house-wrap .decorating-content .intro
{
    margin: 20px 0 40px;

    color: #fff;
}
.service-old-house-wrap .decorating-content .intro h5
{
    font-size: 20px;

    margin: 0 0 15px;
}
.service-old-house-wrap .decorating-content .intro p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 480px)
{
    .service-old-house-wrap .decorating-content .intro
    {
        margin: 20px 0;
    }
    .service-old-house-wrap .decorating-content .intro h5
    {
        font-size: 18px;
    }
    .service-old-house-wrap .decorating-content .intro p
    {
        font-size: 14px;
    }
}
.service-old-house-wrap .decorating-content .left .item
{
    background-color: #333;
}
.service-old-house-wrap .decorating-content .right .item
{
    background-color: #ee3623;
}
.service-old-house-wrap .easier-content .list
{
    font-size: 0;

    width: 730px;
    max-width: 100%;
    margin: -25px auto 0;

    letter-spacing: -8px;
}
.service-old-house-wrap .easier-content .list li
{
    font-size: 14px;

    display: inline-block;

    width: 25%;
    margin-top: 20px;
    padding: 0 5px;

    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 767px)
{
    .service-old-house-wrap .easier-content .list li
    {
        width: 50%;
    }
}
.service-old-house-wrap .easier-content .list p
{
    position: relative;

    margin: 0;
    padding-left: 30px;
}
.service-old-house-wrap .easier-content .list p:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;

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

    display: block;

    content: '\e677';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 767px)
{
    .service-old-house-wrap .easier-content .list p
    {
        font-size: 12px;

        padding-left: 23px;
    }
    .service-old-house-wrap .easier-content .list p:before
    {
        font-size: 16px;
    }
}
.service-old-house-wrap .easier-content .compared
{
    position: relative;
}
.service-old-house-wrap .easier-content .compared .img-box
{
    margin-top: 55px;
    padding-bottom: 60.86956522%;
}
@media (max-width: 767px)
{
    .service-old-house-wrap .easier-content .compared .img-box
    {
        margin-top: 30px;
    }
}
.service-old-house-wrap .easier-content .compared .vs
{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    overflow: hidden;

    width: 140px;

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

    border-radius: 50%;
}
@media (max-width: 1199px)
{
    .service-old-house-wrap .easier-content .compared .vs
    {
        width: 110px;
    }
}
@media (max-width: 991px)
{
    .service-old-house-wrap .easier-content .compared .vs
    {
        width: 100px;
    }
}
@media (max-width: 767px)
{
    .service-old-house-wrap .easier-content .compared .vs
    {
        width: 70px;
        margin-top: 20px;

        box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
    }
}
.service-old-house-wrap .easier-content .compared .vs img
{
    width: 100%;
}
.service-old-house-wrap .scientific-content .tab-nav
{
    overflow-x: auto;

    padding-bottom: 5px;

    text-align: center;
    white-space: nowrap;

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

    background-color: #fefefe;
}
.service-old-house-wrap .scientific-content .tab-nav::-webkit-scrollbar-track
{
    border-radius: 5px;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.service-old-house-wrap .scientific-content .tab-nav::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .1);
}
.service-old-house-wrap .scientific-content .tab-nav::-webkit-scrollbar-thumb:hover
{
    border-radius: 5px;
    background: rgba(0, 0, 0, .3);
}
.service-old-house-wrap .scientific-content .tab-nav li
{
    font-size: 18px;

    position: relative;

    display: inline-block;

    margin-left: 75px;

    vertical-align: middle;

    color: #8f8f8f;
}
.service-old-house-wrap .scientific-content .tab-nav li:first-child
{
    margin-left: 0;
}
.service-old-house-wrap .scientific-content .tab-nav li.active
{
    color: #000;
}
.service-old-house-wrap .scientific-content .tab-nav li a
{
    display: block;
}
.service-old-house-wrap .scientific-content .tab-nav li a:before
{
    font-family: 'iconfont' !important;
    font-size: 1.66666667em;
    font-style: normal;
    line-height: 1;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1199px)
{
    .service-old-house-wrap .scientific-content .tab-nav li
    {
        margin-left: 50px;
    }
}
@media (max-width: 991px)
{
    .service-old-house-wrap .scientific-content .tab-nav li
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .service-old-house-wrap .scientific-content .tab-nav li
    {
        font-size: 14px;

        margin-left: 15px;
    }
    .service-old-house-wrap .scientific-content .tab-nav li a:before
    {
        font-size: 1.2em;

        margin-right: 5px;
    }
}
.service-old-house-wrap .scientific-content .tab-nav .bathroom a:before
{
    content: '\e601';
}
.service-old-house-wrap .scientific-content .tab-nav .kitchen a:before
{
    content: '\e688';
}
.service-old-house-wrap .scientific-content .tab-nav .livingroom a:before
{
    content: '\e623';
}
.service-old-house-wrap .scientific-content .tab-nav .bedroom a:before
{
    content: '\e64c';
}
.service-old-house-wrap .scientific-content .tab-nav .balcony a:before
{
    content: '\e62c';
}
.service-old-house-wrap .scientific-content .tab-list
{
    margin-top: 60px;
}
.service-old-house-wrap .scientific-content .tab-list img
{
    max-width: 100%;
    height: auto !important;
}
.service-old-house-wrap .craftsmanship-content .tab-nav
{
    text-align: center;
}
.service-old-house-wrap .craftsmanship-content .tab-nav li
{
    display: inline-block;

    margin-left: 50px;
}
.service-old-house-wrap .craftsmanship-content .tab-nav li:first-child
{
    margin-left: 0;
}
.service-old-house-wrap .craftsmanship-content .tab-nav .active a
{
    color: #fff;
    border-color: #ee3623;
    background-color: #ee3623;
}
.service-old-house-wrap .craftsmanship-content .tab-nav a
{
    font-size: 24px;

    display: block;

    padding: 7px 31px;

    color: #8f8f8f;
    border: 1px solid #ccc;
}
@media (max-width: 1199px)
{
    .service-old-house-wrap .craftsmanship-content .tab-nav a
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .service-old-house-wrap .craftsmanship-content .tab-nav li
    {
        margin-left: 35px;
    }
    .service-old-house-wrap .craftsmanship-content .tab-nav a
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .service-old-house-wrap .craftsmanship-content .tab-nav li
    {
        margin-left: 20px;
    }
    .service-old-house-wrap .craftsmanship-content .tab-nav a
    {
        font-size: 14px;
    }
}
@media (max-width: 480px)
{
    .service-old-house-wrap .craftsmanship-content .tab-nav li
    {
        margin-left: 10px;
    }
    .service-old-house-wrap .craftsmanship-content .tab-nav a
    {
        font-size: 12px;

        padding: 5px 15px;
    }
}
.service-old-house-wrap .craftsmanship-content .tab-list
{
    margin-top: 55px;
}
@media (max-width: 991px)
{
    .service-old-house-wrap .craftsmanship-content .tab-list
    {
        margin-top: 45px;
    }
}
@media (max-width: 767px)
{
    .service-old-house-wrap .craftsmanship-content .tab-list
    {
        margin-top: 35px;
    }
}
.service-old-house-wrap .craftsmanship-content .tab-list .list
{
    overflow: hidden;
}
.service-old-house-wrap .craftsmanship-content .tab-list .list .img-box
{
    padding-bottom: 86.5248227%;
}
.service-old-house-wrap .craftsmanship-content .tab-list .intro-box
{
    float: left;

    width: 50%;
}
.service-old-house-wrap .craftsmanship-content .tab-list .intro-box:last-of-type h5
{
    background-color: #575757;
}
@media (max-width: 480px)
{
    .service-old-house-wrap .craftsmanship-content .tab-list .intro-box
    {
        width: 100%;
    }
    .service-old-house-wrap .craftsmanship-content .tab-list .intro-box:last-of-type
    {
        margin-top: 25px;
    }
}
.service-old-house-wrap .craftsmanship-content .pic-box
{
    position: relative;
}
.service-old-house-wrap .craftsmanship-content h5
{
    font-size: 36px;

    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    margin: 0;
    padding: 20px 35px;

    color: #fff;
    background-color: #ee3623;
}
@media (max-width: 1199px)
{
    .service-old-house-wrap .craftsmanship-content h5
    {
        font-size: 32px;
    }
}
@media (max-width: 991px)
{
    .service-old-house-wrap .craftsmanship-content h5
    {
        font-size: 28px;

        padding: 15px 30px;
    }
}
@media (max-width: 767px)
{
    .service-old-house-wrap .craftsmanship-content h5
    {
        font-size: 24px;

        padding: 10px 20px;
    }
}
.service-old-house-wrap .craftsmanship-content .intro
{
    padding: 35px 35px 0;
}
@media (max-width: 991px)
{
    .service-old-house-wrap .craftsmanship-content .intro
    {
        padding: 25px 15px 0;
    }
}
@media (max-width: 480px)
{
    .service-old-house-wrap .craftsmanship-content .intro
    {
        padding: 15px 0 0;
    }
}
.service-old-house-wrap .craftsmanship-content p
{
    font-size: 24px;

    color: #000;
}
@media (max-width: 1199px)
{
    .service-old-house-wrap .craftsmanship-content p
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .service-old-house-wrap .craftsmanship-content p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .service-old-house-wrap .craftsmanship-content p
    {
        font-size: 14px;

        margin-bottom: 5px;
    }
}
.service-old-house-wrap .upgrade-content .list
{
    font-size: 0;

    margin-top: -30px;

    letter-spacing: -8px;
}
.service-old-house-wrap .upgrade-content .list li
{
    display: inline-block;

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

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .service-old-house-wrap .upgrade-content .list li
    {
        width: 100%;
    }
}
.service-old-house-wrap .upgrade-content .list .item
{
    overflow: hidden;

    background-color: #f5f5f5;
}
@media (min-width: 1200px)
{
    .service-old-house-wrap .upgrade-content .list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .service-old-house-wrap .upgrade-content .list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (max-width: 480px)
{
    .service-old-house-wrap .upgrade-content .list .item
    {
        padding: 20px 15px;
    }
}
.service-old-house-wrap .upgrade-content .list .pic-box
{
    float: left;
    overflow: hidden;

    width: 46.37681159%;
    margin-right: 30px;
}
@media (max-width: 1199px)
{
    .service-old-house-wrap .upgrade-content .list .pic-box
    {
        width: 320px;
    }
}
@media (max-width: 767px)
{
    .service-old-house-wrap .upgrade-content .list .pic-box
    {
        width: 260px;
    }
}
@media (max-width: 480px)
{
    .service-old-house-wrap .upgrade-content .list .pic-box
    {
        float: none;

        width: 320px;
        max-width: 100%;
        margin: 0 auto;
    }
}
.service-old-house-wrap .upgrade-content .list .pic-box img
{
    width: 100%;
}
.service-old-house-wrap .upgrade-content .list .intro
{
    font-size: 18px;

    padding-left: 30px;

    letter-spacing: 0;
}
@media (max-width: 480px)
{
    .service-old-house-wrap .upgrade-content .list .intro
    {
        padding: 0;
    }
}
.service-old-house-wrap .upgrade-content .list .intro h5
{
    font-size: 1.66666667em;

    margin: 40px 0 20px;

    color: #ee3623;
}
.service-old-house-wrap .upgrade-content .list .intro p
{
    line-height: 2;

    color: #000;
}
@media (max-width: 1349px)
{
    .service-old-house-wrap .upgrade-content .list .intro
    {
        font-size: 16px;
    }
    .service-old-house-wrap .upgrade-content .list .intro h5
    {
        margin: 30px 0 15px;
    }
}
@media (max-width: 480px)
{
    .service-old-house-wrap .upgrade-content .list .intro
    {
        font-size: 14px;
    }
    .service-old-house-wrap .upgrade-content .list .intro h5
    {
        margin: 20px 0 10px;
    }
}
.service-old-house-wrap .guide-content .list
{
    font-size: 0;

    margin-top: -30px;

    letter-spacing: -8px;
}
.service-old-house-wrap .guide-content .list li
{
    display: inline-block;

    width: 25%;
    margin-top: 30px;
    padding: 0 15px;

    vertical-align: top;
}
@media (min-width: 481px)
{
    .service-old-house-wrap .guide-content .list li:nth-child(odd) .top
    {
        display: none;
    }
    .service-old-house-wrap .guide-content .list li:nth-child(even) .bottom
    {
        display: none;
    }
}
@media (max-width: 991px)
{
    .service-old-house-wrap .guide-content .list li
    {
        width: 50%;
    }
}
@media (max-width: 480px)
{
    .service-old-house-wrap .guide-content .list li
    {
        width: 100%;
    }
    .service-old-house-wrap .guide-content .list li .bottom
    {
        display: none;
    }
}
@media (min-width: 1200px)
{
    .service-old-house-wrap .guide-content .list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .service-old-house-wrap .guide-content .list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.service-old-house-wrap .guide-content .list .img-box
{
    padding-bottom: 103.03030303%;
}
.service-old-house-wrap .guide-content .list .intro
{
    font-size: 18px;

    padding: 0 5%;

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

    color: #000;
}
@media (max-width: 480px)
{
    .service-old-house-wrap .guide-content .list .intro
    {
        font-size: 16px;
    }
}
.service-old-house-wrap .guide-content .list .intro p
{
    margin: 0;
}
@media (max-width: 480px)
{
    .service-old-house-wrap .guide-content .list .pic-box
    {
        width: 330px;
        max-width: 100%;
        margin: 0 auto;
    }
}
.service-old-house-wrap .guide-content .list .top:after,
.service-old-house-wrap .guide-content .list .bottom:before
{
    font-family: 'iconfont' !important;
    font-size: 28px;
    line-height: 1;

    display: block;

    content: '\e62f';

    color: #ee3623;
}
.service-old-house-wrap .guide-content .list .top
{
    margin-bottom: 15px;
}
.service-old-house-wrap .guide-content .list .top:after
{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
@media (max-width: 480px)
{
    .service-old-house-wrap .guide-content .list .top
    {
        margin-bottom: 5px;
    }
}
.service-old-house-wrap .guide-content .list .bottom
{
    margin-top: 15px;
}
.service-old-house-wrap .guide-content .list .bottom:before
{
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
.gray-bg
{
    background-color: #f5f5f5;
}
.gray-bg .title h3 span
{
    color: #e5e5e5;
}
.case-list
{
    margin-top: -30px;
}
@media (max-width: 480px)
{
    .case-list
    {
        margin-top: -20px;
    }
}
.case-list li
{
    margin-top: 30px;
}
@media (max-width: 480px)
{
    .case-list li
    {
        width: 100%;
        margin-top: 20px;
    }
}
.case-list .img-box
{
    padding-bottom: 73.33333333%;
}
.case-list .item
{
    position: relative;
}
@media (min-width: 1200px)
{
    .case-list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .case-list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.case-list .intro
{
    font-size: 16px;

    position: absolute;
    z-index: 2;
    bottom: 10px;
    left: 50%;

    width: 75%;
    padding: 12px 5%;

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

    color: #fff;
    border-radius: 35px;
    background-color: rgba(0, 0, 0, .5);
}
@media (max-width: 767px)
{
    .case-list .intro
    {
        font-size: 14px;

        width: 85%;
    }
}
@media (max-width: 480px)
{
    .case-list .intro
    {
        padding: 10px 5%;
    }
}
.case-list .name
{
    font-weight: bold;

    margin-bottom: 5px;
}
.case-list p
{
    font-size: .875em;

    margin: 0;
}
.service-tooling-wrap .pic-wrap
{
    overflow: hidden;
}
.service-tooling-wrap .pic-wrap img
{
    position: relative;
    left: 50%;

    display: block;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (max-width: 1469px)
{
    .service-tooling-wrap .pic-wrap img
    {
        width: 120%;
    }
}
@media (max-width: 767px)
{
    .service-tooling-wrap .pic-wrap img
    {
        width: 130%;
    }
}
.service-tooling-wrap .fancybox-pic img
{
    width: 100%;
}
.service-tooling-wrap .list
{
    font-size: 0;

    margin: -12px -6px 0;

    text-align: center;
    letter-spacing: -8px;
}
.service-tooling-wrap .list li
{
    font-size: 14px;

    display: inline-block;

    width: 176px;
    margin-top: 12px;
    padding: 0 6px;

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

    color: #8f8f8f;
}
.service-tooling-wrap .list .item
{
    padding: 60px 0 40px;

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

    background-color: #fff;
}
@media (min-width: 1200px)
{
    .service-tooling-wrap .list .item:hover
    {
        -webkit-transform: translateY(-4px);
            -ms-transform: translateY(-4px);
                transform: translateY(-4px);

        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    }
}
.service-tooling-wrap .list .iconfont
{
    font-size: 60px;
    line-height: 1;

    display: block;

    margin-bottom: 30px;
}
.service-tooling-wrap .list span
{
    font-size: 30px;
    line-height: 1.16666667;
}
@media (max-width: 1199px)
{
    .service-tooling-wrap .list .iconfont
    {
        font-size: 50px;
    }
    .service-tooling-wrap .list span
    {
        font-size: 26px;
    }
}
@media (max-width: 991px)
{
    .service-tooling-wrap .list .iconfont
    {
        font-size: 40px;
    }
    .service-tooling-wrap .list span
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .service-tooling-wrap .list .item
    {
        padding: 40px 0 25px;
    }
    .service-tooling-wrap .list .iconfont
    {
        font-size: 30px;

        margin-bottom: 20px;
    }
    .service-tooling-wrap .list span
    {
        font-size: 18px;
    }
}
@media (max-width: 480px)
{
    .service-tooling-wrap .list li
    {
        width: 50%;
    }
}
.service-villa-wrap .design-list
{
    font-size: 0;

    margin-top: -20px;

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

    padding: 0 10px;

    letter-spacing: 0;
}
@media (min-width: 481px)
{
    .service-villa-wrap .design-list li
    {
        display: inline-block;

        vertical-align: top;
    }
    .service-villa-wrap .design-list li:nth-child(1)
    {
        width: 34.96503497%;
    }
    .service-villa-wrap .design-list li:nth-child(2)
    {
        width: 30.06993007%;
    }
    .service-villa-wrap .design-list li:nth-child(2) .intro
    {
        overflow: hidden;

        width: 80%;
    }
    .service-villa-wrap .design-list li:nth-child(2) .intro b
    {
        line-height: 1;

        float: left;
    }
    .service-villa-wrap .design-list li:nth-child(2) .intro span
    {
        margin-left: 5px;
    }
    .service-villa-wrap .design-list li:nth-child(3)
    {
        width: 34.96503497%;
    }
}
@media (min-width: 481px) and (max-width: 991px)
{
    .service-villa-wrap .design-list li:nth-child(1)
    {
        width: 54%;
    }
    .service-villa-wrap .design-list li:nth-child(2)
    {
        width: 46%;
    }
    .service-villa-wrap .design-list li:nth-child(3)
    {
        width: 100%;
    }
    .service-villa-wrap .design-list li:nth-child(3) .item-box
    {
        float: left;

        width: 50%;
    }
}
.service-villa-wrap .design-list img
{
    display: block;

    max-width: 100%;
    height: auto !important;
}
.service-villa-wrap .design-list .row
{
    margin: 0 -10px;
}
.service-villa-wrap .design-list .item-box
{
    margin-top: 20px;
    padding: 0 10px;
}
.service-villa-wrap .design-list .item
{
    position: relative;

    display: block;
    overflow: hidden;
}
@media (min-width: 1200px)
{
    .service-villa-wrap .design-list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .service-villa-wrap .design-list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.service-villa-wrap .design-list .intro
{
    font-size: 24px;

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

    max-width: 80%;
    padding: 15px 30px;

    color: #fff;
    background-color: rgba(0, 0, 0, .6);
}
.service-villa-wrap .design-list .intro b
{
    display: block;
}
.service-villa-wrap .design-list .intro span
{
    font-size: .66666667em;

    color: #e5e5e5;
}
@media (max-width: 1349px)
{
    .service-villa-wrap .design-list .intro
    {
        font-size: 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .service-villa-wrap .design-list .intro
    {
        font-size: 16px;

        padding: 10px 20px;
    }
}
@media (max-width: 767px)
{
    .service-villa-wrap .design-list .intro
    {
        font-size: 16px;

        bottom: 10px;

        padding: 12px 20px;
    }
}
.service-villa-wrap .design-list .info
{
    font-size: 30px;

    padding: 49px 30px;

    color: #fff;
    background-color: #4a1b2d;
}
@media (max-width: 1469px)
{
    .service-villa-wrap .design-list .info
    {
        padding: 42px 30px;
    }
}
@media (max-width: 1349px)
{
    .service-villa-wrap .design-list .info
    {
        padding: 32px 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .service-villa-wrap .design-list .info
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .service-villa-wrap .design-list .info
    {
        font-size: 20px;
    }
}
.service-villa-wrap .design-list .info h5
{
    font-size: inherit;

    margin: 0;
}
.service-villa-wrap .design-list .info h5 + span
{
    font-size: .53333333em;

    display: block;

    margin: 5px 0 15px;

    text-transform: uppercase;

    color: #adadad;
}
.service-villa-wrap .design-list .info p
{
    font-size: .53333333em;

    margin: 0;
}
.service-villa-wrap .science-content .title
{
    color: #b9894c;
}
.service-villa-wrap .science-content .title h3:before,
.service-villa-wrap .science-content .title h3:after
{
    background-color: #b9894c;
}
.service-villa-wrap .science-content .title h3 span
{
    color: #292929;
}
.service-villa-wrap .slick-science .img-box
{
    padding-bottom: 41.84397163%;
}
.service-villa-wrap .slick-science .item
{
    position: relative;
}
.service-villa-wrap .slick-science .intro
{
    font-size: 36px;

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

    color: #fff;
}
.service-villa-wrap .slick-science .intro b
{
    font-weight: normal;

    display: block;
}
.service-villa-wrap .slick-science .intro p
{
    font-size: .55555556em;

    margin: 0;
}
@media (max-width: 480px)
{
    .service-villa-wrap .slick-science .intro
    {
        font-size: 5vmin;

        bottom: 10px;
        left: 10px;
    }
}
.service-villa-wrap .slick-science .slick-dots
{
    font-size: 0;

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

    width: 100%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    letter-spacing: -8px;
}
.service-villa-wrap .slick-science .slick-dots li
{
    width: auto;
    height: auto;
    margin: 0;

    background: none;
}
.service-villa-wrap .slick-science .slick-dots button
{
    font-size: 20px;

    display: block;

    padding: 11px 45px;

    -webkit-transition: .4s;
            transition: .4s;
    letter-spacing: 0;

    color: #fff;
    background-color: rgba(0, 0, 0, .34);
}
@media (max-width: 1199px)
{
    .service-villa-wrap .slick-science .slick-dots button
    {
        padding: 8px 30px;
    }
}
@media (max-width: 991px)
{
    .service-villa-wrap .slick-science .slick-dots button
    {
        font-size: 16px;

        padding: 8px 20px;
    }
}
@media (max-width: 767px)
{
    .service-villa-wrap .slick-science .slick-dots button
    {
        font-size: 14px;

        padding: 8px 15px;
    }
}
@media (max-width: 480px)
{
    .service-villa-wrap .slick-science .slick-dots button
    {
        font-size: 3vmin;

        padding: 3px 8px;
    }
}
.service-villa-wrap .slick-science .slick-dots li.slick-active button,
.service-villa-wrap .slick-science .slick-dots li:hover button
{
    color: #9d7543;
    background-color: #fff;
}
.service-villa-wrap .slick-case .slick-dots,
.service-villa-wrap .slick-case .slick-arrow
{
    position: absolute;
    z-index: 3;
}
.service-villa-wrap .slick-case .slick-arrow
{
    line-height: 30px;

    bottom: 35px;

    display: block;

    width: 34px;
    height: 34px;
    padding: 0;

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

    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    background: none;
}
.service-villa-wrap .slick-case .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;
    font-style: normal;

    letter-spacing: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.service-villa-wrap .slick-case .slick-arrow:hover
{
    color: #ee3623;
    border-color: #ee3623;
}
@media (max-width: 767px)
{
    .service-villa-wrap .slick-case .slick-arrow
    {
        display: none !important;
    }
}
.service-villa-wrap .slick-case .slick-prev
{
    left: 45px;
}
.service-villa-wrap .slick-case .slick-prev:before
{
    content: '\e9b5';
}
.service-villa-wrap .slick-case .slick-next
{
    left: 100px;
}
.service-villa-wrap .slick-case .slick-next:before
{
    content: '\e72f';
}
.service-villa-wrap .slick-case .slick-dots
{
    right: 35px;
    bottom: 45px;
}
.service-villa-wrap .slick-case .slick-dots li
{
    width: 18px;
    height: 3px;
    margin: 0 5px;

    border-radius: 0;
}
@media (max-width: 767px)
{
    .service-villa-wrap .slick-case .slick-dots
    {
        right: 50%;
        bottom: 10px;

        -webkit-transform: translateX(50%);
            -ms-transform: translateX(50%);
                transform: translateX(50%);
    }
    .service-villa-wrap .slick-case .slick-dots li
    {
        margin: 0 3px;
    }
}
.service-villa-wrap .slick-case .img-box
{
    padding-bottom: 44.68085106%;
}
.service-villa-wrap .slick-case .item
{
    position: relative;
}
.service-villa-wrap .slick-case .intro
{
    font-size: 36px;

    position: absolute;
    z-index: 2;
    top: 50px;
    left: 40px;

    color: #fff;
}
.service-villa-wrap .slick-case .intro h5
{
    font-size: inherit;

    margin-top: 0;
}
.service-villa-wrap .slick-case .intro p
{
    font-size: .66666667em;

    margin: 0;
}
.service-villa-wrap .slick-case .intro p span
{
    font-size: 2em;
}
@media (max-width: 991px)
{
    .service-villa-wrap .slick-case .intro
    {
        font-size: 24px;

        top: 30px;
    }
}
@media (max-width: 767px)
{
    .service-villa-wrap .slick-case .intro
    {
        font-size: 20px;

        top: 20px;
        left: 15px;
    }
    .service-villa-wrap .slick-case .intro h5
    {
        margin-bottom: 0;
    }
}
@media (max-width: 480px)
{
    .service-villa-wrap .slick-case .intro
    {
        font-size: 14px;

        top: 20px;
        left: 15px;
    }
}
.service-villa-wrap .life-content
{
    overflow: hidden;
}
.service-villa-wrap .life-content .pic-box img
{
    position: relative;
    left: 50%;

    display: block;

    height: auto !important;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (max-width: 1349px)
{
    .service-villa-wrap .life-content .pic-box img
    {
        width: 140%;
    }
}
@media (max-width: 1199px)
{
    .service-villa-wrap .life-content .pic-box img
    {
        width: 150%;
    }
}
@media (max-width: 991px)
{
    .service-villa-wrap .life-content .pic-box img
    {
        width: 160%;
    }
}
.service-villa-wrap .mission-content .intro-wrap
{
    width: 100%;

    background-color: #ee3623;
}
@media only screen and (min-width: 768px)
{
    .service-villa-wrap .mission-content .intro-wrap
    {
        display: table;

        table-layout: fixed;
    }
    .service-villa-wrap .mission-content .intro-wrap > div
    {
        display: table-cell;

        vertical-align: middle;
    }
}
.service-villa-wrap .mission-content .intro-wrap .img-box
{
    padding-bottom: 47.91666667%;
}
@media only screen and (min-width: 768px)
{
    .service-villa-wrap .mission-content .pic-box
    {
        width: 68.08510638%;
    }
}
@media (max-width: 767px)
{
    .service-villa-wrap .mission-content .pic-box
    {
        display: none !important;
    }
}
.service-villa-wrap .mission-content .intro
{
    font-size: 30px;

    width: 31.91489362%;
    padding: 0 50px;

    color: #fff;
}
.service-villa-wrap .mission-content .intro h5
{
    font-size: inherit;
    line-height: 1.2;
}
.service-villa-wrap .mission-content .intro p
{
    font-size: .8em;
    line-height: 1.5;

    margin: 0;
}
.service-villa-wrap .mission-content .intro .year
{
    font-size: 1.5em;
}
.service-villa-wrap .mission-content .intro .num
{
    font-size: 2.5em;
}
@media (max-width: 1469px)
{
    .service-villa-wrap .mission-content .intro
    {
        font-size: 28px;
    }
}
@media (max-width: 1349px)
{
    .service-villa-wrap .mission-content .intro
    {
        font-size: 24px;
    }
}
@media (max-width: 1199px)
{
    .service-villa-wrap .mission-content .intro
    {
        font-size: 20px;

        padding: 0 25px;
    }
}
@media (max-width: 991px)
{
    .service-villa-wrap .mission-content .intro
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .service-villa-wrap .mission-content .intro
    {
        font-size: 14px;

        width: 100%;
        padding: 15px;
    }
}
.service-villa-wrap .mission-content .pic-process
{
    width: 900px;
    max-width: 80%;
    margin: 0 auto;
}
.service-villa-wrap .mission-content .pic-process img
{
    max-width: 100%;
    height: auto !important;
}
@media (max-width: 480px)
{
    .service-villa-wrap .mission-content .pic-process
    {
        max-width: 100%;
    }
}
.system-list
{
    margin-top: -20px;
}
@media (max-width: 991px)
{
    .system-list
    {
        margin: -20px -10px 0;
    }
}
.system-list li
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .system-list li
    {
        padding: 0 10px;
    }
}
@media (max-width: 480px)
{
    .system-list li
    {
        width: 100%;
    }
}
.system-list .img-box
{
    padding-bottom: 90.90909091%;
}
.system-list .item
{
    position: relative;
}
@media (min-width: 1200px)
{
    .system-list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .system-list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.system-list .intro
{
    font-size: 24px;

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

    max-width: 100%;
    padding: 15px 20px 10px;

    color: #fff;
    background-color: rgba(238, 54, 35, .92);
}
.system-list .intro h5
{
    font-size: inherit;
    font-weight: normal;

    margin-top: 0;
}
.system-list .intro p
{
    font-size: .66666667em;

    margin: 0;
}
@media (max-width: 1349px)
{
    .system-list .intro
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .system-list .intro
    {
        font-size: 16px;

        padding: 10px 15px 5px;
    }
}
.recruitment-wrap .list-wrap
{
    margin-top: -5px;
}
@media (max-width: 767px)
{
    .recruitment-wrap .list-wrap
    {
        margin-top: -10px;
    }
}
.recruitment-wrap .list-wrap li
{
    position: relative;

    overflow: hidden;

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

    background-color: #f5f5f5;
}
.recruitment-wrap .list-wrap .tips
{
    font-size: 30px;

    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;

    padding: 15px 20px;

    color: #fff;
    border-radius: 0 0 0 10px;
    background-color: #ee3623;
    box-shadow: 0 1px 6px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 1199px)
{
    .recruitment-wrap .list-wrap .tips
    {
        font-size: 26px;
    }
}
@media (max-width: 991px)
{
    .recruitment-wrap .list-wrap .tips
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .recruitment-wrap .list-wrap .tips
    {
        font-size: 15px;

        padding: 8px 15px;
    }
}
.recruitment-wrap .list-wrap h4
{
    font-size: 24px;
    font-weight: bold;

    margin: 0;
    padding: 0 200px 0 30px;

    color: #000;
}
.recruitment-wrap .list-wrap h4:before
{
    display: inline-block;

    width: 3px;
    height: 24px;
    margin-right: 10px;

    content: '';
    -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
            transform: translateY(4px);

    background-color: #ee3623;
}
@media (max-width: 767px)
{
    .recruitment-wrap .list-wrap h4
    {
        font-size: 20px;

        padding: 25px 20px 0 20px;
    }
}
.recruitment-wrap .list-wrap h5
{
    font-size: 16px;

    margin: 30px 0 15px;

    color: #000;
}
@media (max-width: 767px)
{
    .recruitment-wrap .list-wrap h5
    {
        margin: 20px 0 10px;
    }
}
.recruitment-wrap .list-wrap p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .recruitment-wrap .list-wrap p
    {
        font-size: 14px;
    }
}
@media (min-width: 1200px)
{
    .recruitment-wrap .list-wrap a:hover
    {
        text-decoration: underline;

        color: #ee3623;
    }
}
@media (max-width: 1199px)
{
    .recruitment-wrap .list-wrap a:active
    {
        text-decoration: underline;

        color: #ee3623;
    }
}
.recruitment-wrap .list,
.recruitment-wrap .contact
{
    padding: 0 40px;
}
@media (max-width: 767px)
{
    .recruitment-wrap .list,
    .recruitment-wrap .contact
    {
        padding: 0 20px;
    }
}
.recruitment-wrap .list
{
    font-size: 0;

    letter-spacing: -8px;
}
.recruitment-wrap .list .col-md-6
{
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: top;
    letter-spacing: 0;
}
.recruitment-wrap .contact
{
    position: relative;

    margin-top: 30px;
    padding-top: 1px;
}
.recruitment-wrap .contact:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 1px;
    margin: 0 auto;

    content: '';

    background-color: #e6e6e6;
}
@media (max-width: 767px)
{
    .recruitment-wrap .contact
    {
        margin-top: 20px;
    }
}
.recruitment-wrap .page
{
    padding-top: 30px;
}
@media (max-width: 991px)
{
    .recruitment-wrap .page
    {
        padding-top: 10px;
    }
}
@media (max-width: 767px)
{
    .recruitment-wrap .page
    {
        padding-top: 0;
    }
}
.service-wrap .list-box
{
    background: no-repeat center top;
}
.service-wrap .list-box h4
{
    font-size: 30px;
    font-weight: bold;

    margin: 0 0 10px;
}
@media (max-width: 991px)
{
    .service-wrap .list-box h4
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .service-wrap .list-box h4
    {
        font-size: 22px;
    }
}
.service-wrap .top-title
{
    padding: 75px 0 60px;

    text-align: center;

    color: #fff;
}
@media (max-width: 991px)
{
    .service-wrap .top-title
    {
        padding: 65px 0 50px;
    }
}
@media (max-width: 767px)
{
    .service-wrap .top-title
    {
        padding: 55px 0 40px;
    }
}
.service-wrap .list
{
    font-size: 0;

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

    letter-spacing: -8px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.service-wrap .list li
{
    font-size: 14px;

    display: inline-block;

    width: 25%;

    vertical-align: top;
    letter-spacing: 0;
}
@media (min-width: 1200px)
{
    .service-wrap .list li:nth-child(2) .item,
    .service-wrap .list li:nth-child(4) .item,
    .service-wrap .list li:nth-child(5) .item,
    .service-wrap .list li:nth-child(7) .item
    {
        background-color: #f8f8f8;
    }
}
@media only screen and (min-width: 481px) and (max-width: 1199px)
{
    .service-wrap .list li
    {
        width: 33.333333%;
    }
    .service-wrap .list li:nth-child(even) .item
    {
        background-color: #f8f8f8;
    }
}
@media (max-width: 480px)
{
    .service-wrap .list li
    {
        width: 50%;
    }
    .service-wrap .list li:nth-child(2) .item,
    .service-wrap .list li:nth-child(3) .item,
    .service-wrap .list li:nth-child(6) .item,
    .service-wrap .list li:nth-child(7) .item
    {
        background-color: #f8f8f8;
    }
}
.service-wrap .list .item
{
    font-size: 60px;

    position: relative;

    height: 100%;
    padding: 70px 0 60px;

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

    background-color: #eee;
}
.service-wrap .list .item .iconfont
{
    font-size: inherit;

    display: block;

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

    color: #ee3623;
}
.service-wrap .list .item p
{
    font-size: .43333333em;

    margin: 15px 0 0;
}
@media (min-width: 1200px)
{
    .service-wrap .list .item:hover
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .1);
    }
    .service-wrap .list .item:hover .iconfont
    {
        -webkit-transform: translateY(-6px);
            -ms-transform: translateY(-6px);
                transform: translateY(-6px);
    }
}
@media (max-width: 991px)
{
    .service-wrap .list .item
    {
        font-size: 50px;
    }
}
@media (max-width: 767px)
{
    .service-wrap .list .item
    {
        font-size: 45px;

        padding: 50px 0 40px;
    }
}
@media (max-width: 480px)
{
    .service-wrap .list .item
    {
        font-size: 40px;

        padding: 40px 0 35px;
    }
    .service-wrap .list .item p
    {
        margin-top: 5px;
    }
}
.culture-wrap .list
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: -30px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.culture-wrap .list li
{
    margin-top: 30px;
}
@media (max-width: 480px)
{
    .culture-wrap .list li
    {
        width: 100%;
    }
}
.culture-wrap .list .item
{
    font-size: 100px;

    position: relative;

    height: 100%;
    padding: 80px 25px;

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

    border: 4px solid transparent;
    box-shadow: 0 3px 15px 2px rgba(0, 0, 0, .1);
}
@media (min-width: 1200px)
{
    .culture-wrap .list .item:hover
    {
        border-color: #ee3623;
    }
}
@media (max-width: 991px)
{
    .culture-wrap .list .item
    {
        font-size: 80px;

        padding: 50px 25px;
    }
}
@media (max-width: 767px)
{
    .culture-wrap .list .item
    {
        font-size: 70px;
    }
}
@media (max-width: 480px)
{
    .culture-wrap .list .item
    {
        padding: 40px 20px;
    }
}
.culture-wrap .list .item i,
.culture-wrap .list .item h4
{
    color: #ee3623;
}
.culture-wrap .list .item .iconfont
{
    font-size: 1em;
    line-height: 1;

    display: block;

    margin-bottom: 30px;
}
@media (max-width: 480px)
{
    .culture-wrap .list .item .iconfont
    {
        margin-bottom: 25px;
    }
}
.culture-wrap .list .item h4
{
    font-size: .36em;
    font-weight: bold;

    margin: 0;
}
.culture-wrap .list .item h4:after
{
    display: block;

    width: 70px;
    height: 1px;
    margin: 30px auto;

    content: '';

    background-color: #ee3623;
}
@media (max-width: 480px)
{
    .culture-wrap .list .item h4:after
    {
        margin: 25px auto;
    }
}
.culture-wrap .list .item p
{
    font-size: .24em;
    line-height: 1.5;

    margin: 0;

    color: #000;
}
.advantage-wrap .list .item p
{
    width: 270px;
    max-width: 100%;
    margin: 0 auto;
}
.about-wrap .intro-wrap
{
    overflow: hidden;
}
.about-wrap .intro-wrap img
{
    max-width: 100%;
    height: auto !important;
}
.about-wrap .intro-wrap p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;

    text-indent: 2em;

    color: #666;
}
@media (max-width: 480px)
{
    .about-wrap .intro-wrap p
    {
        font-size: 14px;
    }
}
.about-wrap h3
{
    font-size: 30px;

    margin: 25px 0;
}
.about-wrap h3 span
{
    font-size: 14px;

    margin-left: 15px;

    color: #666;
}
@media (max-width: 480px)
{
    .about-wrap h3
    {
        font-size: 26px;

        margin-bottom: 15px;
    }
    .about-wrap h3 span
    {
        margin-left: 8px;
    }
}
.about-wrap .pic-box
{
    width: 360px;
    max-width: 100%;
    margin-right: 50px;
}
@media (max-width: 991px)
{
    .about-wrap .pic-box
    {
        margin-right: 35px;
    }
}
@media only screen and (min-width: 481px)
{
    .about-wrap .pic-box
    {
        float: left;
    }
}
@media only screen and (min-width: 481px) and (max-width: 767px)
{
    .about-wrap .pic-box
    {
        width: 45%;
    }
}
@media (max-width: 480px)
{
    .about-wrap .pic-box
    {
        margin: 0;
    }
}
.product-details-wrap .content,
.product-wrap .content
{
    padding: 80px 0 100px;
}
.honor-list
{
    font-size: 0;

    letter-spacing: -8px;
}
@media (max-width: 767px)
{
    .honor-list
    {
        margin: 0 -8px;
    }
}
.honor-list > li
{
    display: inline-block;
    float: none;

    margin-bottom: 30px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .honor-list > li
    {
        margin-bottom: 20px;
        padding: 0 8px;
    }
}
@media (max-width: 480px)
{
    .honor-list > li
    {
        width: 50%;
    }
}
@media (min-width: 1200px)
{
    .honor-list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .honor-list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .honor-list .item:hover p
    {
        color: #ee3623;
    }
}
.honor-list .img-box
{
    padding-bottom: 133.33333333%;
}
.honor-list p
{
    font-size: 18px;

    overflow: hidden;

    height: 25px;
    margin: 30px 0 0;

    text-align: center;
    white-space: nowrap;
    letter-spacing: 0;
    text-transform: uppercase;
    text-overflow: ellipsis;
}
@media (max-width: 991px)
{
    .honor-list p
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .honor-list p
    {
        font-size: 14px;

        height: 20px;
        margin-top: 12px;
    }
}
.honor-wrap .title
{
    margin-bottom: 45px;
}
@media (max-width: 767px)
{
    .honor-wrap .title
    {
        margin-bottom: 30px;
    }
}
.honor-wrap .slick-history
{
    margin-bottom: 60px;
    padding: 60px 0 80px;

    text-align: center;

    color: #fff;
    background: no-repeat center;
    background-size: cover;
}
@media (max-width: 767px)
{
    .honor-wrap .slick-history
    {
        margin-bottom: 45px;
        padding: 30px 0 45px;
    }
}
.honor-wrap .slick-history-nav
{
    position: relative;
    z-index: 5;
}
.honor-wrap .slick-history-nav:after
{
    position: absolute;
    z-index: -1;
    bottom: 5px;
    left: 0;

    display: block;

    width: 100%;

    content: '';

    border-bottom: 1px dashed #fff;
}
.honor-wrap .slick-history-nav .slick-slide
{
    padding: 0 15px;
}
.honor-wrap .slick-history-nav .slick-current .item:after
{
    background-color: #ee3623;
}
.honor-wrap .slick-history-nav .slick-current .num
{
    -webkit-transform: scale(2);
        -ms-transform: scale(2);
            transform: scale(2);

    border-radius: 4px;
    background-color: #ee3623;
}
.honor-wrap .slick-history-nav .slick-current .num:after
{
    opacity: 1;
}
@media (max-width: 1199px)
{
    .honor-wrap .slick-history-nav .slick-current .num
    {
        -webkit-transform: scale(1.5);
            -ms-transform: scale(1.5);
                transform: scale(1.5);
    }
}
@media (max-width: 767px)
{
    .honor-wrap .slick-history-nav .slick-current .num
    {
        -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
                transform: scale(1.2);
    }
}
.honor-wrap .slick-history-nav .item
{
    position: relative;

    padding: 35px 0;

    cursor: pointer;
}
.honor-wrap .slick-history-nav .item:after
{
    position: absolute;
    bottom: 0;
    left: 50%;

    width: 12px;
    height: 12px;

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

    border-radius: 50%;
    background-color: #666a6e;
}
.honor-wrap .slick-history-nav .num
{
    font-size: 16px;

    position: relative;

    display: inline-block;

    padding: 2px 10px;

    -webkit-transition: .4s;
            transition: .4s;
    -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
            transform-origin: center bottom;
}
.honor-wrap .slick-history-nav .num:after
{
    position: absolute;
    top: 100%;
    left: 50%;

    display: block;

    width: 0;
    height: 0;

    content: '';
    -webkit-transition: .4s;
            transition: .4s;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    opacity: 0;
    border-width: 8px 8px 0 8px;
    border-style: solid;
    border-color: #ee3623 transparent transparent transparent;
}
.honor-wrap .slick-history-for
{
    margin-top: 70px;
}
@media (max-width: 991px)
{
    .honor-wrap .slick-history-for
    {
        margin-top: 60px;
    }
}
@media (max-width: 767px)
{
    .honor-wrap .slick-history-for
    {
        margin-top: 45px;
    }
}
.honor-wrap .slick-history-for p
{
    font-size: 24px;

    margin: 0;
}
@media (max-width: 767px)
{
    .honor-wrap .slick-history-for p
    {
        font-size: 20px;
    }
}
@media (max-width: 480px)
{
    .honor-wrap .slick-history-for p
    {
        font-size: 4.5vmin;
    }
}
.honor-wrap .page
{
    padding-top: 30px;
}
@media (max-width: 767px)
{
    .honor-wrap .page
    {
        padding-top: 5px;
    }
}
@media (max-width: 991px)
{
    .product-list
    {
        margin: 0 -10px;
    }
}
.product-list > li
{
    margin-bottom: 30px;
}
@media (max-width: 991px)
{
    .product-list > li
    {
        padding: 0 10px;
    }
}
@media (max-width: 480px)
{
    .product-list > li
    {
        width: 100%;
        margin-bottom: 20px;
    }
}
.product-list .item-box
{
    padding: 0 15px;
}
@media (max-width: 991px)
{
    .product-list .item-box
    {
        padding: 0 10px;
    }
}
.product-list .item
{
    position: relative;

    display: block;
}
@media (min-width: 1200px)
{
    .product-list .item img
    {
        -webkit-transition:         transform 1s;
        -webkit-transition: -webkit-transform 1s;
                transition: -webkit-transform 1s;
                transition:         transform 1s;
                transition:         transform 1s, -webkit-transform 1s;
    }
    .product-list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .product-list .item:hover
    {
        background-color: #4e80ba;
    }
    .product-list .item:hover .intro
    {
        opacity: 0;
    }
    .product-list .item:hover .mask
    {
        opacity: 1;
    }
    .product-list .item:hover .mask b
    {
        -webkit-transition-delay: .3s;
                transition-delay: .3s;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);

        opacity: 1;
    }
}
.product-list .intro
{
    padding-top: 5px;
}
.product-list .intro p
{
    font-size: 18px;
    line-height: 40px;

    overflow: hidden;

    height: 40px;
    margin: 0;

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

    color: #02152d;
    background-color: #b8cce3;
}
.product-list .intro p:before
{
    content: '- ';
}
@media (max-width: 991px)
{
    .product-list .intro p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .product-list .intro p
    {
        font-size: 14px;
    }
}
.product-list .mask
{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

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

    opacity: 0;
    background-color: rgba(78, 128, 186, .8);
}
.product-list .mask b
{
    font-size: 25px;

    position: relative;
    top: 50%;

    display: block;

    padding: 0 5%;

    -webkit-transition: .5s;
            transition: .5s;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    text-align: center;

    opacity: 0;
    color: #fff;
}
.share-wrap > b,
.share-wrap > div
{
    display: inline-block;

    vertical-align: middle;
}
.share-wrap > b
{
    margin-right: 20px;

    color: #666;
}
.product-wrap
{
    overflow: hidden;
}
.product-details-wrap
{
    overflow: hidden;
}
.product-details-wrap .intro img,
.product-details-wrap .details-tab img
{
    max-width: 100%;
    height: auto !important;
}
.product-details-wrap .carousel-wrap
{
    zoom: 1;
}
.product-details-wrap .carousel-wrap:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.product-details-wrap .carousel-box,
.product-details-wrap .info-box
{
    padding: 0 15px;
}
@media only screen and (min-width: 1200px)
{
    .product-details-wrap .carousel-box,
    .product-details-wrap .info-box
    {
        float: left;
    }
}
.product-details-wrap .carousel-box
{
    font-size: 0;

    letter-spacing: -8px;
}
@media only screen and (min-width: 1200px)
{
    .product-details-wrap .carousel-box
    {
        width: 44.44444444%;
    }
}
@media (max-width: 1199px)
{
    .product-details-wrap .carousel-box
    {
        width: 480px;
        max-width: 100%;
        margin: 0 auto 30px;
    }
}
.product-details-wrap .slider-for .product-video .iframe
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.product-details-wrap .slider-nav
{
    position: relative;

    margin-top: 10px;
    padding: 0 35px;
}
.product-details-wrap .slider-nav .slick-slide
{
    padding: 0 5px;
}
.product-details-wrap .slider-nav .slick-current .item
{
    border-color: #063d8a;
}
.product-details-wrap .slider-nav .slick-arrow
{
    font-size: 20px;
    font-weight: bold;

    position: absolute;
    top: 50%;

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

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

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-details-wrap .slider-nav .slick-arrow:hover
{
    color: #063d8a;
}
.product-details-wrap .slider-nav .slick-prev
{
    left: 0;
}
.product-details-wrap .slider-nav .slick-prev:before
{
    content: '\e601';
}
.product-details-wrap .slider-nav .slick-next
{
    right: 0;
}
.product-details-wrap .slider-nav .slick-next:before
{
    content: '\e827';
}
.product-details-wrap .slider-nav .product-video
{
    position: relative;
}
.product-details-wrap .slider-nav .product-video:before,
.product-details-wrap .slider-nav .product-video:after
{
    position: absolute;
}
.product-details-wrap .slider-nav .product-video:before
{
    z-index: 5;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(0, 0, 0, .29);
}
.product-details-wrap .slider-nav .product-video:after
{
    font-family: 'iconfont' !important;
    font-size: 40px;
    line-height: 1;

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

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

    color: #fff;
}
.product-details-wrap .info-box
{
    position: relative;
}
@media only screen and (min-width: 1200px)
{
    .product-details-wrap .info-box
    {
        width: 55.55555556%;
    }
}
.product-details-wrap .intro-wrap
{
    position: relative;

    overflow: hidden;

    padding-bottom: 50px;
}
@media only screen and (min-width: 1200px)
{
    .product-details-wrap .intro-wrap
    {
        min-height: 505px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1469px)
{
    .product-details-wrap .intro-wrap
    {
        min-height: 475px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1349px)
{
    .product-details-wrap .intro-wrap
    {
        min-height: 410px;
    }
}
.product-details-wrap .intro-wrap .intro
{
    padding: 25px 0 70px;

    color: #02152d;
}
@media (max-width: 1349px)
{
    .product-details-wrap .intro-wrap .intro
    {
        padding-bottom: 35px;
    }
}
.product-details-wrap .intro-wrap .intro > b
{
    font-size: 20px;

    display: block;

    margin-left: 10px;
}
.product-details-wrap .intro-wrap .intro p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
.product-details-wrap h1,
.product-details-wrap h4
{
    font-size: 25px;
    font-weight: bold;

    margin: 0;
    padding: 16px 15px;

    text-transform: uppercase;

    color: #fff;
    background-color: #4e80ba;
}
@media (max-width: 1199px)
{
    .product-details-wrap h1,
    .product-details-wrap h4
    {
        font-size: 22px;
    }
}
@media (max-width: 991px)
{
    .product-details-wrap h1,
    .product-details-wrap h4
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap h1,
    .product-details-wrap h4
    {
        font-size: 18px;
    }
}
@media (max-width: 480px)
{
    .product-details-wrap h1,
    .product-details-wrap h4
    {
        padding: 15px 10px;
    }
}
.product-details-wrap h4
{
    padding-left: 30px;
}
@media (max-width: 480px)
{
    .product-details-wrap h4
    {
        padding: 10px 10px;
    }
}
.product-details-wrap .fun-btn .inquiry-btn
{
    font-size: 16px;
    line-height: 40px;

    position: relative;

    display: inline-block;

    height: 40px;
    padding: 0 10px 0 50px;

    color: #272727;
    border: 1px solid #4e80ba;
}
.product-details-wrap .fun-btn .inquiry-btn:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;

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

    display: block;

    width: 40px;

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

    color: #fff;
    background-color: #4e80ba;
}
@media (min-width: 1200px)
{
    .product-details-wrap .fun-btn .inquiry-btn:hover span
    {
        text-decoration: underline;
    }
}
@media (max-width: 1199px)
{
    .product-details-wrap .fun-btn .inquiry-btn:active span
    {
        text-decoration: underline;
    }
}
.product-details-wrap .share-wrap
{
    position: absolute;
    bottom: 0;
    left: 0;
}
.product-details-wrap .tab-list
{
    margin-top: 45px;
}
@media (max-width: 767px)
{
    .product-details-wrap .tab-list
    {
        margin-top: 30px;
    }
}
.product-details-wrap .tab-list.ingredient .list-content,
.product-details-wrap .tab-list.advantage .list-content
{
    padding: 0;
}
.product-details-wrap .tab-list.ingredient
{
    max-width: 100%;
}
@media (min-width: 481px)
{
    .product-details-wrap .tab-list.ingredient
    {
        display: inline-block;

        min-width: 450px;
    }
}
.product-details-wrap .tab-list.advantage li
{
    font-size: 16px;

    position: relative;

    margin-top: 2px;
    padding: 19px 35px;

    color: #02152d;
    background-color: #f2f3f4;
}
.product-details-wrap .tab-list.advantage li:before
{
    font-family: 'iconfont' !important;
    font-size: 14px;

    position: absolute;
    top: 19px;
    left: 10px;

    content: '\e641';

    color: #59595a;
}
@media (max-width: 767px)
{
    .product-details-wrap .tab-list.advantage li
    {
        font-size: 14px;

        padding: 15px 30px;
    }
    .product-details-wrap .tab-list.advantage li:before
    {
        font-size: 12px;

        top: 15px;
        left: 5px;
    }
}
.product-details-wrap .tab-list.faq h5
{
    font-size: 20px;
    font-weight: bold;

    margin: 5px 0 0;

    word-break: break-word;
}
@media (max-width: 767px)
{
    .product-details-wrap .tab-list.faq h5
    {
        font-size: 15px;
    }
}
.product-details-wrap .tab-list.usage h5
{
    font-size: 20px;
    font-weight: bold;

    margin: 0 0 5px;
}
@media (max-width: 767px)
{
    .product-details-wrap .tab-list.usage h5
    {
        font-size: 15px;
    }
}
.product-details-wrap .tab-list.related
{
    margin-top: 0;
    margin-bottom: 80px;
}
@media (max-width: 1199px)
{
    .product-details-wrap .tab-list.related
    {
        margin-bottom: 70px;
    }
}
@media (max-width: 991px)
{
    .product-details-wrap .tab-list.related
    {
        margin-bottom: 60px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .tab-list.related
    {
        margin-bottom: 45px;
    }
}
@media (max-width: 480px)
{
    .product-details-wrap .tab-list.related
    {
        margin-bottom: 35px;
    }
}
.product-details-wrap .tab-list.related .list-content
{
    padding-right: 0;
    padding-left: 0;
}
.product-details-wrap .tab-list.related .slick-related
{
    margin: 0;
}
.product-details-wrap .tab-list.related .slick-related .slick-list
{
    margin: 0 -15px;
}
@media (max-width: 991px)
{
    .product-details-wrap .tab-list.related .slick-related .slick-list
    {
        margin: 0 -10px;
    }
}
.product-details-wrap .tab-list.related .slick-dots
{
    margin-top: 5px;
}
.product-details-wrap .tab-list.related .slick-arrow
{
    position: absolute;
    z-index: 20;
    top: 50%;

    display: block;

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

    color: #8e8e8f;
    background: none;
}
.product-details-wrap .tab-list.related .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 60px;
    font-style: normal;

    letter-spacing: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-details-wrap .tab-list.related .slick-arrow:hover
{
    color: #ee3623;
}
.product-details-wrap .tab-list.related .slick-prev
{
    left: -80px;
}
.product-details-wrap .tab-list.related .slick-prev:before
{
    content: '\e9b5';
}
.product-details-wrap .tab-list.related .slick-next
{
    right: -80px;
}
.product-details-wrap .tab-list.related .slick-next:before
{
    content: '\e72f';
}
.product-details-wrap .tab-list.inquiry h5
{
    font-size: 20px;
    font-weight: bold;

    margin: 0 0 5px;

    color: #02152d;
}
.product-details-wrap .tab-list.inquiry h5 + p
{
    font-size: 16px;
    line-height: 1.5;
}
.product-details-wrap .tab-list .list-content
{
    padding: 15px 25px 0;

    color: #02152d;
}
@media (max-width: 767px)
{
    .product-details-wrap .tab-list .list-content
    {
        padding: 10px 5px 0;
    }
}
.product-details-wrap .tab-list .list-content > p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
@media (max-width: 767px)
{
    .product-details-wrap .tab-list .list-content > p
    {
        font-size: 13px;
    }
}
.product-details-wrap .tab-list .list-content img
{
    display: block;

    max-width: 100%;
}
.product-details-wrap .inquiry-form form
{
    margin-top: 15px;
}
.product-details-wrap .inquiry-form form input,
.product-details-wrap .inquiry-form form textarea
{
    background-color: #f4f4f3;
}
.contact-wrap .list-wrap
{
    font-size: 0;

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

    margin-top: -30px;

    letter-spacing: -8px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.contact-wrap .list-wrap li
{
    font-size: 14px;

    display: inline-block;
    float: none;

    margin-top: 30px;

    vertical-align: top;
    letter-spacing: 0;
}
.contact-wrap .list-wrap .item
{
    position: relative;

    height: 100%;

    color: #000;
    background-color: #f5f5f5;
}
.contact-wrap .list-wrap h4
{
    font-size: 24px;
    font-weight: bold;

    margin: 0;
    padding: 35px 30px 25px;
}
.contact-wrap .list-wrap h4:before
{
    display: inline-block;

    width: 3px;
    height: 24px;
    margin-right: 10px;

    content: '';
    -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);

    background-color: #ee3623;
}
@media (max-width: 767px)
{
    .contact-wrap .list-wrap h4
    {
        font-size: 20px;

        padding: 20px 15px;
    }
    .contact-wrap .list-wrap h4:before
    {
        width: 2px;
        height: 20px;
    }
}
.contact-wrap .list-wrap .info
{
    font-size: 0;

    padding: 25px 15px 35px 35px;

    letter-spacing: -8px;

    border-top: 1px solid #e6e6e6;
}
@media (max-width: 767px)
{
    .contact-wrap .list-wrap .info
    {
        padding: 15px 15px 25px;
    }
}
.contact-wrap .list-wrap .info p
{
    font-size: 16px;
    line-height: 1.875;

    display: inline-block;

    width: 50%;
    margin: 0;
    padding: 0 5px;

    vertical-align: top;
    letter-spacing: 0;
    word-break: break-all;
}
@media (max-width: 767px)
{
    .contact-wrap .list-wrap .info p
    {
        font-size: 14px;
    }
}
@media (max-width: 480px)
{
    .contact-wrap .list-wrap .info p
    {
        width: 100%;
    }
}
@media (min-width: 1200px)
{
    .contact-wrap .list-wrap .info a:hover
    {
        text-decoration: underline;

        color: #ee3623;
    }
}
@media (max-width: 1199px)
{
    .contact-wrap .list-wrap .info a:active
    {
        text-decoration: underline;

        color: #ee3623;
    }
}
.contact-wrap .map
{
    position: relative;
}
@media only screen and (min-width: 1200px)
{
    .contact-wrap .map
    {
        margin-top: -20px;
    }
}
.contact-wrap .map .map-content
{
    position: relative;

    height: 750px;
}
@media (max-width: 1470px)
{
    .contact-wrap .map .map-content
    {
        height: 400px;
        height: 55vh;
    }
}
.online-wrap .btn
{
    line-height: 38px;

    position: fixed;
    z-index: 100;
    right: 2px;
    bottom: 60px;

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

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

    color: #fff;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, .7);
}
@media (min-width: 768px)
{
    .online-wrap .btn
    {
        display: none;
    }
}
.online-wrap .btn:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
}
.online-wrap .btn.active:before
{
    -webkit-transform: rotateZ(225deg);
        -ms-transform: rotate(225deg);
            transform: rotateZ(225deg);
}
.online-wrap .code-pic
{
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 120px;

    display: none;

    max-width: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .online-wrap .code-pic
    {
        right: 55px;
        bottom: 370px;
    }
}
.online-wrap .code-pic .pic-box
{
    padding: 5px;

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

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

    -webkit-transition: right .3s;
            transition: right .3s;
}
@media (max-width: 767px)
{
    .online-wrap .online
    {
        right: -60px;
        bottom: 110px;
    }
    .online-wrap .online.active
    {
        right: 2px;
    }
}
.online-wrap .online a
{
    line-height: 50px;

    position: relative;

    display: block;

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

    text-align: center;

    color: #fff;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, .7);
}
.online-wrap .online a:not(:first-child)
{
    border-top: transparent;
}
.online-wrap .online a:before
{
    font-size: 22px;
}
@media (min-width: 1200px)
{
    .online-wrap .online a:hover
    {
        color: #fff;
        background-color: #ee3623;
    }
}
@media (max-width: 767px)
{
    .online-wrap .online a
    {
        line-height: 40px;

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

    padding-right: 5px;

    -webkit-transition: right .3s;
            transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p,
.online-wrap .online .icon-skype .phone-num p
{
    line-height: inherit;

    margin: 0;
    padding: 0 15px;

    color: #666;
    border: 1px solid #e1e1e1;
    background-color: #fff;
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    right: 100%;
    bottom: -40px;

    display: none;

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

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

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

    margin: 5px 0 8px 0;

    color: #333;
}
.xs-online
{
    font-weight: 300;

    position: fixed;
    z-index: 998;
    bottom: 0;
    left: 0;

    width: 100%;

    background-color: rgba(238, 54, 35, .9);
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
.xs-online ul
{
    display: table;

    width: 100%;

    table-layout: fixed;

    text-align: center;

    color: #fff;
}
.xs-online ul li
{
    display: table-cell;

    width: 20%;

    border-left: 1px solid rgba(255, 255, 255, .5);
}
.xs-online ul li > a
{
    display: block;

    padding: 7px 0 5px;
}
.xs-online ul li > a:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;
    line-height: 1;

    display: block;

    margin-bottom: 3px;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li > a span
{
    font-size: 10px;
    line-height: 17px;

    display: block;

    height: 17px;
}
@media (max-width: 480px)
{
    .xs-online ul li > a span
    {
        font-size: 2.8vmin;
    }
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li.tel > a:before
{
    content: '\e61c';
}
.xs-online ul li.case > a:before,
.xs-online ul li.product > a:before
{
    content: '\e7e9';
}
.xs-online ul li.mail > a:before
{
    content: '\e6a4';
}
.xs-online ul li.whatsapp > a:before
{
    content: '\e621';
}
.xs-online ul li.feedback > a:before
{
    content: '\e7a5';
}
.xs-online ul li.feedback > a:before,
.xs-online ul li.message > a:before
{
    content: '\e6af';
}
.xs-online ul li.contact > a:before
{
    content: '\e648';
}
.xs-online ul li.gotop > a:before
{
    content: '\e605';
}
.xs-online ul li.home > a:before
{
    content: '\e6c8';
}
.xs-online ul li.message > a:before
{
    content: '\e65f';
}
.xs-online ul li.map > a:before
{
    content: '\e60d';
}
.xs-online ul li.wechat,
.xs-online ul li.weixin
{
    position: relative;
}
.xs-online ul li.wechat:hover .pic-box,
.xs-online ul li.weixin:hover .pic-box
{
    display: block;
}
.xs-online ul li.wechat > a:before,
.xs-online ul li.weixin > a:before
{
    content: '\e604';
}
.xs-online ul li.wechat .pic-box,
.xs-online ul li.weixin .pic-box
{
    position: absolute;
    bottom: 100%;
    left: 50%;

    display: none;

    width: 100px;
    max-width: 100px;
    padding: 5px;

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

    background-color: #fff;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
.xs-online ul li.wechat .pic-box img,
.xs-online ul li.weixin .pic-box img
{
    display: block;

    width: 100%;
}
.xs-online ul li.wechat .pic-box p,
.xs-online ul li.weixin .pic-box p
{
    line-height: 30px;

    margin: 0;

    white-space: nowrap;

    color: #333;
}
.share
{
    color: #fff;
}
.share a
{
    font-size: 24px;

    display: inline-block;

    margin-left: 3px;

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

    color: #d0d0d0;
}
.share a:first-child
{
    margin-left: 0;
}
@media (min-width: 1200px)
{
    .share a:hover
    {
        color: #ee3623;
    }
}
@media (max-width: 1199px)
{
    .share a:active
    {
        color: #ee3623;
    }
}
@media (max-width: 480px)
{
    .share a
    {
        font-size: 20px;
    }
}
.share.color .icon-facebook:before,
.share.color .icon-facebook1:before
{
    background-color: #3b5998;
}
.share.color .icon-tuite:before
{
    background-color: #55acee;
}
.share.color .icon-linkedin:before
{
    background-color: #006a9a;
}
.share.color .icon-youtube:before,
.share.color .icon-youtube1:before
{
    background-color: #c4302b;
}
.share.color .icon-instagram:before
{
    background-color: #6b3d2e;
}
.share.color .icon-pinterest:before
{
    background-color: #cd1f29;
}
.share.color .icon-google:before,
.share.color .icon-google1:before
{
    background-color: #dc4e41;
}
.footer
{
    position: relative;
    z-index: 10;

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

    margin: 0 -15px;
    /*padding: 70px 0 80px;*/
    padding: 45px 0 ;
    text-align: justify;
    text-justify: distribute-all-lines;
    letter-spacing: -8px;
}
/*@media (max-width: 1199px)
{
    .footer .footer-row
    {
        padding: 60px 0 70px;
    }
}
@media (max-width: 991px)
{
    .footer .footer-row
    {
        padding: 50px 0 60px;
    }
}*/
@media (max-width: 767px)
{
    .footer .footer-row
    {
        padding: 40px 0 20px;
    }
}
.footer .footer-row:after
{
    display: inline-block;
    overflow: hidden;

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

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

    display: inline-block;

    padding: 0 15px;

    text-align: left;
    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 767px)
{
    .footer .foot-list
    {
        width: 100%;
    }
}
.footer .foot-list img
{
    max-width: 100%;
    height: auto !important;
}
.footer .foot-list li
{
    position: relative;
}
.footer .foot-list li a
{
    position: relative;

    display: inline-block;
}
.footer .foot-list p,
.footer .foot-list li
{
    line-height: 2.85714286;

    margin: 0;
}
@media only screen and (min-width: 1200px)
{
    .footer .foot-list p a:hover,
    .footer .foot-list li a:hover
    {
        text-decoration: underline;

        color: #fff;
    }
}
@media (max-width: 1199px)
{
    .footer .foot-list p a:active,
    .footer .foot-list li a:active
    {
        text-decoration: underline;

        color: #fff;
    }
}
.footer .foot-list h4
{
    font-size: 16px;

    margin: 25px 0 10px;

    color: #fff;
}
@media (max-width: 767px)
{
    .footer .foot-list h4
    {
        line-height: 35px;

        position: relative;

        margin: 5px 0;
        padding-right: 20px;
    }
    .footer .foot-list h4:after
    {
        font-family: 'iconfont' !important;
        font-size: 15px;
        font-weight: bold;

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

        display: block;

        content: '\e629';
        -webkit-transition: .3s;
                transition: .3s;
    }
    .footer .foot-list h4.active:after
    {
        -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
                transform: rotate(135deg);
    }
}
@media (max-width: 767px)
{
    .footer .foot-list h4 + *
    {
        display: none;

        margin-bottom: 10px;
        padding: 0 10px;
    }
}
.footer .foot-info
{
    padding-top: 30px;

    text-align: center;
}
@media (max-width: 767px)
{
    .footer .foot-info
    {
        padding-top: 0;
    }
    .footer .foot-info img
    {
        width: 240px;
        max-width: 50%;
    }
}
.footer .foot-info p
{
    margin-top: 20px;
    padding-top: 5px;

    border-top: 1px solid #666;
}
@media only screen and (min-width: 768px)
{
    .footer .foot-contact
    {
        width: 280px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .footer .foot-contact
    {
        width: 40%;
    }
}
.footer .foot-contact .contact-box
{
    padding-top: 5px;
}
.footer .foot-contact .contact-box:first-of-type
{
    padding-bottom: 20px;

    border-bottom: 1px solid #666;
}
@media (max-width: 767px)
{
    .footer .foot-contact .contact-box
    {
        display: none;
    }
}
.footer .foot-contact .contact-box .public-info
{
    margin-top: 5px;
    padding-top: 5px;

    border-top: 1px solid #666;
}
.footer .foot-contact .contact-box p
{
    line-height: 1.71428571;
}
.footer .foot-contact .share
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .footer .foot-contact .share
    {
        margin: 20px 0;
    }
}
.footer .foot-code
{
    width: 150px;
    max-width: 100%;
}
@media (max-width: 767px)
{
    .footer .foot-code
    {
        width: 100%;
    }
}
.footer .foot-code .pic-box
{
    padding-top: 10px;
}
.copyright
{
    position: relative;

    overflow: hidden;

    padding: 12px 0;

    text-align: center;

    color: #d5d5d5;
    background-color: #111;
}
@media (max-width: 767px)
{
    .copyright
    {
        padding-bottom: 65px;
    }
}
.copyright p
{
    line-height: 1.8;

    margin: 0;
}
@media (max-width: 480px)
{
    .copyright p
    {
        font-size: 3.3vmin;
    }
}
.copyright p span
{
    margin-right: 35px;
}
@media (max-width: 767px)
{
    .copyright p span
    {
        margin-right: 15px;
    }
}
@media (min-width: 1200px)
{
    .copyright p a:hover
    {
        text-decoration: underline;
    }
}
@media (max-width: 1199px)
{
    .copyright p a:active
    {
        text-decoration: underline;
    }
}
