/**
 * style.less
 * 层叠样式表
 */
@font-face
{
    font-family: 'iconfont';

    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot') format('embedded-opentype'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg') format('svg');
}
/* This stylesheet generated by Transfonter (https://transfonter.org) on October 19, 2017 3:41 AM */
@font-face
{
    font-family: 'Calibri';
    font-weight: normal;
    font-style: normal;

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

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

    src: url('../fonts/calibri-bold.eot');
    src: url('../fonts/calibri-bold.eot') format('embedded-opentype'), url('../fonts/calibri-bold.woff2') format('woff2'), url('../fonts/calibri-bold.woff') format('woff'), url('../fonts/calibri-bold.ttf') format('truetype'), url('../fonts/calibri-bold.svg#calibri-bold') format('svg');
}
body
{
    font-family: 'Calibri', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', 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: 1140px;
    }
}
@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;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link
{
    outline: none !important;
}
.fancybox-caption
{
    font-size: 16px;

    text-align: center;

    border: none;
}
.stuck
{
    position: fixed;
    top: 0;
}
.header
{
    position: relative;
    z-index: 99;

    width: 100%;

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .header
    {
        height: 70px;
    }
}
.header .top-nav
{
    border-bottom: 1px solid #e3e3e3;
}
@media (max-width: 1199px)
{
    .header .top-nav
    {
        display: none;
    }
}
.header .top-nav p
{
    line-height: 38px;

    display: inline-block;

    margin: 0;

    color: #666;
}
.header .top-nav .share
{
    float: right;

    margin-left: 15px;
}
.header .top-nav .share ul
{
    height: 30px;
    padding: 0;
}
.header .top-nav .share li
{
    line-height: 30px;

    display: inline-block;

    margin-right: 2px;

    -webkit-transition: -webkit-transform .6s ease;
            transition: -webkit-transform .6s ease;
            transition:         transform .6s ease;
            transition:         transform .6s ease, -webkit-transform .6s ease;
}
.header .top-nav .share li:last-child
{
    margin-right: 0;
}
.header .top-nav .share li a
{
    display: inline-block;
}
.header .top-nav .share li a::after
{
    font-family: 'iconfont';
    font-size: 12px;
    line-height: 25px;

    display: inline-block;

    width: 25px;
    height: 25px;
    margin-top: 7px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #3b5998;
}
.header .top-nav .share li:hover
{
    color: #fff;
}
.header .top-nav .share li:hover a::after
{
    color: #fff;
}
.header .top-nav .share li:hover
{
    -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
            transform: translateY(-6px);
}
.header .top-nav .share .twitter a::after
{
    content: '\e60b';

    background-color: #83845b;
}
.header .top-nav .share .linkedin a::after
{
    content: '\e6f0';

    background-color: #0e76a8;
}
.header .top-nav .share .youtube a::after
{
    content: '\e6d7';

    background-color: #c4302b;
}
.header .top-nav .share .google a::after
{
    content: '\e645';

    background-color: #6b2d55;
}
.header .top-nav .language
{
    float: right;
}
.header .top-nav .language ul
{
    display: inline-block;
    float: right;
}
.header .top-nav .language ul li
{
    display: inline-block;
}
.header .top-nav .language ul li:last-child:after
{
    display: none;
}
.header .top-nav .language ul li a
{
    line-height: 40px;

    color: #666;
}
.header .top-nav .language ul li a:before
{
    display: inline-block;
    float: left;

    width: 25px;
    height: 25px;
    margin-top: 7px;
    margin-right: 6px;
    margin-left: 15px;

    content: '';

    background: url(../images/language.png) no-repeat;
    background-size: cover;
}
.header .top-nav .language ul li a:hover
{
    text-decoration: underline;
}
.header .top-nav .language ul li.cn a:before
{
    background-position: 0 -25px;
}
.header .top-nav .language ul li.ru a:before
{
    background-position: 0 -50px;
}
.header .xs-language
{
    position: absolute;
    z-index: 9;
    bottom: 14px;
    right: 60px;

    display: none;


    text-align: right;
}
@media (max-width: 1199px)
{
    .header .xs-language
    {
        display: inline-block;
    }
}
.header .xs-language ul
{
    display: inline-block;
}
.header .xs-language ul li
{
    display: inline-block;
}
.header .xs-language ul li:last-child:after
{
    display: none;
}
.header .xs-language ul li a
{
    line-height: 40px;

    margin-right: 4px;

    color: #fff;
}
.header .xs-language ul li a:before
{
    display: inline-block;
    float: left;

    width: 25px;
    height: 25px;
    margin-top: 7px;
    margin-right: 6px;

    content: '';

    background: url(../images/language.png) no-repeat;
    background-size: cover;
}
.header .xs-language ul li a:hover
{
    text-decoration: underline;
}
.header .xs-language ul li.cn a:before
{
    background-position: 0 -25px;
}
.header .xs-language ul li.ru a:before
{
    background-position: 0 -50px;
}
.header .top
{
    overflow: hidden;

    width: 100%;
}
@media (max-width: 1199px)
{
    .header .top
    {
        height: 70px;
    }
}
.header .top .logo
{
    float: left;
    overflow: hidden;

    width: auto;
    height: 140px;

    -webkit-transition: all .2s ease;
            transition: all .2s ease;
}
@media (max-width: 1199px)
{
    .header .top .logo
    {
        height: 70px;
    }
}
.header .top .logo img
{
    display: inline-block;

    height: 100%;

    vertical-align: middle;
}
.header .top .logo .note
{
    display: inline-block;

    margin-left: 30px;
    padding-left: 30px;

    vertical-align: middle;

    border-left: 1px #dfdfdf solid;
}
@media (max-width: 767px)
{
    .header .top .logo .note
    {
        display: none;
    }
}
.header .top .logo .note h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;

    margin: 0;
    margin: 4px 0;

    color: #014099;
}
@media (max-width: 1199px)
{
    .header .top .logo .note h3
    {
        margin: 2px 0;
    }
}
.header .top .logo .note p
{
    font-size: 14px;
    line-height: 24px;

    margin: 0;
}
.header .top .erweima
{
    float: right;

    width: 80px;
    height: 80px;
    margin-top: 30px;
    margin-left: 20px;
}
@media (max-width: 1199px)
{
    .header .top .erweima
    {
        display: none;
    }
}
.header .top .erweima img
{
    width: 100%;
}
.header .top .sort
{
    float: right;

    padding: 40px 0;
}
@media (max-width: 1199px)
{
    .header .top .sort
    {
        display: none;
    }
}
.header .top .sort img
{
    height: 60px;
}
.header .top .text
{
    position: relative;

    float: right;

    margin-left: 20px;
    padding: 49px 0;
    padding-left: 40px;
}
@media (max-width: 1199px)
{
    .header .top .text
    {
        display: none;
    }
}
.header .top .text:before
{
    position: absolute;
    top: 56px;
    left: 0;

    display: block;

    width: 30px;
    height: 30px;

    content: '';

    background: url(../images/icon_tel.jpg) no-repeat;
}
.header .top .text p
{
    font-style: italic;
    line-height: 1.42857143;

    margin: 0;

    color: #666;
}
.header .top .text p.tel
{
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;

    color: #014099;
}
.header .top .text p a:hover
{
    text-decoration: underline;
}
.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: 14px;
    }
    .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: #fff;
    }
}
.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: #999;
}
.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: #999;
}
.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: #999;
}
.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
    {
        width: 100%;

        background-color: #014099;
    }
}
@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: #000;
    }
    .header .nav .tbl
    {
        display: table;

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

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        width: 100%;
        padding: 30px 15px;
    }
}
.header .nav.left-100
{
    left: -100%;
}
.header .nav.left-200
{
    left: -200%;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1
    {
        text-align: center;
    }
    .header .nav .nav-list1 li a
    {
        white-space: nowrap;
    }
    .header .nav .nav-list1 > li
    {
        position: relative;

        display: inline-block;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;
        font-weight: bold;
        line-height: 45px;

        position: relative;

        display: inline-block;

        padding: 0 35px;

        text-transform: uppercase;

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

        background-color: rgba(1, 64, 153, .9);
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;

        width: 100%;
        height: auto!important;
        padding: 0!important;

        text-align: center;

        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: 16px;
        line-height: 50px;

        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;

        color: #fff;
    }
    .header .nav .nav-list1 .nav-list2 li > a:hover
    {
        font-weight: bold;

        color: #014099;
        background-color: #fff;
    }
}
@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: 60px 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-color: #000;
    }
}
.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: '\e601';
}
.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: 30px;

    margin: 25px 0;
    padding: 10px 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: '\e827';
    -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: '\e827';

        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;
}
@media (min-width: 992px)
{
    .header .cart-box-xs
    {
        display: none;
    }
}
@media (max-width: 991px)
{
    .header .cart-box-xs
    {
        font-size: 24px;

        position: absolute;
        top: 25px;
        left: 0;
        left: 30px;

        color: #fff;
    }
    .header .cart-box-xs span
    {
        font-size: 16px;
        line-height: 26px;

        display: inline-block;

        width: 30px;
        height: 30px;
        margin-left: 10px;

        -webkit-transform: translateY(-3px);
            -ms-transform: translateY(-3px);
                transform: translateY(-3px);
        text-align: center;

        border: 2px solid #fff;
        border-radius: 50%;
    }
}
.header .lang
{
    font-size: 12px;

    position: relative;

    float: right;

    width: 140px;
    padding: 39px 0;

    text-align: center;

    border-left: 1px solid #e4e4e4;
}
@media (max-width: 1199px)
{
    .header .lang
    {
        display: none;
    }
}
.header .lang h3
{
    font-family: 'Microsoft YaHei';
    font-size: 13px;
    font-weight: normal;

    display: inline-block;

    margin: 0;

    cursor: pointer;

    color: #888;
}
.header .lang h3::before
{
    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 24px;
    height: 22px;
    margin-right: 8px;

    content: '';
    vertical-align: middle;

    background: url(../images/flags.png) no-repeat;
    background-position: -42px 0;
}
.header .lang h3::after
{
    position: relative;
    top: -2px;

    display: inline-block;

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

    content: '';

    border-top: 4px solid #c7c7c7;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.header .lang ul
{
    position: absolute;
    z-index: 999;
    top: 90px;
    right: 0;

    display: none;

    width: 100%;
    margin-left: -12px;
    padding: 20px 16px;

    text-align: left;

    color: #999;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .09);
}
.header .lang li
{
    font-size: 13px;
    line-height: 38px;

    clear: both;

    width: 100%;
    height: 29px;
    padding-left: 14px;

    list-style: none;
}
.header .lang li a::before
{
    display: inline-block;
    float: left;

    width: 24px;
    height: 22px;
    margin-top: 8px;
    margin-right: 8px;

    content: '';

    background: url(../images/flags.png) no-repeat;
}
.header .lang li:hover
{
    color: #014099;
}
.header .lang li.zh a::before
{
    background-position: -42px 0;
}
.header .lang li.en a::before
{
    background-position: -2px 0;
}
@media (max-width: 991px)
{
    .header .lang
    {
        display: none;
    }
}
.header .search-box
{
    display: none;

    margin-top: 20px;
    margin-right: 10px;
}
@media (min-width: 768px)
{
    .header .search-box
    {
        position: absolute;
        z-index: 888;
        top: 100%;
        left: 0;

        width: 100%;
        height: 100px;
        margin-top: 0;
        padding: 0 4%;

        background-color: #fff;
    }
}
.header .search-box .search
{
    line-height: 40px;

    overflow: hidden;
    zoom: 1;

    width: 240px;
    height: 40px;

    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;

    width: 78%;
    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;

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

    content: '\e660';

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

    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    background: none;
}
.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 (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;
    }
}
@media (max-width: 360px)
{
    .header .search-box.search-xs form .input-text
    {
        width: 74%;
    }
}
@media (max-width: 767px)
{
    .header .search-box.search-xs .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: #014099;
}
.header .search-icon
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .search-icon
    {
        position: fixed;
        z-index: 10;
        right: 50px;
        bottom: 30px;

        display: inline-block;

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

        content: '\e660';

        color: #fff;
    }
}
@media (max-width: 767px)
{
    .header .search-icon
    {
        right: 35px;
    }
}
.header .search-lg
{
    top: 0;
}
@media (min-width: 768px)
{
    .header .search-lg .logo
    {
        margin-top: 20px;
        margin-left: 0;
    }
    .header .search-lg .search
    {
        position: relative;

        float: right;

        width: 70%;
        margin-top: 26px;

        border: none;
        border-bottom: 1px solid #dbdbdb;
        border-radius: 0;
    }
    .header .search-lg .input-text
    {
        font-size: 20px;

        padding: 0;
    }
    .header .search-lg .input-submit
    {
        right: auto;
        left: 0;

        display: none;
    }
    .header .search-lg .close-btn
    {
        position: absolute;
        top: 0;
        right: 0;

        cursor: pointer;
    }
    .header .search-lg .close-btn:before
    {
        font-size: 20px;

        content: '\2716';
    }
}
@media (max-width: 1199px)
{
    .header .search-lg .search
    {
        width: 60%;
    }
}
@media (max-width: 991px)
{
    .header .search-lg .search
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .header .search-lg
    {
        display: none;
    }
}
.header .right
{
    float: right;
}
.header .find
{
    line-height: 100px;

    float: right;

    padding: 0 30px;

    cursor: pointer;
    text-align: center;

    border-left: 1px solid #ebebeb;
}
.header .find::before
{
    font-family: 'iconfont';
    font-size: 20px;

    float: left;

    margin-right: 8px;

    content: '\e72f';

    color: #c3c3c3;
}
@media (max-width: 1199px)
{
    .header .find
    {
        display: none;
    }
}
@media (max-width: 767px)
{
    .header .find
    {
        display: none;
    }
}
.online
{
    position: fixed;
    z-index: 10;
    top: 40%;
    right: -50px;

    width: 100px;
}
@media (max-width: 767px)
{
    .online
    {
        display: none;
    }
}
.online a
{
    line-height: 54px;

    position: relative;

    display: block;

    width: 54px;
    height: 54px;
    padding-left: 54px;

    cursor: pointer;
    -webkit-transition:         transform .6s ease;
    -webkit-transition: -webkit-transform .6s ease;
            transition: -webkit-transform .6s ease;
            transition:         transform .6s ease;
            transition:         transform .6s ease, -webkit-transform .6s ease;
    text-decoration: none;

    color: #fff;
    background-color: #2a2b2c;
}
.online a:before
{
    font-family: 'iconfont';
    font-size: 30px;
    line-height: 54px;

    position: absolute;
    left: 0;

    width: 54px;
    height: 54px;

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

    color: #fff;
    border-bottom: 1px solid #444;
    background-color: #2a2b2c;
}
.online a:hover
{
    background-color: #014099;
}
.online a:hover:before
{
    background-color: #014099;
}
.online a.online-weixin img
{
    position: absolute;
    right: 54px;

    display: none;

    width: 120px;
    height: 120px;
}


