/**
 * style.less
 * 层叠样式表
 */
.ff
{
    font-family: 'iconfont' !important;
}
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: #222;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.header
{
    font-size: 0;

    z-index: 10;
    top: 0;

    width: 100%;
    height: 140px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .header
    {
        height: 100px;
    }
}
.header .header-top
{
    font-size: 14px;

    background-color: #f0f2f5;
}
.header .header-top p,
.header .header-top .hnav
{
    display: inline-block;

    margin: 0;

    vertical-align: top;
}
.header .header-top p
{
    line-height: 40px;
}
@media (max-width: 1199px)
{
    .header .header-top p
    {
        display: none;
    }
}
.header .header-top p a:hover
{
    text-decoration: underline;

    color: #004099;
}
.header .header-top .hnav
{
    float: right;
}
.header .header-top .hnav ul li
{
    display: inline-block;

    vertical-align: top;
}
.header .header-top .hnav ul li a
{
    line-height: 40px;

    padding: 0 22px;
}
@media (max-width: 1199px)
{
    .header .header-top .hnav ul li a
    {
        line-height: 30px;

        padding: 0 10px;
    }
}
.header .header-top #google_translate_element
{
    display: inline-block;
    float: right;

    margin-top: 6px;
}
@media (max-width: 1199px)
{
    .header .header-top #google_translate_element
    {
        display: none;
    }
}
.header .logo
{
    position: relative;
    z-index: 2;

    display: inline-block;

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

    -webkit-transition: all .4s;
            transition: all .4s;
    vertical-align: middle;
}
@media (max-width: 1470px)
{
    .header .logo
    {
        height: 40px;
        margin-top: 50px;
    }
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 50px;
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .header .logo
    {
        height: 30px;
        margin: 20px 0;
    }
}
.header .logo a
{
    display: inline-block;

    height: 100%;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .header .logo .logo-lg
    {
        display: none;
    }
}
.header .logo .logo-xs
{
    display: none;
}
@media (max-width: 767px)
{
    .header .logo .logo-xs
    {
        display: inline-block;
    }
}
.header .logo img
{
    position: relative;
    z-index: 2;

    display: inline-block;

    height: 100%;
}
.header .nav-collapse
{
    position: relative;

    display: none;
    float: right;

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

    cursor: pointer;

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

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

        display: block;

        margin-top: 8px;

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

    width: 20px;
    height: 2px;

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

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

    display: block;

    width: 20px;
    height: 2px;

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

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

    opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
@media (min-width: 1200px)
{
    .header .nav
    {
        position: relative;
        z-index: 2;

        float: right;

        -webkit-transition: all .4s;
                transition: all .4s;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

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

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

        background: #fafafa;
        background-color: #000;
    }
    .header .nav .tbl
    {
        display: table;

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

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        width: 100%;
        padding: 30px;
    }
}
.header .nav.left-100
{
    left: -100%;
}
.header .nav.left-200
{
    left: -200%;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1
    {
        margin: 0 -22px;
    }
    .header .nav .nav-list1 > li
    {
        position: relative;

        float: left;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;
        line-height: 140px;

        position: relative;

        display: inline-block;

        padding: 0 22px;

        -webkit-transition: all .4s;
                transition: all .4s;
        vertical-align: middle;
    }
	@media(max-width:1350px){
		.header .nav .nav-list1 > li > a{
			padding: 0 14px;
		}
	}
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #004099;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;

        display: none;

        min-width: 100%;
        padding: 20px 0;

        text-align: center;

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

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 li > a
    {
        font-size: 15px;
        line-height: 30px;

        position: relative;
        z-index: 1;

        display: block;

        padding: 0 18px;

        -webkit-transition: -webkit-transform .6s ease;
                transition: -webkit-transform .6s ease;
                transition:         transform .6s ease;
                transition:         transform .6s ease, -webkit-transform .6s ease;
        white-space: nowrap;
    }
    .header .nav .nav-list1 .nav-list2 li > a:hover
    {
        -webkit-transform: translateX(6px);
            -ms-transform: translateX(6px);
                transform: translateX(6px);
        text-decoration: underline;

        color: #004099;
    }
    .header .nav .nav-list1 .nav-list2 li img
    {
        max-width: 400px;
    }
    .header .nav .nav-list1 .nav-list3
    {
        position: absolute;
        top: -20px;
        left: 100%;

        display: none;

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

        text-align: left;

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

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

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

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

        color: #fff;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list2,
    .header .nav .nav-list3
    {
        display: none;
    }
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        font-size: 15px;
        line-height: 2;

        margin-top: 5px;

        color: #fff;
    }
}
.header .nav .nav-list2 a,
.header .nav .nav-list3 a
{
    display: block;
}
@media (max-height: 580px)
{
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        margin-top: 0;
    }
}
.header .nav-2,
.header .nav-3
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav-2,
    .header .nav-3
    {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

        width: 100%;
        height: 100%;
        padding: 20px;

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

        color: #fff;
        background: #fafafa;
        background-color: #000;
    }
    .header .nav-2 .img-box,
    .header .nav-3 .img-box
    {
        display: none;
    }
    .header .nav-2 .item,
    .header .nav-3 .item
    {
        display: block;
    }
    .header .nav-2 .item p,
    .header .nav-3 .item p
    {
        font-size: 14px;

        position: relative;
        top: 0;

        display: block;

        margin: 0;
        padding: 0;

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

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

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

    margin: 0;

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

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

    height: 80%;
    margin-top: 12%;
}
.header .nav-2 .content ul,
.header .nav-3 .content ul
{
    margin: 0;
    padding: 0;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul,
    .header .nav-3 .content ul
    {
        padding: 0 15px;
    }
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li
{
    line-height: 44px;

    clear: both;

    margin: 25px 0;

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

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

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

    color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a
{
    font-size: 20px;

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

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

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

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

        margin-top: -14px;

        content: '\e72f';

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

        display: block;

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

    display: none;
    overflow: hidden;

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

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

    overflow: hidden;
    zoom: 1;

    width: 240px;

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

    height: 0;

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

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

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

    float: right;

    width: 50px;

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

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

    content: '\e660';

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

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

        display: inline-block;

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

    width: 100%;

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

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

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

    display: inline-block;

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

    content: '\e660';

    color: #004099;
}
.header .search-lg
{
    font-size: 14px;

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

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

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

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

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

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

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

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

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

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

    content: '\e61b';

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

    display: inline-block;
    float: right;

    height: 140px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .header .find
    {
        line-height: 70px;

        height: 70px;
    }
}
.header .find:before
{
    font-family: 'iconfont';
    font-size: 20px;

    content: '\e660';
}
.header .find:hover
{
    color: #004099;
}
.header .language
{
    display: inline-block;
    float: right;

    margin-left: 14px;
}
.header .language a
{
    font-size: 18px;
    line-height: 140px;

    display: inline-block;

    padding: 0 10px;

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

    color: #575c66;
}
@media (max-width: 1199px)
{
    .header .language a
    {
        line-height: 70px;
    }
}
.header .language a:before
{
    font-family: 'iconfont' !important;

    float: left;

    margin-right: 6px;

    content: '\e62a';
}
.header .language a:after
{
    font-size: 12px;

    display: inline-block;

    margin-left: 10px;

    content: '|';
    vertical-align: top;
}
.header .language a:hover
{
    color: #004099;
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.online-wrap .btn
{
    line-height: 36px;

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

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

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

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

    display: inline-block;

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

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

    display: none;

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

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

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

    -webkit-transition: right .3s;
            transition: right .3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        top: auto;
        right: -60px;
        bottom: 100px;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
    .online-wrap .online.active
    {
        right: 0;
    }
}
.online-wrap .online a
{
    line-height: 48px;

    position: relative;

    display: block;

    width: 48px;
    height: 48px;
    margin: 2px auto;
    padding: 0;

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

    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.online-wrap .online a:before
{
    font-size: 20px;

    color: #a1a5b3;
}
@media (min-width: 992px)
{
    .online-wrap .online a:hover
    {
        text-decoration: none;

        background-color: #004099;
    }
    .online-wrap .online a:hover:before
    {
        color: #fff;
    }
}
@media (max-width: 767px)
{
    .online-wrap .online a
    {
        line-height: 40px;

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

    padding-right: 0;

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

    color: #fff;
    background-color: #004099;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .code:before
{
    font-size: 24px;
}
@media (max-width: 767px)
{
    .online-wrap .online .code:before
    {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

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

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

    margin: 5px 0 8px 0;

    color: #888;
}
.online-wrap .online .sale
{
    width: 158px;
    margin-bottom: 30px;
}
@media (max-width: 991px)
{
    .online-wrap .online .sale
    {
        width: 50px;
    }
}
.online-wrap .online .sale a
{
    width: 158px;
    height: 162px;

    background: none;
}
@media (max-width: 991px)
{
    .online-wrap .online .sale a
    {
        width: 50px;
        height: 50px;
    }
}
.online-wrap .online .sale img
{
    max-width: 100%;
}
.online-wrap .icon-qq:before
{
    font-family: 'iconfont' !important;

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

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

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

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

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

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

    content: '\e622';
}
.xs-online
{
    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 0;

    display: none;

    width: 100%;

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

    margin: 0;
    padding: 0;

    text-align: center;

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

    width: 20%;

    list-style: none;

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

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

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

    display: block;

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

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

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

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

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

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

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

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

    content: '\e604';
}
.xs-online ul li.wechat img
{
    position: absolute;
    top: -90px;
    left: 50%;

    display: none;

    width: 90px;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.xs-online ul li.wechat:hover img
{
    display: block;
}
.banner
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;

    background-color: #000;
}
@media (max-width: 1199px)
{
    .banner .slickbanner
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px)
{
    .banner .slickbanner
    {
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    }
}
@media (max-width: 1199px)
{
    .banner .slick-arrow
    {
        left: 10%;
    }
    .banner .slick-arrow.slick-next
    {
        right: 10%;
    }
}
.banner .slick-dots
{
    position: absolute;
    bottom: 30px;

    width: 100%;
    margin: 0;
    padding: 0 10%;

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .slick-dots
    {
        bottom: 10px;
    }
}
.banner .slick-dots li
{
    display: inline-block;

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

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

    opacity: .3;
    color: #e0e1e7;
    border-radius: 50%;
    background: none;
    background-color: #fff;
}
.banner .slick-dots li.slick-active
{
    opacity: 1;
}
.banner .slick-dots li button
{
    display: none;
}
.banner .item
{
    position: relative;

    display: block;
    overflow: hidden;
}
.banner .item img
{
    display: block;

    max-width: 100%;
}
.banner .item a
{
    display: block;

    width: 100%;
}
.banner .item .video-box
{
    position: relative;

    display: block;

    padding-bottom: 38.22916667%;
}
.banner .item .video-box .fluid_video_wrapper
{
    position: absolute;
    z-index: 10;
}
.banner .item .video-box .fluid_initial_play
{
    background-color: #004099 !important;
}
@media (max-width: 991px)
{
    .banner-in .slickbanner
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
.banner-in .text-in
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 100%;
}
@media (max-width: 991px)
{
    .banner-in .text-in
    {
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}
.banner-in .text-in b
{
    font-size: 48px;
    font-weight: normal;
    line-height: 1;
}
@media (max-width: 991px)
{
    .banner-in .text-in b
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-in b
    {
        font-size: 24px;
    }
}
.banner-in .text-in-white b
{
    color: #fff;
}
.banner-in .banner-nav
{
    position: absolute;
    right: 0;
    bottom: 0;

    width: 100%;

    text-align: right;
}
.banner-in .banner-nav ul
{
    display: inline-block;
}
.banner-in .banner-nav ul li
{
    display: inline-block;
}
.banner-in .banner-nav ul li a
{
    font-size: 16px;
    line-height: 70px;

    display: block;

    padding: 0 70px;

    color: #fff;
    background-color: rgba(0, 0, 0, .7);
}
@media (max-width: 991px)
{
    .banner-in .banner-nav ul li a
    {
        line-height: 40px;

        padding: 0 40px;
    }
}
@media (max-width: 767px)
{
    .banner-in .banner-nav ul li a
    {
        padding: 0 20px;
    }
}
.banner-in .banner-nav ul li.active a
{
    background-image: -webkit-gradient(linear, left top, right top, from(#e83928), to(#4f96d0));
    background-image: -webkit-linear-gradient(left, #e83928, #4f96d0);
    background-image:         linear-gradient(to right, #e83928, #4f96d0);
}
.banner .slick-current img
{
    -webkit-animation: narrow 4s 0s ease both;
            animation: narrow 4s 0s ease both;
}
.banner .banner-arrow
{
    position: absolute;
    z-index: 8;
    bottom: 40px;

    width: 100%;

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

    content: '\e770';

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

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

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

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

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

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

    margin: 0;

    color: #004099;
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 24px;
    }
}
.title p
{
    font-size: 18px;
    line-height: 1.66666667;

    margin: 14px 0 0 0;
}
@media (max-width: 767px)
{
    .title p
    {
        font-size: 14px;
    }
}
.indexcontent
{
    position: relative;
    z-index: 2;

    background-color: #fbfdfe;
}
.indexcontent .more
{
    text-align: center;
}
.indexcontent .more a
{
    font-size: 16px;
    line-height: 54px;

    display: inline-block;

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

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

    color: #004099;
    border: 1px solid #004099;
}
.indexcontent .more a:before
{
    font-family: 'iconfont' !important;

    margin-right: 10px;

    content: '\e610';
}
@media (max-width: 767px)
{
    .indexcontent .more a
    {
        font-size: 14px;
        line-height: 36px;

        margin-top: 30px;
        padding: 0 20px;
    }
}
.indexcontent .more a:hover
{
    color: #fff;
    background-color: #004099;
}
.box-product .product .item
{
    margin-top: 30px;

    text-align: center;
}
.box-product .product .item .pic
{
    position: relative;

    display: block;
    overflow: hidden;
}
.box-product .product .item .pic .img-box
{
    padding-bottom: 75%;
}
.box-product .product .item .pic .mask
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

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

    opacity: 0;
    color: #fff;
    background-color: rgba(0, 64, 153, .9);
}
.box-product .product .item .pic .mask p
{
    font-size: 16px;
    line-height: 30px;

    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.box-product .product .item .pic .mask p:before
{
    font-family: 'iconfont' !important;

    display: block;

    width: 46px;
    height: 46px;
    margin: 0 auto;
    margin-bottom: 10px;

    content: '\e610';

    border: 1px solid #fff;
    border-radius: 50%;
}
.box-product .product .item .note
{
    margin-top: 14px;
}
.box-product .product .item .note b
{
    font-size: 24px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .box-product .product .item .note b
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .box-product .product .item .note b
    {
        font-size: 18px;
    }
}
.box-product .product .item .note p
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 10px 0 0 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .box-product .product .item .note p
    {
        font-size: 14px;

        margin: 0;
    }
}
.box-product .product .item:hover .pic .mask
{
    opacity: 1;
}
.box-product .product .item:hover .note b
{
    color: #004099;
}
.box-technology
{
    background: url(../images/technology_bg.jpg) no-repeat top center;
    background-size: auto 100%;
}
.box-technology .title-technology
{
    margin-top: 70px;
	text-align: center;
    color: #fff;
}
@media (max-width: 1350px)
{
    .box-technology .title-technology
    {
        margin-top: 40px;
    }
}
@media (max-width: 991px)
{
    .box-technology .title-technology
    {
        margin: 0;
    }
}
.box-technology .title-technology h2
{
    font-size: 24px;
    font-weight: bold;

    display: block;

    margin: 0;
}
.box-technology .title-technology p
{
    font-size: 18px;
    line-height: 30px;

    margin: 0;
}
.box-technology .text
{
    margin-top: 30px;

    color: #fff;
}
@media (max-width: 991px)
{
    .box-technology .text
    {
        font-size: 20px;
    }
}
.box-technology .text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
@media (max-width: 767px)
{
    .box-technology .text p
    {
        font-size: 14px;
    }
}
.box-technology .more
{
    text-align: left;
}
.box-technology .more a
{
    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-color: #fff;
}
.box-technology .more a:hover
{
    color: #004099;
    background-color: #fff;
}
.box-technology .technology
{
    padding-left: 8%;
}
@media (max-width: 991px)
{
    .box-technology .technology
    {
        margin-top: 30px;
        padding-left: 0;
    }
}
.box-technology .slick-technology
{
    border-left: 12px solid #cdddee;
    background-color: rgba(10, 95, 209, .5);
}
@media (max-width: 991px)
{
    .box-technology .slick-technology
    {
        border-width: 4px;
    }
}
.box-technology .slick-technology .item
{
    position: relative;

    display: block;
}
.box-technology .slick-technology .item .img-box
{
    padding-bottom: 75%;
}
.box-technology .slick-technology .item p
{
    font-size: 36px;

    position: absolute;
    z-index: 2;
    top: 20px;
    right: 30px;

    margin: 0;

    color: #fff;
}
@media (max-width: 991px)
{
    .box-technology .slick-technology .item p
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .box-technology .slick-technology .item p
    {
        font-size: 18px;
    }
}
.box-technology .slick-technology .slick-dots
{
    position: absolute;
    bottom: 30px;

    width: 100%;
    margin: 0;
    padding: 0 2%;

    text-align: left;
}
@media (max-width: 1199px)
{
    .box-technology .slick-technology .slick-dots
    {
        bottom: 10px;
    }
}
.box-technology .slick-technology .slick-dots li
{
    display: inline-block;

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

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

    opacity: .3;
    color: #e0e1e7;
    border-radius: 50%;
    background: none;
    background-color: #fff;
}
.box-technology .slick-technology .slick-dots li.slick-active
{
    opacity: 1;
}
.box-technology .slick-technology .slick-dots li button
{
    display: none;
}
.box-technology .slick-technology .slick-arrow
{
    top: auto;
    right: 90px;
    bottom: 30px;
    left: auto;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.box-technology .slick-technology .slick-arrow.slick-next
{
    right: 30px;
}
.box-technology .slick-technology .slick-arrow:hover
{
    color: #fff;
    border-color: rgba(0, 64, 153, .8);
    background-color: rgba(0, 64, 153, .8);
}
.box-case .case .item,
.wrap-case .case .item
{
    display: block;

    margin-top: 30px;

    text-align: center;
}
@media (max-width: 767px)
{
    .box-case .case .item,
    .wrap-case .case .item
    {
        margin-top: 20px;
    }
}
.box-case .case .item .img-box,
.wrap-case .case .item .img-box
{
    padding-bottom: 62.31884058%;
}
.box-case .case .item .img-box img,
.wrap-case .case .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-case .case .item p,
.wrap-case .case .item p
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 20px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .box-case .case .item p,
    .wrap-case .case .item p
    {
        font-size: 18px;

        margin: 10px 0 0 0;
    }
}
@media (max-width: 767px)
{
    .box-case .case .item p,
    .wrap-case .case .item p
    {
        font-size: 15px;
    }
}
.box-case .case .item:hover .img-box img,
.wrap-case .case .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-case .case .item:hover p,
.wrap-case .case .item:hover p
{
    color: #004099;
}
.box-video
{
    background-color: #f5f6f7;
}
.box-video .list .item
{
    display: block;

    margin-top: 40px;

    text-align: center;
}
.box-video .list .item .video
{
    position: relative;
}
.box-video .list .item .video:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 40px;

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

    display: block;

    width: 40px;
    height: 40px;

    content: '\e62b';
    cursor: pointer;
    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);

    color: #fff;
    border-radius: 50%;
    background-color: #004099;
}
.box-video .list .item .img-box
{
    padding-bottom: 57.77777778%;
}
.box-video .list .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-video .list .item p
{
    font-size: 24px;
    font-weight: bold;
    line-height: 90px;

    display: -webkit-box;
    overflow: hidden;

    height: 90px;

    color: #fff;
    background-color: #004099;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .box-video .list .item p
    {
        font-size: 18px;
        line-height: 50px;

        height: 50px;
    }
}
.box-video .list .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-video .list .item:hover .video:before
{
    top: 50%;

    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
}
.box-about
{
    padding-bottom: 0;

    background: url(../images/about_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
.box-about .title-about
{
    color: #fff;
	text-align: center;
}
.box-about .title-about:after
{
    display: block;

    width: 40px;
    height: 4px;
	margin: 0 auto;
    margin-top: 24px;

    content: '';

    background-color: #fff;
}
@media (max-width: 767px)
{
    .box-about .title-about:after
    {
        margin-top: 14px;
    }
}
.box-about .title-about p
{
    font-size: 24px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 991px)
{
    .box-about .title-about p
    {
        font-size: 20px;
    }
}
.box-about .title-about h2
{
    font-size: 36px;
    font-weight: bold;

    margin: 6px 0 0 0;
}
@media (max-width: 991px)
{
    .box-about .title-about h2
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .box-about .title-about h2
    {
        font-size: 24px;
    }
}
.box-about .text
{
    margin-top: 30px;

    color: #fff;
}
.box-about .text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
@media (max-width: 767px)
{
    .box-about .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
@media (max-width: 991px)
{
    .box-about .pic
    {
        margin-top: 20px;
    }
}
.box-about .pic img
{
    max-width: 100%;
}
.box-about .more
{
    text-align: left;
}
.box-about .more a
{
    padding: 0;

    color: #fff;
    border: none;
}
@media (max-width: 991px)
{
    .box-about .more a
    {
        margin-top: 20px;
    }
}
.box-about .number
{
    background-color: #f7f9fa;
}
.box-about .number ul
{
    font-size: 0;
}
.box-about .number ul li
{
    font-size: 14px;

    display: inline-block;

    width: 25%;
    padding: 40px 0;

    text-align: center;
    vertical-align: top;

    border-right: 1px solid #e6e8eb;
}
@media (max-width: 767px)
{
    .box-about .number ul li
    {
        width: 50%;
        padding: 20px 0;
    }
}
.box-about .number ul li .item b
{
    font-size: 24px;
    font-weight: normal;

    display: block;
}
@media (max-width: 991px)
{
    .box-about .number ul li .item b
    {
        font-size: 18px;
    }
}
.box-about .number ul li .item b span
{
    font-size: 48px;
    font-weight: bold;
}
@media (max-width: 991px)
{
    .box-about .number ul li .item b span
    {
        font-size: 30px;
    }
}
.box-about .number ul li .item p
{
    font-size: 20px;
    line-height: 30px;

    color: #8a8f99;
}
@media (max-width: 991px)
{
    .box-about .number ul li .item p
    {
        font-size: 16px;
    }
}
.box-about .number ul li .item:hover b,
.box-about .number ul li .item:hover p
{
    color: #004099;
}
.box-news .news
{
    margin-top: 30px;
}
.box-news .news .itembox
{
    padding-bottom: 40px;

    border-bottom: 1px dashed #d0d3db;
}
.box-news .news .itembox:nth-child(3),
.box-news .news .itembox:nth-child(4)
{
    border-bottom: none;
}
@media (max-width: 767px)
{
    .box-news .news .itembox:nth-child(3)
    {
        border-bottom: 1px dashed #d0d3db;
    }
}
.box-news .news .item
{
    position: relative;

    margin-top: 30px;
    padding: 0 120px;
}
@media (max-width: 991px)
{
    .box-news .news .item
    {
        padding: 0 40px 0 100px;
    }
}
.box-news .news .item .date
{
    position: absolute;
    left: 0;

    width: 120px;
    padding: 0 20px;
}
@media (max-width: 991px)
{
    .box-news .news .item .date
    {
        width: 100px;
        padding: 0 10px;
    }
}
.box-news .news .item .date:after
{
    display: block;

    width: 54px;
    height: 4px;
    margin-top: 10px;

    content: '';

    background-color: #004099;
}
.box-news .news .item .date b
{
    font-size: 48px;
    font-weight: normal;
    line-height: 1;

    display: block;
}
@media (max-width: 991px)
{
    .box-news .news .item .date b
    {
        font-size: 36px;
    }
}
@media (max-width: 767px)
{
    .box-news .news .item .date b
    {
        font-size: 30px;
    }
}
.box-news .news .item .date span
{
    font-size: 18px;
    line-height: 24px;

    display: block;

    margin-top: 10px;
}
@media (max-width: 767px)
{
    .box-news .news .item .date span
    {
        font-size: 16px;
    }
}
.box-news .news .item .note b
{
    font-size: 20px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .box-news .news .item .note b
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .box-news .news .item .note b
    {
        font-size: 18px;
    }
}
.box-news .news .item .note a
{
    display: block;
}
.box-news .news .item .note p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

    color: #999;

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

        height: 48px;
        margin: 0;
    }
}
.box-news .news .item a.more
{
    font-size: 30px;

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

    color: #8a8f99;
}
@media (max-width: 767px)
{
    .box-news .news .item a.more
    {
        font-size: 24px;
    }
}
.box-news .news .item a.more:after
{
    font-family: 'iconfont' !important;

    content: '\e610';
}
.box-news .news .item:hover b
{
    color: #004099;
}
.box-news .news .item:hover a.more
{
    color: #004099;
}
.footer
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    color: #999;
    background-color: #232527;
}
.footer .foot-top
{
    padding: 50px 0 30px;

    border-bottom: 1px solid #414348;
}
@media (max-width: 991px)
{
    .footer .foot-top
    {
        padding: 30px 0;
    }
}
.footer .foot-top img
{
    display: inline-block;

    max-height: 54px;
}
@media (max-width: 1199px)
{
    .footer .foot-top img
    {
        display: none;
    }
}
.footer .foot-top .message
{
    display: inline-block;
    float: right;
}
@media (max-width: 1199px)
{
    .footer .foot-top .message
    {
        display: block;
        float: none;
        overflow: hidden;
    }
}
.footer .foot-top .message h3
{
    font-size: 18px;
    line-height: 48px;

    display: inline-block;

    margin: 0;
    margin-right: 20px;

    vertical-align: middle;

    color: #fff;
}
.footer .foot-top .message ul
{
    display: inline-block;
    float: right;
    overflow: hidden;

    width: 560px;
    margin: 0 -5px;
}
@media (max-width: 1199px)
{
    .footer .foot-top .message ul
    {
        font-weight: bold;

        display: block;

        width: 100%;
    }
}
.footer .foot-top .message ul li
{
    float: left;

    width: 40%;
    padding: 0 5px;
}
.footer .foot-top .message ul li:nth-child(3)
{
    width: 20%;
}
.footer .foot-top .message ul li input
{
    font-size: 14px;
    line-height: 28px;

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

    color: #fff;
    background-color: #27292b;
}
.footer .foot-top .message ul li input::-webkit-input-placeholder,
.footer .foot-top .message ul li textarea::-webkit-input-placeholder
{
    color: #999;
}
.footer .foot-top .message ul li input:-o-placeholder,
.footer .foot-top .message ul li textarea:-o-placeholder
{
    color: #999;
}
.footer .foot-top .message ul li input::-moz-placeholder,
.footer .foot-top .message ul li textarea::-moz-placeholder
{
    color: #999;
}
.footer .foot-top .message ul li input:-ms-input-placeholder,
.footer .foot-top .message ul li textarea:-ms-input-placeholder
{
    color: #999;
}
.footer .foot-top .message ul li input:focus::-webkit-input-placeholder,
.footer .foot-top .message ul li textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot-top .message ul li input:focus::-o-placeholder,
.footer .foot-top .message ul li textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.footer .foot-top .message ul li input:focus::-moz-placeholder,
.footer .foot-top .message ul li textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.footer .foot-top .message ul li input:focus::-ms-input-placeholder,
.footer .foot-top .message ul li textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot-top .message ul li .submit
{
    font-size: 18px;
    line-height: 48px;

    width: 100%;
    padding: 0;

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

    color: #fff;
    border-radius: 0;
    background-color: #004099;
}
.footer .foot-top .message ul li .submit:after
{
    font-family: 'iconfont' !important;

    content: '\e610';
}
.footer .foot-top .message ul li .submit:hover
{
    background-color: #032a60;
}
.footer .foot
{
    padding: 40px 0;

    border-bottom: 1px solid #414348;
}
@media (max-width: 1199px)
{
    .footer .foot
    {
        display: none;
    }
}
.footer .foot .foot-nav
{
    display: inline-block;

    vertical-align: top;
}
.footer .foot .foot-nav ul
{
    margin: 0 -30px;
}
.footer .foot .foot-nav ul li
{
    display: inline-block;

    max-width: 120px;
    margin: 0 30px;

    vertical-align: top;
}
.footer .foot .foot-nav ul li h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    color: #fff;
}
.footer .foot .foot-nav ul li a
{
    font-size: 14px;
    /*font-size: 16px;*/
    line-height: 24px;

    display: block;

    margin-top: 10px;

    word-break: break-all;
}
.footer .foot .foot-nav ul li a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .foot .foot-text
{
    display: inline-block;
    float: right;

    text-align: right;
}
.footer .foot .foot-text p
{
    font-size: 16px;
    line-height: 24px;

    display: inline-block;

    max-width: 170px;
}
.footer .foot .foot-text p.address
{
    margin-top: 20px;
}
.footer .foot .foot-text a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .foot .foot-text h3
{
    font-size: 26px;
    font-weight: bold;

    margin: 0;

    color: #fff;
}
.footer .foot .foot-text h4
{
    font-size: 24px;
    line-height: 30px;

    color: #fff;
}
.footer .foot .foot-text h4 span
{
    font-size: 16px;

    display: inline-block;

    vertical-align: top;
}
.footer .copyright
{
    font-size: 16px;

    padding: 30px 0;
}
@media (max-width: 991px)
{
    .footer .copyright
    {
        font-size: 14px;

        position: relative;

        padding-bottom: 55px;
    }
}
.footer .copyright p
{
    line-height: 30px;

    margin: 0;
}
@media (max-width: 991px)
{
    .footer .copyright p
    {
        line-height: 24px;
    }
}
.footer .copyright p a
{
    margin-left: 20px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 991px)
{
    .footer .copyright p a
    {
        margin: 0;
    }
}
.footer .copyright p a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .copyright a.website
{
    margin-right: 30px;
}
.wrapper
{
    overflow: hidden;

    background-color: #fbfdfe;
}
.wrap
{
    padding: 30px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 30px 0;
    }
}
.wrap .more
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    margin-top: 14px;

    color: #004099;
}
@media (max-width: 767px)
{
    .wrap .more
    {
        margin-top: 6px;
    }
}
.wrap .more:before
{
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    background-color: #004099;
}
.wrap .more:hover
{
    text-decoration: underline;
}
.wrap-location
{
    background-color: #fbfdfe;
}
.wrap-location .location ul li
{
    display: inline-block;

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

    margin: 0 6px;

    content: '/';
    vertical-align: middle;
}
.wrap-location .location ul li:last-child:after
{
    display: none;
}
.wrap-location .location ul li a
{
    font-size: 12px;
    line-height: 30px;

    display: inline-block;

    padding: 10px 0;

    vertical-align: middle;
}
.wrap-location .location ul li a:hover
{
    text-decoration: underline;

    color: #004099;
}
.title-in
{
    text-align: center;
}
.title-in h2
{
    font-size: 66px;
    font-weight: bold;
    line-height: 1;

    display: block;

    margin: 0;

    color: #004099;
}
@media (max-width: 1350px)
{
    .title-in h2
    {
        font-size: 56px;
    }
}
@media (max-width: 1199px)
{
    .title-in h2
    {
        font-size: 46px;
    }
}
@media (max-width: 991px)
{
    .title-in h2
    {
        font-size: 36px;
    }
}
@media (max-width: 767px)
{
    .title-in h2
    {
        font-size: 24px;
    }
}
.title-in h3
{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2;

    margin: 20px 0;
}
@media (max-width: 991px)
{
    .title-in h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .title-in h3
    {
        font-size: 16px;
    }
}
.title-in p
{
    font-size: 16px;
    line-height: 30px;

    max-width: 960px;
    margin: 0 auto;
}
@media (max-width: 767px)
{
    .title-in p
    {
        font-size: 14px;
    }
}
.product-relate,
.news-relate
{
    padding-top: 30px;
}
.product-relate .title-relate,
.news-relate .title-relate
{
    border-bottom: 1px solid #e1e3e6;
}
.product-relate .title-relate h2,
.news-relate .title-relate h2
{
    font-size: 24px;
    font-weight: bold;

    display: inline-block;

    margin: 0;
    padding: 10px;

    color: #004099;
    border-bottom: 3px solid #004099;
}
@media (max-width: 767px)
{
    .product-relate .title-relate h2,
    .news-relate .title-relate h2
    {
        font-size: 20px;
    }
}
.product-relate .title-relate a.more,
.news-relate .title-relate a.more
{
    display: inline-block;
    float: right;

    color: #8a8f99;
}
.product-relate .title-relate a.more:before,
.news-relate .title-relate a.more:before
{
    font-family: 'iconfont' !important;

    width: auto;
    height: auto;

    content: '\e610';

    background: none;
}
.product-relate .title-relate a.more:hover,
.news-relate .title-relate a.more:hover
{
    color: #004099;
}
.product-relate .product .item
{
    display: block;

    margin-top: 30px;

    text-align: center;
}
.product-relate .product .item .img-box
{
    padding-bottom: 75%;
}
.product-relate .product .item p
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 14px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .product-relate .product .item p
    {
        font-size: 16px;
    }
}
.news-relate .news
{
    margin-top: 30px;
}
.news-relate .news .item
{
    position: relative;

    margin-top: 30px;
    padding: 0 120px;
}
@media (max-width: 991px)
{
    .news-relate .news .item
    {
        padding: 0 40px 0 100px;
    }
}
.news-relate .news .item .date
{
    position: absolute;
    left: 0;

    width: 120px;
    padding: 0 20px;
}
@media (max-width: 991px)
{
    .news-relate .news .item .date
    {
        width: 100px;
        padding: 0 10px;
    }
}
.news-relate .news .item .date:after
{
    display: block;

    width: 54px;
    height: 4px;
    margin-top: 10px;

    content: '';

    background-color: #004099;
}
.news-relate .news .item .date b
{
    font-size: 48px;
    font-weight: normal;
    line-height: 1;

    display: block;
}
@media (max-width: 991px)
{
    .news-relate .news .item .date b
    {
        font-size: 36px;
    }
}
@media (max-width: 767px)
{
    .news-relate .news .item .date b
    {
        font-size: 30px;
    }
}
.news-relate .news .item .date span
{
    font-size: 18px;
    line-height: 24px;

    display: block;

    margin-top: 10px;
}
@media (max-width: 767px)
{
    .news-relate .news .item .date span
    {
        font-size: 16px;
    }
}
.news-relate .news .item .note b
{
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

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

    display: -webkit-box;
    overflow: hidden;

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

    color: #999;

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

        height: 48px;
        margin: 0;
    }
}
.news-relate .news .item a.more
{
    font-size: 30px;

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

    color: #8a8f99;
}
@media (max-width: 767px)
{
    .news-relate .news .item a.more
    {
        font-size: 24px;
    }
}
.news-relate .news .item a.more:before
{
    display: none;
}
.news-relate .news .item a.more:after
{
    font-family: 'iconfont' !important;

    content: '\e610';
}
.news-relate .news .item:hover b
{
    color: #004099;
}
.news-relate .news .item:hover a.more
{
    color: #004099;
}
.wrap-sidenav
{
    position: relative;

    margin-bottom: -9939px;
    padding-top: 30px;
    padding-bottom: 9999px;

    background-color: #f0f2f5;
}
@media (max-width: 991px)
{
    .wrap-sidenav
    {
        margin: 0;
        padding: 20px 0 0 0;

        background: none;
    }
}
.wrap-sidenav:before
{
    position: absolute;
    top: 0;
    left: -300px;

    display: block;

    width: 300px;
    height: 100%;

    content: '';

    background-color: #f0f2f5;
}
@media (max-width: 991px)
{
    .wrap-sidenav:before
    {
        display: none;
    }
}
.wrap-sidenav .title-sidenav
{
    padding: 0 30px;
}
@media (max-width: 991px)
{
    .wrap-sidenav .title-sidenav
    {
        display: none;
    }
}
.wrap-sidenav .title-sidenav h2
{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}
.wrap-sidenav .title-sidenav h2:before
{
    font-family: 'iconfont' !important;
    font-size: 34px;

    float: left;

    margin-right: 8px;

    content: '\e6a5';
}
.wrap-sidenav .sidenav
{
    margin-top: 20px;
}
.wrap-sidenav .sidenav > ul > li
{
    margin-top: 5px;
    padding-left: 30px;

    background-color: #f7f9fa;
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav > ul > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
@media (max-width: 767px)
{
    .wrap-sidenav .sidenav > ul > li
    {
        margin-top: 3px;
        padding-left: 14px;
    }
}
.wrap-sidenav .sidenav > ul > li > a
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 20px 30px 20px 0;

    border-bottom: 1px solid #eef1f2;
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav > ul > li > a
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-sidenav .sidenav > ul > li > a
    {
        font-size: 15px;

        padding: 10px 30px 10px 0;
    }
}
.wrap-sidenav .sidenav > ul > li > a:after
{
    font-family: 'iconfont' !important;
    font-size: 12px;
    font-weight: normal;
    line-height: 70px;

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

    content: '\e625';
}
@media (max-width: 767px)
{
    .wrap-sidenav .sidenav > ul > li > a:after
    {
        line-height: 50px;

        right: 6px;
    }
}
.wrap-sidenav .sidenav > ul > li > ul
{
    display: none;

    padding: 20px 0;
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav > ul > li > ul
    {
        padding: 10px 0;
    }
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav > ul > li > ul > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-sidenav .sidenav > ul > li > ul > li > a
{
    font-size: 16px;
    line-height: 36px;

    position: relative;

    display: block;

    padding: 0 10px 0 20px;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav > ul > li > ul > li > a
    {
        font-size: 14px;
    }
}
.wrap-sidenav .sidenav > ul > li > ul > li > a:before
{
    position: absolute;
    top: 0;
    left: 10px;

    content: '-';
}
.wrap-sidenav .sidenav > ul > li > ul > li.active > a
{
    color: #004099;
}
.wrap-sidenav .sidenav > ul > li.active
{
    display: block;
}
.wrap-sidenav .sidenav > ul > li.active > ul
{
    display: block;
}
.wrap-sidenav .sidenav > ul > li.active > a,
.wrap-sidenav .sidenav > ul > li:hover > a
{
    color: #004099;
}
.wrap-sidenav .sidenav > ul > li.active > a:after,
.wrap-sidenav .sidenav > ul > li:hover > a:after
{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.wrap-about
{
    padding-bottom: 0;
}
.wrap-about .about
{
    margin-top: 30px;
    padding: 50px 0;

    background-color: #f5f7f7;
}
.wrap-about .about p
{
    font-size: 18px;
    line-height: 2;
}
@media (max-width: 991px)
{
    .wrap-about .about p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .about p
    {
        font-size: 14px;
    }
}
.wrap-about .about img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-sidenav-about
{
    position: relative;
    z-index: 2;

    margin-top: -60px;
}
@media (max-width: 767px)
{
    .wrap-sidenav-about
    {
        margin: 0;
    }
}
.wrap-sidenav-about .sidenav-about > ul
{
    margin: 0 -10px;
}
@media (max-width: 1199px)
{
    .wrap-sidenav-about .sidenav-about > ul
    {
        margin: 0 -4px;
    }
}
.wrap-sidenav-about .sidenav-about > ul > li
{
    display: inline-block;

    padding: 0 10px;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .wrap-sidenav-about .sidenav-about > ul > li
    {
        padding: 0 4px;
    }
}
@media (max-width: 767px)
{
    .wrap-sidenav-about .sidenav-about > ul > li
    {
        margin-top: 10px;
    }
}
.wrap-sidenav-about .sidenav-about > ul > li a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    display: block;

    padding: 15px 30px;

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

    color: #fff;
    background-color: #004099;
}
@media (max-width: 1199px)
{
    .wrap-sidenav-about .sidenav-about > ul > li a
    {
        padding: 15px 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-sidenav-about .sidenav-about > ul > li a
    {
        font-size: 15px;

        padding: 10px;
    }
}
.wrap-sidenav-about .sidenav-about > ul > li a:after
{
    font-family: 'iconfont' !important;
    font-weight: normal;

    display: inline-block;

    margin-left: 100px;

    content: '\e72f';
}
@media (max-width: 1199px)
{
    .wrap-sidenav-about .sidenav-about > ul > li a:after
    {
        margin-left: 30px;
    }
}
.wrap-sidenav-about .sidenav-about > ul > li.active a,
.wrap-sidenav-about .sidenav-about > ul > li:hover a
{
    color: #004099;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .wrap-sidenav-about .sidenav-about > ul > li.active a,
    .wrap-sidenav-about .sidenav-about > ul > li:hover a
    {
        background-color: #dbe4f0;
    }
}
.wrap-sidenav-about .sidenav-about > ul > li.active a:after,
.wrap-sidenav-about .sidenav-about > ul > li:hover a:after
{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.wrap-mixer .technology .item
{
    display: block;

    margin-top: 30px;
}
.wrap-mixer .technology .item .pic
{
    -webkit-transition: all .2s;
            transition: all .2s;

    border: 1px solid #004099;
}
.wrap-mixer .technology .item .pic .pic-hover
{
    opacity: 0;
}
.wrap-mixer .technology .item .note b
{
    font-size: 24px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-mixer .technology .item .note b
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-mixer .technology .item .note b
    {
        font-size: 18px;
    }
}
.wrap-mixer .technology .item:hover .pic
{
    background-color: #004099;
}
.wrap-mixer .technology .item:hover .pic .pic-hover
{
    opacity: 1;
}
.wrap-mixer .technology .item:hover .pic .pic-now
{
    opacity: 0;
}
.wrap-mixer .technology .item:hover .note b
{
    color: #004099;
}
.wrap-mixer .application > ul
{
    font-size: 0;

    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .wrap-mixer .application > ul
    {
        margin: 0 -8px;
    }
}
.wrap-mixer .application > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 12.5%;
    margin-top: 30px;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .wrap-mixer .application > ul > li
    {
        width: 16.66666667%;
    }
}
@media (max-width: 767px)
{
    .wrap-mixer .application > ul > li
    {
        width: 33.33333333%;
        padding: 0 8px;
    }
}
.wrap-mixer .application .item
{
    display: block;

    padding: 30px 10px;

    text-align: center;

    background-color: #f5f7f7;
}
@media (max-width: 1199px)
{
    .wrap-mixer .application .item
    {
        padding: 20px 10px;
    }
}
.wrap-mixer .application .item:before
{
    font-family: 'iconfont' !important;
    font-size: 50px;
    line-height: 60px;

    content: '\eb51';

    color: #8a8f99;
}
.wrap-mixer .application .item-tc:before
{
    content: '\e647';
}
.wrap-mixer .application .item-bl:before
{
    content: '\e642';
}
.wrap-mixer .application .item-zzs:before
{
    content: '\e65e';
}
.wrap-mixer .application .item-yj:before
{
    content: '\e6f3';
}
.wrap-mixer .application .item-fl:before
{
    content: '\e82d';
}
.wrap-mixer .application .item-hnt:before
{
    content: '\e668';
}
.wrap-mixer .application .item-hzs:before
{
    content: '\e64a';
}
.wrap-mixer .application .item-qsdcg:before
{
    content: '\e761';
}
.wrap-mixer .application .item-mcc:before
{
    content: '\e641';
}
.wrap-mixer .application .item-hjjs:before
{
    content: '\e66a';
}
.wrap-mixer .application .item-hzs:before
{
    content: '\e64a';
}
.wrap-mixer .application .item-sp:before
{
    content: '\e656';
}
.wrap-mixer .application .item-gsj:before
{
    content: '\e63d';
}
.wrap-mixer .application .item-ldc:before
{
    content: '\e648';
}
.wrap-mixer .application .item-tssc:before
{
    content: '\e665';
}
.wrap-mixer .application .item-more:before
{
    content: '\e62e';
}
.wrap-mixer .application .item p
{
    font-size: 20px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1350px)
{
    .wrap-mixer .application .item p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-mixer .application .item p
    {
        font-size: 14px;
    }
}
.wrap-mixer .factory .row
{
    font-size: 0;
}
.wrap-mixer .factory .row .itembox
{
    font-size: 14px;

    display: inline-block;
    float: none;

    margin-top: 40px;

    vertical-align: middle;
}
.wrap-mixer .factory .pic img
{
    max-width: 100%;
}
.wrap-mixer .factory .title-factory h2
{
    font-size: 24px;
    font-weight: bold;

    margin: 0;

    color: #004099;
}
@media (max-width: 767px)
{
    .wrap-mixer .factory .title-factory h2
    {
        font-size: 20px;
    }
}
.wrap-mixer .factory .text
{
    margin-top: 20px;
}
.wrap-mixer .factory .text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-mixer .factory .text p
    {
        font-size: 14px;
    }
}
.wrap-mixer .factory .more
{
    display: block;
}
.wrap-mixer .factory .more:before
{
    font-family: 'iconfont' !important;

    width: auto;
    height: auto;

    content: '\e610';

    background: none;
}
.wrap-mixer .experimental .row
{
    font-size: 0;
}
.wrap-mixer .experimental .row .itembox
{
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: middle;
}
.wrap-mixer .experimental .pic
{
    overflow: hidden;
}
@media (max-width: 991px)
{
    .wrap-mixer .experimental .pic img
    {
        max-width: 100%;
    }
}
.wrap-mixer .experimental .experimental-left
{
    padding: 0 5% 0 26%;
}
@media (max-width: 1470px)
{
    .wrap-mixer .experimental .experimental-left
    {
        padding: 0 5%;
    }
}
@media (max-width: 991px)
{
    .wrap-mixer .experimental .experimental-left
    {
        padding: 30px 15px;
    }
}
.wrap-mixer .experimental .title-experimental{
	text-align: center;
}
.wrap-mixer .experimental .title-experimental:after
{
    display: block;

    width: 40px;
    height: 4px;
	margin: 0 auto;
    margin-top: 30px;

    content: '';

    background-color: #fff;
}
.wrap-mixer .experimental .title-experimental p
{
    font-size: 24px;
    line-height: 30px;

    margin: 0;

    color: #fff;
}
@media (max-width: 1199px)
{
    .wrap-mixer .experimental .title-experimental p
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-mixer .experimental .title-experimental p
    {
        font-size: 16px;
    }
}
.wrap-mixer .experimental .title-experimental h2
{
    font-size: 36px;
    font-weight: bold;

    margin: 0;

    color: #fff;
}
@media (max-width: 1199px)
{
    .wrap-mixer .experimental .title-experimental h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-mixer .experimental .title-experimental h2
    {
        font-size: 24px;
    }
}
.wrap-mixer .experimental .text
{
    margin-top: 20px;

    color: #fff;
}
.wrap-mixer .experimental .text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-mixer .experimental .text p
    {
        font-size: 14px;
    }
}
.wrap-mixer .experimental .more
{
    display: block;

    margin-top: 40px;

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-mixer .experimental .more
    {
        margin-top: 20px;
    }
}
.wrap-mixer .experimental .more:before
{
    font-family: 'iconfont' !important;

    float: left;

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

    content: '\e610';

    background: none;
}
.wrap-mixer .experimental .more:hover
{
    text-decoration: underline;
}
.wrap-mixer .experimental .list
{
    margin-top: 30px;
}
.wrap-mixer .experimental .list > ul
{
    font-size: 0;

    border: 1px solid #fff;
}
.wrap-mixer .experimental .list > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 25%;

    vertical-align: top;

    border-right: 1px solid #fff;
}
@media (max-width: 767px)
{
    .wrap-mixer .experimental .list > ul > li
    {
        width: 50%;
    }
    .wrap-mixer .experimental .list > ul > li:nth-child(1),
    .wrap-mixer .experimental .list > ul > li:nth-child(2)
    {
        border-bottom: 1px solid #fff;
    }
}
.wrap-mixer .experimental .list > ul > li:last-child
{
    border-right: none;
}
.wrap-mixer .experimental .list > ul > li .item
{
    padding: 30px 0;
	display: block;
    text-align: center;

    color: #fff;
}
@media (max-width: 767px)
{
    .wrap-mixer .experimental .list > ul > li .item
    {
        padding: 20px 0;
    }
}
.wrap-mixer .experimental .list > ul > li .item:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;
    line-height: 50px;

    content: '\e6be';
}
.wrap-mixer .experimental .list > ul > li .item-service:before
{
    font-size: 50px;
}
.wrap-mixer .experimental .list > ul > li .item-equipped:before
{
    content: '\e652';
}
.wrap-mixer .experimental .list > ul > li .item-solution:before
{
    content: '\e664';
}
.wrap-mixer .experimental .list > ul > li .item-contact:before
{
    content: '\e65a';
}
.wrap-mixer .experimental .list > ul > li .item p
{
    font-size: 16px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 1199px)
{
    .wrap-mixer .experimental .list > ul > li .item p
    {
        font-size: 14px;
    }
}
.wrap-factory .factory,
.wrap-experimental .factory,
.wrap-factory .experimental,
.wrap-experimental .experimental
{
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0 0 0;
}
@media (max-width: 767px)
{
    .wrap-factory .factory,
    .wrap-experimental .factory,
    .wrap-factory .experimental,
    .wrap-experimental .experimental
    {
        padding: 30px 0;
    }
}
.wrap-factory .factory .item .img-box,
.wrap-experimental .factory .item .img-box,
.wrap-factory .experimental .item .img-box,
.wrap-experimental .experimental .item .img-box
{
    padding-bottom: 61.53846154%;
}
.wrap-factory .factory .slick-factory-nav,
.wrap-experimental .factory .slick-factory-nav,
.wrap-factory .experimental .slick-factory-nav,
.wrap-experimental .experimental .slick-factory-nav
{
    margin: 0 -10px;
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-factory .factory .slick-factory-nav,
    .wrap-experimental .factory .slick-factory-nav,
    .wrap-factory .experimental .slick-factory-nav,
    .wrap-experimental .experimental .slick-factory-nav
    {
        margin-top: 10px;
        margin-right: -4px;
        margin-left: -4px;
    }
}
.wrap-factory .factory .slick-factory-nav .slick-slide,
.wrap-experimental .factory .slick-factory-nav .slick-slide,
.wrap-factory .experimental .slick-factory-nav .slick-slide,
.wrap-experimental .experimental .slick-factory-nav .slick-slide
{
    padding: 0 10px;
}
@media (max-width: 767px)
{
    .wrap-factory .factory .slick-factory-nav .slick-slide,
    .wrap-experimental .factory .slick-factory-nav .slick-slide,
    .wrap-factory .experimental .slick-factory-nav .slick-slide,
    .wrap-experimental .experimental .slick-factory-nav .slick-slide
    {
        padding: 0 4px;
    }
}
.wrap-factory .factory .slick-factory-nav .slick-current .item,
.wrap-experimental .factory .slick-factory-nav .slick-current .item,
.wrap-factory .experimental .slick-factory-nav .slick-current .item,
.wrap-experimental .experimental .slick-factory-nav .slick-current .item
{
    border: 1px solid #c7161e;
}
.wrap-factory .factory .slick-arrow,
.wrap-experimental .factory .slick-arrow,
.wrap-factory .experimental .slick-arrow,
.wrap-experimental .experimental .slick-arrow
{
    left: -6%;

    color: #666;
    border-color: #666;
}
.wrap-factory .factory .slick-arrow:before,
.wrap-experimental .factory .slick-arrow:before,
.wrap-factory .experimental .slick-arrow:before,
.wrap-experimental .experimental .slick-arrow:before
{
    content: '\eb60';
}
.wrap-factory .factory .slick-arrow.slick-next,
.wrap-experimental .factory .slick-arrow.slick-next,
.wrap-factory .experimental .slick-arrow.slick-next,
.wrap-experimental .experimental .slick-arrow.slick-next
{
    right: -6%;
    left: auto;
}
.wrap-factory .factory .slick-arrow.slick-next:before,
.wrap-experimental .factory .slick-arrow.slick-next:before,
.wrap-factory .experimental .slick-arrow.slick-next:before,
.wrap-experimental .experimental .slick-arrow.slick-next:before
{
    content: '\e625';
}
.wrap-factory .factory .slick-arrow:hover,
.wrap-experimental .factory .slick-arrow:hover,
.wrap-factory .experimental .slick-arrow:hover,
.wrap-experimental .experimental .slick-arrow:hover
{
    color: #fff;
}
.wrap-factory .factory-text,
.wrap-experimental .factory-text,
.wrap-factory .experimental-text,
.wrap-experimental .experimental-text
{
    position: relative;
	max-width: 1000px;
	margin: 0 auto;
    margin-top: 50px;
    padding: 40px 0;

    background-color: #f5f7f7;
}
.wrap-factory .factory-text:before,
.wrap-experimental .factory-text:before,
.wrap-factory .experimental-text:before,
.wrap-experimental .experimental-text:before
{
    position: absolute;
    top: 0;
    left: -100%;

    display: block;

    width: 300%;
    height: 100%;

    content: '';

    background-color: #f5f7f7;
}
.wrap-factory .factory-text .title-factory-text,
.wrap-experimental .factory-text .title-factory-text,
.wrap-factory .experimental-text .title-factory-text,
.wrap-experimental .experimental-text .title-factory-text,
.wrap-factory .factory-text .text,
.wrap-experimental .factory-text .text,
.wrap-factory .experimental-text .text,
.wrap-experimental .experimental-text .text
{
    position: relative;
    z-index: 2;
}
.wrap-factory .factory-text .title-factory-text h2,
.wrap-experimental .factory-text .title-factory-text h2,
.wrap-factory .experimental-text .title-factory-text h2,
.wrap-experimental .experimental-text .title-factory-text h2
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
	color: #004099;
    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-factory .factory-text .title-factory-text h2,
    .wrap-experimental .factory-text .title-factory-text h2,
    .wrap-factory .experimental-text .title-factory-text h2,
    .wrap-experimental .experimental-text .title-factory-text h2
    {
        font-size: 20px;
    }
}
.wrap-factory .factory-text .text,
.wrap-experimental .factory-text .text,
.wrap-factory .experimental-text .text,
.wrap-experimental .experimental-text .text
{
    margin-top: 14px;
}
.wrap-factory .factory-text .text p,
.wrap-experimental .factory-text .text p,
.wrap-factory .experimental-text .text p,
.wrap-experimental .experimental-text .text p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-factory .factory-text .text p,
    .wrap-experimental .factory-text .text p,
    .wrap-factory .experimental-text .text p,
    .wrap-experimental .experimental-text .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-factory .factory-text .text p,
    .wrap-experimental .factory-text .text p,
    .wrap-factory .experimental-text .text p,
    .wrap-experimental .experimental-text .text p
    {
        font-size: 14px;
    }
}
.wrap-factory .factory-list .item,
.wrap-experimental .factory-list .item,
.wrap-factory .experimental-list .item,
.wrap-experimental .experimental-list .item
{
    display: block;

    margin-top: 30px;
}
.wrap-factory .factory-list .item .img-box,
.wrap-experimental .factory-list .item .img-box,
.wrap-factory .experimental-list .item .img-box,
.wrap-experimental .experimental-list .item .img-box
{
    padding-bottom: 62.22222222%;
}
.wrap-factory .factory-list .item .img-box img,
.wrap-experimental .factory-list .item .img-box img,
.wrap-factory .experimental-list .item .img-box img,
.wrap-experimental .experimental-list .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-factory .factory-list .item p,
.wrap-experimental .factory-list .item p,
.wrap-factory .experimental-list .item p,
.wrap-experimental .experimental-list .item p
{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 20px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	text-align: center;
}
@media (max-width: 1350px)
{
    .wrap-factory .factory-list .item p,
    .wrap-experimental .factory-list .item p,
    .wrap-factory .experimental-list .item p,
    .wrap-experimental .experimental-list .item p
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .wrap-factory .factory-list .item p,
    .wrap-experimental .factory-list .item p,
    .wrap-factory .experimental-list .item p,
    .wrap-experimental .experimental-list .item p
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-factory .factory-list .item p,
    .wrap-experimental .factory-list .item p,
    .wrap-factory .experimental-list .item p,
    .wrap-experimental .experimental-list .item p
    {
        font-size: 16px;
    }
}
.wrap-factory .factory-list .item:hover .img-box img,
.wrap-experimental .factory-list .item:hover .img-box img,
.wrap-factory .experimental-list .item:hover .img-box img,
.wrap-experimental .experimental-list .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-factory .factory-list .item:hover p,
.wrap-experimental .factory-list .item:hover p,
.wrap-factory .experimental-list .item:hover p,
.wrap-experimental .experimental-list .item:hover p
{
    color: #004099;
}
.wrap-factory .experimental-list .item,
.wrap-experimental .experimental-list .item
{
    position: relative;
}
.wrap-factory .experimental-list .item p,
.wrap-experimental .experimental-list .item p
{
    padding-right: 110px;
}
@media (max-width: 767px)
{
    .wrap-factory .experimental-list .item p,
    .wrap-experimental .experimental-list .item p
    {
        margin-top: 10px;
        padding-right: 0;
    }
}
.wrap-factory .experimental-list .item span.more,
.wrap-experimental .experimental-list .item span.more
{
    position: absolute;
    right: 0;
    bottom: 0;
}
@media (max-width: 767px)
{
    .wrap-factory .experimental-list .item span.more,
    .wrap-experimental .experimental-list .item span.more
    {
        position: relative;
    }
}
.wrap-honor .honor .item
{
    display: block;

    margin-top: 30px;

    text-align: center;

    color: inherit;
}
.wrap-honor .honor .item .img-box
{
    padding-bottom: 133.33333333%;
}
.wrap-honor .honor .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-honor .honor .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-service
{
    padding-bottom: 0;
}
.wrap-service .title-service
{
    text-align: center;
}
.wrap-service .title-service:after
{
    display: block;

    width: 40px;
    height: 4px;
    margin: 0 auto;
    margin-top: 14px;

    content: '';

    background-color: #333;
}
.wrap-service .title-service h3
{
    font-size: 36px;
    font-weight: bold;

    margin: 0;

    color: #004099;
}
@media (max-width: 991px)
{
    .wrap-service .title-service h3
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .wrap-service .title-service h3
    {
        font-size: 24px;
    }
}
.wrap-service .before-service,
.wrap-service .after-service,
.wrap-service .value-service
{
    padding: 70px 0;
}
@media (max-width: 991px)
{
    .wrap-service .before-service,
    .wrap-service .after-service,
    .wrap-service .value-service
    {
        padding: 50px 0;
    }
}
.wrap-service .before-service
{
    margin-top: 40px;

    background-color: #f5f7f7;
}
.wrap-service .before-service .list .item
{
    margin-top: 30px;
    padding: 30px;

    text-align: center;

    background-color: #fff;
}
.wrap-service .before-service .list .item:before
{
    font-family: 'iconfont' !important;
    font-size: 50px;
    line-height: 60px;

    display: block;

    margin-bottom: 14px;

    content: '\e640';

    color: #004099;
}
.wrap-service .before-service .list .item-xuanze:before
{
    content: '\e74b';
}
.wrap-service .before-service .list .item-zhizao:before
{
    font-size: 40px;

    content: '\e64c';
}
.wrap-service .before-service .list .item-peixun:before
{
    content: '\e703';
}
.wrap-service .before-service .list .item-zixun:before
{
    content: '\e662';
}
.wrap-service .before-service .list .item-niding:before
{
    font-size: 40px;

    content: '\e680';
}
.wrap-service .before-service .list .item p
{
    font-size: 20px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 1350px)
{
    .wrap-service .before-service .list .item p
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-service .before-service .list .item p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-service .before-service .list .item p
    {
        font-size: 14px;
    }
}
.wrap-service .before-service .list .item:hover:before
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.wrap-service .middle-service
{
    font-size: 0;

    background-color: #004099;
}
.wrap-service .middle-service .pic,
.wrap-service .middle-service .text
{
    font-size: 14px;

    display: inline-block;
    overflow: hidden;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .wrap-service .middle-service .pic,
    .wrap-service .middle-service .text
    {
        display: block;

        width: 100%;
    }
    .wrap-service .middle-service .pic img,
    .wrap-service .middle-service .text img
    {
        max-width: 100%;
    }
}
.wrap-service .middle-service .text
{
    padding: 30px 13% 30px 5%;
}
@media (max-width: 1350px)
{
    .wrap-service .middle-service .text
    {
        padding: 30px 5% 30px 5%;
    }
}
@media (max-width: 991px)
{
    .wrap-service .middle-service .text
    {
        font-size: 16px;

        padding: 30px 15px;
    }
}
.wrap-service .middle-service .text .title-service
{
    text-align: left;
}
.wrap-service .middle-service .text .title-service:after
{
    display: block;

    width: 40px;
    height: 4px;
    margin-left: 0;

    content: '';

    background-color: #fff;
}
.wrap-service .middle-service .text .title-service h3
{
    color: #fff;
}
.wrap-service .middle-service .text .list
{
    margin-top: 40px;
}
.wrap-service .middle-service .text .list ul
{
    font-size: 0;

    border: 1px solid #fff;
}
.wrap-service .middle-service .text .list ul li
{
    font-size: 14px;

    display: inline-block;

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

    text-align: center;
    vertical-align: top;

    color: #fff;
    border-right: 1px solid #fff;
    background-color: rgba(255, 255, 255, .06);
}
.wrap-service .middle-service .text .list ul li:last-child
{
    border-right: none;
}
.wrap-service .middle-service .text .list ul li .item:before
{
    font-family: 'iconfont' !important;
    font-size: 60px;
    line-height: 60px;

    display: block;

    margin-bottom: 20px;

    content: '\e789';
}
@media (max-width: 991px)
{
    .wrap-service .middle-service .text .list ul li .item:before
    {
        font-size: 46px;
        line-height: 50px;
    }
}
.wrap-service .middle-service .text .list ul li .item-daiban:before
{
    font-size: 80px;
}
@media (max-width: 991px)
{
    .wrap-service .middle-service .text .list ul li .item-daiban:before
    {
        font-size: 56px;
    }
}
.wrap-service .middle-service .text .list ul li .item-yanshou:before
{
    content: '\e657';
}
.wrap-service .middle-service .text .list ul li .item-jieshao:before
{
    content: '\e667';
}
.wrap-service .middle-service .text .list ul li .item p
{
    font-size: 20px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 1350px)
{
    .wrap-service .middle-service .text .list ul li .item p
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-service .middle-service .text .list ul li .item p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-service .middle-service .text .list ul li .item p
    {
        font-size: 14px;
    }
}
.wrap-service .middle-service .text .list ul li .item:hover:before
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.wrap-service .after-service .list ul
{
    font-size: 0;

    margin: 0 -15px;
}
@media (max-width: 991px)
{
    .wrap-service .after-service .list ul
    {
        margin: 0 -8px;
    }
}
.wrap-service .after-service .list ul li
{
    font-size: 14px;

    display: inline-block;

    width: 20%;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-service .after-service .list ul li
    {
        padding: 0 8px;
    }
}
@media (max-width: 767px)
{
    .wrap-service .after-service .list ul li
    {
        width: 50%;
    }
}
.wrap-service .after-service .list .item
{
    margin-top: 40px;
    padding: 40px 10px;

    text-align: center;

    background-color: #f5f7f7;
}
@media (max-width: 991px)
{
    .wrap-service .after-service .list .item
    {
        margin-top: 20px;
    }
}
.wrap-service .after-service .list .item:before
{
    font-family: 'iconfont' !important;
    font-size: 46px;
    line-height: 100px;

    display: block;

    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 20px;

    content: '\e661';

    color: #fff;
    border-radius: 50%;
    background-color: #004099;
}
@media (max-width: 991px)
{
    .wrap-service .after-service .list .item:before
    {
        font-size: 34px;
        line-height: 70px;

        width: 70px;
        height: 70px;
    }
}
.wrap-service .after-service .list .item-anzhuang:before
{
    content: '\e62f';
}
.wrap-service .after-service .list .item-paichu:before
{
    content: '\e658';
}
.wrap-service .after-service .list .item-jiaoliu:before
{
    content: '\e66c';
}
.wrap-service .after-service .list .item-dianhua:before
{
    font-size: 40px;

    content: '\e65a';
}
@media (max-width: 991px)
{
    .wrap-service .after-service .list .item-dianhua:before
    {
        font-size: 30px;
    }
}
.wrap-service .after-service .list .item p
{
    font-size: 20px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 1350px)
{
    .wrap-service .after-service .list .item p
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-service .after-service .list .item p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-service .after-service .list .item p
    {
        font-size: 14px;
    }
}
.wrap-service .after-service .list .item p a
{
    display: block;
}
.wrap-service .after-service .list .item p a:hover
{
    text-decoration: underline;

    color: #004099;
}
.wrap-service .after-service .list .item:hover:before
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.wrap-service .value-service
{
    background: url(../images/service_bg.jpg) no-repeat center;
    background-size: cover;
}
.wrap-service .value-service .title-service:after
{
    background-color: #fff;
}
.wrap-service .value-service .title-service h3
{
    color: #fff;
}
.wrap-service .value-service .list ul
{
    font-size: 0;
}
.wrap-service .value-service .list ul li
{
    font-size: 14px;

    display: inline-block;

    width: 33.33333333%;

    vertical-align: top;
}
.wrap-service .value-service .list ul li:nth-child(2) .item
{
    background-color: #f5f7f7;
}
.wrap-service .value-service .list .item
{
    margin-top: 40px;
    padding: 40px 20%;

    text-align: center;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-service .value-service .list .item
    {
        margin-top: 20px;
        padding: 30px 10px;
    }
}
.wrap-service .value-service .list .item:before
{
    font-family: 'iconfont' !important;
    font-size: 60px;
    line-height: 60px;

    display: block;

    margin: 0 auto;
    margin-bottom: 20px;

    content: '\e6ae';

    color: #004099;
}
@media (max-width: 991px)
{
    .wrap-service .value-service .list .item:before
    {
        font-size: 40px;
        line-height: 40px;
    }
}
.wrap-service .value-service .list .item-xunjian:before
{
    content: '\e67f';
}
.wrap-service .value-service .list .item-baoyang:before
{
    content: '\e7ea';
}
.wrap-service .value-service .list .item p
{
    font-size: 20px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 1350px)
{
    .wrap-service .value-service .list .item p
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-service .value-service .list .item p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-service .value-service .list .item p
    {
        font-size: 14px;
    }
}
.wrap-service .value-service .list .item p a
{
    display: block;
}
.wrap-service .value-service .list .item p a:hover
{
    text-decoration: underline;

    color: #004099;
}
.wrap-service .value-service .list .item:hover:before
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.wrap-accessories .accessories .item
{
    display: block;

    margin-top: 30px;

    color: inherit;
}
.wrap-accessories .accessories .item .img-box
{
    padding-bottom: 75.55555556%;
}
.wrap-accessories .accessories .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-accessories .accessories .item .note
{
    margin-top: 14px;
}
.wrap-accessories .accessories .item .note b
{
    font-size: 24px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-accessories .accessories .item .note b
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-accessories .accessories .item .note b
    {
        font-size: 16px;
    }
}
.wrap-accessories .accessories .item .note p
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-accessories .accessories .item .note p
    {
        font-size: 14px;
    }
}
.wrap-accessories .accessories .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-accessories .accessories .item:hover .note b
{
    color: #004099;
}
.wrap-case-show .title-case-show,
.wrap-news-show .title-case-show,
.wrap-video-show .title-case-show,
.wrap-application-show .title-case-show,
.wrap-case-show .title-news-show,
.wrap-news-show .title-news-show,
.wrap-video-show .title-news-show,
.wrap-application-show .title-news-show,
.wrap-case-show .title-video-show,
.wrap-news-show .title-video-show,
.wrap-video-show .title-video-show,
.wrap-application-show .title-video-show,
.wrap-case-show .title-application-show,
.wrap-news-show .title-application-show,
.wrap-video-show .title-application-show,
.wrap-application-show .title-application-show
{
    padding-bottom: 20px;

    border-bottom: 1px solid #e1e3e6;
}
.wrap-case-show .title-case-show h3,
.wrap-news-show .title-case-show h3,
.wrap-video-show .title-case-show h3,
.wrap-application-show .title-case-show h3,
.wrap-case-show .title-news-show h3,
.wrap-news-show .title-news-show h3,
.wrap-video-show .title-news-show h3,
.wrap-application-show .title-news-show h3,
.wrap-case-show .title-video-show h3,
.wrap-news-show .title-video-show h3,
.wrap-video-show .title-video-show h3,
.wrap-application-show .title-video-show h3,
.wrap-case-show .title-application-show h3,
.wrap-news-show .title-application-show h3,
.wrap-video-show .title-application-show h3,
.wrap-application-show .title-application-show h3
{
    font-size: 36px;
    line-height: 1.5;

    margin: 0;
	display: none;
    color: #004099;
}
@media (max-width: 991px)
{
    .wrap-case-show .title-case-show h3,
    .wrap-news-show .title-case-show h3,
    .wrap-video-show .title-case-show h3,
    .wrap-application-show .title-case-show h3,
    .wrap-case-show .title-news-show h3,
    .wrap-news-show .title-news-show h3,
    .wrap-video-show .title-news-show h3,
    .wrap-application-show .title-news-show h3,
    .wrap-case-show .title-video-show h3,
    .wrap-news-show .title-video-show h3,
    .wrap-video-show .title-video-show h3,
    .wrap-application-show .title-video-show h3,
    .wrap-case-show .title-application-show h3,
    .wrap-news-show .title-application-show h3,
    .wrap-video-show .title-application-show h3,
    .wrap-application-show .title-application-show h3
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .wrap-case-show .title-case-show h3,
    .wrap-news-show .title-case-show h3,
    .wrap-video-show .title-case-show h3,
    .wrap-application-show .title-case-show h3,
    .wrap-case-show .title-news-show h3,
    .wrap-news-show .title-news-show h3,
    .wrap-video-show .title-news-show h3,
    .wrap-application-show .title-news-show h3,
    .wrap-case-show .title-video-show h3,
    .wrap-news-show .title-video-show h3,
    .wrap-video-show .title-video-show h3,
    .wrap-application-show .title-video-show h3,
    .wrap-case-show .title-application-show h3,
    .wrap-news-show .title-application-show h3,
    .wrap-video-show .title-application-show h3,
    .wrap-application-show .title-application-show h3
    {
        font-size: 20px;
    }
}
.wrap-case-show .title-case-show h1,
.wrap-news-show .title-case-show h1,
.wrap-video-show .title-case-show h1,
.wrap-application-show .title-case-show h1,
.wrap-case-show .title-news-show h1,
.wrap-news-show .title-news-show h1,
.wrap-video-show .title-news-show h1,
.wrap-application-show .title-news-show h1,
.wrap-case-show .title-video-show h1,
.wrap-news-show .title-video-show h1,
.wrap-video-show .title-video-show h1,
.wrap-application-show .title-video-show h1,
.wrap-case-show .title-application-show h1,
.wrap-news-show .title-application-show h1,
.wrap-video-show .title-application-show h1,
.wrap-application-show .title-application-show h1
{
    font-size: 36px;
    font-weight: bold;
	text-align: center;
 color: #004099;
    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-case-show .title-case-show h1,
    .wrap-news-show .title-case-show h1,
    .wrap-video-show .title-case-show h1,
    .wrap-application-show .title-case-show h1,
    .wrap-case-show .title-news-show h1,
    .wrap-news-show .title-news-show h1,
    .wrap-video-show .title-news-show h1,
    .wrap-application-show .title-news-show h1,
    .wrap-case-show .title-video-show h1,
    .wrap-news-show .title-video-show h1,
    .wrap-video-show .title-video-show h1,
    .wrap-application-show .title-video-show h1,
    .wrap-case-show .title-application-show h1,
    .wrap-news-show .title-application-show h1,
    .wrap-video-show .title-application-show h1,
    .wrap-application-show .title-application-show h1
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .wrap-case-show .title-case-show h1,
    .wrap-news-show .title-case-show h1,
    .wrap-video-show .title-case-show h1,
    .wrap-application-show .title-case-show h1,
    .wrap-case-show .title-news-show h1,
    .wrap-news-show .title-news-show h1,
    .wrap-video-show .title-news-show h1,
    .wrap-application-show .title-news-show h1,
    .wrap-case-show .title-video-show h1,
    .wrap-news-show .title-video-show h1,
    .wrap-video-show .title-video-show h1,
    .wrap-application-show .title-video-show h1,
    .wrap-case-show .title-application-show h1,
    .wrap-news-show .title-application-show h1,
    .wrap-video-show .title-application-show h1,
    .wrap-application-show .title-application-show h1
    {
        font-size: 20px;
    }
}
.wrap-case-show .title-case-show p,
.wrap-news-show .title-case-show p,
.wrap-video-show .title-case-show p,
.wrap-application-show .title-case-show p,
.wrap-case-show .title-news-show p,
.wrap-news-show .title-news-show p,
.wrap-video-show .title-news-show p,
.wrap-application-show .title-news-show p,
.wrap-case-show .title-video-show p,
.wrap-news-show .title-video-show p,
.wrap-video-show .title-video-show p,
.wrap-application-show .title-video-show p,
.wrap-case-show .title-application-show p,
.wrap-news-show .title-application-show p,
.wrap-video-show .title-application-show p,
.wrap-application-show .title-application-show p
{
    font-size: 18px;
    line-height: 2;

    margin: 10px 0 0 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-case-show .title-case-show p,
    .wrap-news-show .title-case-show p,
    .wrap-video-show .title-case-show p,
    .wrap-application-show .title-case-show p,
    .wrap-case-show .title-news-show p,
    .wrap-news-show .title-news-show p,
    .wrap-video-show .title-news-show p,
    .wrap-application-show .title-news-show p,
    .wrap-case-show .title-video-show p,
    .wrap-news-show .title-video-show p,
    .wrap-video-show .title-video-show p,
    .wrap-application-show .title-video-show p,
    .wrap-case-show .title-application-show p,
    .wrap-news-show .title-application-show p,
    .wrap-video-show .title-application-show p,
    .wrap-application-show .title-application-show p
    {
        font-size: 14px;
    }
}
.wrap-case-show .case-show,
.wrap-news-show .case-show,
.wrap-video-show .case-show,
.wrap-application-show .case-show,
.wrap-case-show .news-show,
.wrap-news-show .news-show,
.wrap-video-show .news-show,
.wrap-application-show .news-show,
.wrap-case-show .video-show,
.wrap-news-show .video-show,
.wrap-video-show .video-show,
.wrap-application-show .video-show,
.wrap-case-show .application-show,
.wrap-news-show .application-show,
.wrap-video-show .application-show,
.wrap-application-show .application-show
{
    margin-top: 30px;
	text-align: center;
}
.wrap-case-show .case-show p,
.wrap-news-show .case-show p,
.wrap-video-show .case-show p,
.wrap-application-show .case-show p,
.wrap-case-show .news-show p,
.wrap-news-show .news-show p,
.wrap-video-show .news-show p,
.wrap-application-show .news-show p,
.wrap-case-show .video-show p,
.wrap-news-show .video-show p,
.wrap-video-show .video-show p,
.wrap-application-show .video-show p,
.wrap-case-show .application-show p,
.wrap-news-show .application-show p,
.wrap-video-show .application-show p,
.wrap-application-show .application-show p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-case-show .case-show p,
    .wrap-news-show .case-show p,
    .wrap-video-show .case-show p,
    .wrap-application-show .case-show p,
    .wrap-case-show .news-show p,
    .wrap-news-show .news-show p,
    .wrap-video-show .news-show p,
    .wrap-application-show .news-show p,
    .wrap-case-show .video-show p,
    .wrap-news-show .video-show p,
    .wrap-video-show .video-show p,
    .wrap-application-show .video-show p,
    .wrap-case-show .application-show p,
    .wrap-news-show .application-show p,
    .wrap-video-show .application-show p,
    .wrap-application-show .application-show p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-case-show .case-show p,
    .wrap-news-show .case-show p,
    .wrap-video-show .case-show p,
    .wrap-application-show .case-show p,
    .wrap-case-show .news-show p,
    .wrap-news-show .news-show p,
    .wrap-video-show .news-show p,
    .wrap-application-show .news-show p,
    .wrap-case-show .video-show p,
    .wrap-news-show .video-show p,
    .wrap-video-show .video-show p,
    .wrap-application-show .video-show p,
    .wrap-case-show .application-show p,
    .wrap-news-show .application-show p,
    .wrap-video-show .application-show p,
    .wrap-application-show .application-show p
    {
        font-size: 14px;
    }
}
.wrap-case-show .case-show img,
.wrap-news-show .case-show img,
.wrap-video-show .case-show img,
.wrap-application-show .case-show img,
.wrap-case-show .news-show img,
.wrap-news-show .news-show img,
.wrap-video-show .news-show img,
.wrap-application-show .news-show img,
.wrap-case-show .video-show img,
.wrap-news-show .video-show img,
.wrap-video-show .video-show img,
.wrap-application-show .video-show img,
.wrap-case-show .application-show img,
.wrap-news-show .application-show img,
.wrap-video-show .application-show img,
.wrap-application-show .application-show img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-case-show .video-info,
.wrap-news-show .video-info,
.wrap-video-show .video-info,
.wrap-application-show .video-info
{
    max-width: 600px;
	margin: 0 auto;
}
.wrap-case-show .video-info .img-box,
.wrap-news-show .video-info .img-box,
.wrap-video-show .video-info .img-box,
.wrap-application-show .video-info .img-box
{
    padding-bottom: 60%;
}
.wrap-case-show .video-info .img-box iframe,
.wrap-news-show .video-info .img-box iframe,
.wrap-video-show .video-info .img-box iframe,
.wrap-application-show .video-info .img-box iframe
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.wrap-case-show .case-prev-next,
.wrap-news-show .case-prev-next,
.wrap-video-show .case-prev-next,
.wrap-application-show .case-prev-next,
.wrap-case-show .news-prev-next,
.wrap-news-show .news-prev-next,
.wrap-video-show .news-prev-next,
.wrap-application-show .news-prev-next,
.wrap-case-show .video-prev-next,
.wrap-news-show .video-prev-next,
.wrap-video-show .video-prev-next,
.wrap-application-show .video-prev-next,
.wrap-case-show .application-prev-next,
.wrap-news-show .application-prev-next,
.wrap-video-show .application-prev-next,
.wrap-application-show .application-prev-next
{
    margin-top: 50px;
    padding-top: 30px;

    border-top: 1px solid #e1e3e6;
}
.wrap-case-show .case-prev-next .next,
.wrap-news-show .case-prev-next .next,
.wrap-video-show .case-prev-next .next,
.wrap-application-show .case-prev-next .next,
.wrap-case-show .news-prev-next .next,
.wrap-news-show .news-prev-next .next,
.wrap-video-show .news-prev-next .next,
.wrap-application-show .news-prev-next .next,
.wrap-case-show .video-prev-next .next,
.wrap-news-show .video-prev-next .next,
.wrap-video-show .video-prev-next .next,
.wrap-application-show .video-prev-next .next,
.wrap-case-show .application-prev-next .next,
.wrap-news-show .application-prev-next .next,
.wrap-video-show .application-prev-next .next,
.wrap-application-show .application-prev-next .next
{
    text-align: right;
}
@media (max-width: 767px)
{
    .wrap-case-show .case-prev-next .next,
    .wrap-news-show .case-prev-next .next,
    .wrap-video-show .case-prev-next .next,
    .wrap-application-show .case-prev-next .next,
    .wrap-case-show .news-prev-next .next,
    .wrap-news-show .news-prev-next .next,
    .wrap-video-show .news-prev-next .next,
    .wrap-application-show .news-prev-next .next,
    .wrap-case-show .video-prev-next .next,
    .wrap-news-show .video-prev-next .next,
    .wrap-video-show .video-prev-next .next,
    .wrap-application-show .video-prev-next .next,
    .wrap-case-show .application-prev-next .next,
    .wrap-news-show .application-prev-next .next,
    .wrap-video-show .application-prev-next .next,
    .wrap-application-show .application-prev-next .next
    {
        text-align: left;
    }
}
.wrap-case-show .case-prev-next p,
.wrap-news-show .case-prev-next p,
.wrap-video-show .case-prev-next p,
.wrap-application-show .case-prev-next p,
.wrap-case-show .news-prev-next p,
.wrap-news-show .news-prev-next p,
.wrap-video-show .news-prev-next p,
.wrap-application-show .news-prev-next p,
.wrap-case-show .video-prev-next p,
.wrap-news-show .video-prev-next p,
.wrap-video-show .video-prev-next p,
.wrap-application-show .video-prev-next p,
.wrap-case-show .application-prev-next p,
.wrap-news-show .application-prev-next p,
.wrap-video-show .application-prev-next p,
.wrap-application-show .application-prev-next p
{
    font-size: 16px;
    line-height: 30px;

    margin: 0;

    color: #999;
}
@media (max-width: 767px)
{
    .wrap-case-show .case-prev-next p,
    .wrap-news-show .case-prev-next p,
    .wrap-video-show .case-prev-next p,
    .wrap-application-show .case-prev-next p,
    .wrap-case-show .news-prev-next p,
    .wrap-news-show .news-prev-next p,
    .wrap-video-show .news-prev-next p,
    .wrap-application-show .news-prev-next p,
    .wrap-case-show .video-prev-next p,
    .wrap-news-show .video-prev-next p,
    .wrap-video-show .video-prev-next p,
    .wrap-application-show .video-prev-next p,
    .wrap-case-show .application-prev-next p,
    .wrap-news-show .application-prev-next p,
    .wrap-video-show .application-prev-next p,
    .wrap-application-show .application-prev-next p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-case-show .case-prev-next a,
.wrap-news-show .case-prev-next a,
.wrap-video-show .case-prev-next a,
.wrap-application-show .case-prev-next a,
.wrap-case-show .news-prev-next a,
.wrap-news-show .news-prev-next a,
.wrap-video-show .news-prev-next a,
.wrap-application-show .news-prev-next a,
.wrap-case-show .video-prev-next a,
.wrap-news-show .video-prev-next a,
.wrap-video-show .video-prev-next a,
.wrap-application-show .video-prev-next a,
.wrap-case-show .application-prev-next a,
.wrap-news-show .application-prev-next a,
.wrap-video-show .application-prev-next a,
.wrap-application-show .application-prev-next a
{
    font-size: 16px;
    line-height: 30px;

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

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 12;
}
@media (max-width: 767px)
{
    .wrap-case-show .case-prev-next a,
    .wrap-news-show .case-prev-next a,
    .wrap-video-show .case-prev-next a,
    .wrap-application-show .case-prev-next a,
    .wrap-case-show .news-prev-next a,
    .wrap-news-show .news-prev-next a,
    .wrap-video-show .news-prev-next a,
    .wrap-application-show .news-prev-next a,
    .wrap-case-show .video-prev-next a,
    .wrap-news-show .video-prev-next a,
    .wrap-video-show .video-prev-next a,
    .wrap-application-show .video-prev-next a,
    .wrap-case-show .application-prev-next a,
    .wrap-news-show .application-prev-next a,
    .wrap-video-show .application-prev-next a,
    .wrap-application-show .application-prev-next a
    {
        font-size: 14px;
        line-height: 24px;

        height: 24px;
    }
}
.wrap-case-show .case-prev-next a:hover,
.wrap-news-show .case-prev-next a:hover,
.wrap-video-show .case-prev-next a:hover,
.wrap-application-show .case-prev-next a:hover,
.wrap-case-show .news-prev-next a:hover,
.wrap-news-show .news-prev-next a:hover,
.wrap-video-show .news-prev-next a:hover,
.wrap-application-show .news-prev-next a:hover,
.wrap-case-show .video-prev-next a:hover,
.wrap-news-show .video-prev-next a:hover,
.wrap-video-show .video-prev-next a:hover,
.wrap-application-show .video-prev-next a:hover,
.wrap-case-show .application-prev-next a:hover,
.wrap-news-show .application-prev-next a:hover,
.wrap-video-show .application-prev-next a:hover,
.wrap-application-show .application-prev-next a:hover
{
    color: #004099;
}
.wrap-news .news
{
    margin-top: 30px;
}
.wrap-news .item
{
    font-size: 0;

    padding: 30px;

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

    border-bottom: 1px solid #d9dadb;
}
@media (max-width: 1199px)
{
    .wrap-news .item
    {
        padding: 30px 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .item
    {
        padding: 20px 10px;
    }
}
.wrap-news .item .pic,
.wrap-news .item .note
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-news .item .pic
{
    width: 26%;
}
@media (max-width: 1199px)
{
    .wrap-news .item .pic
    {
        width: 40%;
    }
}
@media (max-width: 767px)
{
    .wrap-news .item .pic
    {
        width: 100%;
    }
}
.wrap-news .item .pic .img-box
{
    padding-bottom: 63.63636364%;
}
.wrap-news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .item .note
{
    width: 74%;
    padding-left: 30px;
}
@media (max-width: 1199px)
{
    .wrap-news .item .note
    {
        width: 60%;
    }
}
@media (max-width: 767px)
{
    .wrap-news .item .note
    {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-news .item .note b
{
    font-size: 24px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

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

    display: block;

    margin-top: 6px;

    color: #004099;
}
@media (max-width: 767px)
{
    .wrap-news .item .note span.date
    {
        font-size: 14px;
    }
}
.wrap-news .item .note p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 18px 0 0 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-news .item .note p
    {
        font-size: 14px;

        margin: 8px 0 0 0;
    }
}
.wrap-news .item .note a.more
{
    font-size: 30px;

    color: #8a8f99;
}
@media (max-width: 767px)
{
    .wrap-news .item .note a.more
    {
        font-size: 20px;
    }
}
.wrap-news .item .note a.more:before
{
    font-family: 'iconfont' !important;

    width: auto;
    height: auto;

    content: '\e610';

    background: none;
}
.wrap-news .item .note a.more:hover
{
    color: #004099;
}
.wrap-news .item:hover
{
    border-bottom-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .item:hover .note b
{
    color: #004099;
}
.wrap-application .application .item
{
    display: block;

    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-application .application .item
    {
        margin-top: 20px;
    }
}
.wrap-application .application .item .img-box
{
    padding-bottom: 62.22222222%;
}
.wrap-application .application .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-application .application .item p
{
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-application .application .item p
    {
        font-size: 18px;

        margin: 10px 0 0 0;
    }
}
@media (max-width: 767px)
{
    .wrap-application .application .item p
    {
        font-size: 16px;
    }
}
.wrap-application .application .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-application .application .item:hover p
{
    color: #004099;
}
.wrap-product .title-in
{
    margin-top: 40px;
}
.wrap-product .title-in p
{
    margin-top: 30px;
}
.wrap-product .product .item
{
    display: block;

    margin-top: 30px;

    text-align: center;

    color: inherit;
}
.wrap-product .product .item .img-box
{
    padding-bottom: 75%;
}
.wrap-product .product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product .item .note
{
    margin-top: 14px;
}
.wrap-product .product .item .note b
{
    font-size: 24px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-product .product .item .note b
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product .item .note b
    {
        font-size: 16px;
    }
}
.wrap-product .product .item .note p
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-product .product .item .note p
    {
        font-size: 14px;
    }
}
.wrap-product .product .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product .product .item:hover .note b
{
    color: #004099;
}
.wrap-product-show .carousel-wrap .carousel
{
    font-size: 0;

    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .img-box
{
    padding-bottom: 75%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for
{
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav
{
    margin-top: 20px;
    padding: 0 20px;
	display: none;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-slide
{
    padding: 0 10px;

    outline: none;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slider-nav .slick-slide
    {
        padding: 0 4px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item
{
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow
{
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 0;

    width: 30px;
    margin: 0;
    padding: 0;

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

    border: none;
    border-radius: 50%;
    outline: none;
    background: none;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slick-arrow
    {
        left: -10px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 30px;

    display: block;

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

    color: #333;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next
{
    right: 0;
    left: auto;

    text-align: right;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next
    {
        right: -10px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next:before
{
    content: '\e625';
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow:hover:before
{
    color: #004099;
}
.wrap-product-show .carousel-wrap .info-box
{
    position: relative;
}
.wrap-product-show .carousel-wrap .info-box .title-info
{
    margin-top: 20px;
}
.wrap-product-show .carousel-wrap .info-box .title-info p
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    color: #004099;
	display: none;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info-box .title-info p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap .info-box .title-info p
    {
        font-size: 14px;
    }
}
.wrap-product-show .carousel-wrap .info-box .title-info h1
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.33333333;

    display: block;
	text-align: center;
	 color: #004099;

    margin: 10px 0 0 0;
}
@media (max-width: 1350px)
{
    .wrap-product-show .carousel-wrap .info-box .title-info h1
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap .info-box .title-info h1
    {
        font-size: 20px;
    }
}
.wrap-product-show .carousel-wrap .info-box .text
{
    margin-top: 30px;
}
.wrap-product-show .carousel-wrap .info-box .text h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    color: #004099;
}
.wrap-product-show .carousel-wrap .info-box .text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap .info-box .text p
    {
        font-size: 14px;
    }
}
.wrap-product-show .carousel-wrap .info-box .prev-next
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info-box .prev-next
    {
        margin-top: 20px;
    }
}
.wrap-product-show .carousel-wrap .info-box .prev-next ul
{
    font-size: 0;

    margin: 0 -4px;
}
.wrap-product-show .carousel-wrap .info-box .prev-next ul li
{
    font-size: 14px;

    display: inline-block;

    width: 50%;
    margin-top: 10px;
    padding: 0 4px;

    text-align: center;
}
.wrap-product-show .carousel-wrap .info-box .prev-next ul li a
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    padding: 15px 10px;

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

    color: #fff;
    background-color: #c2c5cc;
}
.wrap-product-show .carousel-wrap .info-box .prev-next ul li a:hover
{
    background-color: #004099;
}
.wrap-product-show .carousel-wrap .info-box .prev-next ul li.prev a:before
{
    font-family: 'iconfont' !important;

    margin-right: 10%;

    content: '\e9b7';
}
.wrap-product-show .carousel-wrap .info-box .prev-next ul li.next a:after
{
    font-family: 'iconfont' !important;

    margin-left: 10%;

    content: '\e610';
}
.parameter
{
    padding-top: 40px;
}
.parameter .parameter-sort
{
    border-bottom: 1px solid #e1e3e5;
}
.parameter .parameter-sort ul li
{
    display: inline-block;

    vertical-align: top;
}
.parameter .parameter-sort ul li a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

    padding: 10px 20px;
}
.parameter .parameter-sort ul li.active a
{
    color: #004099;
    border-bottom: 3px solid #004099;
}
.parameter .text
{
    padding: 30px 20px;

    background-color: #fff;
}
.parameter .text p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 991px)
{
    .parameter .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .parameter .text p
    {
        font-size: 14px;
    }
}
.parameter .text img
{
    max-width: 100%;
    height: auto !important;
}
.parameter .table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.parameter table
{
    width: auto;
    min-width: 50%;
    max-width: 100%;
    margin: 30px 0 0 0;
    padding: 0;

    border-spacing: 0;
    border-collapse: collapse;
}
.parameter table tr,
.parameter table td
{
    font-size: 16px;

    width: auto !important;
    height: auto !important;

    vertical-align: middle;

    /* color: #71737a; */
}
@media (max-width: 767px)
{
    .parameter table tr,
    .parameter table td
    {
        font-size: 14px;
    }
}
.parameter table td
{
    padding: 10px 20px !important;

    border: 1px solid #dcdcdc !important;
}
@media (max-width: 767px)
{
    .parameter table td
    {
        padding: 10px !important;
    }
}
.parameter table tr p,
.parameter table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.wrap-video .info .item
{
    display: block;

    margin-top: 30px;
}
.wrap-video .info .item .pic
{
    position: relative;
}
.wrap-video .info .item .pic:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 40px;

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

    display: block;

    width: 40px;
    height: 40px;

    content: '\e62b';
    cursor: pointer;
    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #004099;
}
.wrap-video .info .item .pic .img-box
{
    padding-bottom: 57.77777778%;
}
.wrap-video .info .item p
{
    font-size: 24px;
    font-weight: bold;

    margin: 14px 0 0 0;
}
@media (max-width: 991px)
{
    .wrap-video .info .item p
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-video .info .item p
    {
        font-size: 16px;
    }
}
.wrap-video .info .item span.more
{
    display: block;
}
.wrap-contact
{
    padding-bottom: 0;
}
.wrap-contact .contact
{
    margin-top: 50px;
    padding: 40px 0;

    background-color: #f5f6f7;
}
.wrap-contact .contact .title-contact
{
    padding-bottom: 20px;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .title-contact
    {
        padding-bottom: 10px;
    }
}
.wrap-contact .contact .title-contact h1
{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    color: #004099;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .title-contact h1
    {
        font-size: 20px;
    }
}
.wrap-contact .contact .text
{
    padding: 30px 0;

    border-top: 1px solid #d9dbdb;
    border-bottom: 1px solid #d9dbdb;
}
.wrap-contact .contact .text ul
{
    font-size: 0;
}
.wrap-contact .contact .text ul li
{
    font-size: 14px;

    display: inline-block;

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

    vertical-align: top;

    border-right: 1px solid #d9dbdb;
}
@media (max-width: 1470px)
{
    .wrap-contact .contact .text ul li
    {
        padding: 10px;
    }
}
@media (max-width: 991px)
{
    .wrap-contact .contact .text ul li
    {
        width: 50%;
    }
    .wrap-contact .contact .text ul li:nth-child(2n)
    {
        border-right: none;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact .text ul li
    {
        width: 100%;
        padding: 10px 0;

        border: none;
    }
}
.wrap-contact .contact .text ul li:last-child
{
    border-right: none;
}
.wrap-contact .contact .text ul li .item b
{
    font-size: 20px;
    line-height: 1.8;

    display: block;

    color: #004099;
}
@media (max-width: 1470px)
{
    .wrap-contact .contact .text ul li .item b
    {
        font-size: 18px;
    }
}
@media (max-width: 1350px)
{
    .wrap-contact .contact .text ul li .item b
    {
        font-size: 16px;
    }
}
.wrap-contact .contact .text ul li .item p
{
    font-size: 20px;
    line-height: 1.8;

    margin: 0;
}
@media (max-width: 1470px)
{
    .wrap-contact .contact .text ul li .item p
    {
        font-size: 18px;
    }
}
@media (max-width: 1350px)
{
    .wrap-contact .contact .text ul li .item p
    {
        font-size: 16px;
    }
}
.wrap-contact .map
{
    height: 400px;
}
@media (max-width: 991px)
{
    .wrap-contact .map
    {
        height: 340px;
    }
}
.wrap-contact .map .map-content
{
    height: 100%;
}
.wrap-contact .message
{
    padding: 40px 0 70px;

    background-color: #fafbfc;
}
.wrap-contact .message .title-message h2
{
    font-size: 36px;
    line-height: 1.27777778;

    max-width: 410px;
    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-contact .message .title-message h2
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .message .title-message h2
    {
        font-size: 22px;
    }
}
.wrap-contact .message .item
{
    margin-top: 30px;
}
.wrap-contact .message .item p
{
    font-size: 18px;
    line-height: 30px;
}
@media (max-width: 767px)
{
    .wrap-contact .message .item p
    {
        font-size: 16px;
        line-height: 20px;

        margin: 0;
    }
}
.wrap-contact .message input,
.wrap-contact .message textarea
{
    font-size: 18px;
    line-height: 30px;

    width: 100%;
    padding: 10px 0;

    resize: vertical;

    border-bottom: 1px solid #cacbcc;
    background: none;
}
@media (max-width: 991px)
{
    .wrap-contact .message input,
    .wrap-contact .message textarea
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .message input,
    .wrap-contact .message textarea
    {
        font-size: 14px;
    }
}
.wrap-contact .message textarea
{
    margin-top: 10px;
    padding: 10px;

    border: 1px solid #cacbcc;
}
.wrap-contact .message input::-webkit-input-placeholder,
.wrap-contact .message textarea::-webkit-input-placeholder
{
    color: #999;
}
.wrap-contact .message input:-o-placeholder,
.wrap-contact .message textarea:-o-placeholder
{
    color: #999;
}
.wrap-contact .message input::-moz-placeholder,
.wrap-contact .message textarea::-moz-placeholder
{
    color: #999;
}
.wrap-contact .message input:-ms-input-placeholder,
.wrap-contact .message textarea:-ms-input-placeholder
{
    color: #999;
}
.wrap-contact .message input:focus::-webkit-input-placeholder,
.wrap-contact .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-o-placeholder,
.wrap-contact .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-moz-placeholder,
.wrap-contact .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-ms-input-placeholder,
.wrap-contact .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message .submit
{
    font-size: 16px;
    line-height: 60px;

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

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

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #004099;
}
@media (max-width: 991px)
{
    .wrap-contact .message .submit
    {
        line-height: 50px;

        margin-top: 20px;
        padding: 0 40px;
    }
}
.wrap-contact .message .submit:before
{
    font-family: 'iconfont' !important;

    margin-right: 16px;

    content: '\e610';
}
.wrap-contact .message .submit:hover
{
    background-color: #032a60;
}
.wrap-sitemap .title-sitemap h1
{
    font-size: 42px;
    font-weight: bold;
    line-height: 1.4;

    display: block;

    margin: 0;

    color: #2e3642;
}
@media (max-width: 1199px)
{
    .wrap-sitemap .title-sitemap h1
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .wrap-sitemap .title-sitemap h1
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-sitemap .title-sitemap h1
    {
        font-size: 20px;
    }
}
.wrap-sitemap .sitemap > ul > li > a
{
    font-size: 20px;
    line-height: 30px;

    display: inline-block;

    min-width: 180px;
    margin-top: 20px;
    padding: 15px 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: top;

    color: #fff;
    background-color: #004099;
}
@media (max-width: 991px)
{
    .wrap-sitemap .sitemap > ul > li > a
    {
        font-size: 16px;
        line-height: 24px;

        min-width: 140px;
        padding: 10px;
    }
}
.wrap-sitemap .sitemap > ul > li > a:hover
{
    background-color: #032a60;
}
.wrap-sitemap .sitemap > ul > li > ul
{
    display: inline-block;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-sitemap .sitemap > ul > li > ul
    {
        display: block;

        margin: 0 -8px;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li
{
    display: inline-block;

    margin-top: 20px;
    margin-left: 20px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-sitemap .sitemap > ul > li > ul > li
    {
        margin-left: 0;
        padding: 0 8px;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li > a
{
    font-size: 20px;
    line-height: 30px;

    display: inline-block;

    min-width: 180px;
    padding: 15px 30px;

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

    background-color: #e8ebeb;
}
@media (max-width: 991px)
{
    .wrap-sitemap .sitemap > ul > li > ul > li > a
    {
        font-size: 16px;
        line-height: 24px;

        min-width: 140px;
        padding: 10px;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li > a:hover
{
    color: #fff;
    background-color: #004099;
}
nav
{
    text-align: center;
    display: block ruby;
}
.pagination
{
    margin: 70px 0 0 0;
    padding: 0;
}
@media (max-width: 991px)
{
    .pagination
    {
        margin-top: 50px;
    }
}
.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: 46px;

    display: block;

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

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

    color: #666;
    border: none;
    border: 1px solid #d3d4d5;
    border-radius: 50% !important;
}
.pagination li span
{
    line-height: 46px;

    display: block;

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

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

    color: #666;
    border: none;
    border: 1px solid #d3d4d5;
    border-radius: 50% !important;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #004099 !important;
    border-color: #004099 !important;
}
@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: #004099;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #fff;
    background-color: #004099;
}
.slick-arrow
{
    line-height: 48px;

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

    overflow: hidden;

    width: 48px;
    height: 48px;
    padding: 0;

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

    color: #fff;
    border: none;
    border: 1px solid #fff;
    border-radius: 50%;
    outline: none;
    background: none;
}
@media (max-width: 1199px)
{
    .slick-arrow
    {
        line-height: 40px;

        left: -10px;

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

    display: inline-block;

    content: '\e9b7';
}
.slick-arrow.slick-next
{
    right: 3%;
    left: auto;
}
@media (max-width: 1199px)
{
    .slick-arrow.slick-next
    {
        right: -10px;
    }
}
.slick-arrow.slick-next:before
{
    content: '\e610';
}
.slick-arrow:hover
{
    color: #fff;
    border-color: rgba(0, 64, 153, .8);
    background-color: rgba(0, 64, 153, .8);
}
.stuck
{
    position: fixed;
    z-index: 9;
    top: 0;

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

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .stuck
    {
        height: 70px !important;
    }
}
.stuck .logo
{
    margin-top: 10px;
}
@media (max-width: 1350px)
{
    .stuck .logo
    {
        height: 40px;
        margin-top: 15px;
    }
}
@media (max-width: 1199px)
{
    .stuck .logo
    {
        height: 50px;
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .stuck .logo
    {
        height: 30px;
        margin: 20px 0;
    }
}
@media (max-width: 767px)
{
    .stuck .logo
    {
        height: 30px;
        margin: 20px 0;
    }
	.wrap-product .title-in{
		margin-top: 20px;
	}
	.wrap-product {
		padding-top: 0;
	}
}
.stuck .nav .nav-list1 > li > a
{
    line-height: 80px;
}
.stuck .pc-search
{
    margin-top: 20px;
}
.stuck .find
{
    line-height: 80px;
}
@media (max-width: 1199px)
{
    .stuck .find
    {
        line-height: 70px;
    }
}
.stuck .language a
{
    line-height: 80px;
}
@media (max-width: 1199px)
{
    .stuck .language a
    {
        line-height: 70px;
    }
}

.wrap-experimental .experimental-list .row{
	font-size: 0;
}
.wrap-experimental .experimental-list .itembox{
	float: none;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
}
@media(max-width:991px){
	.product-relate .product .col-sm-6:nth-child(3),
	.box-case .case .col-xs-6:nth-child(3),
	.box-video .list .col-sm-6:nth-child(3){
		display: none;
	}
	.box-video .list .item .video:before{
		top: 40%;
	}
}




.parameter table tr:nth-child(2n){
	background-color:#c4c4c4;
}
.parameter table tr:nth-child(2n+1){
	background-color:#d9d9d9;
}
.parameter table tr:nth-child(1){
	background-color:#004099;

}

.parameter table{
	margin: 0 auto;
	margin-top: 30px;
}
.parameter table tr.firstRow
{
	color: #ffffff!important;
}

/* .wrap-news-show .news-show span{
	font-size: 16px!important;
	line-height: 2 !important;
	background: none !important;
	color: #666666!important;
	text-decoration: none!important;
	font-weight: normal!important;

}
.wrap-news-show .news-show div{
	background: none !important;
}
.wrap-news-show .news-show span strong{
	font-weight: normal!important;
}
@media(max-width:767px){
	.wrap-news-show .news-show span{
		font-size: 14px!important;
	}
} */



.wrap-news-show .table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.wrap-news-show table
{
    width: auto;
    min-width: 50%;
    max-width: 100%;
	margin: 0 auto;
 margin-top: 30px;
	border:none!important;
    padding: 0;

    border-spacing: 0;
    border-collapse: collapse;
}
.wrap-news-show table tr,
.wrap-news-show table td
{
    font-size: 16px;

    width: auto !important;
    height: auto !important;

    vertical-align: middle;

    /* color: #71737a; */
}
@media (max-width: 767px)
{
    .wrap-news-show table tr,
    .wrap-news-show table td
    {
        font-size: 14px;
    }
}
.wrap-news-show table td
{
    padding: 10px 20px !important;

    border: 1px solid #dcdcdc !important;
}
@media (max-width: 767px)
{
    .wrap-news-show table td
    {
        padding: 10px !important;
    }
}
.wrap-news-show table tr p,
.wrap-news-show table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}


.wrap-news-show .table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.wrap-news-show table
{
    width: auto;
    min-width: 50%;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    padding: 0;

    border-spacing: 0;
    border-collapse: collapse;
}
.wrap-news-show table tr,
.wrap-news-show table td
{
    font-size: 16px;

    width: auto !important;
    height: auto !important;

    vertical-align: middle;

    /* color: #71737a; */
}
@media (max-width: 767px)
{
    .wrap-news-show table tr,
    .wrap-news-show table td
    {
        font-size: 14px;
    }
}
.wrap-news-show table td
{
    padding: 10px 20px !important;

    border: 1px solid #dcdcdc !important;
}
@media (max-width: 767px)
{
    .wrap-news-show table td
    {
        padding: 10px !important;
    }
}
.wrap-news-show table tr p,
.wrap-news-show table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}

.wrap-news-show table tr:nth-child(2n){
	background-color:#c4c4c4;
}
.wrap-news-show table tr:nth-child(2n+1){
	background-color:#d9d9d9;
}
.wrap-news-show table tr:nth-child(1){
	background-color:#004099;

}


.wrap-news-show table tr.firstRow
{
	color: #ffffff!important;
}
.wrap-mixer .application .item-yanliao:before {
    content: '\eba5';
}
.parameter table td:nth-child(1){
	white-space: nowrap;
}
.xs-online{
	z-index: 8;
}
