/**
 * style.less
 * 层叠样式表
 */
.ff
{
    font-family: 'iconfont' !important;
}
.clearfix
{
    zoom: 1;
}
.clearfix:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link
{
    outline: none !important;
}
.slick-slide
{
    outline: none;
}
.slick-slide a
{
    outline: none !important;
}
@font-face
{
    font-family: 'iconfont';

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

    color: #333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*,
body,
html
{
    /*margin: 0;*/
    /*padding: 0;*/
}
li,
ol,
ul
{
    list-style: none;
}
a
{
    color: inherit;
}
a:hover,
a:link,
a:visited
{
    text-decoration: none;

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

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

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

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

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

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

    display: block;
    overflow: hidden;

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

    display: block;

    width: 100%;
    height: 100%;
}
.img-box img[src=''],
.img-box img:not([src])
{
    opacity: 0;
    border: 0;
}
.container-import
{
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}
.importbox
{
    padding: 60px 0;
}
.title-import
{
    position: relative;

    text-align: center;
}
.title-import:before
{
    display: block;

    width: 40px;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 20px;

    content: '';

    background: url(../images/importicon.png) no-repeat;
    background-size: cover;
}
.title-import h2
{
    font-size: 24px;
    line-height: 1;

    margin: 0;

    color: rgba(200, 197, 207, .5);
}
@media (max-width: 991px)
{
    .title-import h2
    {
        font-size: 24px;
    }
}
.title-import h3
{
    font-size: 30px;
    line-height: 1.6;

    margin: 0;
    margin-top: -20px;
}
@media (max-width: 991px)
{
    .title-import h3
    {
        font-size: 20px;

        margin-top: -16px;
    }
}
.title-import p
{
    line-height: 2.14285714;

    max-width: 880px;
    margin: 0 auto;
    margin-top: 30px;

    color: #666;
}
.box-number .number
{
    overflow: hidden;
}
.box-number .number ul
{
    overflow: hidden;

    padding: 0 6%;
}
@media (max-width: 767px)
{
    .box-number .number ul
    {
        margin: 0 -15px;
        padding: 0;
    }
}
.box-number .number ul li
{
    float: left;

    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 33.33333333%;
    margin-top: 60px;
    padding: 0 15px;

    text-align: center;
}
@media (max-width: 991px)
{
    .box-number .number ul li
    {
        width: 50%;
    }
}
.box-number .number ul li .item
{
    position: relative;

    text-align: center;
}
@media (max-width: 767px)
{
    .box-number .number ul li .item
    {
        text-align: left;
    }
    .box-number .number ul li .item img
    {
        width: 120px;
    }
}
.box-number .number ul li .item .note
{
    position: absolute;
    top: 40%;
    left: 40%;

    text-align: left;
}
@media (max-width: 767px)
{
    .box-number .number ul li .item .note
    {
        top: 36%;
        left: 24%;
    }
}
.box-number .number ul li .item .note h3
{
    font-size: 46px;
    font-weight: bold;
    line-height: 1;

    margin: 0;
}
@media (max-width: 767px)
{
    .box-number .number ul li .item .note h3
    {
        font-size: 30px;
    }
}
.box-number .number ul li .item .note h3 i
{
    font-style: normal;
}
.box-number .number ul li .item .note h3 span
{
    font-size: 15px;
    font-weight: normal;

    margin-left: 10px;
}
.box-number .number ul li .item .note p
{
    font-size: 16px;

    margin: 4px 0 0 0;
    padding-left: 58px;
}
@media (max-width: 767px)
{
    .box-number .number ul li .item .note p
    {
        font-size: 14px;

        margin: 0;
        padding-left: 0;
    }
}
.box-business
{
    background: url(../images/business_bg.jpg) no-repeat center;
    background-size: cover;
}
.box-business .business
{
    overflow: hidden;
}
.box-business .business .sort
{
    float: left;

    width: 23%;
}
@media (max-width: 991px)
{
    .box-business .business .sort
    {
        width: 100%;
    }
}
.box-business .business .sort .title-business
{
    background: url(../images/title_business.jpg) no-repeat bottom;
    background-size: cover;
}
@media (max-width: 991px)
{
    .box-business .business .sort .title-business
    {
        width: 280px;
        margin: 0 auto;
    }
}
.box-business .business .sort .title-business h3
{
    font-size: 24px;
    line-height: 70px;

    margin: 0;

    text-align: center;

    color: #fff;
}
.box-business .business .sort ul
{
    margin-top: 2px;
}
@media (max-width: 991px)
{
    .box-business .business .sort ul
    {
        margin: 0 -2px;
        margin-top: 20px;
    }
}
.box-business .business .sort ul li
{
    margin-top: 1px;
}
@media (max-width: 991px)
{
    .box-business .business .sort ul li
    {
        display: inline-block;

        -moz-box-sizing: border-box;
             box-sizing: border-box;
        width: 33.33333333%;
        margin-right: -4px;
        padding: 2px;
    }
}
@media (max-width: 767px)
{
    .box-business .business .sort ul li
    {
        width: 50%;
    }
}
.box-business .business .sort ul li.active a,
.box-business .business .sort ul li:hover a
{
    color: #fff;
    background-color: #c4a25b;
}
.box-business .business .sort a
{
    font-size: 16px;
    line-height: 25px;

    position: relative;

    display: block;

    padding: 14px 40px 14px 20px;

    color: #666;
    background-color: #e5e5e5;
}
@media (max-width: 767px)
{
    .box-business .business .sort a
    {
        font-size: 14px;

        padding: 10px 20px 10px 10px;
    }
}
.box-business .business .sort a:after
{
    font-family: 'iconfont' !important;
    font-size: 12px;

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

    content: '\e71f';
}
@media (max-width: 767px)
{
    .box-business .business .sort a:after
    {
        top: 10px;
        right: 10px;
    }
}
.box-business .business .info
{
    float: left;

    width: 70%;
    padding-left: 26px;
}
@media (max-width: 991px)
{
    .box-business .business .info
    {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.box-business .business .info .list ul
{
    overflow: hidden;

    margin: -9px -10px;
}
.box-business .business .info .list ul li
{
    float: left;

    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 50%;
    padding: 9px 10px;
}
.box-business .business .info .list .item
{
    position: relative;
}
.box-business .business .info .list .item .img-box
{
    padding-bottom: 70.45454545%;
}
.box-business .business .info .list .item .maskbg
{
    position: absolute;
    bottom: 0;

    width: 100%;
    height: 50px;

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

    background-color: rgba(0, 0, 0, .5);
}
.box-business .business .info .list .item .maskbg .mask
{
    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
.box-business .business .info .list .item .maskbg .mask p
{
    font-size: 18px;
    font-weight: bold;
    line-height: 2;

    margin: 0;

    color: #fff;
}
.box-business .business .info .list .item .maskbg .mask p span
{
    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 36px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .box-business .business .info .list .item .maskbg .mask p
    {
        font-size: 15px;

        height: 30px;
    }
}
.box-business .business .info .list .item:hover .maskbg
{
    height: 100%;
}
.box-business .business .info .list .item:hover .maskbg .mask p:after
{
    font-family: 'iconfont' !important;
    font-size: 36px;

    display: block;

    content: '\e71e';
}
.box-solution .title-import:before
{
    background-position: -40px 0;
}
.box-solution .solution
{
    position: relative;

    min-height: 850px;
    margin-top: 100px;

    background: url(../images/solution_bg.jpg) no-repeat center;
}
@media (max-width: 991px)
{
    .box-solution .solution
    {
        -moz-box-sizing: border-box;
             box-sizing: border-box;
        max-height: auto;
        margin-top: 40px;

        text-align: center;

        background: none;
    }
}
.box-solution .solution .pic
{
    display: none;
    overflow: hidden;
}
@media (max-width: 991px)
{
    .box-solution .solution .pic
    {
        display: block;
    }
}
.box-solution .solution .pic img
{
    display: block;

    max-width: 120%;
    margin-left: -10%;
}
.box-solution .solution .item
{
    position: absolute;
    top: 8%;
    left: 30px;

    width: 210px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 991px)
{
    .box-solution .solution .item
    {
        position: relative;
        right: 0;
        left: 0;

        display: inline-block;

        width: 30%;
        margin: 0 1%;
        margin-top: 20px;

        vertical-align: top;
    }
}
@media (max-width: 991px) and (max-width: 991px)
{
    .box-solution .solution .item
    {
        width: 47%;
    }
}
.box-solution .solution .item h3
{
    line-height: 26px;

    margin: 0;
    padding: 10px;

    text-align: center;

    color: #fff;
    background-color: #96c619;
}
.box-solution .solution .item .note
{
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 24px;

    text-align: left;

    border: 1px solid #d2d2d2;
    border-top: none;
    background-color: #eee;
}
@media (max-width: 991px)
{
    .box-solution .solution .item .note
    {
        padding: 20px 10px;
    }
}
.box-solution .solution .item .note a
{
    display: block;
}
.box-solution .solution .item .note p
{
    line-height: 1.71428571;

    margin: 0;

    color: #111;
}
.box-solution .solution .item-2
{
    top: 0;
    left: 32%;
}
@media (max-width: 991px)
{
    .box-solution .solution .item-2
    {
        top: 0;
        left: 0;
    }
}
.box-solution .solution .item-2 h3
{
    background-color: #005881;
}
.box-solution .solution .item-3
{
    top: 12%;
    right: 30px;
    left: auto;
}
@media (max-width: 991px)
{
    .box-solution .solution .item-3
    {
        top: 0;
        right: 0;
    }
}
.box-solution .solution .item-3 h3
{
    background-color: #ef7c0f;
}
.box-solution .solution .item-4
{
    top: 56%;
    left: 30px;
}
@media (max-width: 991px)
{
    .box-solution .solution .item-4
    {
        top: 0;
        left: 0;
    }
}
.box-solution .solution .item-4 h3
{
    background-color: #e51384;
}
.box-solution .solution .item-5
{
    top: 65%;
    left: 32%;
}
@media (max-width: 991px)
{
    .box-solution .solution .item-5
    {
        top: 0;
        left: 0;
    }
}
.box-solution .solution .item-5 h3
{
    background-color: #00a6c4;
}
.box-solution .solution .item-6
{
    top: 62%;
    left: 55%;
}
@media (max-width: 991px)
{
    .box-solution .solution .item-6
    {
        top: 0;
        left: 0;
    }
}
.box-solution .solution .item-6 h3
{
    background-color: #e71e2c;
}
.box-solution .solution .item:hover
{
    -webkit-transform: translateY(-14px);
        -ms-transform: translateY(-14px);
            transform: translateY(-14px);
}
@media (max-width: 991px)
{
    .box-solution .solution .item:hover
    {
        -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
                transform: translateY(0px);
    }
}
.box-customer
{
    padding-top: 0;
}
.box-customer .title-import:before
{
    background-position: -80px 0;
}
.box-customer .customer .sort ul
{
    margin-top: 50px;

    text-align: center;
}
.box-customer .customer .sort ul li
{
    display: inline-block;

    margin-top: 4px;
}
.box-customer .customer .sort ul li a
{
    line-height: 26px;

    display: block;

    padding: 5px 40px;

    background-color: #fafafa;
}
@media (max-width: 767px)
{
    .box-customer .customer .sort ul li a
    {
        padding: 5px 20px;
    }
}
.box-customer .customer .sort ul li.active a
{
    color: #fff;
    background-color: #c4a25b;
}
.box-customer .customer .list ul
{
    overflow: hidden;

    margin: 0 -6px;
    padding-bottom: 30px;
}
.box-customer .customer .list ul li
{
    float: left;

    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 33.33333333%;
    margin-top: 40px;
    padding: 0 6px;
}
@media (max-width: 767px)
{
    .box-customer .customer .list ul li
    {
        width: 100%;
    }
}
.box-customer .customer .list .item .img-box
{
    overflow: hidden;

    padding-bottom: 51.28205128%;

    border-radius: 10px 10px 0 0;
}
.box-customer .customer .list .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-customer .customer .list .item .note
{
    position: relative;

    padding: 14px 30px;

    border: 1px solid #dcdcdc;
}
@media (max-width: 991px)
{
    .box-customer .customer .list .item .note
    {
        padding: 14px 10px;
    }
}
.box-customer .customer .list .item .note h3
{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.875;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-customer .customer .list .item .note p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;
    margin: 14px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.box-customer .customer .list .item .note a.more
{
    position: absolute;
    right: -3px;
    bottom: -22px;

    display: inline-block;

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

    color: #c4a25b;
}
.box-customer .customer .list .item .note a.more:after
{
    font-family: 'iconfont' !important;
    font-size: 40px;

    content: '\e606';
}
.box-customer .customer .list .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-customer .customer .list .item:hover .note h3
{
    color: #c4a25b;
}
.box-customer .customer .list .item:hover .note a.more
{
    right: 50%;

    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
}
.box-service
{
    overflow: hidden;

    background: url(../images/service_bg.jpg) no-repeat center;
    background-size: cover;
}
.box-service .title-import:before
{
    background-position: -120px 0;
}
.box-service .title-import p
{
    margin-top: 10px;
}
.box-service .service
{
    margin: 0 -10px;
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .box-service .service
    {
        padding: 0 20px;
    }
}
.box-service .service .item
{
    margin: 10px;

    border: 1px solid #aaa;
}
.box-service .service .item .img-box
{
    padding-bottom: 58.82352941%;
}
.box-service .service .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-service .service .item:hover
{
    border-color: #c4a25b;
}
.box-service .service .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-service .slick-arrow
{
    position: absolute;
    top: 50%;
    left: -40px;

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

    background: none;
}
@media (max-width: 991px)
{
    .box-service .slick-arrow
    {
        left: -30px;
    }
}
.box-service .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;

    content: '\e605';

    color: #b5b5b5;
}
.box-service .slick-arrow.slick-next
{
    right: -40px;
    left: auto;
}
@media (max-width: 991px)
{
    .box-service .slick-arrow.slick-next
    {
        right: -30px;
    }
}
.box-service .slick-arrow.slick-next:before
{
    content: '\e71f';
}
.box-service .slick-arrow:hover:before
{
    color: #c4a25b;
}
.box-honor
{
    overflow: hidden;
}
.box-honor .title-import:before
{
    background-position: -160px 0;
}
.box-honor .honor
{
    margin: 0 -10px;
    margin-top: 60px;
}
@media (max-width: 767px)
{
    .box-honor .honor
    {
        margin-top: 50px;
        padding: 0 20px;
    }
}
.box-honor .slick-slide
{
    padding: 30px 0;
}
.box-honor .item
{
    margin: 0;
    padding: 0 10px;
}
.box-honor .item .img-box
{
    padding-bottom: 80%;

    border: 1px solid #b5b5b5;
}
.box-honor .near .item
{
    -webkit-transition: all 0ms ease;
            transition: all 0ms ease;
    -webkit-transform: translateX(8px);
        -ms-transform: translateX(8px);
            transform: translateX(8px);
}
@media (max-width: 767px)
{
    .box-honor .near .item
    {
        -webkit-transform: translateX(0px);
            -ms-transform: translateX(0px);
                transform: translateX(0px);
    }
}
.box-honor .near1 .item
{
    -webkit-transition: all 0ms ease;
            transition: all 0ms ease;
    -webkit-transform: translateX(-8px);
        -ms-transform: translateX(-8px);
            transform: translateX(-8px);
}
@media (max-width: 767px)
{
    .box-honor .near1 .item
    {
        -webkit-transform: translateX(0px);
            -ms-transform: translateX(0px);
                transform: translateX(0px);
    }
}
.box-honor .slick-current
{
    margin: 0;

    -webkit-transition: all 1s ease;
            transition: all 1s ease;
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
}
@media (max-width: 767px)
{
    .box-honor .slick-current
    {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
    }
}
.box-honor .slick-current .item
{
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
}
.box-honor .slick-arrow
{
    position: absolute;
    top: 50%;
    left: -40px;

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

    background: none;
}
@media (max-width: 991px)
{
    .box-honor .slick-arrow
    {
        left: -30px;
    }
}
.box-honor .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;

    content: '\e605';

    color: #b5b5b5;
}
.box-honor .slick-arrow.slick-next
{
    right: -40px;
    left: auto;
}
@media (max-width: 991px)
{
    .box-honor .slick-arrow.slick-next
    {
        right: -30px;
    }
}
.box-honor .slick-arrow.slick-next:before
{
    content: '\e71f';
}
.box-honor .slick-arrow:hover:before
{
    color: #c4a25b;
}
.box-tel
{
    overflow: hidden;

    padding: 70px 0;

    background: url(../images/tel_bg.jpg) no-repeat center fixed;
}
@media (max-width: 767px)
{
    .box-tel
    {
        padding: 50px 0;

        background: url(../images/tel_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
.box-tel .text
{
    font-size: 44px;

    text-align: center;

    color: #fff;
}
@media (max-width: 767px)
{
    .box-tel .text
    {
        font-size: 24px;
    }
    .box-tel .text a
    {
        display: block;
    }
}
.box-tel .text img,
.box-tel .text a
{
    line-height: 48px;

    vertical-align: middle;
}
.box-message .title-import:before
{
    background-position: -200px 0;
}
.box-message .title-import p
{
    font-size: 16px;

    margin-top: 4px;

    color: #333;
}
.box-message .message form
{
    max-width: 740px;
    margin: 0 auto;
    margin-top: 50px;
}
.box-message .message ul
{
    overflow: hidden;
}
.box-message .message ul li
{
    float: left;

    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 100%;
    padding: 10px;
}
.box-message .message ul li:nth-child(1),
.box-message .message ul li:nth-child(2),
.box-message .message ul li:nth-child(3),
.box-message .message ul li:nth-child(4)
{
    width: 50%;
}
@media (max-width: 767px)
{
    .box-message .message ul li:nth-child(1),
    .box-message .message ul li:nth-child(2),
    .box-message .message ul li:nth-child(3),
    .box-message .message ul li:nth-child(4)
    {
        width: 100%;
    }
}
.box-message .message ul li:last-child
{
    text-align: center;
}
.box-message .message input,
.box-message .message textarea
{
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 20px;

    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 100%;
    min-height: 40px;
    padding: 10px 18px;

    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}
.box-message .message input::-webkit-input-placeholder,
.box-message .message textarea::-webkit-input-placeholder
{
    color: #999;
}
.box-message .message input:-o-placeholder,
.box-message .message textarea:-o-placeholder
{
    color: #999;
}
.box-message .message input::-moz-placeholder,
.box-message .message textarea::-moz-placeholder
{
    color: #999;
}
.box-message .message input:-ms-input-placeholder,
.box-message .message textarea:-ms-input-placeholder
{
    color: #999;
}
.box-message .message input:focus::-webkit-input-placeholder,
.box-message .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.box-message .message input:focus::-o-placeholder,
.box-message .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.box-message .message input:focus::-moz-placeholder,
.box-message .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.box-message .message input:focus::-ms-input-placeholder,
.box-message .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.box-message .message .btn
{
    font-size: 16px;
    line-height: 40px;

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

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;

    color: #fff;
    background-color: #c4a25b;
}
.box-message .message .btn.reset
{
    color: #666;
    background-color: #aaa;
}
.box-message .message .btn:hover
{
    color: #fff;
    background-color: #b9903b;
}


.box-number .index-history
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .box-number .index-history
    {
        margin-top: 30px;
    }
}
.box-number .index-history ul
{
    font-size: 0;

    position: relative;

    padding: 0 30px;
}
@media (max-width: 991px)
{
    .box-number .index-history ul
    {
        padding: 0 20px;
    }
}
.box-number .index-history ul:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 100%;
    height: 2px;

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

    background-color: #c4a25b;
}
@media (max-width: 991px)
{
    .box-number .index-history ul:before
    {
        display: none;
    }
}
.box-number .index-history ul li
{
    display: inline-block;

    width: 20%;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .box-number .index-history ul li
    {
        width: 50%;
    }
}
.box-number .index-history ul li .item
{
    position: relative;

    height: 200px;
    padding: 0 15px 0 15px;

    border-left: 1px dashed #dcdcdc;
    text-align: left;
}
@media (max-width: 991px)
{
    .box-number .index-history ul li .item
    {
        height: auto;
        margin-top: 30px;
        padding-top: 40px;
    }
}
@media (max-width: 767px)
{
    .box-number .index-history ul li .item
    {
        min-height: 200px;
    }
}
.box-number .index-history ul li .item:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;
    line-height: 60px;

    position: absolute;
    bottom: -30px;
    left: -30px;

    display: block;

    width: 60px;
    height: 60px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #c4a25b;
}
@media (max-width: 991px)
{
    .box-number .index-history ul li .item:before
    {
        top: -30px;
        bottom: 0;
    }
}
@media (max-width: 767px)
{
    .box-number .index-history ul li .item:before
    {
        font-size: 20px;
        line-height: 40px;

        top: 0;
        left: -20px;

        width: 40px;
        height: 40px;
    }
}
.box-number .index-history ul li .item h3
{
    font-size: 24px;

    margin: 0;

    color: #291670;
}
@media (max-width: 991px)
{
    .box-number .index-history ul li .item h3
    {
        padding-top: 30px;
    }
}
.box-number .index-history ul li .item p
{
    font-size: 18px;
    line-height: 1.71428571;

    margin: 10px 0 0 0;

    color: #000000;
}
.box-number .index-history ul li:nth-child(2) .item:before
{
    content: '\e6c5';
}
.box-number .index-history ul li:nth-child(3) .item:before
{
    font-size: 34px;

    content: '\e617';
}
@media (max-width: 991px)
{
    .box-number .index-history ul li:nth-child(3) .item:before
    {
        font-size: 28px;
    }
}
.box-number .index-history ul li:nth-child(4) .item:before
{
    font-size: 20px;

    content: '\e685';
}
@media (max-width: 991px)
{
    .box-number .index-history ul li:nth-child(4) .item:before
    {
        font-size: 16px;
    }
}
.box-number .index-history ul li:nth-child(5) .item:before
{
    content: '\e603';
}
.box-number .index-history ul li:nth-child(6) .item:before
{
    content: '\e699';
}
.box-number .index-history ul li:nth-child(2n)
{
    margin-top: 200px;
    margin-left: -8%;

    -webkit-transform: translateX(24%);
        -ms-transform: translateX(24%);
            transform: translateX(24%);
}
@media (max-width: 991px)
{
    .box-number .index-history ul li:nth-child(2n)
    {
        width: 50%;
        margin-top: 0;
        margin-left: 0;

        -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%);
    }
}
.box-number .index-history ul li:nth-child(2n) .item
{
    padding: 0 15px 0 15px;
}
@media (max-width: 991px)
{
    .box-number .index-history ul li:nth-child(2n) .item
    {
        padding-top: 40px;
    }
}
.box-number .index-history ul li:nth-child(2n) .item:before
{
    top: -30px;
    bottom: auto;
}
@media (max-width: 991px)
{
    .box-number .index-history ul li:nth-child(2n) .item:before
    {
        top: 0;
    }
}
.box-number .index-history ul li:nth-child(2n) .item h3
{
    padding-top: 40px;
}
