/**
 * style.less
 * 层叠样式表
 */
.ff
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'ITC Avant Garde Gothic Book';
    font-weight: 500;
    font-style: normal;

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

    src: url('../fonts/Tungsten-Bold.eot');
    src: local('Tungsten Bold'), local('Tungsten-Bold'), url('../fonts/Tungsten-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Tungsten-Bold.woff2') format('woff2'), url('../fonts/Tungsten-Bold.woff') format('woff'), url('../fonts/Tungsten-Bold.ttf') format('truetype'), url('../fonts/Tungsten-Bold.svg#Tungsten-Bold') format('svg');
    font-display: swap;
}
*[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: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Heiti SC', 'Hiragino Sans GB', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #333;

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

    overflow: hidden;

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

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1350px)
{
    .container
    {
        width: 1320px;
    }
}
@media (min-width: 1470px)
{
    .container
    {
        width: 1440px;
    }
}
@media (min-width: 1660px)
{
    .container
    {
        width: 1630px;
    }
}
@media (min-width: 1750px)
{
    .container
    {
        width: 1720px;
    }
}
@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;
    }
}
ul
{
    margin: 0;
    padding: 0;
}
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;
}
a:active,
a:link,
a:visited
{
    text-decoration: none;
}
.i-box
{
    position: relative;

    display: block;
    overflow: hidden;

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

    display: block;

    width: 100%;
    height: 100%;
}
.i-box img[src=''],
.i-box img:not([src])
{
    opacity: 0;
    border: 0;
}
ul
{
    margin: 0;
    padding: 0;
}
ul li
{
    list-style: none;
}
p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 767px)
{
    p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.header
{
    position: fixed;
    z-index: 10;
    top: 0;
    top: 40px;
    left: 3%;

    width: 94%;
    height: 80px;
    padding: 0 2%;

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

    background-color: #fff;
}
@media (max-width: 1650px)
{
    .header
    {
        top: 30px;
        left: 1%;

        width: 98%;
        padding: 0 15px;
    }
}
@media (max-width: 1199px)
{
    .header
    {
        top: 0;
        left: 0;

        width: 100%;
        height: 60px;
    }
}
@media (max-width: 767px)
{
    .header
    {
        padding: 0 10px;
    }
}
.header .logo
{
    position: relative;

    float: left;

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

    -webkit-transition: all .6s;
            transition: all .6s;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 50px;
        margin: 5px 0 0 0;
    }
}
@media (max-width: 767px)
{
    .header .logo
    {
        height: 40px;
        margin-top: 10px;
    }
}
.header .logo a
{
    display: block;

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

    height: 100%;

    vertical-align: middle;
}
.header .tel
{
    display: inline-block;
    float: right;

    margin-left: 30px;

    color: #0d49c3;
}
@media (max-width: 767px)
{
    .header .tel
    {
        display: none;
    }
}
.header .tel p
{
    font-family: Impact, Arial;
    font-size: 24px;
    line-height: 80px;

    margin: 0;
}
@media (max-width: 1199px)
{
    .header .tel p
    {
        line-height: 60px;
    }
}
.header .tel p:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;

    float: left;

    margin-right: 10px;

    content: '\e667';
}
.header .language
{
    font-size: 16px;

    position: relative;

    display: inline-block;
    float: right;

    margin-left: 40px;

    color: #b9baba;
}
@media (max-width: 1470px)
{
    .header .language
    {
        margin-left: 20px;
    }
}
@media (max-width: 767px)
{
    .header .language
    {
        font-size: 14px;

        margin: 0;
    }
}
.header .language p
{
    font-size: 16px;
    line-height: 80px;

    margin: 0;
}
@media (max-width: 1199px)
{
    .header .language p
    {
        font-size: 14px;
        line-height: 60px;
    }
}
.header .language p:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    display: inline-block;
    float: left;

    margin-right: 10px;

    content: '\e601';
    vertical-align: middle;
}
.header .language p:after
{
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    border-width: 7px 4px 0 4px;
    border-style: solid;
    border-color: #c9caca transparent transparent transparent;
}
.header .language ul
{
    position: absolute;
    top: 100%;

    display: none;

    width: 100%;
    padding: 10px 0;

    background-color: #fff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
}
.header .language ul li a
{
    font-size: 14px;
    line-height: 30px;

    display: block;

    padding: 0 14px;
}
@media (max-width: 1199px)
{
    .header .language ul li a
    {
        padding: 0 4px;
    }
}
.header .language ul li a img
{
    display: inline-block;

    width: 30px;
    margin-right: 10px;

    vertical-align: middle;
}
.header .language ul li:hover a
{
    color: #0d49c3;
}
.header .nav-collapse
{
    position: relative;

    display: none;
    float: right;

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

    cursor: pointer;

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

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

        display: block;

        margin-top: 8px;

        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line
    {
        background-color: #666 !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: #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: #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
    {
        float: right;

        -webkit-transition: all .4s;
                transition: all .4s;
    }
    .header .nav a:hover
    {
        color: #0d49c3;
    }
}
@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: #fff;
    }
    .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
    {
        font-size: 0;
    }
    .header .nav .nav-list1 > li
    {
        float: left;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;
        line-height: 80px;

        position: relative;

        display: inline-block;
        overflow: hidden;

        padding: 0 26px;

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

        display: none;
        overflow: hidden;

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

        text-align: center;

        color: #666;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    }
    .header .nav .nav-list1 .nav-list2 > li
    {
        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 > li > a
    {
        font-size: 15px;
        line-height: 24px;

        padding: 4px 20px;
    }
    .header .nav .nav-list1 .nav-list2 > li:hover > a
    {
        text-decoration: underline;

        color: #0d49c3;
    }
}
@media (min-width: 1200px) and (max-width: 1350px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 10px;
				font-size: 14px;
    }
}
@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;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list2
    {
        display: none;
    }
    .header .nav .nav-list2 a
    {
        font-size: 15px;
        line-height: 2;

        margin-top: 5px;
    }
}
.header .nav .nav-list2 a
{
    display: block;
}
@media (max-height: 580px)
{
    .header .nav .nav-list2 a
    {
        margin-top: 0;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list3 a
    {
        line-height: 30px;

        padding: 0 10px;
    }
    .header .nav .nav-list3 a:before
    {
        margin-right: 4px;

        content: '-';
    }
    .header .nav .nav-list3 .nav-list4 a
    {
        display: inline-block;

        padding: 0 4px;

        opacity: .6;
    }
    .header .nav .nav-list3 .nav-list4 a:before
    {
        content: '·';
    }
}
.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 li,
.header .nav-3 .content ul li
{
    line-height: 30px;

    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%);
}
.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 > 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 > 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 .find
{
    line-height: 80px;

    position: relative;

    display: inline-block;
    float: right;

    height: 80px;
    padding: 0 10px;

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

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

        height: 60px;
        margin: 0;
    }
}
@media (max-width: 767px)
{
    .header .find
    {
        padding: 0 10px;
    }
}
.header .find:before
{
    font-family: 'iconfont';
    font-size: 20px;

    content: '\e623';
}
.header .find:hover
{
    color: #0d49c3;
}
.header .open-search
{
    font-size: 14px;

    position: fixed;
    z-index: 2;
    top: 100px;
    left: 0;

    display: none;

    width: 100%;
    padding: 14px 0;

    background-color: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .header .open-search
    {
        top: 60px;
    }
}
.header .open-search form
{
    position: relative;

    display: inline-block;

    width: -webkit-calc(100% - 60px);
    width:         calc(100% - 60px);
}
.header .open-search form input
{
    line-height: 24px;

    width: 100%;
    padding: 4px 60px 4px 20px;

    border: 1px solid #dcdcdc;
    outline: none;
}
.header .open-search form input::-webkit-input-placeholder,
.header .open-search form textarea::-webkit-input-placeholder
{
    color: #666;
}
.header .open-search form input:-o-placeholder,
.header .open-search form textarea:-o-placeholder
{
    color: #666;
}
.header .open-search form input::-moz-placeholder,
.header .open-search form textarea::-moz-placeholder
{
    color: #666;
}
.header .open-search form input:-ms-input-placeholder,
.header .open-search form textarea:-ms-input-placeholder
{
    color: #666;
}
.header .open-search form input:focus::-webkit-input-placeholder,
.header .open-search form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.header .open-search form input:focus::-o-placeholder,
.header .open-search form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.header .open-search form input:focus::-moz-placeholder,
.header .open-search form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.header .open-search form input:focus::-ms-input-placeholder,
.header .open-search form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.header .open-search form .submit
{
    line-height: 32px;

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

    width: 40px;
    padding: 0;

    text-align: center;

    background: none;
}
.header .open-search form .submit:before
{
    font-family: 'iconfont';
    font-size: 20px;

    content: '\e660';
}
.header .open-search form .submit:hover
{
    color: #0d49c3;
}
.header .open-search .search-close
{
    line-height: 30px;

    float: right;

    width: 60px;

    text-align: right;
}
.header .open-search .search-close:hover
{
    color: #0d49c3;
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.header.fixed-header
{
    top: 0;
    left: 0;

    width: 100%;
    height: 80px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .header.fixed-header
    {
        height: 60px;
    }
}
.online-wrap .btn
{
    line-height: 36px;

    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 70px;

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

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

    border-radius: 0;
    background-color: rgba(0, 0, 0, .8);
}
@media (min-width: 992px)
{
    .online-wrap .btn
    {
        display: none;
    }
}
.online-wrap .btn:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;

    color: #fff;
}
.online-wrap .btn.active:before
{
    -webkit-transform: rotateZ(225deg);
        -ms-transform: rotate(225deg);
            transform: rotateZ(225deg);
}
.online-wrap .code-pic
{
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

    max-width: 120px;
}
.online-wrap .code-pic .pic-box
{
    padding: 5px;

    background-color: #fff;
}
.online-wrap .code-pic img
{
    display: block;

    max-width: 100%;
}
.online-wrap .online
{
    position: fixed;
    z-index: 10;
    top: 50%;
    right: 0;

    -webkit-transition: right .3s;
            transition: right .3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        right: -60px;
        bottom: 90px;
    }
    .online-wrap .online.active
    {
        right: 0;
    }
}
.online-wrap .online a
{
    line-height: 48px;

    position: relative;

    display: block;

    width: 48px;
    height: 48px;
    margin-top: 4px;

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

    border-radius: 10px;
    background-color: rgba(0, 0, 0, .7);
}
.online-wrap .online a:hover
{
    text-decoration: none;
}
.online-wrap .online a:before
{
    font-size: 22px;
    font-weight: normal;

    color: #fff;
}
.online-wrap .online a:after
{
    display: block;

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

    content: '';

    opacity: .5;
    background-color: #fff;
}
@media (min-width: 992px)
{
    .online-wrap .online a:hover
    {
        background-color: #898989;
    }
    .online-wrap .online a:hover:before
    {
        color: #fff;
    }
}
@media (max-width: 767px)
{
    .online-wrap .online a
    {
        line-height: 50px;

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

    padding-right: 5px;

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

    color: #fff;
    background-color: #015d9d;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .cart
{
    position: relative;
}
.online-wrap .online .cart:before
{
    font-family: 'iconfont' !important;

    content: '\e633';
}
.online-wrap .online .cart span
{
    line-height: 20px;

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

    width: 20px;
    height: 20px;

    color: #fff;
    border-radius: 50%;
    background-color: #0d49c3;
}
.online-wrap .online .icon-qq:before
{
    font-family: 'iconfont' !important;

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

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

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

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

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

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

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

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

    content: '\e614';
}
.online-wrap .online .icon-arrow-top:after
{
    display: none !important;
}
.online-wrap .online .code:before
{
    font-size: 24px;
}
@media (max-width: 767px)
{
    .online-wrap .online .code:before
    {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box
{
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.online-wrap .online .code .mask img
{
    display: block;

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

    margin: 5px 0 8px 0;

    color: #888;
}
.xs-online
{
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;

    background-color: #0d49c3;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .xs-online
    {
        display: block !important;
    }
}
.xs-online ul
{
    overflow: hidden;

    margin: 0;
    padding: 0;

    text-align: center;

    color: #fff;
}
.xs-online ul li
{
    float: left;

    width: 20%;

    list-style: none;

    border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li > a
{
    font-size: 10px;

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

    color: inherit;
}
@media (max-width: 320px)
{
    .xs-online ul li > a
    {
        font-size: 8px;
    }
}
.xs-online ul li > a:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li.tel > a:before
{
    content: '\e61c';
}
.xs-online ul li.mail > a:before
{
    font-weight: normal;

    content: '\e72e';
}
.xs-online ul li.whatsapp > a:before
{
    font-weight: normal;

    content: '\e621';
}
.xs-online ul li.feedback > a:before
{
    font-weight: normal;

    content: '\e826';
}
.xs-online ul li.top > a:before
{
    font-weight: normal;

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

    position: relative;

    overflow: hidden;

    width: 100%;
}
@media (max-width: 1199px)
{
    .banner
    {
        padding-top: 60px;
    }
}
.banner .item
{
    position: relative;
}
.banner .slickbanner
{
    overflow: hidden;
}
@media (max-width: 767px)
{
    .banner .slickbanner
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
.banner .slick-dots
{
    position: absolute;
    z-index: 6;
    bottom: 30px;

    width: 100%;

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .slick-dots
    {
        bottom: 20px;
    }
}
.banner .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 60px;
    height: 3px;
    margin: 0 6px;

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

    background-color: #fff;
}
@media (max-width: 991px)
{
    .banner .slick-dots li
    {
        width: 30px;
    }
}
.banner .slick-dots li:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 0;
    height: 100%;

    content: '';

    background-color: #0d49c3;
}
.banner .slick-dots li.slick-active:before
{
    width: 100%;

    -webkit-transition: all 4s;
            transition: all 4s;
}
.banner .slick-dots li button
{
    display: none;
}
.banner .slick-arrow
{
    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;
}
@media (max-width: 1199px)
{
    .banner .slick-arrow
    {
        left: 8%;
    }
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;

    content: '\e601';
}
@media (max-width: 991px)
{
    .banner .slick-arrow:before
    {
        font-size: 30px;
    }
}
.banner .slick-arrow.slick-next
{
    right: 3%;
    left: auto;
}
@media (max-width: 1199px)
{
    .banner .slick-arrow.slick-next
    {
        right: 10%;
    }
}
.banner .slick-arrow.slick-next:before
{
    right: 0;
    left: auto;

    content: '\e827';
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .text
{
    position: absolute;
    top: 50%;

    width: 100%;
    padding: 0 4%;

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

    color: #fff;
}
.banner .text  p { color:#fff; }
.banner .text .tit {
	font-size:48px;
}
.banner .text .con {
	font-size:24px;
}
.banner .text .con  p { font-size:24px; }
@media (max-width: 767px)
{
    .banner .text
    {
        padding: 0 18%;
    }
}
.banner .text h3
{
    font-size: 72px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1470px)
{
    .banner .text h3
    {
        font-size: 60px;
    }
}
@media (max-width: 1199px)
{
    .banner .text h3
    {
        font-size: 50px;
    }
}
@media (max-width: 991px)
{
    .banner .text h3
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .banner .text h3
    {
        font-size: 24px;
    }
}
.banner .text h4
{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1470px)
{
    .banner .text h4
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .banner .text h4
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .banner .text h4
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .banner .text h4
    {
        font-size: 18px;
    }
}
.banner .text a.more
{
    font-size: 14px;
    line-height: 50px;

    display: inline-block;

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

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

    border: 1px dashed #fff;
    border-radius: 40px;
}
@media (max-width: 991px)
{
    .banner .text a.more
    {
        line-height: 30px;

        margin-top: 10px;
        padding: 0 20px;
    }
}
.banner .text a.more:after
{
    margin-left: 10px;

    content: '+';
}
.banner .text a.more:hover
{
    color: #0d49c3;
    background-color: #fff;
}
.banner-in img
{
    width: 100%;
}
.banner-in .text-in
{
    position: absolute;
    top: 56%;

    width: 100%;
    padding: 0 4%;

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

    color: #fff;
}
@media (max-width: 991px)
{
    .banner-in .text-in
    {
        top: 60%;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-in
    {
        padding: 0 6%;
    }
}
.banner-in .text-in h3
{
    font-size: 60px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1470px)
{
    .banner-in .text-in h3
    {
        font-size: 54px;
    }
}
@media (max-width: 1199px)
{
    .banner-in .text-in h3
    {
        font-size: 44x;
    }
}
@media (max-width: 991px)
{
    .banner-in .text-in h3
    {
        font-size: 34px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-in h3
    {
        font-size: 24px;
    }
}
.banner-in .text-in h4
{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1470px)
{
    .banner-in .text-in h4
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .banner-in .text-in h4
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .banner-in .text-in h4
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-in h4
    {
        font-size: 18px;
    }
}
.banner-in .text-in a.more
{
    font-size: 14px;
    line-height: 50px;

    display: inline-block;

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

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

    border: 1px dashed #fff;
    border-radius: 40px;
}
@media (max-width: 991px)
{
    .banner-in .text-in a.more
    {
        line-height: 30px;

        margin-top: 10px;
        padding: 0 20px;
    }
}
.banner-in .text-in a.more:after
{
    margin-left: 10px;

    content: '+';
}
.banner-in .text-in a.more:hover
{
    color: #0d49c3;
    background-color: #fff;
}
.banner .slick-current h3
{
    -webkit-animation: fadeInDown 1s 0s ease both;
            animation: fadeInDown 1s 0s ease both;
}
.banner .slick-current h4
{
    -webkit-animation: fadeInUp 1s 0s ease both;
            animation: fadeInUp 1s 0s ease both;
}
.banner .slick-current a.more
{
    -webkit-animation: fadeInUp 1s 0s ease both;
            animation: fadeInUp 1s 0s ease both;
}
@-webkit-keyframes barrow
{
    0%
    {
        -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
                transform: translateY(10px);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: translateY(20px);
                transform: translateY(20px);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
                transform: translateY(10px);

        opacity: 1;
    }
}
@-webkit-keyframes narrow
{
    0%
    {
        -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
                transform: translateY(10px);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: translateY(20px);
                transform: translateY(20px);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
                transform: translateY(10px);

        opacity: 1;
    }
}
@keyframes narrow
{
    0%
    {
        -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
                transform: translateY(10px);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: translateY(20px);
                transform: translateY(20px);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
                transform: translateY(10px);

        opacity: 1;
    }
}
.barrow
{
    -webkit-animation-name: barrow;
            animation-name: barrow;
}
.home
{
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px)
{
    .home
    {
        padding: 50px 0;
    }
}
.title
{
    text-align: center;
}
.title h2
{
    font-size: 36px;
    font-weight: bold;
    line-height: 1;

    margin: 0;
}
@media (max-width: 1470px)
{
    .title h2
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .title h2
    {
        font-size: 24px;
    }
}
.title h2:after
{
    display: block;

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

    content: '';

    background-color: #0d49c3;
}
.title p
{
    font-size: 14px;
    line-height: 1.85714286;

    max-width: 820px;
    margin: 0 auto;
    margin-top: 20px;

    color: #666;
}
@media (max-width: 767px)
{
    .title p
    {
        font-size: 12px;
        line-height: 20px;

        margin-top: 10px;
    }
}
.home-product
{
    background-color: #f5f5f5;
}
.home-product .product
{
    margin-top: 20px;
}
.home-product .product .item
{
    position: relative;

    display: block;

    padding-bottom: 69px;
}
@media (max-width: 1199px)
{
    .home-product .product .item
    {
        padding-bottom: 0;
    }
}
.home-product .product .item .i-box
{
    padding-bottom: 73.68421053%;
}
.home-product .product .item .i-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.home-product .product .item .note
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 10px;

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

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .home-product .product .item .note
    {
        position: relative;
    }
}
.home-product .product .item .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;
}
@media (max-width: 1199px)
{
    .home-product .product .item .note b
    {
        font-size: 14px;
        line-height: 24px;

        height: 24px;
    }
}
.home-product .product .item .note p
{
    line-height: 18px;

    overflow: hidden;

    height: 18px;

    -webkit-transition: max-height .6s;
            transition: max-height .6s;

    color: #666;
		font-size:14px;
}
@media (max-width: 1199px)
{
    .home-product .product .item .note p
    {
        font-size: 14px;
        line-height: 24px;

        height: 24px;
    }
}
@media (max-width: 767px)
{
    .home-product .product .item .note p
    {
        font-size: 12px;
    }
}
@media (min-width: 1200px)
{
    .home-product .product .item:hover .i-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .home-product .product .item:hover .note
    {
        background-color: #0d49c3;
    }
    .home-product .product .item:hover .note b,
    .home-product .product .item:hover .note p
    {
        color: #fff;
    }
    .home-product .product .item:hover .note p
    {
       height: 90px;
    }
}
.home-product .product > ul
{
    overflow: hidden;

    margin: 0 -14px;
}
@media (max-width: 1199px)
{
    .home-product .product > ul
    {
        margin: 0 -8px;
    }
}
.home-product .product > ul > li
{
    float: left;

    width: 21.9%;
    padding: 14px;
}
@media (max-width: 1660px)
{
    .home-product .product > ul > li
    {
        width: 21.8%;
    }
}
@media (max-width: 1470px)
{
    .home-product .product > ul > li
    {
        width: 21.6%;
    }
}
@media (max-width: 1350px)
{
    .home-product .product > ul > li
    {
        width: 21.5%;
    }
}
@media (max-width: 1199px)
{
    .home-product .product > ul > li
    {
        padding: 8px;
    }
}
@media (max-width: 991px)
{
    .home-product .product > ul > li
    {
        width: 21.3%;
    }
}
@media (max-width: 767px)
{
    .home-product .product > ul > li
    {
        width: 50%;
    }
}
.home-product .product > ul > li:nth-child(1)
{
    width: 34.3%;
}
@media (max-width: 1660px)
{
    .home-product .product > ul > li:nth-child(1)
    {
        width: 34.6%;
    }
}
@media (max-width: 1470px)
{
    .home-product .product > ul > li:nth-child(1)
    {
        width: 35.1%;
    }
}
@media (max-width: 1350px)
{
    .home-product .product > ul > li:nth-child(1)
    {
        width: 35.4%;
    }
}
@media (max-width: 991px)
{
    .home-product .product > ul > li:nth-child(1)
    {
        width: 36.1%;
    }
}
@media (max-width: 767px)
{
    .home-product .product > ul > li:nth-child(1)
    {
        width: 100%;
    }
}
.home-product .product > ul > li:nth-child(1) .item
{
    padding-bottom: 89px;
}
@media (max-width: 1199px)
{
    .home-product .product > ul > li:nth-child(1) .item
    {
        padding-bottom: 0;
    }
}
.home-product .product > ul > li:nth-child(1) .item .i-box
{
    padding-bottom: 107.14285714%;
}
.home-product .product > ul > li:nth-child(1) .item .note
{
    padding: 20px 10px;
}
.home-product .product > ul > li:nth-child(1) .item .note b
{
    font-size: 20px;
}
@media (max-width: 1199px)
{
    .home-product .product > ul > li:nth-child(1) .item .note b
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .home-product .product > ul > li:nth-child(1) .item .note b
    {
        font-size: 16px;
    }
}
.home-about
{
    position: relative;
}
.home-about .mask
{
    position: absolute;
    top: 60px;
    left: 0;
}
@media (max-width: 1350px)
{
    .home-about .mask
    {
        top: 30px;
    }
}
@media (max-width: 991px)
{
    .home-about .mask
    {
        top: 0;
    }
}
.home-about .mask h2
{
    font-family: Arial;
    font-size: 76px;
    font-weight: 900;
    line-height: 1;

    text-transform: uppercase;

    color: rgba(51, 51, 51, .1);
}
@media (max-width: 1470px)
{
    .home-about .mask h2
    {
        font-size: 60px;
    }
}
@media (max-width: 991px)
{
    .home-about .mask h2
    {
        font-size: 40px;
    }
}
.home-about .about
{
    max-width: 710px;
}
.home-about .about .title-about
{
    margin-top: 30px;
}
@media (max-width: 1350px)
{
    .home-about .about .title-about
    {
        margin-top: 0;
    }
}
.home-about .about .title-about h1
{
    font-size: 36px;
    font-weight: bold;
    line-height: 1;

    margin: 0;
}
@media (max-width: 1470px)
{
    .home-about .about .title-about h1
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .home-about .about .title-about h1
    {
        font-size: 24px;
    }
}
.home-about .about .title-about h1:after
{
    display: block;

    width: 68px;
    height: 2px;
    margin-top: 14px;

    content: '';

    background-color: #0d49c3;
}
.home-about .about .text
{
    display: -webkit-box;
    overflow: hidden;

    max-height: 160px;
    margin-top: 24px;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
@media (max-width: 767px)
{
    .home-about .about .text
    {
        max-height: 120px;
    }
}
.home-about .about .number
{
    margin-top: 50px;
    padding: 30px 0;

    border-top: 1px dashed #0d49c3;
    border-bottom: 1px dashed #0d49c3;
}
@media (max-width: 1470px)
{
    .home-about .about .number
    {
        margin-top: 30px;
        padding: 20px 0;
    }
}
.home-about .about .number > ul
{
    font-size: 0;
}
@media (min-width: 992px)
{
    .home-about .about .number > ul
    {
        width: 100%;
        padding: 0;

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

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

        content: '';
    }
}
.home-about .about .number > ul > li
{
    font-size: 14px;

    display: inline-block;

    margin: 10px 0;

    text-align: left;
    vertical-align: top;
}
@media (max-width: 991px)
{
    .home-about .about .number > ul > li
    {
        width: 25%;

        text-align: center;
    }
}
@media (max-width: 767px)
{
    .home-about .about .number > ul > li
    {
        width: 50%;
    }
}
.home-about .about .number .item
{
    display: inline-block;

    color: #0d49c3;
}
.home-about .about .number .item b
{
    font-family: Impact, Arial;
    font-size: 48px;
    line-height: 1;
}
@media (max-width: 1470px)
{
    .home-about .about .number .item b
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .home-about .about .number .item b
    {
        font-size: 30px;
    }
}
.home-about .about .number .item p
{
    line-height: 24px;

    margin: 10px 0 0 0;
}
.home-about .about a.more
{
    font-size: 30px;
    line-height: 30px;

    display: block;

    margin-top: 20px;

    color: #dfdede;
}
.home-about .about a.more:before
{
    font-family: 'iconfont' !important;

    content: '\e647';
}
.home-about .about a.more:hover
{
    color: #0d49c3;
}
@media (max-width: 991px)
{
    .home-about .slick-about
    {
        margin-top: 30px;
    }
}
.home-about .slick-about .item .i-box
{
    padding-bottom: 67.85714286%;
}
.home-about .slick-about .slick-dots
{
    position: absolute;
    bottom: 20px;

    width: 100%;

    text-align: center;
}
.home-about .slick-about .slick-dots li
{
    display: inline-block;

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

    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .home-about .slick-about .slick-dots li
    {
        width: 8px;
        height: 8px;
    }
}
.home-about .slick-about .slick-dots li.slick-active
{
    background-color: #0d49c3;
}
.home-about .slick-about .slick-dots li button
{
    display: none;
}
.home-news
{
    background-color: #f5f5f5;
}
.home-news .news
{
    font-size: 0;
}
.home-news .news .news-left,
.home-news .news .news-right
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.home-news .news .news-left
{
    width: 59%;
}
@media (max-width: 991px)
{
    .home-news .news .news-left
    {
        width: 100%;
    }
}
.home-news .news .news-left .item
{
    margin-top: 20px;

    background-color: #fff;
}
.home-news .news .news-left .item .pic
{
    padding: 10px 10px 0 10px;
}
.home-news .news .news-left .item .pic .i-box
{
    padding-bottom: 58.69565217%;
}
.home-news .news .news-left .item .pic .i-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.home-news .news .news-left .item .note
{
    padding: 30px 10px;
}
@media (max-width: 991px)
{
    .home-news .news .news-left .item .note
    {
        padding: 10px;
    }
}
.home-news .news .news-left .item .note b
{
    font-size: 24px;
    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)
{
    .home-news .news .news-left .item .note b
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .home-news .news .news-left .item .note b
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .home-news .news .news-left .item .note b
    {
        font-size: 16px;
    }
}
.home-news .news .news-left .item .note p
{
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

    color: #666;

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

        height: 48px;
        margin: 0;
    }
}
@media (max-width: 767px)
{
    .home-news .news .news-left .item .note p
    {
        font-size: 14px;
    }
}
.home-news .news .news-left .item .date-more
{
    line-height: 60px;

    padding: 0 14px;

    border-top: 1px solid #eee;
}
.home-news .news .news-left .item .date-more span.date
{
    display: inline-block;

    color: #b0afaf;
}
.home-news .news .news-left .item .date-more a.more
{
    display: inline-block;
    float: right;

    color: #c9c9c9;
}
.home-news .news .news-left .item:hover .pic .i-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.home-news .news .news-left .item:hover .note b
{
    color: #0d49c3;
}
.home-news .news .news-left .item:hover .date-more a.more
{
    color: #0d49c3;
}
.home-news .news .news-right
{
    width: 41%;
    margin-top: 20px;
    padding-left: 30px;
}
@media (max-width: 991px)
{
    .home-news .news .news-right
    {
        width: 100%;
        padding-left: 0;
    }
}
.home-news .news .news-right > ul > li
{
    margin-top: 16px;
}
.home-news .news .news-right > ul > li:nth-child(1)
{
    margin-top: 0;
}
.home-news .news .news-right .item
{
    font-size: 0;

    display: block;

    padding: 24px 0;

    background-color: #fff;
}
@media (max-width: 1470px)
{
    .home-news .news .news-right .item
    {
        padding: 16px 0;
    }
}
.home-news .news .news-right .item .date,
.home-news .news .news-right .item .note
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.home-news .news .news-right .item .date
{
    width: 110px;
    padding: 20px 0;

    text-align: center;

    color: #d3d3d3;
    border-right: 1px solid #eee;
}
@media (max-width: 1470px)
{
    .home-news .news .news-right .item .date
    {
        padding: 17px 0;
    }
}
@media (max-width: 1350px)
{
    .home-news .news .news-right .item .date
    {
        padding: 13px 0;
    }
}
@media (max-width: 767px)
{
    .home-news .news .news-right .item .date
    {
        width: 90px;
    }
}
.home-news .news .news-right .item .date b
{
    font-family: 'ITC Avant Garde Gothic book';
    font-size: 48px;
    font-weight: normal;
    line-height: 1;

    display: block;
}
@media (max-width: 991px)
{
    .home-news .news .news-right .item .date b
    {
        font-size: 38px;
    }
}
@media (max-width: 767px)
{
    .home-news .news .news-right .item .date b
    {
        font-size: 30px;
    }
}
.home-news .news .news-right .item .date span
{
    font-size: 16px;
    line-height: 1;
}
@media (max-width: 767px)
{
    .home-news .news .news-right .item .date span
    {
        font-size: 14px;
    }
}
.home-news .news .news-right .item .note
{
    width: -webkit-calc(100% - 110px);
    width:         calc(100% - 110px);
    padding: 0 14px;
}
@media (max-width: 767px)
{
    .home-news .news .news-right .item .note
    {
        width: -webkit-calc(100% - 90px);
        width:         calc(100% - 90px);
    }
}
.home-news .news .news-right .item .note b
{
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .home-news .news .news-right .item .note b
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .home-news .news .news-right .item .note b
    {
        font-size: 16px;
    }
}
.home-news .news .news-right .item .note p
{
    font-size: 14px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;

    color: #666;

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

        height: 48px;
    }
}
.home-news .news .news-right .item:hover .note b
{
    color: #0d49c3;
}
.footer
{
    font-size: 0;

    position: relative;

    clear: both;
    overflow: hidden;

    color: #fff;
    background-color: #0d49c3;
}
@media (max-width: 1199px)
{
    .footer
    {
        padding: 30px 15px 0 15px;
    }
}
@media (max-width: 1199px)
{
    .footer
    {
        padding-top: 10px;

        text-align: center;
    }
}
@media (max-width: 1199px)
{
    .footer
    {
        padding: 10px 0 0 0;
    }
}
.footer .foot
{
    font-size: 0;

    position: relative;
    z-index: 2;

    padding: 60px 0;

    background-color: #0d49c3;
}
@media (max-width: 1199px)
{
    .footer .foot
    {
        padding: 15px 0;
    }
}
.footer .foot .foot-left,
.footer .foot .foot-middle,
.footer .foot .foot-right
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.footer .foot .foot-left
{
    width: 16%;
}
@media (max-width: 1199px)
{
    .footer .foot .foot-left
    {
        display: none;
    }
}
.footer .foot .foot-left img
{
    max-width: 100%;
}
.footer .foot .foot-left p
{
    font-size: 14px;
    line-height: 24px;

    margin: 20px 0 0 0;
}
.footer .foot .foot-left h3
{
    font-family: 'ITC Avant Garde Gothic Book';
    font-size: 28px;
    line-height: 1;

    margin: 30px 0 0 0;
}
@media (max-width: 1470px)
{
    .footer .foot .foot-left h3
    {
        font-size: 24px;
    }
}
.footer .foot .foot-middle
{
    width: 60%;

    text-align: center;

    opacity: .8;
}
@media (max-width: 1470px)
{
    .footer .foot .foot-middle
    {
        width: 64%;
    }
}
@media (max-width: 1199px)
{
    .footer .foot .foot-middle
    {
        width: 70%;
    }
}
@media (max-width: 991px)
{
    .footer .foot .foot-middle
    {
        width: 100%;
    }
}
.footer .foot .foot-middle > ul
{
		display: flex;
		justify-content: space-evenly;
    overflow: hidden;
		
}
.footer .foot .foot-middle > ul > li
{
    display: inline-block;

    margin-bottom: -999px;
    padding: 0 30px;
    padding-bottom: 999px;

    text-align: left;
    vertical-align: top;

    border-right: 1px solid rgba(6, 123, 204, .8);
    border-left: 1px solid rgba(6, 123, 204, .8);
}
@media (max-width: 1660px)
{
    .footer .foot .foot-middle > ul > li
    {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot .foot-middle > ul > li
    {
        display: block;

        margin: 10px 0;
        padding: 0;

        border: none;
    }
}
.footer .foot .foot-middle > ul > li:nth-child(1)
{
    border-left: 1px solid rgba(6, 123, 204, .8);
}
.footer .foot .foot-middle > ul > li:nth-child(2),
.footer .foot .foot-middle > ul > li:nth-child(4)
{
    max-width: 290px;
}
.footer .foot .foot-middle > ul > li:nth-child(4){
	max-width: 320px;
}
@media (max-width: 1350px)
{
    .footer .foot .foot-middle > ul > li:nth-child(2),
    .footer .foot .foot-middle > ul > li:nth-child(4)
    {
        max-width: 220px;
    }
}
@media (max-width: 1350px)
{
  
    .footer .foot .foot-middle > ul > li:nth-child(4)
    {
        max-width: 251px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot .foot-middle > ul > li:nth-child(2),
    .footer .foot .foot-middle > ul > li:nth-child(4)
    {
        max-width: 100%;
    }
}
.footer .foot .foot-middle > ul > li:nth-child(2) > ul,
.footer .foot .foot-middle > ul > li:nth-child(4) > ul
{
    font-size: 0;
}
.footer .foot .foot-middle > ul > li:nth-child(2) > ul > li,
.footer .foot .foot-middle > ul > li:nth-child(4) > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .footer .foot .foot-middle > ul > li:nth-child(2) > ul > li,
    .footer .foot .foot-middle > ul > li:nth-child(4) > ul > li
    {
        width: auto;
    }
}
.footer .foot .foot-middle > ul > li > a
{
    font-size: 20px;
    line-height: 32px;

    display: block;
}
@media (max-width: 1350px)
{
    .footer .foot .foot-middle > ul > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .footer .foot .foot-middle > ul > li > a
    {
        font-size: 16px;
        line-height: 24px;
    }
}
.footer .foot .foot-middle > ul > li > ul
{
    margin: 0 -12px;
    margin-top: 20px;
}
@media (max-width: 1470px)
{
    .footer .foot .foot-middle > ul > li > ul
    {
        margin: 0 -6px;
        margin-top: 10px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot .foot-middle > ul > li > ul > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.footer .foot .foot-middle > ul > li > ul > li a
{
    font-size: 14px;
    line-height: 32px;

    display: block;

    padding: 0 12px;
}
@media (max-width: 1470px)
{
    .footer .foot .foot-middle > ul > li > ul > li a
    {
        padding: 0 6px;
    }
}
@media (max-width: 1350px)
{
    .footer .foot .foot-middle > ul > li > ul > li a
    {
        font-size: 13px;
    }
}
@media (max-width: 767px)
{
    .footer .foot .foot-middle > ul > li > ul > li a
    {
        line-height: 22px;
    }
		.footer .foot .foot-middle > ul > li:nth-child(1) { border:0; }
}
.footer .foot .foot-middle > ul > li > ul > li a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .foot .foot-right
{
    width: 24%;
    padding-left: 30px;
}
@media (max-width: 1470px)
{
    .footer .foot .foot-right
    {
        width: 20%;
    }
}
@media (max-width: 1350px)
{
    .footer .foot .foot-right
    {
        padding-left: 0;
    }
}
@media (max-width: 1199px)
{
    .footer .foot .foot-right
    {
        width: 30%;
    }
}
@media (max-width: 991px)
{
    .footer .foot .foot-right
    {
        width: 100%;
        margin-top: 10px;
    }
}
.footer .foot .foot-right .title-message
{
    text-align: left;

    opacity: .8;
}
.footer .foot .foot-right .title-message h3
{
    font-size: 20px;
    line-height: 1;

    margin: 0;
}
@media (max-width: 1199px)
{
    .footer .foot .foot-right .title-message h3
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .footer .foot .foot-right .title-message h3
    {
        font-size: 16px;
    }
}
.footer .foot .foot-right form
{
    margin-top: 10px;

    text-align: left;
}
.footer .foot .foot-right input,
.footer .foot .foot-right textarea
{
    line-height: 32px;

    width: 100%;
    margin-top: 10px;
    padding: 0 10px;

    resize: vertical;

    color: #fff;
    border: 1px solid #057cce;
    outline: none;
    background: none;
}
.footer .foot .foot-right input::-webkit-input-placeholder,
.footer .foot .foot-right textarea::-webkit-input-placeholder
{
    color: rgba(255, 255, 255, .5);
}
.footer .foot .foot-right input:-o-placeholder,
.footer .foot .foot-right textarea:-o-placeholder
{
    color: rgba(255, 255, 255, .5);
}
.footer .foot .foot-right input::-moz-placeholder,
.footer .foot .foot-right textarea::-moz-placeholder
{
    color: rgba(255, 255, 255, .5);
}
.footer .foot .foot-right input:-ms-input-placeholder,
.footer .foot .foot-right textarea:-ms-input-placeholder
{
    color: rgba(255, 255, 255, .5);
}
.footer .foot .foot-right input:focus::-webkit-input-placeholder,
.footer .foot .foot-right textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot .foot-right input:focus::-o-placeholder,
.footer .foot .foot-right textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.footer .foot .foot-right input:focus::-moz-placeholder,
.footer .foot .foot-right textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.footer .foot .foot-right input:focus::-ms-input-placeholder,
.footer .foot .foot-right textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot .foot-right .submit
{
    line-height: 30px;

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

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

    color: rgba(255, 255, 255, .5);
    border-radius: 0;
    background-color: #057cce;
}
.footer .foot .foot-right .submit:hover
{
    background-color: #33a0ea;
}
.footer .foot .foot-right .row
{
    margin: 0 -4px;
}
.footer .foot .foot-right .itembox
{
    padding: 0 4px;
}
.footer .copyright
{
    font-size: 14px;

    padding: 20px 0;

    background-color: #063593;
}
@media (max-width: 1199px)
{
    .footer .copyright
    {
        padding: 10px 0;

        text-align: center;
    }
}
.footer .copyright p
{
    font-size: 14px;
    line-height: 30px;

    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .footer .copyright p
    {
        line-height: 24px;

        display: block;
        float: none;
    }
}
.footer .copyright a.power
{
    line-height: 24px;

    display: inline-block;
    float: right;

    margin-left: 30px;
}
@media (max-width: 1199px)
{
    .footer .copyright a.power
    {
        display: block;
        float: none;
    }
}
.footer .copyright a.power:hover
{
    text-decoration: underline;

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

    padding: 40px 0;
}
@media (max-width: 991px)
{
    .inner
    {
        padding: 40px 0;
    }
}
.title-in
{
    text-align: center;
}
.title-in h2
{
    font-size: 36px;
    line-height: 1;

    margin: 0;
}
@media (max-width: 1350px)
{
    .title-in h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .title-in h2
    {
        font-size: 24px;
    }
}
.title-in h3
{
    font-family: 'Tungsten';
    font-size: 48px;
    line-height: 1;

    margin: 10px 0 0 0;

    text-transform: uppercase;

    color: #0d49c3;
}
@media (max-width: 1350px)
{
    .title-in h3
    {
        font-size: 38px;
    }
}
@media (max-width: 991px)
{
    .title-in h3
    {
        font-size: 28px;
    }
}
.inside-nav
{
    position: relative;

    overflow: hidden;
    overflow-x: auto;

    border-bottom: 1px solid #ddd;

    -webkit-overflow-scrolling: touch;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
.inside-nav::-webkit-scrollbar
{
    width: 5px;
    height: 5px;

    background-color: #fefefe;
}
.inside-nav::-webkit- scrollbar-track
{
    border-radius: 5px;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.inside-nav::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .1);
}
.inside-nav::-webkit- scrollbar-thumb:hover
{
    border-radius: 5px;
    background: rgba(0, 0, 0, .3);
}
.inside-nav .nav-wrap
{
    position: relative;
    z-index: 2;
}
@media (max-width: 1199px)
{
    .inside-nav .nav-wrap
    {
        display: block;
    }
}
@media (max-width: 767px)
{
    .inside-nav .nav-wrap
    {
        background: none;
    }
}
.inside-nav .nav-wrap ul
{
    position: relative;

    white-space: nowrap;

    border-left: 1px solid #ddd;
}
.inside-nav .nav-wrap ul > li
{
    position: relative;

    display: inline-block;

    vertical-align: top;

    border-right: 1px solid #ddd;
}
.inside-nav .nav-wrap ul > li > a
{
    font-size: 18px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 15px 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1199px)
{
    .inside-nav .nav-wrap ul > li > a
    {
        font-size: 16px;

        padding: 10px 20px;
    }
}
@media (max-width: 767px)
{
    .inside-nav .nav-wrap ul > li > a
    {
        font-size: 15px;

        color: #666;
    }
}
.inside-nav .nav-wrap ul > li > a:after
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 0;
    height: 3px;

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

    background-color: #0d49c3;
}
.inside-nav .nav-wrap ul > li.active > a,
.inside-nav .nav-wrap ul > li:hover > a
{
    color: #0d49c3;
}
.inside-nav .nav-wrap ul > li.active > a:after,
.inside-nav .nav-wrap ul > li:hover > a:after
{
    width: 100%;
}
.inside-nav .location
{
    display: inline-block;
    float: right;

    color: #999;
}
@media (max-width: 1199px)
{
    .inside-nav .location
    {
        display: block;
        float: none;

        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
    }
}
.inside-nav .location:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

    margin-right: 4px;

    content: '\e64c';
    vertical-align: middle;
}
.inside-nav .location span,
.inside-nav .location ul
{
    display: inline-block;

    vertical-align: middle;
}
.inside-nav .location ul > li
{
    display: inline-block;

    vertical-align: top;
}
.inside-nav .location ul > li:after
{
    content: '>';
}
.inside-nav .location ul > li:last-child:after
{
    display: none;
}
.inside-nav .location ul > li a
{
    line-height: 30px;

    display: inline-block;

    padding: 20px 4px;
}
@media (max-width: 767px)
{
    .inside-nav .location ul > li a
    {
        padding: 4px;
    }
}
.inside-nav .location ul > li a:hover
{
    text-decoration: underline;

    color: #0d49c3;
}
.inner-about
{
    background-color: #f9f9f9;
}
.inner-about .title-about h2
{
    font-size: 36px;
    font-weight: bold;
    line-height: 1;

    margin: 0;

    color: #0d49c3;
}
@media (max-width: 1350px)
{
    .inner-about .title-about h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .inner-about .title-about h2
    {
        font-size: 24px;
    }
}
.inner-about .title-about h2 span
{
    font-family: 'Tungsten';
    font-size: 48px;

    display: inline-block;

    vertical-align: middle;
    text-transform: uppercase;

    color: rgba(217, 216, 216, .4);
}
@media (max-width: 1350px)
{
    .inner-about .title-about h2 span
    {
        font-size: 38px;
    }
}
@media (max-width: 991px)
{
    .inner-about .title-about h2 span
    {
        font-size: 28px;
    }
}
.inner-about .about-info
{
    font-size: 0;

    margin-top: 30px;

    background-color: #fff;
}
.inner-about .about-info .text,
.inner-about .about-info .pic
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .inner-about .about-info .text,
    .inner-about .about-info .pic
    {
        width: 100%;
    }
}
.inner-about .about-info .text
{
    padding: 20px;

    color: #666;
}
.inner-about .about-info .text p
{
    line-height: 2.25;
}
@media (max-width: 1350px)
{
    .inner-about .about-info .text p
    {
        line-height: 2;
    }
}
@media (max-width: 1199px)
{
    .inner-about .about-info .text p
    {
        font-size: 14px;
    }
}
.inner-about .about-info .pic img
{
    max-width: 100%;
}
.inner-about .culture
{
    padding-top: 70px;
}
.inner-about .culture .list
{
    margin-top: 20px;
}
.inner-about .culture .list > ul > li:nth-child(2n) .item .pic
{
    left: 50%;
}
@media (max-width: 767px)
{
    .inner-about .culture .list > ul > li:nth-child(2n) .item .pic
    {
        left: 0;
    }
}
.inner-about .culture .list > ul > li:nth-child(2n) .item .note
{
    right: 50%;
}
@media (max-width: 767px)
{
    .inner-about .culture .list > ul > li:nth-child(2n) .item .note
    {
        right: 0;
    }
}
.inner-about .culture .list .item
{
    font-size: 0;

    margin-top: 16px;

    background-color: #fff;
}
.inner-about .culture .list .item .note,
.inner-about .culture .list .item .pic
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .inner-about .culture .list .item .note,
    .inner-about .culture .list .item .pic
    {
        width: 100%;
    }
}
.inner-about .culture .list .item .pic
{
    overflow: hidden;
}
.inner-about .culture .list .item .pic img{
	 -webkit-transition: all 1s;
    transition: all 1s;
}
   
@media (max-width: 767px)
{
    .inner-about .culture .list .item .pic img
    {
        width: 100%;
    }
}
.inner-about .culture .list .item .note
{
    padding: 20px 5%;
}
.inner-about .culture .list .item .note .title-note h3
{
    font-size: 28px;
    font-weight: bold;
    line-height: 50px;

    display: inline-block;

    margin: 0;

    color: #c9c9c9;
    border-bottom: 1px solid #eceaea;
}
@media (max-width: 1199px)
{
    .inner-about .culture .list .item .note .title-note h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .inner-about .culture .list .item .note .title-note h3
    {
        font-size: 20px;
        line-height: 30px;
    }
}
.inner-about .culture .list .item .note .title-note h3 span
{
    font-family: 'Tungsten';
    font-size: 36px;

    text-transform: uppercase;

    color: #d8d8d8;
}
@media (max-width: 1199px)
{
    .inner-about .culture .list .item .note .title-note h3 span
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .inner-about .culture .list .item .note .title-note h3 span
    {
        font-size: 24px;
    }
}
.inner-about .culture .list .item .note .desc
{
    margin-top: 14px;

    color: #666;
}
.inner-about .culture .list .item .note .desc p
{
    font-size: 28px;
    line-height: 1.35714286;

    margin: 0;
}
@media (max-width: 1199px)
{
    .inner-about .culture .list .item .note .desc p
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .inner-about .culture .list .item .note .desc p
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .inner-about .culture .list .item .note .desc p
    {
        font-size: 16px;
    }
}
.inner-about .culture .list .item:hover .pic img{
	    -webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	    transform: scale(1.1);
}
.inner-corporate .corporate .itembox
{
    font-size: 0;

    position: relative;

    margin-top: 40px;
}
@media (max-width: 767px)
{
    .inner-corporate .corporate .itembox
    {
        margin-top: 20px;
    }
}
.inner-corporate .corporate .itembox .item
{
    display: block;
}
.inner-corporate .corporate .itembox .item .i-box
{
    padding-bottom: 60.97560976%;
}
.inner-corporate .corporate .itembox .item .i-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-corporate .corporate .itembox .note
{
    padding: 15px;

    background-color: #f0f0f0;
}
@media (max-width: 991px)
{
    .inner-corporate .corporate .itembox .note
    {
        padding: 10px;
    }
}
.inner-corporate .corporate .itembox .note p
{
    font-size: 20px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .inner-corporate .corporate .itembox .note p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .inner-corporate .corporate .itembox .note p
    {
        font-size: 16px;
    }
}
.inner-corporate .corporate .itembox .slick-dots
{
    position: absolute;
    right: 10px;
    bottom: -35px;
}
@media (max-width: 991px)
{
    .inner-corporate .corporate .itembox .slick-dots
    {
        bottom: -30px;
    }
}
.inner-corporate .corporate .itembox .slick-dots li
{
    display: inline-block;

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

    vertical-align: top;

    border-radius: 50%;
    background-color: #dbdada;
}
@media (max-width: 991px)
{
    .inner-corporate .corporate .itembox .slick-dots li
    {
        width: 8px;
        height: 8px;
    }
}
.inner-corporate .corporate .itembox .slick-dots li button
{
    display: none;
}
.inner-corporate .corporate .itembox .slick-dots li.slick-active
{
    background-color: #0d49c3;
}
.inner-technology .technology .item
{
    font-size: 0;

    padding: 60px 0;

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

    border-bottom: 1px solid #f1f1f1;
}
@media (max-width: 1470px)
{
    .inner-technology .technology .item
    {
        padding: 30px 0;
    }
}
.inner-technology .technology .item .note,
.inner-technology .technology .item .pic
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.inner-technology .technology .item .note
{
    width: 78%;
    padding-right: 8%;
}
@media (max-width: 1470px)
{
    .inner-technology .technology .item .note
    {
        width: 72%;
        padding-right: 4%;
    }
}
@media (max-width: 1199px)
{
    .inner-technology .technology .item .note
    {
        width: 68%;
    }
}
@media (max-width: 991px)
{
    .inner-technology .technology .item .note
    {
        width: 60%;
    }
}
@media (max-width: 767px)
{
    .inner-technology .technology .item .note
    {
        width: 100%;
    }
}
.inner-technology .technology .item .note b
{
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .inner-technology .technology .item .note b
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .inner-technology .technology .item .note b
    {
        font-size: 16px;
    }
}
.inner-technology .technology .item .note span.date
{
    line-height: 30px;

    display: block;

    color: #a5a4a4;
}
.inner-technology .technology .item .note p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .inner-technology .technology .item .note p
    {
        margin-top: 4px;
    }
}
.inner-technology .technology .item .note a.more
{
    line-height: 44px;

    display: inline-block;

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

    color: #a5a4a4;
    border: 2px solid #eee;
}
@media (max-width: 767px)
{
    .inner-technology .technology .item .note a.more
    {
        margin-top: 14px;
    }
}
.inner-technology .technology .item .pic
{
    width: 22%;
}
@media (max-width: 1470px)
{
    .inner-technology .technology .item .pic
    {
        width: 28%;
    }
}
@media (max-width: 1199px)
{
    .inner-technology .technology .item .pic
    {
        width: 32%;
    }
}
@media (max-width: 991px)
{
    .inner-technology .technology .item .pic
    {
        width: 40%;
    }
}
@media (max-width: 767px)
{
    .inner-technology .technology .item .pic
    {
        width: 100%;
        margin-top: 20px;
    }
}
.inner-technology .technology .item .pic .i-box
{
    padding-bottom: 61.11111111%;
}
.inner-technology .technology .item .pic .i-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-technology .technology .item:hover
{
    background-color: #f1f1f1;
}
.inner-technology .technology .item:hover .note b
{
    color: #0d49c3;
}
.inner-technology .technology .item:hover .note a.more
{
    color: #fff;
    background-color: #0d49c3;
}
.inner-technology .technology .item:hover .pic .i-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-news .news-top
{
    font-size: 0;
}
.inner-news .news-top .news-left,
.inner-news .news-top .news-right
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.inner-news .news-top .news-left
{
    width: 59%;
}
@media (max-width: 991px)
{
    .inner-news .news-top .news-left
    {
        width: 100%;
    }
}
.inner-news .news-top .news-left .item
{
    background-color: #fff;
}
.inner-news .news-top .news-left .item .pic
{
    padding: 0 10px 0 10px;
}
.inner-news .news-top .news-left .item .pic .i-box
{
    padding-bottom: 58.69565217%;
}
.inner-news .news-top .news-left .item .pic .i-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-news .news-top .news-left .item .note
{
    padding: 30px 10px;
}
@media (max-width: 991px)
{
    .inner-news .news-top .news-left .item .note
    {
        padding: 10px;
    }
}
.inner-news .news-top .news-left .item .note b
{
    font-size: 24px;
    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)
{
    .inner-news .news-top .news-left .item .note b
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .inner-news .news-top .news-left .item .note b
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .inner-news .news-top .news-left .item .note b
    {
        font-size: 16px;
    }
}
.inner-news .news-top .news-left .item .note p
{
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

    color: #666;

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

        height: 48px;
        margin: 0;
    }
}
@media (max-width: 767px)
{
    .inner-news .news-top .news-left .item .note p
    {
        font-size: 14px;
    }
}
.inner-news .news-top .news-left .item .date-more
{
    line-height: 60px;

    padding: 0 14px;

    border-top: 1px solid #eee;
}
.inner-news .news-top .news-left .item .date-more span.date
{
    display: inline-block;

    color: #b0afaf;
}
.inner-news .news-top .news-left .item .date-more a.more
{
    display: inline-block;
    float: right;

    color: #c9c9c9;
}
.inner-news .news-top .news-left .item:hover .pic .i-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-news .news-top .news-left .item:hover .note b
{
    color: #0d49c3;
}
.inner-news .news-top .news-left .item:hover .date-more a.more
{
    color: #0d49c3;
}
.inner-news .news-top .news-right
{
    width: 39%;
    margin-left: 2%;
    padding: 40px 30px;

    background-color: #f6f6f6;
}
@media (max-width: 991px)
{
    .inner-news .news-top .news-right
    {
        width: 100%;
        margin: 0;
        padding: 20px 10px;
    }
}
.inner-news .news-top .news-right .title-news
{
    border-bottom: 1px solid #e1dddd;
}
.inner-news .news-top .news-right .title-news h2
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;
}
.inner-news .news-top .news-right .list > ul > li
{
    padding: 30px 0;

    border-bottom: 1px solid #e1dddd;
}
@media (max-width: 1660px)
{
    .inner-news .news-top .news-right .list > ul > li
    {
        padding: 24px 0;
    }
}
@media (max-width: 1350px)
{
    .inner-news .news-top .news-right .list > ul > li
    {
        padding: 16px 0;
    }
}
.inner-news .news-top .news-right .list > ul > li:nth-child(2)
{
    margin-top: 20px;
}
@media (max-width: 1660px)
{
    .inner-news .news-top .news-right .list > ul > li:nth-child(2)
    {
        margin: 0;
    }
}
.inner-news .news-top .news-right .list .item b
{
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.inner-news .news-top .news-right .list .item span.date
{
    line-height: 24px;

    display: block;

    color: #989898;
}
.inner-news .news-top .news-right .list .item p
{
    font-size: 14px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px)
{
    .inner-news .news-top .news-right .list .item p
    {
        margin-top: 4px;
    }
}
.inner-news .news-top .news-right .list .item:hover b
{
    color: #0d49c3;
}
.inner-news .news .item
{
    position: relative;

    margin-top: 20px;
    padding: 20px 200px 20px 20px;

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

    background-color: #f6f6f6;
}
@media (max-width: 767px)
{
    .inner-news .news .item
    {
        padding: 20px 10px;
    }
}
.inner-news .news .item b
{
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .inner-news .news .item b
    {
        font-size: 16px;
    }
}
.inner-news .news .item span.date
{
    line-height: 24px;

    display: block;

    color: #989898;
}
.inner-news .news .item p
{
    font-size: 14px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 6px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.inner-news .news .item a.more
{
    line-height: 46px;

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

    display: inline-block;

    width: 140px;
    height: 46px;

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

    background-color: #f1efef;
}
@media (max-width: 767px)
{
    .inner-news .news .item a.more
    {
        line-height: 34px;

        position: relative;
        top: 0;
        right: 0;

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

        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }
}
.inner-news .news .item:hover
{
    color: #fff;
    background-color: #0d49c3;
}
.inner-news .news .item:hover span.date
{
    color: #fff;
}
.inner-news .news .item:hover p
{
    color: #fff;
}
.inner-news .news .item:hover a.more
{
    color: #333;
    background-color: #fff;
}
.inner-news-show .news-left
{
    padding-right: 30px;

    border-right: 1px solid #eee;
}
@media (max-width: 991px)
{
    .inner-news-show .news-left
    {
        padding-right: 0;

        border-right: none;
    }
}
.inner-news-show .title-news
{
    position: relative;

    padding-right: 180px;

    border-bottom: 1px solid #eee;
}
@media (max-width: 767px)
{
    .inner-news-show .title-news
    {
        padding-right: 0;
    }
}
.inner-news-show .title-news h1
{
    font-size: 28px;
    line-height: 1.53846154;

    display: block;

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

    position: relative;

    display: inline-block;

    margin-top: 14px;

    color: #999;
}
@media (max-width: 991px)
{
    .inner-news-show .title-news span.date,
    .inner-news-show .title-news span.view
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .inner-news-show .title-news span.date,
    .inner-news-show .title-news span.view
    {
        font-size: 12px;

        margin: 0;
    }
}
.inner-news-show .title-news span.date
{
    margin-right: 20px;
}
@media (max-width: 991px)
{
    .inner-news-show .title-news span.date
    {
        margin-right: 4px;
    }
}
.inner-news-show .title-news .share
{
    position: absolute;
    right: 0;
    bottom: 10px;
}
@media (max-width: 767px)
{
    .inner-news-show .title-news .share
    {
        position: relative;

        margin-top: 10px;

        text-align: center;
    }
}
.inner-news-show .title-news .share > ul > li
{
    display: inline-block;

    margin-left: 10px;

    vertical-align: top;
}
.inner-news-show .title-news .share > ul > li a
{
    font-size: 22px;
    line-height: 40px;

    display: inline-block;

    width: 44px;
    height: 44px;

    text-align: center;

    border: 2px solid #cfcdcd;
    border-radius: 50%;
}
@media (max-width: 767px)
{
    .inner-news-show .title-news .share > ul > li a
    {
        font-size: 18px;
        line-height: 30px;

        width: 34px;
        height: 34px;
    }
}
.inner-news-show .title-news .share > ul > li a:before
{
    font-family: 'iconfont' !important;

    content: '\e62d';

    color: #cfcdcd;
}
.inner-news-show .title-news .share > ul > li a:hover
{
    border-color: #0d49c3;
}
.inner-news-show .title-news .share > ul > li a:hover:before
{
    color: #0d49c3;
}
.inner-news-show .title-news .share > ul > li a.icon-wechat:before
{
    content: '\e604';
}
.inner-news-show .title-news .share > ul > li a.icon-weibo:before
{
    content: '\e626';
}
.inner-news-show .news-show
{
    overflow: hidden;

    padding-top: 30px;

    color: #666;
}
@media (max-width: 991px)
{
    .inner-news-show .news-show
    {
        padding-top: 30px;
    }
}
.inner-news-show .news-show p
{
    font-size: 14px;
    line-height: 2.14285714;

    margin: 0;
}
@media (max-width: 767px)
{
    .inner-news-show .news-show p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-news-show .news-show img
{
    max-width: 100%;
    height: auto !important;
}
.inner-news-show .news-relate
{
    margin-top: 80px;
    padding-top: 40px;

    border-top: 1px solid #eee;
}
@media (max-width: 991px)
{
    .inner-news-show .news-relate
    {
        margin-top: 40px;
        padding-top: 20px;
    }
}
.inner-news-show .news-relate a
{
    font-size: 16px;
    line-height: 60px;

    display: block;
    overflow: hidden;

    height: 60px;
    margin-top: 10px;
    padding: 0 20px;

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

    color: #666;
    border: 1px solid #eee;
    border-radius: 30px;
}
@media (max-width: 991px)
{
    .inner-news-show .news-relate a
    {
        font-size: 14px;
        line-height: 44px;

        height: 44px;
        padding: 0 14px;
    }
}
.inner-news-show .news-relate a:hover
{
    color: #fff;
    background-color: #0d49c3;
}
.inner-news-show .news-right
{
    padding: 30px 20px 60px;

    border: 1px solid #eee;
}
@media (max-width: 991px)
{
    .inner-news-show .news-right
    {
        margin-top: 30px;
        padding: 20px 14px;
    }
}
.inner-news-show .news-right .title-news-relate
{
    border-bottom: 1px solid #eee;
}
.inner-news-show .news-right .title-news-relate h2
{
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;

    margin: 0;
}
.inner-news-show .news-right .list > ul > li
{
    margin-top: 20px;
    padding: 14px 0;

    border-bottom: 1px solid #eee;
}
@media (max-width: 767px)
{
    .inner-news-show .news-right .list > ul > li
    {
        margin: 0;
    }
}
.inner-news-show .news-right .list .item
{
    display: block;
}
.inner-news-show .news-right .list .item b
{
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;

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

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.inner-news-show .news-right .list .item span.date
{
    line-height: 24px;

    display: block;

    color: #989898;
}
.inner-news-show .news-right .list .item p
{
    font-size: 14px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 48px;
    margin: 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.inner-news-show .news-right .list .item:hover b
{
    color: #0d49c3;
}
.inner-product .product-top
{
    position: relative;
}
.inner-product .product-top .pic
{
    overflow: hidden;
}
.inner-product .product-top .pic img
{
    position: relative;
    left: 50%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (max-width: 991px)
{
    .inner-product .product-top .pic img
    {
        max-width: 140%;
    }
}
@media (max-width: 767px)
{
    .inner-product .product-top .pic img
    {
        max-width: 300%;
    }
}
.inner-product .product-top .product-search
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 100%;
    padding: 0 15px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.inner-product .product-top .product-search .title-search
{
    text-align: center;

    color: #fff;
}
.inner-product .product-top .product-search .title-search h1
{
    font-size: 36px;
    font-weight: bold;
    line-height: 1;

    margin: 0;
}
@media (max-width: 991px)
{
    .inner-product .product-top .product-search .title-search h1
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .inner-product .product-top .product-search .title-search h1
    {
        font-size: 24px;
    }
}
.inner-product .product-top .product-search .title-search p
{
    font-size: 16px;
    line-height: 2;

    margin: 10px 0 0 0;
}
@media (max-width: 767px)
{
    .inner-product .product-top .product-search .title-search p
    {
        font-size: 14px;
        line-height: 22px;
    }
}
.inner-product .product-top .product-search form
{
    position: relative;

    overflow: hidden;

    max-width: 510px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 0 50px 0 120px;

    border-radius: 30px;
    background-color: #fff;
}
.inner-product .product-top .product-search form select
{
    font-size: 16px;
    line-height: 50px;

    position: absolute;
    left: 0;

    width: 120px;
    height: 50px;
    padding: 0 10px;

    border: none;
    outline: none;
    /* background: url(../images/select_bg.png) no-repeat right center; */

    -webkit-appearance: none;
}
@media (max-width: 767px)
{
    .inner-product .product-top .product-search form select
    {
        font-size: 15px;
    }
}
.inner-product .product-top .product-search form select option
{
    line-height: 50px;
}
.inner-product .product-top .product-search form .submit
{
    line-height: 50px;

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

    width: 50px;
    height: 50px;

    text-align: center;

    outline: none;
    background: none;
    background: url(../images/search.png) no-repeat center;
}
.inner-product .product-top .product-search form input
{
    line-height: 50px;

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

    border: none;
    outline: none;
}
.inner-product .product .item
{
    display: block;

    margin-top: 50px;

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

    border-bottom: 2px solid #eee;
}
@media (max-width: 991px)
{
    .inner-product .product .item
    {
        margin-top: 30px;
    }
}
.inner-product .product .item .pic
{
    position: relative;

    background-color: #0d49c3;
}
.inner-product .product .item .pic:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;
    line-height: 78px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    display: block;

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

    content: '\e629';
    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    text-align: center;

    opacity: 0;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
}
.inner-product .product .item .i-box
{
    padding-bottom: 68.75%;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.inner-product .product .item .i-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-product .product .item .note
{
    padding: 10px;
}
.inner-product .product .item .note b
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    padding-right: 30%;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .inner-product .product .item .note b
    {
        padding: 0;
    }
}
.inner-product .product .item .note b span
{
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;

    position: absolute;
    right: 0;

    overflow: hidden;

    /* width: 40%; */
    height: 30px;

    text-align: right;

    color: #666;
}
@media (max-width: 767px)
{
    .inner-product .product .item .note b span
    {
        position: relative;

        display: block;

        width: 100%;

        text-align: left;
    }
}
.inner-product .product .item .note p
{
    font-size: 14px;
    line-height: 32px;

    display: -webkit-box;
    overflow: hidden;

    height: 64px;
    margin: 10px 0 0 0;

    color: #939292;

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

        height: 48px;
        margin: 0;
    }
}
@media (min-width: 1200px)
{
    .inner-product .product .item:hover
    {
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .inner-product .product .item:hover .pic:before
    {
        opacity: 1;
    }
    .inner-product .product .item:hover .pic .i-box
    {
        opacity: .5;
    }
    .inner-product .product .item:hover .note b
    {
        color: #0d49c3;
    }
}
.inner-product-show .product-show-left
{
    padding-right: 5%;
}
@media (max-width: 1660px)
{
    .inner-product-show .product-show-left
    {
        padding: 0;
    }
}
.inner-product-show .product-show-left .item .i-box
{
    padding-bottom: 68.75%;
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-right
    {
        margin-top: 20px;
    }
}
.inner-product-show .product-show-right .title-product-show
{
    padding: 10px 0;

    border-bottom: 2px solid #0d49c3;
}
.inner-product-show .product-show-right .title-product-show h1
{
    font-size: 32px;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1470px)
{
    .inner-product-show .product-show-right .title-product-show h1
    {
        font-size: 28px;
    }
}
@media (max-width: 1350px)
{
    .inner-product-show .product-show-right .title-product-show h1
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-right .title-product-show h1
    {
        font-size: 20px;
    }
}
.inner-product-show .product-show-right .title-product-right
{
    margin-top: 14px;
}
.inner-product-show .product-show-right .title-product-right h2
{
    font-size: 22px;
    line-height: 1.36363636;

    margin: 0;
}
@media (max-width: 1470px)
{
    .inner-product-show .product-show-right .title-product-right h2
    {
        font-size: 18px;
    }
}
@media (max-width: 1350px)
{
    .inner-product-show .product-show-right .title-product-right h2
    {
        font-size: 16px;
    }
}
.inner-product-show .product-show-right .text
{
    min-height: 200px;
    margin-top: 20px;
}
@media (max-width: 1660px)
{
    .inner-product-show .product-show-right .text
    {
        min-height: 170px;
    }
}
@media (max-width: 1470px)
{
    .inner-product-show .product-show-right .text
    {
        min-height: 160px;
    }
}
@media (max-width: 1350px)
{
    .inner-product-show .product-show-right .text
    {
        min-height: 140px;
    }
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-right .text
    {
        min-height: auto;
    }
}
.inner-product-show .product-show-right .text p
{
    font-size: 14px;
    line-height: 32px;

    position: relative;

    min-height: 32px;
    padding-left: 70px;

    color: #666;
}
@media (max-width: 1350px)
{
    .inner-product-show .product-show-right .text p
    {
        line-height: 24px;

        min-height: 24px;
    }
}
.inner-product-show .product-show-right .text p span
{
    position: absolute;
    top: 0;
    left: 0;

    width: 70px;

    color: #333;
}
.inner-product-show .product-show-right .tel
{
    padding: 20px 0;

    color: #0d49c3;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
@media (max-width: 1470px)
{
    .inner-product-show .product-show-right .tel
    {
        padding: 10px 0;
    }
}
.inner-product-show .product-show-right .tel p
{
    font-family: Impact, Arial;
    font-size: 48px;
    line-height: 60px;
}
@media (max-width: 1660px)
{
    .inner-product-show .product-show-right .tel p
    {
        font-size: 38px;
        line-height: 50px;
    }
}
@media (max-width: 1350px)
{
    .inner-product-show .product-show-right .tel p
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-right .tel p
    {
        font-size: 24px;
        line-height: 40px;
    }
}
.inner-product-show .product-show-right .tel p:before
{
    font-family: 'iconfont' !important;
    font-size: 38px;
    line-height: 60px;

    display: inline-block;
    float: left;

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

    content: '\e62c';
    text-align: center;
    vertical-align: middle;

    border: 1px solid #0d49c3;
    border-radius: 50%;
}
@media (max-width: 1660px)
{
    .inner-product-show .product-show-right .tel p:before
    {
        font-size: 30px;
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-right .tel p:before
    {
        font-size: 24px;
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.inner-product-show .product-show-right .link
{
    margin-top: 40px;
}
@media (max-width: 1660px)
{
    .inner-product-show .product-show-right .link
    {
        margin-top: 20px;
    }
}
@media (max-width: 1350px)
{
    .inner-product-show .product-show-right .link
    {
        margin-top: 10px;
    }
}
.inner-product-show .product-show-right .link ul
{
    font-size: 0;

    margin: 0 -10px;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-right .link ul
    {
        margin: 0 -2px;
    }
}
.inner-product-show .product-show-right .link ul li
{
    font-size: 14px;

    display: inline-block;

    width: 25%;
    margin-top: 10px;
    padding: 0 10px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-right .link ul li
    {
        padding: 0 2px;
    }
}
.inner-product-show .product-show-right .link ul li a
{
    font-size: 16px;
    line-height: 50px;

    display: block;

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

    color: #fff;
    background-color: #818080;
}
@media (max-width: 1350px)
{
    .inner-product-show .product-show-right .link ul li a
    {
        line-height: 40px;
    }
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-right .link ul li a
    {
        font-size: 14px;
    }
}
.inner-product-show .product-show-right .link ul li a:hover
{
    color: #fff;
    background-color: #0d49c3;
}
.inner-product-show .parameter
{
    padding-top: 50px;
}
.inner-product-show .parameter .parameter-sort
{
    overflow: hidden;
}
.inner-product-show .parameter .parameter-sort ul
{
    margin-right: -15px;
    margin-left: -15px;

    background-color: #f3f3f3;
}
.inner-product-show .parameter .parameter-sort ul > li
{
    display: inline-block;

    vertical-align: top;
}
.inner-product-show .parameter .parameter-sort ul > li a
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    padding: 15px 30px;
}
@media (max-width: 767px)
{
    .inner-product-show .parameter .parameter-sort ul > li a
    {
        font-size: 15px;

        padding: 10px;
    }
}
.inner-product-show .parameter .parameter-sort ul > li a.active
{
    color: #fff;
    background-color: #0d49c3;
}
.inner-product-show .parameter-list
{
    padding-top: 20px;

    color: #666;
}
.inner-product-show .parameter-list p
{
    font-size: 14px;
    line-height: 32px;
}
.inner-product-show .parameter-list .title-technical
{
    padding: 10px 0;

    border-bottom: 2px solid #f3f3f3;
}
.inner-product-show .parameter-list .title-technical h2
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
}
.inner-product-show .parameter-list .table-box{
	overflow-x: auto;
}
.inner-product-show .parameter-list .technical
{
    margin-top: 30px;
}
.inner-product-show .parameter-list .technical table
{
    font-size: 16px;
max-width: 100%;
    width: 100%;
}
@media (max-width: 991px)
{
    .inner-product-show .parameter-list .technical table
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .inner-product-show .parameter-list .technical table
    {
        font-size: 13px;
    }
}
.inner-product-show .parameter-list .technical table th
{
    background-color: #f3f3f3;
}
.inner-product-show .parameter-list .technical table td,
.inner-product-show .parameter-list .technical table th
{
    font-weight: normal;
    line-height: 30px;

    /* width: 25%; */
    padding: 10px 20px;

    border: 1px solid #eee;
}
@media (max-width: 991px)
{
    .inner-product-show .parameter-list .technical table td,
    .inner-product-show .parameter-list .technical table th
    {
        line-height: 24px;

        padding: 10px;
    }
}
.inner-product-show .parameter-list .technical table td
{
    color: #7b7b7b;
}
.inner-product-show .parameter-list .technical table td:nth-child(1)
{
    color: #333;
}
.inner-product-show .parameter-list.relate-wrap
{
    padding-top: 50px;
}
.inner-product-show .relate-product .item
{
    display: block;

    margin-top: 30px;

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

    border-bottom: 2px solid #eee;
}
.inner-product-show .relate-product .item .pic
{
    position: relative;

    background-color: #0d49c3;
}
.inner-product-show .relate-product .item .pic:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;
    line-height: 78px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    display: block;

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

    content: '\e629';
    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    text-align: center;

    opacity: 0;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
}
.inner-product-show .relate-product .item .i-box
{
    padding-bottom: 68.75%;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.inner-product-show .relate-product .item .i-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-product-show .relate-product .item .note
{
    padding: 10px;
}
.inner-product-show .relate-product .item .note b
{
    font-size: 16px;
    font-weight: bold;
    font-weight: normal;
    line-height: 30px;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    padding-right: 30%;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .inner-product-show .relate-product .item .note b
    {
        padding: 0;
    }
}
.inner-product-show .relate-product .item .note b span
{
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;

    position: absolute;
    right: 0;

    overflow: hidden;

    width: 30%;
    height: 30px;

    text-align: right;

    color: #666;
}
@media (max-width: 767px)
{
    .inner-product-show .relate-product .item .note b span
    {
        position: relative;

        display: block;

        width: 100%;

        text-align: left;
    }
}
.inner-product-show .relate-product .item .note p
{
    font-size: 14px;
    line-height: 32px;

    display: -webkit-box;
    overflow: hidden;

    height: 64px;
    margin: 10px 0 0 0;

    color: #939292;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px)
{
    .inner-product-show .relate-product .item .note p
    {
        line-height: 24px;

        height: 48px;
        margin: 0;
    }
}
@media (min-width: 1200px)
{
    .inner-product-show .relate-product .item:hover
    {
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .inner-product-show .relate-product .item:hover .pic:before
    {
        opacity: 1;
    }
    .inner-product-show .relate-product .item:hover .pic .i-box
    {
        opacity: .5;
    }
    .inner-product-show .relate-product .item:hover .note b
    {
        color: #0d49c3;
    }
}
.navFix
{
    position: fixed;
    z-index: 9;
    top: 80px;
    left: 0;

    width: 100%;

    background-color: #f3f3f3;
}
@media (max-width: 1199px)
{
    .navFix
    {
        top: 60px;
    }
}
.navFix ul
{
    margin: 0 !important;
}
.inner-contact
{
    padding-top: 0;

    background-color: #f7f7f7;
}
.inner-contact .contactbox
{
    padding: 70px 30px 30px 30px;

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .inner-contact .contactbox
    {
        padding: 30px 10px;
    }
}
.inner-contact .contact
{
    margin-top: 30px;
}
.inner-contact .contact > ul
{
    font-size: 0;
}
@media (max-width: 991px)
{
    .inner-contact .contact > ul
    {
        margin: 0 -5px;
    }
}
.inner-contact .contact > ul > li
{
    font-size: 14px;

    display: inline-block;

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

    vertical-align: top;
}
@media (max-width: 1350px)
{
    .inner-contact .contact > ul > li
    {
        width: 50%;
    }
}
@media (max-width: 991px)
{
    .inner-contact .contact > ul > li
    {
        width: 50%;
        margin-top: 10px;
        padding: 0 5px;
    }
}
.inner-contact .contact .item
{
    font-size: 0;

    background-color: #f0f0f0;
}
.inner-contact .contact .item .pic,
.inner-contact .contact .item .text
{
    display: inline-block;

    width: 50%;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .inner-contact .contact .item .pic
    {
        width: 100%;
    }
}
.inner-contact .contact .item .pic .i-box
{
    padding-bottom: 128.57142857%;
}
.inner-contact .contact .item .text
{
    padding: 20px;
}
@media (max-width: 1660px)
{
    .inner-contact .contact .item .text
    {
        padding: 10px;
    }
}
@media (max-width: 991px)
{
    .inner-contact .contact .item .text
    {
        width: 100%;
    }
}
.inner-contact .contact .item .text .title-contact
{
    padding-bottom: 10px;

    border-bottom: 1px solid #e4e3e3;
}
.inner-contact .contact .item .text .title-contact h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 991px)
{
    .inner-contact .contact .item .text .title-contact h3
    {
        font-size: 18px;
    }
}
.inner-contact .contact .item .text .note
{
    margin-top: 20px;
}
@media (max-width: 1660px)
{
    .inner-contact .contact .item .text .note
    {
        margin-top: 10px;
    }
}
.inner-contact .contact .item .text .note h4
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
}
.inner-contact .contact .item .text .note p
{
    font-size: 14px;
    line-height: 30px;

    margin: 0;

    word-break: break-word;
}
@media (max-width: 991px)
{
    .inner-contact .contact .item .text .note p
    {
        font-size: 13px;
        line-height: 24px;
    }
}
.inner-contact .contact .item .text .note a:hover
{
    text-decoration: underline;

    color: #0d49c3;
}
.inner-contact .contact .item .text .erweima
{
    margin-top: 20px;
}
@media (max-width: 1660px)
{
    .inner-contact .contact .item .text .erweima
    {
        margin-top: 10px;
    }
}
.inner-contact .contact .item .text .erweima img
{
    max-width: 130px;
}
@media (max-width: 1470px)
{
    .inner-contact .contact .item .text .erweima img
    {
        max-width: 100px;
    }
}
@media (max-width: 1350px)
{
    .inner-contact .contact .item .text .erweima img
    {
        max-width: 130px;
    }
}
@media (max-width: 767px)
{
    .inner-contact .contact .item .text .erweima img
    {
        max-width: 80px;
    }
}
.inner-contact .map
{
    font-size: 0;

    margin-top: 50px;

    background-color: #0d49c3;
}
.inner-contact .map .text,
.inner-contact .map .mapwrap
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.inner-contact .map .text
{
    width: 30%;
    padding: 20px;

    color: #fff;
}
@media (max-width: 1660px)
{
    .inner-contact .map .text
    {
        padding: 20px 10px;
    }
}
@media (max-width: 991px)
{
    .inner-contact .map .text
    {
        width: 40%;
    }
}
@media (max-width: 767px)
{
    .inner-contact .map .text
    {
        width: 100%;
    }
}
.inner-contact .map .text h1
{
    font-size: 16px;
    line-height: 36px;

    margin: 0;
}
.inner-contact .map .text p
{
    font-size: 14px;
    line-height: 30px;

    margin: 0;
}
.inner-contact .map .text .erweima
{
    display: inline-block;

    margin-top: 20px;

    text-align: center;
}
.inner-contact .map .text .erweima img
{
    display: block;

    border: 5px solid #0c8be3;
}
.inner-contact .map .text .erweima span
{
    line-height: 30px;

    display: block;

    margin: 10px 0 0 0;
}
.inner-contact .map .mapwrap
{
    width: 70%;
    height: 440px;
}
@media (max-width: 991px)
{
    .inner-contact .map .mapwrap
    {
        width: 60%;
    }
}
@media (max-width: 767px)
{
    .inner-contact .map .mapwrap
    {
        font-size: 12px;

        width: 100%;
        height: 300px;
    }
}
.inner-contact .message
{
    position: relative;

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

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .inner-contact .message
    {
        margin-top: 30px;
        padding: 30px 10px;
    }
}
.inner-contact .message::before
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 15%;

    content: '';

    background-color: #f7f7f7;
}
.inner-contact .message input,
.inner-contact .message textarea
{
    line-height: 24px;

    width: 100%;
    margin-top: 20px;
    padding: 15px 10px;

    border: 1px solid #eee;
    outline: none;
    background: none;
}
@media (max-width: 767px)
{
    .inner-contact .message input,
    .inner-contact .message textarea
    {
        padding: 10px;
    }
}
.inner-contact .message input::-webkit-input-placeholder,
.inner-contact .message textarea::-webkit-input-placeholder
{
    color: #bebebe;
}
.inner-contact .message input:-o-placeholder,
.inner-contact .message textarea:-o-placeholder
{
    color: #bebebe;
}
.inner-contact .message input::-moz-placeholder,
.inner-contact .message textarea::-moz-placeholder
{
    color: #bebebe;
}
.inner-contact .message input:-ms-input-placeholder,
.inner-contact .message textarea:-ms-input-placeholder
{
    color: #bebebe;
}
.inner-contact .message input:focus::-webkit-input-placeholder,
.inner-contact .message textarea:focus::-webkit-input-placeholder
{
    color: #eee;
}
.inner-contact .message input:focus::-o-placeholder,
.inner-contact .message textarea:focus::-o-placeholder
{
    color: #eee;
}
.inner-contact .message input:focus::-moz-placeholder,
.inner-contact .message textarea:focus::-moz-placeholder
{
    color: #eee;
}
.inner-contact .message input:focus::-ms-input-placeholder,
.inner-contact .message textarea:focus::-ms-input-placeholder
{
    color: #eee;
}
.inner-contact .message .submit
{
    line-height: 50px;

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

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

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #0d49c3;
}
.inner-contact .message .submit:hover
{
    background-color: #015d9d;
}
.inner-contact .message .pic
{
    margin-top: 20px;
}
.inner-contact .message .pic img
{
    width: 100%;
}
.page
{
    padding-top: 70px;

    text-align: center;
}
@media (max-width: 991px)
{
    .page
    {
        padding-top: 40px;
    }
}
.page a
{
    font-size: 16px;
	width: 38px;
	height: 38px;
    line-height: 36px;

    display: inline-block;

    margin: 0 10px;
    padding: 0 4px;
	border: 1px solid #dcdcdc;
    color: #999;
	border-radius: 50%;
}
@media (max-width: 991px)
{
    .page a
    {
        font-size: 14px;

        padding: 0 4px;
    }
}
.page a:hover,
.page a.active
{
    color: #ffffff;
    background-color:#0d49c3;
    border-color:#0d49c3;
}
.lazy
{
    background-image: url(../js/slick/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.zoomDiv
{
    z-index: 8;

    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;
    }
}
.fancybox-slide--iframe .fancybox-content
{
    width: 733px;
    max-width: 80%;
    height: 500px;
    max-height: 50%;
    margin: 0;
}
#google_translate_element
{
    float: right;

    margin-top: 48px;
    margin-left: 30px;
}
@media (max-width: 1199px)
{
    #google_translate_element
    {
        display: none;
    }
}
a
{
    color: inherit;
}
a:hover
{
    color: inherit;
}
.wrap-zhuanli
{
    display: none;
    overflow: hidden;

    border-radius: 10px;
}
.wrap-zhuanli .zhuanli
{
    max-width: 1230px;
    margin: 0 auto;
}
.wrap-zhuanli .zhuanli .list
{
    overflow-y: auto;

    max-height: 600px;
    margin-top: 20px;
}
.wrap-zhuanli .zhuanli .list::-webkit-scrollbar
{
    position: absolute;
    left: 0;

    width: 4px;
}
.wrap-zhuanli .zhuanli .list::-webkit-scrollbar-track
{
    background-color: #e5e5e5;
}
.wrap-zhuanli .zhuanli .list::-webkit-scrollbar-thumb
{
    background-color: #135494;
}
.wrap-zhuanli .zhuanli ul
{
    font-size: 0;

    overflow: hidden;

    margin: 0;
}
.wrap-zhuanli .zhuanli ul li
{
    font-size: 14px;

    display: inline-block;
    float: none;

    padding: 0;

    vertical-align: top;
}
.wrap-zhuanli .zhuanli .item
{
    display: block;

    padding: 8px;
}
.wrap-zhuanli .zhuanli .item img
{
    width: 100%;
}
.wrap-chengguo
{
    display: none;
    overflow: hidden;

    border-radius: 10px;
}
.wrap-chengguo .chengguo
{
    max-width: 1230px;
    margin: 0 auto;
}
.wrap-chengguo .text
{
    overflow-y: auto;

    max-height: 600px;
    margin-top: 20px;
    padding: 20px;
}
.wrap-chengguo .text::-webkit-scrollbar
{
    position: absolute;
    left: 0;

    width: 4px;
}
.wrap-chengguo .text::-webkit-scrollbar-track
{
    background-color: #e5e5e5;
}
.wrap-chengguo .text::-webkit-scrollbar-thumb
{
    background-color: #135494;
}
.wrap-chengguo .text p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-chengguo .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-chengguo .text p
    {
        font-size: 14px;
    }
}
.wrap-chengguo .text .fangkuai
{
    display: inline-block;

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

    vertical-align: middle;

    background-color: #135494;
}
.wrap-technological .technological .item .text h4 a.more
{
    font-size: 14px;

    display: inline-block;
    float: right;

    cursor: pointer;
}
.wrap-technological .technological .item .text h4 a.more:hover
{
    color: #0d49c3;
}
.inner-news-show{
	overflow: visible;
}
.social-share .icon-qq:hover,
.social-share .icon-wechat:hover,
.social-share .icon-weibo:hover{
	background: none;
}
.social-share .icon-wechat .wechat-qrcode p{
	font-size: 12px;
}
.inner-product .product .title-product
{
    padding: 15px 20px;

    background-color: #ececec;
}
.inner-product .product .title-product h2
{
    font-size: 16px;
    line-height: 30px;

    margin: 0;
}
.inner-product .product-other
{
    padding-top: 54px;
}
@media (max-width: 767px)
{
    .inner-product .product-other
    {
        padding-top: 34px;
    }
}
.inner-product .product-other .item
{
    margin-top: 30px;
}
.innerwrap{
	/* overflow: hidden; */
}
.inner-contact .contact .item{
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.inner-contact .contact .item:hover{
	background-color: #0d49c3;
	color: #FFFFFF;
}
.inner-contact .contact .item .text .note p a:hover{
	text-decoration: underline;
	color: #fff;
}