.ff
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'iconfont';

    src: url('../fonts/iconfont.eot?t=1481266234445');
    src: url('/static/font/iconfont.eot') format('embedded-opentype'), url('/static/font/iconfont.woff') format('woff'), url('/static/font/iconfont.ttf') format('truetype'), url('') format('svg');
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus
{
    outline: none !important;
}
.slick-slide a
{
    outline: none !important;
}
.header a,
.footer a
{
    color: inherit;
}
.header ul,
.footer ul
{
    margin: 0;
    padding: 0;
}
.header ul li,
.footer ul li
{
    list-style: none;
}
.header button,
.footer button
{
    border: none;
    outline: none;
}
@-ms-viewport
{
    width: auto !important;
}
body
{
    font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #333;

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

    overflow: hidden;

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

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1350px)
{
    .container
    {
        width: 1320px;
    }
}
@media (min-width: 1470px)
{
    .container
    {
        width: 1440px;
    }
}
@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;
    }
}
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;
}
.img-box
{
    position: relative;

    display: block;
    overflow: hidden;

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

    display: block;

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

    width: 100%;
    height: 140px;

    -webkit-transition: all .6s;
            transition: all .6s;
}
@media (max-width: 1199px)
{
    .header
    {
        top: 10px;

        height: 60px;
    }
}
.header .header-wrap
{
    position: relative;
}
.header .logo
{
    position: absolute;
    left: 0;

    float: left;

    height: 130px;
    padding: 35px 16px;

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

    background-color: #0c3e83;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 60px;
        padding: 20px 10px;
    }
}
.header .logo a
{
    display: block;

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

    height: 100%;
}
.header .header-top
{
    line-height: 40px;

    height: 40px;

    text-align: right;

    background-color: rgba(12, 62, 131, .5);
}
@media (max-width: 1199px)
{
    .header .header-top
    {
        line-height: 60px;

        overflow: hidden;

        height: 60px;
    }
}
.header .header-top p.tel,
.header .header-top a.qq,
.header .header-top a.wechat,
.header .header-top a.weibo,
.header .header-top a.login
{
    display: inline-block;

    min-width: 100px;
    margin: 0;

    text-align: center;
    vertical-align: middle;

    color: rgba(255, 255, 255, .8);
    border-right: 1px solid rgba(12, 62, 131, .5);
}
@media (max-width: 1199px)
{
    .header .header-top p.tel,
    .header .header-top a.qq,
    .header .header-top a.wechat,
    .header .header-top a.weibo,
    .header .header-top a.login
    {
        min-width: auto;
        padding: 0 10px;
    }
}
.header .header-top p.tel
{
    font-family: Arial, 'Helvetica Neue', Helvetica, 'Heiti SC';
    font-size: 20px;
    font-weight: 900;

    padding: 0 20px;
}
@media (max-width: 1199px)
{
    .header .header-top p.tel
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .header .header-top a.qq,
    .header .header-top a.wechat,
    .header .header-top a.weibo,
    .header .header-top a.login
    {
        display: none;
    }
}
.header .header-top a.qq:before,
.header .header-top a.wechat:before,
.header .header-top a.weibo:before,
.header .header-top a.login:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    content: '\e62d';
    vertical-align: middle;
}
.header .header-top a.qq:hover,
.header .header-top a.wechat:hover,
.header .header-top a.weibo:hover,
.header .header-top a.login:hover
{
    color: #fff;
}
.header .header-top a.wechat
{
    position: relative;
}
.header .header-top a.wechat:before
{
    content: '\e604';
}
.header .header-top a.wechat img
{
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;

    display: block;
    display: none;

    width: 100%;
}
.header .header-top a.wechat:hover img
{
    display: block;
}
.header .header-top a.weibo:before
{
    content: '\e626';
}
@media (max-width: 1199px)
{
    .header .header-top a.login
    {
        display: inline-block;

        margin-right: 30px;
    }
}
.header .header-top a.login:before
{
    margin-right: 6px;

    content: '\e68a';
}
.header .nav-collapse
{
    position: absolute;
    top: 10px;
    right: 6px;

    display: none;
    float: right;

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

    cursor: pointer;

    background: none;
}
@media (max-width: 1199px)
{
    .header .nav-collapse
    {
        display: block;
    }
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 20px;

        display: block;

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

    width: 20px;
    height: 2px;

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

    background-color: #fff;
}
.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: #fff;
}
.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
    {
        -webkit-transition: all .4s;
                transition: all .4s;
        text-align: right;

        background-color: rgba(12, 62, 131, .8);
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

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

        -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;
    }
}
.header .nav.left-100
{
    left: -100%;
}
.header .nav.left-200
{
    left: -200%;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1 > li
    {
        display: inline-block;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 14px;
        line-height: 90px;

        position: relative;

        display: inline-block;
        overflow: hidden;

        padding: 0 26px;

        -webkit-transition: all .4s;
                transition: all .4s;
        vertical-align: middle;

        color: #fff;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: rgba(255, 255, 255, .8);
    }
    .header .nav .nav-list1 > li.more > a:after
    {
        display: inline-block;

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

        content: '';
        vertical-align: middle;

        border-width: 4px 4px 0 4px;
        border-style: solid;
        border-color: #fff transparent transparent transparent;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;

        display: none;

        min-width: 160px;
        margin-left: -20px;
        padding: 20px 0;

        text-align: center;
        text-align: left;

        background-color: rgba(12, 62, 131, .8);
        box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    }
    .header .nav .nav-list1 .nav-list2 li
    {
        position: relative;

        list-style: none;

        text-align: center;
    }
    .header .nav .nav-list1 .nav-list2 li > a
    {
        font-size: 14px;
        line-height: 30px;

        position: relative;
        z-index: 1;

        display: block;

        padding: 0 18px;

        -webkit-transition: -webkit-transform .6s ease;
                transition: -webkit-transform .6s ease;
                transition:         transform .6s ease;
                transition:         transform .6s ease, -webkit-transform .6s ease;
        white-space: nowrap;

        color: #fff;
    }
    .header .nav .nav-list1 .nav-list2 li > a:hover
    {
        -webkit-transform: translateX(6px);
            -ms-transform: translateX(6px);
                transform: translateX(6px);
        text-decoration: underline;
    }
    .header .nav .nav-list1 .nav-list2 li img
    {
        max-width: 400px;
    }
    .header .nav .nav-list1 .nav-list3
    {
        position: absolute;
        top: 0;
        left: 100%;

        display: none;

        min-width: 120px;
        padding: 20px 0;

        text-align: left;

        background-color: #fff;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list3 li
    {
        border-bottom: 1px dashed rgba(255, 255, 255, .2);
    }
    .header .nav .nav-list1 .nav-list3 li > a
    {
        line-height: 30px;

        padding: 0 20px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        margin: 20px 0;

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

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

        color: #fff;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list2,
    .header .nav .nav-list3
    {
        display: none;
    }
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        font-size: 15px;
        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 .img-box,
    .header .nav-3 .img-box
    {
        display: none;
    }
    .header .nav-2 .item,
    .header .nav-3 .item
    {
        display: block;
    }
    .header .nav-2 .item p,
    .header .nav-3 .item p
    {
        font-size: 14px;

        position: relative;
        top: 0;

        display: block;

        margin: 0;
        padding: 0;

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

        color: #fff;
    }
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before
{
    font-family: 'iconfont';
    font-size: 26px;

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

    margin: 0;

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

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

    height: 80%;
    margin-top: 12%;
}
.header .nav-2 .content ul,
.header .nav-3 .content ul
{
    margin: 0;
    padding: 0;
}
@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
{
    line-height: 44px;

    clear: both;

    margin: 25px 0;

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

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

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

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

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

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

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

        margin-top: -14px;

        content: '\e72f';

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

        display: block;

        text-transform: uppercase;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
@media (max-width: 1199px) and (max-height: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
.header .fade-out ul.nav2-list2 h4
{
    font-size: 20px;
    line-height: 50px;
}
.header .search-box
{
    position: fixed;
    z-index: 888;
    top: 100%;
    left: 0;

    display: none;
    overflow: hidden;

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

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

    overflow: hidden;
    zoom: 1;

    width: 240px;

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

    height: 0;

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

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

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

    float: right;

    width: 50px;

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

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

    content: '\e660';

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

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

        display: inline-block;

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

    width: 100%;

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

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

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

    display: inline-block;

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

    content: '\e660';

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

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

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

    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    border-radius: 0;
}
.header .search-lg .search p
{
    margin-bottom: 50px;

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

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

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

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

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

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

    content: '\2716';

    color: #fff;
}
.header .find
{
    line-height: 70px;

    display: inline-block;
    display: none;
    float: right;

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

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

        display: inline-block;

        margin-right: 0;
    }
}
.header .find:before
{
    font-family: 'iconfont';
    font-size: 20px;

    content: '\e660';
}
.header .find:hover
{
    color: #0b55bb;
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.header.fixed-header
{
    height: 70px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header.fixed-header .logo
{
    margin-top: 10px;
}
@media (max-width: 1199px)
{
    .header.fixed-header .logo
    {
        margin-top: 20px;
    }
}
.header.fixed-header .nav .nav-list1 > li > a
{
    line-height: 70px;
}
.header.fixed-header .find
{
    line-height: 70px;
}
.header.fixed-header .language a
{
    line-height: 70px;
}
.banner
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
}
@media (max-width: 1199px)
{
    .banner .slickbanner
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px)
{
    .banner .slickbanner
    {
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    }
}
.banner .slick-dots
{
    position: absolute;
    bottom: 80px;
    left: 50%;

    width: 100%;
    max-width: 1440px;
    padding: 0 15px;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: right;
}
@media (max-width: 1199px)
{
    .banner .slick-dots
    {
        bottom: 0;

        padding: 0 10%;
    }
}
.banner .slick-dots li
{
    line-height: 48px;

    display: inline-block;

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

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

    color: #333;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .48);
}
@media (max-width: 991px)
{
    .banner .slick-dots li
    {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.banner .slick-dots li.slick-active
{
    color: #fff;
    background-color: #0c3e83;
}
.banner .slick-dots li button
{
    font-size: 16px;

    margin: 0;
    padding: 0;

    border: none;
    outline: none;
    background: none;
}
.banner .slick-dots li button:before
{
    content: '0';
}
.banner .slick-arrow
{
    line-height: 60px;

    position: absolute;
    z-index: 9;
    z-index: 8;
    top: 50%;
    left: 5%;

    overflow: hidden;

    width: 60px;
    height: 60px;
    padding: 0;

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

    color: #fff;
    border: none;
    border-radius: 5px;
    outline: none;
    background: none;
    background-color: rgba(0, 0, 0, .15);
}
@media (max-width: 767px)
{
    .banner .slick-arrow
    {
        line-height: 40px;

        left: 10%;

        width: 40px;
        height: 40px;
    }
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e601';
}
.banner .slick-arrow.slick-next
{
    right: 5%;
    left: auto;
}
@media (max-width: 767px)
{
    .banner .slick-arrow.slick-next
    {
        right: 10%;
    }
}
.banner .slick-arrow.slick-next:before
{
    right: 0;
    left: auto;

    content: '\e827';
}
.banner .slick-arrow:hover
{
    background-color: rgba(12, 62, 131, .8);
}
.banner img
{
    display: block;

    width: 100%;
}
@media (max-width: 991px)
{
    .banner-in .slickbanner
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px)
{
    .banner-in .slickbanner
    {
        width: 200%;
        max-width: 200%;
        margin-left: -50%;
    }
}
.banner-in .text-in
{
    position: absolute;
    top: 66%;
    left: 0;

    overflow: hidden;

    width: 100%;

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

    color: #fff;
}
.banner-in .text-in b
{
    font-size: 60px;
    font-weight: normal;
    line-height: 1;

    display: block;
}
@media (max-width: 1199px)
{
    .banner-in .text-in b
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-in b
    {
        font-size: 16px;
    }
}
.banner .slick-current img
{
    -webkit-animation: narrow 4s 0s ease both;
            animation: narrow 4s 0s ease both;
}
.banner .banner-arrow
{
    position: absolute;
    z-index: 8;
    bottom: 40px;

    width: 100%;

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .banner-arrow
    {
        bottom: 0;
    }
}
.banner .banner-arrow a
{
    display: inline-block;
}
.banner .banner-arrow a:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    content: '\e770';

    color: #fff;
}
@-webkit-keyframes narrow
{
    0%
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
}
@keyframes narrow
{
    0%
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
}
.zoomIn1
{
    -webkit-animation-name: narrow;
            animation-name: narrow;
}
.box
{
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 50px 0;
    }
}
.title
{
    overflow: hidden;
}
.title b
{
    font-size: 32px;
    line-height: 40px;

    display: inline-block;

    vertical-align: middle;

    color: #0c3e83;
}
@media (max-width: 991px)
{
    .title b
    {
        font-size: 24px;
    }
}
.title b span
{
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    font-weight: 900;

    margin-left: 4px;

    color: #cfcdcd;
}
@media (max-width: 991px)
{
    .title b span
    {
        font-size: 16px;
    }
}
.title a.more
{
    line-height: 40px;

    display: inline-block;
    float: right;

    padding: 0 30px;

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

    color: #fff;
    border-radius: 30px;
    background-color: #0c3e83;
}
@media (max-width: 991px)
{
    .title a.more
    {
        line-height: 34px;

        padding: 0 20px;
    }
}
.title a.more:hover
{
    background-color: #0b55bb;
}
.indexcontent
{
    position: relative;
    z-index: 2;

    background-color: #f8f8f8;
}
.index-wrap
{
    -webkit-transform: translateY(-60px);
        -ms-transform: translateY(-60px);
            transform: translateY(-60px);

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .index-wrap
    {
        margin-top: 20px;

        -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
                transform: translateY(0px);
    }
}
.box-notice
{
    line-height: 60px;

    height: 64px;
    padding: 0 4%;

    border-bottom: 4px solid #0c3e83;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .box-notice
    {
        padding: 0 10px;
    }
}
.box-notice .notice
{
    position: relative;

    display: inline-block;

    width: 42%;
    padding-left: 100px;
}
@media (max-width: 991px)
{
    .box-notice .notice
    {
        width: 100%;
    }
}
.box-notice .notice b
{
    position: absolute;
    left: 0;

    display: inline-block;
}
.box-notice .notice b:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    float: left;

    margin-right: 10px;

    content: '\e62a';

    color: #f40a0a;
}
.box-notice .notice .slick-notice
{
    position: relative;

    padding-right: 20px;
}
.box-notice .notice .slick-notice .item a
{
    line-height: 60px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-notice .notice .slick-notice .item a:hover
{
    color: #0c3e83;
}
.box-notice .notice .slick-notice .slick-arrow
{
    position: absolute;
    z-index: 9;
    top: 22px;
    right: 0;

    overflow: hidden;

    padding: 0;

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

    border: none;
    outline: none;
    background: none;
}
.box-notice .notice .slick-notice .slick-arrow:before
{
    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: transparent transparent #bababa transparent;
}
.box-notice .notice .slick-notice .slick-arrow.slick-next
{
    top: 32px;
}
.box-notice .notice .slick-notice .slick-arrow.slick-next:before
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.box-notice .notice .slick-notice .slick-arrow:hover:before
{
    border-color: transparent transparent #0c3e83 transparent;
}
.box-notice .now-date
{
    display: inline-block;
    float: right;

    width: 58%;

    text-align: right;
}
@media (max-width: 991px)
{
    .box-notice .now-date
    {
        display: none;
    }
}
.box-notice .now-date p
{
    margin: 0;
}
.box-news
{
    overflow: hidden;

    padding: 40px 4%;

    border-bottom: 3px solid #f8f8f8;
}
@media (max-width: 767px)
{
    .box-news
    {
        padding: 40px 10px;
    }
}
.box-news .row
{
    margin: 0 -12px;
}
@media (max-width: 767px)
{
    .box-news .row
    {
        margin: 0 -6px;
    }
}
.box-news .itembox
{
    padding: 0 12px;
}
@media (max-width: 767px)
{
    .box-news .itembox
    {
        padding: 0 6px;
    }
}
.box-news .item
{
    margin-top: 20px;
}
.box-news .item .img-box
{
    padding-bottom: 58.82352941%;
}
.box-news .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .item b
{
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px)
{
    .box-news .item b
    {
        font-size: 15px;
        line-height: 24px;

        height: 48px;
    }
}
.box-news .item b a
{
    color: inherit;
}
.box-news .item b a:hover
{
    text-decoration: none;
}
.box-news .item span.date
{
    line-height: 24px;

    display: block;

    margin: 10px 0;

    color: #a4a4a4;
}
.box-news .item p
{
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 90px;
    margin: 0;

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

        height: 72px;
    }
}
.box-news .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-news .item:hover b
{
    color: #0c3e83;
}
.box-industry-research
{
    overflow: hidden;

    padding: 0 4% 40px;
}
@media (max-width: 767px)
{
    .box-industry-research
    {
        padding: 0 10px 40px;
    }
}
.box-industry-research .title
{
    height: 50px;
    margin-top: 40px;
    padding: 0 10px;

    background-color: #0c3e83;
}
.box-industry-research .title b
{
    font-size: 20px;
    line-height: 50px;

    color: #fff;
}
@media (max-width: 767px)
{
    .box-industry-research .title b
    {
        font-size: 16px;
    }
}
.box-industry-research .title b span
{
    font-size: 16px;

    color: rgba(255, 255, 255, .4);
}
@media (max-width: 767px)
{
    .box-industry-research .title b span
    {
        font-size: 14px;
    }
}
.box-industry-research .title b:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;
    font-weight: normal;

    display: inline-block;

    margin-right: 10px;

    content: '\e708';
    vertical-align: middle;
}
.box-industry-research .title a.more
{
    line-height: 50px;

    padding: 0;

    background: none;
}
.box-industry-research .box-industry .list .item-1
{
    font-size: 0;

    margin: 20px -15px;
}
.box-industry-research .box-industry .list .item-1 .pic,
.box-industry-research .box-industry .list .item-1 .note
{
    display: inline-block;

    width: 50%;
    padding: 0 15px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .box-industry-research .box-industry .list .item-1 .pic,
    .box-industry-research .box-industry .list .item-1 .note
    {
        width: 100%;
    }
}
.box-industry-research .box-industry .list .item-1 .pic .img-box
{
    padding-bottom: 58.82352941%;
}
.box-industry-research .box-industry .list .item-1 .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-industry-research .box-industry .list .item-1 .note
{
    font-size: 14px;
}
@media (max-width: 767px)
{
    .box-industry-research .box-industry .list .item-1 .note
    {
        margin-top: 20px;
    }
}
.box-industry-research .box-industry .list .item-1 .note b
{
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-industry-research .box-industry .list .item-1 .note b a
{
    color: inherit;
}
.box-industry-research .box-industry .list .item-1 .note span.date
{
    line-height: 24px;

    display: block;

    margin: 4px 0;

    color: #b2b0b0;
}
@media (max-width: 1470px)
{
    .box-industry-research .box-industry .list .item-1 .note span.date
    {
        margin: 0;
    }
}
.box-industry-research .box-industry .list .item-1 .note p
{
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-industry-research .box-industry .list .item-1 .note a.more
{
    line-height: 40px;

    display: inline-block;

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

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

    color: #c5c3c3;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
}
@media (max-width: 1470px)
{
    .box-industry-research .box-industry .list .item-1 .note a.more
    {
        margin-top: 10px;
    }
}
@media (max-width: 1350px)
{
    .box-industry-research .box-industry .list .item-1 .note a.more
    {
        line-height: 30px;
    }
}
@media (max-width: 991px)
{
    .box-industry-research .box-industry .list .item-1 .note a.more
    {
        line-height: 34px;

        padding: 0 20px;
    }
}
.box-industry-research .box-industry .list .item-1 .note a.more:hover
{
    color: #fff;
    background-color: #0c3e83;
}
.box-industry-research .box-industry .list .item-1:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-industry-research .box-industry .list .item-1:hover .note b
{
    color: #0c3e83;
}
.box-industry-research .box-industry .list .item-2
{
    margin-top: 10px;
}
@media (max-width: 767px)
{
    .box-industry-research .box-industry .list .item-2
    {
        margin: 0;
    }
}
.box-industry-research .box-industry .list .item-2 a
{
    line-height: 30px;

    position: relative;

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

    height: 30px;
    padding-left: 12px;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-industry-research .box-industry .list .item-2 a:before
{
    position: absolute;
    top: 48%;
    left: 0;

    display: inline-block;

    width: 4px;
    height: 4px;

    content: '';
    vertical-align: middle;

    background-color: #aaa9a9;
}
.box-industry-research .box-industry .list .item-2 a:hover
{
    text-decoration: none;

    color: #0c3e83;
}
.box-data
{
    overflow: hidden;

    padding: 0 4% 40px;
}
@media (max-width: 767px)
{
    .box-data
    {
        padding: 0 10px 40px;
    }
}
.box-data .data
{
    margin-top: 20px;
}
.box-data .data ul
{
    font-size: 0;

    margin: 0;
    padding: 0;
}
.box-data .data ul li
{
    display: inline-block;
    overflow: hidden;

    width: 20%;

    -webkit-transition: all .6s;
            transition: all .6s;
    vertical-align: top;
}
@media (max-width: 991px)
{
    .box-data .data ul li
    {
        width: 50%;
    }
}
.box-data .data ul li.active
{
    position: relative;
    z-index: 2;

    width: 40%;
}
@media (max-width: 991px)
{
    .box-data .data ul li.active
    {
        width: 50%;
    }
}
.box-data .data .item
{
    position: relative;

    display: block;

    color: #fff;
    background-color: #000;
}
.box-data .data .item img
{
    position: relative;
    left: 50%;

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

    opacity: .4;
}
@media (max-width: 991px)
{
    .box-data .data .item img
    {
        width: 100%;
    }
}
.box-data .data .item .pic
{
    position: relative;
}
.box-data .data .item .pic p
{
    font-size: 24px;

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

    width: 100%;
    margin: 0;

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

    color: #fff;
}
@media (max-width: 991px)
{
    .box-data .data .item .pic p
    {
        font-size: 18px;
    }
}
.box-data .data .item .mask
{
    position: absolute;
    top: 50%;

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

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

    opacity: 0;
}
.box-data .data .item .mask b
{
    font-size: 24px;
    line-height: 1;

    display: block;
}
.box-data .data .item .mask h4
{
    font-size: 16px;
    line-height: 1.75;

    margin: 10px 0 0 0;
}
.box-data .data .item .mask p
{
    font-size: 14px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-data .data .item .mask span.more
{
    font-size: 20px;
    line-height: 42px;

    display: inline-block;

    width: 42px;
    height: 42px;
    margin-top: 20px;

    text-align: center;

    color: #fff;
    border: 1px solid #fff;
}
@media (min-width: 992px)
{
    .box-data .data .item:hover img
    {
        opacity: .5;
    }
    .box-data .data .item:hover .pic p
    {
        opacity: 0;
    }
    .box-data .data .item:hover .mask
    {
        opacity: 1;
    }
}
.footer
{
    overflow: hidden;

    background: url(/static/image/footer_bg.jpg) no-repeat center;
    background-size: cover;
}
.footer .link
{
    position: relative;

    padding: 30px 0;
    padding-left: 80px;

    color: #fff;
    border-bottom: 1px solid #2161ad;
}
@media (max-width: 767px)
{
    .footer .link
    {
        padding: 20px 0;
    }
}
.footer .link span
{
    font-size: 16px;
    line-height: 30px;

    position: absolute;
    left: 0;
}
@media (max-width: 767px)
{
    .footer .link span
    {
        position: relative;
    }
}
.footer .link a
{
    line-height: 30px;

    display: inline-block;

    margin-right: 30px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .footer .link a
    {
        margin-right: 14px;
    }
}
.footer .copyright
{
    padding: 40px 0;

    text-align: center;
}
@media (max-width: 991px)
{
    .footer .copyright
    {
        padding: 20px 0;
    }
}
.footer .copyright p
{
    line-height: 2.14285714;

    margin: 0;

    color: #fff;
}
.wrapper
{
    overflow: hidden;

    background-color: #f8f8f8;
}
.wrap
{
    overflow: hidden;

    margin-top: 5px;
    padding: 60px 4%;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 50px 10px;
    }
}
.title-in
{
    position: relative;

    text-align: center;
}
.title-in:before
{
    position: absolute;
    top: 16px;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #e5e3e3;
}
.title-in b
{
    font-size: 32px;
    font-weight: normal;
    line-height: 32px;

    position: relative;
    z-index: 2;

    display: inline-block;

    padding: 0 10px;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .title-in b
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .title-in b
    {
        font-size: 20px;
    }
}
.title-in b:after
{
    display: block;

    width: 60px;
    height: 2px;
    margin: 0 auto;
    margin-top: 14px;

    content: '';

    background-color: #0c3e83;
}
@media (max-width: 991px)
{
    .title-in b
    {
        font-size: 24px;
    }
}
.wrap-left
{
    position: relative;

    display: inline-block;

    width: 22%;
    margin-right: -4px;
    padding-right: 14px;

    vertical-align: top;
}
@media (max-width: 1350px)
{
    .wrap-left
    {
        width: 25%;
    }
}
@media (max-width: 991px)
{
    .wrap-left
    {
        width: 100%;
    }
}
.wrap-left .title-side
{
    padding: 20px 14px;

    text-align: center;

    color: #fff;
    background-color: #0c3e83;
}
@media (max-width: 991px)
{
    .wrap-left .title-side
    {
        color: #666;
        background: none;
    }
}
.wrap-left .title-side b
{
    font-size: 32px;
    font-weight: normal;
    line-height: 1;

    display: block;
}
@media (max-width: 991px)
{
    .wrap-left .title-side b
    {
        font-size: 24px;
    }
}
.wrap-left .title-side p
{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;

    margin: 4px 0 0 0;

    text-transform: uppercase;

    color: rgba(255, 255, 255, .4);
}
@media (max-width: 991px)
{
    .wrap-left .title-side p
    {
        font-size: 14px;

        color: #999;
    }
}
@media (max-width: 991px)
{
    .wrap-left .sidenav
    {
        text-align: center;
    }
}
.wrap-left .sidenav > ul
{
    margin: 0;
    padding: 0;
}
.wrap-left .sidenav > ul > li
{
    display: block;

    margin-bottom: 6px;
}
@media (max-width: 991px)
{
    .wrap-left .sidenav > ul > li
    {
        display: inline-block;

        vertical-align: middle;
    }
}
.wrap-left .sidenav > ul > li a
{
    font-size: 20px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 15px 40px;

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

    color: #333;
    background-color: #eee;
}
@media (max-width: 1199px)
{
    .wrap-left .sidenav > ul > li a
    {
        font-size: 16px;

        padding: 10px 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-left .sidenav > ul > li a
    {
        font-size: 15px;
    }
}
@media (max-width: 767px)
{
    .wrap-left .sidenav > ul > li a
    {
        font-size: 14px;
    }
}
.wrap-left .sidenav > ul > li a:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    position: absolute;
    right: 30px;

    content: '\e827';
}
@media (max-width: 1199px)
{
    .wrap-left .sidenav > ul > li a:after
    {
        right: 10px;
    }
}
@media (max-width: 991px)
{
    .wrap-left .sidenav > ul > li a:after
    {
        display: none;
    }
}
.wrap-left .sidenav > ul > li:hover a,
.wrap-left .sidenav > ul > li.active a
{
    text-decoration: none;

    background-color: #cae0fd;
}
.wrap-left .sidenav > ul > li:hover a:after,
.wrap-left .sidenav > ul > li.active a:after
{
    color: #fff;
}
.wrap-right
{
    display: inline-block;

    width: 78%;
    margin-right: -4px;
    padding-top: 50px;
    padding-left: 30px;

    vertical-align: top;
}
@media (max-width: 1350px)
{
    .wrap-right
    {
        width: 75%;
    }
}
@media (max-width: 991px)
{
    .wrap-right
    {
        width: 100%;
        padding-left: 0;
    }
}
.wrap-right .title-institutions
{
    border-bottom: 1px solid #ddddde;
}
.wrap-right .title-institutions b
{
    font-size: 24px;
    line-height: 40px;

    display: inline-block;

    vertical-align: middle;

    color: #0c3e83;
}
.location
{
    line-height: 40px;

    display: inline-block;
    float: right;
}
.location ul
{
    margin: 0;
    padding: 0;
}
.location ul:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

    margin-right: 4px;

    content: '\e6c8';
    vertical-align: middle;

    color: #0c3e83;
}
.location ul li
{
    display: inline-block;

    vertical-align: middle;
}
.location ul li:after
{
    content: '>';
}
.location ul li:last-child a
{
    color: #0c3e83;
}
.location ul li:last-child:after
{
    display: none;
}
.location ul li a
{
    display: inline-block;

    color: #adadad;
}
.location ul li a:hover
{
    color: #0c3e83;
}
.wrap-about .about .text
{
    margin-top: 30px;
}
.wrap-about .about .text p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-about .about .text p
    {
        font-size: 14px;
    }
}
.wrap-about .about .text b
{
    color: #333;
}
.wrap-about .about .slick-about
{
    margin-top: 70px;
}
@media (max-width: 991px)
{
    .wrap-about .about .slick-about
    {
        margin-top: 50px;
    }
}
.wrap-about .about .slick-about .item .img-box
{
    padding-bottom: 90.19607843%;
}
.wrap-about .about .slick-dots
{
    position: absolute;
    right: 10px;
    bottom: 10px;

    width: 100%;

    text-align: right;
}
.wrap-about .about .slick-dots li
{
    line-height: 20px;

    display: inline-block;

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

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

    color: #fff;
    border-radius: 50%;
    background-color: #c00;
}
.wrap-about .about .slick-dots li.slick-active
{
    color: #fff;
    background-color: #0c3e83;
}
.wrap-about .about .slick-dots li button
{
    font-size: 14px;

    margin: 0;
    padding: 0;

    border: none;
    outline: none;
    background: none;
}
.wrap-company
{
    border-top: 3px solid #f8f8f8;
}
.wrap-company .title-company b
{
    font-size: 26px;
    line-height: 1;

    display: block;
}
@media (max-width: 991px)
{
    .wrap-company .title-company b
    {
        font-size: 20px;
    }
}
.wrap-company .text
{
    margin-top: 30px;
}
.wrap-company .text p
{
    font-size: 16px;
    line-height: 3;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-company .text p
    {
        font-size: 14px;
        line-height: 2;
    }
}
.wrap-institutions .text
{
    margin-top: 20px;
}
.wrap-institutions .text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-institutions .text p
    {
        font-size: 14px;
    }
}
.team-nav
{
    position: relative;

    border-bottom: 1px solid #e5e3e3;
}
.team-nav > ul
{
    margin: 0;
    padding: 0;

    text-align: center;
}
.team-nav > ul > li
{
    display: inline-block;
}
.team-nav > ul > li a
{
    font-size: 26px;
    line-height: 50px;

    position: relative;

    display: block;

    padding: 0 30px;

    color: inherit;
}
@media (max-width: 991px)
{
    .team-nav > ul > li a
    {
        font-size: 20px;

        padding: 0 20px;
    }
}
.team-nav > ul > li a:after
{
    position: absolute;
    bottom: -2px;
    left: 50%;

    display: block;

    width: 0;
    height: 3px;

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

    background-color: #0c3e83;
}
.team-nav > ul > li.active a,
.team-nav > ul > li:hover a
{
    text-decoration: none;

    color: #0c3e83;
}
.team-nav > ul > li.active a:after,
.team-nav > ul > li:hover a:after
{
    width: 60px;
}
.wrap-dean .dean
{
    font-size: 0;

    margin-top: 60px;
    padding: 40px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .wrap-dean .dean
    {
        padding: 30px 10px;
    }
}
.wrap-dean .dean .pic,
.wrap-dean .dean .text
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-dean .dean .pic
{
    overflow: hidden;

    width: 30%;

    border-radius: 50%;
}
@media (max-width: 767px)
{
    .wrap-dean .dean .pic
    {
        width: 100%;
    }
}
.wrap-dean .dean .text
{
    width: 70%;
    padding-left: 4%;
}
@media (max-width: 767px)
{
    .wrap-dean .dean .text
    {
        width: 100%;
        margin-top: 30px;
        padding: 0;
    }
}
.wrap-dean .dean .text .title-dean b
{
    font-size: 24px;

    display: block;
}
@media (max-width: 767px)
{
    .wrap-dean .dean .text .title-dean b
    {
        font-size: 20px;
    }
}
.wrap-dean .dean .text .note
{
    margin-top: 20px;
}
.wrap-dean .dean .text .note p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-dean .dean .text .note p
    {
        font-size: 14px;
    }
}
.wrap-members .members
{
    margin-top: 30px;
    padding-bottom: 60px;

    border-bottom: 3px solid #f0f0f0;
}
.wrap-members .row
{
    font-size: 0;
}
.wrap-members .itembox
{
    display: inline-block;
    float: none;

    vertical-align: top;
}
.wrap-members .item
{
    margin-top: 30px;

    -webkit-transition: all .6s;
            transition: all .6s;
    text-align: center;
}
.wrap-members .item .pic
{
    overflow: hidden;

    max-width: 226px;
    margin: 0 auto;

    border-radius: 50%;
}
.wrap-members .item .note
{
    font-size: 14px;
}
.wrap-members .item .note b
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    margin: 4px 0;
}
.wrap-members .item .note p
{
    line-height: 2;

    margin: 0;

    color: #666;
}
.wrap-members .item:hover
{
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
}
.wrap-news
{
    overflow: hidden;
}
.wrap-news .news-left
{
    float: left;

    width: 74%;
    padding-right: 30px;
}
@media (max-width: 991px)
{
    .wrap-news .news-left
    {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-news .news-left .item
{
    font-size: 0;

    padding: 30px 0;

    border-bottom: 1px solid #f1f1f1;
}
.wrap-news .news-left .item .pic,
.wrap-news .news-left .item .note
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-news .news-left .item .pic
{
    width: 34%;
}
@media (max-width: 767px)
{
    .wrap-news .news-left .item .pic
    {
        width: 100%;
    }
}
.wrap-news .news-left .item .pic .img-box
{
    padding-bottom: 58.82352941%;
}
.wrap-news .news-left .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news-left .item .note
{
    font-size: 14px;

    width: 66%;
    padding-left: 30px;
}
@media (max-width: 767px)
{
    .wrap-news .news-left .item .note
    {
        width: 100%;
        padding-left: 0;
    }
}
.wrap-news .news-left .item .note b
{
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;

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

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1350px)
{
    .wrap-news .news-left .item .note b
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news-left .item .note b
    {
        font-size: 16px;

        margin-top: 20px;
    }
}
.wrap-news .news-left .item .note b a
{
    color: inherit;
}
.wrap-news .news-left .item .note span.date
{
    line-height: 2;

    display: block;

    color: rgba(102, 102, 102, .8);
}
.wrap-news .news-left .item .note p
{
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;

    color: #666;

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

    display: block;

    margin-top: 20px;

    color: #999;
}
@media (max-width: 1350px)
{
    .wrap-news .news-left .item .note a.more
    {
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news-left .item .note a.more
    {
        font-size: 14px;
    }
}
.wrap-news .news-left .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news-left .item:hover .note b
{
    color: #0c3e83;
}
.wrap-news .news-left .item:hover .note a.more
{
    color: #0c3e83;
}
.wrap-news .news-right
{
    float: left;

    width: 26%;
    margin-top: 30px;
    padding: 20px;

    border: 1px solid #e5e5e5;
}
@media (max-width: 991px)
{
    .wrap-news .news-right
    {
        width: 100%;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news-right
    {
        padding: 20px 10px;
    }
}
.wrap-news .news-right .title-news b
{
    font-size: 20px;
    line-height: 1;
}
@media (max-width: 767px)
{
    .wrap-news .news-right .title-news b
    {
        font-size: 18px;
    }
}
.wrap-news .news-right .title-news b:after
{
    display: block;

    width: 30px;
    height: 2px;
    margin-top: 6px;

    content: '';

    background-color: #0c3e83;
}
.wrap-news .news-right .list > ul
{
    margin: 0;
    padding: 0;
}
.wrap-news .news-right .list > ul li
{
    display: inline-block;

    padding: 20px 0;

    border-bottom: 1px solid #e8e8e8;
}
.wrap-news .news-right .list > ul li .item
{
    display: block;

    color: inherit;
}
.wrap-news .news-right .list > ul li .item .img-box
{
    padding-bottom: 58.82352941%;
}
.wrap-news .news-right .list > ul li .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news-right .list > ul li .item p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 10px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-news .news-right .list > ul li .item:hover
{
    text-decoration: none;
}
.wrap-news .news-right .list > ul li .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news-right .list > ul li .item:hover p
{
    color: #0c3e83;
}
.wrap-news .news-right .service
{
    margin-top: 40px;
}
.wrap-news .news-right .service .service-list
{
    margin-top: 24px;
}
.wrap-news .news-right .service .service-list ul
{
    font-size: 0;

    margin: 0 -4px;
    margin: 0;
    padding: 0;
}
.wrap-news .news-right .service .service-list ul li
{
    display: inline-block;

    width: 50%;
    padding: 4px;

    text-align: center;
    vertical-align: top;
}
.wrap-news .news-right .service .service-list ul li a
{
    font-size: 16px;
    line-height: 26px;

    display: block;

    padding: 10px;

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

    color: inherit;
    border: 1px solid #eee;
}
.wrap-news .news-right .service .service-list ul li a:hover
{
    text-decoration: none;

    color: #fff;
    border-color: #0c3e83;
    background-color: #0c3e83;
}
.wrap-news .news-right .tel
{
    margin-top: 30px;

    color: #0c3e83;
}
.wrap-news .news-right .tel p
{
    font-size: 24px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 1350px)
{
    .wrap-news .news-right .tel p
    {
        font-size: 18px;
    }
}
.wrap-news .news-right .tel p:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;

    display: inline-block;

    margin-right: 10px;

    content: '\e634';
    vertical-align: middle;
}
.wrap-news .news-right .tel b
{
    font-family: Arial;
    font-size: 34px;
    font-weight: 900;

    display: block;

    margin: 4px 0 0 0;
}
@media (max-width: 1350px)
{
    .wrap-news .news-right .tel b
    {
        font-size: 22px;
    }
}
.wrap-news .news-show .title-news-show
{
    margin-top: 30px;
}
.wrap-news .news-show .title-news-show h1
{
    font-size: 22px;
    line-height: 1.4;
}
@media (max-width: 991px)
{
    .wrap-news .news-show .title-news-show h1
    {
        font-size: 18px;
    }
}
.wrap-news .news-show .title-news-show .info
{
    line-height: 30px;

    overflow: hidden;

    padding-bottom: 10px;

    border-bottom: 1px solid #f1f1f1;
}
.wrap-news .news-show .title-news-show .info span
{
    display: inline-block;

    margin-right: 14px;

    vertical-align: middle;

    color: rgba(102, 102, 102, .6);
}
.wrap-news .news-show .text
{
    margin-top: 30px;
}
.wrap-news .news-show .text p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-news .news-show .text img
{
    max-width: 100%;
    height: auto !important;
    margin: 4px 0;
}
.wrap-news .news-show .relate-news
{
    margin-top: 20px;
}
.wrap-news .news-show .relate-news a
{
    font-size: 16px;
    line-height: 48px;

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

    height: 48px;
    margin-top: 20px;
    padding: 0 20px;

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

    color: inherit;
    border: 1px dashed #e5e5e5;
    border-radius: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-news .news-show .relate-news a
    {
        font-size: 14px;
    }
}
.wrap-news .news-show .relate-news a:hover
{
    text-decoration: none;

    color: #fff;
    border-color: #0c3e83;
    background-color: #0c3e83;
}
.wrap-news-show .title-news-show
{
    padding-bottom: 20px;

    border-bottom: 1px solid #eee;
}
.wrap-news-show .title-news-show h1
{
    font-size: 28px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-news-show .title-news-show h1
    {
        font-size: 20px;
    }
}
.wrap-news-show .title-news-show span.date
{
    line-height: 30px;

    display: block;

    color: #666;
}
.wrap-news-show .news-show
{
    margin-top: 30px;
}
.wrap-news-show .news-show p
{
    line-height: 1.85714286;

    margin: 0;

    color: #666;
}
.wrap-news-show .news-show img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-news-show .news-relate
{
    margin-top: 50px;
}
.wrap-news-show .news-relate ul
{
    font-size: 0;

    margin: 0;
    padding: 0;
}
.wrap-news-show .news-relate ul li
{
    display: inline-block;

    width: 50%;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-news-show .news-relate ul li
    {
        display: block;

        width: 100%;
    }
}
.wrap-news-show .news-relate ul li a
{
    font-size: 14px;
    line-height: 24px;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    padding-left: 26px;

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

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news-show .news-relate ul li a:before
{
    font-family: 'iconfont' !important;

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

    content: '\e601';
}
.wrap-news-show .news-relate ul li.next a:before
{
    content: '\e827';
}
.wrap-news-show .news-relate ul li:hover a
{
    color: #000;
}
.wrap-contact .contact
{
    overflow: hidden;

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

    background-color: #f8f8f8;
}
.wrap-contact .contact .text b
{
    font-size: 24px;
    line-height: 1;

    display: block;

    margin-bottom: 20px;
}
.wrap-contact .contact .text p
{
    line-height: 2.57142857;

    margin: 0;

    color: #666;
}
.wrap-contact .contact .link
{
    margin-top: 20px;
}
.wrap-contact .contact .link a.qq,
.wrap-contact .contact .link a.wechat,
.wrap-contact .contact .link a.weibo
{
    line-height: 46px;

    display: inline-block;

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

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

    color: #d6d5d5;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
}
.wrap-contact .contact .link a.qq:before,
.wrap-contact .contact .link a.wechat:before,
.wrap-contact .contact .link a.weibo:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    display: inline-block;

    content: '\e62d';
    vertical-align: middle;
}
.wrap-contact .contact .link a.qq:hover,
.wrap-contact .contact .link a.wechat:hover,
.wrap-contact .contact .link a.weibo:hover
{
    color: #fff;
    border-color: #0c3e83;
    background-color: #0c3e83;
}
.wrap-contact .contact .link a.wechat
{
    position: relative;
}
.wrap-contact .contact .link a.wechat:before
{
    content: '\e604';
}
.wrap-contact .contact .link a.wechat img
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: -30px;

    display: block;
    display: none;

    width: 120px;

    -webkit-transform: translateY(-102%);
        -ms-transform: translateY(-102%);
            transform: translateY(-102%);
}
.wrap-contact .contact .link a.wechat:hover img
{
    display: block;
}
.wrap-contact .contact .link a.weibo:before
{
    content: '\e626';
}
.wrap-contact .message
{
    margin-top: 60px;
}
.wrap-contact .message .title-in:before
{
    display: none;
}
.wrap-contact .message .title-in b:after
{
    display: none;
}
.wrap-contact .message ._form
{
    margin-top: 10px;
}
.wrap-contact .message ._form input,
.wrap-contact .message ._form textarea
{
    line-height: 28px;

    width: 100%;
    margin-top: 22px;
    padding: 10px 12px;

    border: 1px solid #e5e5e5;
    outline: none;
    background: none;
}
@media (max-width: 991px)
{
    .wrap-contact .message ._form input,
    .wrap-contact .message ._form textarea
    {
        margin-top: 20px;
    }
}
.wrap-contact .message ._form input::-webkit-input-placeholder,
.wrap-contact .message ._form textarea::-webkit-input-placeholder
{
    color: #dbd8d8;
}
.wrap-contact .message ._form input:-o-placeholder,
.wrap-contact .message ._form textarea:-o-placeholder
{
    color: #dbd8d8;
}
.wrap-contact .message ._form input::-moz-placeholder,
.wrap-contact .message ._form textarea::-moz-placeholder
{
    color: #dbd8d8;
}
.wrap-contact .message ._form input:-ms-input-placeholder,
.wrap-contact .message ._form textarea:-ms-input-placeholder
{
    color: #dbd8d8;
}
.wrap-contact .message ._form input:focus::-webkit-input-placeholder,
.wrap-contact .message ._form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message ._form input:focus::-o-placeholder,
.wrap-contact .message ._form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message ._form input:focus::-moz-placeholder,
.wrap-contact .message ._form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message ._form input:focus::-ms-input-placeholder,
.wrap-contact .message ._form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message ._form .submit-send
{
    text-align: center;
}
.wrap-contact .message ._form .submit,
.wrap-contact .message ._form .send
{
    line-height: 48px;

    margin: 0 5px;
    margin-top: 30px;
    padding: 0 70px;

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

    color: #fff;
    border-radius: 0;
    background-color: #0c3e83;
}
@media (max-width: 991px)
{
    .wrap-contact .message ._form .submit,
    .wrap-contact .message ._form .send
    {
        line-height: 40px;

        margin-top: 20px;
        padding: 0 30px;
    }
}
.wrap-contact .message ._form .submit:hover,
.wrap-contact .message ._form .send:hover
{
    background-color: #0b55bb;
}
.wrap-contact .message ._form .send
{
    background-color: #5d5d5d;
}
.wrap-contact #dituContent
{
    height: 370px;
}
nav
{
    text-align: center;
}
.pagination
{
    margin: 70px 0 0 0;
}
@media (max-width: 991px)
{
    .pagination
    {
        margin-top: 40px;
    }
}
.pagination li:first-child a,
.pagination li:last-child a
{
    border-radius: 50%;
}
.pagination li a
{
    font-size: 16px;
    line-height: 40px;

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

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

    color: #666;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover
{
    color: #fff;
    border: 1px solid #0c3e83;
    border-radius: 50%;
    background-color: #0c3e83;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #fff;
    border: 1px solid #0c3e83;
    border-radius: 50%;
    background-color: #0c3e83;
}
.lazy
{
    background-image: url(/static/image/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.fancybox-slide--iframe .fancybox-content
{
    width: 733px;
    max-width: 80%;
    height: 500px;
    max-height: 50%;
    margin: 0;
}
.table-box
{
    overflow: auto;

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

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

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

    text-align: center;
}
.table-box table tr,
.table-box table td,
.table-box table th
{
    width: auto !important;
    height: auto !important;
}
.table-box table td,
.table-box table th
{
    font-weight: normal;

    padding: 10px !important;

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

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

    background: none !important;
}
.table-box table th
{
    text-align: center;
}
.table-box table td
{
    font-size: 12px;
}
.stuck
{
    position: fixed;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 80px !important;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .stuck
    {
        height: 70px !important;
    }
}
.stuck .logo
{
    margin-top: 5px;
}
@media (max-width: 1199px)
{
    .stuck .logo
    {
        margin-top: 10px;
    }
}
.stuck .nav .nav-list1 > li > a
{
    line-height: 80px;
}
.stuck .pc-search
{
    margin-top: 20px;
}
.stuck .language
{
    line-height: 80px;
}
@media (max-width: 1199px)
{
    .stuck .language
    {
        line-height: 70px;
    }
}
