/**
 * 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');
}
/* This stylesheet generated by Transfonter (https://transfonter.org) on October 19, 2017 3:41 AM */
@font-face
{
    font-family: 'Rajdhani';
    font-weight: normal;
    font-style: normal;

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

    color: #333;

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

    overflow: hidden;

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

    overflow: hidden;

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

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

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

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

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

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

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

    display: block;
    overflow: hidden;

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

    display: block;

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

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

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

    background: #fff;
}
@media (max-width: 1740px)
{
    .header
    {
        padding: 0 15px;
    }
}
@media (max-width: 1199px)
{
    .header
    {
        height: 60px;
    }
}
.header .logo
{
    position: relative;

    float: left;

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

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        float: none;

        width: 100%;
        height: 40px;
        margin-top: 10px;

        text-align: center;
    }
}
.header .logo a
{
    display: block;

    height: 100%;
}
.header .logo img
{
    display: inline-block;

    height: 100%;
}
.header .nav-collapse
{
    position: absolute;
    z-index: 10;
    top: 6px;
    right: 20px;

    display: none;
    float: right;

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

    cursor: pointer;

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

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

        display: block;

        margin-top: 10px;

        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line
    {
        background-color: #fff !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header .nav-collapse.nav-collapse-xs:hover .btn-line
    {
        background-color: #000;
    }
}
.header .nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 20px;
    height: 2px;

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

    background-color: #666;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1)
{
    position: absolute;

    display: block;

    width: 20px;
    height: 2px;

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

    background-color: #666;
}
.header .nav-collapse .btn-line:nth-child(1)
{
    top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 65%;
}
.header .nav-collapse.active
{
    border-color: transparent;
}
.header .nav-collapse.active .btn-line
{
    background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

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

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

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
@media (min-width: 1200px)
{
    .header .nav
    {
        display: inline-block;

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

        display: none;

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

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

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

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

        height: 100%;

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

        position: relative;

        display: inline-block;

        padding: 0 28px;

        -webkit-transition: all .4s;
                transition: all .4s;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #004098;
    }
    .header .nav .nav-list1 > li:hover > a:after,
    .header .nav .nav-list1 > li.active > a:after
    {
        width: 40px;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;

        display: none;

        padding: 20px 0;

        text-align: left;

        background-color: rgba(255, 255, 255, .8);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2 ul
    {
        width: 100%;
    }
    .header .nav .nav-list1 .nav-list2 li
    {
        position: relative;

        padding: 0 30px;

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 li > a
    {
        line-height: 2.57142857;

        position: relative;
        z-index: 1;

        display: block;

        -webkit-transition: -webkit-transform .6s ease;
                transition: -webkit-transform .6s ease;
                transition:         transform .6s ease;
                transition:         transform .6s ease, -webkit-transform .6s ease;
    }
    .header .nav .nav-list1 .nav-list2 li > a:hover
    {
        color: #004098;
    }
    .header .nav .nav-list1 .nav-list3
    {
        position: absolute;
        top: -20px;
        left: 100%;

        display: none;

        padding: 20px 0;

        background-color: rgba(255, 255, 255, .8);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list3 li > a
    {
        font-size: 12px;
        line-height: 2;
    }
}
@media (min-width: 1200px) and (max-width: 1560px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 18px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        margin: 20px 0;

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

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

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

        margin-top: 5px;

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

        display: block;
        overflow: hidden;

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

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

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

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

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

    margin: 0;

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

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

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

    margin: 25px 0;

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

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

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

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

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

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

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

        margin-top: -14px;

        content: '\e72f';

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

        display: block;

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

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

    color: #fff;
}
.header .search-box
{
    position: fixed;
    z-index: 888;
    top: 100%;
    left: 0;

    display: none;
    overflow: hidden;

    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-top: 0;
    margin-right: 10px;
    padding: 0 3%;

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

    overflow: hidden;
    zoom: 1;

    width: 240px;

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

    height: 0;

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

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

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

    float: right;

    width: 50px;

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

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

    content: '\e660';

    color: #343434;
}
@media (min-width: 768px)
{
    .header .search-box .input-submit
    {
        position: absolute;
        right: 0;
        bottom: 20px;
    }
}
.header .search-box.search-xs
{
    width: 100%;
    margin: 0;

    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    background: none;
}
@media (min-width: 1200px)
{
    .header .search-box.search-xs
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .header .search-box.search-xs
    {
        position: absolute;
        z-index: 0;
        top: auto;
        right: 0;
        bottom: 0;
        bottom: 30px;

        display: inline-block;

        height: 34px;
    }
}
.header .search-box.search-xs.show
{
    z-index: 66;
}
.header .search-box.search-xs.show .search
{
    left: 0;
}
.header .search-box.search-xs .search
{
    position: absolute;
    z-index: 888;
    top: 0;
    left: 120%;

    width: 100%;

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

    border-color: #fff;
    background: #fff;
}
@media (max-width: 360px)
{
    .header .search-box.search-xs form .input-text
    {
        width: 74%;
    }
}
@media (max-width: 767px)
{
    .header .search-box.search-xs form .input-text
    {
        padding-left: 5%;
    }
}
.header .search-box.search-xs .input-submit
{
    line-height: 34px;

    background: #fff;
}
.header .search-box.search-xs .input-submit:before
{
    color: #104384;
}
.header .search-icon
{
    position: absolute;
    z-index: 10;
    top: 18px;
    left: 15px;

    display: inline-block;

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

    content: '\e660';

    color: #004098;
}
.header .search-lg
{
    top: 0;
}
.header .search-lg .logo
{
    margin-top: 20px;
    margin-left: 0;
}
.header .search-lg .search
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 100%;
    max-width: 90%;
    margin: auto;
    padding: 0 10px;

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

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

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

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

    width: 80%;
    height: 60px;
    padding: 0;
    padding-bottom: 30px;

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

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

    cursor: pointer;
}
@media (max-width: 1440px)
{
    .header .search-lg .close-btn
    {
        right: 8%;
    }
}
.header .search-lg .close-btn:before
{
    font-size: 20px;

    content: '\2716';

    color: #fff;
}
.header .right
{
    float: right;
display: none;
    margin-left: 30px;
}
@media (max-width: 1560px)
{
    .header .right
    {
        margin-left: 10px;
    }
}
@media (max-width: 1199px)
{
    .header .right
    {
        float: left;
    }
}
.header .find
{
    line-height: 90px;

    display: inline-block;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;
    vertical-align: middle;

    color: #999;
}
@media (max-width: 1199px)
{
    .header .find
    {
        line-height: 60px;

        position: absolute;
        top: 0;
        left: 14px;
    }
}
.header .find:before
{
    font-family: 'iconfont';
    font-size: 24px;

    float: left;

    content: '\e62e';
}
@media (max-width: 1199px)
{
    .header .find
    {
        float: left;
    }
}
.header .find:hover
{
    color: #004098;
}
.header .share
{
    float: right;
}
@media (max-width: 1300px)
{
    .header .share
    {
        display: none;
    }
}
.header .share ul li
{
    display: inline-block;
}
.header .share ul li a
{
    display: block;

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

    color: #999;
}
.header .share ul li a:before
{
    font-family: 'iconfont';
    font-size: 16px;
    font-weight: normal;
    line-height: 130px;

    display: inline-block;

    width: 24px;

    content: '\e615';
    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    border-radius: 50%;
}
.header .share ul li.twitter a:before
{
    content: '\e60b';
}
.header .share ul li.linkedin a:before
{
    content: '\e6f0';
}
.header .share ul li.instagram a:before
{
    content: '\e607';
}
.header .share ul li.youtube a:before
{
    content: '\e6d7';
}
.header .share ul li.google a:before
{
    font-size: 18px;

    position: relative;
    top: 2px;

    content: '\e645';
}
.header .share ul li:hover a
{
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);

    color: #004098;
}
.header .language-box
{
    position: relative;

    display: inline-block;

    margin-left: 30px;

    vertical-align: middle;
}
@media (max-width: 1740px)
{
    .header .language-box
    {
        margin-left: 20px;
    }
}
@media (max-width: 1199px)
{
    .header .language-box
    {
        display: none;
    }
}
.header .language-box:before
{
    display: inline-block;

    width: 1px;
    height: 30px;
    margin-right: 24px;

    content: '';

    background-color: #e5e5e5;
}
.header .language-box a
{
    display: inline-block;

    width: 34px;
    height: 34px;
    margin: 0 8px;

    background: url(../images/language.png) no-repeat;
    background-size: cover;
}
.header .language-box a.cn
{
    background-position: -34px 0;
}
.header.fixed-header
{
    height: 80px;

    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .12);
}
@media (max-width: 1199px)
{
    .header.fixed-header
    {
        height: 60px;
    }
}
.header.fixed-header .logo
{
    margin-top: 0px;
}
@media (max-width: 1199px)
{
    .header.fixed-header .logo
    {
        margin-top: 10px;
    }
}
.header.fixed-header .nav .nav-list1 > li > a
{
    line-height: 80px;
}
@media (max-width: 1199px)
{
    .header.fixed-header .nav .nav-list1 > li > a
    {
        line-height: 60px;
    }
}
.header.fixed-header .find
{
    line-height: 80px;
}
@media (max-width: 1199px)
{
    .header.fixed-header .find
    {
        line-height: 60px;
    }
}
.header.fixed-header .share a:before
{
    line-height: 80px;
}
.header.fixed-header .language-box p
{
    line-height: 80px;
}
@media (max-width: 1199px)
{
    .header.fixed-header .language-box p
    {
        line-height: 60px;
    }
}
.header.fixed-header .language-box p:after
{
    margin-top: 36px;
}
.online-wrap .btn
{
    line-height: 36px;

    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 50px;

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

    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    text-align: center;

    border-radius: 0;
    background-color: rgba(0, 0, 0, .8);
}
@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;

    color: #fff;
}
.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: 180px;

    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: 0;
    bottom: 23%;

    -webkit-transition: right .3s;
            transition: right .3s;
}
@media (max-width: 767px)
{
    .online-wrap .online
    {
        right: -60px;
        bottom: 90px;
    }
    .online-wrap .online.active
    {
        right: 0;
    }
}
.online-wrap .online a
{
    line-height: 54px;

    position: relative;

    display: block;

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

    text-align: center;

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

    color: #fff;
}
@media (min-width: 992px)
{
    .online-wrap .online a:hover
    {
        background-color: #004098;
    }
}
@media (max-width: 767px)
{
    .online-wrap .online a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before
    {
        font-size: 20px;
    }
}
@media (min-width: 992px)
{
    .online-wrap .online .icon-phone:hover .phone-num
    {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 5px;

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

    color: #fff;
    background-color: #004098;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .code:before
{
    font-size: 24px;
}
@media (max-width: 767px)
{
    .online-wrap .online .code:before
    {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

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

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

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

    margin: 5px 0 8px 0;

    color: #888;
}
.online-wrap .icon-qq:before
{
    font-family: 'iconfont' !important;

    content: '\e62d';
}
.online-wrap .icon-weixin:before
{
    font-family: 'iconfont' !important;

    content: '\e604';
}
.online-wrap .icon-message:before
{
    font-family: 'iconfont' !important;

    content: '\e6a4';
}
.online-wrap .icon-skype:before
{
    font-family: 'iconfont' !important;

    content: '\e6b7';
}
.online-wrap .icon-whatsapp:before
{
    font-family: 'iconfont' !important;

    content: '\e751';
}
.online-wrap .icon-arrow-top:before
{
    font-family: 'iconfont' !important;

    content: '\e614';
}
.banner
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
    margin-top: 130px;
}
@media (max-width: 1199px)
{
    .banner
    {
        margin-top: 60px;
    }
}
@media (max-width: 1199px)
{
    .banner .slickbanner
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px)
{
    .banner .slickbanner
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px)
{
    .banner .slickbanner
    {
        width: 160%;
        max-width: 160%;
        margin-left: -30%;
    }
}
.banner .slick-arrow
{
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 5%;

    margin: 0;
    padding: 0;

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

    background: none;
}
@media (max-width: 991px)
{
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    line-height: 50px;

    display: block;

    content: '\e9bb';
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #fff;
}
.banner .slick-arrow.slick-next
{
    right: 5%;
    left: auto;
}
@media (max-width: 991px)
{
}
.banner .slick-arrow.slick-next:before
{
    content: '\e644';
}
.banner .slick-arrow:hover:before
{
    color: #004098;
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .img-box
{
    padding-bottom: 41.66666667%;
}
.banner .mouse
{
    position: absolute;
    z-index: 9;
    bottom: 0;

    width: 100%;

    text-align: center;
}
.banner .mouse a
{
    font-size: 30px;

    position: absolute;

    display: inline-block;

    -webkit-animation: jump 1s infinite;
            animation: jump 1s infinite;

    color: #fff;
}
.banner .mouse a:after
{
    font-family: 'iconfont' !important;

    content: '\e6a5';
}
.banner-in .img-box
{
    padding-bottom: 20.83333333%;
}
@-webkit-keyframes jump
{
    0%
    {
        bottom: 36px;

        -webkit-animation-timing-function: ease-in;
    }
    50%
    {
        bottom: 30px;

        -webkit-animation-timing-function: ease-out;
    }
    55%
    {
        bottom: 30px;

        -webkit-animation-timing-function: ease-in;
    }
    65%
    {
        bottom: 30px;

        -webkit-animation-timing-function: ease-out;
    }
    95%
    {
        bottom: 36px;

        -webkit-animation-timing-function: ease-in;
    }
    100%
    {
        bottom: 36px;

        -webkit-animation-timing-function: ease-in;
    }
}
@keyframes jump
{
    0%
    {
        bottom: 36px;

        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    50%
    {
        bottom: 30px;

        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
    }
    55%
    {
        bottom: 30px;

        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    65%
    {
        bottom: 30px;

        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
    }
    95%
    {
        bottom: 36px;

        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    100%
    {
        bottom: 36px;

        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
}
.box
{
    overflow: hidden;

    padding: 100px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 60px 0;
    }
}
.title
{
    text-align: center;
}
.title h2
{
    font-size: 24px;
    font-weight: bold;

    margin: 0;
}
.title h2:before,
.title h2:after
{
    display: inline-block;

    width: 80px;
    height: 9px;
    margin-right: 20px;

    content: '';

    background: url(../images/line-1.png) no-repeat;
}
@media (max-width: 991px)
{
    .title h2:before,
    .title h2:after
    {
        margin-right: 10px;
    }
}
.title h2:after
{
    margin-right: 0;
    margin-left: 20px;

    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
@media (max-width: 991px)
{
    .title h2:after
    {
        margin-left: 10px;
    }
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 20px;
    }
}
.title p
{
    line-height: 2.14285714;

    margin: 0 auto;
    margin-top: 20px;

    color: #666;
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.box-about .about
{
    padding: 60px 12% 130px;

    text-align: center;

    background: url(../images/index-about-bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .box-about .about
    {
        padding: 40px 15px 130px;
    }
}
.box-about .about p
{
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 120px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.box-about .about p b
{
    font-size: 20px;
    font-weight: normal;

    color: #004098;
}
.box-about .about .more
{
    margin-top: 40px;

    text-align: center;
}
.box-about .about .more a
{
    line-height: 40px;

    display: inline-block;

    height: 40px;
    padding: 0 60px;

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

    color: #004098;
    border: 1px solid #004098;
    border-radius: 30px;
}
@media (max-width: 767px)
{
    .box-about .about .more a
    {
        line-height: 36px;

        height: 36px;
        padding: 0 30px;
    }
}
.box-about .about .more a:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    content: '\e666';
}
@media (max-width: 767px)
{
    .box-about .about .more a:after
    {
        font-size: 24px;
    }
}
.box-about .about .more a:hover
{
    color: #fff;
    background-color: #004098;
}
.box-about .info
{
    margin-top: -90px;
    padding: 0 6%;
}
@media (max-width: 1199px)
{
    .box-about .info
    {
        padding: 0 3%;
    }
}
.box-about .info ul
{
    font-size: 0;
}
.box-about .info ul li
{
    display: inline-block;

    width: 25%;
    padding: 5px 5px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .box-about .info ul li
    {
        width: 50%;
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .box-about .info ul li
    {
        width: 100%;
    }
}
.box-about .info ul li .item
{
    padding: 14px 30px 24px;

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

    background-color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .box-about .info ul li .item
    {
        padding: 14px 15px 24px 15px;
    }
}
@media (max-width: 991px)
{
    .box-about .info ul li .item
    {
        box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
    }
}
.box-about .info ul li .item:before
{
    font-family: 'iconfont' !important;
    font-size: 60px;
    line-height: 60px;

    height: 60px;

    content: '\e633';

    color: #004098;
}
.box-about .info ul li .item h3
{
    font-size: 16px;
    font-weight: bold;

    margin: 20px 0 0 0;

    color: #555;
}
.box-about .info ul li .item p
{
    font-size: 14px;
    line-height: 1.71428571;

    margin: 10px 0 0 0;

    text-align: left;

    color: #555;
}
.box-about .info ul li .item-2:before
{
    content: '\e630';
}
.box-about .info ul li .item-3:before
{
    content: '\e642';
}
.box-about .info ul li .item-4:before
{
    font-size: 54px;

    content: '\e612';
}
.box-about .info ul li .item:hover
{
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
}
.box-standardized
{
    padding: 54px 0;

    background: url(../images/standardized_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .box-standardized
    {
        background: url(../images/standardized_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
.box-standardized .title h2
{
    color: #fff;
}
.box-standardized .title p
{
    color: rgba(255, 255, 255, .8);
}
.box-standardized .item
{
    overflow: hidden;

    margin-top: 60px;
}
@media (max-width: 991px)
{
    .box-standardized .item
    {
        margin-top: 40px;
    }
}
.box-standardized .item .pic
{
    float: left;

    width: 40%;

    border: 2px solid #eee;
}
@media (max-width: 767px)
{
    .box-standardized .item .pic
    {
        width: 100%;
    }
}
.box-standardized .item .pic .img-box
{
    padding-bottom: 60%;
}
.box-standardized .item .note
{
    float: left;

    width: 60%;
    padding: 30px 80px 0 36px;

    color: #fff;
}
@media (max-width: 1199px)
{
    .box-standardized .item .note
    {
        padding: 20px 0 0 30px;
    }
}
@media (max-width: 767px)
{
    .box-standardized .item .note
    {
        width: 100%;
        padding: 30px 0 0 0;
    }
}
.box-standardized .item .note h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66666667;

    margin: 0 0 20px 0;
}
.box-standardized .item .note p
{
    line-height: 2.14285714;

    margin: 0;

    color: rgba(255, 255, 255, .9);
}
.box-standardized .item .note a
{
    display: inline-block;
}
.box-standardized .item .note .info
{
    margin: 0 -12px;
}
@media (max-width: 767px)
{
    .box-standardized .item .note .info
    {
        margin: 0 -6px;
    }
}
.box-standardized .item .note span
{
    line-height: 2.14285714;

    display: inline-block;

    margin-top: 10px;
    padding: 0 12px;
}
@media (max-width: 767px)
{
    .box-standardized .item .note span
    {
        margin-top: 6px;
        padding: 0 6px;
    }
}
.box-standardized .item .note span:before
{
    font-family: 'iconfont' !important;
    font-size: 12px;

    margin-right: 18px;

    content: '\e6ae';
}
.box-standardized .slick-dots
{
    width: 100%;
    margin-top: 60px;
    padding: 0 15px;

    text-align: center;
}
@media (max-width: 767px)
{
    .box-standardized .slick-dots
    {
        margin-top: 40px;
    }
}
.box-standardized .slick-dots li
{
    position: relative;

    display: inline-block;

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

    cursor: pointer;

    background-color: #fff;
}
.box-standardized .slick-dots li.slick-active
{
    background-color: #00953d;
}
.box-standardized .slick-dots li button
{
    opacity: 0;
}
.box-product .product
{
    margin-top: 30px;
}
.box-product .item
{
    margin-top: 30px;
}
.box-product .item .pic
{
    border: 2px solid #e5e5e5;
    border-bottom: none;
}
.box-product .item .pic .img-box
{
    padding-bottom: 66.66666667%;
}
.box-product .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-product .item p
{
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    height: 50px;
    margin: 0;
    padding: 0 40px 0 24px;

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

    background-color: #f8f8f8;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .box-product .item p
    {
        font-size: 14px;

        padding: 0 40px 0 10px;
    }
}
.box-product .item p a
{
    display: block;
}
.box-product .item p a:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

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

    display: block;

    content: '\e658';

    color: #004098;
}
.box-product .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-product .item:hover p
{
    color: #fff;
    background-color: #004098;
}
.box-product .item:hover p a:after
{
    color: #fff;
}
.box-case
{
    padding-top: 0;
}
.box-case .case
{
    margin-top: 100px;
}
@media (max-width: 991px)
{
    .box-case .case
    {
        margin-top: 60px;
    }
}
.box-case .case .item
{
    position: relative;

    -webkit-transition: all .5s;
            transition: all .5s;
}
.box-case .case .item .pic
{
    position: relative;
}
.box-case .case .item .pic .img-box
{
    padding-bottom: 129.54545455%;
}
.box-case .case .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-case .case .item .pic p
{
    font-size: 18px;
    line-height: 80px;

    position: absolute;
    bottom: 0;

    display: -webkit-box;
    overflow: hidden;

    width: 100%;
    height: 80px;
    margin: 0;
    padding: 0 10px;

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

    color: #fff;
    background-color: rgba(0, 0, 0, .5);

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .box-case .case .item .pic p
    {
        font-size: 16px;
        line-height: 60px;

        height: 60px;
    }
}
.box-case .case .item .maskbg
{
    position: absolute;
    top: 0;
    left: 0;

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

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

    opacity: 0;
    background-color: rgba(0, 0, 0, .5);
}
@media (max-width: 1560px)
{
    .box-case .case .item .maskbg
    {
        padding: 30px 15px;
    }
}
.box-case .case .item .maskbg .title-mask p
{
    margin: 0;
}
.box-case .case .item .maskbg .title-mask span
{
    display: inline-block;

    margin: 0 4px;
    margin-top: 10px;
}
.box-case .case .item .maskbg .title-mask span:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e625';

    color: #f39800;
}
.box-case .case .item .maskbg .title-mask h3
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-case .case .item .maskbg .note
{
    margin-top: 20px;
}
.box-case .case .item .maskbg .note p
{
    font-size: 13px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 192px;

    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}
@media (max-width: 1560px)
{
    .box-case .case .item .maskbg .note p
    {
        display: -webkit-box;
        overflow: hidden;

        max-height: 96px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }
}
.box-case .case .item .maskbg .more
{
    line-height: 36px;

    display: inline-block;

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

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

    color: #045fdf;
    border: 1px solid #045fdf;
    border-radius: 50px;
}
@media (max-width: 1560px)
{
    .box-case .case .item .maskbg .more
    {
        margin-top: 20px;
    }
}
.box-case .case .item .maskbg .more:after
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    content: '\e666';
}
.box-case .case .item .maskbg .more:hover
{
    color: #fff;
    background-color: #045fdf;
}
.box-case .case .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-case .case .slick-slide
{
    padding: 50px 0;
}
.box-case .case .item:hover
{
    position: relative;
    z-index: 4;
}
.box-case .case .item:hover .pic p
{
    opacity: 0;
}
.box-case .case .item:hover
{
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
}
@media (max-width: 787px)
{
    .box-case .case .item:hover
    {
        -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
                transform: scale(1.05);
    }
}
.box-case .case .item:hover .maskbg
{
    opacity: 1;
}
.box-case .slick-arrow
{
    position: absolute;
    z-index: 9;
    top: -50px;
    left: 15%;

    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;

    cursor: pointer;

    background: none;
    background-color: #eee;
}
@media (max-width: 1560px)
{
    .box-case .slick-arrow
    {
        left: 4%;
    }
}
@media (max-width: 991px)
{
    .box-case .slick-arrow
    {
        top: -20px;
        left: 0;
    }
}
.box-case .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;
    line-height: 44px;

    display: block;

    content: '\e601';
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #797979;
}
.box-case .slick-arrow.slick-next
{
    right: 15%;
    left: auto;
}
@media (max-width: 1560px)
{
    .box-case .slick-arrow.slick-next
    {
        right: 4%;
    }
}
@media (max-width: 991px)
{
    .box-case .slick-arrow.slick-next
    {
        right: 0;
    }
}
.box-case .slick-arrow.slick-next:before
{
    content: '\e827';
}
.box-case .slick-arrow:hover:before
{
    color: #fff;
    background-color: #004098;
}
.box-customer
{
    background: url(../images/customer_bg.jpg) no-repeat center;
    background-size: cover;
}
.box-customer .customer
{
    margin-top: 50px;
    padding: 0 70px;
}
@media (max-width: 991px)
{
    .box-customer .customer
    {
        padding: 0 20px;
    }
}
.box-customer .customer .item
{
    padding: 10px;
}
.box-customer .customer .item .img-box
{
    padding-bottom: 47.61904762%;

    border: 1px solid #dcdcdc;
}
.box-customer .slick-arrow
{
    position: absolute;
    z-index: 9;
    top: 50%;
    left: -50px;

    margin: 0;
    padding: 0;

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

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

    display: block;

    content: '\e601';
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #b5b5b5;
}
.box-customer .slick-arrow.slick-next
{
    right: -50px;
    left: auto;
}
@media (max-width: 991px)
{
    .box-customer .slick-arrow.slick-next
    {
        right: -30px;
    }
}
.box-customer .slick-arrow.slick-next:before
{
    content: '\e827';
}
.box-customer .slick-arrow:hover:before
{
    color: #004098;
}
.box-news .item
{
    margin-top: 30px;

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

    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}
.box-news .item .pic
{
    overflow: hidden;

    border-radius: 5px;
}
.box-news .item .pic .img-box
{
    padding-bottom: 56.09756098%;
}
.box-news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .item .note
{
    padding: 20px 30px;

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

    background-color: #f8f8f8;
}
@media (max-width: 991px)
{
    .box-news .item .note
    {
        padding: 20px 15px;
    }
}
.box-news .item .note h4
{
    font-size: 14px;

    margin: 0;
}
.box-news .item .note h4 span
{
    font-size: 26px;

    display: inline-block;

    margin-right: 10px;

    color: #00953d;
}
.box-news .item .note h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

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

    display: -webkit-box;
    overflow: hidden;

    height: 90px;
    margin: 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 991px)
{
    .box-news .item .note p
    {
        line-height: 24px;

        display: -webkit-box;
        overflow: hidden;

        height: 48px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.box-news .item .note a.more
{
    font-size: 16px;

    display: block;

    margin-top: 30px;
}
@media (max-width: 991px)
{
    .box-news .item .note a.more
    {
        font-size: 14px;

        margin-top: 20px;
    }
}
.box-news .item .note a.more:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

    margin-left: 10px;

    content: '\e666';
    vertical-align: middle;
}
.box-news .item .note a
{
    display: block;
}
.box-news .item:hover
{
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.box-news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-news .item:hover .note
{
    background-color: #fff;
}
.box-news .item:hover .note h3
{
    color: #004098;
}
.box-news .item:hover .note a.more
{
    color: #004098;
}
.footer
{
    position: relative;

    background-color: #222;
}
.footer .foot
{
    padding: 70px 0 40px;
}
@media (max-width: 1199px)
{
    .footer .foot
    {
        padding: 30px 0 50px;
    }
}
.footer .foot > ul
{
    padding: 0;

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

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

    content: '';
}
@media (max-width: 1199px)
{
    .footer .foot > ul:after
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .footer .foot > ul
    {
        display: block;
        overflow: hidden;

        margin: 0 -15px;
    }
}
@media (min-width: 1200px)
{
    .footer .foot > ul > li
    {
        display: inline-block;

        max-width: 430px;

        vertical-align: top;
        word-break: break-all;
    }
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li
    {
        display: inline-block;

        width: 33.33333333%;
        margin-right: -4px;
        padding: 0 15px;

        vertical-align: top;
    }
}
@media (max-width: 991px)
{
    .footer .foot > ul > li
    {
        width: 100%;
    }
    .footer .foot > ul > li:first-child
    {
        display: none;
    }
}
.footer .foot > ul > li h3
{
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;

    height: 20px;
    margin: 0;

    color: #fff;
}
@media (max-width: 991px)
{
    .footer .foot > ul > li h3:after
    {
        font-family: 'iconfont' !important;
        font-size: 14px;

        float: right;

        content: '\e628';
    }
}
.footer .foot > ul > li .item
{
    text-align: left;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item
    {
        margin-top: 30px;
    }
}
.footer .foot > ul > li .info-down
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .footer .foot > ul > li .info-down
    {
        display: none;

        padding-bottom: 10px;
    }
}
.footer .foot > ul > li .item-1 .info-down
{
    margin-top: 0;
}
.footer .foot > ul > li .item-1 .note
{
    margin-top: 24px;
}
.footer .foot > ul > li .item-1 .note p
{
    line-height: 1.71428571;

    color: #fff;
}
.footer .foot > ul > li .item-1 .text
{
    margin-top: 20px;
}
.footer .foot > ul > li .item-1 .text p.address,
.footer .foot > ul > li .item-1 .text p.tel,
.footer .foot > ul > li .item-1 .text p.email
{
    line-height: 30px;

    position: relative;

    padding-left: 46px;

    color: #fff;
}
.footer .foot > ul > li .item-1 .text p.address:before,
.footer .foot > ul > li .item-1 .text p.tel:before,
.footer .foot > ul > li .item-1 .text p.email:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;

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

    content: '\e6b8';

    color: #004098;
}
.footer .foot > ul > li .item-1 .text p.tel:before
{
    font-size: 28px;

    content: '\e626';
}
.footer .foot > ul > li .item-1 .text p.email:before
{
    font-size: 24px;

    left: 3px;

    content: '\e61a';
}
.footer .foot > ul > li .item-1 .text a:hover
{
    text-decoration: underline;
}
.footer .foot > ul > li .item-2 a
{
    line-height: 2.57142857;

    display: block;

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

    color: #fff;
}
.footer .foot > ul > li .item-2 a:hover
{
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
    text-decoration: underline;

    color: #0060e5;
}
.footer .foot > ul > li .item-2 .fnav
{
    display: inline-block;

    width: 130px;

    vertical-align: top;
}
.footer .foot > ul > li .item-3
{
    max-width: 300px;
}
@media (max-width: 991px)
{
    .footer .foot > ul > li .item-3
    {
        max-width: 100%;
    }
}
.footer .foot > ul > li .item-3 input,
.footer .foot > ul > li .item-3 textarea
{
    line-height: 40px;

    width: 100%;
    min-height: 40px;
    margin-top: 10px;
    padding: 0 20px;

    color: #fff;
    border: 1px solid #bfbfbf;
    background: none;
}
.footer .foot > ul > li .item-3 input::-webkit-input-placeholder,
.footer .foot > ul > li .item-3 textarea::-webkit-input-placeholder
{
    color: #707377;
}
.footer .foot > ul > li .item-3 input:-o-placeholder,
.footer .foot > ul > li .item-3 textarea:-o-placeholder
{
    color: #707377;
}
.footer .foot > ul > li .item-3 input::-moz-placeholder,
.footer .foot > ul > li .item-3 textarea::-moz-placeholder
{
    color: #707377;
}
.footer .foot > ul > li .item-3 input:-ms-input-placeholder,
.footer .foot > ul > li .item-3 textarea:-ms-input-placeholder
{
    color: #707377;
}
.footer .foot > ul > li .item-3 input:focus::-webkit-input-placeholder,
.footer .foot > ul > li .item-3 textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-3 input:focus::-o-placeholder,
.footer .foot > ul > li .item-3 textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-3 input:focus::-moz-placeholder,
.footer .foot > ul > li .item-3 textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-3 input:focus::-ms-input-placeholder,
.footer .foot > ul > li .item-3 textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-3 .submit
{
    line-height: 40px;

    height: 40px;
    margin-top: 14px;
    padding: 0 26px;

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

    color: #999;
    color: #fff;
    border-radius: 6px;
    background-color: #004098;
}
.footer .foot > ul > li .item-3 .submit:hover
{
    background-color: #00953d;
}
.footer .foot > ul > li.current .title-foot h3:after
{
    content: '\e623';
}
.footer .copyright
{
    overflow: hidden;

    padding: 20px 0;

    text-align: center;

    border-top: 1px solid #474747;
}
.footer .copyright p
{
    font-size: 12px;
    line-height: 28px;

    margin: 0;

    color: #999;
}
.footer .copyright p a
{
    margin-left: 70px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 767px)
{
    .footer .copyright p a
    {
        display: block;

        margin: 0;
    }
}
.footer .copyright p a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .copyright .share
{
    float: right;
}
.footer .copyright .share ul li
{
    display: inline-block;
}
.footer .copyright .share ul li a
{
    display: block;

    height: 30px;

    -webkit-transition: all .5s;
            transition: all .5s;
}
.footer .copyright .share ul li a:before
{
    font-family: 'iconfont';
    font-size: 15px;
    font-weight: normal;
    line-height: 30px;

    display: inline-block;

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

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

    color: #fff;
    border-radius: 50%;
    background-color: #0742ae;
}
.footer .copyright .share ul li.twitter a:before
{
    content: '\e60b';

    background-color: #13b5b1;
}
.footer .copyright .share ul li.linkedin a:before
{
    content: '\e6f0';

    background-color: #0075a9;
}
.footer .copyright .share ul li.instagram a:before
{
    content: '\e607';
}
.footer .copyright .share ul li.youtube a:before
{
    content: '\e6d7';

    background-color: #0068b7;
}
.footer .copyright .share ul li.google a:before
{
    content: '\e60c';

    background-color: #89c997;
}
.footer .copyright .share ul li:hover a
{
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);
}
.wrapper
{
    overflow: hidden;
}
.wrap
{
    padding: 100px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 60px 0;
    }
}
.title-in
{
    margin-top: 40px;

    text-align: center;
}
.title-in h2
{
    font-size: 30px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 991px)
{
    .title-in h2
    {
        font-size: 24px;
    }
}
.wrap-location
{
    padding: 26px 0;

    border-bottom: 1px solid #eee;
}
.wrap-location .location
{
    position: relative;

    padding-right: 140px;
}
@media (max-width: 767px)
{
    .wrap-location .location
    {
        padding-right: 0;
    }
}
.wrap-location .location .list a
{
    line-height: 50px;

    display: inline-block;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-location .location .list a
    {
        line-height: 30px;
    }
}
.wrap-location .location .list a:after
{
    float: right;

    margin: 0 4px;

    content: '>';
}
@media (max-width: 767px)
{
    .wrap-location .location .list a:after
    {
        margin: 0 2px;
    }
}
.wrap-location .location .list a:last-child
{
    color: #004098;
}
.wrap-location .location .list a:last-child:after
{
    display: none;
}
.wrap-location .location .list a:last-child:hover
{
    text-decoration: none;
}
.wrap-location .location .list a:hover
{
    text-decoration: underline;

    color: #004098;
}
.wrap-location .location .return
{
    position: absolute;
    top: 0;
    right: 0;
}
@media (max-width: 767px)
{
    .wrap-location .location .return
    {
        position: relative;

        display: inline-block;

        margin-top: 10px;
    }
}
.wrap-location .location .return a
{
    font-weight: bold;
    line-height: 50px;

    display: block;

    height: 50px;
    padding: 0 24px;

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

    color: #666;
    border: 1px solid #e5e5e5;
}
@media (max-width: 767px)
{
    .wrap-location .location .return a
    {
        line-height: 40px;

        height: 40px;
    }
}
.wrap-location .location .return a:before
{
    font-family: 'iconfont' !important;

    margin-right: 10px;

    content: '\e8a4';
}
.wrap-location .location .return a:hover
{
    color: #fff;
    border-color: #004098;
    background-color: #004098;
}
.wrap-social-title
{
    padding: 26px 0;

    border-bottom: 1px solid #eee;
}
.wrap-social-title .social-title
{
    position: relative;

    padding-right: 140px;
}
@media (max-width: 767px)
{
    .wrap-social-title .social-title
    {
        padding-right: 0;
    }
}
.wrap-social-title .social-title .list p
{
    font-size: 16px;
    line-height: 50px;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-social-title .social-title .list p
    {
        font-size: 14px;
    }
}
.wrap-social-title .social-title .list p b:after
{
    font-weight: normal;

    margin-left: 40px;

    content: '|';

    color: #dcdcdc;
}
@media (max-width: 991px)
{
    .wrap-social-title .social-title .list p b:after
    {
        margin-left: 10px;
    }
}
.wrap-social-title .social-title .list p span
{
    display: inline-block;

    margin-left: 40px;
}
@media (max-width: 991px)
{
    .wrap-social-title .social-title .list p span
    {
        margin-left: 10px;
    }
}
.wrap-social-title .social-title .return
{
    position: absolute;
    top: 0;
    right: 0;
}
@media (max-width: 767px)
{
    .wrap-social-title .social-title .return
    {
        position: relative;

        display: inline-block;

        margin-top: 10px;
    }
}
.wrap-social-title .social-title .return a
{
    line-height: 50px;

    display: block;

    height: 50px;
    padding: 0 24px;

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

    color: #666;
    border: 1px solid #e5e5e5;
}
@media (max-width: 767px)
{
    .wrap-social-title .social-title .return a
    {
        line-height: 40px;

        height: 40px;
    }
}
.wrap-social-title .social-title .return a:hover
{
    color: #fff;
    border-color: #004098;
    background-color: #004098;
}
.sidenav
{
    overflow: hidden;

    padding: 30px 0;

    text-align: center;

    border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 991px)
{
    .sidenav
    {
        padding: 10px 0;
    }
}
.sidenav .container > ul
{
    position: relative;

    margin: 0 -50px;
}
.sidenav .container > ul > li
{
    display: inline-block;

    margin: 5px 0;
}
.sidenav .container > ul > li:after
{
    content: '|';

    color: #dcdcdc;
}
.sidenav .container > ul > li:last-child:after
{
    display: none;
}
.sidenav .container > ul > li > a
{
    font-weight: bold;
    line-height: 30px;

    position: relative;

    display: inline-block;

    padding: 0 50px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 991px)
{
    .sidenav .container > ul > li > a
    {
        padding: 0 20px;
    }
}
.sidenav .container > ul > li.active > a,
.sidenav .container > ul > li:hover > a
{
    color: #004098;
    border-color: #004098;
}
.sidenav .container > ul > li.active .level-2
{
    display: block;
}
.pro-side
{
    padding: 90px 0;
}
@media (max-width: 991px)
{
    .pro-side
    {
        display: none;
    }
}
.pro-side .pro-level-1 > li
{
    margin-bottom: 30px;
}
.pro-side .pro-level-1 > li h3
{
    font-size: 16px;
    font-weight: bold;

    margin: 0;
}
.pro-side .pro-level-1 > li h3 a
{
    line-height: 2;

    position: relative;

    display: block;

    padding: 0 30px;
}
.pro-side .pro-level-1 > li h3 a:before
{
    position: absolute;
    top: 10px;
    left: 0;

    display: block;

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

    content: '';

    background-color: #004098;
}
.pro-side .pro-level-1 > li h3:hover a
{
    color: #004098;
}
.pro-side .pro-level-1 > li .pro-level-2
{
    display: none;

    padding: 20px 0 0 0;
}
.pro-side .pro-level-1 > li .pro-level-2 li a
{
    line-height: 2.57142857;

    display: block;

    padding: 0 30px;

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

    color: #999;
}
.pro-side .pro-level-1 > li .pro-level-2 li a:before
{
    content: '>';
}
.pro-side .pro-level-1 > li .pro-level-2 li a:hover
{
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
    text-decoration: underline;

    color: #004098;
}
.pro-side .pro-level-1 > li.more h3 a:after
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    line-height: 30px;

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

    display: block;

    content: '\e628';

    color: #00953d;
}
.pro-side .pro-level-1 > li.more.active h3 a:after
{
    content: '\e623';
}
.pro-side .pro-level-1 > li.active .pro-level-2
{
    display: block;
}
.wrap-about .about .text h3
{
    font-size: 24px;
    font-weight: bold;

    margin-bottom: 20px;
}
@media (max-width: 991px)
{
    .wrap-about .about .text h3
    {
        font-size: 22px;
    }
}
.wrap-about .about .text p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-about .about .pic
    {
        margin-top: 50px;
    }
}
.wrap-about .about .pic img
{
    max-width: 100%;
}
.wrap-about .history
{
    overflow: hidden;

    margin-top: 100px;
    padding-top: 100px;

    border-top: 1px solid #e5e5e5;
}
@media (max-width: 991px)
{
    .wrap-about .history
    {
        margin-top: 60px;
        padding-top: 60px;
    }
}
.wrap-about .history .axis
{
    position: relative;
}
@media only screen and (min-width: 768px)
{
    .wrap-about .history .axis
    {
        padding: 0 24px;
    }
}
.wrap-about .history .carousel-wrap
{
    position: relative;

    overflow: hidden;

    margin-top: 50px;
}
@media only screen and (min-width: 768px)
{
    .wrap-about .history .carousel-wrap:before
    {
        position: absolute;
        top: 50%;
        left: 0;

        width: 100%;
        height: 7px;

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

        background: url(../images/history_bg.png) repeat-x;
    }
}
.wrap-about .history .carousel
{
    font-size: 0;

    left: 0;

    -webkit-transition: .5s;
            transition: .5s;
}
.wrap-about .history .carousel .carousel-box
{
    width: 100%;
}
.wrap-about .history .carousel .carousel-even
{
    position: relative;

    margin-left: -20px;
}
.wrap-about .history .carousel .carousel-even .item
{
    vertical-align: bottom;
}
@media only screen and (min-width: 768px)
{
    .wrap-about .history .carousel .carousel-even .item
    {
        -webkit-transform: translateY(11px);
            -ms-transform: translateY(11px);
                transform: translateY(11px);
    }
}
.wrap-about .history .carousel .carousel-even .item:before
{
    bottom: 0;

    margin-bottom: -7px;
}
.wrap-about .history .carousel .carousel-even .item:nth-child(3n+2) h3
{
    background-color: #95006d;
    box-shadow: 0 2px 0 #610047;
}
.wrap-about .history .carousel .carousel-even .item:nth-child(3n+2) .num:before
{
    border-color: #95006d;
}
.wrap-about .history .carousel .carousel-even .item:nth-child(3n+2) .num span
{
    border-color: #95006d;
}
.wrap-about .history .carousel .carousel-even .item:nth-child(3n+3) h3
{
    background-color: #380095;
    box-shadow: 0 2px 0 #250061;
}
.wrap-about .history .carousel .carousel-even .item:nth-child(3n+3) .num:before
{
    border-color: #380095;
}
.wrap-about .history .carousel .carousel-even .item:nth-child(3n+3) .num span
{
    border-color: #380095;
}
.wrap-about .history .carousel .item-box:after
{
    bottom: 0;

    margin-bottom: -8px;

    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.wrap-about .history .pic{
	text-align: center;
}
.wrap-about .history .pic p
{
    line-height: 1.71428571;

    position: relative;

    margin: 10px 0;
    padding-left: 10px;
	display: inline-block;
}
.wrap-about .history .pic p:before
{
    position: absolute;
    top: 8px;
    left: 0;

    display: inline-block;

    width: 5px;
    height: 5px;

    content: '';

    border-radius: 50%;
    background-color: #333;
}
.wrap-about .history .img-box
{
    padding-bottom: 60.60606061%;
}
@media only screen and (min-width: 768px)
{
    .wrap-about .history .carousel-odd
    {
        border-left: 170px solid transparent;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1360px)
{
    .wrap-about .history .carousel-odd
    {
        border-left-width: 110px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .wrap-about .history .carousel-odd
    {
        border-left-width: 140px;
    }
}
.wrap-about .history .carousel-odd .item
{
    -webkit-transform: translateY(-11px);
        -ms-transform: translateY(-11px);
            transform: translateY(-11px);
    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-about .history .carousel-odd .item
    {
        margin-top: 0;
    }
}
.wrap-about .history .carousel-odd .item .note h3
{
    margin-top: 0;
    margin-bottom: 40px;

    background-color: #956900;
    box-shadow: 0 -2px 0 #614400;
}
@media (max-width: 767px)
{
    .wrap-about .history .carousel-odd .item .note h3
    {
        margin: 20px 0 0 0;
    }
}
.wrap-about .history .carousel-odd .item .note .num span
{
    border-color: #956900;
}
.wrap-about .history .carousel-odd .item:nth-child(3n+2) h3
{
    background-color: #009395;
    box-shadow: 0 -2px 0 #005f61;
}
.wrap-about .history .carousel-odd .item:nth-child(3n+2) .num:after
{
    border-color: #009395;
}
.wrap-about .history .carousel-odd .item:nth-child(3n+2) .num span
{
    border-color: #009395;
}
.wrap-about .history .carousel-odd .item:nth-child(3n+3) h3
{
    background-color: #899500;
    box-shadow: 0 -2px 0 #596100;
}
.wrap-about .history .carousel-odd .item:nth-child(3n+3) .num:after
{
    border-color: #899500;
}
.wrap-about .history .carousel-odd .item:nth-child(3n+3) .num span
{
    border-color: #899500;
}
.wrap-about .history .carousel-odd .item-box .num:before
{
    display: none !important;
}
.wrap-about .history .carousel-odd .item-box .num:after
{
    display: block;

    width: 1px;
    height: 56px;
    margin: 0 auto;

    content: '';

    border-left: 2px dashed #996f0a;
}
@media (max-width: 767px)
{
    .wrap-about .history .carousel-odd .item-box .num:after
    {
        display: none;
    }
}
@media (max-width: 767px)
{
    .wrap-about .history .carousel-odd .pic
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .history .carousel-odd .item:last-child .pic:after
    {
        display: none;
    }
}
.wrap-about .history .production
{
    font-size: 0;

    position: relative;
}
.wrap-about .history .item
{
    font-size: 14px;

    position: relative;
    z-index: 5;

    display: inline-block;

    padding: 0 40px;

    -webkit-transition: opacity .3s;
            transition: opacity .3s;
}
@media only screen and (min-width: 768px)
{
    .wrap-about .history .item
    {
        width: 370px;

        opacity: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1350px)
{
    .wrap-about .history .item
    {
        width: 350px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .wrap-about .history .item
    {
        width: 400px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .wrap-about .history .item
    {
        width: 274px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .history .item
    {
        display: block;

        width: 100%;
        margin-bottom: 0;
        padding: 0;
    }
}
.wrap-about .history .item:hover:before,
.wrap-about .history .item:hover .date,
.wrap-about .history .item:hover .item-box:after
{
    color: #fff;
    background-color: #004098;
}
.wrap-about .history .item .item-box
{
    position: relative;
}
.wrap-about .history .item .note
{
    font-size: 16px;
    line-height: 1.875;

    display: block;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-about .history .item .note
    {
        text-align: left;
    }
}
.wrap-about .history .item .note h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 34px;

    display: inline-block;

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

    color: #fff;
    border-radius: 10px;
    background-color: #159500;
    box-shadow: 0 2px 0 #0d6100;
}
@media (max-width: 767px)
{
    .wrap-about .history .item .note .num
    {
        display: none;
    }
}
.wrap-about .history .item .note .num:before
{
    display: block;

    width: 1px;
    height: 56px;
    margin: 0 auto;

    content: '';

    border-left: 2px dashed #159500;
}
.wrap-about .history .item .note .num span
{
    line-height: 22px;

    display: block;

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

    border: 5px solid #159500;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .wrap-about .production-btn
    {
        display: none;
    }
}
.wrap-about .production-btn span
{
    line-height: 15px;

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

    width: 15px;
    height: 15px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #00953d;
}
.wrap-about .production-btn span:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
}
.wrap-about .production-btn span:hover
{
    background-color: #004098;
}
.wrap-about .production-btn .prev
{
    left: 0;
}
.wrap-about .production-btn .next
{
    right: 0;

    background-color: #004098;
}
.wrap-culture
{
    overflow: hidden;
}
.wrap-culture .title-culture h3
{
    font-size: 24px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-culture .title-culture h3
    {
        font-size: 20px;
    }
}
.wrap-culture .concept ul
{
    font-size: 0;

    margin: 0 -34px;
}
@media (max-width: 1350px)
{
    .wrap-culture .concept ul
    {
        margin: 0 -15px;
    }
}
.wrap-culture .concept ul li
{
    display: inline-block;

    width: 18%;
    margin-top: 60px;
    padding: 0 34px;

    vertical-align: top;
}
@media (max-width: 1350px)
{
    .wrap-culture .concept ul li
    {
        padding: 0 15px;
    }
}
@media (max-width: 991px)
{
    .wrap-culture .concept ul li
    {
        width: 50%;
        margin-top: 30px;
    }
}
.wrap-culture .concept ul li:nth-child(3)
{
    width: 28%;
}
@media (max-width: 991px)
{
    .wrap-culture .concept ul li:nth-child(3)
    {
        width: 100%;
    }
}
.wrap-culture .concept ul li:nth-child(2) .item h3,
.wrap-culture .concept ul li:nth-child(5) .item h3
{
    color: #00b078;
    border-bottom: 2px solid #00b078;
}
.wrap-culture .concept .item img
{
    display: block;

    max-width: 100%;
    margin: 0 auto;
}
.wrap-culture .concept .item h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 2;

    margin: 40px 0 20px 0;

    color: #004098;
    border-bottom: 2px solid #004098;
}
.wrap-culture .concept .item h3 span
{
    font-family: 'Rajdhani', Arial;
    font-weight: normal;

    margin-left: 20px;

    color: #999;
}
.wrap-culture .concept .item p
{
    font-size: 14px;
    line-height: 2.14285714;

    margin: 0;

    color: #999;
}
.wrap-culture .concept .item p b
{
    margin-right: 12px;

    color: #333;
}
.wrap-culture .vision
{
    margin-top: 90px;
}
@media (max-width: 991px)
{
    .wrap-culture .vision
    {
        margin-top: 60px;
    }
}
.wrap-culture .vision .pic
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-culture .vision .pic
    {
        margin-top: 40px;
    }
}
.wrap-culture .vision .pic img
{
    max-width: 100%;
}
.wrap-culture .activity
{
    margin-top: 90px;
}
@media (max-width: 991px)
{
    .wrap-culture .activity
    {
        margin-top: 60px;
    }
}
.wrap-culture .activity .info
{
    margin-top: 40px;
}
.wrap-culture .activity .item
{
    margin-top: 30px;
    padding: 0 15px;
}
.wrap-culture .activity .item .img-box
{
    padding-bottom: 85.36585366%;
}
.wrap-culture .activity .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-culture .activity .item p
{
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;

    display: -webkit-box;
    overflow: hidden;

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

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-culture .activity .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-culture .activity .slick-arrow
{
    position: absolute;
    z-index: 9;
    top: -50px;
    right: 80px;

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

    cursor: pointer;

    border: 1px solid #b5b5b5;
    border-radius: 50%;
    background: none;
}
.wrap-culture .activity .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;
    line-height: 36px;

    display: block;

    content: '\e9b7';
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #c7c7c7;
}
.wrap-culture .activity .slick-arrow.slick-next
{
    right: 15px;
    left: auto;
}
.wrap-culture .activity .slick-arrow.slick-next:before
{
    content: '\e610';
}
.wrap-culture .activity .slick-arrow:hover
{
    border-color: #004098;
}
.wrap-culture .activity .slick-arrow:hover:before
{
    color: #004098;
}
.wrap-honor .text
{
    text-align: center;
}
.wrap-honor .text p
{
    font-weight: 500;
    line-height: 2.14285714;

    margin: 0;
}
.wrap-honor .honor
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .wrap-honor .honor
    {
        margin-top: 20px;
    }
}
.wrap-honor .item
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-honor .item
    {
        margin-top: 20px;
    }
}
.wrap-honor .item .pic
{
    padding: 26px 14px;

    border: 1px solid #e5e5e5;
}
@media (max-width: 991px)
{
    .wrap-honor .item .pic
    {
        padding: 10px;
    }
}
.wrap-honor .item .img-box
{
    padding-bottom: 128.125%;
}
.wrap-honor .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-honor .item p
{
    font-weight: bold;
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

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

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-honor .item:hover .pic
{
    border-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.wrap-honor .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-plan
{
    overflow: hidden;
}
.wrap-plan .text p
{
    font-size: 14px;
    line-height: 30px;

    margin: 0;

    color: #666;
}
.wrap-plan .text p b
{
    font-size: 24px;

    color: #333;
}
@media (max-width: 991px)
{
    .wrap-plan .text p b
    {
        font-size: 20px;
    }
}
.wrap-plan .pic
{
    margin-top: 16px;
}
.wrap-plan .pic ul
{
    font-size: 0;

    margin: 0 -15px;
}
.wrap-plan .pic ul li
{
    display: inline-block;

    width: 44%;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-plan .pic ul li
    {
        width: 100%;
    }
}
.wrap-plan .pic ul li:nth-child(2),
.wrap-plan .pic ul li:nth-child(3)
{
    width: 56%;
}
@media (max-width: 767px)
{
    .wrap-plan .pic ul li:nth-child(2),
    .wrap-plan .pic ul li:nth-child(3)
    {
        width: 100%;
    }
}
.wrap-plan .pic .item-1 .img-box,
.wrap-plan .pic .item-4 .img-box
{
    padding-bottom: 72.72727273%;
}
.wrap-plan .pic .item-2 .img-box,
.wrap-plan .pic .item-3 .img-box
{
    padding-bottom: 56.33802817%;
}
.wrap-plan .pic .item
{
    position: relative;

    margin-top: 30px;

    background-color: #000;
}
.wrap-plan .pic .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;

    opacity: .4;
}
.wrap-plan .pic .item .mask
{
    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
.wrap-plan .pic .item .mask h3
{
    font-size: 24px;
    font-weight: bold;

    margin: 0;

    color: #fff;
}
@media (max-width: 1199px)
{
    .wrap-plan .pic .item .mask h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-plan .pic .item .mask h3
    {
        font-size: 16px;
    }
}
.wrap-plan .pic .item .mask h3 a
{
    display: inline-block;
}
.wrap-plan .pic .item .mask h3 a:before,
.wrap-plan .pic .item .mask h3 a:after
{
    display: inline-block;

    width: 80px;
    height: 9px;
    margin-right: 20px;

    content: '';

    background: url(../images/line-1.png) no-repeat;
}
@media (max-width: 991px)
{
    .wrap-plan .pic .item .mask h3 a:before,
    .wrap-plan .pic .item .mask h3 a:after
    {
        margin-right: 10px;
    }
}
.wrap-plan .pic .item .mask h3 a:after
{
    margin-right: 0;
    margin-left: 20px;

    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
@media (max-width: 991px)
{
    .wrap-plan .pic .item .mask h3 a:after
    {
        margin-left: 10px;
    }
}
.wrap-plan .pic .item .mask .note
{
    overflow: hidden;

    height: 0;
    margin-top: 0;

    -webkit-transition: all .6s;
            transition: all .6s;
}
@media (max-width: 991px)
{
    .wrap-plan .pic .item .mask .note
    {
        height: auto;
        margin-top: 10px;
    }
}
.wrap-plan .pic .item .mask .note a
{
    font-size: 14px;
    line-height: 50px;

    display: inline-block;

    height: 50px;
    margin: 0 5px;
    margin-top: 10px;
    padding: 0 20px;

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

    color: #fff;
    border: 1px solid rgba(255, 255, 255, .7);
    background-color: rgba(0, 0, 0, .7);
}
@media (max-width: 991px)
{
    .wrap-plan .pic .item .mask .note a
    {
        line-height: 40px;

        height: 40px;
        padding: 0 10px;
    }
}
.wrap-plan .pic .item .mask .note a:hover
{
    background-color: rgba(0, 64, 152, .7);
}
.wrap-plan .pic .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-plan .pic .item:hover .mask .note
{
    height: auto;
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-plan .pic .item:hover .mask .note
    {
        margin-top: 10px;
    }
}
.wrap-plan-show .text-1
{
    padding-bottom: 60px;

    border-bottom: 1px solid #e5e5e5;
}
.wrap-plan-show .text-1 h3
{
    font-size: 24px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-plan-show .text-1 h3
    {
        font-size: 22px;
    }
}
.wrap-plan-show .text-1 p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-plan-show .text-1 p span
{
    font-weight: bold;

    color: #00953d;
}
.wrap-plan-show .text-2
{
    padding: 60px 0;

    border-bottom: 1px solid #e5e5e5;
}
.wrap-plan-show .text-2 h4
{
    font-size: 20px;
    font-weight: bold;

    margin: 0;
}
.wrap-plan-show .text-2 p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-plan-show .text-2 .item-1
{
    margin-top: 30px;

    border: 1px solid #e5e5e5;
}
.wrap-plan-show .text-2 .item-1 .img-box
{
    padding-bottom: 68.25396825%;
}
.wrap-plan-show .text-2 .item-2
{
    margin-top: 30px;

    border: 1px solid #e5e5e5;
}
.wrap-plan-show .text-2 .item-2 .img-box
{
    padding-bottom: 66.66666667%;
}
.wrap-plan-show .text-3
{
    padding-top: 60px;
}
.wrap-plan-show .text-3 h4
{
    font-size: 20px;
    font-weight: bold;

    margin: 0;
}
.wrap-plan-show .text-3 p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-plan-show .text-3 .note
{
    padding: 0 30px;
}
@media (max-width: 991px)
{
    .wrap-plan-show .text-3 .note
    {
        padding: 0 15px;
    }
}
.wrap-plan-show .text-3 .note h5
{
    font-size: 18px;
    font-weight: bold;

    margin: 0;
}
.wrap-plan-show .text-3 .note h5:before
{
    display: inline-block;

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

    content: '';

    background-color: #004098;
}
.wrap-plan-show .text-3 .note img
{
    max-width: 100%;
}
.wrap-plan-show .text-3 .item-3
{
    margin-top: 20px;
}
.wrap-plan-show .text-3 .item-3 .img-box
{
    padding-bottom: 78.94736842%;
}
.wrap-case .case
{
    margin-top: 30px;
}
.wrap-case .case .item
{
    position: relative;

    overflow: hidden;

    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-case .case .item
    {
        margin-top: 16px;
    }
}
.wrap-case .case .item .img-box
{
    padding-bottom: 85.36585366%;
}
.wrap-case .case .item .maskbg
{
    position: absolute;

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

    background-color: rgba(0, 64, 152, .85);
}
@media (max-width: 767px)
{
    .wrap-case .case .item .maskbg
    {
        display: none !important;
    }
}
.wrap-case .case .item .maskbg .mask
{
    position: relative;

    display: block;

    height: 100%;

    border: 1px solid #dde3ed;
}
.wrap-case .case .item .maskbg .mask p
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;

    position: absolute;
    top: 50%;

    width: 100%;

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

    color: #fff;
}
.wrap-case .case .item .maskbg .mask p:after
{
    font-family: 'iconfont' !important;
    font-size: 40px;
    font-weight: normal;

    display: block;

    margin-top: 30px;

    content: '\e65f';
}
@media (max-width: 767px)
{
    .wrap-case .case .item .maskbg .mask p:after
    {
        display: none;
    }
}
.wrap-case .case .item h4
{
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    display: none;
    overflow: hidden;

    height: 30px;
    margin: 10px 0 0 0;

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-case .case .item h4
    {
        display: block;
    }
}
.wrap-case-show
{
    overflow: hidden;
}
.wrap-case-show .title-case h1
{
    font-size: 24px;
    font-weight: bold;

    margin: 0 0 10px 0;
}
@media (max-width: 991px)
{
    .wrap-case-show .title-case h1
    {
        font-size: 22px;
    }
}
.wrap-case-show .title-case p
{
    line-height: 2.14285714;

    display: inline-block;

    margin: 0;
    margin-right: 50px;

    color: #999;
}
.wrap-case-show .title-case p:last-child
{
    margin-right: 0;
}
.wrap-case-show .title-case p span
{
    display: inline-block;

    margin: 0 4px;
}
.wrap-case-show .title-case p span:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e625';

    color: #f39800;
}
.wrap-case-show .text
{
    margin-top: 40px;
}
.wrap-case-show .text p
{
    line-height: 2.14285714;

    margin: 0;
}
.wrap-case-show .text img
{
    max-width: 100%;
}
.wrap-case-show .text .pic
{
    overflow: hidden;

    margin: 0 -15px;
}
.wrap-case-show .text .pic .item-1
{
    float: left;

    width: 60.6%;
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .wrap-case-show .text .pic .item-1
    {
        width: 100%;
    }
}
.wrap-case-show .text .pic .item-1 .img-box
{
    margin-top: 30px;
    padding-bottom: 55.84415584%;
}
@media (max-width: 991px)
{
    .wrap-case-show .text .pic .item-1 .img-box
    {
        margin-top: 20px;
    }
}
.wrap-case-show .text .pic .item-2
{
    float: left;

    width: 39.4%;
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .wrap-case-show .text .pic .item-2
    {
        width: 100%;
    }
}
.wrap-case-show .text .pic .item-2 .img-box
{
    margin-top: 30px;
    padding-bottom: 40.81632653%;
}
@media (max-width: 991px)
{
    .wrap-case-show .text .pic .item-2 .img-box
    {
        margin-top: 20px;
    }
}
.wrap-case-show .relate
{
    overflow: hidden;

    margin-top: 60px;

    border-top: 1px solid #dcdcdc;
}
.wrap-case-show .relate a
{
    line-height: 20px;

    display: block;
    display: -webkit-box;
    float: left;
    overflow: hidden;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-case-show .relate a
    {
        width: 100%;
    }
}
.wrap-case-show .relate a.prev:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

    margin-right: 10px;

    content: '\e632';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);

    color: #bcbcbc;
}
.wrap-case-show .relate a.next
{
    text-align: right;
}
@media (max-width: 991px)
{
    .wrap-case-show .relate a.next
    {
        text-align: left;
    }
}
.wrap-case-show .relate a.next:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

    margin-left: 10px;

    content: '\e632';

    color: #bcbcbc;
}
@media (max-width: 991px)
{
    .wrap-case-show .relate a.next:after
    {
        float: left;

        margin-right: 10px;
        margin-left: 0;
    }
}
.wrap-case-show .relate a:hover
{
    color: #004098;
}
.wrap-case-show .relate a:hover:before,
.wrap-case-show .relate a:hover:after
{
    color: #004098;
}
.wrap-steel
{
    padding-bottom: 60px;
}
.wrap-steel .text-1
{
    padding-bottom: 60px;

    border-bottom: 1px solid #e5e5e5;
}
.wrap-steel .text-1 h3
{
    font-size: 20px;
    font-weight: bold;

    margin: 0;
}
.wrap-steel .text-1 p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-steel .text-1 p span
{
    font-weight: bold;

    color: #00953d;
}
.wrap-steel .text-2
{
    padding: 60px 0;

    border-bottom: 1px solid #e5e5e5;
}
.wrap-steel .text-2 h3
{
    font-size: 20px;
    font-weight: bold;

    margin: 0;
}
.wrap-steel .text-2 p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-steel .text-2 p span
{
    font-weight: bold;

    color: #00953d;
}
.wrap-steel .text-2 p b
{
    font-size: 16px;

    color: #980000;
}
.wrap-steel .text-2 .item-1 .img-box
{
    margin-top: 30px;
    padding-bottom: 68.25396825%;

    border: 1px solid #e5e5e5;
}
.wrap-steel .text-2 .item-2 .img-box
{
    margin-top: 30px;
    padding-bottom: 31.74603175%;

    border: 1px solid #e5e5e5;
}
.wrap-relate-case .title-relate-case h3
{
    font-size: 20px;
    font-weight: bold;

    margin: 0;
}
.wrap-relate-case .dowebok
{
    font-size: 0;

    overflow: hidden;

    width: 100%;
    margin-top: 50px;
    margin-bottom: -8px;

    letter-spacing: -4px;

    background: none;
}
.wrap-relate-case .item
{
    position: relative;

    display: inline-block;

    width: 320px;
}
.wrap-relate-case .item .img-box
{
    padding-bottom: 93.75%;
}
.wrap-relate-case .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
@media (max-width: 991px)
{
    .wrap-relate-case .item
    {
        width: 300px;
    }
}
@media (max-width: 767px)
{
    .wrap-relate-case .item
    {
        width: 250px;
    }
}
.wrap-relate-case .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news ul li
{
    overflow: hidden;

    margin-top: 30px;
}
.wrap-news .news ul li:first-child
{
    margin-top: 0;
}
.wrap-news .news .item
{
    overflow: hidden;

    padding: 24px 40px;

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

    border: 1px solid #e5e5e5;
}
@media (max-width: 1199px)
{
    .wrap-news .news .item
    {
        padding: 24px 10px;
    }
}
.wrap-news .news .item .pic
{
    float: left;

    width: 30%;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .pic
    {
        width: 40%;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .pic
    {
        width: 100%;
    }
}
.wrap-news .news .item .pic .img-box
{
    padding-bottom: 71.42857143%;
}
.wrap-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news .item .note
{
    float: left;

    width: 70%;
    padding-left: 60px;
}
@media (max-width: 1199px)
{
    .wrap-news .news .item .note
    {
        padding-left: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-news .news .item .note
    {
        width: 60%;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note
    {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-news .news .item .note h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .wrap-news .news .item .note h3
    {
        margin-top: 0;
    }
}
.wrap-news .news .item .note span
{
    line-height: 24px;

    display: inline-block;

    color: #999;
}
.wrap-news .news .item .note span:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    margin-right: 10px;

    content: '\e62f';
}
.wrap-news .news .item .note span.view
{
    margin-right: 30px;
}
.wrap-news .news .item .note span.date:before
{
    content: '\e61f';
}
.wrap-news .news .item .note p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.wrap-news .news .item .note a
{
    display: block;
}
.wrap-news .news .item:hover
{
    border-color: #004098;
}
.wrap-news .news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news .item:hover .note h3
{
    color: #004098;
}
.wrap-news-show .title-news-show h1
{
    font-size: 24px;
    font-weight: bold;

    margin: 0 0 20px 0;
}
@media (max-width: 991px)
{
    .wrap-news-show .title-news-show h1
    {
        font-size: 22px;
    }
}
.wrap-news-show .title-news-show .view-date
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-news-show .title-news-show .view-date span
{
    line-height: 30px;

    display: inline-block;

    color: #999;
}
.wrap-news-show .title-news-show .view-date span:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    margin-right: 10px;

    content: '\e62f';
}
.wrap-news-show .title-news-show .view-date span.view
{
    margin-right: 30px;
}
.wrap-news-show .title-news-show .view-date span.date:before
{
    content: '\e61f';
}
.wrap-news-show .title-news-show .info
{
    position: relative;

    padding-right: 220px;
}
@media (max-width: 991px)
{
    .wrap-news-show .title-news-show .info
    {
        padding-right: 0;
    }
}
.wrap-news-show .title-news-show .info .share
{
    position: absolute;
    top: 0;
    right: 0;
}
@media (max-width: 991px)
{
    .wrap-news-show .title-news-show .info .share
    {
        position: relative;

        margin-top: 10px;
    }
}
.wrap-news-show .title-news-show .info .share p
{
    line-height: 26px;

    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
.wrap-news-show .title-news-show .info .share .addthis_inline_share_toolbox_r21l
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-news-show .title-news-show .info .at-resp-share-element .at-share-btn .at-icon-wrapper
{
    line-height: 20px !important;

    width: 20px !important;
    height: 20px !important;

    outline: none;
}
.wrap-news-show .title-news-show .info .at-resp-share-element .at-share-btn .at-icon-wrapper svg
{
    line-height: 20px !important;

    width: 20px !important;
    height: 20px !important;
}
.wrap-news-show .title-news-show .info .at-resp-share-element .at-share-btn
{
    outline: none;
}
.wrap-news-show .text
{
    margin-top: 40px;
}
.wrap-news-show .text p
{
    line-height: 1.85714286;

    margin: 0;

    color: #666;
}
.wrap-news-show .text img
{
    max-width: 100%;
}
.wrap-news-show .relate
{
    overflow: hidden;

    margin-top: 60px;

    border-top: 1px solid #dcdcdc;
}
.wrap-news-show .relate a
{
    line-height: 20px;

    display: block;
    display: -webkit-box;
    float: left;
    overflow: hidden;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-news-show .relate a
    {
        width: 100%;
    }
}
.wrap-news-show .relate a.prev:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

    margin-right: 10px;

    content: '\e632';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);

    color: #bcbcbc;
}
.wrap-news-show .relate a.next
{
    text-align: right;
}
@media (max-width: 991px)
{
    .wrap-news-show .relate a.next
    {
        text-align: left;
    }
}
.wrap-news-show .relate a.next:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

    margin-left: 10px;

    content: '\e632';

    color: #bcbcbc;
}
@media (max-width: 991px)
{
    .wrap-news-show .relate a.next:after
    {
        float: left;

        margin-right: 10px;
        margin-left: 0;
    }
}
.wrap-news-show .relate a:hover
{
    color: #004098;
}
.wrap-news-show .relate a:hover:before,
.wrap-news-show .relate a:hover:after
{
    color: #004098;
}
.side-news
{
    padding-left: 40px;
}
@media (max-width: 991px)
{
    .side-news
    {
        margin-top: 30px;
        padding-left: 0;
    }
}
.side-news ul li
{
    padding: 20px 0;

    border-bottom: 1px dotted #e5e5e5;
}
.side-news ul li p
{
    font-weight: bold;
    line-height: 1.85714286;

    display: -webkit-box;
    overflow: hidden;

    height: 26px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.side-news ul li p a
{
    display: block;
}
.side-news ul li span
{
    font-size: 12px;
    line-height: 24px;

    display: inline-block;

    color: #999;
}
.side-news ul li span:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    margin-right: 10px;

    content: '\e62f';
}
.side-news ul li span.view
{
    margin-right: 30px;
}
.side-news ul li span.date:before
{
    content: '\e61f';
}
.side-news ul li:hover p
{
    color: #004098;
}
.wrap-product
{
    overflow: hidden;

    padding: 0;
}
.wrap-product .product
{
    margin-bottom: -99899px;
    padding-top: 60px;
    padding-bottom: 99999px;
    padding-left: 30px;

    border-left: 1px solid #e5e5e5;
}
@media (max-width: 991px)
{
    .wrap-product .product
    {
        border-left: none;
    }
}
@media (max-width: 991px)
{
    .wrap-product .product
    {
        padding-top: 30px;
        padding-left: 0;
    }
}
.wrap-product .product .item
{
    margin-top: 30px;
}
.wrap-product .product .item .pic
{
    border: 1px solid #e5e5e5;
    border-bottom: none;
}
.wrap-product .product .item .pic .img-box
{
    padding-bottom: 66.66666667%;
}
.wrap-product .product .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product .item p a
{
    font-weight: bold;
    line-height: 48px;

    position: relative;

    display: -webkit-box;
    display: block;
    overflow: hidden;

    height: 48px;
    padding: 0 50px 0 24px;

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

    background-color: #f8f8f8;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-product .product .item p a
    {
        padding: 0 40px 0 10px;
    }
}
.wrap-product .product .item p a:after
{
    font-family: 'iconfont' !important;
    font-size: 22px;
    font-weight: normal;

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

    content: '\e658';

    color: #004098;
}
.wrap-product .product .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product .product .item:hover p a
{
    color: #fff;
    background-color: #004098;
}
.wrap-product .product .item:hover p a:after
{
    color: #fff;
}
.wrap-product-show
{
    overflow: hidden;
}
.wrap-product-show .carousel-wrap
{
    overflow: hidden;
}
.wrap-product-show .carousel-wrap .carousel
{
    font-size: 0;

    position: relative;

    letter-spacing: -8px;

    border: 1px solid #e5e5e5;
}
.wrap-product-show .carousel-wrap .carousel .slider-for
{
    position: relative;

    padding: 0;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item
{
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item .promask
{
    position: absolute;
    top: 20px;
    left: 20px;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slider-for .item .promask img
    {
        max-width: 80px;
    }
}
.wrap-product-show .carousel-wrap .carousel .img-box
{
    padding-bottom: 66.66666667%;
}
.wrap-product-show .carousel-wrap .carousel .row
{
    margin: 0 -5px;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav
{
    position: relative;

    margin-bottom: 20px;
    padding: 0 15%;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slider-nav
    {
        padding: 0 10%;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-slide
{
    padding: 0;

    outline: none;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-current .item
{
    border-color: #004098;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item
{
    position: relative;
    z-index: 15;

    margin: 0 10px;
    padding: 0;

    border: 1px dashed #d2d2d2;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow
{
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 10%;

    margin: 0;
    padding: 0;

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

    background: none;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slick-arrow
    {
        left: 2%;
    }
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 50px;

    display: block;

    content: '\e601';
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #b5b5b5;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next
{
    right: 10%;
    left: auto;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next
    {
        right: 2%;
    }
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next:before
{
    content: '\e827';
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow:hover:before
{
    color: #004098;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info
    {
        margin-top: 40px;
    }
}
.wrap-product-show .carousel-wrap .info h1
{
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;

    margin: 0;
}
@media (max-width: 1199px)
{
    .wrap-product-show .carousel-wrap .info h1
    {
        font-size: 18px;
    }
}
.wrap-product-show .carousel-wrap .info .note
{
    margin-top: 20px;
    padding-bottom: 50px;

    border-bottom: 1px solid #e5e5e5;
}
.wrap-product-show .carousel-wrap .info .note p
{
    line-height: 2.14285714;

    position: relative;

    padding-left: 20px;

    color: #666;
}
.wrap-product-show .carousel-wrap .info .note p:before
{
    position: absolute;
    top: 10px;
    left: 0;

    display: block;

    width: 6px;
    height: 6px;

    content: '';

    border-radius: 50%;
    background-color: #333;
}
.wrap-product-show .carousel-wrap .info .link
{
    position: relative;

    margin-top: 30px;
    padding-right: 80px;
}
.wrap-product-show .carousel-wrap .info .link a.btn-inquiry
{
    line-height: 48px;

    display: inline-block;

    height: 48px;
    padding: 0 46px;

    color: #fff;
    background-color: #004098;
}
.wrap-product-show .carousel-wrap .info .link a.btn-inquiry:hover
{
    background-color: #00953d;
}
.wrap-product-show .carousel-wrap .info .link .carousel-btn
{
    position: absolute;
    top: 0;
    right: 0;
}
.wrap-product-show .carousel-wrap .info .link .carousel-btn a
{
    line-height: 48px;

    display: inline-block;

    cursor: pointer;

    color: #666;
}
.wrap-product-show .carousel-wrap .info .link .carousel-btn a:hover
{
    text-decoration: underline;

    color: #004098;
}
.wrap-product-show .carousel-wrap .info .link .carousel-btn a:hover:before,
.wrap-product-show .carousel-wrap .info .link .carousel-btn a:hover:after
{
    color: #004098;
}
.wrap-product-show .carousel-wrap .info .link .carousel-btn a:before,
.wrap-product-show .carousel-wrap .info .link .carousel-btn a:after
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    vertical-align: middle;

    color: #b5b5b5;
}
.wrap-product-show .carousel-wrap .info .link .carousel-btn .prev
{
    margin-right: 10px;
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap .info .link .carousel-btn .prev
    {
        margin-right: 10px;
    }
}
.wrap-product-show .carousel-wrap .info .link .carousel-btn .prev:after
{
    float: right;

    margin-left: 10px;

    content: '\e632';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.wrap-product-show .carousel-wrap .info .link .carousel-btn .next:before
{
    float: left;

    margin-right: 10px;

    content: '\e632';
}
.wrap-product-show .carousel-wrap .info .share
{
    margin-top: 40px;
}
.wrap-product-show .carousel-wrap .info .share span
{
    display: inline-block;

    vertical-align: middle;

    color: #666;
}
.wrap-product-show .carousel-wrap .info .share .addthis_inline_share_toolbox_r21l
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-product-show .carousel-wrap .info .share .at-resp-share-element .at-share-btn .at-icon-wrapper
{
    line-height: 20px !important;

    width: 20px !important;
    height: 20px !important;

    outline: none;
}
.wrap-product-show .carousel-wrap .info .share .at-resp-share-element .at-share-btn .at-icon-wrapper svg
{
    line-height: 20px !important;

    width: 20px !important;
    height: 20px !important;
}
.wrap-product-show .carousel-wrap .info .share .at-resp-share-element .at-share-btn
{
    outline: none;
}
.wrap-product-show .parameter
{
    overflow: hidden;

    margin-top: 60px;
}
.wrap-product-show .parameter .category
{
    position: relative;

    overflow: hidden;

    width: 100%;
    height: 60px;

    background-color: #015a9e;
}
.wrap-product-show .parameter .category ul
{
    overflow: hidden;
}
.wrap-product-show .parameter .category ul li
{
    position: relative;

    float: left;

    height: 60px;

    list-style: none;
}
.wrap-product-show .parameter .category ul li a
{
    font-weight: bold;
    line-height: 60px;

    display: block;

    height: 60px;
    padding: 0 80px;

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

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter .category ul li a
    {
        padding: 0 15px;
    }
}
.wrap-product-show .parameter .category ul li.active a,
.wrap-product-show .parameter .category ul li:hover a
{
    background-color: #00953d;
}
.wrap-product-show .parameter .text
{
    padding: 40px 80px;

    background-color: #f8f8f8;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter .text
    {
        padding: 30px 15px;
    }
}
.wrap-product-show .parameter .text p
{
    line-height: 2.14285714;
}
.wrap-product-show .title-product
{
    background-color: #004098;
}
.wrap-product-show .title-product h3
{
    font-size: 14px;
    font-weight: bold;
    line-height: 60px;

    height: 60px;
    margin: 0;
    padding: 0 80px;

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-product-show .title-product h3
    {
        padding: 0 15px;
    }
}
.wrap-product-show .inquire-wrap
{
    margin-top: 40px;
}
.wrap-product-show .inquire-wrap .message
{
    padding: 20px 80px 40px 80px;

    background-color: #f8f8f8;
}
@media (max-width: 991px)
{
    .wrap-product-show .inquire-wrap .message
    {
        padding: 10px 15px 30px;
    }
}
.wrap-product-show .inquire-wrap .message input,
.wrap-product-show .inquire-wrap .message textarea
{
    line-height: 26px;

    width: 100%;
    min-height: 56px;
    margin-top: 20px;
    padding: 15px 30px;

    border: 1px solid #d2d2d2;
}
.wrap-product-show .inquire-wrap .message input::-webkit-input-placeholder,
.wrap-product-show .inquire-wrap .message textarea::-webkit-input-placeholder
{
    color: #999;
}
.wrap-product-show .inquire-wrap .message input:-o-placeholder,
.wrap-product-show .inquire-wrap .message textarea:-o-placeholder
{
    color: #999;
}
.wrap-product-show .inquire-wrap .message input::-moz-placeholder,
.wrap-product-show .inquire-wrap .message textarea::-moz-placeholder
{
    color: #999;
}
.wrap-product-show .inquire-wrap .message input:-ms-input-placeholder,
.wrap-product-show .inquire-wrap .message textarea:-ms-input-placeholder
{
    color: #999;
}
.wrap-product-show .inquire-wrap .message input:focus::-webkit-input-placeholder,
.wrap-product-show .inquire-wrap .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquire-wrap .message input:focus::-o-placeholder,
.wrap-product-show .inquire-wrap .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquire-wrap .message input:focus::-moz-placeholder,
.wrap-product-show .inquire-wrap .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquire-wrap .message input:focus::-ms-input-placeholder,
.wrap-product-show .inquire-wrap .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquire-wrap .message .read input::-webkit-input-placeholder,
.wrap-product-show .inquire-wrap .message .read textarea::-webkit-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquire-wrap .message .read input:-o-placeholder,
.wrap-product-show .inquire-wrap .message .read textarea:-o-placeholder
{
    color: #333;
}
.wrap-product-show .inquire-wrap .message .read input::-moz-placeholder,
.wrap-product-show .inquire-wrap .message .read textarea::-moz-placeholder
{
    color: #333;
}
.wrap-product-show .inquire-wrap .message .read input:-ms-input-placeholder,
.wrap-product-show .inquire-wrap .message .read textarea:-ms-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquire-wrap .message .read input:focus::-webkit-input-placeholder,
.wrap-product-show .inquire-wrap .message .read textarea:focus::-webkit-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquire-wrap .message .read input:focus::-o-placeholder,
.wrap-product-show .inquire-wrap .message .read textarea:focus::-o-placeholder
{
    color: #333;
}
.wrap-product-show .inquire-wrap .message .read input:focus::-moz-placeholder,
.wrap-product-show .inquire-wrap .message .read textarea:focus::-moz-placeholder
{
    color: #333;
}
.wrap-product-show .inquire-wrap .message .read input:focus::-ms-input-placeholder,
.wrap-product-show .inquire-wrap .message .read textarea:focus::-ms-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquire-wrap .message .submit
{
    font-weight: bold;
    line-height: 56px;

    display: block;

    width: 100%;
    height: 56px;
    margin-top: 30px;
    padding: 0 50px;

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

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #004098;
}
.wrap-product-show .inquire-wrap .message .submit:hover
{
    background-color: #00953d;
}
.wrap-product-show .relate-product
{
    margin-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-product-show .relate-product
    {
        margin-top: 50px;
    }
}
.wrap-product-show .relate-product .title-relate h3
{
    font-size: 24px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-product-show .relate-product .title-relate h3
    {
        font-size: 20px;
    }
}
.wrap-product-show .relate-product .item
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .wrap-product-show .relate-product .item
    {
        margin-top: 30px;
    }
}
.wrap-product-show .relate-product .item .pic
{
    border: 1px solid #e5e5e5;
    border-bottom: none;
}
.wrap-product-show .relate-product .item .pic .img-box
{
    padding-bottom: 66.66666667%;
}
.wrap-product-show .relate-product .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product-show .relate-product .item p a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 48px;

    position: relative;

    display: -webkit-box;
    display: block;
    overflow: hidden;

    height: 48px;
    padding: 0 50px 0 24px;

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

    background-color: #f8f8f8;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-product-show .relate-product .item p a
    {
        font-size: 14px;

        padding: 0 40px 0 10px;
    }
}
.wrap-product-show .relate-product .item p a:after
{
    font-family: 'iconfont' !important;
    font-size: 22px;
    font-weight: normal;

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

    content: '\e658';

    color: #004098;
}
.wrap-product-show .relate-product .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product-show .relate-product .item:hover p a
{
    color: #fff;
    background-color: #004098;
}
.wrap-product-show .relate-product .item:hover p a:after
{
    color: #fff;
}
.wrap-contact .message
{
    margin-top: 30px;
}
.wrap-contact .message input,
.wrap-contact .message textarea
{
    line-height: 26px;

    width: 100%;
    min-height: 56px;
    margin-top: 26px;
    padding: 15px 30px;

    border: 1px solid #dcdcdc;
    background-color: #f8f8f8;
}
@media (max-width: 991px)
{
    .wrap-contact .message input,
    .wrap-contact .message textarea
    {
        min-height: 46px;
        padding: 10px 20px;
    }
}
.wrap-contact .message input::-webkit-input-placeholder,
.wrap-contact .message textarea::-webkit-input-placeholder
{
    color: #999;
}
.wrap-contact .message input:-o-placeholder,
.wrap-contact .message textarea:-o-placeholder
{
    color: #999;
}
.wrap-contact .message input::-moz-placeholder,
.wrap-contact .message textarea::-moz-placeholder
{
    color: #999;
}
.wrap-contact .message input:-ms-input-placeholder,
.wrap-contact .message textarea:-ms-input-placeholder
{
    color: #999;
}
.wrap-contact .message input:focus::-webkit-input-placeholder,
.wrap-contact .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-o-placeholder,
.wrap-contact .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-moz-placeholder,
.wrap-contact .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-ms-input-placeholder,
.wrap-contact .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message .submit
{
    font-weight: bold;
    line-height: 54px;

    display: block;

    width: 190px;
    height: 54px;
    margin: 0 auto;
    margin-top: 40px;
    padding: 0;

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

    color: #fff;
    border-radius: 50px;
    background-color: #004098;
}
.wrap-contact .message .submit:hover
{
    background-color: #00953d;
}
.wrap-map
{
    position: relative;
}
@media (max-width: 991px)
{
    .wrap-map
    {
        padding-bottom: 60px;
    }
}
.wrap-map .map
{
    height: 500px;
}
@media (max-width: 991px)
{
    .wrap-map .map
    {
        height: 340px;
    }
}
.wrap-map .info
{
    position: absolute;
    top: 50%;
    right: 14%;

    width: 300px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 991px)
{
    .wrap-map .info
    {
        position: relative;
        right: 0;

        margin: 0 auto;
        margin-top: 30px;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
}
.wrap-map .info .share
{
    overflow: hidden;

    padding: 10px 30px;

    border-radius: 50px;
    background-color: rgba(0, 0, 0, .7);
}
.wrap-map .info .share p
{
    line-height: 26px;

    display: inline-block;

    margin: 0;

    vertical-align: middle;

    color: #fff;
}
.wrap-map .info .share .addthis_inline_share_toolbox_r21l
{
    display: inline-block;
    float: right;

    vertical-align: middle;
}
.wrap-map .info .share .at-resp-share-element .at-share-btn .at-icon-wrapper
{
    line-height: 20px !important;

    width: 20px !important;
    height: 20px !important;

    outline: none;
}
.wrap-map .info .share .at-resp-share-element .at-share-btn .at-icon-wrapper svg
{
    line-height: 20px !important;

    width: 20px !important;
    height: 20px !important;
}
.wrap-map .info .share .at-resp-share-element .at-share-btn
{
    outline: none;
}
.wrap-map .info .note
{
    margin-top: 10px;
    padding: 26px 20px;

    border-radius: 10px;
    background-color: rgba(0, 149, 61, .7);
}
.wrap-map .info .note p.address,
.wrap-map .info .note p.tel,
.wrap-map .info .note p.email
{
    line-height: 30px;

    position: relative;

    padding-left: 46px;

    color: #fff;
}
.wrap-map .info .note p.address:before,
.wrap-map .info .note p.tel:before,
.wrap-map .info .note p.email:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;

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

    content: '\e6b8';

    color: #fff;
}
.wrap-map .info .note p.tel:before
{
    font-size: 28px;

    content: '\e626';
}
.wrap-map .info .note p.email:before
{
    font-size: 24px;

    left: 3px;

    content: '\e61a';
}
.wrap-map .info .note a:hover
{
    text-decoration: underline;
}
.wrap-social-job
{
    background-color: #f8f8f8;
}
.wrap-social-job .social-job .list
{
    margin-top: 60px;
}
.wrap-social-job .social-job .list > ul
{
    overflow: hidden;
}
.wrap-social-job .social-job .list > ul > li
{
    border-bottom: 1px solid #eaeaea;
}
.wrap-social-job .social-job .list > ul > li:first-child
{
    font-weight: bold;
    line-height: 30px;

    padding: 25px 0;

    border: none;
    border: 1px solid #d2d2d2;
    background-color: #eee;
}
.wrap-social-job .social-job .list > ul > li:first-child:hover
{
    color: #333;
}
.wrap-social-job .social-job .list > ul > li ul
{
    overflow: hidden;
}
.wrap-social-job .social-job .list > ul > li ul li
{
    display: inline-block;

    width: 15%;
    margin-right: -4px;
    padding: 0 20px;

    text-align: center;
    vertical-align: middle;
}
@media (max-width: 767px)
{
    .wrap-social-job .social-job .list > ul > li ul li
    {
        padding: 0 4px;
    }
}
.wrap-social-job .social-job .list > ul > li ul li:first-child
{
    width: 25%;
}
.wrap-social-job .social-job .list > ul > li ul li p
{
    margin: 0;

    word-break: break-all;
}
@media (max-width: 767px)
{
    .wrap-social-job .social-job .list > ul > li ul li p
    {
        font-size: 13px;
    }
}
.wrap-social-job .social-job .list > ul > li ul li a
{
    line-height: 30px;

    display: block;

    padding: 25px 0;
}
.wrap-social-job .social-job .list > ul > li ul li:first-child
{
    text-align: left;
}
.wrap-social-job .social-job .list > ul > li:hover
{
    color: #004098;
}
.wrap-social-job .showMorehandle
{
    margin-top: 100px;

    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-social-job .showMorehandle
    {
        margin-top: 50px;
    }
}
.wrap-social-job .showMorehandle a
{
    font-weight: bold;
    line-height: 56px;

    display: inline-block;

    height: 56px;
    padding: 0 50px;

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

    color: #fff;
    border-radius: 50px;
    background-color: #004098;
}
.wrap-social-job .showMorehandle a:hover
{
    background-color: #00953d;
}
.wrap-social-show .text
{
    border-bottom: 1px solid #eee;
}
.wrap-social-show .text .note
{
    margin-bottom: 50px;
    padding-left: 26px;
}
.wrap-social-show .text h3
{
    font-size: 14px;
    font-weight: bold;
    line-height: 2;

    position: relative;

    margin-top: 0;
}
.wrap-social-show .text h3:before
{
    position: absolute;
    top: 10px;
    left: -26px;

    display: inline-block;

    width: 6px;
    height: 6px;

    content: '';

    border-radius: 50%;
    background-color: #333;
}
.wrap-social-show .text p
{
    font-size: 14px;
    line-height: 2;

    color: #666;
}
.wrap-social-show .text img
{
    max-width: 100%;
}
.wrap-social-show .info
{
    margin-top: 90px;
}
@media (max-width: 991px)
{
    .wrap-social-show .info
    {
        margin-top: 50px;
    }
}
.wrap-social-show .info p
{
    font-weight: bold;
    line-height: 2;

    color: #004098;
}
.wrap-social-show .info a
{
    display: inline-block;
}
.wrap-social-show .info a:hover
{
    text-decoration: underline;
}
.wrap-social-show .info a.email
{
    font-weight: bold;
    line-height: 56px;

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

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

    color: #fff;
    border-radius: 50px;
    background-color: #004098;
}
@media (max-width: 991px)
{
    .wrap-social-show .info a.email
    {
        margin-top: 40px;
    }
}
.wrap-social-show .info a.email:hover
{
    text-decoration: none;

    background-color: #00953d;
}
.wrap-school-show .text
{
    overflow: hidden;

    border-bottom: 1px solid #eee;
}
.wrap-school-show .text .note
{
    float: left;

    width: 50%;
    margin-bottom: 50px;
    padding-left: 26px;
}
@media (max-width: 991px)
{
    .wrap-school-show .text .note
    {
        width: 100%;
    }
}
.wrap-school-show .text img
{
    max-width: 100%;
}
.wrap-school-show .text h3
{
    font-size: 14px;
    font-weight: bold;
    line-height: 2;

    position: relative;

    margin-top: 0;
}
.wrap-school-show .text h3:before
{
    position: absolute;
    top: 10px;
    left: -26px;

    display: inline-block;

    width: 6px;
    height: 6px;

    content: '';

    border-radius: 50%;
    background-color: #333;
}
.wrap-school-show .text p
{
    font-size: 14px;
    line-height: 2;

    color: #666;
}
.wrap-school-show .info
{
    margin-top: 90px;
}
@media (max-width: 991px)
{
    .wrap-school-show .info
    {
        margin-top: 50px;
    }
}
.wrap-school-show .info p
{
    font-weight: bold;
    line-height: 2;

    color: #004098;
}
.wrap-school-show .info a
{
    display: inline-block;
}
.wrap-school-show .info a:hover
{
    text-decoration: underline;
}
.wrap-school-show .info a.email
{
    font-weight: bold;
    line-height: 56px;

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

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

    color: #fff;
    border-radius: 50px;
    background-color: #004098;
}
@media (max-width: 991px)
{
    .wrap-school-show .info a.email
    {
        margin-top: 40px;
    }
}
.wrap-school-show .info a.email:hover
{
    text-decoration: none;

    background-color: #00953d;
}
.wrap-download .download .item
{
    font-size: 0;

    position: relative;

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

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

    border: 1px solid #ececec;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0);
}
.wrap-download .download .item .pic
{
    display: inline-block;

    width: 50%;

    vertical-align: top;
}
.wrap-download .download .item .img-box
{
    padding-bottom: 140%;
}
.wrap-download .download .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-download .download .item .note
{
    display: inline-block;

    width: 50%;
    padding: 20px 20px 20px 30px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-download .download .item .note
    {
        padding: 10px 5px 10px 15px;
    }
}
.wrap-download .download .item .note h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-download .download .item .note h3
    {
        font-size: 16px;
    }
}
.wrap-download .download .item .note p
{
    font-size: 14px;
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: 168px;
    margin: 20px 0 0 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}
@media (max-width: 991px)
{
    .wrap-download .download .item .note p
    {
        display: -webkit-box;
        overflow: hidden;

        height: 120px;
        margin-top: 10px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
    }
}
.wrap-download .download .item .note a.down
{
    font-size: 14px;

    position: absolute;
    right: 30px;
    bottom: 30px;

    display: block;

    margin-top: 14px;

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

    color: #004098;
}
@media (max-width: 991px)
{
    .wrap-download .download .item .note a.down
    {
        right: 20px;
        bottom: 20px;
    }
}
.wrap-download .download .item .note a.down:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    display: inline-block;

    content: '\e62b';
    vertical-align: middle;
}
.wrap-download .download .item .note a.down:hover
{
    color: #00953d;
}
.wrap-download .download .item:hover
{
    border-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}
.wrap-download .download .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.popup
{
    z-index: 888;

    display: none;

    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px;

    background-color: #fff;
}
@media (max-width: 767px)
{
    .popup
    {
        padding: 20px 15px;
    }
}
.popup b
{
    font-size: 22px;

    display: block;

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

    color: #666;
    border-bottom: 1px solid #e5e5e5;
}
.popup b:before
{
    font-family: 'iconfont' !important;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;

    margin-right: 10px;

    content: '\e63b';

    color: #397bd1;
}
@media (max-width: 767px)
{
    .popup b
    {
        font-size: 20px;
    }
}
.popup p
{
    position: relative;
}
.popup p input
{
    display: block;

    width: 100%;
    padding: 15px 10px 15px 30%;

    background-color: #f8f8f8;
}
.popup p label
{
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;

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

    width: 25%;
    height: 50px;

    text-align: center;

    color: #fff;
    background-color: #d2d2d2;
}
.popup .submit
{
    line-height: 50px;

    display: block;

    width: 150px;
    height: 50px;
    margin: 30px auto 0;

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

    color: #fff;
    background-color: #397bd1;
}
.popup .submit:hover
{
    background-color: #00953d;
}
@media (max-width: 767px)
{
    .popup .submit
    {
        line-height: 40px;

        width: 120px;
        height: 40px;
    }
}
.down-fancybox .fancybox-skin
{
    background-color: #fff;
}
.down-fancybox .fancybox-close
{
    top: 30px;
    right: 20px;

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

    color: #397bd1;
    background: none;
}
.down-fancybox .fancybox-close:hover
{
    color: #00953d;
}
.down-fancybox .fancybox-close:before
{
    font-family: 'iconfont' !important;
    font-size: 36px;
    line-height: 1;

    content: '\e7be';
}
.page
{
    margin-top: 80px;

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

    display: inline-block;

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

    cursor: pointer;
    text-align: center;
    vertical-align: top;

    color: #333;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    background: #fff;
}
@media (max-width: 767px)
{
    .page li
    {
        line-height: 34px;

        width: 34px;
        height: 34px;
        margin: 0 1px;
    }
}
.page li.active,
.page li:hover
{
    color: #fff;
    border-color: #004098;
    background-color: #004098;
}
.page li a
{
    display: block;
}
.page li.omit
{
    color: #333;
    border-color: #fff;
    background-color: #fff;
}
.page li.prev,
.page li.next
{
    overflow: hidden;

    text-align: center;
}
.page li.prev:before,
.page li.next:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    content: '\e601';
}
.page li.prev:hover,
.page li.next:hover
{
    border-color: #004098;
    background-color: #004098;
}
.page li.next:before
{
    content: '\e827';
}
.fancybox-caption
{
    font-size: 16px;

    text-align: center;

    border: none;
}
.stuck
{
    position: fixed !important;
    z-index: 10;
    top: 0;

    width: 100%;
}
.zoomDiv
{
    z-index: 9;

    display: none;
    overflow: hidden;

    text-align: center;

    border: 1px solid #ccc;
    background: #fff;
}
@media (min-width: 768px)
{
    .zoomDiv
    {
        position: absolute;
    }
}
.zoomMask
{
    position: absolute;
    z-index: 1;

    cursor: move;

    background: url('../images/mask.png') repeat scroll 0 0 transparent;
}
@media (max-width: 767px)
{
    .zoomMask
    {
        display: none;
    }
}


#acttt{
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    text-decoration: underline;
    color: #004098;
}
