/**
 * style.less
 * 层叠样式表
 */
.ff
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'D-DIN Condensed';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/D-DINCondensed.eot');
    src: local('D-DIN Condensed'), local('D-DINCondensed'), url('../fonts/D-DINCondensed.eot?#iefix') format('embedded-opentype'), url('../fonts/D-DINCondensed.woff2') format('woff2'), url('../fonts/D-DINCondensed.woff') format('woff'), url('../fonts/D-DINCondensed.ttf') format('truetype'), url('../fonts/D-DINCondensed.svg#D-DINCondensed') format('svg');
    font-display: swap;
}
.textcolor
{
    background-image: -webkit-linear-gradient(right, #18a7a3, #0f74e8);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}
.bgcolor
{
    background: -webkit-gradient(linear, right top, left top, from(#18a7a3), to(#0f74e8));
    background: -webkit-linear-gradient(right, #18a7a3, #0f74e8);
    background:         linear-gradient(right, #18a7a3, #0f74e8);
}
.fz-16
{
    font-size: 16px;
    line-height: 2.25;
}
@media (max-width: 767px)
{
    .fz-16
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.fz-16 p
{
    margin: 0;
}
.fz0
{
    font-size: 0;
}
.dib
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
body
{
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;

    color: #000;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-arrow
{
    font-size: 30px;
    line-height: 70px;

    position: absolute;
    z-index: 8;
    right: 70px;
    bottom: 0;

    width: 70px;
    height: 70px;
    padding: 0;

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

    color: #046fd4;
    border: none;
    background: none;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .slick-arrow
    {
        font-size: 24px;
        line-height: 50px;

        right: 50px;

        width: 50px;
        height: 50px;
    }
}
.slick-arrow:before
{
    font-family: 'iconfont' !important;

    display: block;

    content: '\e625';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.slick-arrow.slick-next
{
    right: 0;
}
.slick-arrow.slick-next:before
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.slick-arrow:hover
{
    color: rgba(255, 255, 255, .5);
    background-color: #046fd4;
}
.slick-dots
{
    text-align: center;
}
.slick-dots li
{
    display: inline-block;

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

    vertical-align: top;

    border-radius: 50%;
    background-color: #d4d4d4;
}
@media (max-width: 991px)
{
    .slick-dots li
    {
        width: 10px;
        height: 10px;
        margin: 0 6px;
    }
}
.slick-dots li button
{
    display: none;
}
.slick-dots li.slick-active
{
    background-color: #046fd4;
}
@-ms-viewport
{
    width: auto !important;
}
li,
ol,
ul
{
    list-style: none;
}
a
{
    color: inherit;
}
a:hover,
a:link,
a:visited
{
    text-decoration: none;

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

    -webkit-appearance: none;
}
ul
{
    margin: 0;
    padding: 0;
}
button,
input,
textarea
{
    border: none;
    outline: none;
}
a[data-fancybox]
{
    outline: none;
}
a[data-fancybox] img
{
    outline: none !important;
}
.slick-slide
{
    outline: none;
}
.slick-slide a
{
    outline: none !important;
}
img[data-lazy]
{
    background: url(../jquery/carousel/ajax-loader.gif) no-repeat center;
}
img.lazy
{
    min-width: 1px;
    min-height: 1px;

    background: url(../jquery/carousel/ajax-loader.gif) no-repeat center;
}
@media (min-width: 1200px)
{
    .wow
    {
        visibility: hidden;
    }
}
.lazy
{
    background-image: url(../jquery/carousel/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list,
.slick-slide img,
.slick-slider .slick-track img,
.slick-slider .slick-list img
{
    -webkit-transform: translateZ(1px);
    -webkit-transform: translate3d(0, 0, 1px);
            transform: translateZ(1px);
            transform: translate3d(0, 0, 1px);

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.at-resp-share-element .at-share-btn
{
    margin-bottom: 0 !important;
}
.transform-0
{
    -webkit-transform: translate(0) !important;
        -ms-transform: translate(0) !important;
            transform: translate(0) !important;
}
.slick-disabled
{
    cursor: no-drop;

    opacity: .5;
}
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 (max-width: 767px)
{
    .col-xs-6:nth-child(2n+1)
    {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n)
    {
        padding-left: 7.5px;
    }
}
input[type=number]
{
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    margin: 0;

    -webkit-appearance: none;
}
.ibox
{
    position: relative;
    z-index: 1;

    display: block;
    overflow: hidden;

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

    display: block;

    width: 100%;
    height: 100%;
}
.fancybox-slide--iframe .fancybox-content
{
    width: 733px !important;
    max-width: 80%;
    height: 500px !important;
    max-height: 50% !important;
    margin: 0;
}
.fancybox-caption
{
    font-size: 16px;

    text-align: center;

    border: none;
}
.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;
    }
}
/*.table-box {
   overflow: auto;
   width: 100%;
   max-width: 100%;
}
.table-box table {
   line-height: 1.2;
   width: 100%;
   max-width: 100%;
   border-spacing: 0;
   border-collapse: collapse;
   text-align: center;
}
.table-box table tr,
.table-box table td,
.table-box table th {
   width: auto !important;
   height: auto !important;
}
.table-box table td,
.table-box table th {
   font-weight: normal;
   padding: 10px !important;
   border: 1px solid #d6d6d6 !important;
}
@media (max-width: 480px) {
   .table-box table td,
   .table-box table th {
       padding: 8px !important;
   }
}
.table-box table tr p,
.table-box table tr span {
   margin: 0 !important;
   padding: 0 !important;
   background: none !important;
}
.table-box table th {
   text-align: center;
}
.scrollbar::-webkit-scrollbar {
   width: 4px;
   position: absolute;
   left: 0;
   z-index: 2;
}*/
.scrollbar::-webkit-scrollbar-track
{
    background-color: #ebebeb;
}
.scrollbar::-webkit-scrollbar-thumb
{
    background-color: #ccc;
}
.tranform-0
{
    -webkit-transform: translate(0) !important;
        -ms-transform: translate(0) !important;
            transform: translate(0) !important;
}
.header
{
    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;
    height: 120px;

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

        height: 60px;
    }
}
.header .flex
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.header .logo
{
    display: inline-block;
    float: left;

    height: 120px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1470px)
{
    .header .logo
    {
        height: 100px;
    }
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 60px;
    }
}
.header .logo a
{
    display: block;

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

    height: 100%;
}
.header .pc-search
{
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .header .pc-search
    {
        margin: 0;
    }
}
.header .pc-search .search-button
{
    font-size: 24px;
    line-height: 46px;

    display: inline-block;
    overflow: hidden;

    width: 46px;
    height: 46px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #046fd4;
}
.header .pc-search .search-button:before
{
    font-family: 'iconfont' !important;

    content: '\e660';
    text-align: center;
}
.header .pc-search form
{
    position: absolute;
    z-index: 2;
    top: 100%;
    right: 0;

    display: block;
    display: none;
    overflow: hidden;

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

    background-color: rgba(73, 189, 27, .8);
}
@media (max-width: 1199px)
{
    .header .pc-search form
    {
        padding: 15px 50px 15px 15px;
    }
}
.header .pc-search input
{
    font-size: 16px;
    line-height: 30px;

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

    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    outline: none;
    background: none;
}
.header .pc-search input::-webkit-input-placeholder,
.header .pc-search textarea::-webkit-input-placeholder
{
    color: rgba(255, 255, 255, .5);
}
.header .pc-search input:-o-placeholder,
.header .pc-search textarea:-o-placeholder
{
    color: rgba(255, 255, 255, .5);
}
.header .pc-search input::-moz-placeholder,
.header .pc-search textarea::-moz-placeholder
{
    color: rgba(255, 255, 255, .5);
}
.header .pc-search input:-ms-input-placeholder,
.header .pc-search textarea:-ms-input-placeholder
{
    color: rgba(255, 255, 255, .5);
}
.header .pc-search input:focus::-webkit-input-placeholder,
.header .pc-search textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.header .pc-search input:focus::-o-placeholder,
.header .pc-search textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.header .pc-search input:focus::-moz-placeholder,
.header .pc-search textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.header .pc-search input:focus::-ms-input-placeholder,
.header .pc-search textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.header .pc-search .close-search
{
    line-height: 60px;

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

    cursor: pointer;

    color: #fff;
}
@media (max-width: 1199px)
{
    .header .pc-search .close-search
    {
        right: 10px;
    }
}
.header .pc-search .close-search:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    display: block;

    content: '\e629';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.header .pc-search .submit
{
    font-size: 24px;
    line-height: 30px;

    position: absolute;
    top: 10px;
    right: 10%;

    width: 30px;
    padding: 0;

    text-align: center;

    color: #fff;
    outline: none;
    background: none;
    box-shadow: none;
}
@media (max-width: 1199px)
{
    .header .pc-search .submit
    {
        right: 50px;
    }
}
.header .pc-search .submit:before
{
    font-family: 'iconfont' !important;

    content: '\e660';
}
.header .tel
{
    display: inline-block;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;
    vertical-align: middle;
}
.header .tel p
{
    font-family: 'D-DIN Condensed';
    font-size: 30px;
    line-height: 36px;

    margin: 0;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1470px)
{
    .header .tel p
    {
        font-size: 26px;
    }
}
@media (max-width: 1199px)
{
    .header .tel p
    {
        font-size: 20px;
        line-height: 1;
    }
}
.header .tel p .icon
{
    font-size: 24px;
    line-height: 36px;

    display: inline-block;

    width: 36px;
    height: 36px;

    vertical-align: middle;

    color: #fff;
    border-radius: 5px;
    background-color: #d81e24;
}
.header .header-menu
{
    line-height: 36px;

    position: relative;

    display: none;

    width: 36px;
    height: 36px;
    margin-left: 12px;
    padding: 0;

    cursor: pointer;
    text-align: center;

    border-radius: 50%;
    background: none;
    background-color: #254cac;
}
@media (max-width: 1199px)
{
    .header .header-menu
    {
        display: inline-block;

        vertical-align: middle;
    }
    .header .header-menu.header-menu-1
    {
        position: absolute;
        z-index: 9999;
        top: 12px;
        right: 15px;

        display: block;

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

    width: 20px;
    height: 2px;

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

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

    display: block;

    width: 20px;
    height: 2px;

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

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

    opacity: 0;
}
.header .header-menu.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 .header-menu.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 .menu
    {
        display: inline-block;

        -webkit-transition: all .4s;
                transition: all .4s;
        vertical-align: middle;
    }
    .header .menu .logo
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .header .menu
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

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

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

        /* color: #fff; */
        /* background: #046fd4; */
		background-color: #f5f5f5;
    }
    .header .menu .logo
    {
        display: block;
        float: left;

        margin-top: 10px;
        padding-left: 0;
    }
    .header .menu .tbl
    {
        display: table;

        width: 100%;
        height: 90%;
        padding-top: 30%;
    }
    .header .menu .tbl-cell
    {
        display: table-cell;

        height: 100%;

        vertical-align: top;
    }
}
@media (min-width: 1200px)
{
    .header .menu .menu-list1
    {
        text-align: center;
    }
    .header .menu .menu-list1 > li
    {
        display: inline-block;

        padding: 0 30px;
		position: relative;
        vertical-align: top;
    }
/* 	 .header .menu .menu-list1 > li:nth-child(3)
	{
		position: static;
	} */
    .header .menu .menu-list1 > li > a
    {
        font-size: 19px;
        line-height: 120px;

        position: relative;

        display: inline-block;

        padding: 0 20px;

        -webkit-transition: all .2s;
                transition: all .2s;
        vertical-align: middle;
    }
    .header .menu .menu-list1 > li > a:before
    {
        position: absolute;
        top: 80%;
        left: 50%;

        display: block;

        width: 0;
        height: 4px;

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

        background-color: #046fd4;
    }
    .header .menu .menu-list1 > li > a:after
    {
        position: absolute;
        top: -webkit-calc(80% + 4px);
        top:         calc(80% + 4px);
        left: 50%;

        display: block;

        width: 0;
        height: 0;

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

        opacity: 0;
        border-width: 8px 4px 0 4px;
        border-style: solid;
        border-color: #046fd4 transparent transparent transparent;
    }
    .header .menu .menu-list1 > li:hover > a,
    .header .menu .menu-list1 > li.active > a
    {
        color: #046fd4;
    }
    .header .menu .menu-list1 > li:hover > a:after
    {
        opacity: 1;
    }
    .header .menu .menu-list1 > li:hover > a:before
    {
        width: 100%;
    }
    .header .menu .menu-list1 .menu-list2
    {
        font-size: 0;

        position: absolute;
        z-index: 50;
        top: 100%;
        left: 0;

        display: none;
        overflow: hidden;

        min-width: 100%;
        /* padding: 40px 0; */

        text-align: center;

        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .menu .menu-list1 .menu-list2 .menu-info
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

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

        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    .header .menu .menu-list1 .menu-list2 .title-menu,
    .header .menu .menu-list1 .menu-list2 .menu-lnav
    {
        font-size: 14px;

        display: inline-block;

        vertical-align: middle;
    }
    .header .menu .menu-list1 .menu-list2 .title-menu
    {
        width: 360px;

        text-align: left;
		display: none;
        color: #046fd4;
    }
    .header .menu .menu-list1 .menu-list2 .title-menu:after
    {
        display: inline-block;

        width: 120px;
        height: 5px;
        margin-left: 20px;

        content: '';
        vertical-align: middle;

        background-color: #046fd4;
    }
    .header .menu .menu-list1 .menu-list2 .title-menu h2
    {
        font-size: 36px;
        font-weight: bold;
        line-height: 1.4;

        display: inline-block;

        margin: 0;

        vertical-align: middle;
    }
    .header .menu .menu-list1 .menu-list2 .title-menu h2 span
    {
        font-family: 'D-DIN Condensed';
        font-size: 24px;
        font-weight: normal;
        line-height: 1.4;

        display: block;

        margin: 0;

        text-transform: uppercase;
    }
    .header .menu .menu-list1 .menu-list2 .menu-lnav
    {
       /* max-width: -webkit-calc(100% - 360px);
        max-width:         calc(100% - 360px);
        padding-left: 40px;

        text-align: left; */
    }
    .header .menu .menu-list1 .menu-list2 .menu-lnav ul
    {
        font-size: 0;
    }
    .header .menu .menu-list1 .menu-list2 .menu-lnav ul li
    {
        display: block;

        /* min-width: 200px; */
        /* margin: 10px 0; */
        /* padding: 0 10px; */
		white-space: nowrap;
		border-bottom: 1px solid #dcdcdc;
        vertical-align: top;
		text-align: left;
    }
    .header .menu .menu-list1 .menu-list2 .menu-lnav ul li a
    {
        font-size: 15px;
        line-height: 30px;
		transition: all .2s;
        display: block;
		padding: 10px 20px;
        color: #666;
    }
    .header .menu .menu-list1 .menu-list2 .menu-lnav ul li a:before
    {
        font-family: 'iconfont' !important;
        font-size: 12px;

        display: inline-block;

        margin-right: 4px;

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

        color: #046fd4;
		display: none;
    }
    .header .menu .menu-list1 .menu-list2 .menu-lnav ul li.active a,
    .header .menu .menu-list1 .menu-list2 .menu-lnav ul li:hover a
    {
        background-color: #046fd4;
		color: #fff;
    }
	.header .menu .menu-list1 .menu-common
	    {
	        /* padding: 10px 0; */
	    }
	    .header .menu .menu-list1 .menu-common .title-menu
	    {
	        display: none;
	    }
	    .header .menu .menu-list1 .menu-common .menu-lnav
	    {
	        min-width: 100%;

	        padding: 0;
	    }
		.header .menu .menu-list1 .menu-common .menu-lnav ul{
			padding: 0;
		}
1	    .header .menu .menu-list1 .menu-common .menu-lnav ul li
	    {
	        display: block;

	        min-width: 100%;
	    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .header .menu .menu-list1 > li
    {
        padding: 0 10px;
    }
}
@media (min-width: 1200px) and (max-width: 1560px)
{
    .header .menu .menu-list1 > li > a
    {
        font-size: 18px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .header .menu .menu-list1 > li > a
    {
        /* font-size: 16px; */
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .header .menu .menu-list1 .menu-list2 .title-menu h2
    {
        font-size: 30px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .header .menu .menu-list1 .menu-list2 .title-menu h2 span
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .header .menu .menu-list1
    {
        overflow-y: auto;

        height: 100%;

        text-align: left;
    }
    .header .menu .menu-list1 > li
    {
        position: relative;

        margin: 5px 0;
    }
    .header .menu .menu-list1 > li > a
    {
        font-size: 17px;
        line-height: 30px;

        display: block;

        padding: 4px 10px;

        text-transform: uppercase;
    }
    .header .menu .menu-list1 .open-menu
    {
        font-size: 20px;
        line-height: 30px;

        position: absolute;
        top: 0;
        right: 0;
    }
    .header .menu .menu-list1 .open-menu:after
    {
        font-family: 'iconfont' !important;

        content: '\e629';
    }
    .header .menu .menu-list1 .current .open-menu:after
    {
        font-family: 'iconfont' !important;

        content: '\e628';
    }
    .header .menu .menu-list1 .menu-list2
    {
        display: none;
    }
    .header .menu .menu-list1 .menu-list2 li .icon
    {
        display: none;
    }
    .header .menu .menu-list1 .menu-list2 li > a
    {
        font-size: 13px;
        line-height: 30px;

        display: block;

        padding-left: 10px;

        text-transform: uppercase;

        opacity: .8;
    }
    .header .menu .menu-list1 .menu-list2 li > a:before
    {
        margin-right: 4px;

        content: '-';
    }
    .header .menu .menu-list1 .menu-list2 .menu-list3 > li
    {
        display: inline-block;

        vertical-align: top;
    }
    .header .menu .menu-list1 .menu-list2 .menu-list3 > li a
    {
        line-height: 24px;

        padding: 0 4px;

        color: #999;
    }
    .header .menu .menu-list1 .menu-list2 .menu-list3 > li a:before
    {
        font-weight: bold;

        content: '·';
    }
}
@media (max-width: 1199px) and (max-width: 1199px)
{
    .header .menu .menu-list1 img,
    .header .menu .menu-list1 .menu-icon
    {
        display: none;
    }
    .header .menu .menu-list1 p
    {
        display: inline-block;
    }
    .header .menu .menu-list1 .menu-list2
    {
        overflow: hidden;
    }
    .header .menu .menu-list1 .nlist
    {
        margin: 0 -10px;
    }
    .header .menu .menu-list1 .nlist li
    {
        display: inline-block;

        width: auto;

        vertical-align: top;
    }
    .header .menu .menu-list1 .nlist li a
    {
        font-size: 15px;
        line-height: 30px;

        padding: 0 10px;

        color: #fff;
    }
    .header .menu .menu-list1 .nlist li a:before
    {
        margin-right: 4px;

        content: '-';
    }
    .header .menu .menu-list1 .title-menu
    {
        display: none;
    }
    .header .menu .menu-list1 .nav-img
    {
        display: none;
    }
    .header .menu .menu-list1 .menu-sort
    {
        overflow: hidden;
    }
    .header .menu .menu-list1 .menu-sort ul
    {
        margin: 0 -10px;
    }
    .header .menu .menu-list1 .menu-sort li
    {
        display: inline-block;

        width: auto;

        vertical-align: top;
    }
    .header .menu .menu-list1 .menu-sort li a
    {
        font-size: 15px;
        line-height: 30px;

        margin-right: 10px;
        padding: 0;

        text-transform: uppercase;

        color: #999;
    }
    .header .menu .menu-list1 .menu-sort li a:before
    {
        margin-right: 4px;

        content: '-';
    }
    .header .menu .menu-list1 .menu-product
    {
        display: none;
    }
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.header:hover
{
    background-color: rgba(255, 255, 255, .8);
}
.header.fixed-header
{
    height: 80px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .header.fixed-header
    {
        height: 60px;
    }
}
.header.fixed-header .logo
{
    height: 80px;
}
@media (max-width: 1199px)
{
    .header.fixed-header .logo
    {
        height: 60px;
    }
}
@media (min-width: 1200px)
{
    .header.fixed-header .menu .menu-list1 > li > a
    {
        line-height: 80px;
    }
}
@media (min-width: 1200px) and (max-width: 1199px)
{
    .header.fixed-header .menu .menu-list1 > li > a
    {
        line-height: 60px;
    }
}
.customer-service
{
    position: fixed;
    z-index: 9;
    top: 50%;
    right: 0;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.customer-service ul li
{
    margin: 2px 0;
}
.customer-service a
{
    position: relative;

    display: block;

    color: #fff;
}
.customer-service a .icon
{
    font-size: 30px;
    line-height: 50px;

    position: relative;
    z-index: 3;

    display: block;

    width: 50px;
    height: 50px;

    text-align: center;

    border-radius: 6px;
    background-color: #046fd4;
}
@media (max-width: 1470px)
{
    .customer-service a .icon
    {
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
.customer-service a .icon img
{
    width: 30px;
    margin: 0 auto;
}
.customer-service a p
{
    font-size: 16px;
    line-height: 30px;

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

    margin: 0;
    padding: 10px;

    -webkit-transition: all .5s;
            transition: all .5s;
    -webkit-transform: translateX(150%);
        -ms-transform: translateX(150%);
            transform: translateX(150%);
    white-space: nowrap;

    background-color: #046fd4;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.customer-service a p img{max-width:130px; max-height:130px;}
.customer-service a:hover p
{
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
}
.customer-service .service-wechat p
{
    background-color: #046fd4;
}
.xs-customer-service
{
    position: fixed;
    z-index: 9;
    bottom: 0;

    width: 100%;

    text-align: center;

    background-color: #046fd4;
}
.xs-customer-service ul
{
    font-size: 0;
}
.xs-customer-service ul li
{
    display: inline-block;

    width: 33.33333333%;

    vertical-align: top;
}
.xs-customer-service a
{
    display: block;

    padding: 4px;

    color: #fff;
}
.xs-customer-service a .icon
{
    font-size: 24px;
    line-height: 1;

    display: block;
}
.xs-customer-service a span
{
    font-size: 12px;
    line-height: 1.5;

    display: block;
}
.banner
{
    font-size: 0;

    position: relative;

    clear: both;
    overflow: hidden;

    width: 100%;
}
@media (max-width: 991px)
{
    .banner .banner-carousel
    {
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    }
}
.banner .banner-carousel .img
{
    position: relative;

    width: 100%;
    height: 100%;
}
@media (min-width: 1200px)
{
    .banner .banner-carousel .img img
    {
        position: absolute;
        top: 50%;
        left: 50%;
    }
}
.banner .banner-text
{
    position: absolute;
    z-index: 2;
    top: 28%;
    left: 0;

    width: 100%;

    color: #fff;
}
@media (max-width: 767px)
{
    .banner .banner-text
    {
        padding: 0 11%;
    }
}
.banner .banner-text .tit-big
{
    position: relative;

    display: inline-block;
    overflow: hidden;
}
.banner .banner-text .tit-big h2
{
    font-size: 72px;
    line-height: 1;

    position: relative;
    z-index: 2;

    margin: 0;

    color: #046fd4;
}
@media (max-width: 1470px)
{
    .banner .banner-text .tit-big h2
    {
        font-size: 60px;
    }
}
@media (max-width: 1199px)
{
    .banner .banner-text .tit-big h2
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .banner .banner-text .tit-big h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner .banner-text .tit-big h2
    {
        font-size: 20px;
    }
}
.banner .banner-text .tit-middle h3
{
    font-size: 80px;
    line-height: 1.2;

    margin: 0;

    color: #bc2021;
}
@media (max-width: 1470px)
{
    .banner .banner-text .tit-middle h3
    {
        font-size: 70px;
    }
}
@media (max-width: 1199px)
{
    .banner .banner-text .tit-middle h3
    {
        font-size: 60px;
    }
}
@media (max-width: 991px)
{
    .banner .banner-text .tit-middle h3
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .banner .banner-text .tit-middle h3
    {
        font-size: 24px;
    }
}
.banner .banner-text .tit-small h4
{
    font-size: 24px;
    line-height: 1.2;

    display: inline-block;

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

    color: #fff;
    background: url(../images/banbg.png) no-repeat center right;
    background-size: cover;
}
@media (max-width: 1470px)
{
    .banner .banner-text .tit-small h4
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .banner .banner-text .tit-small h4
    {
        font-size: 16px;

        margin-top: 10px;
    }
}
.banner .banner-text .tit-small h4 span
{
    font-family: 'D-DIN Condensed';
    font-size: 30px;
}
@media (max-width: 1470px)
{
    .banner .banner-text .tit-small h4 span
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .banner .banner-text .tit-small h4 span
    {
        font-size: 20px;
    }
}
.banner .banner-text .ban-txt
{
    overflow: hidden;

    margin-top: 10%;
}
@media(max-width:767px){
	.banner .banner-text .ban-txt{
		margin-top: 3%;
	}
}
.banner .banner-text .ban-txt ul li
{
    display: inline-block;

    margin-right: 10px;
    padding: 0 10px;
    padding-left: 6px;

    vertical-align: top;

    color: #004bc3;
    border-left: 1px solid #004bc3;
}
@media (max-width: 767px)
{
    .banner .banner-text .ban-txt ul li
    {
        margin-right: 0;
        padding: 0 6px;
    }
}
.banner .banner-text .ban-txt ul li p
{
    font-size: 24px;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1199px)
{
    .banner .banner-text .ban-txt ul li p
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .banner .banner-text .ban-txt ul li p
    {
        font-size: 12px;
    }
}
.banner .banner-text-2 .tit-big h2
{
    font-size: 60px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;

    color: #046fd4;
}
@media (max-width: 1470px)
{
    .banner .banner-text-2 .tit-big h2
    {
        font-size: 50px;
    }
}
@media (max-width: 1199px)
{
    .banner .banner-text-2 .tit-big h2
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .banner .banner-text-2 .tit-big h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner .banner-text-2 .tit-big h2
    {
        font-size: 24px;
    }
}
.banner .banner-text-2 .tit-middle h3
{
    font-family: 'D-DIN Condensed';
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;

    text-transform: uppercase;

    color: #046fd4;
}
@media (max-width: 1470px)
{
    .banner .banner-text-2 .tit-middle h3
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .banner .banner-text-2 .tit-middle h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .banner .banner-text-2 .tit-middle h3
    {
        font-size: 20px;
    }
}
.banner .banner-text-2 .tit-middle h3 span
{
    color: #bc2021;
}
.banner .banner-text-2 .ban-txt
{
    overflow: hidden;

    margin-top: 30px;
}
@media (max-width: 767px)
{
    .banner .banner-text-2 .ban-txt
    {
        display: none;
    }
}
.banner .banner-text-2 .ban-txt ul
{
    overflow: hidden;

    margin: 0 -40px;
}
@media (max-width: 767px)
{
    .banner .banner-text-2 .ban-txt ul
    {
        margin: 0 -10px;
    }
}
.banner .banner-text-2 .ban-txt ul li
{
    margin-bottom: -1000px;
    padding: 0 40px;
    padding-bottom: 1000px;

    text-align: center;

    color: #046fd4;
    border-right: 1px solid #a9d2f6;
    border-left: none;
}
@media (max-width: 767px)
{
    .banner .banner-text-2 .ban-txt ul li
    {
        padding-right: 10px;
        padding-left: 10px;
    }
}
.banner .banner-text-2 .ban-txt ul li:last-child
{
    border-right: none;
}
.banner .banner-text-2 .ban-txt ul li:nth-child(2) h4 sub
{
    font-size: 36px;
}
.banner .banner-text-2 .ban-txt ul li h4
{
    font-family: 'D-DIN Condensed';
    font-size: 72px;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1470px)
{
    .banner .banner-text-2 .ban-txt ul li h4
    {
        font-size: 60px;
    }
}
@media (max-width: 1199px)
{
    .banner .banner-text-2 .ban-txt ul li h4
    {
        font-size: 50px;
    }
}
@media (max-width: 991px)
{
    .banner .banner-text-2 .ban-txt ul li h4
    {
        font-size: 40px;
    }
}
.banner .banner-text-2 .ban-txt ul li h4 sub
{
    font-size: 20px;
}
.banner .banner-text-2 .ban-txt ul li p
{
    font-size: 18px;
    line-height: 1.8;

    margin: 0;
}
@media (max-width: 1199px)
{
    .banner .banner-text-2 .ban-txt ul li p
    {
        font-size: 16px;
    }
}
.banner .banner-text-3 .tit-big h2
{
    font-size: 48px;
    font-weight: bold;

    color: #fff;
}
@media (max-width: 1470px)
{
    .banner .banner-text-3 .tit-big h2
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .banner .banner-text-3 .tit-big h2
    {
        font-size: 34px;
    }
}
@media (max-width: 991px)
{
    .banner .banner-text-3 .tit-big h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner .banner-text-3 .tit-big h2
    {
        font-size: 24px;
    }
}
.banner .banner-text-3 .tit-middle h3
{
    font-family: 'D-DIN Condensed';
    font-size: 48px;
    font-weight: bold;

    margin-top: 10px;

    color: #fff;
}
@media (max-width: 1470px)
{
    .banner .banner-text-3 .tit-middle h3
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .banner .banner-text-3 .tit-middle h3
    {
        font-size: 34px;
    }
}
@media (max-width: 991px)
{
    .banner .banner-text-3 .tit-middle h3
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner .banner-text-3 .tit-middle h3
    {
        font-size: 24px;
    }
}
.banner .banner-text-3 .tit-middle h3 span
{
    color: #bc2021;
}
.banner .banner-text-3 .ban-txt
{
    max-width: 940px;
    margin-top: 30px;
    padding: 20px 8% 20px 20px;

    background: url(../images/ban3bg.png) no-repeat center right;
    background-size: cover;
}
@media (max-width: 991px)
{
    .banner .banner-text-3 .ban-txt
    {
        max-width: 70%;
    }
}
@media (max-width: 767px)
{
    .banner .banner-text-3 .ban-txt
    {
        display: none;
    }
}
.banner .banner-text-3 .ban-txt p
{
    font-size: 22px;
    line-height: 1.8;

    margin: 0;
}
@media (max-width: 1470px)
{
    .banner .banner-text-3 .ban-txt p
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .banner .banner-text-3 .ban-txt p
    {
        font-size: 18px;
    }
}
.banner .slick-dots
{
    font-size: 0;

    position: absolute;
    z-index: 9;
    bottom: 30px;

    display: inline-block;

    width: 100%;

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

    display: inline-block;

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

    vertical-align: middle;

    border-radius: 50%;
    background-color: #046fd4;
}
@media (max-width: 991px)
{
    .banner .slick-dots > li
    {
        width: 10px;
        height: 10px;
        margin: 0 4px;
    }
}
.banner .slick-dots .slick-active
{
    background-color: #bc2021;
}
.banner .slick-dots button
{
    display: none;
}
.banner .slick-arrow
{
    font-size: 18px;
    line-height: 50px;

    position: absolute;
    top: auto;
    bottom: 28px;
    left: 3%;

    width: 50px;
    height: 50px;

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

    opacity: .5;
    color: #fff;
    border-radius: 0;
    background: none;
}
@media (max-width: 1199px)
{
    .banner .slick-arrow
    {
        bottom: 10px;
    }
}
@media (max-width: 991px)
{
    .banner .slick-arrow
    {
        left: 15%;
    }
}
@media (max-width: 767px)
{
    .banner .slick-arrow
    {
        font-size: 14px;
        line-height: 30px;

        display: none !important;

        height: 30px;
    }
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 45px;

    content: '\e686';
}
@media (max-width: 991px)
{
    .banner .slick-arrow:before
    {
        font-size: 30px;
    }
}
.banner .slick-arrow:hover
{
    color: #fff;
}
.banner .slick-arrow.slick-next
{
    left: -webkit-calc(3% + 80px);
    left:         calc(3% + 80px);
}
@media (max-width: 991px)
{
    .banner .slick-arrow.slick-next
    {
        left: -webkit-calc(14% + 80px);
        left:         calc(14% + 80px);
    }
}
@media (max-width: 767px)
{
    .banner .slick-arrow.slick-next
    {
        left: -webkit-calc(14% + 50px);
        left:         calc(14% + 50px);
    }
}
.banner .slick-arrow.slick-next:before
{
    content: '\e685';
}
.banner .component
{
    position: relative;

    display: block;
    overflow: hidden;
}
.banner .component img
{
    width: 100%;
}
.banner .slick-current .tit-big h2,
.banner .slick-current .tit-middle h2,
.banner .slick-current .tit-small h2,
.banner .slick-current .tit-big h3,
.banner .slick-current .tit-middle h3,
.banner .slick-current .tit-small h3,
.banner .slick-current .tit-big h4,
.banner .slick-current .tit-middle h4,
.banner .slick-current .tit-small h4
{
    -webkit-animation: fadeInUp 1s 0s ease both;
            animation: fadeInUp 1s 0s ease both;
}
.banner .slick-current .ban-txt ul,
.banner .slick-current .ban-txt p
{
    -webkit-animation: fadeInUp 1s 0s ease both;
            animation: fadeInUp 1s 0s ease both;
}
.banner-in
{
    position: relative;

    overflow: hidden;
}
.banner-in img
{
    width: 100%;
}
@media (max-width: 767px)
{
    .banner-in img
    {
        width: 180%;
        margin-left: -40%;
    }
}
.banner-in .text-inner
{
    position: absolute;
    top: -webkit-calc(50% + 30px);
    top:         calc(50% + 30px);

    width: auto;
    padding: 30px 70px 30px 10%;

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

    color: #fff;
    background-color: #046fd4;
}
@media (max-width: 1440px)
{

.banner-in .text-inner
{
    position: absolute;
    top: -webkit-calc(50% + 30px);
    top:         calc(50% + 30px);

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

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

    color: #fff;
    background-color: #046fd4;
}
}
@media (max-width: 1199px)
{
    .banner-in .text-inner
    {
        top: -webkit-calc(50% + 30px);
        top:         calc(50% + 30px);
    }
}
@media (max-width: 767px)
{
    .banner-in .text-inner
    {
        padding: 10px;
    }
}
.banner-in .text-inner .tit-big
{
    position: relative;

    display: inline-block;
    overflow: hidden;
}
.banner-in .text-inner .tit-big h2
{
    font-size: 36px;
    font-weight: bold;
    line-height: 1;

    position: relative;
    z-index: 2;

    margin: 0;

    -webkit-animation: fadeInUp 1s 0s ease both;
            animation: fadeInUp 1s 0s ease both;
}
@media (max-width: 1470px)
{
    .banner-in .text-inner .tit-big h2
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .banner-in .text-inner .tit-big h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .banner-in .text-inner .tit-big h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-inner .tit-big h2
    {
        font-size: 20px;
    }
}
.banner-in .text-inner .ban-txt
{
    overflow: hidden;

    margin-top: 10px;
}
.banner-in .text-inner .ban-txt h3
{
    font-family: 'D-DIN Condensed', Arial, Helvetica, sans-serif;
    font-size: 24px;

    margin: 0;

    -webkit-animation: fadeInUp 1s 0s ease both;
            animation: fadeInUp 1s 0s ease both;
    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .banner-in .text-inner .ban-txt h3
    {
        font-size: 20px;
    }
}
.banner-products
{
    overflow: hidden;

    height: 110px;
}
@media (max-width: 1199px)
{
    .banner-products
    {
        height: 60px;
    }
}
.banner-products .item
{
    height: 100%;
}
.banner-products img
{
    width: 100%;
}
@media (max-width: 1470px)
{
    .banner-products img
    {
        width: auto;
        height: 100%;
    }
}
@-webkit-keyframes warn
{
    0%
    {
        -webkit-transform: scale(0);
                transform: scale(0);

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

        opacity: 0;
    }
}
@keyframes warn
{
    0%
    {
        -webkit-transform: scale(0);
                transform: scale(0);

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

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

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

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

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

        opacity: 1;
    }
}
.bzoom
{
    -webkit-animation-name: bzoom;
            animation-name: bzoom;
}
@-webkit-keyframes bwidth
{
    0%
    {
                width: 0;

        opacity: 1;

        -webkit-width: 0;
            -ms-width: 0;
    }
    100%
    {
                width: 100%;

        opacity: 1;

        -webkit-width: 100%;
    }
}
@keyframes bwidth
{
    0%
    {
                width: 0;

        opacity: 1;

        -webkit-width: 0;
            -ms-width: 0;
    }
    100%
    {
                width: 100%;

        opacity: 1;

        -webkit-width: 100%;
    }
}
.bwidth
{
    -webkit-animation-name: bwidth;
            animation-name: bwidth;
}
.space
{
    overflow: hidden;

    padding: 70px 0;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 991px)
{
    .space
    {
        padding: 50px 0;
    }
}
.main
{
    clear: both;
}
@-webkit-keyframes criss-cross-left
{
    0%
    {
        left: -20px;
    }
    50%
    {
        left: 50%;

        width: 20px;
        height: 20px;
    }
    100%
    {
        left: 50%;

        width: 375px;
        height: 375px;
    }
}
@keyframes criss-cross-left
{
    0%
    {
        left: -20px;
    }
    50%
    {
        left: 50%;

        width: 20px;
        height: 20px;
    }
    100%
    {
        left: 50%;

        width: 375px;
        height: 375px;
    }
}
@-webkit-keyframes criss-cross-right
{
    0%
    {
        right: -20px;
    }
    50%
    {
        right: 50%;

        width: 20px;
        height: 20px;
    }
    100%
    {
        right: 50%;

        width: 375px;
        height: 375px;
    }
}
@keyframes criss-cross-right
{
    0%
    {
        right: -20px;
    }
    50%
    {
        right: 50%;

        width: 20px;
        height: 20px;
    }
    100%
    {
        right: 50%;

        width: 375px;
        height: 375px;
    }
}
.home-title h2
{
    font-size: 36px;
    line-height: 1.4;

    margin: 0;

    color: #046fd4;
}
@media (max-width: 1470px)
{
    .home-title h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .home-title h2
    {
        font-size: 24px;
    }
}
.home-title h2 span
{
    font-family: 'D-DIN Condensed';
    font-weight: bold;

    color: #bc2021;
}
.common-txt
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .common-txt
    {
        margin-top: 10px;
    }
}
.common-txt p
{
    font-size: 16px;
    line-height: 30px;

    margin: 0;

    color: #555;
}
@media (max-width: 991px)
{
    .common-txt p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.home-about
{
    position: relative;

    background: url(../images/about_bg.jpg) no-repeat center;
    background-size: cover;
}
.home-about .about
{
    position: relative;
    z-index: 4;

    padding-right: 8%;
}
@media (max-width: 991px)
{
    .home-about .about
    {
        padding-right: 3%;
    }
}
@media (max-width: 767px)
{
    .home-about .about
    {
        padding-right: 0;
    }
}
.home-about .about-txt
{
    display: -webkit-box;
    overflow: hidden;

    /* max-height: 240px; */
    margin-top: 50px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}
@media (max-width: 1470px)
{
    .home-about .about-txt
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .home-about .about-txt
    {
        margin-top: 20px;
    }
}
.home-about .more
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .home-about .more
    {
        margin-top: 20px;
    }
}
.home-about .more a
{
    line-height: 30px;

    display: inline-block;

    color: #999;
}
.home-about .more a .icon
{
    font-size: 20px;

    display: inline-block;

    margin-top: -4px;

    vertical-align: middle;

    color: #bc2021;
}
.home-about .more a:hover
{
    color: #bc2021;
}
.home-about .number
{
    position: relative;
    z-index: 2;

    width: 130%;
    margin-top: 20%;
    padding: 30px 0;

    color: #fff;
    background-color: #046fd4;
}
@media (max-width: 1470px)
{
    .home-about .number
    {
        margin-top: 30px;
        padding: 10px 0;
    }
}
@media (max-width: 1199px)
{
    .home-about .number
    {
        width: 210%;

    }
}
@media (max-width: 991px)
{
    .home-about .number
    {

        padding: 10px 5%;
    }
}
@media (max-width: 767px)
{
    .home-about .number
    {
        width: 100%;
    }
}
.home-about .number ul li:nth-child(2) .component h3 sub
{
    font-size: 30px;
}
.home-about .number .component
{
    margin: 20px 0;

    -webkit-transition: all .6s;
            transition: all .6s;
    text-align: center;
}
.home-about .number .component h3
{
    font-size: 60px;

    margin: 0;
}
@media (max-width: 1470px)
{
    .home-about .number .component h3
    {
        font-size: 50px;
    }
}
@media (max-width: 991px)
{
    .home-about .number .component h3
    {
        font-size: 40px;
    }
}
.home-about .number .component h3 .counter
{
    font-family: 'D-DIN Condensed';
}
.home-about .number .component h3 sub
{
    font-size: 18px;

    position: relative;
    bottom: 20px;

    vertical-align: bottom;
}
.home-about .number .component p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 991px)
{
    .home-about .number .component p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .home-about .number .component p
    {
        font-size: 14px;
    }
}
.home-about .number .component:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.home-about .about-carousel
{
    font-size: 0;

    margin-top: 50px;
}
@media (max-width: 1470px)
{
    .home-about .about-carousel
    {
        margin-top: 30px;
    }
}
.home-about .about-carousel .item .ibox
{
    padding-bottom:75%;
}
.home-product-service
{
    background-color: #f6faff;
}
.home-product-service .product .component
{
    position: relative;

    margin-top: 50px;

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

    background-color: #fff;
}
@media (max-width: 991px)
{
    .home-product-service .product .component
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .home-product-service .product .component
    {
        margin-top: 20px;
    }
}
.home-product-service .product .component .pro-img .ibox
{
    padding-bottom: 66.66666667%;
}
.home-product-service .product .component .pro-img .ibox img
{
    -webkit-transition: all .6s;
            transition: all .6s;
}
.home-product-service .product .component .desc
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    padding: 30px;
}
@media (max-width: 991px)
{
    .home-product-service .product .component .desc
    {
        padding: 14px;
    }
}
.home-product-service .product .component .desc .title-pro h3
{
    font-size: 24px;
    line-height: 1.4;

    margin: 0;

    color: #046fd4;
}
@media (max-width: 1470px)
{
    .home-product-service .product .component .desc .title-pro h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .home-product-service .product .component .desc .title-pro h3
    {
        font-size: 18px;
    }
}
.home-product-service .product .component .desc .title-pro h3 a
{
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.home-product-service .product .component .desc .title-pro span
{
    font-size: 14px;
    line-height: 30px;

    display: inline-block;

    color: #999;
}
.home-product-service .product .component .desc .title-pro span .icon
{
    font-size: 20px;

    display: inline-block;

    margin-top: -4px;

    vertical-align: middle;

    color: #bc2021;
}
.home-product-service .product .component .desc .info
{
    margin-top: 5%;
}
@media (max-width: 1470px)
{
    .home-product-service .product .component .desc .info
    {
        margin-top: 20px;
    }
}
@media (max-width: 991px)
{
    .home-product-service .product .component .desc .info
    {
        margin-top: 10px;
    }
}
.home-product-service .product .component .desc .info a
{
    font-size: 16px;
    line-height: 36px;

    position: relative;

    display: block;

    padding-left: 18px;

    color: #666;
}
@media (max-width: 1470px)
{
    .home-product-service .product .component .desc .info a
    {
        font-size: 14px;
        line-height: 2;
    }
}
.home-product-service .product .component .desc .info a:before
{
    position: absolute;
    top: 16px;
    left: 0;

    display: block;

    width: 6px;
    height: 6px;

    content: '';

    background-color: #046fd4;
}
.home-product-service .product .component .desc .info p
{
    font-size: 16px;
    line-height: 1.875;

    max-width: 50%;
    margin: 0;

    color: #666;
}
@media (max-width: 1470px)
{
    .home-product-service .product .component .desc .info p
    {
        font-size: 14px;
        line-height: 2;
    }
}
@media (max-width: 1350px)
{
    .home-product-service .product .component .desc .info p
    {
        line-height: 24px;
    }
}
.home-product-service .product .component:hover
{
    box-shadow: 0 0 20px rgba(4, 111, 212, .2);
}
.home-product-service .product .component:hover .pro-img .ibox img
{
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
}
.home-product-service .product .component:hover .desc .title-pro span
{
    color: #bc2021;
}
.home-product-service .service
{
    overflow: hidden;

    margin-top: 40px;

    border-bottom: 2px solid #fff;
    box-shadow: 0 10px 10px rgba(4, 111, 212, .2);
}
.home-product-service .service ul
{
    margin: 0;
}
.home-product-service .service ul li
{
    padding: 0;
}
.home-product-service .service .component
{
    position: relative;

    display: block;

    background-color: #046fd4;
}
.home-product-service .service .component .ibox
{
    padding-bottom: 75%;

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

    opacity: .6;
}
.home-product-service .service .component .mask
{
    position: absolute;
    z-index: 2;
    top: 50%;

    width: 100%;
    padding: 0 8%;

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

    color: #fff;
}
.home-product-service .service .component .mask .tit-mask
{
    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;
}
.home-product-service .service .component .mask .tit-mask img
{
    width: 50px;

    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
@media (max-width: 767px)
{
    .home-product-service .service .component .mask .tit-mask img
    {
        width: 40px;
    }
}
.home-product-service .service .component .mask .tit-mask h3
{
    font-size: 24px;
}
@media (max-width: 1470px)
{
    .home-product-service .service .component .mask .tit-mask h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .home-product-service .service .component .mask .tit-mask h3
    {
        font-size: 16px;
    }
}
.home-product-service .service .component .mask .txt
{
    overflow: hidden;

    max-height: 0;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.home-product-service .service .component .mask .txt p
{
    font-size: 18px;
    line-height: 1.66666667;

    margin: 0;
}
@media (max-width: 1470px)
{
    .home-product-service .service .component .mask .txt p
    {
        font-size: 16px;
    }
}
@media (min-width: 1200px)
{
    .home-product-service .service .component:hover .ibox
    {
        opacity: .1;
    }
    .home-product-service .service .component:hover .mask
    {
        top: 10%;

        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }
    .home-product-service .service .component:hover .mask .tit-mask
    {
        text-align: left;
    }
    .home-product-service .service .component:hover .mask .tit-mask img,
    .home-product-service .service .component:hover .mask .tit-mask h3
    {
        display: inline-block;

        vertical-align: middle;
    }
    .home-product-service .service .component:hover .mask .tit-mask img
    {
        margin-right: 10px;
    }
    .home-product-service .service .component:hover .txt
    {
        max-height: 100px;
        margin-top: 20px;
    }
}
/* .home-news
{
    background: url(../images/news_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px)
{
    .home-news
    {
        background-attachment: fixed;
    }
} */
.home-news .home-title
{
    text-align: center;
}
.home-news .home-title h2 span
{
    display: block;
}
.home-news .news-sort
{
    margin-top: 40px;

    text-align: center;
}
@media (max-width: 767px)
{
    .home-news .news-sort
    {
        margin-top: 20px;
    }
}
.home-news .news-sort ul
{
    margin: 0 -30px;
}
@media (max-width: 767px)
{
    .home-news .news-sort ul
    {
        margin: 0 -5px;
    }
}
.home-news .news-sort ul li
{
    display: inline-block;

    padding: 0 30px;
}
@media (max-width: 767px)
{
    .home-news .news-sort ul li
    {
        padding: 0 5px;
    }
}
.home-news .news-sort ul li a
{
    font-size: 20px;
    line-height: 60px;

    position: relative;

    display: block;

    padding: 0 20px;

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

    color: #999;
}
@media (max-width: 1470px)
{
    .home-news .news-sort ul li a
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .home-news .news-sort ul li a
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .home-news .news-sort ul li a
    {
        font-size: 15px;
        line-height: 40px;

        padding: 0 10px;
    }
}
.home-news .news-sort ul li a:before
{
    font-family: 'iconfont' !important;
    line-height: 10px;

    position: absolute;
    z-index: 2;
    bottom: -2px;
    left: 50%;

    display: block;

    margin-left: -10px;

    content: '\e66e';
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);

    color: #fff;
}
.home-news .news-sort ul li.active a
{
    color: #fff;
    background-color: #046fd4;
}
.home-news .news-carousel,
.home-news .faq-carousel
{
    margin: 0 -25px;
    margin-top: 50px;
}
@media (max-width: 1199px)
{
    .home-news .news-carousel,
    .home-news .faq-carousel
    {
        margin: 0 -10px;
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .home-news .news-carousel,
    .home-news .faq-carousel
    {
        margin: 0 -5px;
        margin-top: 30px;
    }
}
.home-news .news-carousel .slick-slide,
.home-news .faq-carousel .slick-slide
{
    padding: 0 25px;
}
@media (max-width: 1199px)
{
    .home-news .news-carousel .slick-slide,
    .home-news .faq-carousel .slick-slide
    {
        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .home-news .news-carousel .slick-slide,
    .home-news .faq-carousel .slick-slide
    {
        padding: 0 5px;
    }
}
.home-news .news-carousel .slick-dots,
.home-news .faq-carousel .slick-dots
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .home-news .news-carousel .slick-dots,
    .home-news .faq-carousel .slick-dots
    {
        margin-top: 30px;
    }
}
.home-news .news-carousel .slick-dots li,
.home-news .faq-carousel .slick-dots li
{
    display: inline-block;

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

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

    border-radius: 0;
    background-color: #cee3fe;
}
.home-news .news-carousel .slick-dots li.slick-active,
.home-news .faq-carousel .slick-dots li.slick-active
{
    width: 120px;
    height: 5px;

    background-color: #046fd4;
}
.home-news .faq-carousel .component
{
    display: block;
}
.home-news .faq-carousel .component h3,
.home-news .faq-carousel .component p
{
    position: relative;

    padding-left: 50px;
}
.home-news .faq-carousel .component h3:before,
.home-news .faq-carousel .component p:before
{
    font-size: 16px;
    line-height: 26px;

    position: absolute;
    top: 5px;
    left: 0;

    display: block;

    width: 26px;
    height: 26px;

    content: 'Q';
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #046fd4;
}
.home-news .faq-carousel .component h3
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    margin-top: 0;

    color: #046fd4;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .home-news .faq-carousel .component h3
    {
        font-size: 16px;
    }
}
.home-news .faq-carousel .component p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 120px;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
@media (max-width: 991px)
{
    .home-news .faq-carousel .component p
    {
        font-size: 14px;
    }
}
.home-news .faq-carousel .component p:before
{
    content: 'A';

    background-color: #bc2021;
}
.home-news .faq-carousel .component .more
{
    line-height: 56px;

    display: inline-block;

    margin-top: 10px;
    margin-left: 50px;
    padding: 0 40px;

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

    color: #999;
    border: 1px solid #e6e6e6;
}
@media (max-width: 767px)
{
    .home-news .faq-carousel .component .more
    {
        line-height: 40px;

        padding: 0 30px;
    }
}
.home-news .faq-carousel .component:hover .more
{
    color: #fff;
    border-color: #046fd4;
    background-color: #046fd4;
}
.home-news .news .component,
.inner-news .news .component,
.home-news .news-carousel .component,
.inner-news .news-carousel .component
{
    display: block;
}
.home-news .news .component .ibox,
.inner-news .news .component .ibox,
.home-news .news-carousel .component .ibox,
.inner-news .news-carousel .component .ibox
{
    padding-bottom: 75%;
}
.home-news .news .component .ibox img,
.inner-news .news .component .ibox img,
.home-news .news-carousel .component .ibox img,
.inner-news .news-carousel .component .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.home-news .news .component .news-txt h3,
.inner-news .news .component .news-txt h3,
.home-news .news-carousel .component .news-txt h3,
.inner-news .news-carousel .component .news-txt h3
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    color: #046fd4;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .home-news .news .component .news-txt h3,
    .inner-news .news .component .news-txt h3,
    .home-news .news-carousel .component .news-txt h3,
    .inner-news .news-carousel .component .news-txt h3
    {
        font-size: 16px;
    }
}
.home-news .news .component .news-txt p,
.inner-news .news .component .news-txt p,
.home-news .news-carousel .component .news-txt p,
.inner-news .news-carousel .component .news-txt p
{
    font-size: 16px;
    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: 767px)
{
    .home-news .news .component .news-txt p,
    .inner-news .news .component .news-txt p,
    .home-news .news-carousel .component .news-txt p,
    .inner-news .news-carousel .component .news-txt p
    {
        font-size: 14px;
        line-height: 24px;

        height: 48px;
    }
}
.home-news .news .component .more,
.inner-news .news .component .more,
.home-news .news-carousel .component .more,
.inner-news .news-carousel .component .more
{
    line-height: 36px;

    display: block;

    margin-top: 10px;

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

    color: #999;
    border: 1px solid #e6e6e6;
}
.home-news .news .component:hover .ibox img,
.inner-news .news .component:hover .ibox img,
.home-news .news-carousel .component:hover .ibox img,
.inner-news .news-carousel .component:hover .ibox img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.home-news .news .component:hover .news-txt h3,
.inner-news .news .component:hover .news-txt h3,
.home-news .news-carousel .component:hover .news-txt h3,
.inner-news .news-carousel .component:hover .news-txt h3
{
    text-decoration: underline;
}
.home-news .news .component:hover .more,
.inner-news .news .component:hover .more,
.home-news .news-carousel .component:hover .more,
.inner-news .news-carousel .component:hover .more
{
    color: #fff;
    border-color: #046fd4;
    background-color: #046fd4;
}
.footer
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    color: rgba(255, 255, 255, .5);
    background-color: #222;
}
@media (max-width: 767px)
{
    .footer
    {
        padding-bottom: 50px;
    }
}
.footer .foot
{
    overflow: hidden;

    padding: 50px 0 40px;
}
@media (max-width: 1470px)
{
    .footer .foot
    {
        padding: 40px 0 30px;
    }
}
@media (max-width: 767px)
{
    .footer .foot
    {
        padding: 15px 0;
    }
}
.footer .foot > ul
{
    font-size: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 1199px)
{
    .footer .foot > ul
    {
        display: block;
    }
}
.footer .foot > ul > li
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li
    {
        width: 33.3333%;
    }
    .footer .foot > ul > li:nth-child(1)
    {
        width: 100%;
    }
}
.footer .foot .title-foot h3
{
    line-height: 30px;

    color: #fff;
}
@media (max-width: 1199px)
{
    .footer .foot .title-foot h3
    {
        margin-top: 0;
    }
}
.footer .foot .title-foot h3 a
{
    font-size: 18px;
    line-height: 24px;
}
@media (max-width: 991px)
{
    .footer .foot .title-foot h3 a
    {
        font-size: 16px;
    }
}
.footer .foot .text
{
    margin-top: 10px;
}
@media (max-width: 991px)
{
    .footer .foot .text
    {
        margin: 0;
        padding: 0 0 10px;
    }
}
.footer .foot .item-contact
{
    padding-right: 100px;
}
@media (max-width: 1470px)
{
    .footer .foot .item-contact
    {
        padding-right: 0;
    }
}
.footer .foot .item-contact img
{
    max-height: 34px;
}
.footer .foot .item-contact h3
{
    font-family: 'D-DIN Condensed';
    font-size: 60px;

    margin: 20px 0;

    color: #046fd4;
}
@media (max-width: 1470px)
{
    .footer .foot .item-contact h3
    {
        font-size: 50px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot .item-contact h3
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .footer .foot .item-contact h3
    {
        font-size: 30px;
    }
}
.footer .foot .item-contact p
{
    font-size: 16px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 767px)
{
    .footer .foot .item-contact p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.footer .foot .item-contact p a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .foot .item-contact a:hover
{
    text-decoration: underline;
}
.footer .foot .item-nav
{
    margin-top: 10px;
}
.footer .foot .item-nav a
{
    font-size: 16px;
    line-height: 36px;

    display: block;
}
@media (max-width: 1470px)
{
.footer .foot .item-nav a
{
    font-size: 14px;
    line-height: 30px;
}
}
@media (max-width: 1199px)
{
    .footer .foot .item-nav a
    {
        display: inline-block;

        margin-right: 10px;

        vertical-align: middle;
    }
}
@media (max-width: 991px)
{
    .footer .foot .item-nav a
    {
        font-size: 14px;
        line-height: 24px;

        display: block;
    }
}
.footer .foot .item-nav a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .foot .item-erweima
{
    margin-top: 30px;

    text-align: center;
}
@media (max-width: 1199px)
{
    .footer .foot .item-erweima
    {
        text-align: left;
    }
}
.footer .foot .item-erweima .erweima
{
    display: inline-block;

    text-align: center;
    vertical-align: top;
}
.footer .foot .item-erweima .erweima img
{
    max-width: 158px;
}
@media (max-width: 767px)
{
    .footer .foot .item-erweima .erweima img
    {
        width: 100px;
    }
}
.footer .foot .item-erweima .erweima p
{
    font-size: 16px;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: rgba(255, 255, 255, .5);
}
@media (max-width: 767px)
{
    .footer .foot .item-erweima .erweima p
    {
        font-size: 14px;
    }
}
.footer .copyright
{
    padding: 30px 0;

    text-align: center;

    border-top: 1px solid rgba(255, 255, 255, .1);
}
@media (max-width: 991px)
{
    .footer .copyright
    {
        padding: 10px 0;
    }
}
.footer .copyright p
{
    font-size: 16px;
    line-height: 30px;

    margin: 0;

    color: #777;
}
@media (max-width: 1199px)
{
    .footer .copyright p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
@media (max-width: 767px)
{
    .footer .copyright p
    {
        font-size: 12px;
    }
}
.footer .copyright p .beian
{
    margin: 0 3%;
}
@media (max-width: 767px)
{
    .footer .copyright p a
    {
        display: block;

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

    color: #fff;
}
.inner-wrap
{
    font-size: 0;

    overflow: hidden;

    margin-top: -100px;
}
@media (max-width: 1199px)
{
    .inner-wrap
    {
        margin-top: 0;
    }
}
.inner-wrap.mt0
{
    margin-top: 0;
}
.inner-wrap .container
{
    max-width: 1630px;
    margin: 0 auto;
}
.inner-wrap .inner-menu,
.inner-wrap .inner-right
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.inner-wrap .inner-menu
{
    position: relative;
    z-index: 6;

    width: 310px;
    padding: 50px 30px;

    color: #fff;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(53, 121, 197, .1);
}
@media(max-width:1470px){
	.inner-wrap .inner-menu{
		padding: 24px;
	}
}
@media (max-width: 1199px)
{
    .inner-wrap .inner-menu
    {
        width: 100%;
        padding: 10px 15px;
    }
}
.inner-wrap .inner-right
{
    width: -webkit-calc(100% - 310px);
    width:         calc(100% - 310px);
    padding-left: 50px;
}
@media (max-width: 1199px)
{
    .inner-wrap .inner-right
    {
        width: 100%;
        padding-left: 0;
    }
}
.inner-wrap .inner-right .inner-location
{
    margin-top: 100px;
}
@media (max-width: 1199px)
{
    .inner-wrap .inner-right .inner-location
    {
        margin-top: 0;
    }
}
.catalog
{
    position: relative;
}
@media (max-width: 1199px)
{
    .catalog
    {
        margin-top: 10px;
        padding: 0;
    }
}
.catalog .title-menu
{
    padding: 0 20px;
}
@media (max-width: 1199px)
{
    .catalog .title-menu
    {
        padding: 0;
    }
}
.catalog .title-menu h2
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    color: #046fd4;
    margin: 0;
}
@media (max-width: 1199px)
{
    .catalog .title-menu h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .catalog .title-menu h2
    {
        font-size: 20px;
    }
}
.catalog .title-menu h2 span
{
    font-family: 'D-DIN Condensed';
    font-size: 24px;
    font-weight: normal;

    display: block;
}
@media (max-width: 1199px)
{
    .catalog .title-menu h2 span
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .catalog .title-menu h2 span
    {
        font-size: 16px;
    }
}
.catalog .title-menu .btn-toggle
{
    position: absolute;
    top: 15px;
    right: 15px;

    display: none;

    width: 30px;
    height: 40px;
}
@media (max-width: 1199px)
{
    .catalog .title-menu .btn-toggle
    {
        top: 12px;

        display: block;
    }
}
.catalog .title-menu .btn-toggle span
{
    position: absolute;

    display: block;

    width: 30px;
    height: 2px;

    border-radius: 5px;
    background-color: #666;
}
.catalog .title-menu .btn-toggle .line1
{
    top: 35%;
    left: 50%;

    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateX(-50%) rotateZ(0deg);
        -ms-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotateZ(0deg);
}
.catalog .title-menu .btn-toggle .line2
{
    top: 50%;
}
.catalog .title-menu .btn-toggle .line3
{
    top: 65%;
    left: 50%;

    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateX(-50%) rotateZ(0deg);
        -ms-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotateZ(0deg);
}
.catalog .title-menu .btn-toggle.active .line2
{
    opacity: 0;
}
.catalog .title-menu .btn-toggle.active .line1
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
.catalog .title-menu .btn-toggle.active .line3
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotateZ(45deg);
}
.catalog .menu-nav
{
    position: relative;
    z-index: 2;

    margin-top: 30px;
}
@media(max-width:1470px){
	.catalog .menu-nav
	{
	    margin-top: 10px;
	}
}
@media (max-width: 1199px)
{
    .catalog .menu-nav
    {
        display: none;
    }
}
@media (max-width: 767px)
{
    .catalog .menu-nav
    {
        margin-top: 10px;
    }
}
.catalog .menu-nav ul.menunav-1 > li
{
    position: relative;

    margin-top: 10px;
}
@media (max-width: 767px)
{
    .catalog .menu-nav ul.menunav-1 > li
    {
        margin-top: 0;
    }
}
.catalog .menu-nav ul.menunav-1 > li > a
{
    font-size: 16px;
    line-height: 28px;
    color: #333;
    display: block;
    border-bottom: 1px solid #eee;
    padding: 15px 50px 15px 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1470px)
{
    .catalog .menu-nav ul.menunav-1 > li > a
    {
        padding: 10px 30px 10px 10px;
    }
}
@media (max-width: 991px)
{
    .catalog .menu-nav ul.menunav-1 > li > a
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.catalog .menu-nav ul.menunav-1 > li > a:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    position: absolute;
    right: 0;

    width: 50px;

    content: '\e625';
    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;
	display: none;
}
@media (max-width: 1199px)
{
    .catalog .menu-nav ul.menunav-1 > li > a:after
    {
        width: 30px;
		display: none;
    }
}
.catalog .menu-nav ul.menunav-1 > li .iconfont
{
    line-height: 40px;

    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
	line-height: 60px;
    width: 40px;
	cursor:pointer;
    text-align: center;
}
.catalog .menu-nav ul.menunav-1 > li .iconfont:before{
	content: '\e625';
	color: #333;
	display: inline-block;
}
@media(max-width:1199px){
	.catalog .menu-nav ul.menunav-1 > li .iconfont{
		line-height: 45px;
	}
}
.catalog .menu-nav ul.menunav-1 > li.active .iconfont:before,
.catalog .menu-nav ul.menunav-1 > li:hover .iconfont:before
{
    transform: rotate(90deg);
	color: #fff;
}

.catalog .menu-nav ul.menunav-1 > li ul.menunav-2
{
    display: none;

    padding: 10px 0;

    border-top: 1px solid #d9d9d9;
}
@media (max-width: 991px)
{
    .catalog .menu-nav ul.menunav-1 > li ul.menunav-2 > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.catalog .menu-nav ul.menunav-1 > li ul.menunav-2 > li > a
{
    font-size: 15px;
    line-height: 30px;
    background: #fff;
    display: block;
    padding: 10px 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
    border-bottom: 1px solid #eee;
    color: #999;
}
@media (max-width: 991px)
{
    .catalog .menu-nav ul.menunav-1 > li ul.menunav-2 > li > a
    {
        font-size: 14px;
        line-height: 24px;
        padding: 4px 14px;
    }
}
.catalog .menu-nav ul.menunav-1 > li ul.menunav-2 > li > a:before
{
    display: inline-block;

    margin-right: 6px;

    content: '- ';
    vertical-align: middle;
}
.catalog .menu-nav ul.menunav-1 > li ul.menunav-2 > li:hover > a,
.catalog .menu-nav ul.menunav-1 > li ul.menunav-2 > li.active > a
{   background: #046fd4;
    color: #fff; font-weight: bold;
}
.catalog .menu-nav ul.menunav-1 > li:hover > a,
.catalog .menu-nav ul.menunav-1 > li.active > a
{background: #046fd4;
    color: #fff;
}

.catalog .menu-tel
{
    margin-top: 50px;
}
@media (max-width: 1199px)
{
    .catalog .menu-tel
    {
        display: none;
    }
}
.catalog .menu-tel .icon,
.catalog .menu-tel p
{
    display: inline-block;

    vertical-align: middle;
}
.catalog .menu-tel .icon
{
    font-size: 50px;
}
.catalog .menu-tel p
{
    font-size: 16px;
    line-height: 1.4;

    margin: 0;
}
.catalog .menu-tel p a
{
    font-family: 'D-DIN Condensed';
    font-size: 30px;

    display: block;
}
.inner
{
    overflow: hidden;

    padding: 70px 0;
}
@media (max-width: 991px)
{
    .inner
    {
        padding: 50px 0;
    }
}
.inner-title
{
    text-align: center;
}
.inner-title h2,
.inner-title h3
{
    font-size: 30px;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1470px)
{
    .inner-title h2,
    .inner-title h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .inner-title h2,
    .inner-title h3
    {
        font-size: 20px;
    }
}
.inner-title h3
{
    color: #046fd4;
}
.inner-location
{
    font-size: 14px;

    position: relative;

    padding: 30px 0;
}
@media (max-width: 1199px)
{
    .inner-location
    {
        padding: 10px 0;
    }
}
.inner-location:before
{
    position: absolute;
    top: 0;
    left: -250%;

    display: block;

    width: 500%;
    height: 100%;

    content: '';

    background-color: #f7f7f7;
}
.inner-location .title-inner
{
    position: relative;
    z-index: 2;

    display: inline-block;
}
@media (max-width: 767px)
{
    .inner-location .title-inner
    {
        display: block;
    }
}
.inner-location .title-inner h2
{
    font-size: 24px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 1199px)
{
    .inner-location .title-inner h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .inner-location .title-inner h2
    {
        font-size: 18px;
    }
}
.inner-location .title-inner h2 img
{
    display: inline-block;

    width: 40px;

    vertical-align: middle;
}
.inner-location .location
{
    position: relative;
    z-index: 2;

    display: inline-block;
    float: right;
}
@media (max-width: 991px)
{
    .inner-location .location
    {
        display: block;
        float: none;

        margin-top: 10px;

        text-align: left;
    }
}
.inner-location .location .icon
{
    font-size: 20px;

    color: #046fd4;
}
.inner-location .location .icon,
.inner-location .location span,
.inner-location .location ul
{
    line-height: 30px;

    display: inline-block;

    vertical-align: top;
}
.inner-location .location ul
{
    color: #666;
}
.inner-location .location ul li
{
    display: inline-block;

    vertical-align: top;
}
.inner-location .location ul li:after
{
    display: inline-block;

    content: '>';
    vertical-align: top;
}
.inner-location .location ul li:last-child:after
{
    display: none;
}
.inner-location .location ul li a
{
    display: inline-block;

    vertical-align: top;
}
.inner-location .location ul li a:hover
{
    color: #046fd4;
}
.inner-news-menu
{
    background-color: #f7f7f7;
}
.inner-news-menu .news-menu
{
    text-align: center;
}
.inner-news-menu .news-menu > ul > li
{
    position: relative;

    display: inline-block;

    vertical-align: top;
}
.inner-news-menu .news-menu > ul > li:before
{
    position: absolute;
    top: -10px;
    left: 0;

    display: block;

    width: 100%;
    height: -webkit-calc(100% + 20px);
    height:         calc(100% + 20px);

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

    opacity: 0;
    background-color: #046fd4;
}
.inner-news-menu .news-menu > ul > li:after
{
    position: absolute;
    bottom: -22px;
    left: 50%;

    display: block;

    width: 0;
    height: 0;

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

    opacity: 0;
    border-width: 12px 5px 0 5px;
    border-style: solid;
    border-color: #046fd4 transparent transparent transparent;
}
.inner-news-menu .news-menu > ul > li > a
{
    font-size: 20px;
    line-height: 100px;

    position: relative;
    z-index: 2;

    display: block;

    padding: 0 40px;
}
@media (max-width: 1199px)
{
    .inner-news-menu .news-menu > ul > li > a
    {
        font-size: 18px;
        line-height: 80px;
    }
}
@media (max-width: 991px)
{
    .inner-news-menu .news-menu > ul > li > a
    {
        font-size: 16px;
        line-height: 60px;
    }
}
@media (max-width: 767px)
{
    .inner-news-menu .news-menu > ul > li > a
    {
        font-size: 14px;
        line-height: 40px;

        padding: 0 10px;
    }
}
.inner-news-menu .news-menu > ul > li.active,
.inner-news-menu .news-menu > ul > li:hover
{
    color: #fff;
}
.inner-news-menu .news-menu > ul > li.active:before,
.inner-news-menu .news-menu > ul > li:hover:before,
.inner-news-menu .news-menu > ul > li.active:after,
.inner-news-menu .news-menu > ul > li:hover:after
{
    opacity: 1;
}
.innersidebar
{
    position: absolute;
    top: -webkit-calc(50% + 40px);
    top:         calc(50% + 40px);

    width: 100%;

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

    color: #fff;
}
@media (max-width: 767px)
{
    .innersidebar
    {
        position: relative;
        top: 0;

        margin-top: 30px;

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

        color: #666;
    }
}
.innersidebar .title-innersidebar h2
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1;

    display: inline-block;

    margin: 0;

    background-image: -webkit-linear-gradient(right, #fff, #b4b4b4, #fff);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}
@media (max-width: 991px)
{
    .innersidebar .title-innersidebar h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .innersidebar .title-innersidebar h2
    {
        background-image: -webkit-linear-gradient(right, #666, #b4b4b4, #666);
    }
}
.innersidebar .sidebar
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .innersidebar .sidebar
    {
        margin-top: 20px;
    }
}
.innersidebar .sidebar > ul
{
    margin: 0 -34px;
}
@media (max-width: 991px)
{
    .innersidebar .sidebar > ul
    {
        margin: 0 -10px;
    }
}
.innersidebar .sidebar > ul > li
{
    display: inline-block;

    padding: 0 34px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .innersidebar .sidebar > ul > li
    {
        padding: 0 10px;
    }
}
.innersidebar .sidebar > ul > li > a
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

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

    border-bottom: 2px solid rgba(255, 255, 255, 0);
}
@media (max-width: 767px)
{
    .innersidebar .sidebar > ul > li > a
    {
        font-size: 14px;
    }
}
.innersidebar .sidebar > ul > li > a:after
{
    position: absolute;
    bottom: -7px;
    left: 50%;

    display: block;

    width: 0;
    height: 0;

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

    opacity: 0;
    border-width: 5px 3px 0 3px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.innersidebar .sidebar > ul > li.active > a,
.innersidebar .sidebar > ul > li:hover > a
{
    border-bottom: 2px solid #fff;
}
@media (max-width: 767px)
{
    .innersidebar .sidebar > ul > li.active > a,
    .innersidebar .sidebar > ul > li:hover > a
    {
        color: #046fd4;
    }
}
.innersidebar .sidebar > ul > li.active > a:after,
.innersidebar .sidebar > ul > li:hover > a:after
{
    opacity: 1;
}
.inner-about
{
    font-size: 14px;

    position: relative;

    background: url(../images/about_bg.jpg) no-repeat center;
    background-size: cover;
}
.inner-about .about
{
    position: relative;
    z-index: 4;

    padding-right: 8%;
}
@media (max-width: 991px)
{
    .inner-about .about
    {
        padding-right: 0;
    }
}
.inner-about .about-txt
{
    margin-top: 40px;
}
@media (max-width: 1470px)
{
    .inner-about .about-txt
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .inner-about .about-txt
    {
        margin-top: 20px;
    }
}
.inner-about .number
{
    position: relative;
    z-index: 2;

    margin-top: 40px;
	 background-color: #046fd4;
    padding: 30px 0;
}
@media (max-width: 1470px)
{
    .inner-about .number
    {
        margin-top: 30px;
        padding: 10px 0;
    }
}
@media (max-width: 767px)
{
    .inner-about .number
    {
        width: 100%;
    }
}
.inner-about .number:before
{
    position: absolute;
    top: 0;
    left: -250%;

    display: block;

    width: 500%;
    height: 100%;

    content: '';

    background-color: #046fd4;
	display: none;
}
.inner-about .number ul
{
    position: relative;
    z-index: 2;
}
.inner-about .number ul li:nth-child(2) .component h3 sub
{
    font-size: 30px;
}
.inner-about .number .component
{
    margin: 20px 0;

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

    color: #fff;
}
.inner-about .number .component h3
{
    font-size: 60px;

    margin: 0;
}
@media (max-width: 1470px)
{
    .inner-about .number .component h3
    {
        font-size: 50px;
    }
}
@media (max-width: 991px)
{
    .inner-about .number .component h3
    {
        font-size: 40px;
    }
}
.inner-about .number .component h3 .counter
{
    font-family: 'D-DIN Condensed';
}
.inner-about .number .component h3 sub
{
    font-size: 18px;

    position: relative;
    bottom: 20px;

    vertical-align: bottom;
}
.inner-about .number .component p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 991px)
{
    .inner-about .number .component p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inner-about .number .component p
    {
        font-size: 14px;
    }
}
.inner-about .number .component:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.inner-about .about-carousel
{
    font-size: 0;

    position: relative;
    z-index: 4;

    margin-top: 50px;
}
@media (max-width: 1470px)
{
    .inner-about .about-carousel
    {
        margin-top: 30px;
    }
}
@media (max-width: 991px)
{
    .inner-about .about-carousel
    {
        width: 100%;
    }
}
.inner-about .about-carousel .item .ibox
{
    padding-bottom: 77.81463415%;
}
.inner-about .about-carousel .item,
.home-about .about-carousel .item{
	position: relative;
}
.inner-about .about-carousel .item h3,
.home-about .about-carousel .item h3{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px;
	background-color: rgba(4, 111, 212, .7);
	color: #fff;
	font-size: 18px;
	margin: 0;
	line-height: 30px;
	z-index: 2;
	text-align: center;
}
@media(max-width:767px){
	.inner-about .about-carousel .item h3,
	.home-about .about-carousel .item h3{
		font-size: 16px;
		line-height: 24px;
	}
}
.inner-about .environment
{
    position: relative;
    z-index: 7;

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

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1560px)
{
    .inner-about .environment
    {
        margin-top: 30px;
    }
}
@media (max-width: 991px)
{
    .inner-about .environment
    {
        padding: 20px 15px 40px 15px;
    }
}
.inner-about .environment .environment-menu
{
    text-align: center;

    border-bottom: 1px solid #e5e5e5;
}
.inner-about .environment .environment-menu > ul
{
    margin: 0 -40px;
}
@media (max-width: 1560px)
{
    .inner-about .environment .environment-menu > ul
    {
        margin: 0 -20px;
    }
}
@media (max-width: 1199px)
{
    .inner-about .environment .environment-menu > ul
    {
        margin: 0 -5px;
    }
}
.inner-about .environment .environment-menu > ul > li
{
    display: inline-block;

    padding: 0 40px;

    vertical-align: top;
}
@media (max-width: 1560px)
{
    .inner-about .environment .environment-menu > ul > li
    {
        padding: 0 20px;
    }
}
@media (max-width: 1199px)
{
    .inner-about .environment .environment-menu > ul > li
    {
        padding: 0 5px;
    }
}
.inner-about .environment .environment-menu > ul > li > a
{
    font-size: 18px;
    line-height: 70px;

    position: relative;

    display: block;
}
@media (max-width: 1199px)
{
    .inner-about .environment .environment-menu > ul > li > a
    {
        font-size: 16px;
        line-height: 50px;
    }
}
@media (max-width: 991px)
{
    .inner-about .environment .environment-menu > ul > li > a
    {
        font-size: 14px;
        line-height: 30px;
    }
}
.inner-about .environment .environment-menu > ul > li > a:before
{
    position: absolute;
    bottom: -3px;
    left: 50%;

    display: block;

    width: 0;
    height: 4px;

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

    background-color: #046fd4;
}
@media (max-width: 1199px)
{
    .inner-about .environment .environment-menu > ul > li > a:before
    {
        display: none;
    }
}
.inner-about .environment .environment-menu > ul > li > a:after
{
    position: absolute;
    bottom: -11px;
    left: 50%;

    display: block;

    width: 0;
    height: 0;

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

    opacity: 0;
    border-width: 8px 4px 0 4px;
    border-style: solid;
    border-color: #046fd4 transparent transparent transparent;
}
@media (max-width: 1199px)
{
    .inner-about .environment .environment-menu > ul > li > a:after
    {
        display: none;
    }
}
.inner-about .environment .environment-menu > ul > li.active > a
{
    color: #046fd4;
}
.inner-about .environment .environment-menu > ul > li.active > a:after
{
    opacity: 1;
}
.inner-about .environment .environment-menu > ul > li.active > a:before
{
    width: 100%;
}
.inner-about .environment .environment-list
{
    margin-top: 60px;
}
@media (max-width: 767px)
{
    .inner-about .environment .environment-list
    {
        margin-top: 30px;
    }
}
.inner-about .environment .environment-list .environment-carousel
{
    padding: 0 10%;
}
@media (max-width: 991px)
{
    .inner-about .environment .environment-list .environment-carousel
    {
        padding: 0 5%;
    }
}
@media (max-width: 767px)
{
    .inner-about .environment .environment-list .environment-carousel
    {
        padding: 0;
    }
}
.inner-about .environment .environment-list .slick-slide
{
    padding: 0 20px;
}
@media (max-width: 767px)
{
    .inner-about .environment .environment-list .slick-slide
    {
        padding: 0 10px;
    }
}
.inner-about .environment .environment-list .slick-arrow
{
    font-size: 60px;

    top: 50%;
    bottom: auto;
    left: 0;

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

    color: #d5d5d5;
    background: none;
    box-shadow: none;
}
@media (max-width: 991px)
{
    .inner-about .environment .environment-list .slick-arrow
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .inner-about .environment .environment-list .slick-arrow
    {
        left: -25px;
    }
}
.inner-about .environment .environment-list .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
@media (max-width: 767px)
{
    .inner-about .environment .environment-list .slick-arrow.slick-next
    {
        right: -25px;
    }
}
.inner-about .environment .environment-list .slick-arrow:hover
{
    color: #046fd4;
    background: none;
}
.inner-about .environment .environment-list .component
{
    position: relative;

    display: block;
    overflow: hidden;

    height: 300px;

    text-align: center;
}
@media (max-width: 991px)
{
    .inner-about .environment .environment-list .component
    {
        height: 200px;
    }
}
.inner-about .environment .environment-list .component img
{
    display: block;

    height: 100%;

    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-about .environment .environment-list .component h3
{
    font-size: 16px;
    line-height: 46px;

    position: absolute;
    z-index: 2;
    bottom: 0;

    display: -webkit-box;
    overflow: hidden;

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

    color: #fff;
    background-color: rgba(4, 111, 212, .8);

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.inner-about .environment .environment-list .component:hover img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-scientist .scientist
{
    font-size: 0;

    margin-top: 60px;
}
@media (max-width: 991px)
{
    .inner-scientist .scientist
    {
        margin-top: 30px;
    }
}
.inner-scientist .scientist .scientist-img,
.inner-scientist .scientist .scientist-right
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.inner-scientist .scientist .scientist-img
{
    position: relative;

    width: 490px;
}
@media (max-width: 1199px)
{
    .inner-scientist .scientist .scientist-img
    {
        width: 300px;
    }
}
@media (max-width: 767px)
{
    .inner-scientist .scientist .scientist-img
    {
        width: 90%;
    }
}
.inner-scientist .scientist .scientist-img:before
{
    position: absolute;
    top: 40px;
    left: 40px;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: #e6e6e6;
}
@media (max-width: 767px)
{
    .inner-scientist .scientist .scientist-img:before
    {
        top: 20px;
        left: 20px;
    }
}
.inner-scientist .scientist .scientist-img img
{
    position: relative;
    z-index: 2;

    width: 100%;
}
.inner-scientist .scientist .scientist-right
{
    width: -webkit-calc(100% - 490px);
    width:         calc(100% - 490px);
    padding-left: 7%;
}
@media (max-width: 1199px)
{
    .inner-scientist .scientist .scientist-right
    {
        width: -webkit-calc(100% - 300px);
        width:         calc(100% - 300px);
    }
}
@media (max-width: 767px)
{
    .inner-scientist .scientist .scientist-right
    {
        width: 100%;
        margin-top: 50px;
        padding-left: 0;
    }
}
.inner-scientist .scientist .scientist-right .title-scientist h2
{
    font-size: 48px;
    line-height: 1.2;

    margin: 0;

    color: #046fd4;
}
@media (max-width: 1470px)
{
    .inner-scientist .scientist .scientist-right .title-scientist h2
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .inner-scientist .scientist .scientist-right .title-scientist h2
    {
        font-size: 34px;
    }
}
@media (max-width: 991px)
{
    .inner-scientist .scientist .scientist-right .title-scientist h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .inner-scientist .scientist .scientist-right .title-scientist h2
    {
        font-size: 20px;
    }
}
.inner-scientist .scientist .scientist-right .title-scientist h3
{
    font-size: 18px;
    line-height: 30px;

    display: inline-block;

    padding: 10px 30px;

    color: #fff;
    background-color: #046fd4;
}
@media (max-width: 991px)
{
    .inner-scientist .scientist .scientist-right .title-scientist h3
    {
        font-size: 16px;

        padding: 10px;
    }
}
.inner-scientist .scientist .scientist-right .desc
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .inner-scientist .scientist .scientist-right .desc
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .inner-scientist .scientist .scientist-right .desc
    {
        margin-top: 14px;
    }
}
.inner-scientist .scientist .scientist-right .desc p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;
}
@media (max-width: 991px)
{
    .inner-scientist .scientist .scientist-right .desc p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-culture
{
    padding: 0;

    background: url(../images/culture_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px)
{
    .inner-culture
    {
        background-attachment: fixed;
    }
}
.inner-culture .culture ul
{
    margin: 0;
}
.inner-culture .culture ul li
{
    padding: 0;

    border-right: 1px solid rgba(255, 255, 255, .4);
}
@media (max-width: 767px)
{
    .inner-culture .culture ul li
    {
        border-bottom: 1px solid rgba(255, 255, 255, .4);
    }
}
.inner-culture .culture .component
{
    padding: 120px 5%;

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

    color: #fff;
}
@media (max-width: 1199px)
{
    .inner-culture .culture .component
    {
        padding: 60px 5%;
    }
}
@media (max-width: 767px)
{
    .inner-culture .culture .component
    {
        padding: 30px 15px;
    }
}
.inner-culture .culture .component .icon
{
    display: block;

    width: 70px;
    margin: 0 auto;

    -webkit-transition: all .6s;
            transition: all .6s;
}
@media (max-width: 991px)
{
    .inner-culture .culture .component .icon
    {
        width: 50px;
    }
}
.inner-culture .culture .component .icon img
{
    width: 100%;

    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.inner-culture .culture .component h3
{
    font-size: 24px;
    line-height: 1.4;
}
@media (max-width: 1199px)
{
    .inner-culture .culture .component h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .inner-culture .culture .component h3
    {
        font-size: 18px;
    }
}
.inner-culture .culture .component p
{
    font-size: 16px;
    line-height: 1.875;

    max-width: 370px;
    margin: 0 auto;
}
@media (max-width: 767px)
{
    .inner-culture .culture .component p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-culture .culture .component:hover
{
    background-color: rgba(4, 111, 212, .7);
}
.inner-culture .culture .component:hover .icon
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.inner-honor .home-title
{
    text-align: center;
}
.inner-honor .home-title span
{
    display: block;
}
.inner-honor .honor
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .inner-honor .honor
    {
        margin-top: 30px;
    }
}
.inner-honor .honor .honor-carousel
{
    padding: 0 10%;
}
@media (max-width: 991px)
{
    .inner-honor .honor .honor-carousel
    {
        padding: 0 5%;
    }
}
@media (max-width: 767px)
{
    .inner-honor .honor .honor-carousel
    {
        padding: 0;
    }
}
.inner-honor .honor .slick-slide
{
    padding: 0 20px;
}
@media (max-width: 767px)
{
    .inner-honor .honor .slick-slide
    {
        padding: 0 10px;
    }
}
.inner-honor .honor .slick-arrow
{
    font-size: 60px;

    top: 50%;
    bottom: auto;
    left: 0;

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

    color: #d5d5d5;
    box-shadow: none;
}
.inner-honor .honor .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
.inner-honor .honor .slick-arrow:hover
{
    color: #046fd4;
    background: none;
}
.inner-honor .honor .slick-arrow
{
    font-size: 60px;

    top: 50%;
    bottom: auto;
    left: 0;

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

    color: #d5d5d5;
    background: none;
    box-shadow: none;
}
@media (max-width: 991px)
{
    .inner-honor .honor .slick-arrow
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .inner-honor .honor .slick-arrow
    {
        left: -25px;
    }
}
.inner-honor .honor .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
@media (max-width: 767px)
{
    .inner-honor .honor .slick-arrow.slick-next
    {
        right: -25px;
    }
}
.inner-honor .honor .slick-arrow:hover
{
    color: #046fd4;
    background: none;
}
.inner-honor .honor .component
{
    position: relative;

    display: block;
    overflow: hidden;
	margin: 30px 0;
    /* height: 300px; */

    text-align: center;
}
@media (max-width: 991px)
{
    .inner-honor .honor .component
    {
        margin: 10px 0;
    }
}
.inner-honor .honor .component:after{
	content: '';
	display: block;
	width: 100%;
	height: 70px;
	background: url(../images/about_03.png) no-repeat  center;
	background-size: 100% auto;
	margin-top: -10px;
}
@media(max-width:1560px){
	.inner-honor .honor .component:after{
		height: 50px;
	}
}
.inner-honor .honor .component img
{
    display: block;
	padding: 0 10%;
    width: 100%;
	mix-blend-mode: multiply;
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-honor .honor .component h3
{
    font-size: 16px;
    line-height: 46px;

    position: absolute;
    z-index: 2;
    bottom: 0;

    display: -webkit-box;
    overflow: hidden;

    width: 100%;
    height: 46px;
    margin: 0;
	display: none;
    color: #fff;
    background-color: rgba(4, 111, 212, .8);

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.inner-honor .honor .component:hover img
{
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}
#about-about,
#about-scientist,
#about-culture,
#about-honor
{
    position: relative;
    top: -80px;
}
.inner-product
{
    padding-top: 0;
}
@media (min-width: 1560px)
{
    .inner-product .product ul
    {
        margin: 0 -20px;
    }
    .inner-product .product ul li
    {
        padding: 0 20px;
    }
}
.inner-product .product .component
{
    display: block;

    margin-top: 40px;
}
@media (max-width: 1470px)
{
    .inner-product .product .component
    {
        margin-top: 30px;
    }
}
.inner-product .product .component .product-img .ibox
{
    padding-bottom: 75%;
}
.inner-product .product .component .product-img .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-product .product .component .desc
{
    position: relative;

    padding-right: 30px;

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

    border-bottom: 1px solid #ececec;
}
.inner-product .product .component .desc h3
{
    font-size: 18px;
    line-height: 60px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px)
{
    .inner-product .product .component .desc h3
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inner-product .product .component .desc h3
    {
        line-height: 40px;

        height: 40px;
    }
}
.inner-product .product .component .desc .more
{
    font-size: 14px;

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

    display: inline-block;

    color: #046fd4;
	text-align: right;
}
@media (max-width: 767px)
{
    .inner-product .product .component .desc .more
    {
        position: relative;
        right: auto;
        bottom: auto;

        display: block;

        text-align: right;
    }
}
.inner-product .product .component .desc .more:before
{
    font-family: 'iconfont' !important;
    font-size: 12px;

    display: inline-block;

    margin-right: 4px;

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

    color: #046fd4;
}
.inner-product .product .component:hover .product-img .ibox img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-product .product .component:hover .desc
{
    border-bottom-color: #046fd4;
}
.inner-product .product .component:hover .desc h3
{
    color: #046fd4;
}
.inner-application
{
    padding-top: 0;
}
@media (min-width: 768px)
{
    .inner-application .application ul li:nth-child(2n) .component .application-img
    {
        left: 45%;
    }
    .inner-application .application ul li:nth-child(2n) .component .desc
    {
        right: 55%;
    }
}
.inner-application .application .component
{
    font-size: 0;

    margin-top: 60px;
}
@media (max-width: 991px)
{
    .inner-application .application .component
    {
        margin-top: 30px;
    }
}
.inner-application .application .component .application-img,
.inner-application .application .component .desc
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    vertical-align: middle;
}
.inner-application .application .component .application-img
{
    width: 55%;
}
@media (max-width: 767px)
{
    .inner-application .application .component .application-img
    {
        width: 100%;
    }
}
.inner-application .application .component .application-img img
{
    width: 100%;
}
.inner-application .application .component .desc
{
    width: 45%;
    padding: 0 5%;
}
@media (max-width: 767px)
{
    .inner-application .application .component .desc
    {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }
}
.inner-application .application .component .desc .tit-mask
{
    overflow: hidden;

    color: #046fd4;
}
.inner-application .application .component .desc .tit-mask img,
.inner-application .application .component .desc .tit-mask h3
{
    display: inline-block;

    vertical-align: middle;
}
.inner-application .application .component .desc .tit-mask h3
{
    font-size: 30px;

    margin: 0;
}
@media (max-width: 1350px)
{
    .inner-application .application .component .desc .tit-mask h3
    {
        font-size: 24px;
    }
}
@media (max-width: 1199px)
{
    .inner-application .application .component .desc .tit-mask h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .inner-application .application .component .desc .tit-mask h3
    {
        font-size: 18px;
    }
}
.inner-application .application .component .desc .tit-mask img
{
    width: 50px;
    margin-right: 10px;

   /* -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

    -webkit-filter: drop-shadow(50px 0 0 #046fd4);
            filter: drop-shadow(50px 0 0 #046fd4); */
}
@media (max-width: 767px)
{
    .inner-application .application .component .desc .tit-mask img
    {
        width: 40px;
    }
}
.inner-application .application .component .desc .txt
{
    margin-top: 20px;
}
.inner-application .application .component .desc .txt p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #777;
}
@media (max-width: 767px)
{
    .inner-application .application .component .desc .txt p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-product-show
{
    padding-top: 40px;
}
.inner-product-show .pro-show
{
    border: 1px solid #e4e4e4;
}
.inner-product-show .pro-show .itempack .ibox
{
    padding-bottom: 75%;
}
.inner-product-show .pro-show .products-show-big-scroll .itempack
{
    cursor: crosshair;
}
.inner-product-show .pro-show .products-show-small-scroll
{
    padding: 20px 30px;
}
.inner-product-show .pro-show .products-show-small-scroll .slick-slide
{
    padding: 0 8px;
}
.inner-product-show .pro-show .products-show-small-scroll .slick-arrow
{
    font-size: 14px;
    line-height: 20px;

    position: absolute;
    top: 50%;
    left: 5px;

    width: 20px;
    height: 20px;

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

    color: #046fd4;
    border-radius: 50%;
    background-color: #d0e8ff;
    box-shadow: none;
}
.inner-product-show .pro-show .products-show-small-scroll .slick-arrow.slick-next
{
    right: 5px;
    left: auto;
}
.inner-product-show .pro-show .products-show-small-scroll .slick-arrow:hover
{
    color: #fff;
    background-color: #046fd4;
}
.inner-product-show .product-info .title-product-show
{
    padding: 20px 0;

    border-bottom: 1px solid #ddd;
}
.inner-product-show .product-info .title-product-show h1
{
    font-size: 24px;
    line-height: 30px;

    position: relative;

    margin: 0;
}
@media (max-width: 767px)
{
    .inner-product-show .product-info .title-product-show h1
    {
        font-size: 20px;
    }
}
.inner-product-show .product-info .title-product-show h1:before
{
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    background-color: #046fd4;
}
.inner-product-show .product-info .title-product-show h1 span
{
    position: relative;
    z-index: 2;

    padding: 0 16px;

    background-color: #fff;
}
.inner-product-show .product-info .desc
{
    min-height: 284px;
    padding: 20px 0;
}
@media (max-width: 1470px)
{
    .inner-product-show .product-info .desc
    {
        min-height: 245px;
        padding: 10px 0;
    }
}
@media (max-width: 1680px)
{
    .inner-product-show .product-info .desc
    {
        min-height: 245px;
        padding: 10px 0;
    }
}

@media (max-width: 1300px)
{
.inner-product-show .product-info .desc
{
    min-height: 154px;
    padding: 10px 0;
}
}
@media (max-width: 991px)
{
    .inner-product-show .product-info .desc
    {
        min-height: auto;
    }
}
.inner-product-show .product-info .desc p
{
    font-size: 16px;
    line-height: 30px;

    margin: 0;

    color: #666;
}
@media (max-width: 1470px)
{
    .inner-product-show .product-info .desc p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-product-show .product-info .share-link
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 15px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1470px)
{
    .inner-product-show .product-info .share-link
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .inner-product-show .product-info .share-link
    {
        display: block;
    }
}
.inner-product-show .product-info .btn-contact a
{
    font-size: 16px;
    line-height: 46px;

    display: inline-block;

    padding: 0 38px;

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

    color: #fff;
    background-color: #046fd4;
}
.inner-product-show .product-info .btn-contact a:hover
{
    color: #fff;
    background-color: #bc2021;
}
@media (max-width: 767px)
{
    .inner-product-show .product-info .social-share
    {
        margin-top: 20px;
    }
}
.inner-product-show .title-pro-show h2
{
    font-size: 24px;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 991px)
{
    .inner-product-show .title-pro-show h2
    {
        font-size: 20px;
    }
}
.inner-product-show .title-pro-show h2 img
{
    display: inline-block;

    width: 34px;
    margin-right: 5px;

    vertical-align: middle;
}
.inner-product-show .details
{
    margin-top: 50px;
    padding: 2px;

    border: 1px solid #e4e4e4;
}
.inner-product-show .details .details-sort
{
    padding: 14px 30px 0 30px;

    background-color: #f7f7f7;
}
@media (max-width: 767px)
{
    .inner-product-show .details .details-sort
    {
        padding: 10px 10px 0 10px;
    }
}
.inner-product-show .details .details-sort ul li
{
    position: relative;

    display: inline-block;

    vertical-align: top;

    border: 1px solid #f7f7f7;
    border-bottom: none;
}
.inner-product-show .details .details-sort ul li a
{
    font-size: 18px;
    line-height: 30px;

    display: block;

    padding: 15px 30px;

    color: #777;
}
@media (max-width: 1470px)
{
    .inner-product-show .details .details-sort ul li a
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .inner-product-show .details .details-sort ul li a
    {
        font-size: 15px;
        line-height: 30px;

        padding: 4px 20px;
    }
}
.inner-product-show .details .details-sort ul li.active
{
    border-color: #e4e4e4;
}
.inner-product-show .details .details-sort ul li.active a
{
    color: #333;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#fff));
    background-image: -webkit-linear-gradient(#efefef, #fff);
    background-image:         linear-gradient(#efefef, #fff);
}
.inner-product-show .details .details-list
{
    overflow: hidden;

    padding: 30px;
}
.inner-product-show .details .details-list p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
	.inner-product-show .details .details-list{
		padding: 30px 14px;
	}
    .inner-product-show .details .details-list p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-product-show .details .details-list img
{
    max-width: 100%;
    height: auto !important;
}
.inner-product-show .details .details-list table
{
    width: 100%;
}
.inner-product-show .details .details-list table td,
.inner-product-show .details .details-list table th
{
    padding: 10px;

    border: 1px solid #dcdcdc;
}
.inner-product-show .recommended-products
{
    margin-top: 50px;
}
.inner-product-show .recommended-products .recommended-products-carousel
{
    margin: 0 -15px;
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .inner-product-show .recommended-products .recommended-products-carousel
    {
        margin: 0 -5px;
        margin-top: 20px;
    }
}
.inner-product-show .recommended-products .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .inner-product-show .recommended-products .slick-slide
    {
        padding: 0 5px;
    }
}
.inner-product-show .recommended-products .slick-arrow
{
    font-size: 20px;
    line-height: 40px;

    top: -80px;
    bottom: auto;

    width: 40px;
    height: 40px;
}
.inner-product-show .recommended-products .slick-arrow.slick-next
{
    right: 20px;
}
@media (max-width: 767px)
{
    .inner-product-show .recommended-products .slick-arrow
    {
        top: -60px;
    }
}
.inner-product-show .recommended-products .component
{
    display: block;
}
.inner-product-show .recommended-products .component .product-img .ibox
{
    padding-bottom: 75%;
}
.inner-product-show .recommended-products .component .product-img .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-product-show .recommended-products .component .desc
{
    position: relative;

    padding-right: 30px;

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

    border-bottom: 1px solid #ececec;
}
.inner-product-show .recommended-products .component .desc h3
{
    font-size: 18px;
    line-height: 60px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px)
{
    .inner-product-show .recommended-products .component .desc h3
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inner-product-show .recommended-products .component .desc h3
    {
        line-height: 40px;

        height: 40px;
    }
}
.inner-product-show .recommended-products .component .desc .more
{
    font-size: 24px;
    font-weight: bold;
    line-height: 60px;

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

    display: block;

    width: 30px;

    text-align: center;

    color: #046fd4;
}
@media (max-width: 767px)
{
    .inner-product-show .recommended-products .component .desc .more
    {
        font-size: 20px;
        line-height: 40px;
    }
}
.inner-product-show .recommended-products .component:hover .product-img .ibox img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-product-show .recommended-products .component:hover .desc
{
    border-bottom-color: #046fd4;
}
.inner-product-show .recommended-products .component:hover .desc h3
{
    color: #046fd4;
}
.inner-research
{
    padding-top: 40px;
}
@media (max-width: 767px)
{
    .inner-research
    {
        padding-top: 20px;
    }
}
.inner-research .research .component
{
    display: block;

    margin-top: 30px;

    text-align: center;
}
@media (max-width: 767px)
{
    .inner-research .research .component
    {
        margin-top: 20px;
    }
}
.inner-research .research .component .ibox
{
    padding-bottom: 75%;
}
.inner-research .research .component .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-research .research .component .desc
{
    padding: 10px;

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

    color: #fff;
    background-color: #046fd4;
}
.inner-research .research .component .desc h3
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .inner-research .research .component .desc h3
    {
        font-size: 14px;
    }
}
.inner-research .research .component:hover .ibox img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-research .research .component:hover .desc
{
    background-color: #bc2021;
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap
{
    opacity: 1;
}
.fancybox-caption h3
{
    font-size: 20px;
}
@media (max-width: 767px)
{
    .fancybox-caption h3
    {
        font-size: 18px;
    }
}
.fancybox-caption p
{
    font-size: 16px;
    line-height: 1.875;
}
@media (max-width: 767px)
{
    .fancybox-caption p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-news
{
    padding-top: 0;
}
@media (min-width: 1200px)
{
    .inner-news .news ul
    {
        margin: 0 -20px;
    }
    .inner-news .news ul li
    {
        padding: 0 20px;
    }
}
.inner-news .news .component
{
    font-size: 14px;

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

    border: 1px solid #efefef;
}
@media (max-width: 767px)
{
    .inner-news .news .component
    {
        margin-top: 20px;
    }
}
.inner-faqs .faqs .fpart
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .inner-faqs .faqs .fpart
    {
        margin-top: 20px;
    }
}
.inner-faqs .faqs .fpart .title-subject,
.inner-faqs .faqs .fpart .desc
{
    position: relative;
}
.inner-faqs .faqs .fpart .title-subject:before,
.inner-faqs .faqs .fpart .desc:before
{
    font-size: 14px;
    line-height: 26px;

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

    width: 26px;
    height: 26px;

    content: 'Q';
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #046fd4;
}
@media (max-width: 991px)
{
    .inner-faqs .faqs .fpart .title-subject:before,
    .inner-faqs .faqs .fpart .desc:before
    {
        top: 12px;
        left: 10px;
    }
}
.inner-faqs .faqs .fpart .desc
{
    display: none;

    padding: 30px 80px;

    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .inner-faqs .faqs .fpart .desc
    {
        padding: 20px 20px 20px 50px;
    }
}
.inner-faqs .faqs .fpart .desc:before
{
    top: 30px;

    content: 'A';

    background-color: #bc2021;
}
@media (max-width: 991px)
{
    .inner-faqs .faqs .fpart .desc:before
    {
        top: 25px;
    }
}
.inner-faqs .faqs .fpart .desc p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .inner-faqs .faqs .fpart .desc p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-faqs .faqs .fpart .title-subject
{
    position: relative;

    padding: 20px 80px;

    cursor: pointer;

    background-color: #ecf6ff;
}
@media (max-width: 991px)
{
    .inner-faqs .faqs .fpart .title-subject
    {
        padding: 10px 50px;
    }
}
.inner-faqs .faqs .fpart .title-subject:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 40px;

    position: absolute;
    top: 15px;
    right: 40px;

    display: inline-block;

    width: 40px;

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

    color: #046fd4;
}
@media (max-width: 991px)
{
    .inner-faqs .faqs .fpart .title-subject:after
    {
        font-size: 24px;

        top: 5px;
        right: 10px;
    }
}
@media (max-width: 767px)
{
    .inner-faqs .faqs .fpart .title-subject:after
    {
        font-size: 24px;
    }
}
.inner-faqs .faqs .fpart .title-subject h3
{
    font-size: 18px;
    line-height: 30px;

    margin: 0;

    color: #046fd4;
}
@media (max-width: 991px)
{
    .inner-faqs .faqs .fpart .title-subject h3
    {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 767px)
{
    .inner-faqs .faqs .fpart .title-subject h3
    {
        font-size: 14px;
    }
}
.inner-faqs .faqs .current .title-subject:after
{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.inner-news-show .news-show
{
    padding: 0 8%;
}
@media (max-width: 991px)
{
    .inner-news-show .news-show
    {
        padding: 0;
    }
}
.inner-news-show .title-news-show
{
    text-align: center;
}
.inner-news-show .title-news-show h1
{
    font-size: 30px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 1199px)
{
    .inner-news-show .title-news-show h1
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .inner-news-show .title-news-show h1
    {
        font-size: 20px;
    }
}
.inner-news-show .txt-share
{
    margin-top: 20px;

    text-align: center;
}
.inner-news-show .txt-share p
{
    font-size: 14px;
    line-height: 30px;

    margin: 0;

    color: #999;
}
.inner-news-show .txt-share p img
{
    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
.inner-news-show .text-top
{
    overflow: hidden;

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

    color: #999;
    background-color: #f5f5f5;
}
.inner-news-show .text-top:before,
.inner-news-show .text-top:after
{
    font-family: Arial;
    font-size: 72px;
    line-height: 40px;

    display: block;

    margin: 10px 0;

    content: '“';
}
.inner-news-show .text-top:before
{
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
}
.inner-news-show .text-top:after
{
    float: right;

    content: '“';
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}
.inner-news-show .text-top .note
{
    padding: 20px 5%;
}
.inner-news-show .text-top p
{
    font-size: 14px;
    line-height: 30px;
}
@media (max-width: 767px)
{
    .inner-news-show .text-top p
    {
        font-size: 13px;
        line-height: 24px;
    }
}
.inner-news-show .text
{
    margin-top: 30px;
}
.inner-news-show .text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .inner-news-show .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-news-show .text img
{
    max-width: 100%;
    height: auto !important;
}
.button-relate
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 50px;

    background-color: #f7f7f7;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.button-relate a
{
    line-height: 60px;

    width: 60px;
    height: 60px;

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

    color: #d3d3d3;
    background-color: #ececec;
}
.button-relate a .icon
{
    font-size: 30px;
}
.button-relate a:hover
{
    color: #fff;
    background-color: #046fd4;
}
.button-relate a.return
{
    background-color: #f7f7f7;
}
.button-relate a.return .icon
{
    font-size: 40px;
}
.button-relate a.return:hover
{
    color: #046fd4;
}
.inner-contact
{
    padding-bottom: 0;
}
.inner-contact .contact
{
    font-size: 0;

    position: relative;
    z-index: 2;

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

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.inner-contact .contact .contact-left,
.inner-contact .contact .contact-right
{
    font-size: 14px;

    display: inline-block;

    padding: 40px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .inner-contact .contact .contact-left,
    .inner-contact .contact .contact-right
    {
        padding: 20px;
    }
}
.inner-contact .contact .title-contact h2
{
    font-size: 36px;
    line-height: 1.2;

    margin: 0;

    color: #046fd4;
}
@media (max-width: 1470px)
{
    .inner-contact .contact .title-contact h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .inner-contact .contact .title-contact h2
    {
        font-size: 24px;
    }
}
.inner-contact .contact .contact-left
{
    width: 45%;
}
@media (max-width: 767px)
{
    .inner-contact .contact .contact-left
    {
        width: 100%;
    }
}
.inner-contact .contact .contact-left .contact-info .contact-item
{
    font-size: 0;

    margin-top: 50px;
}
@media (max-width: 991px)
{
    .inner-contact .contact .contact-left .contact-info .contact-item
    {
        margin-top: 30px;
    }
}
.inner-contact .contact .contact-left .contact-info .contact-item img,
.inner-contact .contact .contact-left .contact-info .contact-item .txt
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.inner-contact .contact .contact-left .contact-info .contact-item img
{
    width: 90px;
    padding: 0 20px;
}
@media (max-width: 991px)
{
    .inner-contact .contact .contact-left .contact-info .contact-item img
    {
        width: 60px;
        padding: 0 10px;
    }
}
.inner-contact .contact .contact-left .contact-info .contact-item .txt
{
    width: -webkit-calc(100% - 90px);
    width:         calc(100% - 90px);
}
@media (max-width: 991px)
{
    .inner-contact .contact .contact-left .contact-info .contact-item .txt
    {
        width: -webkit-calc(100% - 60px);
        width:         calc(100% - 60px);
    }
}
.inner-contact .contact .contact-left .contact-info .contact-item .txt h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 991px)
{
    .inner-contact .contact .contact-left .contact-info .contact-item .txt h3
    {
        font-size: 18px;
    }
}
.inner-contact .contact .contact-left .contact-info .contact-item .txt p
{
    font-size: 15px;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #046fd4;
}
@media (max-width: 991px)
{
    .inner-contact .contact .contact-left .contact-info .contact-item .txt p
    {
        font-size: 14px;
    }
}
.inner-contact .contact .contact-left .contact-info .contact-item .txt a:hover
{
    text-decoration: underline;
}
.inner-contact .contact .contact-right
{
    width: 55%;
}
@media (max-width: 767px)
{
    .inner-contact .contact .contact-right
    {
        width: 100%;
    }
}
.inner-contact .contact .contact-right form input,
.inner-contact .contact .contact-right form textarea
{
    font-size: 14px;
    line-height: 30px;

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

    resize: none;

    border: 1px solid #dbedfe;
    outline: none;
    background-color: #fafafa;
}
.inner-contact .contact .contact-right form input::-webkit-input-placeholder,
.inner-contact .contact .contact-right form textarea::-webkit-input-placeholder
{
    color: #666;
}
.inner-contact .contact .contact-right form input:-o-placeholder,
.inner-contact .contact .contact-right form textarea:-o-placeholder
{
    color: #666;
}
.inner-contact .contact .contact-right form input::-moz-placeholder,
.inner-contact .contact .contact-right form textarea::-moz-placeholder
{
    color: #666;
}
.inner-contact .contact .contact-right form input:-ms-input-placeholder,
.inner-contact .contact .contact-right form textarea:-ms-input-placeholder
{
    color: #666;
}
.inner-contact .contact .contact-right form input:focus::-webkit-input-placeholder,
.inner-contact .contact .contact-right form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.inner-contact .contact .contact-right form input:focus::-o-placeholder,
.inner-contact .contact .contact-right form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.inner-contact .contact .contact-right form input:focus::-moz-placeholder,
.inner-contact .contact .contact-right form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.inner-contact .contact .contact-right form input:focus::-ms-input-placeholder,
.inner-contact .contact .contact-right form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.inner-contact .contact .contact-right form .submit
{
    font-size: 16px;
    line-height: 50px;

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

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

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #046fd4;
}
.inner-contact .contact .contact-right form .submit:hover
{
    background-color: #bc2021;
}
.inner-contact .map
{
    font-size: 14px;

    position: relative;

    clear: both;

    height: 640px;
    margin-top: -100px;
}
@media (max-width: 1199px)
{
    .inner-contact .map
    {
        height: 500px;
        margin-top: -50px;
    }
}
@media (max-width: 767px)
{
    .inner-contact .map
    {
        height: 300px;
        margin-top: 0;
    }
}
.inner-contact .map .mapwrap
{
    height: 100%;
}
.inner-join
{
    font-size: 14px;

    padding: 200px 0;

    background: url(../images/join_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .inner-join
    {
        padding: 140px 0;
    }
}
@media (max-width: 767px)
{
    .inner-join
    {
        padding: 100px 0 50px;
    }
}
.inner-join .title-join
{
    color: #046fd4;
}
.inner-join .title-join h2
{
    font-size: 36px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 1199px)
{
    .inner-join .title-join h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .inner-join .title-join h2
    {
        font-size: 24px;
    }
}
.inner-join .title-join h3
{
    font-family: 'D-DIN Condensed';
    font-size: 24px;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1199px)
{
    .inner-join .title-join h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .inner-join .title-join h3
    {
        font-size: 18px;
    }
}
.inner-join .join-text
{
    max-width: 840px;
    margin-top: 40px;

    color: #046fd4;
}
@media (max-width: 1199px)
{
    .inner-join .join-text
    {
        max-width: 640px;
    }
}
@media (max-width: 767px)
{
    .inner-join .join-text
    {
        margin-top: 20px;
    }
}
.inner-join .join-text p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 991px)
{
    .inner-join .join-text p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inner-join .join-text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-join .join-list
{
    max-width: 800px;
    margin-top: 50px;
}
@media (max-width: 1199px)
{
    .inner-join .join-list
    {
        max-width: 540px;
    }
}
@media (max-width: 767px)
{
    .inner-join .join-list
    {
        margin-top: 0;
    }
}
.inner-join .join-list .join-component
{
    margin-top: 30px;
    padding: 20px;

    text-align: center;

    color: #fff;
    background-color: #046fd4;
}
@media (max-width: 767px)
{
    .inner-join .join-list .join-component
    {
        margin-top: 20px;
        padding: 10px;
    }
}
.inner-join .join-list .join-component h3
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1199px)
{
    .inner-join .join-list .join-component h3
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .inner-join .join-list .join-component h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .inner-join .join-list .join-component h3
    {
        font-size: 18px;
    }
}
.inner-join .join-list .join-component p
{
    font-size: 18px;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1199px)
{
    .inner-join .join-list .join-component p
    {
        font-size: 16px;
    }
}
.inner-join .join-list .join-component.tel
{
    display: block;

    background-color: #d81e24;
}
.inner-join .join-list .join-component.tel p
{
    font-family: 'D-DIN Condensed';
    font-size: 48px;
    font-weight: bold;
}
@media (max-width: 1199px)
{
    .inner-join .join-list .join-component.tel p
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .inner-join .join-list .join-component.tel p
    {
        font-size: 30px;
    }
}
.inner-join .join-list .join-component.tel p .icon
{
    font-size: 50px;
    font-weight: normal;

    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .inner-join .join-list .join-component.tel p .icon
    {
        font-size: 40px;
    }
}
nav
{
    text-align: center;
}
.pagination
{
    margin: 50px 0 0 0;
    padding: 0;
}
@media (max-width: 991px)
{
    .pagination
    {
        margin-top: 30px;
    }
}
.pagination li.prev a,
.pagination li.next a
{
    border-radius: 50%;
}
.pagination li.prev a span:before,
.pagination li.next a span:before
{
    font-family: 'iconfont' !important;

    content: '\eb60';
}
.pagination li.next a span:before
{
    content: '\e625';
}
.pagination li a
{
    line-height: 36px;

    display: block;

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

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

    color: #666;
    border: none;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .7);
}
@media (max-width: 991px)
{
    .pagination li a
    {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover
{
    color: #fff;
    background-color: #046fd4;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #fff;
    background-color: #046fd4;
}
.zoom:after
{
    position: absolute;
    top: 0;
    right: 0;

    display: block;

    width: 33px;
    height: 33px;

    content: '';

    background: url(../images/icon.png);
}
.zoom img
{
    display: block;
}
.zoom img::-moz-selection
{
    background-color: transparent;
}
.zoom img::selection
{
    background-color: transparent;
}
.seeram-carousel .slick-arrow{
	right: auto;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 60px;
	lighting-color: 60px;
}
.seeram-carousel .slick-arrow.slick-next{
	left: auto;
	right: 0;
}
@media(min-width:1200px){
	.inner-research .research ul{
		margin: 0 -25px;
	}
	.inner-research .research ul li{
		padding: 0 25px;
	}
	.inner-research .research .component{
		margin-top: 50px;
	}

}
.inner-research-new{
	padding-left: 10px;
	padding-right: 10px;
	padding-top:30px!important;
}
.inner-research-new .research-new
{
    margin-top: -50px;
}
@media (max-width: 991px)
{
    .inner-research-new .research-new
    {
        margin-top: -30px;
    }
}
.inner-research-new .research-new .component
{
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 50px;
    padding: 14px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);

    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
            align-items: stretch;
}
@media (max-width: 991px)
{
    .inner-research-new .research-new .component
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .inner-research-new .research-new .component
    {
        display: block;
    }
}
.inner-research-new .research-new .component .img
{
    display: inline-block;

    width: 48%;
}
@media (max-width: 767px)
{
    .inner-research-new .research-new .component .img
    {
        width: 100%;
    }
}
.inner-research-new .research-new .component .img .ibox
{
    padding-bottom: 75%;
}
.inner-research-new .research-new .component .img img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-research-new .research-new .component .desc
{
    position: relative;

    width: 52%;
    padding: 0 30px;
}
@media (max-width: 767px)
{
    .inner-research-new .research-new .component .desc
    {
        width: 100%;
        padding: 0;
    }
}
.inner-research-new .research-new .component .desc h3
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    color: #046fd4;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .inner-research-new .research-new .component .desc h3
    {
        font-size: 16px;
    }
}
.inner-research-new .research-new .component .desc p
{
    font-size: 16px;
    line-height: 28px;

    display: -webkit-box;
    overflow: hidden;

    height: 84px;
    margin: 0;

    color: #555;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 767px)
{
    .inner-research-new .research-new .component .desc p
    {
        font-size: 14px;
        line-height: 24px;

        height: 72px;
    }
}

@media (max-width: 1400px)
{
.inner-research-new .research-new .component .desc p
{
    font-size: 14px;
    line-height: 20px;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;
    margin: 0;

    color: #555;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.inner-research-new .research-new .component .desc h3
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
}
}
.inner-research-new .research-new .component .desc .more
{
    font-size: 14px;

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

    display: inline-block;

    color: #046fd4;
}
@media (max-width: 767px)
{
    .inner-research-new .research-new .component .desc .more
    {
        position: relative;
        right: auto;
        bottom: auto;

        display: block;

        text-align: right;
    }
}
.inner-research-new .research-new .component .desc .more:before
{
    font-family: 'iconfont' !important;
    font-size: 12px;

    display: inline-block;

    margin-right: 4px;

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

    color: #046fd4;
}
.inner-research-new .research-new .component:hover .img .ibox img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-research-new .research-new .component:hover .desc h3
{
    text-decoration: underline;
}
.inner-research-new .research-new .component:hover .desc .more
{
    text-decoration: underline;
}
/* .inner-chief
{
    padding-top: 250px;

    background: url(../images/chief_bg.jpg) no-repeat top right;
    background-size: cover;
}
@media (max-width: 767px)
{
    .inner-chief
    {
        padding-top: 300px;

        background-size: 200%;
    }
}
.inner-chief .chief-top .tit-big
{
    position: relative;

    display: inline-block;
    overflow: hidden;
}
.inner-chief .chief-top .tit-big h2
{
    font-size: 72px;
    line-height: 1;

    position: relative;
    z-index: 2;

    margin: 0;

    color: #046fd4;
}
@media (max-width: 1470px)
{
    .inner-chief .chief-top .tit-big h2
    {
        font-size: 60px;
    }
}
@media (max-width: 1199px)
{
    .inner-chief .chief-top .tit-big h2
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .inner-chief .chief-top .tit-big h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .inner-chief .chief-top .tit-big h2
    {
        font-size: 20px;
    }
}
.inner-chief .chief-top .tit-middle h3
{
    font-size: 80px;
    line-height: 1.2;

    margin: 0;

    color: #bc2021;
}
@media (max-width: 1470px)
{
    .inner-chief .chief-top .tit-middle h3
    {
        font-size: 70px;
    }
}
@media (max-width: 1199px)
{
    .inner-chief .chief-top .tit-middle h3
    {
        font-size: 60px;
    }
}
@media (max-width: 991px)
{
    .inner-chief .chief-top .tit-middle h3
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .inner-chief .chief-top .tit-middle h3
    {
        font-size: 24px;
    }
}
.inner-chief .chief-top .tit-small h4
{
    font-size: 24px;
    line-height: 1.2;

    display: inline-block;

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

    color: #fff;
    background: url(../images/banbg.png) no-repeat center right;
    background-size: cover;
}
@media (max-width: 1470px)
{
    .inner-chief .chief-top .tit-small h4
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .inner-chief .chief-top .tit-small h4
    {
        font-size: 16px;

        margin-top: 10px;
    }
}
.inner-chief .chief-top .tit-small h4 span
{
    font-family: 'D-DIN Condensed';
    font-size: 30px;
}
@media (max-width: 1470px)
{
    .inner-chief .chief-top .tit-small h4 span
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .inner-chief .chief-top .tit-small h4 span
    {
        font-size: 20px;
    }
}
.inner-chief .chief-top .ban-txt
{
    overflow: hidden;

    margin-top: 10%;
}
.inner-chief .chief-top .ban-txt ul li
{
    display: inline-block;

    margin-right: 10px;
    padding: 0 10px;
    padding-left: 6px;

    vertical-align: top;

    color: #004bc3;
    border-left: 1px solid #004bc3;
}
@media (max-width: 767px)
{
    .inner-chief .chief-top .ban-txt ul li
    {
        margin-right: 0;
        padding: 0 6px;
    }
}
.inner-chief .chief-top .ban-txt ul li p
{
    font-size: 24px;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1199px)
{
    .inner-chief .chief-top .ban-txt ul li p
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .inner-chief .chief-top .ban-txt ul li p
    {
        font-size: 12px;
    }
}
.inner-chief .chief
{
    font-size: 14px;

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

    color: #fff;
    background-color: rgba(4, 111, 212, .9);
}
@media (max-width: 991px)
{
    .inner-chief .chief
    {
        margin-top: 40px;
        padding: 30px;
    }
}
@media (max-width: 767px)
{
    .inner-chief .chief
    {
        padding: 30px 14px;
    }
}
.inner-chief .chief p
{
    font-size: 18px;
    line-height: 1.66666667;
}
@media (max-width: 991px)
{
    .inner-chief .chief p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inner-chief .chief p
    {
        font-size: 14px;
        line-height: 24px;
    }
} */
.inner-wrap-chief
{
    position: relative;
    z-index: 2;

    margin-top: -120px;
}
@media (max-width: 1199px)
{
    .inner-wrap-chief
    {
        margin-top: -30px;
    }
}
.inner-chief
{
    padding-top: 0;
}
.inner-chief .chief
{
    padding: 60px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .inner-chief .chief
    {
        padding: 30px;
    }
}
@media (max-width: 767px)
{
    .inner-chief .chief
    {
        padding: 20px 15px;
    }
}
.inner-chief .chief-top
{

    /* padding-bottom: 60px; */

    /* border-bottom: 1px solid #d7d7d7; */

}
/* @media (max-width: 1199px)
{
    .inner-chief .chief-top
    {
        display: block;

        padding-bottom: 30px;
    }
} */
.inner-chief .chief-top .ban-txt ul{
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	        align-items: flex-end;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	border-bottom: 1px solid #d7d7d7;
	padding: 30px 0;
   flex-wrap: wrap;
}
.inner-chief .chief-top .tit-big
{
    position: relative;

    display: inline-block;
    overflow: hidden;
}
.inner-chief .chief-top .tit-big h2
{
    font-size: 48px;
    line-height: 1;

    position: relative;
    z-index: 2;

    margin: 0;

    color: #046fd4;
}
@media (max-width: 1470px)
{
    .inner-chief .chief-top .tit-big h2
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .inner-chief .chief-top .tit-big h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .inner-chief .chief-top .tit-big h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .inner-chief .chief-top .tit-big h2
    {
        font-size: 20px;
    }
}
.inner-chief .chief-top .tit-middle h3
{
    font-size: 60px;
    line-height: 1.2;

    margin: 0;

    color: #bc2021;
}
@media (max-width: 1470px)
{
    .inner-chief .chief-top .tit-middle h3
    {
        font-size: 50px;
    }
}
@media (max-width: 1199px)
{
    .inner-chief .chief-top .tit-middle h3
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .inner-chief .chief-top .tit-middle h3
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .inner-chief .chief-top .tit-middle h3
    {
        font-size: 24px;
    }
}
.inner-chief .chief-top .tit-small h4
{
    font-size: 24px;
    line-height: 1.2;

    display: inline-block;

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

    color: #fff;
    background: url(../images/banbg.png) no-repeat center right;
    background-size: cover;
}
@media (max-width: 1470px)
{
    .inner-chief .chief-top .tit-small h4
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .inner-chief .chief-top .tit-small h4
    {
        font-size: 16px;

        margin-top: 10px;
        padding: 10px 30px 10px 10px;
    }
}
.inner-chief .chief-top .tit-small h4 span
{
    font-family: 'D-DIN Condensed';
    font-size: 30px;
}
@media (max-width: 1470px)
{
    .inner-chief .chief-top .tit-small h4 span
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .inner-chief .chief-top .tit-small h4 span
    {
        font-size: 20px;
    }
}
.inner-chief .chief-top .ban-txt
{
    overflow: hidden;
}
@media (max-width: 1199px)
{
    .inner-chief .chief-top .ban-txt
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .inner-chief .chief-top .ban-txt
    {
        margin-top: 10px;
    }
}
.inner-chief .chief-top .ban-txt ul li
{
    display: inline-block;

    margin-right: 10px;
    padding: 0 10px;
    padding-left: 6px;
   width: 15%;
    vertical-align: top;

    color: #1a69c2;
    border-left: 1px solid #004bc3;
}
@media(max-width:1350px){
   .inner-chief .chief-top .ban-txt ul li{
      width: 30%;
      margin: 10px 0;
   }
}
@media (max-width: 767px)
{
    .inner-chief .chief-top .ban-txt ul li
    {
        margin-top: 10px;
        margin-right: 0;
        padding: 0 6px;
    }
}
.inner-chief .chief-top .ban-txt ul li p
{
    font-size: 15px;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1470px)
{
    .inner-chief .chief-top .ban-txt ul li p
    {
        font-size: 13px;
        font-weight: bold;
    }
    /* .inner-chief .desc p{line-height:35px!important; }
    .inner-chief .desc p span{line-height:35px!important;} */
}
/* @media (max-width: 1680px)
{

    .inner-chief .desc p{line-height:35px!important; }
    .inner-chief .desc p span{line-height:35px!important;}
} */
@media (max-width: 767px)
{
    .inner-chief .chief-top .ban-txt ul li p
    {
        font-size: 12px;
    }
}
.inner-chief .desc
{
    margin-top: 50px;

    color: #666;
}
@media (max-width: 991px)
{
    .inner-chief .desc
    {
        margin-top: 30px;
    }
}
.inner-chief .desc p
{
    font-size: 18px;
    font-weight: normal;
    line-height: 1.66666667;

    margin: 0;
}
@media (max-width: 1199px)
{
    .inner-chief .desc p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inner-chief .desc p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-about .about-carousel .slick-arrow,
.home-about .about-carousel  .slick-arrow{
	right: auto;
	left:0;
	bottom: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
}
.inner-about .about-carousel .slick-arrow.slick-next,
.home-about .about-carousel .slick-arrow.slick-next{
	left:auto;
	right: 0;
}
.details-video .component
{
    margin-top: 30px;

    text-align: center;
}
.details-video .component .ibox
{
    padding-bottom: 70%;
}
.details-video .component p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.inner-product-new .product
{
    padding: 0 10px;
}
.inner-product-new .product .component
{
    font-size: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    background: #fff;
    padding: 14px;

    box-shadow: 0 0 10px rgba(53, 121, 197, .1);

    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
            align-items: stretch;
}
@media (max-width: 991px)
{
    .inner-product-new .product .component
    {
        display: block;
    }
}
.inner-product-new .product .component .product-img,
.inner-product-new .product .component .desc
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.inner-product-new .product .component .product-img
{
    width: 55%;

    border: 1px solid #ededed;
}
@media (max-width: 991px)
{
    .inner-product-new .product .component .product-img
    {
        width: 100%;
    }
}
.inner-product-new .product .component .desc
{
    position: relative;

    width: 45%;
    padding-left: 20px;

    border-bottom: none;
}
@media (max-width: 991px)
{
    .inner-product-new .product .component .desc
    {
        width: 100%;
        margin-top: 10px;
        padding-left: 0;
    }
}
.inner-product-new .product .component .desc h3
{
    position: static;

    border-bottom: 1px solid #ececec;
}
@media (max-width: 1470px)
{
    .inner-product-new .product .component .desc h3
    {
        line-height: 30px;

        height: 30px;
    }
}
.inner-product-new .product .component .desc p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;
    margin: 14px 0 0 0;

    color: #777;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1470px)
{
    .inner-product-new .product .component .desc p
    {
        display: -webkit-box;
        overflow: hidden;

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

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.inner-product-new .product .component .desc .more
{
    line-height: 30px;

    position: absolute;
    top: auto;
    bottom: 20px;
    left: 20px;

    height: 30px;
}
@media (max-width: 1470px)
{
    .inner-product-new .product .component .desc .more
    {
        bottom: 10px;
    }
}
@media (max-width: 991px)
{
    .inner-product-new .product .component .desc .more
    {
        position: relative;
        bottom: auto;
        left: 0;

        margin-top: 10px;
    }
}
.inner-wrap .w1330
{
    max-width: 1330px;
}
.inner-location-new:before,
.inner-location-new1:before
{
    display: none;
}
.inner-location-new .location
{
    float: none;
}
.inner-menu-new
{
    font-size: 14px;

    padding: 30px 0;

    color: #046fd4;
    background-color: #f1f8ff;
}
@media (max-width: 1199px)
{
    .inner-menu-new
    {
        padding: 10px 0;
    }
}
.inner-menu-new .flex
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1199px)
{
    .inner-menu-new .flex
    {
        display: block;
    }
}
.inner-menu-new .title-menu
{
    padding-right: 30px;

    white-space: nowrap;
}
@media (max-width: 1199px)
{
    .inner-menu-new .title-menu
    {
        display: block;

        padding-right: 0;
    }
}
.inner-menu-new .title-menu h2
{
    font-size: 24px;
}
@media (max-width: 991px)
{
    .inner-menu-new .title-menu h2
    {
        font-size: 20px;
    }
}
.inner-menu-new .menu-nav-new
{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;

    border-left: 1px solid rgba(4, 111, 212, .2);
}
@media (max-width: 1199px)
{
    .inner-menu-new .menu-nav-new
    {
        padding: 0;

        border: none;
    }
}
@media (max-width: 767px)
{
    .inner-menu-new .menu-nav-new .menunav-1
    {
        margin-top: 10px;
    }
}
.inner-menu-new .menu-nav-new .menunav-1 > li
{
    display: inline-block;

    margin-right: 70px;

    vertical-align: top;
}
@media (max-width: 1470px)
{
    .inner-menu-new .menu-nav-new .menunav-1 > li
    {
        margin-right: 40px;
    }
}
@media (max-width: 1199px)
{
    .inner-menu-new .menu-nav-new .menunav-1 > li
    {
        margin-right: 20px;
    }
}
@media (max-width: 767px)
{
    .inner-menu-new .menu-nav-new .menunav-1 > li
    {
        margin: 5px 0;
        margin-right: 10px;
    }
}
.inner-menu-new .menu-nav-new .menunav-1 > li:nth-child(1)
{
    display: block;

    margin-right: 0;

    vertical-align: middle;
}
.inner-menu-new .menu-nav-new .menunav-1 > li > a
{
    font-size: 18px;
    line-height: 30px;

    display: inline-block;

    padding: 15px 0;

    vertical-align: middle;

    color: #046fd4;
}
@media (max-width: 1199px)
{
    .inner-menu-new .menu-nav-new .menunav-1 > li > a
    {
        font-size: 16px;

        padding: 10px 0;
    }
}
@media (max-width: 767px)
{
    .inner-menu-new .menu-nav-new .menunav-1 > li > a
    {
        font-size: 14px;
        line-height: 24px;

        padding: 0;
    }
}
.inner-menu-new .menu-nav-new .menunav-1 > li:hover > a,
.inner-menu-new .menu-nav-new .menunav-1 > li.active > a
{
    text-decoration: underline;
}
.inner-menu-new .menu-nav-new .menunav-2
{
    position: relative;

    display: inline-block;

    margin-left: 50px;

    vertical-align: middle;

    border: 1px solid #a5ccf1;
    background-color: #fff;
}
@media (max-width: 1199px)
{
    .inner-menu-new .menu-nav-new .menunav-2
    {
        margin-left: 30px;
    }
}
@media (max-width: 767px)
{
    .inner-menu-new .menu-nav-new .menunav-2
    {
        display: block;

        margin-top: 14px;
        margin-left: 0;
    }
}
.inner-menu-new .menu-nav-new .menunav-2 li:nth-child(1):before
{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: -14px;

    display: block;

    width: 16px;
    height: 14px;

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

    background: url(../images/products2_03.png) no-repeat center;
    background-size: cover;
}
@media (max-width: 767px)
{
    .inner-menu-new .menu-nav-new .menunav-2 li:nth-child(1):before
    {
        top: -12px;
        left: 10%;

        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
    }
}
.inner-menu-new .menu-nav-new .menunav-2 > li
{
    display: inline-block;

    vertical-align: middle;
}
.inner-menu-new .menu-nav-new .menunav-2 > li > a
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    padding: 5px 20px;

    opacity: .8;
}
@media (max-width: 1199px)
{
    .inner-menu-new .menu-nav-new .menunav-2 > li > a
    {
        font-size: 14px;

        padding: 5px 10px;
    }
}
.inner-menu-new .menu-nav-new .menunav-2 > li:hover > a,
.inner-menu-new .menu-nav-new .menunav-2 > li.active > a
{
    text-decoration: underline;

    opacity: 1;
}
.tit-details-list{
	border-bottom: 1px solid #046fd4;
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 10px;
	color: #046fd4;
	font-weight: bold;
}
@media(max-width:1199px){
	.tit-details-list{
		font-size:18px;

	}
}
.tit-details-list:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	background-color: #046fd4;
	margin-right: 5px;
}

/* 20230419 */
.inner-wrap{
	margin-top: 20px;
}
.inner-wrap .inner-right .inner-location{
	margin-top: 0;
	border-bottom: 1px solid #dcdcdc;
}
.inner-wrap .inner-menu{
	margin-top: 0px;
}
.inner-wrap .inner-right .inner-location:before{
	display: none;
}

.inner-product-show .product-new-details .details-wrap
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .inner-product-show .product-new-details .details-wrap
    {
        margin-top: 30px;
    }
}
.inner-product-show .product-new-details .details-wrap .tit-details
{
    line-height: 30px;

    padding: 20px;

    border-left: 6px solid #046fd4;
    background-color: #f3f9ff;
}
.inner-product-show .product-new-details .details-wrap .tit-details h3
{
    font-size: 24px;

    margin: 0;

    color: #046fd4;
}
@media (max-width: 1199px)
{
    .inner-product-show .product-new-details .details-wrap .tit-details h3
    {
        font-size: 20px;
    }
}
.inner-product-show .product-new-details .details-wrap .details-content
{
    margin-top: 20px;
}
.inner-product-show .product-new-details .details-wrap .details-content p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .inner-product-show .product-new-details .details-wrap .details-content p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-product-show .product-new-details .details-wrap .details-content img
{
    max-width: 100%;
    height: auto !important;
}
.inner-product-show .product-new-details .details-wrap-feature .details-content .in-tit-detais-line
{
    padding: 10px 0;

    border-bottom: 1px solid #046fd4;
}
.inner-product-show .product-new-details .details-wrap-feature .details-content .in-tit-detais-line h4
{
    font-size: 20px;
    font-weight: bold;

    color: #046fd4;
}
@media (max-width: 1199px)
{
    .inner-product-show .product-new-details .details-wrap-feature .details-content .in-tit-detais-line h4
    {
        font-size: 18px;
    }
}
.inner-product-show .product-new-details .details-wrap-feature .details-content .in-tit-detais-line h4:before
{
    font-family: 'iconfont' !important;

    display: inline-block;

    margin-right: 4px;

    content: '\e625';
    vertical-align: middle;
}
.inner-product-show .product-new-details .details-wrap-feature .details-content .in-tit-detais-bg
{
    margin-top: 20px;
    padding: 10px 20px;

    background-image: -webkit-linear-gradient(45deg, #f3f9ff, #fff);
    background-image:         linear-gradient(45deg, #f3f9ff, #fff);
}
.inner-product-show .product-new-details .details-wrap-feature .details-content .in-tit-detais-bg h4
{
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;

    margin: 0;

    color: #046fd4;
}
.inner-product-show .product-new-details .details-wrap-feature .details-content .list
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .inner-product-show .product-new-details .details-wrap-feature .details-content .list
    {
        margin-top: 15px;
    }
}
.inner-product-show .product-new-details .details-wrap-feature .details-content .list ul
{
    font-size: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
    margin: 0 -10px;
}
@media (max-width: 767px)
{
    .inner-product-show .product-new-details .details-wrap-feature .details-content .list ul
    {
        margin: 0 -5px;
    }
}
.inner-product-show .product-new-details .details-wrap-feature .details-content .list ul li
{
    font-size: 14px;

    display: inline-block;

    width: 20%;
    margin-top: 2px;
    margin-top: 10px;
    padding: 0 10px;

    text-align: center;
    vertical-align: top;
}
@media (max-width: 991px)
{
    .inner-product-show .product-new-details .details-wrap-feature .details-content .list ul li
    {
        width: 25%;
    }
}
@media (max-width: 767px)
{
    .inner-product-show .product-new-details .details-wrap-feature .details-content .list ul li
    {
        width: 50%;
        padding: 0 5px;
    }
}
.inner-product-show .product-new-details .details-wrap-feature .details-content .list ul li p
{
    font-size: 16px;
    line-height: 30px;
	height: 100%;
	display: flex;
	align-items: center;
    margin: 0;
    padding: 10px;

    border: 1px solid #c3e1fd;
    background: #f3f9ff;
}
@media (max-width: 767px)
{
    .inner-product-show .product-new-details .details-wrap-feature .details-content .list ul li p
    {
        font-size: 14px;
    }
}
.inner-product-show .product-new-details .details-wrap-feature .details-content .labelbox
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .inner-product-show .product-new-details .details-wrap-feature .details-content .labelbox
    {
        margin-top: 20px;
    }
}
.inner-product-show .product-new-details .details-wrap-feature .details-content .labelbox label
{
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;

    position: relative;

    padding-left: 20px;

    color: #666;
}
@media (max-width: 767px)
{
    .inner-product-show .product-new-details .details-wrap-feature .details-content  .labelbox label
    {
        font-size: 14px;
    }
}
.inner-product-show .product-new-details .details-wrap-feature .details-content .labelbox label::before
{
    position: absolute;
    top: 12px;
    left: 0;

    display: inline-block;

    width: 8px;
    height: 8px;

    content: '';
    vertical-align: middle;

    border-radius: 2px;
    background-color: #046fd4;
}
.inner-product-show .product-new-details .details-wrap-feature .details-content .tabelcom table
{
    font-size: 16px;
    line-height: 30px;

    width: 100%;
    margin-top: 30px;

    background-color: #f4f4f4;
}
@media (max-width: 1199px)
{
    .inner-product-show .product-new-details .details-wrap-feature .details-content .tabelcom table
    {
        font-size: 14px;
        line-height: 24px;

        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .inner-product-show .product-new-details .details-wrap-feature .details-content .tabelcom table
    {
        margin-top: 30px;
    }
}
.inner-product-show .product-new-details .details-wrap-feature .details-content  .tabelcom table td
{
    width: 40%;
    padding: 10px 20px;

    border: 1px solid #fff;
}
@media (max-width: 767px)
{
    .inner-product-show .product-new-details .details-wrap-feature .details-content .tabelcom table td
    {
        padding: 10px 5px;
    }
}
.inner-product-show .product-new-details .details-wrap-feature .details-content .tabelcom table td:nth-child(2n+1)
{
    width: 10%;

    text-align: center;
    white-space: nowrap;

    color: #fff;
    background-color: #046fd4;
}
.inner-product-show .product-new-details .pbox1,
.inner-product-show .product-new-details .pbox2
{
    margin-top: 0px;
}
@media (max-width: 991px)
{
    .inner-product-show .product-new-details .pbox1,
    .inner-product-show .product-new-details .pbox2
    {
        margin-top: 0px;
    }
}
.inner-product-show .product-new-details .pbox1 .dcomponent,
.inner-product-show .product-new-details .pbox2 .dcomponent
{
    margin-top: 30px;

    text-align: center;
}
.inner-product-show .product-new-details .pbox1 .dcomponent .ibox img,
.inner-product-show .product-new-details .pbox2 .dcomponent .ibox img
{
    height: 100% !important;

    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-product-show .product-new-details .pbox1 .dcomponent p,
.inner-product-show .product-new-details .pbox2 .dcomponent p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 5px 0 0 0;
    padding: 0 8%;

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

    color: #666;
}
@media (max-width: 767px)
{
    .inner-product-show .product-new-details .pbox1 .dcomponent p,
    .inner-product-show .product-new-details .pbox2 .dcomponent p
    {
        font-size: 14px;

        margin: 5px 0 0 0;
    }
}
.inner-product-show .product-new-details .pbox1 .dcomponent:hover .ibox img,
.inner-product-show .product-new-details .pbox2 .dcomponent:hover .ibox img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-product-show .product-new-details .pbox1 .dcomponent:hover p,
.inner-product-show .product-new-details .pbox2 .dcomponent:hover p
{
    color: #046fd4;
}
.inner-product-show .product-new-details .pbox2 .pbox2-slide
{
    margin: 0 -15px;
}
.inner-product-show .product-new-details .pbox2 .slick-slide
{
    padding: 0 15px;
}
.inner-product-show .product-new-details .pbox2 .slick-arrow
{
    top: 40%;
    right: auto;
    bottom: auto;
    left: 15px;

    width: 30px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.inner-product-show .product-new-details .pbox2 .slick-arrow.slick-next
{
    right: 15px;
    left: auto;
}
.inner-product-show .product-new-details .eightfunctions
{
    margin-top: 30px;
}
.inner-product-show .product-new-details .eightfunctions .eight-info{width:90%!important; margin:0 auto;}
@media (max-width: 991px)
{
    .inner-product-show .product-new-details .eightfunctions
    {
        margin-top: 30px;
    }
}
.inner-product-show .product-new-details .eightfunctions .title-home
{
    text-align: center;

    color: #046fd4;
}
.inner-product-show .product-new-details .eightfunctions .title-home h2
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
}
@media (max-width: 1199px)
{
    .inner-product-show .product-new-details .eightfunctions .title-home h2
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .inner-product-show .product-new-details .eightfunctions .title-home h2
    {
        font-size: 20px;
    }
}
.inner-product-show .product-new-details .eightfunctions .eight-info .eitem,
.inner-product-show .product-new-details .eightfunctions .eight-advantage .eitem,
.inner-product-show .product-new-details .eightfunctions .eight-info .aitem,
.inner-product-show .product-new-details .eightfunctions .eight-advantage .aitem
{
    margin-top: 30px;

    text-align: center;
}
.inner-product-show .product-new-details .eightfunctions .eight-info .eitem .iconimg,
.inner-product-show .product-new-details .eightfunctions .eight-advantage .eitem .iconimg,
.inner-product-show .product-new-details .eightfunctions .eight-info .aitem .iconimg,
.inner-product-show .product-new-details .eightfunctions .eight-advantage .aitem .iconimg
{
    display: block;

    width: 110px;
    margin: 0 auto;

    border-radius: 50%;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#e7f3fe));
    background: -webkit-linear-gradient(bottom, #fff, #e7f3fe);
    background:         linear-gradient(0deg, #fff, #e7f3fe);
    box-shadow: 0 9px 9px 0 rgba(4, 111, 212, .15);
}
@media(max-width:1470px){
	.inner-product-show .product-new-details .eightfunctions .eight-info .eitem .iconimg,
	.inner-product-show .product-new-details .eightfunctions .eight-advantage .eitem .iconimg,
	.inner-product-show .product-new-details .eightfunctions .eight-info .aitem .iconimg,
	.inner-product-show .product-new-details .eightfunctions .eight-advantage .aitem .iconimg{
		width: 120px;
	}
}
@media(max-width:767px){
	.inner-product-show .product-new-details .eightfunctions .eight-info .eitem .iconimg,
	.inner-product-show .product-new-details .eightfunctions .eight-advantage .eitem .iconimg,
	.inner-product-show .product-new-details .eightfunctions .eight-info .aitem .iconimg,
	.inner-product-show .product-new-details .eightfunctions .eight-advantage .aitem .iconimg{
		width: 110px;
	}
}
.inner-product-show .product-new-details .eightfunctions .eight-info .eitem .iconimg img,
.inner-product-show .product-new-details .eightfunctions .eight-advantage .eitem .iconimg img,
.inner-product-show .product-new-details .eightfunctions .eight-info .aitem .iconimg img,
.inner-product-show .product-new-details .eightfunctions .eight-advantage .aitem .iconimg img
{
    width: 100%;
}
.inner-product-show .product-new-details .eightfunctions .eight-info .eitem p,
.inner-product-show .product-new-details .eightfunctions .eight-advantage .eitem p,
.inner-product-show .product-new-details .eightfunctions .eight-info .aitem p,
.inner-product-show .product-new-details .eightfunctions .eight-advantage .aitem p
{
    font-size: 15px;
    line-height: 30px;

    margin: 10px 0 0 0;

    color: #046fd4;
}
@media (max-width: 1199px)
{
    .inner-product-show .product-new-details .eightfunctions .eight-info .eitem p,
    .inner-product-show .product-new-details .eightfunctions .eight-advantage .eitem p,
    .inner-product-show .product-new-details .eightfunctions .eight-info .aitem p,
    .inner-product-show .product-new-details .eightfunctions .eight-advantage .aitem p
    {
        font-size: 16px;
    }
}
.inner-product-show .product-new-details .eightfunctions .eight-info .eitem:hover .iconimg,
.inner-product-show .product-new-details .eightfunctions .eight-advantage .eitem:hover .iconimg,
.inner-product-show .product-new-details .eightfunctions .eight-info .aitem:hover .iconimg,
.inner-product-show .product-new-details .eightfunctions .eight-advantage .aitem:hover .iconimg
{
    -webkit-animation: flipInY 1s 0s ease both;
            animation: flipInY 1s 0s ease both;
}
.inner-product-show .product-new-details .eightfunctions .eight-img
{
    text-align: center;
}
.inner-product-show .product-new-details .eightfunctions .eight-img img
{
    max-width: 100%;
    height: auto !important;
}
.inner-product-show .product-new-details .eightfunctions .eight-tit
{
    margin-top: 80px;

    text-align: center;

    color: #046fd4;
}
@media (max-width: 991px)
{
    .inner-product-show .product-new-details .eightfunctions .eight-tit
    {
        margin-top: 50px;
    }
}
.inner-product-show .product-new-details .eightfunctions .eight-tit h2
{
    font-size: 24px;
    font-weight: bold;
}
@media (max-width: 1199px)
{
    .inner-product-show .product-new-details .eightfunctions .eight-tit h2
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .inner-product-show .product-new-details .eightfunctions .eight-tit h2
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .inner-product-show .product-new-details .eightfunctions .eight-tit h2
    {
        font-size: 18px;
    }
}
.inner-product-show .product-new-details .eightfunctions .eight-tit h3
{
    font-size: 36px;

    margin: 0;
}
@media (max-width: 1199px)
{
    .inner-product-show .product-new-details .eightfunctions .eight-tit h3
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .inner-product-show .product-new-details .eightfunctions .eight-tit h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .inner-product-show .product-new-details .eightfunctions .eight-tit h3
    {
        font-size: 20px;
    }
}
.inner-product-show .product-new-details .eightfunctions .eight-tit h4
{
    font-size: 24px;
}
@media (max-width: 1199px)
{
    .inner-product-show .product-new-details .eightfunctions .eight-tit h4
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .inner-product-show .product-new-details .eightfunctions .eight-tit h4
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .inner-product-show .product-new-details .eightfunctions .eight-tit h4
    {
        font-size: 16px;
    }
}
.inner-product-show .product-new-details .eightfunctions .eight-honor
{
    margin-top: 80px;
}
.inner-product-show .product-new-details .eightfunctions .eight-honor ul
{
    margin: 0 -2px;
}
.inner-product-show .product-new-details .eightfunctions .eight-honor ul li
{
    padding: 0 2px;
}
.inner-product-show .product-new-details .eightfunctions .eight-honor .hitem
{
    margin-top: 4px;

    border: 1px solid #6b6f76;
}
.inner-product-show .product-new-details .eightfunctions .eight-honor .hitem .ibox
{
    padding-bottom: 142.85714286%;
}
.banner-in .inner-chief{
	position: absolute;
	width: 100%;
	left: 0;
	top: 40%;
	z-index: 2;
}
.chief-img img{
	width: 100%;
}
/*分页样式*/
.page_info{text-align:center;margin:10px;color:#999; display:block; clear:both;  padding-top:40px;}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{height:24px;line-height:24px;text-align:center;letter-spacing:0; clear:both; font-size:10px;margin-top:120px; display:block; padding-top:40px;}
.page_list a{display:inline-block;color:#898989;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center;padding:0 8px;margin:0 1px;}
.page_list a:hover{color:#fff;border:1px solid #898989;background:#898989;}
.page_list a.on{color:#333;border:1px solid #ccc;background:#E5EDF2;}

.table_a table{border-right:1px solid #9ac4f1;border-bottom:1px solid #9ac4f1; width: 100%;}
.table_a table td{border-left:1px solid #9ac4f1;border-top:1px solid #9ac4f1; text-align:left; font-size:14px; height:30px; line-height:30px; padding: 10px; font-family:"Microsoft YaHei"; text-align:center;}
.table_a table tr:nth-child(odd){background: #f5f5f5;}
.table_a table th{border-left:1px solid #9ac4f1;border-top:1px solid #9ac4f1; background:#eef8fa; color:#004fa3; font-weight:bold; text-align: left;font-size:16px; height:40px; line-height:40px; padding:5px; font-family:"Microsoft YaHei";text-align:center;}
.biao2{background:#f1f1f1;}

.table_ax table{border-right:1px solid #9ac4f1;border-bottom:1px solid #9ac4f1; width: 100%;}
.table_ax table td{border-left:1px solid #9ac4f1;border-top:1px solid #9ac4f1; font-size:14px; height:30px; line-height:30px; padding: 10px; font-family:"Microsoft YaHei";}
.table_ax table tr:nth-child(odd){background: #f5f5f5;}
.table_ax table th{border-left:1px solid #9ac4f1;border-top:1px solid #9ac4f1; background:#eef8fa; color:#004fa3; font-weight:bold; text-align: left;font-size:16px; height:40px; line-height:40px; padding:5px; font-family:"Microsoft YaHei";text-align:center;}
.biao2{background:#f1f1f1;}

.table_amiammo table{border-right:1px solid #9ac4f1;border-bottom:1px solid #9ac4f1; width: 100%;}
.table_amiammo table td{border-left:1px solid #9ac4f1;border-top:1px solid #9ac4f1; font-size:14px; height:30px; line-height:30px; padding: 10px; font-family:"Microsoft YaHei";}
.table_amiammo table tr:nth-child(odd){background: #f5f5f5;}
.table_amiammo table th{border-left:1px solid #9ac4f1;border-top:1px solid #9ac4f1; background:#046fd4; color:#fff; font-weight:bold; text-align: left;font-size:16px; height:40px; line-height:40px; padding:5px; font-family:"Microsoft YaHei";text-align:center; width:10%;}
.biao2{background:#f1f1f1;}

.inner-product-show .product-info .desc .labelbox label {
     font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    position: relative;
    padding-left: 20px;
    color: #666;
}
.inner-product-show .product-info .desc .labelbox label::before {
   position: absolute;
   top: 12px;
   left: 0;
   display: inline-block;
   width: 8px;
   height: 8px;
   content: '';
   vertical-align: middle;
   border-radius: 2px;
   background-color: #046fd4;
}
.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption-wrap{
	max-width: 1300px;
	margin: 0 auto;
}

.inner-product-show .product-new-details .eightfunctionsx
{
    margin-top: 30px;
}
.inner-product-show .product-new-details .eightfunctionsx .eight-info{width:90%!important; margin:0 auto;}
@media (max-width: 991px)
{
    .inner-product-show .product-new-details .eightfunctionsx
    {
        margin-top: 30px;
    }
}
.inner-product-show .product-new-details .eightfunctionsx .title-home
{
    text-align: center;

    color: #046fd4;
}
.inner-product-show .product-new-details .eightfunctionsx .title-home h2
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
}
@media (max-width: 1199px)
{
    .inner-product-show .product-new-details .eightfunctionsx .title-home h2
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .inner-product-show .product-new-details .eightfunctionsx .title-home h2
    {
        font-size: 18px;
    }
}
.inner-product-show .product-new-details .eightfunctionsx .eight-info .eitem,
.inner-product-show .product-new-details .eightfunctionsx .eight-advantage .eitem,
.inner-product-show .product-new-details .eightfunctionsx .eight-info .aitem,
.inner-product-show .product-new-details .eightfunctionsx .eight-advantage .aitem
{
    margin-top: 30px;

    text-align: center;
}
.inner-product-show .product-new-details .eightfunctionsx .eight-info .eitem .iconimg,
.inner-product-show .product-new-details .eightfunctionsx .eight-advantage .eitem .iconimg,
.inner-product-show .product-new-details .eightfunctionsx .eight-info .aitem .iconimg,
.inner-product-show .product-new-details .eightfunctionsx .eight-advantage .aitem .iconimg
{
    display: block;

    width: 80px;
    margin: 0 auto;

    border-radius: 50%;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#e7f3fe));
    background: -webkit-linear-gradient(bottom, #fff, #e7f3fe);
    background:         linear-gradient(0deg, #fff, #e7f3fe);
    box-shadow: 0 9px 9px 0 rgba(4, 111, 212, .15);
}
@media(max-width:1470px){
	.inner-product-show .product-new-details .eightfunctionsx .eight-info .eitem .iconimg,
	.inner-product-show .product-new-details .eightfunctionsx .eight-advantage .eitem .iconimg,
	.inner-product-show .product-new-details .eightfunctionsx .eight-info .aitem .iconimg,
	.inner-product-show .product-new-details .eightfunctionsx .eight-advantage .aitem .iconimg{
		width: 80px;
	}
}
@media(max-width:767px){
	.inner-product-show .product-new-details .eightfunctionsx .eight-info .eitem .iconimg,
	.inner-product-show .product-new-details .eightfunctionsx .eight-advantage .eitem .iconimg,
	.inner-product-show .product-new-details .eightfunctionsx .eight-info .aitem .iconimg,
	.inner-product-show .product-new-details .eightfunctionsx .eight-advantage .aitem .iconimg{
		width: 70px;
	}
}
.inner-product-show .product-new-details .eightfunctionsx .eight-info .eitem .iconimg img,
.inner-product-show .product-new-details .eightfunctionsx .eight-advantage .eitem .iconimg img,
.inner-product-show .product-new-details .eightfunctionsx .eight-info .aitem .iconimg img,
.inner-product-show .product-new-details .eightfunctionsx .eight-advantage .aitem .iconimg img
{
    width: 100%;
}
.inner-product-show .product-new-details .eightfunctionsx .eight-info .eitem p,
.inner-product-show .product-new-details .eightfunctionsx .eight-advantage .eitem p,
.inner-product-show .product-new-details .eightfunctionsx .eight-info .aitem p,
.inner-product-show .product-new-details .eightfunctionsx .eight-advantage .aitem p
{
    font-size: 15px;
    line-height: 30px;

    margin: 10px 0 0 0;

    color: #046fd4;
}
@media (max-width: 1199px)
{
    .inner-product-show .product-new-details .eightfunctionsx .eight-info .eitem p,
    .inner-product-show .product-new-details .eightfunctionsx .eight-advantage .eitem p,
    .inner-product-show .product-new-details .eightfunctionsx .eight-info .aitem p,
    .inner-product-show .product-new-details .eightfunctionsx .eight-advantage .aitem p
    {
        font-size: 16px;
    }
}
.inner-product-show .product-new-details .eightfunctionsx .eight-info .eitem:hover .iconimg,
.inner-product-show .product-new-details .eightfunctionsx .eight-advantage .eitem:hover .iconimg,
.inner-product-show .product-new-details .eightfunctionsx .eight-info .aitem:hover .iconimg,
.inner-product-show .product-new-details .eightfunctionsx .eight-advantage .aitem:hover .iconimg
{
    -webkit-animation: flipInY 1s 0s ease both;
            animation: flipInY 1s 0s ease both;
}
.inner-product-show .product-new-details .eightfunctionsx .eight-img
{
    text-align: center;
}
.inner-product-show .product-new-details .eightfunctionsx .eight-img img
{
    max-width: 100%;
    height: auto !important;
}
.inner-product-show .product-new-details .eightfunctionsx .eight-tit
{
    margin-top: 20px;

    text-align: center;

    color: #046fd4;
}
@media (max-width: 991px)
{
    .inner-product-show .product-new-details .eightfunctionsx .eight-tit
    {
        margin-top: 50px;
    }
}
.inner-product-show .product-new-details .eightfunctionsx .eight-tit h2
{
    font-size: 20px;
    font-weight: bold;
}
@media (max-width: 1199px)
{
    .inner-product-show .product-new-details .eightfunctionsx .eight-tit h2
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .inner-product-show .product-new-details .eightfunctionsx .eight-tit h2
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .inner-product-show .product-new-details .eightfunctionsx .eight-tit h2
    {
        font-size: 17px;
    }
}
.inner-product-show .product-new-details .eightfunctionsx .eight-tit h3
{
    font-size: 22px;

    margin: 0;
}
@media (max-width: 1199px)
{
    .inner-product-show .product-new-details .eightfunctionsx .eight-tit h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .inner-product-show .product-new-details .eightfunctionsx .eight-tit h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .inner-product-show .product-new-details .eightfunctionsx .eight-tit h3
    {
        font-size: 20px;
    }
}
.inner-product-show .product-new-details .eightfunctionsx .eight-tit h4
{
    font-size: 20px;
}
@media (max-width: 1199px)
{
    .inner-product-show .product-new-details .eightfunctionsx .eight-tit h4
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .inner-product-show .product-new-details .eightfunctionsx .eight-tit h4
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inner-product-show .product-new-details .eightfunctionsx .eight-tit h4
    {
        font-size: 16px;
    }
}
.inner-product-show .product-new-details .eightfunctionsx .eight-honor
{
    margin-top: 80px;
}
.inner-product-show .product-new-details .eightfunctionsx .eight-honor ul
{
    margin: 0 -2px;
}
.inner-product-show .product-new-details .eightfunctionsx .eight-honor ul li
{
    padding: 0 2px;
}
.inner-product-show .product-new-details .eightfunctionsx .eight-honor .hitem
{
    margin-top: 4px;

    border: 1px solid #6b6f76;
}
.inner-product-show .product-new-details .eightfunctionsx .eight-honor .hitem .ibox
{
    padding-bottom: 142.85714286%;
}

.inner-wrap-chief .fz-0{
	font-size: 0;
}
.inner-wrap-chief .dib{
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}
@media(max-width:767px){
	.inner-product-show .product-new-details .details-wrap-feature .details-content .tabelcom2 table td{
		display: inline-block;
		vertical-align: top;
		width: 50%;
	}
	.inner-product-show .product-new-details .details-wrap-feature .details-content .tabelcom2 table td:nth-child(2n+1){
		width: 50%;
		min-height: 140px;
	}
	.inner-product-show .product-new-details .details-wrap-feature .details-content .tabelcom2 table td{
		padding: 0 5px;
	}
}