.online a.online-qq:before
{
    font-size: 28px;

    content: '\e62d';
}


.online a.online-weixin:before
{
    font-size: 28px;

    content: '\e604';
}
.online a.online-top:before
{
    font-size: 28px;

    content: '\e62a';
}
.online a.online-whatsapp
{
    width: 126px;
}
.online a.online-whatsapp:before
{
    color: #7ad06d;
}
.online a.online-whatsapp:hover
{
    -webkit-transform: translateX(-76px);
        -ms-transform: translateX(-76px);
            transform: translateX(-76px);
}
.online a.online-whatsapp:hover:before
{
    background-color: #014099;
}
.banner
{
    position: relative;
    z-index: 9;

    overflow: hidden;

    width: 100%;
}
@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: 180%;
        max-width: 180%;
        margin-left: -32%;
    }
}
.banner .owl-theme img
{
    width: 100%;
}
.banner .owl-theme .owl-pagination
{
    position: absolute;
    right: 0;
    bottom: 20px;
    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: 14px;
    height: 14px;
    margin: 0 5px;

    opacity: 1;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .76);
}
.banner .owl-theme .owl-pagination .owl-page.active span
{
    background-color: #014099;
}
.banner .owl-theme .owl-buttons
{
    /* display: none; */
}
.banner .title-location
{
    position: absolute;
    bottom: 0;

    width: 100%;
}
@media (max-width: 767px)
{
    .banner .title-location
    {
        display: none;
    }
}
.banner .title-location .info
{
    overflow: hidden;

    background-color: rgba(1, 64, 153, .4);
}
.banner .title-location .title-in
{
    float: left;

    width: 22%;

    background-color: rgba(1, 64, 153, .5);
}
@media (max-width: 1199px)
{
    .banner .title-location .title-in
    {
        width: 30%;
    }
}
@media (max-width: 767px)
{
    .banner .title-location .title-in
    {
        width: 100%;
    }
}
.banner .title-location .title-in h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;

    margin: 0;
    padding: 0 20px;

    color: #fff;
}
.banner .title-location .title-in h3:before
{
    font-family: 'iconfont';
    font-weight: normal;

    margin-right: 6px;

    content: '\e618';
}
.banner .title-location .location
{
    float: left;

    width: 78%;

    text-align: right;
}
@media (max-width: 1199px)
{
    .banner .title-location .location
    {
        width: 70%;
    }
}
@media (max-width: 767px)
{
    .banner .title-location .location
    {
        width: 100%;
    }
}
.banner .title-location .location ul
{
    display: inline-block;

    padding: 0 30px;
}
.banner .title-location .location ul:before
{
    font-family: 'iconfont';
    font-size: 18px;
    line-height: 50px;

    float: left;

    margin-right: 10px;

    content: '\e608';

    color: #fff;
}
.banner .title-location .location ul li
{
    display: inline-block;
}
.banner .title-location .location ul li a
{
    line-height: 50px;

    display: block;

    color: #fff;
}
.banner .title-location .location ul li a:after
{
    float: right;

    margin: 0 10px;

    content: '>';
}
.banner .title-location .location ul li:last-child a:after
{
    display: none;
}
.banner .title-location .location ul li:hover
{
    text-decoration: underline;
}
.box
{
    padding: 80px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 50px 0;
    }
}
.title
{
    text-align: center;

    background: url(../images/title.png) no-repeat center;
}
@media (max-width: 767px)
{
    .title
    {
        background: none;
    }
}
.title h2
{
    font-size: 24px;
    font-weight: bold;

    position: relative;
    z-index: 9;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 22px;
    }
}
.title p
{
    font-size: 16px;
    line-height: 1.625;

    margin: 20px 0 0 0;

    color: #ccc;
}
.box-product
{
    background-color: #f8f8f8;
}
.box-product .sort
{
    text-align: center;
}
.box-product .sort ul
{
    margin-top: 20px;
}
.box-product .sort ul li
{
    display: inline-block;
}
.box-product .sort ul li:after
{
    font-family: 'iconfont';

    content: '\e609';
}
.box-product .sort ul li a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.875;

    padding: 0 30px;
}
@media (max-width: 767px)
{
    .box-product .sort ul li a
    {
        padding: 0 6px;
    }
}
.box-product .sort ul li:hover a
{
    color: #014099;
}
.box-product .product ul
{
    margin-top: 40px;
}
.box-product .product ul li
{
    float: left;

    width: 25%;
}
@media (max-width: 991px)
{
    .box-product .product ul li
    {
        width: 50%;
    }
}
.box-product .product ul li .img-box
{
    padding-bottom: 70.90909091%;
}
.box-product .product ul li .img-box img
{
    -webkit-transition: all 1.2s;
            transition: all 1.2s;
}
.box-product .product ul li .text
{
    position: relative;

    padding: 20px;

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

    background-color: #f0f0f0;
}
.box-product .product ul li .text h3
{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857143;

    display: -webkit-box;
    overflow: hidden;

    height: 20px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-product .product ul li .text a.more
{
    display: block;

    margin-top: 20px;
}
@media (max-width: 767px)
{
    .box-product .product ul li .text a.more
    {
        margin-top: 10px;
    }
}
.box-product .product ul li .text a.more:after
{
    font-family: 'iconfont';

    content: '\e72f';
}
.box-product .product ul li .text a
{
    display: block;
}
.box-product .product ul li:nth-child(2n+1) .text:before
{
    position: absolute;
    z-index: 9;
    top: -8px;

    display: block;

    width: 0;
    height: 0;

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

    border-right: 12px solid transparent;
    border-bottom: 8px solid #f0f0f0;
    border-left: 12px solid transparent;
}
.box-product .product ul li:nth-child(2n+1):hover .text:before
{
    border-bottom: 8px solid #014099;
}
.box-product .product ul li:nth-child(2n) .text:before
{
    position: absolute;
    z-index: 9;
    bottom: -8px;

    display: block;

    width: 0;
    height: 0;

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

    border-top: 8px solid #f0f0f0;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}
.box-product .product ul li:nth-child(2n):hover .text:before
{
    border-top: 8px solid #014099;
}
.box-product .product ul li:hover .text
{
    background-color: #014099;
}
.box-product .product ul li:hover .text p,
.box-product .product ul li:hover .text a
{
    color: #fff;
}
.box-product .product ul li:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-about .about
{
    margin-top: 50px;
    background-color: #eee;
}
.box-about .about .info
{
    padding: 20px;
}
@media (max-width: 1199px){
.box-about .about .info-2,
.box-about .about .info-3
{
    padding: 22px 20px;
}
}
@media (max-width: 767px)
{
    .box-about .about .info
    {
        padding: 10px;
    }
}
.box-about .about .info .text h3
{
    font-size: 16px;
    font-weight: bold;

    display: -webkit-box;
    overflow: hidden;

    margin: 16px 0 10px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-about .about .info .text p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-about .about .info a
{
    display: block;
}
.box-about .about .info:hover .text h3
{
    color: #014099;
}
.box-about .about .row
{
    margin: 0;
}
.box-about .about .list
{
    padding: 0;
}
.box-about .about .info-1
{
    background-color: #eee;
}
.box-about .about .info-1 .item .img-box
{
    padding-bottom: 29.41176471%;
}
.box-about .about .info-1 .owl-pagination
{
    position: absolute;
    right: 0;
    bottom: 10px;

    width: 100%;
    margin: 0;

    text-align: right;
}
.box-about .about .info-1 .owl-pagination .owl-page
{
    display: inline-block;
}
.box-about .about .info-1 .owl-pagination .owl-page span
{
    display: inline-block;

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

    opacity: 1;
    border-radius: 50%;
    background-color: #fff;
}
.box-about .about .info-1 .owl-pagination .owl-page.active span
{
    background-color: #014099;
}
.box-about .about .info-1 .owl-buttons
{
    display: none;
}
.box-about .about .info-2,
.box-about .about .info-3
{
    background-color: #f8f8f8;
}
.box-about .about .info-2 .img-box,
.box-about .about .info-3 .img-box
{
    padding-bottom: 63.82978723%;
}
.box-about .about .info-3
{
    background-color: #f0f0f0;
}
.box-about .about .info-4
{
    background-color: #f8f8f8;
}
.box-about .about .info-4 ul
{
    overflow: hidden;

    margin: 0 -8px;
}
.box-about .about .info-4 ul li
{
    float: left;

    width: 33.33333333%;
    padding: 0 8px;
}
.box-about .about .info-4 ul li .item
{
    -webkit-transition: all .4s;
            transition: all .4s;

    border: 1px solid #dfdfdf;
    background-color: #dfdfdf;
}
.box-about .about .info-4 ul li .img-box
{
    padding-bottom: 131.25%;
}
.box-about .about .info-4 ul li p
{
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;
    padding: 0 6px;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-about .about .info-4 ul li:hover .item
{
    background-color: #014099;
}
.box-about .about .info-4 ul li:hover p
{
    color: #fff;
}
.box-about .about .info-5
{
    background-color: #f8f8f8;
}
.box-about .about .info-5 .item .img-box
{
    padding-bottom: 47.05882353%;
}
.box-about .about .info-5 .item p
{
    font-size: 16px;
    font-weight: bold;
    line-height: 2.5;

    position: absolute;
    bottom: 0;

    display: -webkit-box;
    overflow: hidden;

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

    background-color: rgba(255, 255, 255, .76);

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-about .about .info-5 .owl-pagination
{
    position: absolute;
    right: 0;
    bottom: 10px;

    width: 100%;
    margin: 0;

    text-align: right;
}
.box-about .about .info-5 .owl-pagination .owl-page
{
    display: inline-block;
}
.box-about .about .info-5 .owl-pagination .owl-page span
{
    display: inline-block;

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

    opacity: 1;
    border-radius: 50%;
    background-color: #fff;
}
.box-about .about .info-5 .owl-pagination .owl-page.active span
{
    background-color: #014099;
}
.box-about .about .info-5 .owl-buttons
{
    display: none;
}
.footer .foot
{
    padding: 80px 0 0 0;

    background-color: #014099;
}
@media (max-width: 991px)
{
    .footer .foot
    {
        padding: 54px 0 0 0;
    }
}
.footer .foot .foot-nav > ul
{
    overflow: hidden;

    margin: 0 -10px;
}
.footer .foot .foot-nav > ul > li
{
    float: left;

    width: 25%;
    padding: 0 10px;

    color: #fff;
}
@media (max-width: 767px)
{
    .footer .foot .foot-nav > ul > li
    {
        width: 50%;
        margin-bottom: 30px;
    }
}
.footer .foot .foot-nav > ul > li h3
{
    font-size: 18px;
    font-weight: bold;

    margin: 0 0 10px 0;

    text-transform: uppercase;
}
.footer .foot .foot-nav > ul > li .item a
{
    line-height: 30px;

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

    height: 30px;

    color: #769dd5;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.footer .foot .foot-nav > ul > li .item a:hover
{
    color: #fff;
}
.footer .foot .foot-nav .message
{
    margin-top: 44px;
    padding: 50px 20px 30px 20px;

    border: 8px solid #003888;
    background: url(../images/contact.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 767px)
{
    .footer .foot .foot-nav .message
    {
        margin-top: 0;
        padding: 20px;
    }
}
.footer .foot .foot-nav .message ul
{
    overflow: hidden;

    margin: 0 -5px;
}
.footer .foot .foot-nav .message ul li
{
    position: relative;

    float: left;

    width: 30%;
    padding: 0 5px;
}
@media (max-width: 767px)
{
    .footer .foot .foot-nav .message ul li
    {
        width: 100%;
    }
}
.footer .foot .foot-nav .message .name,
.footer .foot .foot-nav .message .email
{
    width: 30%;
}
@media (max-width: 767px)
{
    .footer .foot .foot-nav .message .name,
    .footer .foot .foot-nav .message .email
    {
        width: 50%;
    }
}
.footer .foot .foot-nav .message .name:before,
.footer .foot .foot-nav .message .email:before
{
    font-family: 'iconfont';
    font-size: 20px;
    line-height: 32px;

    position: absolute;
    left: 5px;

    width: 30px;

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

    color: #014099;
}
.footer .foot .foot-nav .message .email:before
{
    font-size: 18px;
    line-height: 36px;

    content: '\e9b8';
}
.footer .foot .foot-nav .message input
{
    line-height: 32px;

    width: 100%;
    padding: 0 30px;

    border: 1px solid #dcdcdc;
}
.footer .foot .foot-nav .message input:focus
{
    border-color: #b2b8c6;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 5px rgba(174, 184, 198, .3);
}
.footer .foot .foot-nav .message input::-webkit-input-placeholder,
.footer .foot .foot-nav .message textarea::-webkit-input-placeholder
{
    color: #999;
}
.footer .foot .foot-nav .message input:-o-placeholder,
.footer .foot .foot-nav .message textarea:-o-placeholder
{
    color: #999;
}
.footer .foot .foot-nav .message input::-moz-placeholder,
.footer .foot .foot-nav .message textarea::-moz-placeholder
{
    color: #999;
}
.footer .foot .foot-nav .message input:-ms-input-placeholder,
.footer .foot .foot-nav .message textarea:-ms-input-placeholder
{
    color: #999;
}
.footer .foot .foot-nav .message input:focus::-webkit-input-placeholder,
.footer .foot .foot-nav .message textarea:focus::-webkit-input-placeholder
{
    color: #ccc;
}
.footer .foot .foot-nav .message input:focus::-o-placeholder,
.footer .foot .foot-nav .message textarea:focus::-o-placeholder
{
    color: #ccc;
}
.footer .foot .foot-nav .message input:focus::-moz-placeholder,
.footer .foot .foot-nav .message textarea:focus::-moz-placeholder
{
    color: #ccc;
}
.footer .foot .foot-nav .message input:focus::-ms-input-placeholder,
.footer .foot .foot-nav .message textarea:focus::-ms-input-placeholder
{
    color: #ccc;
}
.footer .foot .foot-nav .message .submit
{
    font-size: 14px;
    font-weight: bold;
    line-height: 34px;

    width: 100%;
    max-width: 130px;
    height: 34px;
    padding: 0;

    color: #fff;
    border: none;
    border-radius: 0;
    background: #014099;
}
@media (max-width: 767px)
{
    .footer .foot .foot-nav .message .submit
    {
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
    }
}
.footer .foot .link ul
{
    padding: 15px 0;
}
.footer .foot .link ul li
{
    display: inline-block;
}
.footer .foot .link ul li a
{
    line-height: 30px;

    padding: 0 10px;

    color: #769dd5;
}
.footer .foot .link ul li:first-child a
{
    padding-left: 0;
}
.footer .foot .link ul li:hover a
{
    color: #fff;
}
@media (max-width: 991px)
{
    .footer .foot .contact
    {
        margin-top: 40px;
    }
}
.footer .foot .contact h3
{
    font-size: 18px;
    font-weight: bold;

    margin: 0 0 10px 0;

    text-transform: uppercase;

    color: #fff;
}
.footer .foot .contact .text p
{
    line-height: 30px;

    margin: 0;

    color: #769dd5;
}
.footer .foot .contact .text a:hover
{
    text-decoration: underline;
}
.footer .copyright
{
    line-height: 30px;

    padding: 15px 0;

    background-color: #003888;
}
.footer .copyright p
{
    display: inline-block;
    float: left;

    margin: 0;
    padding-right: 20px;

    color: #836982;
    color: #769dd5;
}
.footer .copyright p a
{
    float: none;
}
.footer .copyright a
{
    display: inline-block;
    float: right;

    color: #769dd5;
}
@media (max-width: 767px)
{
    .footer .copyright a
    {
        float: left;
    }
}
.footer .copyright a:hover
{
    text-decoration: underline;

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

    width: 22%;
    margin-bottom: -99999px;
    padding-bottom: 99999px;

    border-right: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    background-color: #fff;
}
@media (max-width: 1199px)
{
    .sidenav
    {
        width: 30%;
    }
}
@media (max-width: 991px)
{
    .sidenav
    {
        display: none;
    }
}
.sidenav .side-title h2
{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    height: 50px;
    margin: 0;
    padding: 10px 20px;

    text-transform: uppercase;

    color: #fff;
    background-color: #014099;
}
.sidenav > ul > li
{
    overflow: hidden;

    border-bottom: 1px solid #dadada;
}
.sidenav > ul > li > a
{
    line-height: 42px;

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

    height: 42px;
    padding: 0 20px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.sidenav > ul > li > a::before
{
    font-family: 'iconfont';
    font-size: 12px;

    margin-right: 10px;

    content: '\e72f';
}
.sidenav > ul > li .level-2
{
    display: none;
}
.sidenav > ul > li .level-2 li
{
    padding: 0 20px;

    border-top: 1px #dfdfdf solid;
    background-color: #f2f5fa;
}
.sidenav > ul > li .level-2 li a
{
    font-size: 13px;
    line-height: 3.23076923;

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

    height: 42px;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.sidenav > ul > li .level-2 li a:before
{
    margin-right: 15px;

    content: '·';
}
.sidenav > ul > li .level-2 li:hover,
.sidenav > ul > li .level-2 li.active
{
    background-color: #dbe1ef;
}
.sidenav > ul > li:hover .level-2,
.sidenav > ul > li.active .level-2
{
    display: block;
}
.sidenav > ul > li:hover > a,
.sidenav > ul > li.active > a
{
    color: #014099;
    background-color: #f2f5fa;
}
.phone-sidenav
{
    display: none;

    height: 56px;

    background-color: #014099;
}
@media (max-width: 991px)
{
    .phone-sidenav
    {
        display: block;
    }
}
.phone-sidenav .category
{
    position: relative;

    overflow: hidden;

    width: 100%;
    height: 56px;
}
.phone-sidenav .category ul
{
    position: absolute;
    left: 0;

    overflow: hidden;

    white-space: nowrap;
}
.phone-sidenav .category ul li
{
    position: relative;

    display: inline-block;

    height: 54px;
}
.phone-sidenav .category ul li:first-child
{
    padding-left: 0;
}
.phone-sidenav .category ul li a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    display: block;

    height: 54px;
    padding: 12px 10px;

    color: #fff;
}
.phone-sidenav .category ul li.active a,
.phone-sidenav .category ul li:hover a
{
    color: #e77817;
}
.wrapper
{
    overflow: hidden;

    background-color: #f4f4f4;
}
.wrap
{
    float: left;

    width: 78%;
    min-height: 760px;
    padding: 40px 40px 60px 40px;

    border-right: 1px solid #dfdfdf;
    background-color: #fff;
}
@media (max-width: 1199px)
{
    .wrap
    {
        width: 70%;
    }
}
@media (max-width: 991px)
{
    .wrap
    {
        width: 100%;
        min-height: auto;
        padding: 40px 15px 40px 15px;
    }
}
.wrap-about .about .pic
{
    position: relative;
}
.wrap-about .about .pic img
{
    max-width: 100%;
}
.wrap-about .about .pic .note
{
    position: absolute;
    bottom: 0;
    left: 20px;

    width: 60%;
    padding: 20px;

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

    background-color: rgba(1, 64, 153, .8);
}
@media (max-width: 991px)
{
    .wrap-about .about .pic .note
    {
        width: 70%;
    }
}
@media (max-width: 767px)
{
    .wrap-about .about .pic .note
    {
        position: relative;
        left: 0;

        width: 100%;
        padding: 15px;

        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }
}
.wrap-about .about .pic .note p
{
    line-height: 1.42857143;

    margin: 0;

    color: #fff;
}
.wrap-about .about .text
{
    overflow: hidden;
}
.wrap-about .about .text .note
{
    float: left;

    width: 50%;
    margin-top: 80px;
}
@media (max-width: 767px)
{
    .wrap-about .about .text .note
    {
        width: 100%;
        margin-top: 40px;
    }
}
.wrap-about .about .text .note p
{
    line-height: 2.14285714;

    margin: 0;
}
.wrap-about .about .text .note p b
{
    font-size: 16px;

    color: #333;
}
.wrap-about .about .text .note p b:before
{
    display: block;

    width: 20px;
    height: 2px;
    margin-bottom: 20px;

    content: '';

    background-color: #666;
}
.wrap-culture .culture
{
    background: url(../images/culture_bg.jpg) no-repeat right top;
}
@media (max-width: 991px)
{
    .wrap-culture .culture
    {
        background: none;
    }
}
.wrap-culture .culture p
{
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}
.wrap-culture .culture h3
{
    font-size: 16px;
    font-weight: bold;
    font-style: italic;

    color: #014099;
}
.wrap-culture .culture h3:before,
.wrap-culture .culture h3:after
{
    font-family: 'iconfont';
    font-size: 20px;
    font-weight: normal;

    margin-right: 14px;

    content: '\e630';

    color: #ececec;
}
.wrap-culture .culture h3:after
{
    margin-right: 0;
    margin-left: 14px;

    content: '\e9b9';
}
.wrap-history .history
{
    background: url(../images/history_bg.jpg) no-repeat right top;
}
@media (max-width: 991px)
{
    .wrap-history .history
    {
        background: none;
    }
}
.wrap-history .history p
{
    line-height: 2.5;

    margin: 0;

    color: #666;
}
.wrap-honor .honor
{
    margin-top: -30px;
}
.wrap-honor .honor .pic
{
    border: 1px solid #dadada;
}
.wrap-honor .honor .pic .img-box
{
    padding-bottom: 131.25%;
}
.wrap-honor .honor .pic .img-box img
{
    -webkit-transition: all 1.2s;
            transition: all 1.2s;
}
.wrap-honor .honor .item
{
    margin-top: 30px;
}
.wrap-honor .honor .item p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 10px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-honor .honor .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-factory .factory
{
    margin-top: -30px;
}
.wrap-factory .factory .pic
{
    background-color: #000;
}
.wrap-factory .factory .pic .img-box
{
    padding-bottom: 66.66666667%;
}
.wrap-factory .factory .pic .img-box img
{
    -webkit-transition: all 1.2s;
            transition: all 1.2s;
}
.wrap-factory .factory .item
{
    margin-top: 30px;
}
.wrap-factory .factory .item p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 10px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-factory .factory .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);

    opacity: .8;
}
/**
 * page
 */
.page
{
    clear: both;
    overflow: hidden;

    margin-top: 70px;

    text-align: right;
}
@media (max-width: 991px)
{
    .page
    {
        margin-top: 40px;
    }
}
.page a
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;
    overflow: hidden;

    width: 30px;
    height: 30px;

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

    color: #454545;
    border: 1px solid #e0e0e0;
    border-radius: 0;
}
.page a.omit:hover
{
    color: #dfd3dd;
    background-color: #7d6179;
}
.page a.first-child:before,
.page a.last-child:before
{
    font-family: 'iconfont';

    content: '\e9b5';
}
.page a.last-child:before
{
    content: '\e633';
}
.page a.active,
.page a:hover
{
    color: #fff;
    border-color: #014099;
    background-color: #014099;
}
@media (max-width: 767px)
{
    .page a
    {
        line-height: 34px;

        width: 34px;
        height: 34px;
    }
}
.wrap-product .product
{
    margin-top: -20px;
}
.wrap-product .product .item
{
    margin-top: 20px;
}
.wrap-product .product .item .pic
{
    border: 1px solid #f0f0f0;
}
.wrap-product .product .item .img-box
{
    padding-bottom: 70.90909091%;
}
.wrap-product .product .item .img-box img
{
    -webkit-transition: all 1.2s;
            transition: all 1.2s;
}
.wrap-product .product .item .text
{
    position: relative;

    padding: 20px;

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

    background-color: #f0f0f0;
}
.wrap-product .product .item .text h3
{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857143;

    display: -webkit-box;
    overflow: hidden;

    height: 20px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-product .product .item .text a.more
{
    display: block;

    margin-top: 14px;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-product .product .item .text a.more
    {
        margin-top: 10px;
    }
}
.wrap-product .product .item .text a.more:after
{
    font-family: 'iconfont';

    content: '\e72f';
}
.wrap-product .product .item .text a
{
    display: block;
}
.wrap-product .product .item .text:before
{
    position: absolute;
    z-index: 9;
    top: -8px;

    display: block;

    width: 0;
    height: 0;

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

    border-right: 12px solid transparent;
    border-bottom: 8px solid #f0f0f0;
    border-left: 12px solid transparent;
}
.wrap-product .product .item:hover .text
{
    background-color: #014099;
}
.wrap-product .product .item:hover .text p,
.wrap-product .product .item:hover .text a
{
    color: #fff;
}
.wrap-product .product .item:hover .text:before
{
    border-bottom: 8px solid #014099;
}
.wrap-product .product .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product-show .pro-show
{
    position: relative;

    overflow: hidden;
}
.wrap-product-show .album
{
    position: relative;

    float: left;

    width: 50%;
    padding-right: 30px;
}
@media (max-width: 1199px)
{
    .wrap-product-show .album
    {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-product-show .album .img-box
{
    padding-bottom: 70.90909091%;
}
.wrap-product-show .album .sync1
{
    width: 100%;

    border: 1px solid #dbdbdb;
}
.wrap-product-show .album .sync1 .item
{
    padding: 9px;

    text-align: center;

    background: #fff;
}
.wrap-product-show .album .sync
{
    margin: 0 -5px;
}
.wrap-product-show .album .sync2
{
    width: 100%;
    padding-top: 10px;
}
.wrap-product-show .album .sync2 .synced .item
{
    border-color: #014099;
}
.wrap-product-show .album .sync2 .item
{
    margin: 0 5px;
    padding: 9px;

    cursor: pointer;

    border: 1px #dbdbdb solid;
}
.wrap-product-show .album .owl-theme .owl-controls .owl-buttons
{
    display: none;
}
.wrap-product-show .text
{
    float: right;
    overflow: hidden;

    width: 50%;
    padding-bottom: 60px;
}
@media (max-width: 1199px)
{
    .wrap-product-show .text
    {
        width: 100%;
        margin-top: 40px;
    }
}
.wrap-product-show .text h3
{
    font-size: 18px;
    font-weight: bold;

    margin: 0;

    color: #014099;
}
.wrap-product-show .text .note
{
    margin-top: 24px;
}
.wrap-product-show .text .note h4
{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
.wrap-product-show .text .note p
{
    line-height: 2.14285714;

    color: #666;
}
.wrap-product-show .text .inquiry a
{
    line-height: 40px;

    position: absolute;
    bottom: 0;

    height: 40px;
    padding: 0 20px;

    text-align: center;

    color: #fff;
    border-radius: 2px;
    background-color: #014099;
}
.wrap-product-show .text .inquiry a:before
{
    font-family: 'iconfont';
    font-size: 20px;

    float: left;

    margin-right: 10px;

    content: '\e619';
}
.wrap-product-show .text .inquiry a:hover
{
    text-decoration: underline;
}
.wrap-product-show .parameter
{
    margin-top: 40px;

    border: 1px solid #dfdfdf;
}
.wrap-product-show .parameter h4
{
    line-height: 40px;

    position: relative;

    display: inline-block;

    height: 40px;
    margin: 0;
    padding: 0 66px;

    color: #fff;
    background-color: #014099;
}
.wrap-product-show .parameter h4:after
{
    position: absolute;
    right: 0;
    bottom: -6px;
    left: 0;

    display: block;

    width: 0;
    height: 0;
    margin: auto;

    content: '';

    border-top: 6px solid #014099;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.wrap-product-show .parameter .note
{
    line-height: 30px;

    overflow: hidden;

    padding: 30px 20px;
}
@media (max-width: 480px)
{
    .wrap-product-show .parameter .note
    {
        padding: 15px;
    }
}
.wrap-product-show .parameter .note img
{
    max-width: 100%;
}
.wrap-product-show .parameter .note h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
.wrap-product-show .parameter .note p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-product-show .parameter .note table
{
    text-align: center;
}
.wrap-product-show .parameter .note table td
{
    border: 1px solid #333;
}
.wrap-product-show .table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.wrap-product-show table
{
    width: 100%;
    max-width: 98%;

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

    text-align: center;
}
.wrap-product-show table tr,
.wrap-product-show table td
{
    width: auto !important;
    height: auto !important;
}
.wrap-product-show table td
{
    padding: 8px !important;
}
.wrap-product-show table tr p,
.wrap-product-show table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.zoomDiv
{
    z-index: 999;

    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;
    }
}
.wrap-video .video
{
    margin-top: -20px;
}
.wrap-video .video .item
{
    margin-top: 20px;
}
.wrap-video .video .img-box
{
    padding-bottom: 64.86486486%;
}
.wrap-video .video .img-box iframe
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}
.wrap-video .video p
{
    line-height: 2.14285714;

    display: -webkit-box;
    overflow: hidden;

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

    text-align: center;

    background-color: #dfdfdf;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-recruit .recruit
{
    margin-top: -20px;
}
.wrap-recruit .recruit .item
{
    overflow: hidden;

    padding: 20px 0;

    border-bottom: 1px solid #dfdfdf;
}
.wrap-recruit .recruit .item h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.625;

    display: -webkit-box;
    overflow: hidden;

    margin: 0 0 10px 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-recruit .recruit .item h3 a:before
{
    display: inline-block;
    float: left;

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

    content: '';

    border: 1px solid #014099;
    border-radius: 2px;
}
.wrap-recruit .recruit .item span,
.wrap-recruit .recruit .item p
{
    line-height: 2.14285714;

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

    max-height: 60px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-recruit .recruit .item a
{
    display: block;
}
.wrap-recruit .recruit .item a.more
{
    line-height: 2.14285714;

    float: right;

    margin-top: 14px;
    padding: 2px 20px;

    color: #666;
    border: 1px solid #dfdfdf;
}
.wrap-recruit .recruit .item a.more:hover
{
    color: #014099;
    border-color: #014099;
}
.wrap-recruit .recruit .item:hover h3
{
    color: #014099;
}
.wrap-recruit-show .recruit-show h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.875;

    margin: 0;

    color: #333;
}
.wrap-recruit-show .recruit-show h4
{
    font-size: 14px;
    font-weight: bold;
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-recruit-show .recruit-show h4:before
{
    display: inline-block;
    float: left;

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

    content: '';

    border-radius: 50%;
    background-color: #666;
}
.wrap-recruit-show .recruit-show p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-contact .contact .text
{
    overflow: hidden;
}
.wrap-contact .contact .note
{
    float: left;

    width: 76%;
    padding: 20px;

    background-color: #f9f9f9;
}
@media (max-width: 1199px)
{
    .wrap-contact .contact .note
    {
        width: 70%;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact .note
    {
        width: 100%;
    }
}
.wrap-contact .contact .note h3
{
    font-size: 16px;
    font-weight: bold;

    margin: 0 0 10px 0;

    color: #014099;
}
.wrap-contact .contact .note p
{
    line-height: 1.78571429;

    margin: 0;

    color: #666;
}
.wrap-contact .contact .note a
{
    color: #014099;
}
.wrap-contact .contact .note a:hover
{
    text-decoration: underline;
}
.wrap-contact .contact .pic
{
    position: relative;

    float: left;

    width: 24%;
    margin-bottom: -979px;
    padding: 20px;
    padding-bottom: 999px;

    background-color: #014099;
}
@media (max-width: 1199px)
{
    .wrap-contact .contact .pic
    {
        width: 30%;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact .pic
    {
        width: 100%;

        text-align: center;
    }
}
.wrap-contact .contact .pic:before
{
    position: absolute;
    left: -14px;

    display: block;

    width: 0;
    height: 0;

    content: '';

    border-top: 14px solid transparent;
    border-right: 14px solid #014099;
    border-bottom: 14px solid transparent;
}
.wrap-contact .contact .pic img
{
    display: block;

    width: 100%;
    max-width: 130px;
    margin: 0 auto;
}
.wrap-contact .contact .pic h3
{
    font-size: 21px;
    font-weight: bold;

    color: #fff;
}
.wrap-contact .contact .pic p
{
    margin: 0;

    color: #fff;
}
.wrap-contact .contact .map
{
    margin-top: 40px;
}
.wrap-message .message p
{
    line-height: 2.14285714;

    color: #666;
}
.wrap-message .message form li
{
    overflow: hidden;

    padding: 6px 0;
}
.wrap-message .message form span
{
    line-height: 32px;

    display: block;
    float: left;

    width: 10%;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-message .message form span
    {
        width: 22%;
    }
}
.wrap-message .message form input,
.wrap-message .message form textarea
{
    line-height: 24px;

    float: left;

    width: 90%;
    padding: 4px 14px;

    border: 1px solid #dcdcdc;
}
@media (max-width: 767px)
{
    .wrap-message .message form input,
    .wrap-message .message form textarea
    {
        width: 78%;
    }
}
.wrap-message .message form input:focus,
.wrap-message .message form textarea:focus
{
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
}
.wrap-message .message form .submit
{
    line-height: 32px;

    width: 130px;
    height: 32px;
    margin-top: 10px;
    margin-left: 10%;
    padding: 0;

    color: #fff;
    border-radius: 0;
    background-color: #014099;
}
.wrap-message .message form .submit:hover
{
    text-decoration: underline;
}










.news-wrap .news-list li {
  background-color: #f4f3f3;
  border: 1px solid #e5e5e5;
  padding: 8px 33px 8px 13px;
  margin-bottom: 16px;
  transition: .5s;
  zoom: 1;
}
.news-wrap .news-list li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.news-wrap .news-list li img {
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
.news-wrap .news-list li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.news-wrap .news-list li:hover {
  background-color: #ffffff;
  box-shadow: 0 0 30px 0 rgba(7, 17, 27, 0.2);
}
.news-wrap .news-list li:hover .pic-box {
  border-color: #e3e3e3;
}
.news-wrap .news-list li:hover .main h4 {
  color: #014098;
}
.news-wrap .news-list li:hover .date a.more {
  background-color: #014098;
  color: #fff;
}
.news-wrap .news-list li .main {
  margin: 0 255px;
}
.news-wrap .news-list li .main h4 {
  font-size: 16px;
  margin: 20px 0;
  transition: color .5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 20px;
}
.news-wrap .news-list li .main p {
  color: #666;
  line-height: 1.71428571;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
}
.news-wrap .news-list li .pic-box {
  float: left;
  width: 214px;
  border: 1px solid #f4f3f3;
  transition: border-color 0.5s;
}
.news-wrap .news-list li .pic-box .img-box {
  padding-bottom: 65%;
}
.news-wrap .news-list li .date {
  float: right;
}
.news-wrap .news-list li .date p {
  color: #999;
  font-size: 18px;
  letter-spacing: 1px;
  margin: 20px 0 35px;
  padding-left: 5px;
}
.news-wrap .news-list li .date a.more {
  display: block;
  color: #cecdcd;
  width: 112px;
  height: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
  text-align: center;
  line-height: 33px;
  border: 1px solid #e5e5e5;
  transition: .5s;
}
.news-wrap .page {
  margin-top: 65px;
}
.news-details-wrap {
  padding-bottom: 90px;
}
.news-details-wrap .info img {
  display: block;
  max-width: 100%;
  margin: 15px 0;
}
.news-details-wrap .info h1 {
  font-size: 20px;
  text-align: center;
}
.news-details-wrap .info .date {
  text-align: center;
  color: #999;
  margin: 10px 0 15px 0;
}
.news-details-wrap .info p {
  color: #666;
  line-height: 1.6;
  font-size: 15px;
  text-indent: 2em;
  min-width: 100%;
}
.news-details-wrap .info .key-word {
  margin-top: 30px;
  color: #999;
}
.news-details-wrap .info .key-word a {
  margin-right: 22px;
}
.news-details-wrap .info .key-word a:hover {
  color: #014098;
}
.news-details-wrap .info .news-page {
  zoom: 1;
  border-top: 1px solid #e5e5e5;
  margin-top: 45px;
  padding-top: 15px;
}
.news-details-wrap .info .news-page:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.news-details-wrap .info .news-page a {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-width: 40%;
  color: #999;
  height: 24px;
  line-height: 24px;
}
.news-details-wrap .info .news-page a:hover span {
  text-decoration: underline;
  color: #014098;
}
.news-details-wrap .info .news-page a span {
  color: #666;
}
.news-details-wrap .info .news-page .prev {
  float: left;
}
.news-details-wrap .info .news-page .next {
  float: right;
}
.banner .owl-theme .owl-buttons {
    display: block;
}

.banner .owl-theme .owl-buttons .owl-prev,
.banner .owl-theme .owl-buttons .owl-next{
    line-height: 40px;
    position: absolute;
    z-index: 9;
    z-index: 8;
    top: 50%;
    left: 3%;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 50%;
    outline: none;
    background: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #014099;
}

.banner .owl-theme .owl-buttons .owl-next{
    left: auto;
    right: 3%;
}
.banner .owl-theme .owl-buttons .owl-prev:before,
.banner .owl-theme .owl-buttons .owl-next:before{
    font-family: 'iconfont' !important;
    font-size: 20px;
    content: '\e601';
}
.banner .owl-theme .owl-buttons .owl-next:before{
    content: '\e827';
}

@media(max-width: 991px){
    .banner .owl-theme .owl-buttons .owl-prev{
        left: 18%;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .banner .owl-theme .owl-buttons .owl-next{
        left: auto;
        right: 27%;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}
