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

    src: url('/html/web/bocweb/assets/fonts/AvantGardeITCbyBT-Medium.eot');
    src: local('AvantGardeITCbyBT-Medium'), url('/html/web/bocweb/assets/fonts/AvantGardeITCbyBT-Medium.eot?#iefix') format('embedded-opentype'), url('/html/web/bocweb/assets/fonts/AvantGardeITCbyBT-Medium.woff2') format('woff2'), url('/html/web/bocweb/assets/fonts/AvantGardeITCbyBT-Medium.woff') format('woff'), url('/html/web/bocweb/assets/fonts/AvantGardeITCbyBT-Medium.ttf') format('truetype'), url('/html/web/bocweb/assets/fonts/AvantGardeITCbyBT-Medium.svg') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'ITC Avant Garde Gothic Book';
    font-weight: 500;
    font-style: normal;

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

    src: url('/html/web/bocweb/assets/fonts/BarlowCondensed-SemiBold.eot');
    src: local('Barlow Condensed SemiBold'), local('BarlowCondensed-SemiBold'), url('/html/web/bocweb/assets/fonts/BarlowCondensed-SemiBold.eot?#iefix') format('embedded-opentype'), url('/html/web/bocweb/assets/fonts/BarlowCondensed-SemiBold.woff2') format('woff2'), url('/html/web/bocweb/assets/fonts/BarlowCondensed-SemiBold.woff') format('woff'), url('/html/web/bocweb/assets/fonts/BarlowCondensed-SemiBold.ttf') format('truetype'), url('/html/web/bocweb/assets/fonts/BarlowCondensed-SemiBold.svg') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'EmpireBuilder';
    font-weight: normal;
    font-style: normal;

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

    color: #333;

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

    overflow: hidden;

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

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1350px)
{
    .container
    {
        width: 1320px;
    }
}
@media (min-width: 1470px)
{
    .container
    {
        width: 1430px;
    }
}
@media (max-width: 767px)
{
    .col-xs-6:nth-child(2n + 1)
    {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n)
    {
        padding-left: 7.5px;
    }
		
}
ul
{
    margin: 0;
    padding: 0;
}
input[type='number']
{
    -moz-appearance: textfield;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button
{
    margin: 0;

    -webkit-appearance: none;
}
a:active,
a:link,
a:visited,
a:focus
{
    text-decoration: none;

    color: inherit;
}
.img-size
{
    position: relative;

    display: block;
    overflow: hidden;

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

    display: block;

    width: 100%;
    height: 100%;
}
.img-size img[src=''],
.img-size img:not([src])
{
    opacity: 0;
    border: 0;
}
ul
{
    margin: 0;
    padding: 0;
}
ul li
{
    list-style: none;
}
.header
{
    position: fixed;
    z-index: 10;
    top: 0;
    top: 0;
    left: 0;

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

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

    color: #fff;
}
@media (max-width: 1650px)
{
    .header
    {
        padding: 0 15px;
    }
}
@media (max-width: 1199px)
{
    .header
    {
        top: 0;
        left: 0;

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

    float: left;

    height: 50px;
    margin-top: 25px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1350px)
{
    .header .logo
    {
        height: 40px;
        margin-top: 30px;
    }
}
@media (max-width: 1199px)
{
    .header .logo
    {
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .header .logo
    {
        height: 30px;
        margin-top: 15px;
    }
}
.header .logo .lg
{
    display: none;
}
.header .logo a
{
    display: block;

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

    height: 100%;

    vertical-align: middle;
}
.header .logo p
{
    font-size: 16px;
    line-height: 24px;

    display: inline-block;

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

    vertical-align: middle;

    color: #fff;
    border: 1px dashed #fff;
    border-radius: 40px;
}
@media (max-width: 1470px)
{
    .header .logo p
    {
        font-size: 14px;

        margin-left: 10px;
    }
}
@media (max-width: 1199px)
{
    .header .logo p
    {
        padding: 5px 10px;
    }
}
@media (max-width: 767px)
{
    .header .logo p
    {
        display: none;
    }
}
.header .tel
{
    display: inline-block;

    margin-left: 50px;

    -webkit-transition: all .4s;
            transition: all .4s;
    vertical-align: middle;
}
@media (max-width: 1470px)
{
    .header .tel
    {
        margin-left: 10px;
    }
}
@media (max-width: 767px)
{
    .header .tel
    {
        display: none;
    }
}
.header .tel p,
.header .tel .icon
{
    display: inline-block;

    vertical-align: middle;
}
.top-header .tel .icon {
	color:#187ab0;
}
.header .tel p
{
    font-family: 'Barlow Condensed';
    font-size: 34px;
    font-weight: 600;
    line-height: 100px;
		
    margin: 0;
}
.header-inner .tel p {
	color:#187ab0;
}
.header.top-header .tel p {
	color:#187ab0;
}
@media (max-width: 1470px)
{
    .header .tel p
    {
        font-size: 24px;
    }
}
@media (max-width: 1350px)
{
    .header .tel p
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .header .tel p
    {
        line-height: 60px;
    }
}
.header .tel .icon
{
    font-size: 34px;

    display: inline-block;

    margin-right: 10px;
		
    vertical-align: middle;
}
.header-inner .tel .icon {
	color:#187ab0;
}
@media (max-width: 1470px)
{
    .header .tel .icon
    {
        margin-right: 4px;
    }
}
@media (max-width: 1350px)
{
    .header .tel .icon
    {
        font-size: 26px;
    }
}
.header .language
{
    font-size: 14px;

    display: inline-block;

    -webkit-transition: all .4s;
            transition: all .4s;
    vertical-align: middle;
}
.header .language a
{
    line-height: 30px;

    display: inline-block;

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

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

    color: #187ab0;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 1350px)
{
    .header .language a
    {
        margin-left: 10px;
    }
}
@media (max-width: 991px)
{
    .header .language a
    {
        line-height: 24px;

        width: 24px;
        height: 24px;
    }
}
.header .language a.active
{
    color: #fff;
    background-color: #187ab0;
}
.header .wechat
{
    position: relative;

    display: inline-block;

    margin-left: 20px;

    -webkit-transition: all .4s;
            transition: all .4s;
    vertical-align: middle;
}
@media (max-width: 1350px)
{
    .header .wechat
    {
        margin-left: 10px;
    }
}
.header .wechat .icon
{
    font-size: 30px;
    font-weight: normal;
    line-height: 40px;

    display: inline-block;

    cursor: pointer;
}
@media (max-width: 991px)
{
    .header .wechat .icon
    {
        font-size: 24px;
    }
}
.header .wechat img
{
    position: absolute;
    z-index: 7;
    top: 100%;
    left: -30px;

    display: none;

    width: 100px;
    height: 100px;
}
.header .menu
{
    line-height: 60px;

    display: inline-block;
    float: right;

    margin-left: 10px;

    cursor: pointer;
}
.header .menu .icon
{
    font-size: 30px;
}
.header .nav
{
    display: inline-block;

    vertical-align: middle;
}
@media (min-width: 1200px)
{
    .header .nav ul.menu-level1
    {
        margin: 0 -20px;
    }
    .header .nav ul.menu-level1 > li
    {
        display: inline-block;

        padding: 0 20px;

        vertical-align: top;
    }
    .header .nav ul.menu-level1 > li > a
    {
        font-size: 16px;
        line-height: 100px;

        position: relative;

        display: block;

        -webkit-transition: all .6s;
                transition: all .6s;
    }
    .header .nav ul.menu-level1 > li > a:after
    {
        position: absolute;
        bottom: 0;
        left: 50%;

        display: block;

        width: 0;
        height: 3px;

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

        background-color: #187ab0;
    }
    .header .nav ul.menu-level1 > li.active > a,
    .header .nav ul.menu-level1 > li:hover > a
    {
        color: #187ab0;
    }
    .header .nav ul.menu-level1 > li.active > a:after,
    .header .nav ul.menu-level1 > li:hover > a:after
    {
        width: 100%;
    }
    .header .nav ul.menu-level2
    {
        position: absolute;
        top: 100%;
        left: 0;

        display: none;

        width: 100%;

        text-align: center;

        background-color: rgba(255, 255, 255, .9);
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav ul.menu-level2 > li
    {
        display: inline-block;

        vertical-align: top;
    }
    .header .nav ul.menu-level2 > li > a
    {
        font-size: 16px;
        line-height: 30px;

        display: block;

        padding: 15px 20px;

        color: #333;
    }
    .header .nav ul.menu-level2 > li > a:hover
    {
        color: #187ab0;
    }
}
@media (min-width: 1200px) and (max-width: 1660px)
{
    .header .nav ul.menu-level1
    {
        margin: 0 -8px;
    }
}
@media (min-width: 1200px) and (max-width: 1350px)
{
    .header .nav ul.menu-level1
    {
        margin: 0 -5px;
    }
}
@media (min-width: 1200px) and (max-width: 1660px)
{
    .header .nav ul.menu-level1 > li
    {
        padding: 0 8px;
    }
}
@media (min-width: 1200px) and (max-width: 1350px)
{
    .header .nav ul.menu-level1 > li
    {
        padding: 0 5px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .header .nav ul.menu-level1 > li > a
    {
        font-size: 16px;
    }
}
@media (min-width: 1200px) and (max-width: 1199px)
{
    .header .nav ul.menu-level2
    {
        display: block;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9;
        top: 0;
        right: 0;

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

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

        -webkit-transition: all .6s;
                transition: all .6s;
        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%);
        text-align: left;

        color: #333;
        background-color: #fff;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
    .header .nav .close-menu
    {
        position: absolute;
        top: 15px;
        right: 15px;

        cursor: pointer;
    }
    .header .nav .close-menu .icon
    {
        font-size: 20px;
    }
    .header .nav .logo-nav
    {
        position: absolute;
        top: 15px;
        left: 15px;

        height: 40px;
    }
    .header .nav .logo-nav a
    {
        height: 100%;
    }
    .header .nav .logo-nav a img
    {
        height: 100%;
    }
    .header .nav .logo-nav p
    {
        line-height: 30px;

        display: block;

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

        color: #187ab0;
        border: 1px dashed #187ab0;
        border-radius: 30px;
    }
    .header .nav ul.menu-level1 > li
    {
        margin: .5em 0;
    }
    .header .nav ul.menu-level1 > li > a
    {
        font-family: 'Poppins';
        font-size: 18px;
        font-weight: bold;
        line-height: 2;

        display: block;

        text-transform: capitalize;
    }
    .header .nav ul.menu-level2
    {
        font-size: 0;

        margin: 0 -10px;
        padding: 10px 0;
    }
    .header .nav ul.menu-level2 > li
    {
        display: inline-block;

        padding: 0 10px;

        vertical-align: top;
    }
    .header .nav ul.menu-level2 > li a
    {
        font-size: 16px;

        display: block;

        text-align: center;
    }
}
@media (max-width: 1199px) and (max-width: 991px)
{
    .header .nav ul.menu-level2
    {
        padding: 5px 0;
    }
}
@media (max-width: 1199px) and (max-width: 991px)
{
    .header .nav ul.menu-level2 > li a
    {
        font-size: 14px;
        line-height: 24px;

        color: #666;
    }
}
.header .find
{
    font-size: 26px;
    line-height: 100px;

    position: relative;

    display: inline-block;

    height: 100px;
    padding: 0 20px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;
    vertical-align: middle;
}
@media (max-width: 1350px)
{
    .header .find
    {
        padding: 0 10px;
    }
}
@media (max-width: 1199px)
{
    .header .find
    {
        line-height: 60px;

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

    content: '\e660';
}
.header .find:hover
{
    color: #187ab0;
}
.header .open-search
{
    font-size: 14px;

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

    display: none;

    width: 100%;
    padding: 14px 0;

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

    display: inline-block;

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

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

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

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

    width: 40px;
    padding: 0;

    text-align: center;

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

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

    float: right;

    width: 60px;

    cursor: pointer;
    text-align: right;
}
.header .open-search .search-close:hover
{
    color: rgba(255, 255, 255, .8);
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.header.top-header,
.header-inner
{
    color: #333;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header.top-header .logo .lw,
.header-inner .logo .lw
{
    display: none;
}
.header.top-header .logo .lg,
.header-inner .logo .lg
{
    display: block;
}
.header.top-header .logo p,
.header-inner .logo p
{
    color: #187ab0;
    border-color: #187ab0;
}
.header.top-header .wechat,
.header-inner .wechat
{
    color: #c9c9c9;
}
.header.top-header .language a,
.header-inner .language a
{
    background-color: #e9e9e9;
}
.header.top-header .language a.active,
.header-inner .language a.active
{
    background-color: #187ab0;
}
.header.top-header .find,
.header-inner .find
{
    color: #c9c9c9;
}
.header.top-header.top-header,
.header-inner.top-header
{
    position: fixed;
}
.header.top-header .open-search .search-close,
.header-inner .open-search .search-close
{
    color: #fff;
}
.open-nav .nav
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.online-wrap .btn
{
    line-height: 36px;

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

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

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

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

    display: inline-block;

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

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

    display: none;

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

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

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

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

    position: relative;

    display: block;

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

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

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

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

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

    content: '';

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

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

    padding-right: 5px;

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

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

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

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

    width: 20px;
    height: 20px;

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

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

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

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

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

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

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

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

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

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

    display: none;

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

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

    margin: 5px 0 8px 0;

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

    display: none;

    width: 100%;

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

    margin: 0;
    padding: 0;

    text-align: center;

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

    width: 20%;

    list-style: none;

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

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

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

    display: block;

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

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

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

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

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

    position: relative;

    overflow: hidden;

    width: 100%;
	margin-top:-20px;
}
.banner .item
{
    position: relative;
}
.banner .banner-scroll
{
    overflow: hidden;
}
@media (max-width: 767px)
{
    .banner .banner-scroll
    {
        width: 160%;
        max-width: 160%;
        margin-left: -30%;
    }
}
.banner .slick-dots
{
    position: absolute;
    z-index: 6;
    right: 10%;
    bottom: 30px;

    display: inline-block;
    display: none !important;
}
@media (max-width: 1199px)
{
    .banner .slick-dots
    {
        right: 20%;
        bottom: 10px;
    }
}
.banner .slick-dots li
{
    display: inline-block;

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

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

    border-radius: 10px;
    background-color: #fff;
}
.banner .slick-dots li.slick-active
{
    width: 54px;

    background-color: #187ab0;
}
@media (max-width: 1199px)
{
    .banner .slick-dots li.slick-active
    {
        width: 24px;
    }
}
.banner .slick-dots li button
{
    display: none;
}
.banner .slick-arrow
{
    line-height: 60px;

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

    overflow: hidden;

    padding: 0;

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

    color: #fff;
    border: none;
    outline: none;
    background: none;
}
@media (max-width: 767px)
{
    .banner .slick-arrow
    {
        left: 8%;
    }
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 50px;

    content: '\e601';

    text-shadow: 0 0 4px #333;
}
@media (max-width: 991px)
{
    .banner .slick-arrow:before
    {
        font-size: 30px;
    }
}
.banner .slick-arrow.slick-next
{
    right: 2%;
    left: auto;
}
@media (max-width: 767px)
{
    .banner .slick-arrow.slick-next
    {
        right: 10%;
    }
}
.banner .slick-arrow.slick-next:before
{
    right: 0;
    left: auto;

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

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

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 767px)
{
    .banner .text
    {
        padding: 0 20%;
    }
}
.banner .text h3
{
    font-size: 48px;
}
@media (max-width: 1470px)
{
    .banner .text h3
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .banner .text h3
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .banner .text h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .banner .text h3
    {
        font-size: 18px;
    }
}
.banner .text h4
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 22px;
    font-weight: 300;

    text-transform: uppercase;
}
@media (max-width: 1470px)
{
    .banner .text h4
    {
        font-size: 19px;
    }
}
@media (max-width: 1199px)
{
    .banner .text h4
    {
        font-size: 15px;
    }
}
@media (max-width: 767px)
{
    .banner .text h4
    {
        font-size: 12px;
    }
}
.banner .text a.more
{
    font-size: 16px;
    line-height: 48px;

    display: inline-block;

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

    color: #fff;
    background-color: #187ab0;
}
@media (max-width: 1350px)
{
    .banner .text a.more
    {
        margin-top: 30px;
    }
}
@media (max-width: 991px)
{
    .banner .text a.more
    {
        line-height: 40px;

        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .banner .text a.more
    {
        font-size: 12px;
        line-height: 30px;

        margin-top: 10px;
        padding: 0 10px;
    }
}
.banner .text a.more:after
{
    font-family: 'iconfont' !important;

    display: inline-block;

    margin-left: 20px;

    content: '\e634';
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
@media (max-width: 991px)
{
    .banner .text a.more:after
    {
        margin-left: 10px;
    }
}
.banner .text-2
{
    font-size: 0;
}
.banner .text-2 h4
{
    font-size: 30px;
}
@media (max-width: 1470px)
{
    .banner .text-2 h4
    {
        font-size: 26px;
    }
}
@media (max-width: 991px)
{
    .banner .text-2 h4
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .banner .text-2 h4
    {
        font-size: 14px;
    }
}
.banner .text-2 .iconbox
{
    display: inline-block;

    width: 50%;

    vertical-align: bottom;
}
@media (max-width: 767px)
{
    .banner .text-2 .iconbox
    {
        display: none;
    }
}
.banner .text-2 .iconbox .itemgroup
{
    display: inline-block;

    width: 190px;
    padding: 30px 10px;

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

    color: #187ab0;
    background-color: rgba(255, 255, 255, .9);
}
@media (max-width: 1470px)
{
    .banner .text-2 .iconbox .itemgroup
    {
        width: 150px;
        padding: 20px 10px;
    }
}
@media (max-width: 991px)
{
    .banner .text-2 .iconbox .itemgroup
    {
        width: 100px;
        padding: 10px;
    }
}
.banner .text-2 .iconbox .itemgroup .icon
{
    font-size: 40px;
    line-height: 50px;
}
@media (max-width: 1470px)
{
    .banner .text-2 .iconbox .itemgroup .icon
    {
        font-size: 30px;
        line-height: 40px;
    }
}
@media (max-width: 991px)
{
    .banner .text-2 .iconbox .itemgroup .icon
    {
        font-size: 20px;
        line-height: 30px;
    }
}
.banner .text-2 .iconbox .itemgroup span
{
    font-size: 22px;
    line-height: 1.4;

    display: block;

    margin-top: 10px;
}
@media (max-width: 1470px)
{
    .banner .text-2 .iconbox .itemgroup span
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .banner .text-2 .iconbox .itemgroup span
    {
        font-size: 16px;

        margin: 0;
    }
}
.banner .text-2 .iconbox .itemgroup-green
{
    color: #fff;
    background-color: rgba(24, 122, 176, .9);
}
.banner .text-2 ul li:nth-child(3)
{
    margin-left: 190px;
}
@media (max-width: 1470px)
{
    .banner .text-2 ul li:nth-child(3)
    {
        margin-left: 150px;
    }
}
@media (max-width: 991px)
{
    .banner .text-2 ul li:nth-child(3)
    {
        margin-left: 100px;
    }
}
.banner .text-2 .note
{
    display: inline-block;

    width: 50%;

    text-align: right;
    vertical-align: bottom;
}
@media (max-width: 767px)
{
    .banner .text-2 .note
    {
        width: 100%;
    }
}
.banner .text-2 .note h3,
.banner .text-2 .note h4
{
    color: #fff;
}
.banner .text-3
{
    color: #fff;
}
.banner .text-3 h4
{
    font-size: 24px;
}
@media (max-width: 1470px)
{
    .banner .text-3 h4
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .banner .text-3 h4
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .banner .text-3 h4
    {
        font-size: 14px;
    }
}
.banner .text-3 .iconbox
{
    margin-top: 50px;
}
@media (max-width: 1350px)
{
    .banner .text-3 .iconbox
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .banner .text-3 .iconbox
    {
        display: none;
    }
}
.banner .text-3 .iconbox ul
{
    margin: 0 -30px;
}
@media (max-width: 991px)
{
    .banner .text-3 .iconbox ul
    {
        margin: 0 -14px;
    }
}
.banner .text-3 .iconbox ul li
{
    position: relative;

    display: inline-block;

    vertical-align: top;
}
.banner .text-3 .iconbox ul li:after
{
    position: absolute;
    top: 0;
    right: 0;

    display: block;

    width: 1px;
    height: 100%;

    content: '';

    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, .5)), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    background-image:         linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
}
.banner .text-3 .iconbox ul li:last-child:after
{
    display: none;
}
.banner .text-3 .iconbox ul li a
{
    display: block;

    padding: 0 30px;

    text-align: center;
}
@media (max-width: 991px)
{
    .banner .text-3 .iconbox ul li a
    {
        padding: 0 14px;
    }
}
.banner .text-3 .iconbox ul li a .icon
{
    font-size: 40px;
    line-height: 50px;
}
@media (max-width: 991px)
{
    .banner .text-3 .iconbox ul li a .icon
    {
        font-size: 30px;
        line-height: 40px;
    }
}
.banner .text-3 .iconbox ul li a span
{
    font-size: 18px;
    line-height: 1.4;

    display: block;

    margin-top: 10px;
}
@media (max-width: 991px)
{
    .banner .text-3 .iconbox ul li a span
    {
        font-size: 16px;
    }
}
.banner .num-box
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 18px;

    position: absolute;
    bottom: 10px;

    width: 100%;

    text-align: center;
}
@media (max-width: 767px)
{
    .banner .num-box
    {
        bottom: 0;
    }
}
.banner .num-box .prev
{
    font-size: 26px;
    font-weight: bold;

    color: #fff;
}
@media (max-width: 991px)
{
    .banner .num-box .prev
    {
        font-size: 20px;
    }
}
.banner .num-box .prev:after
{
    margin: 0 10px;

    content: '/';
}
.banner .num-box .prev:hover:before
{
    border: 1px solid #222;
}
.banner .num-box .next
{
    font-size: 22px;

    color: #fff;
}
@media (max-width: 991px)
{
    .banner .num-box .next
    {
        font-size: 16px;
    }
}
.banner .num-box .next:hover:after
{
    border: 1px solid #222;
}
.banner .slick-current .text h3
{
    -webkit-animation: fadeInDown 1s 0s ease both;
            animation: fadeInDown 1s 0s ease both;
}
.banner .slick-current .text h4,
.banner .slick-current .text a.more
{
    -webkit-animation: fadeInUp 1s 0s ease both;
            animation: fadeInUp 1s 0s ease both;
}
.banner .slick-current .text .itemgroup
{
    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
}
.banner-in
{
    padding-top: 0;
    padding-top: 100px;
}
@media (max-width: 1199px)
{
    .banner-in
    {
        padding-top: 60px;
    }
}
@media (max-width: 991px)
{
    .banner-in .item
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px)
{
    .banner-in .item
    {
        width: 200%;
        max-width: 200%;
        margin-left: -50%;
    }
}
.banner-in img
{
    width: 100%;
}
.banner .title-inner
{
    position: absolute;
    z-index: 2;
    bottom: 0;

    width: 100%;

    text-align: center;

    color: #fff;
}
.banner .title-inner:after
{
    display: block;

    width: 1px;
    height: 76px;
    margin: 0 auto;
    margin-top: 20px;

    content: '';

    background-color: #fff;
}
@media (max-width: 991px)
{
    .banner .title-inner:after
    {
        height: 40px;
    }
}
.banner .title-inner h2
{
    font-size: 26px;
    line-height: 1.4;

    margin: 0;

    color: #fff;
}
.banner .title-inner h3
{
    font-family: 'ITC Avant Garde Gothic Book';
    font-size: 26px;

    margin: 0;

    text-transform: uppercase;

    color: #fff;
}
@media (max-width: 991px)
{
    .banner .title-inner h3
    {
        font-size: 20px;
    }
}
.banner.stuck
{
    position: fixed;

    width: 100%;
}
.home
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    padding: 90px 0;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .home
    {
        padding: 50px 0;
    }
}
.title
{
    text-align: center;
}
.title h3
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 36px;
    line-height: 1;

    margin: 0;

    text-transform: uppercase;

    color: #187ab0;
}
@media (max-width: 1199px)
{
    .title h3
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .title h3
    {
        font-size: 26px;
    }
}
.title h2
{
    font-size: 32px;
    line-height: 1.2;

    margin: 8px 0 0 0;
}
@media (max-width: 1199px)
{
    .title h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 20px;
    }
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.home-more
{
    margin-top: 60px;

    text-align: center;
}
@media (max-width: 1199px)
{
    .home-more
    {
        margin-top: 30px;
    }
}
.home-more a
{
    font-size: 16px;
    line-height: 50px;

    display: inline-block;

    padding: 0 40px;

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

    color: #fff;
    border-radius: 30px;
    background-color: #187ab0;
}
@media (max-width: 991px)
{
    .home-more a
    {
        line-height: 40px;

        padding: 0 30px;
    }
}
@media (max-width: 767px)
{
    .home-more a
    {
        font-size: 14px;
    }
}
.home-more a:hover
{
    color: #fff;
    background-color: #0888cf;
}
.home-about .about
{
    padding-right: 5%;
}
@media (max-width: 1199px)
{
    .home-about .about
    {
        padding-right: 0;
    }
}
.home-about .title-about
{
    color: #187ab0;
}
.home-about .title-about:after
{
    display: block;

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

    content: '';

    background-color: #187ab0;
}
.home-about .title-about h1
{
    font-size: 34px;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1199px)
{
    .home-about .title-about h1
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .home-about .title-about h1
    {
        font-size: 24px;
    }
}
.home-about .text
{
    font-size: 16px;
    line-height: 2;

    margin-top: 30px;
}
@media (max-width: 991px)
{
    .home-about .text
    {
        font-size: 14px;

        margin-top: 20px;
    }
}
.home-about .text p
{
    margin: 0;
}
.home-about .number
{
    overflow: hidden;

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

    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.home-about .number ul
{
    overflow: hidden;

    width: 100%;
    padding: 0;

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

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

    content: '';
}
.home-about .number ul li
{
    position: relative;

    display: inline-block;

    vertical-align: top;
}
.home-about .number ul li.dot
{
    margin-top: 50px;

    vertical-align: middle;
}
.home-about .number ul li.dot:after
{
    display: inline-block;

    width: 10px;
    height: 10px;

    content: '';

    border-radius: 50%;
    background-color: #187ab0;
}
.home-about .number ul li:last-child:after
{
    display: none;
}
.home-about .number .item
{
    text-align: center;
}
.home-about .number .item b
{
    font-family: 'Barlow Condensed';
    font-size: 60px;
    line-height: 1;

    display: block;

    color: #187ab0;
}
@media (max-width: 1350px)
{
    .home-about .number .item b
    {
        font-size: 50px;
    }
}
@media (max-width: 1199px)
{
    .home-about .number .item b
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .home-about .number .item b
    {
        font-size: 30px;
    }
}
.home-about .number .item p
{
    font-size: 16px;
    line-height: 22px;

    max-width: 100px;
    margin: 0 auto;
    margin-top: 14px;

    color: #666;
}
@media (max-width: 991px)
{
    .home-about .number .item p
    {
        font-size: 14px;
    }
}
.home-about .more
{
    font-size: 16px;
    line-height: 30px;

    margin-top: 30px;
}
.home-about .more a
{
    line-height: 30px;

    display: inline-block;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.home-about .more a:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    margin-right: 10px;

    content: '\e651';

    color: #187ab0;
}
.home-about .more a:hover
{
    color: #187ab0;
}
.home-about .video
{
    position: relative;

    background-color: #000;
}
@media (max-width: 1470px)
{
    .home-about .video
    {
        margin-top: 30px;
    }
}
.home-about .video img
{
    width: 100%;

    opacity: .6;
}
.home-about .video .play
{
    font-size: 70px;

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

    cursor: pointer;
    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    opacity: .7;
    color: #fff;
}
@media (max-width: 767px)
{
    .home-about .video .play
    {
        font-size: 50px;
    }
}
.home-about .video .play:before
{
    font-family: 'iconfont' !important;

    content: '\e67f';
}
.home-about .video .play:hover
{
    opacity: 1;
}
.home-project
{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (min-width: 1200px)
{
    .home-project
    {
        background-attachment: fixed;
    }
}
.home-project .title h2,
.home-project .title h3
{
    color: #fff;
}
.home-project .project-nav
{
    margin-top: 30px;

    text-align: center;
}
.home-project .project-nav > ul > li
{
    display: inline-block;

    padding: 14px;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .home-project .project-nav > ul > li
    {
        padding: 6px;
    }
}
.home-project .project-nav > ul > li.active a
{
    color: #fff;
    background-color: #187ab0;
}
.home-project .project-nav a
{
    font-size: 20px;
    line-height: 24px;

    display: block;

    min-width: 200px;
    padding: 15px 10px;

    color: #666;
    border-radius: 30px;
    background-color: #fff;
}
@media (max-width: 1199px)
{
    .home-project .project-nav a
    {
        font-size: 16px;

        min-width: 160px;
        padding: 10px;
    }
}
.home-project .project-nav a .icon
{
    font-size: 30px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
.home-project .project-list
{
    display: none;
}
@media (max-width: 767px)
{
    .home-project .project-list
    {
        margin-top: 10px;
    }
}
.home-project .project-list ul
{
    margin: 0 -8px;
}
.home-project .project-list ul li
{
    padding: 8px;
}
.home-project .project-list .itemgroup
{
    position: relative;

    display: block;
    overflow: hidden;

    margin-top: 40px;

    border: 1px solid #d3d6db;
    border-radius: 2px;
}
@media (max-width: 1199px)
{
    .home-project .project-list .itemgroup
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .home-project .project-list .itemgroup
    {
        margin: 0;
    }
}
.home-project .project-list .itemgroup .img-size
{
    padding-bottom: 61.11111111%;
}
.home-project .project-list .itemgroup .img-size img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.home-project .project-list .itemgroup h3
{
    line-height: 30px;

    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 0;

    display: -webkit-box;
    overflow: hidden;

    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 6%;

    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .home-project .project-list .itemgroup h3
    {
        font-size: 18px;

        bottom: 10px;
    }
}
@media (max-width: 767px)
{
    .home-project .project-list .itemgroup h3
    {
        font-size: 16px;
    }
}
.home-project .project-list .itemgroup:hover .img-size img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.home-factory
{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.home-factory .factory
{
    font-size: 0;

    position: relative;

    margin-top: 50px;
}
.home-factory .factory .itemgroup .img-size
{
    padding-bottom: 44.28571429%;
}
.home-factory .factory .slick-dots
{
    position: absolute;
    z-index: 8;
    right: 0;
    bottom: 20px;

    width: 100%;
    padding-right: 30px;

    text-align: right;
}
.home-factory .factory .slick-dots > li
{
    display: inline-block;

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

    vertical-align: top;

    opacity: .8;
    border-radius: 50%;
    background-color: #fff;
}
.home-factory .factory .slick-dots > li button
{
    display: none;
}
.home-factory .factory .slick-dots > li.slick-active
{
    background-color: #187ab0;
}
.home-factory .factory .factory-text
{
    font-size: 14px;

    position: absolute;
    z-index: 8;
    top: 0;

    height: 100%;
    padding: 50px;

    color: #fff;
    background-color: rgba(24, 122, 176, .8);
}
@media (max-width: 1470px)
{
    .home-factory .factory .factory-text
    {
        padding: 30px;
    }
}
@media (max-width: 1199px)
{
    .home-factory .factory .factory-text
    {
        padding: 10px 30px;
    }
}
@media (max-width: 991px)
{
    .home-factory .factory .factory-text
    {
        width: 40%;
    }
}
@media (max-width: 767px)
{
    .home-factory .factory .factory-text
    {
        font-size: 0;
				opacity:0.8;
        position: absolute;

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

        background-color: #187ab0;
    }
}
.home-factory .factory .factory-text h3
{
    font-size: 34px;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1470px)
{
    .home-factory .factory .factory-text h3
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .home-factory .factory .factory-text h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .home-factory .factory .factory-text h3
    {
        font-size: 18px;
    }
}
.home-factory .factory .factory-text .itemgroup
{
    position: relative;

    margin-top: 30px;
    padding-left: 80px;
}
@media (max-width: 1470px)
{
    .home-factory .factory .factory-text .itemgroup
    {
        margin-top: 20px;
    }
}
@media (max-width: 1199px)
{
    .home-factory .factory .factory-text .itemgroup
    {
        padding-left: 60px;
    }
}
@media (max-width: 991px)
{
    .home-factory .factory .factory-text .itemgroup
    {
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .home-factory .factory .factory-text .itemgroup
    {
        display: inline-block;

        width: 50%;

        vertical-align: top;
    }
		
		
}
.home-factory .factory .factory-text .itemgroup .icon
{
    font-size: 30px;
    line-height: 60px;

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

    display: block;

    width: 60px;
    height: 60px;

    text-align: center;

    border: 1px solid #fff;
    border-radius: 50px;
}
@media (max-width: 1199px)
{
    .home-factory .factory .factory-text .itemgroup .icon
    {
        font-size: 24px;
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
.home-factory .factory .factory-text .itemgroup h3
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;

    display: block;
}
@media (max-width: 1199px)
{
    .home-factory .factory .factory-text .itemgroup h3
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .home-factory .factory .factory-text .itemgroup h3
    {
        font-size: 20px;
    }
}
.home-factory .factory .factory-text .itemgroup p
{
    font-size: 18px;
    line-height: 24px;

    margin: 6px 0 0 0;
}
@media (max-width: 1199px)
{
    .home-factory .factory .factory-text .itemgroup p
    {
        font-size: 16px;
    }
}
.home-cooperation .cooperation
{
    margin-top: 30px;

    text-align: center;
}
@media (max-width: 767px)
{
    .home-cooperation .cooperation
    {
        margin-top: 14px;
    }
		.home-factory .factory .factory-text .itemgroup .icon {
			font-size: 15px;
			line-height: 30px;
			width: 30px;
			height: 30px;
		}
		.home-factory .factory .factory-text h3 {
			font-size:16px;
		}
		.home-factory .factory .factory-text .itemgroup h3 {
			font-size:15px;
		}
		.home-factory .factory .factory-text .itemgroup p {
			font-size:14px;
			margin-top:0;
		}
		.home-factory .factory .factory-text .itemgroup {
			width:100%;
		}
}
.home-cooperation .cooperation ul
{
    font-size: 0;

    margin: 0 -10px;
}
.home-cooperation .cooperation ul li
{
    display: inline-block;
    float: none;

    padding: 0 10px;

    vertical-align: top;
}
@media (min-width: 768px)
{
    .home-cooperation .cooperation ul li:nth-child(12n + 1)
    {
        margin-left: 10px;
    }
}
.home-cooperation .cooperation .itemgroup
{
    overflow: hidden;

    margin-top: 20px;

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

    border: 1px solid #e7e7e7;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.home-cooperation .cooperation .itemgroup .img-size
{
    padding-bottom: 50%;
}
.home-cooperation .cooperation .itemgroup:hover
{
    -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
            transform: translateY(-6px);
}
.home-news
{
    background-color: #f9f9f9;
}
.home-news .news
{
    overflow: hidden;
}
.home-news .news-scroll
{
    margin: 0 -40px;
    margin-top: 70px;
}
@media (max-width: 1199px)
{
    .home-news .news-scroll
    {
        margin: 0 -20px;
        margin-top: 40px;
    }
}
.home-news .news-scroll .slick-slide
{
    position: relative;

    padding: 30px 40px;

    border-right: 1px solid #e5e5e5;
}
@media (max-width: 1199px)
{
    .home-news .news-scroll .slick-slide
    {
        padding: 20px;
    }
}
.home-news .news-scroll .slick-slide:before,
.home-news .news-scroll .slick-slide:after
{
    position: absolute;
    right: -5px;

    display: block;

    width: 10px;
    height: 10px;

    content: '';

    border-radius: 50%;
    background-color: #e5e5e5;
}
.home-news .news-scroll .slick-slide:before
{
    top: 0;
}
.home-news .news-scroll .slick-slide:after
{
    bottom: 0;
}
.home-news .news-scroll .itemgroup
{
    display: block;
}
.home-news .news-scroll .itemgroup .date
{
    font-family: 'ITC Avant Garde Gothic';
}
.home-news .news-scroll .itemgroup .date b
{
    font-size: 46px;

    color: #187ab0;
}
@media (max-width: 991px)
{
    .home-news .news-scroll .itemgroup .date b
    {
        font-size: 34px;
    }
}
.home-news .news-scroll .itemgroup .date span
{
    font-size: 20px;

    color: #666;
}
@media (max-width: 991px)
{
    .home-news .news-scroll .itemgroup .date span
    {
        font-size: 18px;
    }
}
.home-news .news-scroll .itemgroup h3
{
    font-size: 24px;
    line-height: 36px;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .home-news .news-scroll .itemgroup h3
    {
        font-size: 20px;
        line-height: 30px;

        height: 60px;
        margin-top: 0;
    }
}
@media (max-width: 767px)
{
    .home-news .news-scroll .itemgroup h3
    {
        font-size: 16px;
        line-height: 24px;

        height: 48px;
    }
}
.home-news .news-scroll .itemgroup .img-size
{
    margin-top: 20px;
    padding-bottom: 57.5%;
}
.home-news .news-scroll .itemgroup .img-size img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.home-news .news-scroll .itemgroup p
{
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.home-news .news-scroll .itemgroup .icon
{
    font-size: 22px;

    display: block;

    margin-top: 20px;

    color: #187ab0;
}
.home-news .news-scroll .itemgroup:hover h3
{
    color: #187ab0;
}
.home-news .news-scroll .itemgroup:hover .img-size img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.home-sign
{
    padding: 160px 0;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .home-sign
    {
        padding: 80px 0;
    }
}
@media (max-width: 767px)
{
    .home-sign
    {
        padding: 40px 0;
    }
}
.home-sign .sign
{
    max-width: 780px;
    margin: 0 auto;

    text-align: center;

    color: #fff;
}
.home-sign .sign h3
{
    font-size: 46px;
    line-height: 1.2;

    margin-top: 0;
    margin-bottom: 20px;
}
@media (max-width: 991px)
{
    .home-sign .sign h3
    {
        font-size: 36px;
    }
}
@media (max-width: 767px)
{
    .home-sign .sign h3
    {
        font-size: 24px;

        margin-bottom: 10px;
    }
}
.home-sign .sign p
{
    font-size: 24px;
    line-height: 1.91666667;

    margin: 0;
}
@media (max-width: 991px)
{
    .home-sign .sign p
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .home-sign .sign p
    {
        font-size: 16px;
    }
}
.footer
{
    font-size: 0;

    position: relative;

    clear: both;
    overflow: hidden;

    padding: 20px 4% 0 4%;

    background-color: #f0f0f0;
}
@media (max-width: 1199px)
{
    .footer
    {
        padding: 30px 15px 0 15px;
    }
}
.footer .foot-link
{
    padding-bottom: 10px;

    border-bottom: 1px solid #d0d0d0;
}
.footer .foot-link span,
.footer .foot-link a
{
    font-size: 14px;
    line-height: 30px;

    display: inline-block;
}
@media (max-width: 767px)
{
    .footer .foot-link span,
    .footer .foot-link a
    {
        line-height: 24px;
    }
}
.footer .foot-link a
{
    padding: 0 20px;

    color: #999;
}
@media (max-width: 1199px)
{
    .footer .foot-link a
    {
        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-link a
    {
        padding: 0 6px;
    }
}
.footer .foot-link span
{
    font-size: 16px;
    font-weight: bold;

    color: #187ab0;
}
.footer .foot-link a:hover
{
    color: #187ab0;
}
.footer .foot
{
    font-size: 0;

    position: relative;
    z-index: 2;

    padding: 40px 0;
}
@media (max-width: 1199px)
{
    .footer .foot
    {
        padding: 20px 0;
    }
}
.footer .foot .foot-left,
.footer .foot .foot-middle,
.footer .foot .foot-text,
.footer .foot .foot-right
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.footer .foot .foot-left
{
    width: 20%;
}
@media (max-width: 1199px)
{
    .footer .foot .foot-left
    {
        display: none;
    }
}
.footer .foot .foot-left img
{
    max-width: 200px;
}
.footer .foot .foot-left h3
{
    font-size: 18px;
    line-height: 1.2;

    margin: 0;

    color: #187ab0;
}
.footer .foot .foot-left h3:before
{
    display: block;

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

    content: '';

    background-color: #187ab0;
}
.footer .foot .foot-middle
{
    width: 45%;
    padding: 0 5%;
}
@media (max-width: 1470px)
{
    .footer .foot .foot-middle
    {
        padding: 0 15px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot .foot-middle
    {
        width: 65%;
        padding: 0;
        padding-right: 5%;
    }
}
@media (max-width: 767px)
{
    .footer .foot .foot-middle
    {
        width: 100%;
        padding-right: 0;
    }
}
@media (min-width: 768px)
{
    .footer .foot .foot-middle > ul
    {
        padding: 0;

        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .footer .foot .foot-middle > ul:after
    {
        display: inline-block;
        overflow: hidden;

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

        content: '';
    }
}
@media (max-width: 1199px)
{
    .footer .foot .foot-middle > ul
    {
        display: block;
        overflow: hidden;
    }
}
.footer .foot .foot-middle > ul > li
{
    display: inline-block;

    text-align: left;
    vertical-align: top;
}
@media (max-width: 767px)
{
    .footer .foot .foot-middle > ul > li
    {
        display: block;
    }
}
.footer .foot .foot-middle > ul > li > a
{
    font-size: 18px;
    line-height: 30px;

    display: block;
}
.footer .foot .foot-middle > ul > li > a:hover
{
    color: #187ab0;
}
.footer .foot .foot-middle > ul > li > ul
{
    margin-top: 10px;
}
@media (max-width: 767px)
{
    .footer .foot .foot-middle > ul > li > ul
    {
        margin: 0;
    }
}
@media (max-width: 767px)
{
    .footer .foot .foot-middle > ul > li > ul > li
    {
        display: inline-block;

        margin-right: 10px;

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

    display: block;

    color: #666;
}
.footer .foot .foot-middle > ul > li > ul > li a:hover
{
    text-decoration: underline;

    color: #187ab0;
}
.footer .foot .foot-text
{
    width: 25%;
}
@media (max-width: 767px)
{
    .footer .foot .foot-text
    {
        width: 100%;
    }
}
.footer .foot .foot-text p
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    margin-bottom: 20px;
    padding-left: 50px;

    color: #666;
}
@media (max-width: 1470px)
{
    .footer .foot .foot-text p
    {
        padding-left: 40px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot .foot-text p
    {
        font-size: 14px;

        margin-bottom: 10px;
        padding-left: 30px;
    }
}
@media (max-width: 767px)
{
    .footer .foot .foot-text p
    {
        margin: 0;
    }
}
.footer .foot .foot-text p .icon
{
    font-size: 36px;

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

    color: #187ab0;
}
@media (max-width: 1470px)
{
    .footer .foot .foot-text p .icon
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot .foot-text p .icon
    {
        font-size: 24px;
    }
}
.footer .foot .foot-text p.tel
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 40px;
    font-weight: bold;

    color: #187ab0;
}
@media (max-width: 1470px)
{
    .footer .foot .foot-text p.tel
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot .foot-text p.tel
    {
        font-size: 20px;
    }
}
.footer .foot .foot-text p.tel .icon
{
    font-weight: normal;
}
.footer .foot .foot-text p.email
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 22px;
}
@media (max-width: 1470px)
{
    .footer .foot .foot-text p.email
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot .foot-text p.email
    {
        font-size: 13px;
    }
}
@media (max-width: 767px)
{
    .footer .foot .foot-text p.email
    {
        font-size: 14px;
    }
}
.footer .foot .foot-right
{
    width: 10%;

    text-align: center;
}
@media (max-width: 767px)
{
    .footer .foot .foot-right
    {
        width: 100%;
    }
}
.footer .foot .foot-right img
{
    max-width: 120px;
}
@media (max-width: 991px)
{
    .footer .foot .foot-right img
    {
        max-width: 100px;
    }
}
.footer .foot .foot-right p
{
    font-size: 14px;

    color: #666;
}
.copyright
{
    padding: 10px 3%;

    text-align: center;

    color: #fff;
    background-color: #187ab0;
		position:relative;
}
@media(max-width:991px){
	.copyright{
		padding-bottom: 55px;
	}
}
.copyright p
{
    font-size: 14px;
    line-height: 30px;

    display: inline-block;

    margin: 0;

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

        display: block;
        float: none;
    }
}
.copyright a.power:hover
{
    text-decoration: underline;

    color: #fff;
}
.online-service
{
    position: fixed;
    z-index: 13;
    top: 50%;
    right: 0;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 1199px)
{
    .online-service
    {
        z-index: 9;
    }
}
@media (max-width: 991px)
{
    .online-service
    {
        top: auto;
        bottom: 0;

        width: 100%;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
}
@media (max-width: 991px)
{
    .online-service ul
    {
        font-size: 0;
    }
}
.online-service ul li
{
    margin: 3px 0;
}
@media (max-width: 991px)
{
    .online-service ul li
    {
        font-size: 14px;

        display: inline-block;

        width: 25%;
        margin: 0;

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

        border-right: 1px solid rgba(255, 255, 255, .6);
    }
}
.online-service a
{
    line-height: 48px;

    position: relative;

    display: block;

    width: 48px;
    height: 48px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #d6d6d6;
}
@media (max-width: 991px)
{
    .online-service a
    {
        line-height: 48px;

        width: 100%;
        height: 48px;

        border-radius: 0;
        background-color: rgba(24, 122, 176, .8);
    }
}
.online-service a p,
.online-service a img
{
    font-size: 16px;

    position: absolute;
    top: 0;
    left: -72px;

    padding: 0 10px;

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

    border-radius: 5px;
    background-color: #187ab0;
}
@media (max-width: 991px)
{
    .online-service a p,
    .online-service a img
    {
        display: none;
    }
}
.online-service a img
{
    left: -120px;

    width: 120px;
    padding: 10px;
}
@media (max-width: 991px)
{
    .online-service a img
    {
        top: -130px;
        left: 0;

        -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%);
    }
}
.online-service a .icon
{
    font-size: 24px;

    color: #fff;
}
@media (max-width: 991px)
{
    .online-service a .icon
    {
        font-size: 24px;
    }
}
@media (min-width: 992px)
{
    .online-service a:hover
    {
        color: #fff;
        background-color: #187ab0;
    }
    .online-service a:hover p,
    .online-service a:hover img
    {
        -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%);
    }
}
@media (max-width: 991px)
{
    .online-service a:hover img
    {
        display: block;
    }
}
.innerwrap
{
    position: relative;
    z-index: 2;

    background-color: #fff;
}
.innerwrap-recruit
{
    position: relative;
    z-index: 9;
}
.innerwrap-recruit.recruitzindex
{
    z-index: 10;
}
.inner
{
    overflow: hidden;

    padding: 70px 0;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .inner
    {
        padding: 40px 0;
    }
}
.inner .slick-arrow
{
    font-size: 26px;
    line-height: 50px;

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

    overflow: hidden;

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

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

    color: #fff;
    border: none;
    border-radius: 50%;
    outline: none;
    background: none;
    background-color: #b7b7b7;
}
@media (max-width: 767px)
{
    .inner .slick-arrow
    {
        font-size: 20px;
        line-height: 34px;

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

    display: inline-block;

    content: '\e61f';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.inner .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
.inner .slick-arrow.slick-next:before
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.inner .slick-arrow:hover
{
    background-color: #187ab0;
}
.inner .slick-dots
{
    margin-top: 30px;

    text-align: center;
}
@media (max-width: 767px)
{
    .inner .slick-dots
    {
        margin-top: 20px;
    }
}
.inner .slick-dots li
{
    display: inline-block;

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

    vertical-align: top;

    border: 4px solid #d2d2d2;
    border-radius: 50%;
}
@media (max-width: 1199px)
{
    .inner .slick-dots li
    {
        width: 10px;
        height: 10px;
        margin: 0 4px;

        border-width: 2px;
    }
}
.inner .slick-dots li button
{
    display: none;
}
.inner .slick-dots li.slick-active
{
    border-color: #187ab0;
}
.inner-txt
{
    font-size: 16px;
    line-height: 2.25;
}
@media (max-width: 991px)
{
    .inner-txt
    {
        font-size: 14px;
        line-height: 26px;
    }
}
.inner-txt p
{
    margin: 0;
}
.title-inner
{
    text-align: center;
}
.title-inner h3
{
    font-family: 'ITC Avant Garde Gothic Book';
    font-size: 30px;
    line-height: 1.2;

    display: block;

    margin: 0;

    text-transform: uppercase;

    color: #ddd;
}
@media (max-width: 991px)
{
    .title-inner h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .title-inner h3
    {
        font-size: 22px;
    }
}
.title-inner h2
{
    font-size: 32x;
    line-height: 1.25;

    margin: 0;

    color: #187ab0;
}
@media (max-width: 991px)
{
    .title-inner h2
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .title-inner h2
    {
        font-size: 22px;
    }
}
.inner-sort
{
    margin-top: 20px;

    text-align: center;
}
.inner-sort ul
{
    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .inner-sort ul
    {
        margin: 0 -8px;
    }
}
.inner-sort ul li
{
    display: inline-block;

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

    vertical-align: top;
		width:370px;
}
@media (max-width: 767px)
{
    .inner-sort ul li
    {
        padding: 0 8px;
				width:90%;
    }
}
.inner-sort ul li a
{
    font-size: 20px;
    line-height: 50px;

    display: block;

    padding: 0 40px;

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

    color: #666;
    border-radius: 40px;
    background-color: #e5e5e5;
}
@media (max-width: 991px)
{
    .inner-sort ul li a
    {
        font-size: 18px;
        line-height: 40px;

        padding: 0 30px;
    }
}
@media (max-width: 767px)
{
    .inner-sort ul li a
    {
        font-size: 16px;
    }
}
.inner-sort ul li.active a,
.inner-sort ul li:hover a
{
    color: #fff;
    background-color: #187ab0;
}
.inside-nav
{
    position: relative;
    z-index: 2;

    background-color: #f8f8f8;
}
.inside-nav .nav-wrap
{
    text-align: center;
}
.inside-nav .nav-wrap ul
{
    margin: 0 -30px;
}
@media (max-width: 1470px)
{
    .inside-nav .nav-wrap ul
    {
        margin: 0 -20px;
    }
}
@media (max-width: 1199px)
{
    .inside-nav .nav-wrap ul
    {
        margin: 0 -14px;
    }
}
@media (max-width: 767px)
{
    .inside-nav .nav-wrap ul
    {
        margin: 0 -8px;
    }
}
.inside-nav .nav-wrap ul > li
{
    display: inline-block;

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

    display: block;

    padding: 15px 30px;

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

        padding: 2px 8px;

        color: #666;
    }
}
.inside-nav .nav-wrap ul > li.active > a,
.inside-nav .nav-wrap ul > li:hover > a
{
    color: #fff;
    background-color: #187ab0;
}
@media (max-width: 767px)
{
    .inside-nav .nav-wrap ul > li.active > a,
    .inside-nav .nav-wrap ul > li:hover > a
    {
        font-weight: bold;

        color: #187ab0;
        background: none;
    }
}
.inner-about .title-about
{
    position: relative;

    padding-bottom: 10px;

    border-bottom: 1px solid #eee;
}
.inner-about .title-about:after
{
    position: absolute;
    z-index: 2;
    bottom: -3px;
    left: 0;

    display: block;

    width: 64px;
    height: 5px;

    content: '';

    background-color: #187ab0;
}
.inner-about .title-about h1
{
    font-size: 34px;
    line-height: 1.4;

    margin: 0;

    letter-spacing: 1px;
}
@media (max-width: 1199px)
{
    .inner-about .title-about h1
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .inner-about .title-about h1
    {
        font-size: 24px;
    }
}
.inner-about .title-about h2
{
    font-family: 'ITC Avant Garde Gothic Book';
    font-size: 20px;
    line-height: 1.4;

    margin: 0;

    color: #666;
}
@media (max-width: 1199px)
{
    .inner-about .title-about h2
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .inner-about .title-about h2
    {
        font-size: 15px;
    }
}
.inner-about .txt
{
    margin-top: 50px;
}
@media (max-width: 1199px)
{
    .inner-about .txt
    {
        margin-top: 30px;
    }
}
.inner-about .number
{
    margin-top: 40px;

    color: #fff;
    background-color: #187ab0;
}
@media (max-width: 767px)
{
    .inner-about .number
    {
        margin-top: 20px;
    }
}
.inner-about .number > ul
{
    font-size: 0;
}
.inner-about .number > ul > li
{
    position: relative;

    display: inline-block;

    width: 33.33333333%;

    vertical-align: top;
}
.inner-about .number > ul > li:after
{
    position: absolute;
    top: 0;
    right: 0;

    display: block;

    width: 1px;
    height: 100%;

    content: '';

    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, .5)), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    background-image:         linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
}
.inner-about .number > ul > li:last-child:after
{
    display: none;
}
.inner-about .number .item
{
    padding: 40px 10px;

    text-align: center;
}
@media (max-width: 767px)
{
    .inner-about .number .item
    {
        padding: 20px 10px;
    }
}
.inner-about .number .item b
{
    font-family: 'Barlow Condensed';
    font-size: 66px;
    line-height: 1;

    display: block;
}
@media (max-width: 1199px)
{
    .inner-about .number .item b
    {
        font-size: 50px;
    }
}
@media (max-width: 991px)
{
    .inner-about .number .item b
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .inner-about .number .item b
    {
        font-size: 30px;
    }
}
.inner-about .number .item p
{
    font-size: 20px;
    line-height: 1.4;

    margin: 10px 0 0 0;
}
@media (max-width: 1199px)
{
    .inner-about .number .item p
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .inner-about .number .item p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inner-about .number .item p
    {
        font-size: 14px;
    }
}
.inner-about .about
{
    font-size: 0;

    margin-top: 60px;
}
@media (max-width: 991px)
{
    .inner-about .about
    {
        margin-top: 30px;
    }
}
.inner-about .about .img img
{
    width: 100%;
}
.inner-about .about .img,
.inner-about .about .note
{
    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .inner-about .about .img,
    .inner-about .about .note
    {
        display: block;

        width: 100%;
    }
}
.inner-about .about .note
{
    padding-left: 30px;
}
@media (max-width: 767px)
{
    .inner-about .about .note
    {
        margin-top: 20px;
        padding-left: 0;
    }
}
.inner-qualification
{
    background-color: #f8f8f8;
}
.inner-qualification .title-inner h2
{
    color: #333;
}
.inner-qualification .txt
{
    font-size: 16px;
    line-height: 1.875;

    margin-top: 20px;

    text-align: center;
}
@media (max-width: 991px)
{
    .inner-qualification .txt
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-qualification .txt p
{
    margin: 0;
}
.inner-qualification .qualification-scroll
{
    margin-top: 50px;
    padding: 0 50px;
}
@media (max-width: 1199px)
{
    .inner-qualification .qualification-scroll
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .inner-qualification .qualification-scroll
    {
        padding: 0 30px;
    }
}
.inner-qualification .qualification-scroll .slick-slide
{
    padding: 0 20px;
}
@media (max-width: 1199px)
{
    .inner-qualification .qualification-scroll .slick-slide
    {
        padding: 0 8px;
    }
}
.inner-qualification .qualification-scroll .itemgroup
{
    display: block;

    text-align: center;
}
.inner-qualification .qualification-scroll .itemgroup .img-size
{
    padding-bottom: 140.74074074%;
}
.inner-qualification .qualification-scroll .itemgroup .img-size img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-qualification .qualification-scroll .itemgroup p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.inner-qualification .qualification-scroll .itemgroup:hover .img-size img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-qualification .qualification-scroll .itemgroup:hover p
{
    color: #187ab0;
}
.inner-development .development .development-scroll
{
    margin-top: 40px;
    padding: 0 50px;
}
@media (max-width: 1199px)
{
    .inner-development .development .development-scroll
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .inner-development .development .development-scroll
    {
        padding: 0 40px;
    }
}
.inner-development .development .slick-slide
{
    padding-top: 10px;
}
.inner-development .development .item .img
{
    padding: 0 5%;
    padding-bottom: 50px;

    border-bottom: 1px dashed #187ab0;
}
@media (max-width: 991px)
{
    .inner-development .development .item .img
    {
        padding-bottom: 30px;
    }
}
.inner-development .development .item .img .img-size
{
    padding-bottom: 60.52631579%;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.inner-development .development .item .title-number
{
    line-height: 1;

    position: relative;

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

    color: #187ab0;
}
.inner-development .development .item .title-number:before
{
    position: absolute;
    top: -43px;
    left: 5%;

    display: block;

    width: 25px;
    height: 25px;

    content: '';

    background: url(/html/web/bocweb/assets/images/dot.png) no-repeat center;
}
.inner-development .development .item .title-number b
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 34px;

    display: inline-block;

    vertical-align: bottom;
}
@media (max-width: 1199px)
{
    .inner-development .development .item .title-number b
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .inner-development .development .item .title-number b
    {
        font-size: 24px;
    }
}
.inner-development .development .item .title-number span
{
    font-size: 32px;

    display: inline-block;

    vertical-align: bottom;
}
@media (max-width: 1199px)
{
    .inner-development .development .item .title-number span
    {
        font-size: 28px;
    }
}
@media (max-width: 991px)
{
    .inner-development .development .item .title-number span
    {
        font-size: 20px;
    }
}
.inner-development .development .item .txt
{
    margin-top: 20px;
    padding: 0 5%;
}
@media (max-width: 991px)
{
    .inner-development .development .item .txt
    {
        margin-top: 10px;
    }
}
.inner-development .development .item .txt p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
@media (max-width: 991px)
{
    .inner-development .development .item .txt p
    {
        font-size: 14px;
    }
}
.inner-development .development .item:hover .img-size
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.inner-development .development .slick-arrow
{
    top: 295px;

    color: #187ab0;
    border: 1px dashed #187ab0;
    background: none;
}
@media (max-width: 1470px)
{
    .inner-development .development .slick-arrow
    {
        top: 275px;
    }
}
@media (max-width: 1350px)
{
    .inner-development .development .slick-arrow
    {
        top: 250px;
    }
}
@media (max-width: 1199px)
{
    .inner-development .development .slick-arrow
    {
        top: 210px;
    }
}
@media (max-width: 991px)
{
    .inner-development .development .slick-arrow
    {
        top: 150px;
    }
}
@media (max-width: 767px)
{
    .inner-development .development .slick-arrow
    {
        top: 200px;
    }
}
@media (max-width: 360px)
{
    .inner-development .development .slick-arrow
    {
        top: 180px;
    }
}
.inner-business .txt
{
    margin-top: 30px;
}
.inner-business .txt h2
{
    font-size: 30px;
    line-height: 1.2;
}
.inner-business .inner-sort ul li {
	padding: 0 5px;
	width:220px;
}
.inner-business .inner-sort ul li a {
	padding: 0 15px;
}
@media (max-width: 1480px) {
	.inner-business .inner-sort ul li {
		width:190px;
	}
}
@media (max-width: 1199px)
{
    .inner-business .txt h2
    {
        font-size: 24px;
    }
		.inner-business .inner-sort ul li {
			width:150px;
		}
}
@media (max-width: 991px)
{
    .inner-business .txt h2
    {
        font-size: 20px;
    }
		.inner-business .inner-sort ul li {
			width:48%;
		}
}
@media (max-width: 767px)
{
    .inner-business .txt h2
    {
        font-size: 16px;
    }
}
.inner-business .txt h3
{
    font-size: 38px;
    font-weight: bold;

    margin-top: 0;

    color: #187ab0;
}
@media (max-width: 1199px)
{
    .inner-business .txt h3
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .inner-business .txt h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .inner-business .txt h3
    {
        font-size: 20px;
    }
}
.inner-business .img
{
    margin-top: 30px;
}
.inner-business .img img
{
    max-width: 100%;
}
.inner-business .business-guonei
{
    overflow: hidden;

    padding: 0 5%;
}
.inner-business .business-guonei .txt
{
    float: left;
		text-align:center;
		font-size:16px;
		color:#333;
   /* width: 250px; */
}
.inner-business .business-guonei .img
{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		
		
    float: left;
    width: -webkit-calc(100% -250px);
    width:         calc(100% -250px);
}
.inner-business .business-guoji .img
{
    text-align: center;
}
.inner-culture .key-value
{
    font-size: 0;

    background-color: #f5f5f5;
}
.inner-culture .key-value .txt,
.inner-culture .key-value .img
{
    font-size: 14px;

    display: inline-block;
    overflow: hidden;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .inner-culture .key-value .txt,
    .inner-culture .key-value .img
    {
        display: block;

        width: 100%;
    }
}
.inner-culture .key-value .txt
{
    padding: 30px 5%;
}
@media (max-width: 767px)
{
    .inner-culture .key-value .txt
    {
        padding: 20px 14px;
    }
}
.inner-culture .key-value .txt .title-inner
{
    text-align: left;
}
.inner-culture .key-value .txt .desc
{
    margin-top: 20px;
}
.inner-culture .key-value .txt .desc h4
{
    font-size: 30px;
    line-height: 50px;

    display: inline-block;

    margin: 0;
    padding: 0 20px;

    color: #fff;
    border-radius: 10px;
    background-color: #187ab0;
}
@media (max-width: 1470px)
{
    .inner-culture .key-value .txt .desc h4
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .inner-culture .key-value .txt .desc h4
    {
        font-size: 20px;
        line-height: 40px;
    }
}
.inner-culture .key-value .txt .desc p
{
    font-size: 22px;
    line-height: 1.4;

    margin: 14px 0;
}
@media (max-width: 767px)
{
    .inner-culture .key-value .txt .desc p
    {
        font-size: 18px;
    }
}
.inner-culture .key-value .txt .desc h3
{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;

    color: #187ab0;
}
@media (max-width: 1470px)
{
    .inner-culture .key-value .txt .desc h3
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .inner-culture .key-value .txt .desc h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .inner-culture .key-value .img img
    {
        width: 100%;
    }
}
.inner-culture .core-value
{
    padding-top: 50px;
}
.inner-culture .core-value .list .item-group
{
    margin-top: 30px;
    padding: 40px 5%;

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

    background-color: #f2f2f2;
}
@media (max-width: 767px)
{
    .inner-culture .core-value .list .item-group
    {
        padding: 20px 15px;
    }
}
.inner-culture .core-value .list .item-group .title-value h3
{
    font-size: 32px;
    font-weight: bold;
    line-height: 60px;

    display: inline-block;

    margin: 0;
    padding: 0 40px;

    color: #fff;
    border-radius: 50px;
    background-color: #187ab0;
}
@media (max-width: 1470px)
{
    .inner-culture .core-value .list .item-group .title-value h3
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .inner-culture .core-value .list .item-group .title-value h3
    {
        font-size: 20px;
        line-height: 40px;

        padding: 0 20px;
    }
}
.inner-culture .core-value .list .item-group .title-value h4
{
    font-family: 'ITC Avant Garde Gothic Book';
    font-size: 22px;
    line-height: 1.4;

    text-transform: uppercase;

    color: #666;
}
@media (max-width: 1470px)
{
    .inner-culture .core-value .list .item-group .title-value h4
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .inner-culture .core-value .list .item-group .title-value h4
    {
        font-size: 12px;
    }
}
.inner-culture .core-value .list .item-group .desc
{
    max-width: 80%;
    margin: 0 auto;
    margin-top: 30px;
}
@media (max-width: 1470px)
{
    .inner-culture .core-value .list .item-group .desc
    {
        margin-top: 10px;
    }
}
.inner-culture .core-value .list .item-group .desc p
{
    font-size: 22px;
    line-height: 1.8;

    padding: 10px 0;

    color: #187ab0;
    border-bottom: 1px solid rgba(2, 112, 91, .2);
}
@media (max-width: 767px)
{
    .inner-culture .core-value .list .item-group .desc p
    {
        font-size: 16px;

        padding: 0;
    }
}
.inner-culture .core-value .list .item-group .desc p:last-child
{
    border-bottom: none;
}
.inner-culture .core-value .list .item-group:hover
{
    color: #fff;
    background-color: #187ab0;
}
.inner-culture .core-value .list .item-group:hover .title-value h3
{
    color: #187ab0;
    background-color: #fff;
}
.inner-culture .core-value .list .item-group:hover .title-value h4
{
    color: #fff;
}
.inner-culture .core-value .list .item-group:hover .desc p
{
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.inner-culture .culture
{
    font-size: 0;

    margin-top: 60px;

    background-color: #187ab0;
}
.inner-culture .culture .txt,
.inner-culture .culture .img
{
    font-size: 14px;

    display: inline-block;
    overflow: hidden;

    vertical-align: middle;
}
.inner-culture .culture .img
{
    width: 45%;
}
@media (max-width: 991px)
{
    .inner-culture .culture .img
    {
        width: 100%;
    }
    .inner-culture .culture .img img
    {
        width: 100%;
    }
}
.inner-culture .culture .txt
{
    width: 55%;
    padding: 20px 5%;

    text-align: center;
}
@media (max-width: 1350px)
{
    .inner-culture .culture .txt
    {
        padding: 20px;
    }
}
@media (max-width: 991px)
{
    .inner-culture .culture .txt
    {
        width: 100%;
    }
}
.inner-culture .culture .txt .title-inner h2
{
    font-weight: bold;

    color: #fff;
}
.inner-culture .culture .txt .list
{
    margin-top: 20px;
}
.inner-culture .culture .txt ul
{
    font-size: 0;
}
.inner-culture .culture .txt ul li
{
    font-size: 14px;

    display: inline-block;

    width: 25%;
    padding: 0 6px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .inner-culture .culture .txt ul li
    {
        width: 50%;
    }
}
.inner-culture .culture .txt .item-group
{
    margin-top: 10px;
    padding: 8px;

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

    border: 5px solid #fff;
    border-radius: 50%;
}
@media (max-width: 767px)
{
    .inner-culture .culture .txt .item-group
    {
        padding: 4px;

        border-width: 2px;
    }
}
.inner-culture .culture .txt .item-group .img-size
{
    border-radius: 50%;
    background-color: #fff;
}
.inner-culture .culture .txt .item-group .img-size .desc
{
    position: absolute;
    top: 50%;

    width: 100%;

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

    color: #187ab0;
}
.inner-culture .culture .txt .item-group .img-size .desc h3
{
    font-size: 24px;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1470px)
{
    .inner-culture .culture .txt .item-group .img-size .desc h3
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .inner-culture .culture .txt .item-group .img-size .desc h3
    {
        font-size: 18px;
    }
}
.inner-culture .culture .txt .item-group .img-size .desc h4
{
    font-family: 'ITC Avant Garde Gothic Book';
    font-size: 16px;
    line-height: 1.2;

    margin: 5px 0 0 0;

    text-transform: uppercase;
}
@media (max-width: 1470px)
{
    .inner-culture .culture .txt .item-group .img-size .desc h4
    {
        font-size: 14px;
    }
}
.inner-culture .culture .txt .item-group:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.inner-culture .vision
{
    margin-top: 60px;
    padding: 100px 0;

    text-align: center;

    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 1470px)
{
    .inner-culture .vision
    {
        padding: 70px 0;
    }
}
@media (max-width: 991px)
{
    .inner-culture .vision
    {
        padding: 40px 0;
    }
}
.inner-culture .vision .title-vision h2
{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
}
@media (max-width: 991px)
{
    .inner-culture .vision .title-vision h2
    {
        font-size: 24px;
    }
}
.inner-culture .vision .title-vision h2:after
{
    display: block;

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

    content: '';

    background-color: #fff;
}
.inner-culture .vision .txt
{
    margin-top: 20px;
}
.inner-culture .vision .txt h3
{
    font-size: 36px;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1470px)
{
    .inner-culture .vision .txt h3
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .inner-culture .vision .txt h3
    {
        font-size: 26px;
    }
}
.inner-patent-awards .patent-number
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .inner-patent-awards .patent-number
    {
        margin: 0;
    }
}
.inner-patent-awards .patent-number ul
{
    font-size: 0;
}
.inner-patent-awards .patent-number ul li
{
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: top;
}
.inner-patent-awards .patent-number .item
{
    margin-top: 30px;

    text-align: center;
	-webkit-transition: all .6s;
	        transition: all .6s;
}
@media (max-width: 767px)
{
    .inner-patent-awards .patent-number .item
    {
        margin-top: 20px;
    }
}
.inner-patent-awards .patent-number .item .item-group
{
    max-width: 160px;
    margin: 0 auto;
    margin-top: 10px;
    padding: 8px;

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

    border: 2px solid #187ab0;
    border-radius: 50%;
}
@media (max-width: 767px)
{
    .inner-patent-awards .patent-number .item .item-group
    {
        max-width: 100px;
        padding: 4px;

        border-width: 2px;
    }
}
.inner-patent-awards .patent-number .item .item-group .img-size
{
    color: #fff;
    border-radius: 50%;
    background-color: #187ab0;
}
.inner-patent-awards .patent-number .item .item-group .img-size .desc
{
    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.inner-patent-awards .patent-number .item .item-group .img-size .desc h3
{
    font-family: 'Barlow Condensed';
    font-size: 60px;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1199px)
{
    .inner-patent-awards .patent-number .item .item-group .img-size .desc h3
    {
        font-size: 50px;
    }
}
@media (max-width: 991px)
{
    .inner-patent-awards .patent-number .item .item-group .img-size .desc h3
    {
        font-size: 40px;
    }
}
.inner-patent-awards .patent-number .item p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 10px 0 0 0;
}
@media (max-width: 767px)
{
    .inner-patent-awards .patent-number .item p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-patent-awards .patent-number .item:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.inner-patent-awards .qualification-scroll
{
    margin-top: 80px;
    padding: 0 50px;
}
@media (max-width: 1199px)
{
    .inner-patent-awards .qualification-scroll
    {
        margin-top: 50px;
    }
}
@media (max-width: 767px)
{
    .inner-patent-awards .qualification-scroll
    {
        margin-top: 30px;
        padding: 0 30px;
    }
}
.inner-patent-awards .qualification-scroll .slick-slide
{
    padding: 0 20px;
}
@media (max-width: 1199px)
{
    .inner-patent-awards .qualification-scroll .slick-slide
    {
        padding: 0 8px;
    }
}
.inner-patent-awards .qualification-scroll .itemgroup
{
    display: block;
}
.inner-patent-awards .qualification-scroll .itemgroup .img-size
{
    padding-bottom: 140.74074074%;
}
.inner-patent-awards .qualification-scroll .itemgroup .img-size img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-patent-awards .qualification-scroll .itemgroup:hover .img-size img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-system .system
{
    margin-top: 20px;
}
.inner-system .system .item-group
{
    position: relative;

    display: block;

    margin-top: 30px;

    border: 10px solid #eee;
    background-color: #187ab0;
}
@media (max-width: 991px)
{
    .inner-system .system .item-group
    {
        border-width: 5px;
    }
}
.inner-system .system .item-group:before
{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    width: 140px;
    height: 140px;

    content: '';
    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    opacity: 0;
    color: #fff;
    background: url(/html/web/bocweb/assets/images/jia.png) no-repeat center;
    background-size: cover;
}
.inner-system .system .item-group .img-size
{
    padding-bottom: 122.72727273%;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.inner-system .system .item-group .img-size img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
@media (min-width: 1200px)
{
    .inner-system .system .item-group:hover:before
    {
        opacity: 1;
    }
    .inner-system .system .item-group:hover .img-size
    {
        opacity: .5;
    }
    .inner-system .system .item-group:hover .img-size img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
.inner-design .design .item-group
{
    font-size: 0;

    display: block;

    margin-top: 90px;

    background-color: #f8f8f8;
}
@media (max-width: 1350px)
{
    .inner-design .design .item-group
    {
        margin-top: 60px;
    }
}
@media (max-width: 991px)
{
    .inner-design .design .item-group
    {
        margin-top: 30px;
    }
}
.inner-design .design .item-group .img,
.inner-design .design .item-group .txt
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.inner-design .design .item-group .img
{
    width: 40%;
}
@media (max-width: 767px)
{
    .inner-design .design .item-group .img
    {
        width: 100%;
    }
}
.inner-design .design .item-group .img .img-size
{
    padding-bottom: 64.1509434%;
}
.inner-design .design .item-group .img .img-size img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-design .design .item-group .txt
{
    width: 60%;
    padding: 20px 3%;
}
@media (max-width: 767px)
{
    .inner-design .design .item-group .txt
    {
        width: 100%;
        padding: 20px 15px;
    }
}
.inner-design .design .item-group .txt .title-design
{
    border-bottom: 1px solid #bebebe;
}
.inner-design .design .item-group .txt .title-design h3
{
    font-size: 30px;
    line-height: 1.5;

    position: relative;

    display: inline-block;

    margin: 0;
    padding-bottom: 10px;

    color: #187ab0;
}
@media (max-width: 1350px)
{
    .inner-design .design .item-group .txt .title-design h3
    {
        font-size: 24px;
    }
}
@media (max-width: 1199px)
{
    .inner-design .design .item-group .txt .title-design h3
    {
        font-size: 20px;
    }
}
.inner-design .design .item-group .txt .title-design h3:after
{
    position: absolute;
    bottom: -2px;

    display: block;

    width: 100%;
    height: 3px;

    content: '';

    background-color: #187ab0;
}
.inner-design .design .item-group .txt .desc
{
    display: -webkit-box;
    overflow: hidden;

    max-height: 90px;
    margin-top: 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1199px)
{
    .inner-design .design .item-group .txt .desc
    {
        max-height: 72px;
        margin-top: 10px;
    }
}
.inner-design .design .item-group .txt .desc p
{
    font-size: 16px;
    line-height: 30px;

    margin: 0;

    color: #666;
}
@media (max-width: 1199px)
{
    .inner-design .design .item-group .txt .desc p
    {
        line-height: 24px;
    }
}
@media (max-width: 991px)
{
    .inner-design .design .item-group .txt .desc p
    {
        font-size: 14px;
    }
}
.inner-design .design .item-group .txt span.more
{
    font-size: 16px;
    line-height: 50px;

    display: inline-block;

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

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

    color: #fff;
    border-radius: 40px;
    background-color: #187ab0;
}
@media (max-width: 1350px)
{
    .inner-design .design .item-group .txt span.more
    {
        margin-top: 20px;
    }
}
@media (max-width: 1199px)
{
    .inner-design .design .item-group .txt span.more
    {
        line-height: 40px;

        padding: 0 30px;
    }
}
@media (max-width: 991px)
{
    .inner-design .design .item-group .txt span.more
    {
        margin-top: 10px;
    }
}
.inner-design .design .item-group .txt span.more:hover
{
    background-color: #0888cf;
}
.inner-design .design .item-group:hover .img-size img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-design-show .title-design:after
{
    display: block;

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

    content: '';

    background-color: #187ab0;
}
.inner-design-show .title-design h1
{
    font-size: 32px;
    line-height: 1.2;

    margin: 0;

    color: #187ab0;
}
@media (max-width: 991px)
{
    .inner-design-show .title-design h1
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .inner-design-show .title-design h1
    {
        font-size: 24px;
    }
}
.inner-design-show .design-show
{
    font-size: 16px;
    line-height: 2;

    margin-top: 20px;
}
@media (max-width: 991px)
{
    .inner-design-show .design-show
    {
        font-size: 14px;
    }
}
.inner-design-show .design-show p
{
    margin: 0;
}
.inner-design-show .design-show img
{
    max-width: 100%;
    height: auto !important;
}
.inner-design-show .human
{
    font-size: 0;

    margin-top: 50px;

    background-color: #f8f8f8;
}
@media (max-width: 991px)
{
    .inner-design-show .human
    {
        margin-top: 30px;
    }
}
.inner-design-show .human .img,
.inner-design-show .human .txt
{
    font-size: 14px;

    display: inline-block;
    overflow: hidden;

    vertical-align: middle;
}
.inner-design-show .human .img
{
    width: 48%;
}
@media (max-width: 991px)
{
    .inner-design-show .human .img
    {
        width: 100%;
    }
    .inner-design-show .human .img img
    {
        width: 100%;
    }
}
.inner-design-show .human .txt
{
    width: 52%;
    padding: 20px 3%;
}
@media (max-width: 991px)
{
    .inner-design-show .human .txt
    {
        width: 100%;
    }
}
.inner-design-show .human .txt .title-human h2
{
    font-size: 26px;
    line-height: 48px;

    display: inline-block;

    margin: 0;
    padding: 0 20px;

    color: #fff;
    border-radius: 30px;
    background-color: #187ab0;
}
@media (max-width: 991px)
{
    .inner-design-show .human .txt .title-human h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .inner-design-show .human .txt .title-human h2
    {
        font-size: 20px;
        line-height: 40px;
    }
}
.inner-design-show .human .txt .desc
{
    font-size: 16px;
    line-height: 2;

    margin-top: 20px;
}
@media (max-width: 991px)
{
    .inner-design-show .human .txt .desc
    {
        font-size: 14px;
    }
}
.inner-design-show .human .txt .desc p
{
    margin: 0;
}
.inner-design-show .human .txt .desc img
{
    max-width: 100%;
    height: auto !important;
}
.inner-design-show .human .txt .h-number ul
{
    width: 100%;
    padding: 0;

    text-align: justify;
    text-justify: distribute-all-lines;
}
.inner-design-show .human .txt .h-number ul:after
{
    display: inline-block;
    overflow: hidden;

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

    content: '';
}
.inner-design-show .human .txt .h-number ul li
{
    display: inline-block;

    margin-top: 30px;

    text-align: left;
    vertical-align: top;
}
.inner-design-show .human .txt .h-number ul li.line
{
    width: 1px;
    height: 80px;

    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 112, 91, 0)), color-stop(rgba(2, 112, 91, .5)), to(rgba(2, 112, 91, 0)));
    background-image: -webkit-linear-gradient(rgba(2, 112, 91, 0), rgba(2, 112, 91, .5), rgba(2, 112, 91, 0));
    background-image:         linear-gradient(rgba(2, 112, 91, 0), rgba(2, 112, 91, .5), rgba(2, 112, 91, 0));
}
.inner-design-show .human .txt .h-number .itemgroup
{
    max-width: 250px;
}
.inner-design-show .human .txt .h-number .itemgroup b
{
    font-family: 'Barlow Condensed';
    font-size: 60px;
    line-height: 1;

    color: #187ab0;
}
@media (max-width: 1350px)
{
    .inner-design-show .human .txt .h-number .itemgroup b
    {
        font-size: 50px;
    }
}
@media (max-width: 767px)
{
    .inner-design-show .human .txt .h-number .itemgroup b
    {
        font-size: 40px;
    }
}
.inner-design-show .human .txt .h-number .itemgroup p
{
    font-size: 16px;
    line-height: 1.52941176;

    margin: 10px 0 0 0;
}
@media (max-width: 767px)
{
    .inner-design-show .human .txt .h-number .itemgroup p
    {
        font-size: 14px;
    }
}
.inner-throughput .list-group
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .inner-throughput .list-group
    {
        margin-top: 30px;
    }
}
.inner-throughput .list-group .title-throughput h3
{
    font-size: 28px;
    line-height: 60px;

    display: inline-block;

    margin: 0;
    padding: 0 18px;

    color: #fff;
    border-radius: 6px;
    background-color: #187ab0;
}
@media (max-width: 1199px)
{
    .inner-throughput .list-group .title-throughput h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .inner-throughput .list-group .title-throughput h3
    {
        font-size: 20px;
        line-height: 40px;
    }
}
.inner-throughput .list-group .title-throughput h4
{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2;

    margin: 20px 0 0 0;
}
@media (max-width: 1199px)
{
    .inner-throughput .list-group .title-throughput h4
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .inner-throughput .list-group .title-throughput h4
    {
        font-size: 18px;
    }
}
.inner-throughput .list-group .txt
{
    margin-top: 20px;
}
.inner-throughput .list-group .throughput-scroll
{
    margin: 0 -10px;
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .inner-throughput .list-group .throughput-scroll
    {
        margin: 0 -5px;
        margin-top: 20px;
    }
}
.inner-throughput .list-group .throughput-scroll .slick-slide
{
    padding: 0 10px;
}
@media (max-width: 767px)
{
    .inner-throughput .list-group .throughput-scroll .slick-slide
    {
        padding: 0 5px;
    }
}
.inner-throughput .list-group .throughput-scroll .item
{
    display: block;
}
.inner-throughput .list-group .throughput-scroll .item .img-size
{
    padding-bottom: 62.22222222%;
}
.inner-throughput .list-group .throughput-scroll .item .img-size img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-throughput .list-group .throughput-scroll .item:hover .img-size img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
@media (min-width: 1200px)
{
    .inner-news .news > ul
    {
        margin: 0 -20px;
    }
    .inner-news .news > ul > li
    {
        padding: 0 20px;
    }
}
.inner-news .itemgroup
{
    display: block;

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

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

    border: 1px solid #e0e0e0;
}
@media (max-width: 1199px)
{
    .inner-news .itemgroup
    {
        margin-top: 30px;
        padding: 10px;
    }
}
@media (max-width: 767px)
{
    .inner-news .itemgroup
    {
        padding: 5px;
    }
}
.inner-news .itemgroup .date
{
    font-family: 'ITC Avant Garde Gothic';
}
.inner-news .itemgroup .date b
{
    font-size: 46px;

    color: #187ab0;
}
@media (max-width: 991px)
{
    .inner-news .itemgroup .date b
    {
        font-size: 34px;
    }
}
@media (max-width: 767px)
{
    .inner-news .itemgroup .date b
    {
        font-size: 30px;
    }
}
.inner-news .itemgroup .date span
{
    font-size: 20px;

    color: #666;
}
@media (max-width: 991px)
{
    .inner-news .itemgroup .date span
    {
        font-size: 18px;
    }
}
.inner-news .itemgroup h3
{
    font-size: 24px;
    line-height: 36px;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;
    margin-top: 14px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1199px)
{
    .inner-news .itemgroup h3
    {
        font-size: 20px;
        line-height: 30px;

        height: 60px;
        margin-top: 0;
    }
}
@media (max-width: 991px)
{
    .inner-news .itemgroup h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .inner-news .itemgroup h3
    {
        font-size: 16px;
        line-height: 24px;

        height: 48px;
    }
}
.inner-news .itemgroup .img-size
{
    margin-top: 20px;
    padding-bottom: 57.5%;
}
.inner-news .itemgroup .img-size img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-news .itemgroup p
{
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

    color: #999;

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

        height: 48px;
        margin-top: 10px;
    }
}
.inner-news .itemgroup .icon
{
    font-size: 22px;

    display: block;

    margin-top: 20px;

    color: #187ab0;
}
@media (max-width: 767px)
{
    .inner-news .itemgroup .icon
    {
        margin-top: 10px;
    }
}
.inner-news .itemgroup:hover
{
    color: #fff;
    background-color: #187ab0;
}
.inner-news .itemgroup:hover .date b,
.inner-news .itemgroup:hover .date span
{
    color: #fff;
}
.inner-news .itemgroup:hover h3
{
    color: #fff;
}
.inner-news .itemgroup:hover .img-size img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-news .itemgroup:hover p,
.inner-news .itemgroup:hover .icon
{
    color: #fff;
}
.inner-news-show .news-left
{
    padding-right: 8%;
}
@media (max-width: 11991px)
{
    .inner-news-show .news-left
    {
        padding-right: 0;
    }
}
.inner-news-show .title-news h1
{
    font-size: 32px;
    line-height: 1.53846154;

    display: block;

    margin: 0;

    color: #187ab0;
}
@media (max-width: 991px)
{
    .inner-news-show .title-news h1
    {
        font-size: 20px;
    }
}
.inner-news-show .news-info
{
    overflow: hidden;

    margin-top: 30px;

    text-align: right;

    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 991px)
{
    .inner-news-show .news-info
    {
        margin-top: 20px;
    }
}
.inner-news-show .news-info span.date
{
    font-size: 18px;
    line-height: 50px;

    position: relative;

    display: inline-block;
    float: left;

    color: #187ab0;
}
@media (max-width: 991px)
{
    .inner-news-show .news-info span.date
    {
        font-size: 14px;
    }
}
.inner-news-show .news-info a.share-btn
{
    font-size: 30px;
    line-height: 50px;

    display: inline-block;

    padding: 0 20px;

    vertical-align: middle;

    color: #767676;
}
@media (max-width: 767px)
{
    .inner-news-show .news-info a.share-btn
    {
        font-size: 20px;

        padding: 0 10px;
    }
}
.inner-news-show .news-info a.share-btn:hover
{
    color: #187ab0;
}
.inner-news-show .news-info a.share-btn:after
{
    font-family: 'iconfont' !important;

    content: '\e65f';
}
.inner-news-show .news-info .font
{
    display: inline-block;

    vertical-align: middle;
}
.inner-news-show .news-info .font a
{
    line-height: 27px;

    position: relative;

    display: inline-block;

    height: 30px;
    padding: 0 20px;

    vertical-align: middle;
}
.inner-news-show .news-info .font .switcher-bigger {
	line-height:32px;
}
@media (max-width: 767px)
{
    .inner-news-show .news-info .font a
    {
        line-height: 34px;

        padding: 0 10px;
    }
}
.inner-news-show .news-info .font a:before
{
    font-family: 'iconfont';
    font-size: 30px;

    content: '\e62e';

    color: #979797;
}
@media (max-width: 767px)
{
    .inner-news-show .news-info .font a:before
    {
        font-size: 20px;
    }
}
.inner-news-show .news-info .font a.switcher-small:before
{
    content: '\e642';
}
.inner-news-show .news-info .font a:after
{
    position: absolute;
    right: 0;

    display: inline-block;

    width: 1px;
    height: 25px;
    margin-top: 2px;

    content: '';

    background-color: #e5e5e5;
}
.inner-news-show .news-info .font a:hover:before
{
    color: #187ab0;
}
.inner-news-show .news-show
{
    font-size: 18px;
    line-height: 2.11111111;

    overflow: hidden;

    padding-top: 30px;
}
@media (max-width: 991px)
{
    .inner-news-show .news-show
    {
        font-size: 16px;

        padding-top: 30px;
    }
}
@media (max-width: 767px)
{
    .inner-news-show .news-show
    {
        font-size: 14px;
        line-height: 26px;
    }
}
.inner-news-show .news-show p
{
    margin: 0;
}
.inner-news-show .news-show img
{
    max-width: 100%;
    height: auto !important;
}
.inner-news-show .news-relate
{
    margin-top: 60px;
}
.inner-news-show .news-relate a
{
    font-size: 16px;
    line-height: 48px;

    display: inline-block;
    overflow: hidden;

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

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

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

        height: 44px;
        padding: 0 14px;
    }
}
.inner-news-show .news-relate a:hover
{
    color: #187ab0;
    border-color: #187ab0;
}
.inner-news-show .news-relate .next
{
    text-align: right;
}
@media (max-width: 991px)
{
    .inner-news-show .news-relate .next
    {
        text-align: left;
    }
}
@media (max-width: 991px)
{
    .inner-news-show .news-right
    {
        margin-top: 30px;
        padding-left: 0;
    }
}
.inner-news-show .news-right .title-news-relate h2
{
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

    margin: 0;

    color: #187ab0;
}
@media (max-width: 991px)
{
    .inner-news-show .news-right .title-news-relate h2
    {
        font-size: 22px;
    }
}
.inner-news-show .news-right .list .item
{
    display: block;

    margin-top: 30px;
}
.inner-news-show .news-right .list .item .img-size
{
    padding-bottom: 57.5%;
}
.inner-news-show .news-right .list .item .img-size img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-news-show .news-right .list .item h3
{
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;

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

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .inner-news-show .news-right .list .item h3
    {
        font-size: 16px;

        margin: 10px 0 0 0;
    }
}
.inner-news-show .news-right .list .item span.date
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 16px;
    line-height: 30px;

    display: block;

    color: #187ab0;
}
.inner-news-show .news-right .list .item:hover .img-size img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-news-show .news-right .list .item:hover h3
{
    color: #187ab0;
}
.inner-news-show .news-right .more
{
    margin-top: 30px;
}
.inner-news-show .news-right .more a
{
    font-size: 18px;
    line-height: 44px;

    display: inline-block;

    padding: 0 24px;

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

    color: #fff;
    border-radius: 10px;
    background-color: #187ab0;
}
.inner-news-show .news-right .more a:hover
{
    background-color: #0888cf;
}
.wrap-share
{
    position: fixed;
    z-index: 10;
    top: 0;

    display: none;

    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, .5);
}
.wrap-share .share-info
{
    position: absolute;
    top: 50%;

    width: 100%;
    padding: 0 10px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.wrap-share .share-info .info
{
    max-width: 550px;
    margin: 0 auto;
    padding: 0 30px;

    border-radius: 10px;
    background-color: #fff;
}
.wrap-share .share-info .info .title-share
{
    font-weight: normal;

    padding-top: 30px;

    text-align: center;
}
.wrap-share .share-info .info .title-share b
{
    font-size: 18px;
    font-weight: normal;
    line-height: 2;

    display: block;
}
.wrap-share .share-info .info .list
{
    padding: 30px 0;

    border-bottom: 1px solid #dcdcdc;
}
.wrap-share .share-info .info .list ul
{
    margin: 0 -30px;

    text-align: center;
}
.wrap-share .share-info .info .list ul li
{
    display: inline-block;

    padding: 0 30px;

    vertical-align: middle;
}
.wrap-share .share-info .info .list ul li a
{
    line-height: 32px;

    display: inline-block;

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

    color: inherit;
    color: #666;
}
.wrap-share .share-info .info .list ul li a img
{
    display: block;

    max-width: 30px;
    margin: 0 auto;
}
.wrap-share .share-info .info .list ul li a:hover
{
    -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
            transform: translateY(-6px);
}
.wrap-share .share-info .info .share-close
{
    line-height: 30px;

    padding: 14px 0;

    cursor: pointer;
}
.wrap-share .share-info .info .share-close span
{
    font-size: 16px;

    display: block;

    text-align: center;

    color: #666;
}
.wrap-share .share-info .info .share-close:hover span
{
    color: #187ab0;
}
.inner-business .title-inner h2
{
    color: #333;
}
@media (min-width: 768px)
{
    .inner-business .business ul
    {
        margin: 0 -10px;
    }
    .inner-business .business ul li
    {
        padding: 0 10px;
    }
}
.inner-business .business .itemgroup
{
    display: block;

    margin-top: 40px;

    text-align: center;
}
@media (max-width: 767px)
{
    .inner-business .business .itemgroup
    {
        margin-top: 20px;
    }
}
.inner-business .business .itemgroup .img-size
{
    padding-bottom: 61.11111111%;
}
.inner-business .business .itemgroup .img-size img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-business .business .itemgroup h3
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.inner-business .business .itemgroup:hover .img-size img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-business .business .itemgroup:hover h3
{
    color: #187ab0;
}
.inner-business-show
{
    padding-bottom: 0;
}
.inner-business-show .business-show
{
    position: relative;

    padding-right: 410px;

    background-color: #f8f8f8;
}
@media (max-width: 991px)
{
    .inner-business-show .business-show
    {
        padding-right: 0;
    }
}
.inner-business-show .business-show .business-show-scroll .item .img-size
{
    padding-bottom: 61.11111111%;
}
.inner-business-show .business-show .business-show-scroll .slick-dots
{
    position: absolute;
    bottom: 30px;

    width: 100%;
    padding-right: 30px;

    text-align: right;
}
@media (max-width: 991px)
{
    .inner-business-show .business-show .business-show-scroll .slick-dots
    {
        bottom: 10px;

        padding-right: 10px;
    }
}
.inner-business-show .business-show .business-show-scroll .slick-dots li
{
    z-index: 2;

    width: 12px;
    height: 12px;

    border-color: #fff;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .inner-business-show .business-show .business-show-scroll .slick-dots li
    {
        width: 8px;
        height: 8px;
    }
}
.inner-business-show .business-show .business-show-scroll .slick-dots li.slick-active
{
    border-color: #187ab0;
    background-color: #187ab0;
}
.inner-business-show .business-show .txt
{
    position: absolute;
    top: 0;
    right: 0;

    overflow-y: auto;

    width: 410px;
    max-height: 100%;
    padding: 30px;
}
@media (max-width: 991px)
{
    .inner-business-show .business-show .txt
    {
        position: relative;

        width: 100%;
    }
}
@media (max-width: 767px)
{
    .inner-business-show .business-show .txt
    {
        padding: 30px 14px;
    }
}
.inner-business-show .business-show .txt::-webkit-scrollbar
{
    position: absolute;
    left: 0;

    width: 4px;
}
.inner-business-show .business-show .txt::-webkit-scrollbar-track
{
    background-color: #dcdcdc;
}
.inner-business-show .business-show .txt::-webkit-scrollbar-thumb
{
    background-color: #9f9f9f;
}
.inner-business-show .business-show .txt .title-txt h1
{
    font-size: 26px;
    line-height: 60px;

    display: inline-block;

    margin: 0;
    padding: 0 30px;

    color: #fff;
    border-radius: 40px;
    background-color: #187ab0;
}
@media (max-width: 1350px)
{
    .inner-business-show .business-show .txt .title-txt h1
    {
        font-size: 24px;
        line-height: 50px;
    }
}
@media (max-width: 991px)
{
    .inner-business-show .business-show .txt .title-txt h1
    {
        font-size: 20px;
        line-height: 40px;
    }
}
.inner-business-show .business-show .txt .desc
{
    font-size: 18px;
    line-height: 2;

    margin-top: 20px;
}
@media (max-width: 1350px)
{
    .inner-business-show .business-show .txt .desc
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .inner-business-show .business-show .txt .desc
    {
        font-size: 14px;
    }
}
.inner-business-show .business-show .txt .desc p
{
    margin: 0;
}
.inner-business-show .relate-business
{
    margin-top: 60px;
    padding: 60px 0;

    background-color: #f8f8f8;
}
.inner-business-show .relate-business .title-relate
{
    overflow: hidden;
}
.inner-business-show .relate-business .title-relate h2
{
    font-size: 26px;
    line-height: 1;

    display: inline-block;

    margin: 0;
    padding-left: 10px;

    color: #187ab0;
    border-left: 5px solid #187ab0;
}
@media (max-width: 991px)
{
    .inner-business-show .relate-business .title-relate h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .inner-business-show .relate-business .title-relate h2
    {
        font-size: 20px;
    }
}
.inner-business-show .relate-business .title-relate a.more
{
    font-size: 16px;
    line-height: 26px;

    display: inline-block;
    float: right;

    color: #666;
}
@media (max-width: 767px)
{
    .inner-business-show .relate-business .title-relate a.more
    {
        font-size: 14px;
    }
}
.inner-business-show .relate-business .title-relate a.more:hover
{
    color: #187ab0;
}
.inner-business-show .relate-business .business-scroll
{
    margin: 0 -10px;
}
@media (max-width: 767px)
{
    .inner-business-show .relate-business .business-scroll
    {
        margin: 0 -5px;
    }
}
.inner-business-show .relate-business .business-scroll .slick-slide
{
    padding: 0 10px;
}
@media (max-width: 767px)
{
    .inner-business-show .relate-business .business-scroll .slick-slide
    {
        padding: 0 5px;
    }
}
.inner-business-show .relate-business .business-scroll .itemgroup
{
    display: block;

    margin-top: 40px;

    text-align: center;
}
@media (max-width: 767px)
{
    .inner-business-show .relate-business .business-scroll .itemgroup
    {
        margin-top: 20px;
    }
}
.inner-business-show .relate-business .business-scroll .itemgroup .img-size
{
    padding-bottom: 61.11111111%;
}
.inner-business-show .relate-business .business-scroll .itemgroup .img-size img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-business-show .relate-business .business-scroll .itemgroup h3
{
    font-size: 16px;
    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)
{
    .inner-business-show .relate-business .business-scroll .itemgroup h3
    {
        font-size: 14px;
    }
}
.inner-business-show .relate-business .business-scroll .itemgroup:hover .img-size img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-business-show .relate-business .business-scroll .itemgroup:hover h3
{
    color: #187ab0;
}
.inner-contact .contact
{
    padding-right: 3%;
}
.inner-contact .contact .title-contact h1
{
    font-size: 28px;
}
@media (max-width: 991px)
{
    .inner-contact .contact .title-contact h1
    {
        font-size: 24px;
    }
}
.inner-contact .contact .title-contact h2
{
    font-family: 'ITC Avant Garde Gothic Book';
    font-size: 22px;

    margin: 0;

    color: #999;
}
@media (max-width: 991px)
{
    .inner-contact .contact .title-contact h2
    {
        font-size: 18px;
    }
}
.inner-contact .contact .tel
{
    position: relative;

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

    color: #fff;
    background-color: #187ab0;
}
@media (max-width: 991px)
{
    .inner-contact .contact .tel
    {
        padding-left: 100px;
    }
}
@media (max-width: 767px)
{
    .inner-contact .contact .tel
    {
        padding-left: 80px;
    }
}
.inner-contact .contact .tel .icon
{
    font-size: 100px;
    line-height: 1;

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

    width: 120px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
@media (max-width: 1470px)
{
    .inner-contact .contact .tel .icon
    {
        font-size: 80px;
    }
}
@media (max-width: 991px)
{
    .inner-contact .contact .tel .icon
    {
        font-size: 80px;

        width: 100px;
    }
}
@media (max-width: 767px)
{
    .inner-contact .contact .tel .icon
    {
        font-size: 60px;

        width: 80px;
    }
}
.inner-contact .contact .tel p
{
    font-size: 18px;
    line-height: 24px;

    margin: 0;
}
@media (max-width: 767px)
{
    .inner-contact .contact .tel p
    {
        font-size: 16px;
    }
}
.inner-contact .contact .tel h2
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 46px;
    line-height: 1;

    margin: 10px 0 0 0;
}
@media (max-width: 1470px)
{
    .inner-contact .contact .tel h2
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .inner-contact .contact .tel h2
    {
        font-size: 30px;
    }
}
.inner-contact .contact .text
{
    margin-top: 20px;
}
.inner-contact .contact .text p
{
    font-size: 18px;
    line-height: 2;

    position: relative;

    padding-left: 50px;
}
@media (max-width: 1470px)
{
    .inner-contact .contact .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inner-contact .contact .text p
    {
        font-size: 14px;
    }
}
.inner-contact .contact .text p .icon
{
    font-size: 24px;
    line-height: 30px;

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

    width: 50px;

    text-align: center;

    color: #888;
}
.inner-contact .contact .erweima
{
    display: inline-block;

    margin-top: 20px;

    text-align: center;
}
.inner-contact .contact .erweima img
{
    max-width: 150px;

    border: 1px solid #aeaeae;
}
.inner-contact .contact .erweima p
{
    font-size: 16px;

    margin: 10px 0 0 0;

    color: #999;
}
@media (max-width: 767px)
{
    .inner-contact .contact .erweima p
    {
        font-size: 14px;
    }
}
.inner-contact .map
{
    height: 560px;
}
@media (max-width: 991px)
{
    .inner-contact .map
    {
        height: 320px;
        margin-top: 30px;
    }
}
.inner-message
{
    padding: 0;

    color: #fff;
    background-color: #187ab0;
}
.inner-message .mz
{
    font-size: 0;
}
.inner-message .mz .ml
{
    font-size: 0;
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: middle;
}
.inner-message .pic
{
    overflow: hidden;
}
@media (max-width: 991px)
{
    .inner-message .pic img
    {
        width: 100%;
    }
}
.inner-message .message
{
    padding: 30px 20% 30px 5%;
}
@media (max-width: 1470px)
{
    .inner-message .message
    {
        padding-right: 10%;
    }
}
@media (max-width: 991px)
{
    .inner-message .message
    {
        padding: 30px 15px;
    }
}
.inner-message .message .title-inner
{
    text-align: left;
}
.inner-message .message .title-inner h2,
.inner-message .message .title-inner h3
{
    color: #fff;
}
.inner-message .message .item
{
    position: relative;

    margin-top: 26px;
}
@media (max-width: 991px)
{
    .inner-message .message .item
    {
        margin-top: 16px;
    }
}
.inner-message .message .item input,
.inner-message .message .item textarea
{
    font-size: 16px;
    line-height: 30px;

    width: 100%;
    padding: 10px;

    resize: none;

    border: none;
    border-bottom: 1px solid #fff;
    background: none;
}
@media (max-width: 991px)
{
    .inner-message .message .item input,
    .inner-message .message .item textarea
    {
        font-size: 14px;
    }
}
.inner-message .message .item input::-webkit-input-placeholder,
.inner-message .message .item textarea::-webkit-input-placeholder
{
    color: #fff;
}
.inner-message .message .item input:-o-placeholder,
.inner-message .message .item textarea:-o-placeholder
{
    color: #fff;
}
.inner-message .message .item input::-moz-placeholder,
.inner-message .message .item textarea::-moz-placeholder
{
    color: #fff;
}
.inner-message .message .item input:-ms-input-placeholder,
.inner-message .message .item textarea:-ms-input-placeholder
{
    color: #fff;
}
.inner-message .message .item input:focus::-webkit-input-placeholder,
.inner-message .message .item textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.inner-message .message .item input:focus::-o-placeholder,
.inner-message .message .item textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.inner-message .message .item input:focus::-moz-placeholder,
.inner-message .message .item textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.inner-message .message .item input:focus::-ms-input-placeholder,
.inner-message .message .item textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.inner-message .message .item-send
{
    margin-top: 40px;
    padding: 0;

    text-align: center;
}
@media (max-width: 991px)
{
    .inner-message .message .item-send
    {
        margin-top: 20px;
    }
}
.inner-message .message .item-send:before
{
    display: none;
}
.inner-message .message .item-send .reset,
.inner-message .message .item-send .submit
{
    font-size: 20px;
    line-height: 60px;

    padding: 0 50px;

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

    color: #187ab0;
    border-radius: 30px;
    outline: none;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .inner-message .message .item-send .reset,
    .inner-message .message .item-send .submit
    {
        font-size: 14px;
        line-height: 34px;

        padding: 0 30px;
    }
}
.inner-message .message .item-send .reset:hover,
.inner-message .message .item-send .submit:hover
{
    color: #fff;
    background-color: #0888cf;
}
.inner-message .message .item-send .reset
{
    margin-right: 20px;

    background-color: #135494;
}
.inner-cooperation .title-inner h2
{
    color: #333;
}
.inner-cooperation .strategic ul
{
    font-size: 0;

    margin: 0 -10px;
}
@media (max-width: 767px)
{
    .inner-cooperation .strategic ul
    {
        margin: 0 -5px;
		display:flex;
		flex-wrap:wrap;
    }
}
.inner-cooperation .strategic ul li
{
    font-size: 14px;

    display: inline-block;

    width: 20%;
    padding: 0 10px;

    -webkit-transition: all .5s;
            transition: all .5s;
}
@media (max-width: 1199px)
{
    .inner-cooperation .strategic ul li
    {
        width: 33.33333333%;
    }
}
@media (max-width: 767px)
{
    .inner-cooperation .strategic ul li
    {
        padding: 0 5px;
    }
}
.inner-cooperation .strategic ul li:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.inner-cooperation .strategic .item-group
{
    display: block;

    text-align: center;
}
.inner-cooperation .strategic .item-group .img-size
{
    overflow: hidden;

    margin-top: 40px;
    padding-bottom: 45.45454545%;

    border: 1px solid #e6e6e6;
    border-radius: 10px;
}
@media (max-width: 991px)
{
    .inner-cooperation .strategic .item-group .img-size
    {
        margin-top: 20px;
    }
}
.inner-cooperation .strategic .item-group p
{
    font-size: 16px;
    line-height: 24px;

    margin: 14px 0 0 0;
}
@media (max-width: 767px)
{
    .inner-cooperation .strategic .item-group p
    {
        font-size: 14px;
        margin-top: 6px;
    }
}
.inner-cooperation .agency
{
    padding-top: 80px;
}
@media (max-width: 1199px)
{
    .inner-cooperation .agency
    {
        padding-top: 40px;
    }
}
.inner-cooperation .agency .agency-scroll
{
    margin: 0 -10px;
    margin-top: 50px;
    padding-bottom: 80px;
}
@media (max-width: 991px)
{
    .inner-cooperation .agency .agency-scroll
    {
        margin-top: 30px;
        padding-bottom: 60px;
    }
}
.inner-cooperation .agency .agency-scroll .slick-arrow
{
    font-size: 40px;

    top: auto;
    bottom: 0;
    left: -webkit-calc(50% - 60px);
    left:         calc(50% - 60px);

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

    color: #c4c4c4;
    border-radius: 0;
    background: none;
}
@media (max-width: 767px)
{
    .inner-cooperation .agency .agency-scroll .slick-arrow
    {
        font-size: 30px;
    }
}
.inner-cooperation .agency .agency-scroll .slick-arrow:before
{
    content: '\e9b3';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.inner-cooperation .agency .agency-scroll .slick-arrow.slick-next
{
    right: -webkit-calc(50% - 60px);
    right:         calc(50% - 60px);
    left: auto;
}
.inner-cooperation .agency .agency-scroll .slick-arrow.slick-next:before
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.inner-cooperation .agency .agency-scroll .slick-arrow:hover
{
    color: #187ab0;
}
.inner-cooperation .agency .agency-scroll .slick-slide
{
    padding: 0 10px;
}
.inner-cooperation .agency .agency-scroll .item-group
{
    padding: 40px 30px;

    border: 1px solid #e5e5e5;
}
@media (max-width: 991px)
{
    .inner-cooperation .agency .agency-scroll .item-group
    {
        padding: 30px 14px;
    }
}
.inner-cooperation .agency .agency-scroll .item-group .title-agency h3
{
    font-size: 24px;
    line-height: 50px;

    display: inline-block;

    min-width: 170px;
    margin: 0;
    padding: 0 10px;

    text-align: center;

    color: #fff;
    border-radius: 5px;
    background-color: #187ab0;
}
@media (max-width: 991px)
{
    .inner-cooperation .agency .agency-scroll .item-group .title-agency h3
    {
        font-size: 20px;
        line-height: 40px;
    }
}
@media (max-width: 767px)
{
    .inner-cooperation .agency .agency-scroll .item-group .title-agency h3
    {
        font-size: 18px;
    }
}
.inner-cooperation .agency .agency-scroll .item-group .desc
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .inner-cooperation .agency .agency-scroll .item-group .desc
    {
        margin-top: 20px;
    }
}
.inner-cooperation .agency .agency-scroll .item-group .desc p
{
    font-size: 16px;
    line-height: 2.25;

    position: relative;

    padding-left: 24px;
}
@media (max-width: 1199px)
{
    .inner-cooperation .agency .agency-scroll .item-group .desc p
    {
        font-size: 14px;
        line-height: 26px;
    }
}
.inner-cooperation .agency .agency-scroll .item-group .desc p:before
{
    position: absolute;
    top: 10px;
    left: 0;

    display: block;

    width: 12px;
    height: 14px;

    content: '';

    background: url(/html/web/bocweb/assets/images/aicon.png) no-repeat center;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .inner-cooperation .agency .agency-scroll .item-group .desc p:before
    {
        top: 6px;
    }
}
.inner-cooperation .agency .agency-scroll .item-group .more
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .inner-cooperation .agency .agency-scroll .item-group .more
    {
        margin-top: 14px;
    }
}
.inner-cooperation .agency .agency-scroll .item-group .more a
{
    font-size: 18px;
    line-height: 30px;

    display: block;
    display: inline-block;

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

    color: #187ab0;
    border-bottom: 1px solid #187ab0;
}
@media (max-width: 991px)
{
    .inner-cooperation .agency .agency-scroll .item-group .more a
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inner-cooperation .agency .agency-scroll .item-group .more a
    {
        font-size: 14px;
    }
}
.inner-cooperation .agency .agency-scroll .item-group .more a:hover
{
    color: #fff;
    background-color: #187ab0;
}
.inner-recruit
{
    position: relative;
    z-index: 11;
}
.inner-recruit .title-inner
{
    text-align: left;
}
.inner-recruit .title-inner h2
{
    color: #333;
}
@media (max-width: 991px)
{
    .inner-recruit .recruit-top .txt
    {
        margin-top: 30px;
    }
}
.inner-recruit .recruit-top .txt a
{
    font-size: 20px;
    font-weight: bold;

    color: #187ab0;
}
.inner-recruit .recruit-top .txt a:hover
{
    text-decoration: underline;
}
.inner-recruit .recruit
{
    padding-top: 50px;
}
@media (max-width: 991px)
{
    .inner-recruit .recruit
    {
        padding-top: 30px;
    }
}
.inner-recruit .recruit .title-recruit
{
    text-align: center;
}
.inner-recruit .recruit .title-recruit b
{
    font-size: 24px;
    line-height: 1;

    display: block;
}
@media (max-width: 991px)
{
    .inner-recruit .recruit .title-recruit b
    {
        font-size: 24px;
    }
}
.inner-recruit .recruit .title-recruit p
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 36px;
    line-height: 1;

    margin: 10px 0 0 0;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .inner-recruit .recruit .title-recruit p
    {
        font-size: 26px;
    }
}
.inner-recruit .recruit .title-recruit p span
{
    font-weight: bold;
}
.inner-recruit .list
{
    overflow-x: auto;
}
.inner-recruit .list > ul
{
    overflow: hidden;
}
.inner-recruit .list > ul > li
{
    margin-top: 30px;

    background-color: #f9f9f9;
}
.inner-recruit .list > ul > li .tlist
{
    font-size: 0;

    overflow: hidden;

    width: 100%;
}
.inner-recruit .list > ul > li .tlist .titem-left,
.inner-recruit .list > ul > li .tlist .titem-middle,
.inner-recruit .list > ul > li .tlist .titem-right
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.inner-recruit .list > ul > li .tlist .titem-left
{
    width: 15%;

    text-align: center;

    border-right: 1px solid #c8c8c8;
}
.inner-recruit .list > ul > li .tlist .titem-left b
{
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;

    display: block;

    padding: 10px;
}
@media (max-width: 1199px)
{
    .inner-recruit .list > ul > li .tlist .titem-left b
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .inner-recruit .list > ul > li .tlist .titem-left b
    {
        font-size: 16px;
    }
}
.inner-recruit .list > ul > li .tlist .titem-middle
{
    width: -webkit-calc(85% - 70px);
    width:         calc(85% - 70px);
    padding: 10px 3%;
}
@media (max-width: 1470px)
{
    .inner-recruit .list > ul > li .tlist .titem-middle
    {
        padding: 10px;
    }
}
@media (max-width: 991px)
{
    .inner-recruit .list > ul > li .tlist .titem-middle
    {
        width: -webkit-calc(85% - 30px);
        width:         calc(85% - 30px);
    }
}
.inner-recruit .list > ul > li .tlist .titem-middle p
{
    font-size: 18px;
    line-height: 2;

    color: #666;
}
@media (max-width: 1470px)
{
    .inner-recruit .list > ul > li .tlist .titem-middle p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inner-recruit .list > ul > li .tlist .titem-middle p
    {
        font-size: 14px;

        margin: 0;
    }
}
.inner-recruit .list > ul > li .tlist .titem-middle p span
{
    display: inline-block;

    min-width: 32%;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .inner-recruit .list > ul > li .tlist .titem-middle p span
    {
        display: block;

        margin-right: 0;
    }
}
.inner-recruit .list > ul > li .tlist .titem-right
{
    width: 70px;

    text-align: center;
}
@media (max-width: 991px)
{
    .inner-recruit .list > ul > li .tlist .titem-right
    {
        width: 30px;
    }
}
.inner-recruit .list > ul > li .tlist .titem-right a.more
{
    font-size: 30px;
    line-height: 90px;

    display: inline-block;

    width: 70px;
    height: 90px;

    color: #fff;
    background-color: #187ab0;
}
@media (max-width: 991px)
{
    .inner-recruit .list > ul > li .tlist .titem-right a.more
    {
        line-height: 60px;

        width: 30px;
        height: 60px;
    }
}
.inner-recruit .list > ul > li .tlist .titem-right a.more:before
{
    display: inline-block;

    content: '+';
}
.inner-recruit .list > ul > li.current .titem-right a.more
{
    color: #333;
    background-color: #dcdcdc;
}
.inner-recruit .list > ul > li.current .titem-right a.more:before
{
    content: '-';
}
.inner-recruit .list > ul > li .note
{
    display: none;

    padding: 30px;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .inner-recruit .list > ul > li .note
    {
        padding: 30px 0;
    }
}
.inner-recruit .list > ul > li .note h3
{
    font-size: 22px;
    line-height: 1.63636364;

    margin: 0 0 10px 0;
}
@media (max-width: 991px)
{
    .inner-recruit .list > ul > li .note h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .inner-recruit .list > ul > li .note h3
    {
        font-size: 16px;
    }
}
.inner-recruit .list > ul > li .note p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;
}
@media (max-width: 991px)
{
    .inner-recruit .list > ul > li .note p
    {
        font-size: 15px;
    }
}
@media (max-width: 767px)
{
    .inner-recruit .list > ul > li .note p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-recruit .list > ul > li .note a.apply
{
    font-size: 18px;
    line-height: 48px;

    display: inline-block;

    height: 48px;
    margin-top: 40px;
    padding: 0 44px;

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

    color: #fff;
    background-color: #187ab0;
}
@media (max-width: 991px)
{
    .inner-recruit .list > ul > li .note a.apply
    {
        font-size: 16px;
    }
}
.inner-recruit .list > ul > li .note a.apply:hover
{
    background-color: #0888cf;
}
.recruit-message
{
    position: fixed;
    z-index: 13;
    top: 0;
    left: 0;

    display: none;
    overflow: hidden;

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

    background: rgba(0, 0, 0, .7);
}
@media (max-width: 991px)
{
    .recruit-message
    {
        padding: 20px 20px 50px;
    }
}
.recruit-message .messageinfo
{
    position: relative;

    overflow: hidden;
    overflow-y: auto;

    max-width: 1400px;
    max-height: 100%;
    margin: 0 auto;
    margin-top: 1%;
    padding: 0 10% 30px 10%;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .recruit-message .messageinfo
    {
        max-height: 100%;
        margin-top: 15%;
        padding: 0 15px 15px 15px;
    }
}
@media (max-width: 767px)
{
    .recruit-message .messageinfo
    {
        margin-top: 1%;
    }
}
.recruit-message form
{
    overflow: hidden;
}
.recruit-message .col-xs-12
{
    margin-top: 6px;
}
.recruit-message form
{
    margin-top: 30px;
}
.recruit-message .title-message
{
    padding: 20px 0;

    border-bottom: 1px solid #ddd;
}
@media (max-width: 991px)
{
    .recruit-message .title-message
    {
        padding: 10px 0;
    }
}
.recruit-message .title-message h3
{
    font-size: 20px;
    line-height: 2;

    display: block;

    margin: 0;

    text-align: center;
}
@media (max-width: 991px)
{
    .recruit-message .title-message h3
    {
        font-size: 18px;
    }
}
.recruit-message .title-message .m-close
{
    position: absolute;
    top: 0;
    right: 0;

    float: right;

    width: 42px;
    height: 42px;

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

    color: #666;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .recruit-message .title-message .m-close
    {
        top: 0;
        right: 0;
    }
}
.recruit-message .title-message .m-close:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 42px;

    display: block;

    content: '\e628';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.recruit-message .title-message .m-close:hover
{
    color: #fff;
    background-color: #187ab0;
}
.recruit-message .item
{
    position: relative;

    overflow: hidden;

    min-height: 50px;
    padding-left: 120px;
}
@media (max-width: 991px)
{
    .recruit-message .item
    {
        min-height: 40px;
        padding-left: 90px;
    }
}
.recruit-message .item-1{
	padding-left: 0;
	text-align: center;
}
.recruit-message p
{
    font-size: 16px;
    line-height: 48px;

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

    width: 110px;
    margin: 0;

    text-align: right;
}
@media (max-width: 991px)
{
    .recruit-message p
    {
        font-size: 14px;
        line-height: 40px;

        width: 70px;
    }
}
.recruit-message input,
.recruit-message textarea,
.recruit-message select
{
    font-size: 14px;
    line-height: 28px;

    width: 100%;
    max-width: 250px;
    min-height: 38px;
    padding: 5px 10px;

    border: 1px solid #dcdcdc;
    border-radius: 6px;
    outline: none;
    background: #fff;
}
.recruit-message .radio
{
    font-size: 18px;
    line-height: 30px;

    display: inline-block;

    margin-top: 10px;

    cursor: pointer;
    vertical-align: middle;
}
@media (max-width: 767px)
{
    .recruit-message .radio
    {
        font-size: 15px;
    }
}
.recruit-message .radio input[type='radio']
{
    position: absolute;

    opacity: 0;
}
.recruit-message .radio input[type='radio'] + .radio-label:before
{
    position: relative;
    top: 6px;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin-right: 1em;

    content: '';
    cursor: pointer;
    -webkit-transition: all 250ms ease;
            transition: all 250ms ease;
    text-align: center;
    vertical-align: top;

    border: 1px solid #b4b4b4;
    border-radius: 100%;
    background: #f4f4f4;
}
.recruit-message .radio input[type='radio']:checked + .radio-label:before
{
    background-color: #187ab0;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
.recruit-message .radio input[type='radio']:focus + .radio-label:before
{
    border-color: #187ab0;
    outline: none;
}
.recruit-message .radio input[type='radio'] + .radio-label:empty:before
{
    margin-right: 0;
}
.recruit-messagee .item-1
{
    padding-left: 0;

    text-align: center;
}
.recruit-message .btn
{
    font-size: 18px;
    line-height: 40px;

    display: inline-block;

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

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

    color: #fff;
    border-radius: 6px;
    outline: none;
    background-color: #187ab0;
}
@media (max-width: 1560px)
{
    .recruit-message .btn
    {
        font-size: 16px;
    }
}
.recruit-message .btn.cancel
{
    margin-right: 100px;

    color: #333;
    background-color: #cecece;
}
@media (max-width: 991px)
{
    .recruit-message .btn.cancel
    {
        margin-right: 20px;
    }
}
.recruit-message .btn:hover
{
    color: #fff;
    background-color: #0888cf;
}
.maskbg
{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, .7);
}
.page
{
    padding-top: 70px;

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

    display: inline-block;

    margin: 0 10px;
    padding: 0 4px;

    color: #999;
}
@media (max-width: 991px)
{
    .page a
    {
        font-size: 14px;

        padding: 0 4px;
    }
}
.page a:hover,
.page a.active
{
    color: #135494;
    border-bottom: 1px solid #135494;
}
.lazy
{
    background-repeat: no-repeat;
    background-position: center;
}
.fancybox-slide--iframe .fancybox-content
{
    width: 100%;
    max-width: 80%;
    height: 100% !important;
    max-height: 80% !important;
    margin: 0;
}
a
{
    color: inherit;
}
a:hover
{
    text-decoration: none;

    color: inherit;
}

@media (max-width:650px) {
	.home-factory .factory .itemgroup .img-size {
		height:470px;
	}
	.home-factory .factory .factory-text .itemgroup {
		width:50%;
	}
	.home-factory .factory .factory-text {
		margin-top:44.2%;
		width:100%;
	}
	.img-size img {
		height:auto;
	}
}
@media (max-width:500px) {
	.home-factory .factory .itemgroup .img-size {
		height:410px;
	}
}
@media (max-width:400px) {
	.home-factory .factory .itemgroup .img-size {
		height:360px;
	}
}

/* 科研实力-体系介绍修改 */
.inner-system .inner-sort ul li {
	width:238px;
	padding:0;
}
.inner-system .inner-sort ul li a {
	font-size:16px;
	padding: 0 15px;
}
@media (min-width:768px) and (max-width:991px) {
	.inner-system .inner-sort ul li {
		width:33%;
		padding:0;
	}
}

/* system */
.system-bottom img {
	width:100%;
}
@media (max-width:767px) {
	.system-bottom {
		overflow-x:auto;
	}
	.system-bottom img {
		width:200%;
	}
}





/* 媒体中心 */
.media-center {
	display:flex;
	flex-wrap: wrap;
	position: relative;
	padding:0 calc(100vw / 1920 * 225);
	padding-top:calc(100vw / 1920 * 55);
	width:100%;
	background-color: #fff;
}
.media-center > a {
	width:33.33333333%
}
.media-center .list {
	width:100%;
	padding:0 calc(100vw / 1920 * 25);
	padding-bottom: calc(100vw / 1920 * 45);
}
.media-center .list > div {
	position:relative;
	font-size:0;
	overflow:hidden;
	max-height:262px;
}
.media-center .list > div > img {
	width:100%;
	-webkit-transition:all .5s;
	transition:all .5s;
}
.media-center .list > img {
	width:100%;
}
.media-center .list .content {
	display:flex;
	justify-content: center;
	align-items:center;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.6);
}
.media-center .list .content > img {
	max-width:100%;
}
.media-center .list > p {
	font-size:16px;
	color:#333;
	text-align:center;
	padding-top:15px;
}
.media-center .list:hover > div > img {
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
@media (max-width:768px) {
	.media-center > a { width:100%; }
}



/* 自定义分页器样式 */
.banner-bullet {
	display:inline-block;
	margin:0 4px;
	width:8px;
	height:8px;
	border-radius:50%;
	background-color:#fff;
	opacity:1;
}
.banner-bullet-active {
	background-color:#187ab0;
	opacity:1;
}

@media (max-width:768px) {
	.banner .text h4 { top:0!important; }
	.banner .text .index-banner-one h3 {  }
	.banner .text .index-banner-one p:nth-child(3) { display:none; }
	.banner .text .index-banner-one p:nth-child(4) { padding-top:0!important;right:28%!important; }
	.banner .text .index-banner-one p:nth-child(4) a { margin-top:0!important; }
}


.slick-slide {
height:auto!important;
}
.swiper-wrapper {
height:auto!important;
}