/**
 * style.less
 * 层叠样式表
 */
@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: 'Raleway';
    font-weight: 600;
    font-style: normal;

    src: url('../fonts/Raleway-SemiBold.eot');
    src: url('../fonts/Raleway-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-SemiBold.woff2') format('woff2'), url('../fonts/Raleway-SemiBold.woff') format('woff'), url('../fonts/Raleway-SemiBold.ttf') format('truetype'), url('../fonts/Raleway-SemiBold.svg#Raleway-SemiBold') format('svg');
}
@font-face
{
    font-family: 'Raleway';
    font-weight: 500;
    font-style: normal;

    src: url('../fonts/Raleway-Medium.eot');
    src: url('../fonts/Raleway-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-Medium.woff2') format('woff2'), url('../fonts/Raleway-Medium.woff') format('woff'), url('../fonts/Raleway-Medium.ttf') format('truetype'), url('../fonts/Raleway-Medium.svg#Raleway-Medium') format('svg');
}
@font-face
{
    font-family: 'Raleway';
    font-weight: bold;
    font-style: normal;

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

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

    src: url('../fonts/Raleway-ExtraBold.eot');
    src: url('../fonts/Raleway-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-ExtraBold.woff2') format('woff2'), url('../fonts/Raleway-ExtraBold.woff') format('woff'), url('../fonts/Raleway-ExtraBold.ttf') format('truetype'), url('../fonts/Raleway-ExtraBold.svg#Raleway-ExtraBold') format('svg');
}
@font-face
{
    font-family: 'HankenBook';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/Hanken-Book.eot');
    src: local('☺'), url('../fonts/Hanken-Book.woff') format('woff'), url('../fonts/Hanken-Book.ttf') format('truetype'), url('../fonts/Hanken-Book.svg') format('svg');
}
@font-face
{
    font-family: 'Hanken';
    font-weight: 300;
    font-style: normal;

    src: url('../fonts/Hanken-Light.eot');
    src: url('../fonts/Hanken-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Hanken-Light.woff2') format('woff2'), url('../fonts/Hanken-Light.woff') format('woff'), url('../fonts/Hanken-Light.ttf') format('truetype'), url('../fonts/Hanken-Light.svg#Hanken-Light') format('svg');
}
body
{
    font-family: 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Helvetica, Arial, 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%;
}
@media (min-width: 1200px)
{
    .container
    {
        width: 1030px;
    }
}
@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
{
    width: 100%;
    height: 120px;

    border-top: 2px solid #015faf;
    background-color: #fff;
}
@media (max-width: 1199px)
{
    .header
    {
        height: 65px;
    }
}
.header .top
{
    height: 80px;

    border-bottom: 1px solid #d5d5d5;
}
.header .logo
{
    position: relative;

    float: left;
    overflow: hidden;

    height: 80px;
    padding: 10px 0;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 50px;
        margin-top: 6px;
        padding: 0;
    }
}
.header .logo a
{
    background-color: #fff;
}
.header .logo img
{
    display: block;
    float: left;

    height: 100%;
    margin-right: 14px;
}
.header .logo .text
{
    float: left;
}
@media (max-width: 767px)
{
    .header .logo .text
    {
        display: none;
    }
}
.header .logo .text h3
{
    font-size: 36px;
    font-weight: bold;

    margin: 0;

    letter-spacing: 8px;

    color: #000;
}
@media (max-width: 1199px)
{
    .header .logo .text h3
    {
        font-size: 24px;
    }
}
.header .logo .text p
{
    text-indent: 30px;

    color: #000;
}
.header .logo .text p b
{
    font-size: 10px;
    font-weight: normal;
}
.header .nav-collapse
{
    position: relative;

    display: none;
    float: right;

    width: 40px;
    height: 40px;
    margin-left: 10px;
    padding: 0;

    cursor: pointer;

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

        margin-top: 10px;
    }
    .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 (max-width: 767px)
{
    .header .nav-collapse
    {
        margin-top: 12px;

        border: none;
    }
}
@media (max-width: 360px)
{
    .header .nav-collapse
    {
        position: absolute;
        right: 0;
    }
}
@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: #015faf;
}
.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: #015faf;
}
.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
    {
        max-width: 1000px;
        margin: 0 auto;
    }
}
@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: #015faf;
    }
    .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
    {
        position: relative;

        float: left;
    }
    .header .nav .nav-list1 > li::after
    {
        position: absolute;
        top: 16px;
        right: 0;

        display: inline-block;

        width: 1px;
        height: 18px;

        content: '';

        background: url(../images/nav_bj.png) no-repeat;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;
        line-height: 40px;

        position: relative;

        display: block;

        padding: 0 60px;

        color: #626262;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #015faf;
    }
    .header .nav .nav-list1 > li:first-child > a
    {
        padding-left: 0;
    }
    .header .nav .nav-list1 > li:last-child > a
    {
        padding-right: 0;
    }
    .header .nav .nav-list1 > li:last-child::after
    {
        display: none;
    }
    .header .nav .nav-list1 .nav-list2
    {
        display: none;

        background-color: #fff;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;

        padding: 20px 40px;

        box-shadow: 0 0 4px 0 rgba(0, 0, 0, .09);
    }
    .header .nav .nav-list1 .nav-list2 li
    {
        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 li > a
    {
        font-size: 13px;
        line-height: 30px;

        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
    {
        -webkit-transform: translateX(6px);
            -ms-transform: translateX(6px);
                transform: translateX(6px);
        text-decoration: underline;

        color: #015faf;
    }
    .header .nav .nav-list1 .nav-list2 li .pic
    {
        max-width: 260px;
        margin-left: 40px;
    }
    .header .nav .nav-list1 .nav-list2 li .pic img
    {
        max-width: 100%;
    }
    .header .nav .nav-list1 .nav-list2 li .pic .img-box
    {
        padding-bottom: 69.23076923%;
    }
    .header .nav .nav-list1 .nav-list2 li.more > a:after
    {
        font-family: 'iconfont';

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

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

        color: #015faf;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2
    {
        right: 0;
        left: 0;

        overflow: hidden;

        width: 100%;
        max-width: 1290px;
        margin: auto;
        padding-bottom: 20px;

        border-bottom: 40px solid #fff;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2 > li
    {
        width: 14.28571429%;
        margin-right: -4px;
        margin-bottom: -999px;
        padding: 0 25px 0 15px;
        padding-bottom: 999px;

        border-left: 1px solid #e7e7e7;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2 > li .pic
    {
        max-width: 130px;
        margin-left: 0;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2 > li h4
    {
        font-size: 13px;
        font-weight: bold;

        margin-top: 24px;
    }
    .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 40px;
    }
}
@media (min-width: 1200px) and (max-width: 1199px)
{
    .header .nav .nav-list1 .nav-list2 li .pic
    {
        display: none;
    }
}
@media (max-width: 1560px)
{
    .header .nav .nav-list1 > li
    {
        margin: 0 10px;
    }
}
@media (max-width: 1330px)
{
    .header .nav .nav-list1 > li
    {
        margin: 0 6px;
    }
}
@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 only screen and (min-width: 992px) and (max-width: 1199px)
{
    .header .nav .nav-list1 > li
    {
        margin: 0 12px;
    }
}
@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: #015faf;
    }
}
.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: '\e9d7';
}
.header .nav-2 .nav-top h2,
.header .nav-3 .nav-top h2
{
    font-size: 30px;

    margin: 0;
}
@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
{
    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: '\e625';
    -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: '\e625';

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

        display: block;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
@media (max-width: 1199px) and (max-height: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
.header .fade-out ul.nav2-list2 h4
{
    font-size: 20px;
    line-height: 50px;
}
.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 .right
{
    float: right;
}
.header .right .lang
{
    font-size: 12px;

    position: relative;

    margin-top: 10px;

    text-align: right;
}
@media (max-width: 1199px)
{
    .header .right .lang
    {
        display: none;
    }
}
.header .right .lang a
{
    margin-left: 18px;

    color: #aca9a9;
}
.header .right .lang a:hover
{
    color: #015faf;
}
@media (max-width: 1199px)
{
    .header .right .tel
    {
        display: none;
    }
}
.header .right .tel p
{
    font-size: 20px;
    line-height: 28px;

    height: 30px;
    margin-top: 15px;

    color: #626262;
}
.header .right .tel p::before
{
    font-family: 'iconfont';
    font-size: 28px;

    float: left;

    margin-right: 10px;

    content: '\e649';

    color: #015faf;
}
.header .right
{
    float: right;
}
.online
{
    position: fixed;
    z-index: 99;
    right: 15px;

    width: 50px;

    -webkit-transition: all .6s ease;
            transition: all .6s ease;
}
@media (max-width: 1440px)
{
    .online
    {
        right: 5px;
    }
}
@media (min-width: 992px)
{
    .online
    {
        top: 40%;
    }
}
@media (max-width: 991px)
{
    .online
    {
        bottom: -340px;
    }
}
.online.active
{
    right: 5px;
    bottom: 80px;
}
.online a
{
    position: relative;

    display: block;

    width: 50px;
    height: 50px;
    margin-top: 2px;

    cursor: pointer;
    text-decoration: none;

    background: url(../images/online.png) no-repeat rgba(0, 0, 0, .7);
}
.online a:last-child
{
    border-bottom: none;
}
.online a.online-email
{
    background-position: 0 0;
}
.online a.online-email:hover
{
    background-color: #b4961a;
}
.online a.online-skype
{
    background-position: 0 -50px;
}
.online a.online-skype:hover
{
    background-color: #3dbb2a;
}
.online a.online-tel
{
    background-position: 0 -100px;
}
.online a.online-tel:hover
{
    background-color: #00affb;
}
.online a.online-weixin
{
    background-position: 0 -150px;
}
.online a.online-weixin:hover
{
    background-color: #3b589b;
}
.online a.online-wechat
{
    background-position: 0 -200px;
}
.online a.online-wechat:hover
{
    background-color: #33d055;
}
.online a.online-top
{
    background-position: 0 -250px;
}
.online a.online-top:hover
{
    background-color: #000;
}
.online a.online-tel p
{
    line-height: 50px;

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

    display: none;

    width: 160px;
    height: 50px;

    text-align: center;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.online a.online-wechat .erweima
{
    position: absolute;
    z-index: 999;
    top: 0;
    right: 54px;

    display: block;
    display: none;

    width: 130px;
    height: 160px;
    padding: 5px;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.online a.online-wechat .erweima img
{
    width: 100%;
}
.online a.online-wechat .erweima p
{
    font-size: 13px;

    margin: 8px 0 0 0;

    text-align: center;

    color: #888;
}
.icon-online
{
    font-size: 30px;
    line-height: 52px;

    position: fixed;
    z-index: 10;
    right: 5px;
    bottom: 20px;

    display: none;

    width: 46px;
    height: 46px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #015faf;
}
@media (max-width: 991px)
{
    .icon-online
    {
        display: block;
    }
}
.icon-online.icon
{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.banner
{
    position: relative;
    z-index: 9;

    overflow: hidden;

    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
@media (max-width: 1199px)
{
    .banner .owl-theme
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px)
{
    .banner .owl-theme
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px)
{
    .banner .owl-theme
    {
        width: 160%;
        max-width: 160%;
        margin-left: -30%;
    }
}
.banner .owl-theme .owl-pagination
{
    position: absolute;
    right: 0;
    bottom: 24px;
    left: 0;

    width: 100%;
    margin: auto;

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .owl-theme .owl-pagination
    {
        bottom: 14px;

        text-align: center;
    }
}
.banner .owl-theme .owl-pagination .owl-page
{
    display: inline-block;
}
.banner .owl-theme .owl-pagination .owl-page span
{
    display: inline-block;

    width: 12px;
    height: 12px;
    margin: 0 6px;

    opacity: 1;
    border-radius: 50%;
    background-color: #d9d9d9;
}
.banner .owl-theme .owl-pagination .owl-page.active span
{
    background-color: #015faf;
}
@media (max-width: 991px)
{
    .banner .owl-theme .owl-buttons
    {
        display: none;
    }
}
.banner .owl-theme .owl-buttons .owl-prev,
.banner .owl-theme .owl-buttons .owl-next
{
    position: absolute;
    z-index: 9;
    top: 43%;

    opacity: 1;
    border-radius: 0;
    background: none;
}
.banner .owl-theme .owl-buttons .owl-prev::after,
.banner .owl-theme .owl-buttons .owl-next::after
{
    font-family: 'iconfont';
    font-size: 28px;
    line-height: 70px;

    display: block;

    width: 40px;
    height: 70px;

    content: '\e9da';

    background-color: rgba(0, 0, 0, .2);
}
.banner .owl-theme .owl-buttons .owl-prev:hover::after,
.banner .owl-theme .owl-buttons .owl-next:hover::after
{
    background-color: rgba(0, 0, 0, .6);
}
.banner .owl-theme .owl-buttons .owl-prev
{
    left: 12%;
}
.banner .owl-theme .owl-buttons .owl-next
{
    right: 12%;
}
.banner .owl-theme .owl-buttons .owl-next::after
{
    content: '\e625';
}
@media (max-width: 767px)
{
    .banner.banner-in .owl-theme
    {
        width: 300%;
        max-width: 300%;
        margin-left: -100%;
    }
}
.banner .text
{
    position: absolute;
    top: 50%;
    left: 18%;

    max-width: 1000px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 1440px)
{
    .banner .text
    {
        left: 15%;
    }
}
@media (max-width: 1199px)
{
    .banner .text
    {
        left: 10%;
    }
}
@media (max-width: 991px)
{
    .banner .text
    {
        left: 14%;
    }
}
@media (max-width: 767px)
{
    .banner .text
    {
        left: 6%;
    }
}
.banner .text p
{
    font-size: 28px;
    font-weight: bold;

    margin: 0;

    color: #fff;
}
@media (max-width: 767px)
{
    .banner .text p
    {
        font-size: 20px;
    }
}
.box
{
    padding: 30px 0;
}
.title
{
    border-bottom: 2px solid #dbdbdb;
}
.title h2
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    position: relative;
    bottom: -2px;

    display: inline-block;

    margin: 0;
    padding-right: 20px;

    text-transform: uppercase;

    color: #015faf;
    border-bottom: 2px solid #015faf;
}
.title a.more
{
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;

    float: right;

    color: #02afda;
}
.title a.more i
{
    position: relative;

    display: inline-block;
    float: left;

    width: 16px;
    height: 12px;
    margin-top: 8px;
    margin-right: 6px;

    background-color: #02afda;
}
.title a.more i::after
{
    position: absolute;
    top: 3px;
    left: 6px;

    display: inline-block;

    width: 0;
    height: 0;

    content: '';

    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 4px solid #fff;
}
.box-product
{
    padding-top: 20px;

    background-color: #dfe8f0;
}
.box-product .product
{
    margin: 0 -5px;
}
.box-product .list
{
    padding: 0 5px;
}
.box-product .list .item
{
    margin-top: 10px;
}
.box-product .list .item .p-title
{
    position: relative;
}
.box-product .list .item .p-title h4
{
    font-size: 16px;
    line-height: 32px;

    position: relative;
    z-index: 2;

    display: -webkit-box;
    overflow: hidden;

    width: 96%;
    height: 32px;
    margin: 0 auto;

    text-align: center;

    color: #fff;
    background-color: #015faf;

    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
@media (max-width: 767px)
{
    .box-product .list .item .p-title h4
    {
        font-size: 14px;
    }
}
.box-product .list .item .p-title::after
{
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 24px;

    content: '';

    background-color: #fff;
}
.box-product .list .item .pic
{
    box-shadow: 0 4px 4px rgba(0, 0, 0, .2);
}
.box-product .list .item .pic .img-box
{
    padding-bottom: 75%;
}
.box-product .list .item .pic .img-box img
{
    -webkit-transition: -webkit-transform 1.2s ease;
            transition: -webkit-transform 1.2s ease;
            transition:         transform 1.2s ease;
            transition:         transform 1.2s ease, -webkit-transform 1.2s ease;
}
.box-product .list .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.about-news .about .text
{
    margin-top: 10px;
}
.about-news .about .text p
{
    line-height: 1.71428571;

    margin: 0;

    color: #6a6a6a;
}
.about-news .about .text img
{
    width: 100%;
}
.about-news .news
{
    padding-left: 30px;
}
@media (max-width: 767px)
{
    .about-news .news
    {
        margin-top: 30px;
        padding-left: 0;
    }
}
.about-news .news ul li
{
    overflow: hidden;

    border-bottom: 1px dashed #dbdbdb;
}
.about-news .news ul li .date
{
    line-height: 30px;

    display: inline-block;
    float: left;

    width: 20%;
}
@media (max-width: 767px)
{
    .about-news .news ul li .date
    {
        width: 24%;
    }
}
.about-news .news ul li .date span
{
    font-size: 12px;
    line-height: 30px;

    color: #5a6f81;
}
.about-news .news ul li p
{
    line-height: 30px;

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

    width: 80%;
    height: 30px;
    margin: 0;

    color: #6a6a6a;

    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
@media (max-width: 767px)
{
    .about-news .news ul li p
    {
        width: 76%;
    }
}
.about-news .news ul li p a
{
    display: block;
}
.about-news .news ul li:hover p
{
    color: #015faf;
}
.about-news .news ul li:first-child
{
    padding: 20px 0 10px;
}
.about-news .news ul li:first-child .pic
{
    float: left;

    width: 30%;
    padding-right: 20px;
}
@media (max-width: 767px)
{
    .about-news .news ul li:first-child .pic
    {
        width: 100%;
        padding-right: 0;
    }
}
.about-news .news ul li:first-child .pic .img-box
{
    padding-bottom: 57.14285714%;
}
.about-news .news ul li:first-child .note
{
    float: left;

    width: 70%;
}
@media (max-width: 767px)
{
    .about-news .news ul li:first-child .note
    {
        width: 100%;
        margin-top: 10px;
    }
}
.about-news .news ul li:first-child .note h3
{
    font-size: 14px;
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    margin: 0;

    color: #015faf;

    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.about-news .news ul li:first-child .note p
{
    font-size: 12px;
    line-height: 2;

    display: -webkit-box;
    overflow: hidden;

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

    color: #909090;

    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.about-news .news ul li:first-child .note span
{
    color: #015faf;
}
.about-news .news ul li:first-child .note span:hover
{
    text-decoration: underline;
}
.box-video
{
    padding: 25px 0 45px;

    border-top: 1px solid #c4d5e3;
    background-color: #f3f7fa;
}
.box-video .item
{
    margin-top: 20px;
}
.box-video .item .pic .img-box
{
    padding-bottom: 62.5%;
}
.box-video .item .pic embed
{
    width: 100%;
    height: 200px;
}
.box-video .item .note h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 2;

    margin: 0;

    color: #015faf;
}
.box-video .item .note h3 i
{
    position: relative;

    display: inline-block;
    float: left;

    width: 18px;
    height: 16px;
    margin-top: 8px;
    margin-right: 6px;

    background-color: #02afda;
}
.box-video .item .note h3 i::after
{
    position: absolute;
    top: 5px;
    left: 8px;

    display: inline-block;

    width: 0;
    height: 0;

    content: '';

    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 4px solid #fff;
}
.box-video .item .note p
{
    font-size: 12px;
    line-height: 2;

    color: #909090;
}
.box-video .item .note p span
{
    color: #015faf;
}
.footer
{
    margin-top: 50px;
    padding: 10px 0;

    border-top: #c4d5e3 1px solid;
}
.footer .copyright
{
    line-height: 30px;

    color: #fff;
}
.footer .copyright p
{
    font-size: 12px;

    display: inline-block;

    margin: 0;

    color: #838484;
}
.footer .copyright p span
{
    margin: 0 20px;
}
.footer .copyright p a
{
    color: #00e;
}
.footer .copyright p a:hover
{
    text-decoration: underline;
}
.footer .copyright .email
{
    display: inline-block;
    float: right;
}
.footer .copyright .email a
{
    display: block;
}
.footer .copyright .email a::after
{
    font-family: 'iconfont';

    content: '\e60a';

    color: #999;
}
.sidenav
{
    float: left;

    width: 20%;
}
@media (max-width: 991px)
{
    .sidenav
    {
        width: 26%;
    }
}
@media (max-width: 767px)
{
    .sidenav
    {
        display: none;
    }
}
.sidenav ul
{
    margin-top: 10px;
}
.sidenav ul li
{
    overflow: hidden;

    margin-top: 2px;
    padding-bottom: 1px;

    border-bottom: 1px solid #e7e7e7;
}
.sidenav ul li a
{
    line-height: 30px;

    position: relative;

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

    padding: 0 20px;
    padding-left: 34px;

    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.sidenav ul li a i
{
    position: absolute;
    left: 10px;

    display: inline-block;
    float: left;

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

    background-color: #02afda;
}
.sidenav ul li a i::after
{
    position: absolute;
    top: 3px;
    left: 5px;

    display: inline-block;

    width: 0;
    height: 0;

    content: '';

    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 3px solid #fff;
}
.sidenav ul li:hover a,
.sidenav ul li.active a
{
    color: #fff;
    background-color: #015faf;
}
.sidenav .text h3
{
    font-size: 16px;
    line-height: 2;

    color: #000;
}
.sidenav .text p
{
    font-size: 12px;
    line-height: 1.83333333;

    margin: 0;

    color: #3e3e3e;
}
.sidenav .pic
{
    margin-top: 10px;
}
.sidenav .pic img
{
    width: 100%;
}
.wrap-location
{
    overflow: hidden;

    background-color: #ebf1f6;
}
.wrap-location .title-in
{
    float: left;

    width: 20%;

    border-bottom: 2px solid #dbdbdb;
}
@media (max-width: 991px)
{
    .wrap-location .title-in
    {
        width: 26%;
    }
}
@media (max-width: 767px)
{
    .wrap-location .title-in
    {
        width: 100%;
    }
}
.wrap-location .title-in h2
{
    font-size: 16px;
    font-weight: bold;
    line-height: 38px;

    position: relative;
    z-index: 9;
    bottom: -2px;

    display: inline-block;

    margin: 0;
    padding-right: 20px;

    text-transform: uppercase;

    color: #015faf;
    border-bottom: 2px solid #015faf;
}
.wrap-location .location
{
    float: left;

    width: 80%;
    padding-left: 30px;
}
.wrap-location .location::before
{
    font-family: 'iconfont';

    margin-right: 14px;

    content: '\e635';

    color: #015faf;
}
@media (max-width: 991px)
{
    .wrap-location .location
    {
        width: 74%;
    }
}
@media (max-width: 767px)
{
    .wrap-location .location
    {
        display: none;
    }
}
.wrap-location .location a
{
    font-size: 12px;
    line-height: 38px;

    display: inline-block;

    color: #6f8ea5;
}
.wrap-location .location a::after
{
    float: right;

    margin: 0 4px;

    content: '>';
}
.wrap-location .location a:last-child::after
{
    display: none;
}
.wrap-location .location a:hover
{
    text-decoration: underline;
}
.wrapper
{
    overflow: hidden;
}
.wrap
{
    float: left;

    width: 80%;
    padding-left: 30px;
}
@media (max-width: 991px)
{
    .wrap
    {
        width: 74%;
    }
}
@media (max-width: 767px)
{
    .wrap
    {
        width: 100%;
        padding-left: 0;
    }
}
.wrap-about .about h3
{
    font-size: 20px;

    margin: 0 0 20px 0;

    color: #015faf;
}
.wrap-about .about p
{
    font-size: 12px;
    line-height: 1.83333333;

    margin: 0;

    color: #525252;
}
.wrap-about .about img
{
    max-width: 100%;
}
.wrap-about .about .text-1
{
    overflow: hidden;

    padding: 20px 0;

    border-bottom: 1px dashed #bdbcbc;
}
.wrap-about .about .text-1 img
{
    float: left;

    margin-right: 30px;
}
@media (max-width: 767px)
{
    .wrap-about .about .text-1 img
    {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.wrap-about .about .text-2
{
    padding: 20px 0;

    border-bottom: 1px dashed #bdbcbc;
}
.wrap-about .about .text-2 img
{
    display: block;

    margin: 0 auto;
}
.wrap-about .about .text-3
{
    padding: 20px 0 0 0;
}
.wrap-honor .honor .text p
{
    font-weight: normal;
    line-height: 1.71428571;

    margin: 0;
}
.wrap-honor .honor .item
{
    margin-top: 50px;
    padding: 20px;

    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .wrap-honor .honor .item
    {
        margin-top: 30px;
    }
}
.wrap-honor .honor .item .img-box
{
    padding-bottom: 138.46153846%;
}
.wrap-honor .honor .item .img-box img
{
    -webkit-transition: -webkit-transform 1.2s ease;
            transition: -webkit-transform 1.2s ease;
            transition:         transform 1.2s ease;
            transition:         transform 1.2s ease, -webkit-transform 1.2s ease;
}
.wrap-honor .honor .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-equipment .equipment .e-title-1 h3
{
    font-size: 20px;

    color: #015faf;
}
.wrap-equipment .equipment .text-1
{
    overflow: hidden;
}
.wrap-equipment .equipment .text-1 img
{
    float: left;

    max-width: 100%;
    margin-right: 10px;
}
@media (max-width: 767px)
{
    .wrap-equipment .equipment .text-1 img
    {
        float: none;
    }
}
.wrap-equipment .equipment .text-1 h3
{
    font-size: 18px;

    margin: 10px 0;
}
.wrap-equipment .equipment .text-1 p
{
    font-size: 12px;
    line-height: 1.83333333;

    margin: 0;

    color: #909090;
}
.wrap-equipment .equipment .e-title-2
{
    margin-top: 20px;
    padding-bottom: 10px;

    border-bottom: 1px solid #cfcfcf;
}
.wrap-equipment .equipment .e-title-2 h3
{
    font-size: 18px;

    margin: 0;

    color: #737373;
}
.wrap-equipment .equipment .info
{
    position: relative;

    overflow: hidden;

    padding: 20px 0;
}
.wrap-equipment .equipment .info .swiper-container
{
    vertical-align: top;
}
.wrap-equipment .equipment .info .swiper-wrapper
{
    overflow: hidden;

    height: 200px;
}
.wrap-equipment .equipment .info .pagination
{
    display: none;
}
.wrap-equipment .equipment .info .swiper-container-l
{
    display: inline-block;
    float: right;

    width: 94px;
    height: 300px;
    margin-top: 20px;

    text-align: center;

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-equipment .equipment .info .swiper-container-l
    {
        width: 100%;
        height: 100px;
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-equipment .equipment .info .swiper-container-l
    {
        height: 140px;
    }
}
@media (max-width: 480px)
{
    .wrap-equipment .equipment .info .swiper-container-l
    {
        height: 80px;
    }
}
@media (max-width: 320px)
{
    .wrap-equipment .equipment .info .swiper-container-l
    {
        height: 60px;
    }
}
.wrap-equipment .equipment .info .swiper-container-l .synced
{
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}
.wrap-equipment .equipment .info .swiper-container-l .synced .img-box img
{
    border: 2px solid #f60;
}
.wrap-equipment .equipment .info .swiper-container-l .swiper-slide
{
    position: relative;

    margin-bottom: 0;
}
@media (max-width: 991px)
{
    .wrap-equipment .equipment .info .swiper-container-l .swiper-slide
    {
        padding: 0 4px;
    }
}
.wrap-equipment .equipment .info .swiper-container-l .swiper-pagination-switch
{
    display: inline-block;

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

    cursor: pointer;

    opacity: .8;
    border: 1px solid #fff;
    border-radius: 8px;
    background: #222;
}
.wrap-equipment .equipment .info .swiper-container-l .swiper-visible-switch
{
    background: #aaa;
}
.wrap-equipment .equipment .info .swiper-container-l .swiper-active-switch
{
    background: #fff;
}
.wrap-equipment .equipment .info .swiper-container-l .img-box
{
    position: relative;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 53.125%;

    border: 1px solid #e5e5e5;
}
.wrap-equipment .equipment .info .swiper-container-l .img-box img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.wrap-equipment .equipment .info .swiper-container-r
{
    display: inline-block;

    width: 82%;
    height: 340px;
}
@media (max-width: 991px)
{
    .wrap-equipment .equipment .info .swiper-container-r
    {
        width: 100%;
        height: 270px;
        margin: 0;

        border: none;
    }
}
@media (max-width: 767px)
{
    .wrap-equipment .equipment .info .swiper-container-r
    {
        height: 340px;
    }
}
@media (max-width: 480px)
{
    .wrap-equipment .equipment .info .swiper-container-r
    {
        height: auto;
    }
}
@media (max-width: 375px)
{
    .wrap-equipment .equipment .info .swiper-container-r
    {
        height: 180px;
    }
}
@media (max-width: 320px)
{
    .wrap-equipment .equipment .info .swiper-container-r
    {
        height: 154px;
    }
}
.wrap-equipment .equipment .info .swiper-container-r p
{
    line-height: 42px;

    position: absolute;
    bottom: 4px;

    display: -webkit-box;
    overflow: hidden;

    width: 100%;
    height: 42px;
    margin: 0;
    padding: 0 20px;

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

    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
@media (max-width: 991px)
{
    .wrap-equipment .equipment .info .swiper-container-r p
    {
        bottom: 0;
    }
}
.wrap-equipment .equipment .info .swiper-container-r .img-box
{
    padding-bottom: 53.125%;
}
@media (max-width: 991px)
{
    .wrap-equipment .equipment .info .btn-wrap
    {
        display: none;
    }
}
.wrap-equipment .equipment .info .btn-wrap span
{
    display: none;
    display: block;

    width: 94px;
    height: 10px;

    cursor: pointer;
    -webkit-user-select: none;
    text-align: center;

    background-color: #ebf1f6;
}
.wrap-equipment .equipment .info .btn-wrap span:before
{
    font-family: 'iconfont';
    font-size: 14px;
    font-weight: bold;
    line-height: 10px;

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

    display: inline-block;

    margin: auto;

    content: '\e625';

    color: #015faf;
}
.wrap-equipment .equipment .info .btn-wrap .prev
{
    position: absolute;
    top: 20px;
    right: 0;
}
.wrap-equipment .equipment .info .btn-wrap .prev::before
{
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
.wrap-equipment .equipment .info .btn-wrap .next
{
    position: absolute;
    right: 0;
    bottom: 24px;

    display: block;
}
.wrap-equipment .equipment .info .btn-wrap .next::before
{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.wrap-equipment .equipment .info .btn-wrap .prev1
{
    line-height: 54px;

    position: absolute;
    z-index: 9;
    top: 20px;
    top: 44%;
    left: 0;

    width: 48px;
    height: 48px;

    background-color: #000;
}
.wrap-equipment .equipment .info .btn-wrap .prev1::before
{
    font-size: 24px;

    position: relative;

    content: '\e9da';

    color: #fff;
}
.wrap-equipment .equipment .info .btn-wrap .next1
{
    line-height: 54px;

    position: absolute;
    z-index: 9;
    top: 20px;
    top: 44%;
    right: 140px;

    width: 48px;
    height: 48px;

    background-color: #000;
}
.wrap-equipment .equipment .info .btn-wrap .next1::before
{
    font-size: 24px;

    position: relative;

    color: #fff;
}
.wrap-certification .certification .e-title-1 h3
{
    font-size: 20px;

    color: #015faf;
}
.wrap-certification .certification .text-1
{
    overflow: hidden;
}
.wrap-certification .certification .text-1 img
{
    float: left;

    max-width: 100%;
    margin-right: 10px;
}
@media (max-width: 767px)
{
    .wrap-certification .certification .text-1 img
    {
        float: none;
    }
}
.wrap-certification .certification .text-1 h3
{
    font-size: 18px;

    margin: 10px 0;
}
.wrap-certification .certification .text-1 p
{
    font-size: 12px;
    line-height: 1.83333333;

    margin: 0;

    color: #909090;
}
.wrap-certification .certification .e-title-2
{
    margin-top: 20px;
    padding-bottom: 10px;

    border-bottom: 1px solid #cfcfcf;
}
.wrap-certification .certification .e-title-2 h3
{
    font-size: 18px;

    margin: 0;

    color: #737373;
}
.wrap-certification .certification .info
{
    margin-bottom: 20px;
}
.wrap-certification .certification .info .list
{
    padding: 0 4px;
}
.wrap-certification .certification .info .list .item
{
    margin-top: 20px;

    text-align: center;
}
.wrap-certification .certification .info .list .item .img-box
{
    padding-bottom: 68%;

    border: 2px solid #015faf;
}
.wrap-certification .certification .info .list .item p
{
    display: -webkit-box;
    overflow: hidden;

    margin: 10px 0 0 0;

    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
/**
 * page
 */
.page
{
    clear: both;
    overflow: hidden;

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

    text-align: center;

    background-color: #ebf1f6;
}
.page a
{
    font-size: 12px;
    line-height: 24px;

    display: inline-block;
    overflow: hidden;

    min-width: 24px;
    min-height: 24px;
    margin: 0 3px;
    padding: 0 4px;

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

    color: #015faf;
    background-color: #b4d0ec;
}
.page a.active,
.page a:hover
{
    color: #fff;
    background-color: #015faf;
}
.wrap-product .item
{
    margin-top: 30px;
}
.wrap-product .item .img-box
{
    padding-bottom: 75%;
}
.wrap-product .item .img-box img
{
    -webkit-transition: -webkit-transform 1.2s ease;
            transition: -webkit-transform 1.2s ease;
            transition:         transform 1.2s ease;
            transition:         transform 1.2s ease, -webkit-transform 1.2s ease;
}
.wrap-product .item p
{
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 1px 0 0 0;

    text-align: center;

    color: #fff;
    background-color: #015faf;

    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.wrap-product .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product-show .product-show
{
    margin-top: 20px;
}
.wrap-product-show .product-show .img-box
{
    padding-bottom: 75%;
}
.wrap-product-show .product-show .sync
{
    margin: 0 -10px;
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-product-show .product-show .sync
    {
        margin: 0 -5px;
    }
}
.wrap-product-show .product-show .sync .item
{
    margin: 0 10px;

    border: 2px solid #e6e6e6;
}
@media (max-width: 767px)
{
    .wrap-product-show .product-show .sync .item
    {
        margin: 0 5px;
        margin-top: 10px;
    }
}
.wrap-product-show .product-show .sync .synced .item
{
    border: 2px solid #015faf;
}
.wrap-product-show .product-show .owl-buttons .owl-prev,
.wrap-product-show .product-show .owl-buttons .owl-next
{
    position: absolute;
    z-index: 9;
    top: 43%;

    margin: 0;
    padding: 0;

    opacity: 1;
    border-radius: 0;
    background: none;
}
.wrap-product-show .product-show .owl-buttons .owl-prev::after,
.wrap-product-show .product-show .owl-buttons .owl-next::after
{
    font-family: 'iconfont';
    font-size: 28px;
    line-height: 70px;

    display: block;

    width: 70px;
    height: 70px;

    content: '\e9da';

    background-color: rgba(0, 0, 0, .2);
}
@media (max-width: 767px)
{
    .wrap-product-show .product-show .owl-buttons .owl-prev::after,
    .wrap-product-show .product-show .owl-buttons .owl-next::after
    {
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
.wrap-product-show .product-show .owl-buttons .owl-prev:hover::after,
.wrap-product-show .product-show .owl-buttons .owl-next:hover::after
{
    background-color: rgba(0, 0, 0, .6);
}
.wrap-product-show .product-show .owl-buttons .owl-prev
{
    left: 0;
}
.wrap-product-show .product-show .owl-buttons .owl-next
{
    right: 0;
}
.wrap-product-show .product-show .owl-buttons .owl-next::after
{
    content: '\e625';
}
.wrap-product-show .parameter
{
    margin-top: 20px;

    border: 1px solid #e6e6e6;
}
.wrap-product-show .parameter .par-title
{
    position: relative;

    height: 38px;

    border-bottom: #dbdbdb 2px solid;
    background-color: #ebf1f6;
}
.wrap-product-show .parameter .par-title h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;

    display: inline-block;

    margin: 0;
    padding: 0 30px;

    color: #015faf;
    border-bottom: 2px solid #015faf;
}
.wrap-product-show .parameter .introduction
{
    margin: 0 auto;
    padding: 10px 20px;

    border-bottom: #d3d1d1 1px dashed;
}
.wrap-product-show .parameter .introduction:last-child
{
    border: none;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter .introduction
    {
        padding: 10px;
    }
}
.wrap-product-show .parameter .introduction h3
{
    font-size: 16px;

    color: #015faf;
}
.wrap-product-show .parameter .introduction h3::before
{
    display: inline-block;

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

    content: '';

    background-color: #015faf;
}
.wrap-product-show .parameter .introduction p
{
    font-size: 12px;
    line-height: 1.83333333;

    margin: 0;

    color: #525252;
}
.wrap-product-show .inquiry
{
    margin-top: 20px;

    border: 1px solid #e6e6e6;
}
.wrap-product-show .inquiry .par-title
{
    position: relative;

    height: 38px;

    border-bottom: #dbdbdb 2px solid;
    background-color: #ebf1f6;
}
.wrap-product-show .inquiry .par-title h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;

    display: inline-block;

    margin: 0;
    padding: 0 30px;

    color: #015faf;
    border-bottom: 2px solid #015faf;
}
.wrap-product-show .inquiry form
{
    padding: 10px 0;
}
.wrap-product-show .inquiry form ul
{
    overflow: hidden;
}
.wrap-product-show .inquiry form ul li
{
    float: left;
    overflow: hidden;

    width: 50%;
    margin-top: 10px;
    padding: 0 10px;
}
@media (max-width: 767px)
{
    .wrap-product-show .inquiry form ul li
    {
        width: 100%;
    }
}
.wrap-product-show .inquiry form ul li:nth-child(5),
.wrap-product-show .inquiry form ul li:nth-child(6),
.wrap-product-show .inquiry form ul li:nth-child(7)
{
    width: 100%;
}
.wrap-product-show .inquiry form input,
.wrap-product-show .inquiry form textarea
{
    font-size: 12px;
    line-height: 30px;

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

    border: 1px solid #ddd;
    outline: none;
}
.wrap-product-show .inquiry form input::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea::-webkit-input-placeholder
{
    color: #999;
}
.wrap-product-show .inquiry form input:-o-placeholder,
.wrap-product-show .inquiry form textarea:-o-placeholder
{
    color: #999;
}
.wrap-product-show .inquiry form input::-moz-placeholder,
.wrap-product-show .inquiry form textarea::-moz-placeholder
{
    color: #999;
}
.wrap-product-show .inquiry form input:-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:-ms-input-placeholder
{
    color: #999;
}
.wrap-product-show .inquiry form input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-o-placeholder,
.wrap-product-show .inquiry form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-moz-placeholder,
.wrap-product-show .inquiry form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form button
{
    line-height: 25px;

    display: inline-block;

    height: 25px;
    margin-right: 20px;
    padding: 0 40px;

    color: #fff;
    outline: none;
    background-color: #015faf;
}
.wrap-product-show .inquiry form p
{
    font-size: 12px;

    display: inline-block;
}
@media (max-width: 767px)
{
    .wrap-product-show .inquiry form p
    {
        margin-top: 10px;
    }
}
.table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
table
{
    width: 100%;
    max-width: 98%;

    border-spacing: 0;
    border-collapse: collapse;

    text-align: center;
}
table tr,
table td
{
    width: auto !important;
    height: auto !important;
}
table tr:nth-child(odd)
{
    background-color: #f2f2f2;
}
table td
{
    padding: 8px !important;

    border: 1px solid #ccc !important;
}
table tr p,
table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.wrap-news .news ul li
{
    overflow: hidden;

    border-bottom: 1px solid #dbdbdb;
}
.wrap-news .news ul li .date
{
    line-height: 40px;

    display: inline-block;
    float: left;

    width: 20%;

    text-align: right;
}
@media (max-width: 767px)
{
    .wrap-news .news ul li .date
    {
        width: 28%;
    }
}
.wrap-news .news ul li .date span
{
    font-size: 12px;
    line-height: 30px;

    color: #5a6f81;
}
.wrap-news .news ul li p
{
    font-size: 12px;
    line-height: 40px;

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

    width: 80%;
    height: 40px;
    margin: 0;

    color: #474747;

    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
@media (max-width: 767px)
{
    .wrap-news .news ul li p
    {
        width: 72%;
    }
}
.wrap-news .news ul li p a
{
    display: block;
}
.wrap-news .news ul li:hover p
{
    color: #015faf;
}
.wrap-news .news ul li:first-child
{
    padding: 20px 0 24px;
}
.wrap-news .news ul li:first-child .pic
{
    float: left;

    width: 39%;
    padding-right: 20px;
}
@media (max-width: 991px)
{
    .wrap-news .news ul li:first-child .pic
    {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-news .news ul li:first-child .pic .img-box
{
    padding-bottom: 57.14285714%;
}
.wrap-news .news ul li:first-child .note
{
    float: left;

    width: 61%;
}
@media (max-width: 991px)
{
    .wrap-news .news ul li:first-child .note
    {
        width: 100%;
        margin-top: 10px;
    }
}
.wrap-news .news ul li:first-child .note h3
{
    font-size: 20px;
    line-height: 1.4;

    display: -webkit-box;
    overflow: hidden;

    margin: 0;

    color: #000;

    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media (max-width: 767px)
{
    .wrap-news .news ul li:first-child .note h3
    {
        font-size: 18px;
    }
}
.wrap-news .news ul li:first-child .note span
{
    font-weight: bold;
    line-height: 40px;

    display: block;

    color: #a3a3a3;
}
.wrap-news .news ul li:first-child .note p
{
    font-size: 12px;
    line-height: 2;

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

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

    color: #474747;

    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.wrap-news .news ul li:first-child .note a.more
{
    font-size: 12px;

    display: inline-block;

    color: #474747;
}
.wrap-news .news ul li:first-child .note a.more::after
{
    font-family: 'iconfont';

    margin-left: 6px;

    content: '\e619';
}
.wrap-news .news ul li:first-child:hover .note h3
{
    color: #015faf;
}
.wrap-news-show .news-show
{
    padding: 25px 50px 0 50px;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-show
    {
        padding: 25px 0 0 0;
    }
}
.wrap-news-show .news-show .news-title
{
    text-align: center;
}
.wrap-news-show .news-show .news-title h2
{
    font-size: 20px;

    margin: 0;

    color: #000;
}
@media (max-width: 767px)
{
    .wrap-news-show .news-show .news-title h2
    {
        font-size: 18px;
    }
}
.wrap-news-show .news-show .news-title span
{
    font-size: 16px;
    line-height: 40px;

    display: block;

    color: #a3a3a3;
}
.wrap-news-show .news-show .text
{
    margin-top: 20px;
}
.wrap-news-show .news-show .text img
{
    display: block;

    max-width: 100%;
    margin: 0 auto;
}
.wrap-news-show .news-show .text p
{
    font-size: 12px;
    line-height: 1.83333333;

    margin: 0;

    color: #525252;
}
.wrap-contact .contact .tel h3,
.wrap-contact .contact .email h3
{
    font-size: 18px;
    line-height: 40px;

    color: #6e6e6e;
}
.wrap-contact .contact .tel h3::before,
.wrap-contact .contact .email h3::before
{
    font-family: 'iconfont';
    font-size: 40px;

    float: left;

    margin-right: 10px;

    content: '\e62c';
}
.wrap-contact .contact .tel p,
.wrap-contact .contact .email p
{
    line-height: 2.14285714;

    margin: 0;

    color: #3e3e3e;
}
.wrap-contact .contact .tel a:hover,
.wrap-contact .contact .email a:hover
{
    text-decoration: underline;
}
.wrap-contact .contact .email h3::before
{
    font-size: 34px;

    content: '\e626';
}
.wrap-contact .contact .message h3
{
    font-size: 22px;
    line-height: 30px;

    display: inline-block;
}
.wrap-contact .contact .message h3::after
{
    font-family: 'iconfont';
    font-size: 30px;

    float: right;

    margin-left: 10px;

    content: '\e63b';

    color: #999;
}
.wrap-contact .contact .message form ul li
{
    margin-top: 10px;
}
.wrap-contact .contact .message form input,
.wrap-contact .contact .message form textarea
{
    font-size: 12px;
    line-height: 30px;

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

    border: 1px solid #ddd;
    outline: none;
}
.wrap-contact .contact .message form input
{
    max-width: 360px;
}
.wrap-contact .contact .message form input::-webkit-input-placeholder,
.wrap-contact .contact .message form textarea::-webkit-input-placeholder
{
    color: #999;
}
.wrap-contact .contact .message form input:-o-placeholder,
.wrap-contact .contact .message form textarea:-o-placeholder
{
    color: #999;
}
.wrap-contact .contact .message form input::-moz-placeholder,
.wrap-contact .contact .message form textarea::-moz-placeholder
{
    color: #999;
}
.wrap-contact .contact .message form input:-ms-input-placeholder,
.wrap-contact .contact .message form textarea:-ms-input-placeholder
{
    color: #999;
}
.wrap-contact .contact .message form input:focus::-webkit-input-placeholder,
.wrap-contact .contact .message form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .message form input:focus::-o-placeholder,
.wrap-contact .contact .message form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .message form input:focus::-moz-placeholder,
.wrap-contact .contact .message form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .message form input:focus::-ms-input-placeholder,
.wrap-contact .contact .message form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .message form button
{
    line-height: 25px;

    display: inline-block;

    height: 25px;
    margin-right: 20px;
    padding: 0 40px;

    color: #fff;
    outline: none;
    background-color: #015faf;
}
.wrap-contact .contact .message form p
{
    font-size: 12px;

    display: inline-block;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .message form p
    {
        margin-top: 10px;
    }
}


#curr{
    color: #fff;
    background-color: #015faf;
}
