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

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

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

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

    src: url('../fonts/hinted-AgencyFB-Reg.eot');
    src: local('Agency FB'), local('AgencyFB-Reg'), url('../fonts/hinted-AgencyFB-Reg.eot?#iefix') format('embedded-opentype'), url('../fonts/hinted-AgencyFB-Reg.woff2') format('woff2'), url('../fonts/hinted-AgencyFB-Reg.woff') format('woff'), url('../fonts/hinted-AgencyFB-Reg.ttf') format('truetype'), url('../fonts/hinted-AgencyFB-Reg.svg#AgencyFB-Reg') format('svg');
}
html,
body
{
    position: relative;

    height: 100%;
}
body
{
    font-family: 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', Arial, 'Helvetica', 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;

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

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.fixed
{
    overflow: hidden;
}
.body-index
{
    overflow: hidden;

    height: 100%;

    background: url(../images/index_bg.jpg) no-repeat center;
    background-size: cover;
}
.container
{
    width: 100%;
}
@media (min-width: 1350px)
{
    .container
    {
        width: 1320px;
    }
}
@media (min-width: 1470px)
{
    .container
    {
        width: 1440px;
    }
}
@media (min-width: 1660px)
{
    .container
    {
        width: 1630px;
    }
}
@media (max-width: 767px)
{
    .col-xs-6:nth-child(2n+1)
    {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n)
    {
        padding-left: 7.5px;
    }
}
li,
ol,
ul
{
    list-style: none;
}
a
{
    color: inherit;
}
a:hover,
a:link,
a:visited
{
    text-decoration: none;

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

    -webkit-appearance: none;
}
ul
{
    margin: 0;
    padding: 0;
}
button,
input,
textarea
{
    resize: none;

    border: none;
    outline: none;
}
a
{
    text-decoration: none;

    color: inherit;
}
a:hover
{
    text-decoration: none;

    color: inherit;
}
a:visited,
a:link
{
    text-decoration: none;

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

    display: block;
    overflow: hidden;

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

    display: block;

    width: 100%;
    height: 100%;
}
.img-box img[src=''],
.img-box img:not([src])
{
    opacity: 0;
    border: 0;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus
{
    outline: none !important;
}
.slick-slide a
{
    outline: none !important;
}
.header-index
{
    padding: 2% 5% 0 5%;
}
@media (max-width: 1199px)
{
    .header-index
    {
        padding: 15px;
    }
}
.header-index .logo
{
    display: inline-block;

    width: auto;
    height: 70px;
}
@media (max-width: 1199px)
{
    .header-index .logo
    {
        height: 60px;
    }
}
.header-index .logo a
{
    display: block;

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

    vertical-align: middle;
}
.header-index .logo img
{
    height: 100%;
}
.header-index .logo p
{
    margin: 0;
    padding-left: 20px;

    color: #fff;
}
@media (max-width: 767px)
{
    .header-index .logo p
    {
        padding-left: 10px;
    }
}
.header-index .logo p span
{
    font-size: 24px;
    line-height: 35px;

    display: block;
}
@media (max-width: 1199px)
{
    .header-index .logo p span
    {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 767px)
{
    .header-index .logo p span
    {
        font-size: 16px;
    }
}
.header-index .tel
{
    position: relative;

    display: inline-block;

    margin-left: 70px;
    padding-left: 140px;

    vertical-align: middle;

    color: #fff;
}
@media (max-width: 1199px)
{
    .header-index .tel
    {
        margin-left: 40px;
        padding-left: 110px;
    }
}
@media (max-width: 767px)
{
    .header-index .tel
    {
        display: none;
    }
}
.header-index .tel:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: inline-block;

    width: 1px;
    height: 52px;

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

    background: url(../images/line-1.png) no-repeat center;
}
.header-index .tel:after
{
    font-family: 'iconfont' !important;
    font-size: 60px;

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

    content: '\e6c1';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 1199px)
{
    .header-index .tel:after
    {
        font-size: 50px;

        left: 40px;
    }
}
.header-index .tel .tel-text
{
    display: inline-block;

    vertical-align: middle;
}
.header-index .tel p
{
    font-size: 20px;
    line-height: 24px;

    margin: 0;
}
.header-index .tel b
{
    font-family: 'Barlow Condensed';
    font-size: 40px;
    line-height: 1.1;

    display: block;
}
@media (max-width: 1199px)
{
    .header-index .tel b
    {
        font-size: 30px;
    }
}
.header
{
    font-size: 0;

    position: fixed;
    z-index: 10;
    top: 30px;

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

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;
}
@media (max-width: 1470px)
{
    .header
    {
        top: 20px;

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

        height: 70px;

        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
}
.header .header-content
{
    padding: 0 30px;

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .header .header-content
    {
        padding: 0;
    }
}
.header .logo
{
    position: relative;

    float: left;

    height: 70px;
    margin-top: 15px;

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

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

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

    display: none;
    float: right;

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

    cursor: pointer;

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

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

        display: block;

        margin-top: 10px;

        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line
    {
        background-color: #fff !important;
    }
}
@media (max-width: 767px)
{
    .header .nav-collapse
    {
        position: absolute;
        top: 15px;
        right: 0;

        margin-top: 0;

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

    width: 20px;
    height: 2px;

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

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

    display: block;

    width: 20px;
    height: 2px;

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

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

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

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

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

        display: inline-block;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

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

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

        background: #fafafa;
        background-color: rgba(51, 51, 51, .9);
    }
    .header .nav .tbl
    {
        display: table;

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

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        width: 100%;
        padding: 30px;
    }
}
.header .nav.left-100
{
    left: -100%;
}
.header .nav.left-200
{
    left: -200%;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1 li a
    {
        white-space: nowrap;
    }
    .header .nav .nav-list1 > li
    {
        float: left;

        padding: 0 10px;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;
        line-height: 100px;

        position: relative;

        display: inline-block;

        padding: 0 10px;

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

        color: inherit;
    }
    .header .nav .nav-list1 > li > a:after
    {
        position: absolute;
        bottom: 0;
        left: 0;

        display: block;

        width: 0;
        height: 5px;

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

        background-color: #077fbc;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #077fbc;
    }
    .header .nav .nav-list1 > li:hover > a:after,
    .header .nav .nav-list1 > li.active > a:after
    {
        width: 100%;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;

        display: none;

        min-width: 124px;
        height: auto !important;
        margin-left: -20px;
        padding: 20px 0;

        background-color: rgba(255, 255, 255, .95);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2 li
    {
        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 li > a
    {
        font-size: 14px;
        line-height: 30px;

        position: relative;
        z-index: 1;

        display: block;

        padding: 0 28px;

        -webkit-transition: -webkit-transform .6s ease;
                transition: -webkit-transform .6s ease;
                transition:         transform .6s ease;
                transition:         transform .6s ease, -webkit-transform .6s ease;

        color: #333;
    }
    .header .nav .nav-list1 .nav-list2 li > a:hover
    {
        text-decoration: underline;

        color: #077fbc;
    }
    .header .nav .nav-list1 .nav-list2 li .pic
    {
        max-width: 260px;
        margin-left: 40px;
    }
    .header .nav .nav-list1 .nav-list2 li .pic img
    {
        max-width: 100%;
    }
    .header .nav .nav-list1 .nav-list2 li .pic .img-box
    {
        padding-bottom: 69.23076923%;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2
    {
        right: 0;
        left: 0;

        overflow: hidden;

        width: 100%;
        max-width: 1290px;
        margin: auto;
        padding-bottom: 20px;

        border-bottom: 40px solid #fff;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2 > li
    {
        width: 14.28571429%;
        margin-right: -4px;
        margin-bottom: -999px;
        padding-bottom: 999px;

        border-left: 1px solid #e7e7e7;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2 > li .pic
    {
        max-width: 130px;
        margin-left: 0;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2 > li h4
    {
        font-size: 13px;
        font-weight: bold;

        margin-top: 24px;
    }
    .header .nav .nav-list1 .nav-list3
    {
        position: absolute;
        left: 100%;

        display: none;

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

        background-color: rgba(255, 255, 255, .95);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list3 li > a
    {
        font-size: 12px;
        line-height: 2;
    }
}
@media (min-width: 1200px) and (max-width: 1350px)
{
    .header .nav .nav-list1 > li
    {
        padding: 0 4px;
    }
}
@media (min-width: 1200px) and (max-width: 1199px)
{
    .header .nav .nav-list1 .nav-list2 li .pic
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        margin: 20px 0;

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

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

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

        margin-top: 5px;

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

        display: block;
        overflow: hidden;

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

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

        color: #fff;
        background: #fafafa;
        background-color: rgba(51, 51, 51, .9);
    }
}
.header .nav-2 .nav-top,
.header .nav-3 .nav-top
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before
{
    font-family: 'iconfont';
    font-size: 26px;

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

    margin: 0;

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

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

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

    margin: 25px 0;

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

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

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

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

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

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

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

        margin-top: -14px;

        content: '\e72f';

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

        display: block;

        text-transform: uppercase;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
@media (max-width: 1199px) and (max-height: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
.header .fade-out ul.nav2-list2 h4
{
    font-size: 20px;
    line-height: 50px;
}
.header .xs-language
{
    position: absolute;
    z-index: 9;
    bottom: 30px;
    left: 35px;
}
@media (min-width: 1200px)
{
    .header .xs-language
    {
        display: none;
    }
}
.header .xs-language a
{
    font-size: 16px;

    color: #fff;
}
.header .xs-language span
{
    margin: 0 5px;

    color: #fff;
}
.header .search-box
{
    position: fixed;
    z-index: 888;
    top: 100%;
    left: 0;

    display: none;
    overflow: hidden;

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

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

    overflow: hidden;
    zoom: 1;

    width: 240px;

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

    height: 0;

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

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

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

    float: right;

    width: 50px;

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

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

    content: '\e660';

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

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

        display: inline-block;

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

    width: 100%;

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

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

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

    display: inline-block;
    display: none;

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

    content: '\e660';

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

    width: 90%;
    max-width: 800px;
    margin: auto;

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

    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
}
.header .search-lg .search p
{
    margin-bottom: 50px;

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

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

    width: 80%;
    height: 60px;
    padding: 0 10px;
    padding-bottom: 30px;

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

    color: #fff;
}
.header .search-lg input::-webkit-input-placeholder,
.header .search-lg textarea::-webkit-input-placeholder
{
    color: #fff;
}
.header .search-lg input:-o-placeholder,
.header .search-lg textarea:-o-placeholder
{
    color: #fff;
}
.header .search-lg input::-moz-placeholder,
.header .search-lg textarea::-moz-placeholder
{
    color: #fff;
}
.header .search-lg input:-ms-input-placeholder,
.header .search-lg textarea:-ms-input-placeholder
{
    color: #fff;
}
.header .search-lg input:focus::-webkit-input-placeholder,
.header .search-lg textarea:focus::-webkit-input-placeholder
{
    color: #fff;
}
.header .search-lg input:focus::-o-placeholder,
.header .search-lg textarea:focus::-o-placeholder
{
    color: #fff;
}
.header .search-lg input:focus::-moz-placeholder,
.header .search-lg textarea:focus::-moz-placeholder
{
    color: #fff;
}
.header .search-lg input:focus::-ms-input-placeholder,
.header .search-lg textarea:focus::-ms-input-placeholder
{
    color: #fff;
}
.header .search-lg .close-btn
{
    position: fixed;
    top: 34px;
    right: 18%;

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

    content: '\2716';

    color: #fff;
}
.header .right
{
    float: right;
}
@media (max-width: 1199px)
{
    .header .right
    {
        margin-left: 0;
    }
}
.header .right .share
{
    font-size: 0;

    display: inline-block;
    float: right;
}
.header .right .share a
{
    font-size: 26px;
    line-height: 100px;

    display: inline-block;

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

    color: #077fbc;
    outline: none;
}
@media (max-width: 1199px)
{
    .header .right .share a
    {
        line-height: 70px;
    }
}
@media (max-width: 991px)
{
    .header .right .share a
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .header .right .share a
    {
        font-size: 20px;
    }
}
.header .right .share a:after
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    float: right;

    margin: 0 20px;

    content: '\e6a2';

    color: #999;
}
@media (max-width: 767px)
{
    .header .right .share a:after
    {
        margin: 0 10px;
    }
}
.header .right .share a:before
{
    font-family: 'iconfont' !important;

    content: '\e72e';
}
.header .right .share a.wechat:before
{
    content: '\e604';
}
.header .right .share a:hover
{
    color: #05496c;
}
.header .find
{
    line-height: 100px;

    float: right;

    height: 100px;

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

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

        height: 70px;

        background: none;
    }
}
@media (max-width: 767px)
{
    .header .find
    {
        width: auto;
        margin-right: 40px;
    }
}
.header .find::before
{
    font-family: 'iconfont';
    font-size: 26px;

    content: '\e635';
}
@media (max-width: 767px)
{
    .header .find::before
    {
        font-size: 20px;
    }
}
.header .find:hover
{
    color: #05496c;
}
.header.fixed-header
{
    top: 0;

    height: 70px;
}
.header.fixed-header .header-content
{
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
@media (min-width: 1200px)
{
    .header.fixed-header
    {
        height: 70px;
    }
    .header.fixed-header .logo
    {
        overflow: hidden;

        height: 68px;
        margin: 0;
    }
    .header.fixed-header .nav .nav-list1 > li > a
    {
        line-height: 68px;
    }
    .header.fixed-header .find
    {
        line-height: 70px;

        height: 70px;
    }
    .header.fixed-header .language a
    {
        line-height: 70px;
    }
    .header.fixed-header .share a
    {
        line-height: 70px;
    }
}
.header-in
{
    top: 0;

    background-color: #fff;
}
.header-in.fixed-header
{
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.header-in.fixed-header .header-content
{
    box-shadow: none;
}
.online-wrap .btn
{
    line-height: 36px;

    position: fixed;
    z-index: 8;
    bottom: 55px;
    left: 5px;

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

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

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

    display: inline-block;

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

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

    display: none;

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

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

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

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

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

    position: relative;

    display: block;

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

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

    border-radius: 6px;
    background-color: #077fbc;
}
.online-wrap .online a:before
{
    font-size: 30px;

    color: #fff;
}
@media (min-width: 992px)
{
    .online-wrap .online a:hover
    {
        background-color: rgba(215, 1, 13, .7);
    }
}
@media (max-width: 767px)
{
    .online-wrap .online a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before
    {
        font-size: 20px;
    }
}
@media (min-width: 992px)
{
    .online-wrap .online .icon-phone:hover .phone-num
    {
        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: #05496c;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 100%;

    display: none;

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

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

    margin: 5px 0 8px 0;

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

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

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

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

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

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

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

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

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

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

    position: relative;

    overflow: hidden;

    width: 100%;
}
@media (max-width: 1199px)
{
    .banner
    {
        padding-top: 70px;
    }
}
.banner .item
{
    position: relative;
}
.banner .slickbanner
{
    overflow: hidden;
}
.banner .slick-dots
{
    font-size: 0;

    position: absolute;
    right: 10%;
    bottom: 40px;

    overflow: hidden;

    width: 50px;
    height: 40px;
}
@media (max-width: 767px)
{
    .banner .slick-dots
    {
        right: -webkit-calc(10% + 50px);
        right:         calc(10% + 50px);
        bottom: 0;
    }
}
.banner .slick-dots li
{
    font-family: 'Barlow Condensed';
    font-size: 32px;
    font-size: 0;
    font-weight: normal;

    display: block;
    display: none;

    width: 50px;
    height: 40px;

    text-align: center;

    color: #fff;
}
.banner .slick-dots li.slick-active
{
    display: block;
}
.banner .slick-dots li button
{
    font-size: 32px;
    font-weight: normal;
    line-height: 40px;

    width: 50px;
    padding: 0 10px;

    background-color: rgba(7, 127, 188, .7);
}
@media (max-width: 767px)
{
    .banner .slick-dots li button
    {
        font-size: 22px;
    }
}
.banner .slick-dots li button:before
{
    content: '0';
}
.banner .num
{
    position: absolute;
    right: -webkit-calc(10% - 50px);
    right:         calc(10% - 50px);
    bottom: 40px;

    width: 50px;
    height: 40px;

    text-align: center;
}
@media (max-width: 767px)
{
    .banner .num
    {
        bottom: 0;
    }
}
@media (max-width: 767px)
{
    .banner .num
    {
        right: -webkit-calc(10% - 0px);
        right:         calc(10% - 0px);
    }
}
.banner .num:before
{
    font-size: 18px;
    line-height: 40px;

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

    content: '/';

    color: #fff;
}
.banner .num .now-num
{
    font-family: 'Barlow Condensed';
    font-size: 20px;
    line-height: 40px;

    padding: 0 10px;

    color: #fff;
    background-color: rgba(7, 127, 188, .7);
}
.banner .num .now-num:before
{
    content: '0';
}
.banner .slick-arrow
{
    line-height: 40px;

    position: absolute;
    z-index: 9;
    z-index: 8;
    right: -webkit-calc(10% + 50px);
    right:         calc(10% + 50px);
    bottom: 40px;

    overflow: hidden;

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

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

    color: #fff;
    border: none;
    outline: none;
    background: none;
    background-color: rgba(7, 127, 188, .7);
}
@media (max-width: 767px)
{
    .banner .slick-arrow
    {
        right: -webkit-calc(10% + 100px);
        right:         calc(10% + 100px);
        bottom: 0;
    }
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

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

    content: '\e827';
}
.banner .slick-arrow:hover
{
    color: #fff;
    background-color: rgba(7, 127, 188, .8);
}
.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%);
}
.banner .text-1
{
    width: 100%;

    text-align: right;
}
.banner .text-1 .note
{
    display: inline-block;

    max-width: 680px;

    text-align: left;
}
@media (max-width: 1199px)
{
    .banner .text-1 .note
    {
        max-width: 60%;
    }
}
@media (max-width: 767px)
{
    .banner .text-1 .note
    {
        max-width: 100%;
    }
}
.banner .text-1 .note h3
{
    font-size: 50px;
    line-height: 50px;

    position: relative;

    display: inline-block;

    padding: 10px;

    color: #fff;
    background-color: #077fbc;
}
@media (max-width: 1199px)
{
    .banner .text-1 .note h3
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner .text-1 .note h3
    {
        font-size: 16px;
        line-height: 30px;
    }
}
.banner .text-1 .note h3:before
{
    position: absolute;
    top: -8px;
    left: -8px;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(7, 127, 188, .34);
}
.banner .text-1 .note h3 span
{
    position: relative;
    z-index: 2;
}
.banner .text-1 .note p
{
    font-size: 20px;
    line-height: 1.8;

    margin: 20px 0 30px;
}
@media (max-width: 1199px)
{
    .banner .text-1 .note p
    {
        font-size: 15px;
    }
}
@media (max-width: 767px)
{
    .banner .text-1 .note p
    {
        display: none;
    }
}
.banner .text-1 .note h4
{
    font-size: 24px;
    line-height: 40px;

    margin: 0;

    color: #0d8e40;
}
@media (max-width: 1199px)
{
    .banner .text-1 .note h4
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .banner .text-1 .note h4
    {
        display: none;
    }
}
.banner .text-1 .note .tel
{
    position: relative;

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

    vertical-align: middle;

    color: #077fbc;
}
@media (max-width: 767px)
{
    .banner .text-1 .note .tel
    {
        display: none;
    }
}
.banner .text-1 .note .tel:after
{
    font-family: 'iconfont' !important;
    font-size: 60px;

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

    content: '\e6c1';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.banner .text-1 .note .tel .tel-text
{
    display: inline-block;

    vertical-align: middle;
}
.banner .text-1 .note .tel p
{
    font-size: 18px;
    line-height: 24px;

    margin: 0;
}
.banner .text-1 .note .tel b
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 50px;
    line-height: 1.1;

    display: block;
}
@media (max-width: 1199px)
{
    .banner .text-1 .note .tel b
    {
        font-size: 30px;
    }
}
.banner .text-2
{
    width: 100%;

    text-align: right;
}
.banner .text-2 .note
{
    display: inline-block;

    max-width: 680px;

    text-align: left;

    color: #fff;
}
@media (max-width: 1199px)
{
    .banner .text-2 .note
    {
        max-width: 60%;
    }
}
@media (max-width: 767px)
{
    .banner .text-2 .note
    {
        max-width: 90%;
    }
}
.banner .text-2 .note h3
{
    font-size: 52px;
    font-weight: bold;

    position: relative;

    display: inline-block;

    padding-bottom: 20px;
}
@media (max-width: 1199px)
{
    .banner .text-2 .note h3
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .banner .text-2 .note h3
    {
        font-size: 20px;
    }
}
.banner .text-2 .note h3:after
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 8px;

    content: '';

    background: url(../images/line-2.png) no-repeat center;
}
.banner .text-2 .note h4
{
    font-size: 20px;
    line-height: 1.8;
}
@media (max-width: 1199px)
{
    .banner .text-2 .note h4
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .banner .text-2 .note h4
    {
        display: none;
    }
}
.banner .text-2 .note p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 0;

    color: #95bfe6;
}
@media (max-width: 1199px)
{
    .banner .text-2 .note p
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .banner .text-2 .note p
    {
        display: none;
    }
}
.banner .text-2 .note a.more
{
    font-size: 16px;
    line-height: 50px;

    display: inline-block;

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

    color: #fff;
    border-radius: 50px;
    background-color: #0d8e40;
}
@media (max-width: 1199px)
{
    .banner .text-2 .note a.more
    {
        line-height: 40px;
    }
}
@media (max-width: 767px)
{
    .banner .text-2 .note a.more
    {
        font-size: 14px;
    }
}
.banner .text-3
{
    width: 100%;
}
.banner .text-3 .note
{
    max-width: 720px;
}
.banner .text-3 .note h4
{
    font-size: 38px;
    line-height: 1.31578947;

    margin: 0;

    color: #0d8e40;
}
@media (max-width: 1199px)
{
    .banner .text-3 .note h4
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner .text-3 .note h4
    {
        display: none;
    }
}
.banner .text-3 .note h3
{
    font-size: 50px;
    line-height: 50px;

    display: inline-block;

    padding: 20px;

    letter-spacing: 10px;

    color: #fff;
    background-color: #0d8e40;
}
@media (max-width: 1199px)
{
    .banner .text-3 .note h3
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .banner .text-3 .note h3
    {
        font-size: 20px;
        line-height: 30px;

        letter-spacing: 0;
    }
}
.banner .text-3 .note p
{
    font-size: 20px;
    line-height: 1.6;

    margin: 0;

    color: #0d8e40;
}
@media (max-width: 1199px)
{
    .banner .text-3 .note p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .banner .text-3 .note p
    {
        display: none;
    }
}
.banner-in
{
    padding-top: 100px;
}
@media (max-width: 1199px)
{
    .banner-in
    {
        padding-top: 70px;
    }
}
@media (max-width: 991px)
{
    .banner-in .slickbanner
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
.banner-in .text-in
{
    font-size: 14px;

    position: absolute;
    z-index: 9;
    top: 50%;

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

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

    color: #fff;
}
.banner-in .text-in p
{
    font-size: 40px;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1350px)
{
    .banner-in .text-in p
    {
        font-size: 36px;
    }
}
@media (max-width: 1199px)
{
    .banner-in .text-in p
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-in p
    {
        font-size: 20px;
    }
}
.banner-in .text-in b
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 88px;
    font-weight: normal;
    line-height: 1.2;

    display: block;

    text-transform: uppercase;
}
@media (max-width: 1600px)
{
    .banner-in .text-in b
    {
        font-size: 70px;
    }
}
@media (max-width: 1350px)
{
    .banner-in .text-in b
    {
        font-size: 50px;
    }
}
@media (max-width: 1199px)
{
    .banner-in .text-in b
    {
        font-size: 36px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-in b
    {
        font-size: 24px;
    }
}
.banner-in .text-in.text-right
{
    text-align: right;
}
.banner-in .text-in.text-product b
{
    font-size: 36px;
    line-height: 40px;

    display: inline-block;

    padding: 15px 28px;

    border-radius: 50px;
    background-color: #0c8e3f;
}
@media (max-width: 991px)
{
    .banner-in .text-in.text-product b
    {
        font-size: 20px;
        line-height: 30px;

        padding: 10px 20px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-in.text-product b
    {
        font-size: 16px;

        padding: 6px 20px;
    }
}
.banner-in .text-in.text-product ul
{
    max-width: 550px;
    margin: 0 -20px;
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .banner-in .text-in.text-product ul
    {
        margin: 0 -10px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-in.text-product ul
    {
        display: none;
    }
}
.banner-in .text-in.text-product ul li
{
    display: inline-block;

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

    vertical-align: top;

    color: #0c8e3f;
}
@media (max-width: 991px)
{
    .banner-in .text-in.text-product ul li
    {
        padding: 0 10px;
    }
}
.banner-in .text-in.text-product ul li span
{
    font-size: 24px;
    font-weight: bold;

    position: relative;

    display: block;

    padding-left: 40px;
}
@media (max-width: 991px)
{
    .banner-in .text-in.text-product ul li span
    {
        font-size: 14px;

        padding-left: 30px;
    }
}
.banner-in .text-in.text-product ul li span:before
{
    position: absolute;
    top: 6px;
    left: 0;

    width: 30px;
    height: 23px;

    content: '';

    background: url(../images/line-5.png) no-repeat;
    background-size: cover;
}
@media (max-width: 991px)
{
    .banner-in .text-in.text-product ul li span:before
    {
        top: 0;

        width: 24px;
        height: 20px;
    }
}
.banner .slick-current .text-1 .note
{
    -webkit-animation: fadeInRightBig 1s 0s ease both;
            animation: fadeInRightBig 1s 0s ease both;
}
.banner .slick-current .text-2 .note
{
    -webkit-animation: fadeInRightBig 1s 0s ease both;
            animation: fadeInRightBig 1s 0s ease both;
}
.banner .slick-current .text-3 h3,
.banner .slick-current .text-3 p
{
    -webkit-animation: fadeInLeftBig 1s 0s ease both;
            animation: fadeInLeftBig 1s 0s ease both;
}
.banner .slick-current .text-3 h4
{
    -webkit-animation: fadeInRightBig 1s 0s ease both;
            animation: fadeInRightBig 1s 0s ease both;
}
.index-box
{
    position: absolute;
    top: 54%;
    left: 0;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
.index-box h3
{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;

    color: #000;
}
@media (max-width: 1470px)
{
    .index-box h3
    {
        font-size: 28px;
    }
}
@media (max-width: 991px)
{
    .index-box h3
    {
        font-size: 20px;
    }
}
.index-box h3 span
{
    color: #dd0018;
}
.index-box img
{
    max-width: 100%;
}
.index-box .index-more
{
    margin: 2% 0;
}
@media (max-width: 991px)
{
    .index-box .index-more
    {
        margin: 6% 0;
    }
}
.index-box .index-more a
{
    line-height: 30px;

    display: inline-block;

    color: #fff;

    border-radius: 50px;

	position: relative;
	padding: 6px;
	
}
.index-box .index-more a:before{
	content: '';
	background-color:rgba(7, 127, 188, .43);
	 border-radius: 50px;
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 display: block;
	 animation:zoomIn1 3s 0s ease infinite;
	 
}

@-webkit-keyframes zoomIn1 {
100% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        opacity: 1;
    }
 

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

 
    0% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        opacity: 0.2;
    }

}

@keyframes zoomIn1 {
 100% {
         transform: scale(0.8);
         -webkit-transform: scale(0.8);
         opacity: 1;
     }
  
 
  
     50% {
         transform: scale(1);
         -webkit-transform: scale(1);
         opacity: 0.6;
     }
  
 
  
     0% {
         transform: scale(0.8);
         -webkit-transform: scale(0.8);
         opacity: 0.2;
     }
 

}

.zoomIn1 {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@media (max-width: 991px)
{
    .index-box .index-more a
    {
        line-height: 24px;

        border-width: 3px;
    }
}
.index-box .index-more a span
{
    font-size: 18px;

    display: block;

    padding: 10px 20px;
	position: relative;
	z-index: 2;

    border-radius: 50px;
    background-color: #077fbc;
}
@media (max-width: 991px)
{
    .index-box .index-more a span
    {
        font-size: 16px;
    }
}
.index-box .index-more a:hover
{
    text-decoration: underline;
}
@media (max-width: 1660px)
{
    .index-box .pic-1,
    .index-box .pic-2
    {
        max-width: 80%;
        margin: 0 auto;
    }
}
@media (max-width: 1470px)
{
    .index-box .pic-1,
    .index-box .pic-2
    {
        max-width: 70%;
        margin: 0 auto;
    }
}
@media (max-width: 1400px)
{
    .index-box .pic-1,
    .index-box .pic-2
    {
        max-width: 50%;
        margin: 0 auto;
    }
}
@media (max-width: 991px)
{
    .index-box .pic-1,
    .index-box .pic-2
    {
        max-width: 100%;
    }
}
.index
{
    overflow: hidden;

    padding: 90px 0;
}
@media (max-width: 991px)
{
    .index
    {
        padding: 60px 0;
    }
}
.title h2
{
    font-size: 34px;
    font-weight: bold;
    line-height: 1;

    display: block;

    margin: 0;
}
@media (max-width: 1660px)
{
    .title h2
    {
        font-size: 30px;
    }
}
@media (max-width: 1470px)
{
    .title h2
    {
        font-size: 26px;
    }
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 24px;
    }
}
.title b
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 60px;
    line-height: 1;

    display: block;

    color: #077fbc;
}
@media (max-width: 1660px)
{
    .title b
    {
        font-size: 50px;
    }
}
@media (max-width: 1470px)
{
    .title b
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .title b
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title b
    {
        font-size: 24px;
    }
}
.index-about
{
    position: relative;

    overflow: hidden;
}
.index-about .picbg-1,
.index-about .picbg-2
{
    position: absolute;

    width: 50%;
}
.index-about .picbg-1 img,
.index-about .picbg-2 img
{
    max-width: 100%;
}
.index-about .picbg-1
{
    bottom: 0;
}
@media (max-width: 991px)
{
    .index-about .picbg-1
    {
        display: none;
    }
}
.index-about .picbg-2
{
    top: 0;
    right: 0;
}
.index-about .about
{
    position: relative;
    z-index: 2;

    padding: 100px 0 100px 50%;
}
@media (max-width: 1470px)
{
    .index-about .about
    {
        padding: 60px 0 60px 50%;
    }
}
@media (max-width: 991px)
{
    .index-about .about
    {
        padding: 50px 0;
    }
}
.index-about .about .title:after
{
    display: block;

    width: 70px;
    height: 4px;
    margin-top: 20px;
    margin-left: -28px;

    content: '';

    background-color: #0d8e40;
}
.index-about .about .text
{
    margin-top: 30px;
}
.index-about .about .text p
{
    font-size: 16px;
    line-height: 2;
}
@media (max-width: 767px)
{
    .index-about .about .text p
    {
        font-size: 14px;
    }
}
.index-about .about a.more
{
    font-size: 16px;
    line-height: 36px;

    display: inline-block;

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

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

    border: 1px solid #707070;
}
@media (max-width: 767px)
{
    .index-about .about a.more
    {
        font-size: 14px;

        margin-top: 20px;
    }
}
.index-about .about a.more:hover
{
    color: #fff;
    border-color: #077fbc;
    background-color: #077fbc;
}
.index-about .number
{
    background-color: #077fbc;
}
.index-about .number ul
{
    font-size: 0;

    width: 100%;
    padding: 50px 0 50px 50%;
}
@media (max-width: 991px)
{
    .index-about .number ul
    {
        padding: 30px 0;
    }
}
.index-about .number ul li
{
    display: inline-block;

    width: 33.33333333%;

    vertical-align: middle;

    background: url(../images/line-3.png) no-repeat right center;
}
.index-about .number ul li:last-child
{
    background: none;
}
.index-about .number ul li .item
{
    font-size: 14px;

    text-align: center;

    color: #fff;
}
.index-about .number ul li .item b
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 70px;
    line-height: 1;

    display: block;
}
@media (max-width: 1470px)
{
    .index-about .number ul li .item b
    {
        font-size: 50px;
    }
}
@media (max-width: 767px)
{
    .index-about .number ul li .item b
    {
        font-size: 30px;
    }
}
.index-about .number ul li .item b:after
{
    display: block;

    width: 40px;
    height: 4px;
    margin: 20px auto;

    content: '';

    background-color: #fff;
}
@media (max-width: 767px)
{
    .index-about .number ul li .item b:after
    {
        height: 2px;
        margin: 10px auto;
    }
}
.index-about .number ul li .item p
{
    font-size: 16px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 767px)
{
    .index-about .number ul li .item p
    {
        font-size: 14px;
    }
}
.index-advantage .advantage
{
    position: relative;

    margin-top: 100px;
    padding-right: 30px;
    padding-left: 140px;
}
@media (max-width: 991px)
{
    .index-advantage .advantage
    {
        margin-top: 30px;
        padding: 0;
        padding-top: 40px;
    }
}
.index-advantage .advantage .slick-advantage
{
    min-height: 480px;
}
@media (max-width: 991px)
{
    .index-advantage .advantage .slick-advantage
    {
        min-height: auto;
    }
}
.index-advantage .advantage .slick-dots
{
    position: absolute;
    top: 0;
    left: -120px;
}
@media (max-width: 991px)
{
    .index-advantage .advantage .slick-dots
    {
        top: -40px;
        left: 0;
    }
}
.index-advantage .advantage .slick-dots li
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 22px;
    font-size: 0;
    font-weight: normal;

    display: block;
    display: none;

    width: 50px;
    height: 40px;

    text-align: center;

    color: #0d8e40;
}
.index-advantage .advantage .slick-dots li.slick-active
{
    display: block;
}
.index-advantage .advantage .slick-dots li button
{
    font-size: 22px;
    font-weight: normal;
    line-height: 40px;

    width: 50px;
    padding: 0 10px;

    background: none;
}
@media (max-width: 767px)
{
    .index-advantage .advantage .slick-dots li button
    {
        font-size: 22px;
    }
}
.index-advantage .advantage .slick-dots li button:before
{
    content: '0';
}
.index-advantage .advantage .advantage-num
{
    font-size: 22px;
    line-height: 40px;

    position: absolute;
    top: -2px;
    left: 60px;

    color: #b2b2b2;
}
@media (max-width: 991px)
{
    .index-advantage .advantage .advantage-num
    {
        left: 40px;
    }
}
.index-advantage .advantage .advantage-num:before
{
    display: inline-block;

    margin: 0 10px;

    content: '-';
    vertical-align: middle;
}
.index-advantage .advantage .advantage-num .now-advantage-num
{
    font-family: 'ITC Avant Garde Gothic';

    display: inline-block;

    vertical-align: middle;
}
.index-advantage .advantage .advantage-num .now-advantage-num:before
{
    content: '0';
}
.index-advantage .advantage .item .title-advantage b
{
    font-family: 'Barlow Condensed';
    font-size: 70px;
    line-height: 1;

    text-transform: uppercase;
}
@media (max-width: 1470px)
{
    .index-advantage .advantage .item .title-advantage b
    {
        font-size: 60px;
    }
}
@media (max-width: 991px)
{
    .index-advantage .advantage .item .title-advantage b
    {
        font-size: 40px;
    }
}
.index-advantage .advantage .item .title-advantage p
{
    font-size: 36px;

    margin: 4px 0 0 0;

    color: #0d8e40;
}
@media (max-width: 1470px)
{
    .index-advantage .advantage .item .title-advantage p
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .index-advantage .advantage .item .title-advantage p
    {
        font-size: 20px;
    }
}
.index-advantage .advantage .item .text
{
    margin-top: 30px;
}
.index-advantage .advantage .item .text p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 1470px)
{
    .index-advantage .advantage .item .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .index-advantage .advantage .item .text p
    {
        font-size: 14px;
    }
}
.index-advantage .advantage .slick-arrow
{
    position: absolute;
    z-index: 9;
    z-index: 8;
    bottom: 0;
    left: -120px;

    overflow: hidden;

    width: 54px;
    height: 54px;
    padding: 0;

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

    color: #7d7d7d;
    border: none;
    border-radius: 50%;
    outline: none;
    background: none;
    background-color: #d2d2d2;
}
@media (max-width: 991px)
{
    .index-advantage .advantage .slick-arrow
    {
        line-height: 40px;

        bottom: -50px;
        left: 0;

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

    content: '\e9be';
}
.index-advantage .advantage .slick-arrow.slick-next
{
    left: -50px;
}
@media (max-width: 991px)
{
    .index-advantage .advantage .slick-arrow.slick-next
    {
        left: 50px;
    }
}
.index-advantage .advantage .slick-arrow.slick-next:before
{
    right: 0;
    left: auto;

    content: '\e681';
}
.index-advantage .advantage .slick-arrow:hover
{
    color: #fff;
    background-color: #077fbc;
}
.index-advantage .advantage-right
{
    margin-top: 50px;

    text-align: center;
}
@media (max-width: 991px)
{
    .index-advantage .advantage-right
    {
        margin-top: 70px;
    }
}
.index-advantage .advantage-right .pic
{
    overflow: hidden;

    max-width: 100%;
}
@media (max-width: 991px)
{
    .index-advantage .advantage-right .pic img
    {
        max-width: 100%;
    }
}
.index-advantage .advantage-right .note
{
    margin-top: 30px;
}
.index-advantage .advantage-right .note b
{
    font-size: 30px;
    line-height: 1;

    display: block;

    margin: 20px 0;

    color: #077fbc;
}
@media (max-width: 991px)
{
    .index-advantage .advantage-right .note b
    {
        font-size: 24px;
    }
}
.index-advantage .advantage-right .note p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
@media (max-width: 767px)
{
    .index-advantage .advantage-right .note p
    {
        font-size: 14px;
    }
}
.index-company
{
    background: url(../images/company_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .index-company
    {
        background: url(../images/company_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
.index-company .company
{
    max-width: 60%;
}
@media (max-width: 767px)
{
    .index-company .company
    {
        max-width: 100%;
    }
}
.index-company .company .title-company h1
{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;

    color: #077fbc;
}
@media (max-width: 1199px)
{
    .index-company .company .title-company h1
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .index-company .company .title-company h1
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .index-company .company .title-company h1
    {
        font-size: 20px;
    }
}
.index-company .company .text
{
    margin-top: 30px;
}
.index-company .company .text p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 767px)
{
    .index-company .company .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.index-company .company .note
{
    margin-top: 30px;
}
.index-company .company .note h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

    margin: 0;

    color: #0d8e40;
    border-bottom: 2px solid #0d8e40;
}
@media (max-width: 991px)
{
    .index-company .company .note h3
    {
        font-size: 16px;
    }
}
.index-company .company .tel
{
    position: relative;

    display: inline-block;

    margin-top: 40px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .index-company .company .tel
    {
        display: none;
    }
}
.index-company .company .tel:before
{
    position: absolute;
    top: -10px;
    left: -10px;

    display: inline-block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(7, 127, 188, .22);
}
.index-company .company .tel .tel-text
{
    position: relative;
    z-index: 2;

    display: inline-block;

    padding: 10px 20px;
    padding-left: 90px;

    color: #fff;
    background-color: #077fbc;
}
.index-company .company .tel .tel-text:after
{
    font-family: 'iconfont' !important;
    font-size: 60px;

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

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

    color: #fff;
}
.index-company .company .tel .tel-text
{
    display: inline-block;

    vertical-align: middle;
}
.index-company .company .tel p
{
    font-size: 18px;
    line-height: 24px;

    margin: 0;
}
.index-company .company .tel b
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 50px;
    line-height: 1.1;

    display: block;
}
@media (max-width: 1199px)
{
    .index-company .company .tel b
    {
        font-size: 30px;
    }
}
.index-product .product
{
    overflow-x: auto;

    max-width: 100%;

    -webkit-overflow-scrolling: touch;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
.index-product .product::-webkit-scrollbar
{
    position: absolute;

    width: 3px;
    height: 46px;
}
.index-product .product::-webkit-scrollbar-track
{
    border-radius: 5px;
    background: url(../images/scroll-dibu.png) no-repeat center;
}
.index-product .product::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background: url(../images/scroll.png) no-repeat center;
}
.index-product .product::-webkit-scrollbar-thumb:hover
{
    border-radius: 5px;
    background: url(../images/scroll.png) no-repeat center;
}
.index-product .product .list
{
    padding: 50px 0;

    white-space: nowrap;
}
@media (max-width: 991px)
{
    .index-product .product .list
    {
        padding: 30px 0;
    }
}
.index-product .product .list ul
{
    width: 100%;
    margin: 0 -60px;
}
@media (max-width: 1660px)
{
    .index-product .product .list ul
    {
        margin: 0 -30px;
    }
}
@media (max-width: 1350px)
{
    .index-product .product .list ul
    {
        margin: 0 -15px;
    }
}
@media (max-width: 991px)
{
    .index-product .product .list ul
    {
        margin: 0;
    }
}
.index-product .product .list ul li
{
    display: inline-block;

    width: 50%;
    padding: 0 60px;
}
@media (max-width: 1660px)
{
    .index-product .product .list ul li
    {
        padding: 0 30px;
    }
}
@media (max-width: 1350px)
{
    .index-product .product .list ul li
    {
        padding: 0 15px;
    }
}
@media (max-width: 991px)
{
    .index-product .product .list ul li
    {
        width: 100%;
        padding: 0;
    }
}
.index-product .product .list .item
{
    font-size: 0;

    display: block;

    padding: 40px 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
    white-space: normal;

    border-radius: 10px;
    background-color: #f8f8f8;
}
@media (max-width: 991px)
{
    .index-product .product .list .item
    {
        padding: 30px 10px;
    }
}
.index-product .product .list .item .pic,
.index-product .product .list .item .text
{
    font-size: 14px;

    display: inline-block;

    vertical-align: bottom;
}
.index-product .product .list .item .pic
{
    width: 55%;
    margin-bottom: -80px;
    margin-left: -15%;

    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateX(30%);
        -ms-transform: translateX(30%);
            transform: translateX(30%);
}
@media (max-width: 767px)
{
    .index-product .product .list .item .pic
    {
        width: 100%;
        margin: 0;

        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
    }
}
.index-product .product .list .item .pic img
{
    max-width: 100%;
}
.index-product .product .list .item .text
{
    width: 55%;
}
@media (max-width: 767px)
{
    .index-product .product .list .item .text
    {
        width: 100%;
    }
}
.index-product .product .list .item .text .title-product h3
{
    font-size: 30px;
    line-height: 40px;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;
    margin: 0;

    white-space: normal;

    color: #077fbc;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px)
{
    .index-product .product .list .item .text .title-product h3
    {
        font-size: 24px;
        line-height: 30px;

        height: 30px;
    }
}
.index-product .product .list .item .text .title-product p
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    white-space: normal;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px)
{
    .index-product .product .list .item .text .title-product p
    {
        font-size: 16px;
    }
}
.index-product .product .list .item .text .note
{
    margin: 30px 0;
}
@media (max-width: 1470px)
{
    .index-product .product .list .item .text .note
    {
        margin: 20px 0;
    }
}
.index-product .product .list .item .text .note p
{
    font-size: 16px;
    line-height: 32px;

    display: -webkit-box;
    overflow: hidden;

    height: 96px;

    white-space: normal;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 767px)
{
    .index-product .product .list .item .text .note p
    {
        font-size: 14px;
        line-height: 22px;

        height: 66px;
    }
}
.index-product .product .list .item .text span.more
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 50px;
    line-height: 1;

    display: block;

    color: #077fbc;
}
@media (max-width: 1470px)
{
    .index-product .product .list .item .text span.more
    {
        font-size: 30px;
    }
}
.index-product .product .list .item:hover
{
    color: #fff;
    background-color: #077fbc;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.index-product .product .list .item:hover .pic
{
    -webkit-transform: translateX(40%);
        -ms-transform: translateX(40%);
            transform: translateX(40%);
}
.index-product .product .list .item:hover .text .title-product h3
{
    color: #fff;
}
.index-product .product .list .item:hover .text span.more
{
    color: #fff;
}
.index-product .product-more
{
    margin-top: 50px;

    text-align: center;
}
.index-product .product-more a
{
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;

    display: inline-block;

    height: 60px;
    padding: 0 30px;

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

    color: #077fbc;
    border-radius: 30px;
    background-color: #eee;
}
@media (max-width: 767px)
{
    .index-product .product-more a
    {
        font-size: 16px;
        line-height: 46px;

        height: 46px;
    }
}
.index-product .product-more a:after
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    float: right;

    margin-top: 2px;
    margin-left: 10px;

    content: '\e707';
}
.index-product .product-more a:hover
{
    color: #fff;
    background-color: #077fbc;
}
.index-news
{
    background: url(../images/news_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .index-news
    {
        background: url(../images/news_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
.index-news .title
{
    position: relative;
}
.index-news .title h2,
.index-news .title b
{
    color: #fff;
}
.index-news .title .news-sort
{
    position: absolute;
    top: 10px;
    right: 0;
}
@media (max-width: 767px)
{
    .index-news .title .news-sort
    {
        position: relative;
        left: 0;
    }
}
.index-news .title .news-sort ul
{
    margin: 0 -10px;
}
.index-news .title .news-sort ul li
{
    display: inline-block;

    padding: 0 10px;
}
.index-news .title .news-sort ul li a
{
    font-size: 16px;
    line-height: 46px;

    display: block;

    padding: 0 34px;

    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
}
@media (max-width: 767px)
{
    .index-news .title .news-sort ul li a
    {
        line-height: 36px;
    }
}
.index-news .title .news-sort ul li.active a
{
    font-weight: bold;

    color: #077fbc;
    background-color: #fff;
}
.index-news .news .item
{
    display: block;

    margin-top: 30px;

    background-color: #fff;
}
.index-news .news .item .pic .img-box
{
    padding-bottom: 52.94117647%;
}
.index-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.index-news .news .item .note
{
    padding: 30px;
}
@media (max-width: 767px)
{
    .index-news .news .item .note
    {
        padding: 10px;
    }
}
.index-news .news .item .note span.date
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 16px;
    line-height: 30px;

    display: block;

    color: #077fbc;
}
.index-news .news .item .note span.date:before
{
    font-family: 'iconfont' !important;

    margin-right: 4px;

    content: '\e63a';
}
.index-news .news .item .note b
{
    font-size: 24px;
    line-height: 40px;

    display: -webkit-box;
    overflow: hidden;

    height: 80px;
    margin: 10px 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1199px)
{
    .index-news .news .item .note b
    {
        font-size: 20px;
        line-height: 36px;

        height: 72px;
    }
}
@media (max-width: 767px)
{
    .index-news .news .item .note b
    {
        font-size: 16px;
        line-height: 24px;

        height: 48px;
    }
}
.index-news .news .item .note p
{
    font-size: 16px;
    line-height: 28px;

    display: -webkit-box;
    overflow: hidden;

    height: 28px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .index-news .news .item .note p
    {
        font-size: 14px;
    }
}
.index-news .news .item:hover
{
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.index-news .news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.index-news .news .item:hover .note b,
.index-news .news .item:hover .note p
{
    color: #077fbc;
}
.index-listbox
{
    padding: 20px 0;

    background-color: #f8f8f8;
}
.index-listbox .listbox > ul
{
    font-size: 0;
}
@media (min-width: 1200px)
{
    .index-listbox .listbox > ul
    {
        width: 100%;
        padding: 0;

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

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

        content: '';
    }
}
.index-listbox .listbox > ul > li
{
    display: inline-block;

    margin: 16px 0;

    text-align: left;
    vertical-align: top;
}
@media (max-width: 1199px)
{
    .index-listbox .listbox > ul > li
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .index-listbox .listbox > ul > li
    {
        margin: 10px 0;
    }
}
.index-listbox .listbox .item .pic
{
    width: 90px;
    height: 90px;

    border: 1px solid #d8d8d8;
    border-radius: 50%;
}
@media (max-width: 1199px)
{
    .index-listbox .listbox .item .pic
    {
        width: 80px;
        height: 80px;
    }
}
@media (max-width: 767px)
{
    .index-listbox .listbox .item .pic
    {
        display: block;

        width: 60px;
        height: 60px;
        margin: 0 auto;
    }
}
.index-listbox .listbox .item .pic img
{
    max-width: 100%;
}
.index-listbox .listbox .item .pic,
.index-listbox .listbox .item .note
{
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .index-listbox .listbox .item .pic,
    .index-listbox .listbox .item .note
    {
        display: block;

        text-align: center;
    }
}
.index-listbox .listbox .item .note
{
    padding-left: 10px;
}
@media (max-width: 767px)
{
    .index-listbox .listbox .item .note
    {
        margin-top: 10px;
        padding: 0;
    }
}
.index-listbox .listbox .item .note b
{
    font-size: 28px;
    font-weight: normal;
    line-height: 1.28571429;

    display: block;
}
@media (max-width: 1199px)
{
    .index-listbox .listbox .item .note b
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .index-listbox .listbox .item .note b
    {
        font-size: 16px;
    }
}
.index-listbox .listbox .item .note p
{
    font-size: 16px;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #999;
}
@media (max-width: 767px)
{
    .index-listbox .listbox .item .note p
    {
        font-size: 12px;
    }
}
.index-listbox-in
{
    background-color: #077fbc;
}
.index-listbox-in .listbox .item .pic
{
    border-color: #fff;
}
.index-listbox-in .listbox .item .note b,
.index-listbox-in .listbox .item .note p
{
    color: #fff;
}
.footer-index
{
    position: absolute;
    bottom: 0;

    width: 100%;
    padding: 0 5%;

    color: #fff;
}
@media (max-width: 1199px)
{
    .footer-index
    {
        padding: 0 15px;
    }
}
@media (max-width: 767px)
{
    .footer-index
    {
        text-align: center;
    }
}
.footer-index p
{
    line-height: 30px;

    margin: 0;
    padding: 10px 0;

    border-top: 1px solid #fff;
}
.footer-index p a
{
    float: right;
}
@media (max-width: 767px)
{
    .footer-index p a
    {
        display: block;
        float: none;
    }
}
.footer-index p a:hover
{
    text-decoration: underline;
}
.box-footer
{
    padding: 50px 5% 0 5%;

    color: #fff;
    background-color: #252525;
}
@media (max-width: 1470px)
{
    .box-footer
    {
        padding: 50px 15px 0 15px;
    }
}
@media (max-width: 1199px)
{
    .box-footer
    {
        padding-top: 20px;
    }
}
.box-footer .foot
{
    padding-bottom: 60px;
}
@media (max-width: 1199px)
{
    .box-footer .foot
    {
        display: none;
    }
}
.box-footer .foot > ul
{
    font-size: 0;
}
@media (min-width: 1200px)
{
    .box-footer .foot > ul
    {
        width: 100%;
        padding: 0;

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

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

        content: '';
    }
    .box-footer .foot > ul > li
    {
        font-size: 14px;

        display: inline-block;

        text-align: left;
        vertical-align: top;
    }
    .box-footer .foot > ul > li .item-1 h1
    {
        font-size: 20px;
        line-height: 1.2;

        margin: 0;
    }
    .box-footer .foot > ul > li .item-1 b
    {
        font-family: 'ITC Avant Garde Gothic';
        font-size: 56px;
        line-height: 1;

        display: block;

        margin-top: 10px;
    }
    .box-footer .foot > ul > li .item-1 .note
    {
        margin-top: 40px;
    }
    .box-footer .foot > ul > li .item-1 .note p
    {
        font-size: 16px;
        line-height: 2;

        margin: 0;

        color: #c5c5c5;
    }
    .box-footer .foot > ul > li .item-2
    {
        max-width: 380px;
    }
    .box-footer .foot > ul > li .item-2 > ul
    {
        margin: 0 -24px;
    }
    .box-footer .foot > ul > li .item-2 > ul > li
    {
        display: inline-block;

        vertical-align: top;
    }
    .box-footer .foot > ul > li .item-2 > ul > li a
    {
        font-size: 18px;
        line-height: 2;

        display: block;

        margin-bottom: 20px;
        padding: 0 24px;

        color: #d6d6d6;
    }
    .box-footer .foot > ul > li .item-2 > ul > li a:hover
    {
        text-decoration: underline;

        color: #fff;
    }
    .box-footer .foot > ul > li .item-3
    {
        max-width: 340px;
    }
    .box-footer .foot > ul > li .item-3 b
    {
        font-size: 18px;
        font-weight: normal;
        line-height: 38px;

        display: inline-block;

        padding: 0 18px;

        color: #fff;
        background-color: #077fbc;
    }
    .box-footer .foot > ul > li .item-3 > ul
    {
        margin: 0 -20px;
        margin-top: 20px;
    }
    .box-footer .foot > ul > li .item-3 > ul > li
    {
        display: inline-block;

        vertical-align: top;
    }
    .box-footer .foot > ul > li .item-3 > ul > li a
    {
        font-size: 18px;
        line-height: 2;

        display: block;

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

        color: #d6d6d6;
    }
    .box-footer .foot > ul > li .item-3 > ul > li a:hover
    {
        text-decoration: underline;

        color: #fff;
    }
    .box-footer .foot > ul > li .item-4
    {
        max-width: 157px;

        text-align: center;
    }
    .box-footer .foot > ul > li .item-4 img
    {
        max-width: 100%;
    }
    .box-footer .foot > ul > li .item-4 p
    {
        line-height: 30px;

        margin: 10px 0 0 0;

        color: #d6d6d6;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .box-footer .foot > ul > li .item-1 b
    {
        font-size: 40px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .box-footer .foot > ul > li .item-2
    {
        max-width: 320px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .box-footer .foot > ul > li .item-2 > ul > li a
    {
        font-size: 16px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .box-footer .foot > ul > li .item-3
    {
        max-width: 320px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .box-footer .foot > ul > li .item-3 b
    {
        font-size: 16px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .box-footer .foot > ul > li .item-3 > ul > li a
    {
        font-size: 16px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .box-footer .foot > ul > li .item-4
    {
        max-width: 120px;
    }
}
.box-footer .foot-middle .share
{
    display: inline-block;

    margin: 0 -10px;
    padding-bottom: 20px;
}
.box-footer .foot-middle .share ul li
{
    display: inline-block;

    padding: 0 10px;
}
.box-footer .foot-middle .share ul li a
{
    font-size: 30px;
    line-height: 40px;

    color: #c5c5c5;
}
.box-footer .foot-middle .share ul li a:after
{
    font-family: 'iconfont' !important;

    content: '\e62d';
}
.box-footer .foot-middle .share ul li a:hover
{
    color: #077fbc;
}
.box-footer .foot-middle .share ul li.weibo a:after
{
    content: '\e649';
}
.box-footer .foot-middle .share ul li.wechat a:after
{
    content: '\e604';
}
.box-footer .foot-middle a.backtop
{
    line-height: 30px;

    display: inline-block;
    float: right;

    color: #c5c5c5;
}
.box-footer .foot-middle a.backtop:after
{
    font-family: 'iconfont' !important;

    margin-left: 4px;

    content: '\e622';
}
.box-footer .copyright
{
    line-height: 30px;

    overflow: hidden;

    margin: 0;
    padding: 15px 0;

    color: #797979;
    border-top: 1px solid #4c4c4c;
}
@media (max-width: 767px)
{
    .box-footer .copyright
    {
        text-align: center;
    }
}
.box-footer .copyright p
{
    display: inline-block;
    float: left;

    margin: 0;
}
@media (max-width: 767px)
{
    .box-footer .copyright p
    {
        float: none;
    }
}
.box-footer .copyright a
{
    float: right;
}
@media (max-width: 767px)
{
    .box-footer .copyright a
    {
        display: block;
        float: none;
    }
}
.box-footer .copyright a:hover
{
    text-decoration: underline;
}
.inside-nav
{
    position: relative;
    z-index: 2;

    margin-top: -70px;

    text-align: center;
}
@media (max-width: 991px)
{
    .inside-nav
    {
        margin: 0;
    }
    .inside-nav .container
    {
        padding: 0;
    }
}
.inside-nav .nav-wrap
{
    position: relative;
    z-index: 2;

    background-color: rgba(255, 255, 255, .8);
}
.inside-nav ul
{
    font-size: 0;

    position: relative;
}
.inside-nav ul li
{
    position: relative;

    display: inline-block;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .inside-nav ul li
    {
        width: 25%;
    }
}
@media (max-width: 767px)
{
    .inside-nav ul li
    {
        width: 50%;
    }
    .inside-nav ul li:nth-child(2n):after
    {
        display: none;
    }
}
.inside-nav ul li:after
{
    position: absolute;
    top: 50%;
    right: 0;

    display: block;

    width: 1px;
    height: 40px;

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

    background-color: #acacac;
}
@media (max-width: 767px)
{
    .inside-nav ul li:after
    {
        height: 30px;
    }
}
.inside-nav ul li:last-child:after
{
    display: none;
}
.inside-nav ul li a
{
    font-size: 18px;
    line-height: 40px;

    position: relative;

    display: block;

    height: 70px;
    padding: 15px 0;

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

    border-right: none;
}
@media (max-width: 1470px)
{
    .inside-nav ul li a
    {
        font-size: 16px;
    }
}
@media (max-width: 1199px)
{
    .inside-nav ul li a
    {
        font-size: 15px;
    }
}
@media (max-width: 767px)
{
    .inside-nav ul li a
    {
        line-height: 30px;

        height: 50px;
        padding: 10px 0;
    }
}
.inside-nav ul li a .sidenavicon,
.inside-nav ul li a i
{
    display: inline-block;

    vertical-align: middle;
}
.inside-nav ul li a .sidenavicon
{
    position: relative;

    display: inline-block;

    width: 40px;
    height: 40px;
}
@media (max-width: 767px)
{
    .inside-nav ul li a .sidenavicon
    {
        width: 30px;
        height: 30px;
    }
}
.inside-nav ul li a .sidenavicon img
{
    display: block;

    max-width: 100%;
}
.inside-nav ul li a .sidenavicon .shover
{
    position: absolute;
    top: 0;
    left: 0;

    opacity: 0;
}
.inside-nav ul li a i
{
    font-style: normal;
}
.inside-nav ul li.active a,
.inside-nav ul li:hover a
{
    color: #fff;
    background-color: #077fbc;
}
.inside-nav ul li.active a .sidenavicon .snow,
.inside-nav ul li:hover a .sidenavicon .snow
{
    opacity: 0;
}
.inside-nav ul li.active a .sidenavicon .shover,
.inside-nav ul li:hover a .sidenavicon .shover
{
    opacity: 1;
}
.wrapper
{
    padding: 80px 0;

    background-color: #f5f5f5;
}
@media (max-width: 991px)
{
    .wrapper
    {
        padding: 50px 0;
    }
}
.wrap
{
    overflow: hidden;

    padding: 80px;

    background-color: #fff;
}
@media (max-width: 1470px)
{
    .wrap
    {
        padding: 50px 30px;
    }
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 30px 15px;
    }
}
.title-in
{
    text-align: center;
}
.title-in b
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 56px;
    line-height: 1;

    display: block;

    text-transform: uppercase;

    color: #eaeaea;
}
@media (max-width: 1470px)
{
    .title-in b
    {
        font-size: 46px;
    }
}
@media (max-width: 991px)
{
    .title-in b
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title-in b
    {
        font-size: 28px;
    }
}
.title-in h2
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.25;

    margin: 0;
}
@media (max-width: 991px)
{
    .title-in h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .title-in h2
    {
        font-size: 20px;
    }
}
.wrap-location
{
    margin-top: 100px;

    background-color: #077fbc;
}
@media (max-width: 1199px)
{
    .wrap-location
    {
        margin-top: 70px;
    }
}
.wrap-location .location
{
    font-size: 16px;

    padding: 20px 0;

    text-align: right;

    color: #fff;
}
@media (max-width: 767px)
{
    .wrap-location .location
    {
        font-size: 14px;
    }
}
.wrap-location .location span
{
    line-height: 30px;
}
.wrap-location .location span:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    margin-right: 6px;

    content: '\e64a';
    vertical-align: middle;
}
.wrap-location .location span,
.wrap-location .location ul
{
    display: inline-block;

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

    vertical-align: top;
}
.wrap-location .location ul li:after
{
    content: '>';
}
.wrap-location .location ul li:last-child:after
{
    display: none;
}
.wrap-location .location ul li a
{
    line-height: 30px;
}
@media (max-width: 767px)
{
    .wrap-location .location ul li a
    {
        line-height: 20px;
    }
}
.wrap-location .location ul li a:hover
{
    text-decoration: underline;
}
.wrap-about .title-about
{
    margin-top: 40px;
}
.wrap-about .title-about h1
{
    font-size: 28px;
    line-height: 40px;

    display: inline-block;

    margin: 0;
    padding: 10px 20px;

    color: #fff;
    border-radius: 6px;
    background-color: #077fbc;
}
@media (max-width: 1350px)
{
    .wrap-about .title-about h1
    {
        font-size: 22px;
    }
}
@media (max-width: 991px)
{
    .wrap-about .title-about h1
    {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .title-about h1
    {
        font-size: 16px;

        padding: 10px;
    }
}
.wrap-about .about-note
{
    margin-top: 30px;
}
.wrap-about .about-note p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-about .about-note p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .about-note p
    {
        font-size: 14px;
    }
}
.wrap-about .number
{
    margin-top: 30px;

    background-color: #f8f8f8;
}
.wrap-about .number ul
{
    font-size: 0;

    width: 100%;
    padding: 30px 0;
}
@media (max-width: 991px)
{
    .wrap-about .number ul
    {
        padding: 30px 0;
    }
}
.wrap-about .number ul li
{
    display: inline-block;

    width: 25%;
    margin: 10px 0;

    vertical-align: middle;

    background: url(../images/line-4.png) no-repeat right center;
}
.wrap-about .number ul li:last-child
{
    background: none;
}
@media (max-width: 767px)
{
    .wrap-about .number ul li
    {
        width: 50%;
    }
}
.wrap-about .number ul li .item
{
    font-size: 14px;

    text-align: center;

    color: #077fbc;
}
.wrap-about .number ul li .item b
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 78px;
    line-height: 1;

    display: block;
}
@media (max-width: 1600px)
{
    .wrap-about .number ul li .item b
    {
        font-size: 50px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .number ul li .item b
    {
        font-size: 30px;
    }
}
.wrap-about .number ul li .item b sup
{
    font-size: 22px;
    font-weight: normal;

    top: 10px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-about .number ul li .item b sup
    {
        font-size: 16px;
    }
}
.wrap-about .number ul li .item p
{
    font-size: 16px;
    line-height: 30px;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-about .number ul li .item p
    {
        font-size: 14px;
    }
}
.wrap-about .about
{
    font-size: 0;

    margin: 0 -15px;
    margin-top: 60px;
}
@media (max-width: 767px)
{
    .wrap-about .about
    {
        margin-top: 30px;
    }
}
.wrap-about .about .text,
.wrap-about .about .pic
{
    font-size: 14px;

    display: inline-block;

    padding: 0 15px;

    vertical-align: middle;
}
.wrap-about .about .text
{
    width: 52%;
}
@media (max-width: 991px)
{
    .wrap-about .about .text
    {
        width: 100%;
    }
}
.wrap-about .about .text p
{
    font-size: 18px;
    line-height: 2.22222222;

    margin: 0;
}
@media (max-width: 1600px)
{
    .wrap-about .about .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 1350px)
{
    .wrap-about .about .text p
    {
        line-height: 2;
    }
}
@media (max-width: 767px)
{
    .wrap-about .about .text p
    {
        font-size: 14px;
    }
}
.wrap-about .about .pic
{
    width: 48%;
}
@media (max-width: 991px)
{
    .wrap-about .about .pic
    {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-about .about .pic img
{
    max-width: 100%;
}
.wrap-leader .leader-partone,
.wrap-leader .leader-parttwo,
.wrap-leader .leader-partthree,
.wrap-leader .leader-partfour
{
    margin-top: 60px;
}
.wrap-leader .leader-partone
{
    font-size: 0;

    background-color: #077fbc;
}
.wrap-leader .leader-partone .pic,
.wrap-leader .leader-partone .text
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: middle;

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-leader .leader-partone .pic,
    .wrap-leader .leader-partone .text
    {
        width: 100%;
    }
}
.wrap-leader .leader-partone .pic img
{
    max-width: 100%;
}
.wrap-leader .leader-partone .text
{
    padding: 30px;
}
@media (max-width: 767px)
{
    .wrap-leader .leader-partone .text
    {
        padding: 30px 14px;
    }
}
.wrap-leader .leader-partone .text .title-leader b
{
    font-size: 40px;
    font-weight: normal;
    line-height: 1;

    display: block;
}
@media (max-width: 1470px)
{
    .wrap-leader .leader-partone .text .title-leader b
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-leader .leader-partone .text .title-leader b
    {
        font-size: 24px;
    }
}
.wrap-leader .leader-partone .text .title-leader p
{
    font-size: 30px;
    line-height: 1.33333333;

    margin: 10px 0 0 0;
}
@media (max-width: 1470px)
{
    .wrap-leader .leader-partone .text .title-leader p
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-leader .leader-partone .text .title-leader p
    {
        font-size: 16px;
    }
}
.wrap-leader .leader-partone .text .mask
{
    margin: 30px 0;
    padding: 10px 0;

    border-top: 1px solid rgba(255, 255, 255, .3);
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
@media (max-width: 1470px)
{
    .wrap-leader .leader-partone .text .mask
    {
        margin: 20px 0;
    }
}
.wrap-leader .leader-partone .text .mask b
{
    font-size: 50px;
    font-weight: normal;
    line-height: 1;

    display: block;
}
@media (max-width: 1470px)
{
    .wrap-leader .leader-partone .text .mask b
    {
        font-size: 40px;
    }
}
@media (max-width: 1350px)
{
    .wrap-leader .leader-partone .text .mask b
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-leader .leader-partone .text .mask b
    {
        font-size: 20px;
    }
}
.wrap-leader .leader-partone .text .mask p
{
    font-size: 18px;
    line-height: 30px;

    margin: 10px 0 0 0;

    text-align: right;
}
@media (max-width: 991px)
{
    .wrap-leader .leader-partone .text .mask p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-leader .leader-partone .text .mask p
    {
        font-size: 14px;
    }
}
.wrap-leader .leader-partone .text .note p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 1350px)
{
    .wrap-leader .leader-partone .text .note p
    {
        font-size: 16px;
        line-height: 28px;
    }
}
@media (max-width: 991px)
{
    .wrap-leader .leader-partone .text .note p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-leader .leader-partone .text .note p
    {
        font-size: 14px;
    }
}
.wrap-leader .leader-parttwo
{
    padding: 40px 30px;

    background-color: #f8f8f8;
}
@media (max-width: 767px)
{
    .wrap-leader .leader-parttwo
    {
        padding: 30px 14px;
    }
}
.wrap-leader .leader-parttwo .title-leader b
{
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;

    display: block;

    color: #077fbc;
}
@media (max-width: 767px)
{
    .wrap-leader .leader-parttwo .title-leader b
    {
        font-size: 20px;
    }
}
.wrap-leader .leader-parttwo .note
{
    margin-top: 10px;
}
.wrap-leader .leader-parttwo .note p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;
}
@media (max-width: 1470px)
{
    .wrap-leader .leader-parttwo .note p
    {
        line-height: 1.875;
    }
}
@media (max-width: 767px)
{
    .wrap-leader .leader-parttwo .note p
    {
        font-size: 14px;
    }
}
.wrap-leader .leader-partthree
{
    font-size: 0;
}
.wrap-leader .leader-partthree .pic,
.wrap-leader .leader-partthree .text
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-leader .leader-partthree .pic
{
    width: 46%;
    padding: 0 30px;
}
@media (max-width: 991px)
{
    .wrap-leader .leader-partthree .pic
    {
        width: 100%;
        margin-top: 30px;
        padding: 0;
    }
}
.wrap-leader .leader-partthree .pic img
{
    max-width: 100%;
}
.wrap-leader .leader-partthree .text
{
    width: 54%;
    padding-left: 30px;
}
@media (max-width: 991px)
{
    .wrap-leader .leader-partthree .text
    {
        width: 100%;
        padding: 0;
    }
}
.wrap-leader .leader-partthree .text p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;
}
@media (max-width: 1470px)
{
    .wrap-leader .leader-partthree .text p
    {
        line-height: 1.875;
    }
}
@media (max-width: 767px)
{
    .wrap-leader .leader-partthree .text p
    {
        font-size: 14px;
    }
}
.wrap-leader .leader-partfour .title-leader
{
    text-align: center;
}
.wrap-leader .leader-partfour .title-leader b
{
    font-size: 40px;
    font-weight: normal;
    line-height: 50px;

    display: inline-block;

    padding: 10px 60px;

    color: #fff;
    border-radius: 50px;
    background-color: #077fbc;
}
@media (max-width: 1470px)
{
    .wrap-leader .leader-partfour .title-leader b
    {
        font-size: 30px;
        line-height: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-leader .leader-partfour .title-leader b
    {
        font-size: 22px;

        padding: 10px 30px;
    }
}
.wrap-leader .leader-partfour .list ul li
{
    margin-top: 50px;
}
.wrap-leader .leader-partfour .list ul li:nth-child(2n) .item .pic
{
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
}
@media (max-width: 991px)
{
    .wrap-leader .leader-partfour .list ul li:nth-child(2n) .item .pic
    {
        -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%);
    }
}
.wrap-leader .leader-partfour .list ul li:nth-child(2n) .item .note
{
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
}
@media (max-width: 991px)
{
    .wrap-leader .leader-partfour .list ul li:nth-child(2n) .item .note
    {
        -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%);
    }
}
.wrap-leader .leader-partfour .list .item
{
    font-size: 0;

    background-color: #f8f8f8;
}
.wrap-leader .leader-partfour .list .item .pic,
.wrap-leader .leader-partfour .list .item .note
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-leader .leader-partfour .list .item .pic,
    .wrap-leader .leader-partfour .list .item .note
    {
        width: 100%;
    }
}
.wrap-leader .leader-partfour .list .item .pic
{
    overflow: hidden;
}
@media (max-width: 991px)
{
    .wrap-leader .leader-partfour .list .item .pic img
    {
        max-width: 100%;
    }
}
.wrap-leader .leader-partfour .list .item .note
{
    padding: 30px;
}
@media (max-width: 767px)
{
    .wrap-leader .leader-partfour .list .item .note
    {
        padding: 30px 14px;
    }
}
.wrap-leader .leader-partfour .list .item .note p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;
}
@media (max-width: 1470px)
{
    .wrap-leader .leader-partfour .list .item .note p
    {
        line-height: 1.875;
    }
}
@media (max-width: 767px)
{
    .wrap-leader .leader-partfour .list .item .note p
    {
        font-size: 14px;
    }
}
.wrap-culture .culture-partone .item
{
    margin-top: 40px;

    border-bottom: 4px solid #077fbc;
    background-color: #f8f8f8;
}
.wrap-culture .culture-partone .item .pic .img-box
{
    padding-bottom: 45.71428571%;
}
.wrap-culture .culture-partone .item .note
{
    padding: 30px;
}
@media (max-width: 991px)
{
    .wrap-culture .culture-partone .item .note
    {
        padding: 30px 14px;
    }
}
.wrap-culture .culture-partone .item .note b
{
    font-size: 26px;
    font-weight: normal;
    line-height: 1.28571429;

    display: block;

    margin-bottom: 14px;

    color: #077fbc;
}
@media (max-width: 991px)
{
    .wrap-culture .culture-partone .item .note b
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-culture .culture-partone .item .note b
    {
        font-size: 16px;
    }
}
.wrap-culture .culture-partone .item .note p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-culture .culture-partone .item .note p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-culture .culture-partone .item .note p
    {
        font-size: 14px;
    }
}
.wrap-culture .culture-parttwo
{
    font-size: 0;

    margin-top: 50px;

    background-color: #f8f8f8;
}
.wrap-culture .culture-parttwo .pic,
.wrap-culture .culture-parttwo .text
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-culture .culture-parttwo .pic,
    .wrap-culture .culture-parttwo .text
    {
        width: 100%;
    }
}
.wrap-culture .culture-parttwo .pic
{
    overflow: hidden;
}
@media (max-width: 991px)
{
    .wrap-culture .culture-parttwo .pic img
    {
        max-width: 100%;
    }
}
.wrap-culture .culture-parttwo .text
{
    padding: 30px;
}
@media (max-width: 991px)
{
    .wrap-culture .culture-parttwo .text
    {
        padding: 30px 14px;
    }
}
.wrap-culture .culture-parttwo .text p
{
    font-size: 18px;
    line-height: 2.22222222;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-culture .culture-parttwo .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-culture .culture-parttwo .text p
    {
        font-size: 14px;
    }
}
.wrap-culture .mask
{
    margin-top: 80px;

    text-align: center;
}
@media (max-width: 1199px)
{
    .wrap-culture .mask
    {
        margin-top: 50px;
    }
}
.wrap-culture .mask h1
{
    display: inline-block;

    margin: 0;
    padding: 10px;

    border-radius: 50px;
    background-color: #0c8e3f;
}
@media (max-width: 767px)
{
    .wrap-culture .mask h1
    {
        padding: 4px;
    }
}
.wrap-culture .mask h1 span
{
    font-size: 30px;
    line-height: 1.66666667;

    display: block;

    padding: 10px 40px;

    color: #fff;
    border: 3px dashed #02b247;
    border-radius: 50px;
}
@media (max-width: 1350px)
{
    .wrap-culture .mask h1 span
    {
        font-size: 26px;
    }
}
@media (max-width: 1199px)
{
    .wrap-culture .mask h1 span
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-culture .mask h1 span
    {
        padding: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-culture .mask h1 span
    {
        font-size: 16px;
    }
}
.wrap-development .development ul
{
    font-size: 0;

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

    display: inline-block;

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

    vertical-align: top;
}
.wrap-development .development ul li:nth-child(1),
.wrap-development .development ul li:nth-child(2)
{
    width: 50%;
}
@media (max-width: 767px)
{
    .wrap-development .development ul li:nth-child(1),
    .wrap-development .development ul li:nth-child(2)
    {
        width: 100%;
    }
}
.wrap-development .development ul li .item
{
    font-size: 0;

    background-color: #f8f8f8;
}
.wrap-development .development ul li .item .pic,
.wrap-development .development ul li .item .text
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-development .development ul li .item .pic,
    .wrap-development .development ul li .item .text
    {
        width: 100%;
    }
}
.wrap-development .development ul li .item .pic
{
    overflow: hidden;
}
@media (max-width: 1199px)
{
    .wrap-development .development ul li .item .pic img
    {
        max-width: 100%;
    }
}
.wrap-development .development ul li .item .text
{
    padding: 30px;
}
@media (max-width: 767px)
{
    .wrap-development .development ul li .item .text
    {
        padding: 30px 14px;
    }
}
.wrap-development .development ul li .item .text .title-development b
{
    font-size: 26px;
    font-weight: normal;
    line-height: 40px;

    display: inline-block;

    margin-bottom: 14px;
    padding: 10px 30px;

    color: #fff;
    border-radius: 30px;
    background-color: #0c8e3f;
}
@media (max-width: 1660px)
{
    .wrap-development .development ul li .item .text .title-development b
    {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-development .development ul li .item .text .title-development b
    {
        font-size: 18px;

        padding: 4px 20px;
    }
}
.wrap-development .development ul li .item .text .note p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 1660px)
{
    .wrap-development .development ul li .item .text .note p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-development .development ul li .item .text .note p
    {
        font-size: 14px;
    }
}
.wrap-development .development ul li:nth-child(3) .item
{
    color: #fff;
    background-color: #077fbc;
}
.wrap-development .development ul li:nth-child(3) .item .title-development b
{
    font-size: 22px;

    color: #077fbc;
    background-color: #fff;
}
@media (max-width: 1660px)
{
    .wrap-development .development ul li:nth-child(3) .item .title-development b
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-development .development ul li:nth-child(3) .item .title-development b
    {
        font-size: 16px;
    }
}
.wrap-development .development ul li:nth-child(4) .item
{
    color: #fff;
    background-color: #0c8e3f;
}
.wrap-development .development ul li:nth-child(4) .item .title-development b
{
    font-size: 22px;

    color: #0c8e3f;
    background-color: #fff;
}
.wrap-development .road
{
    margin-top: 70px;
}
.wrap-development .road .title-road
{
    display: block;

    padding: 10px;

    border-radius: 50px;
    background-color: #077fbc;
}
.wrap-development .road .title-road h2
{
    font-size: 32px;
    line-height: 1.5625;

    margin: 0;

    text-align: center;

    color: #fff;
}
@media (max-width: 1660px)
{
    .wrap-development .road .title-road h2
    {
        font-size: 26px;
    }
}
@media (max-width: 991px)
{
    .wrap-development .road .title-road h2
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-development .road .title-road h2
    {
        font-size: 16px;
    }
}
.wrap-development .road .list ul li:nth-child(2n) .pic
{
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
}
@media (max-width: 991px)
{
    .wrap-development .road .list ul li:nth-child(2n) .pic
    {
        -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%);
    }
}
.wrap-development .road .list ul li:nth-child(2n) .note
{
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
}
@media (max-width: 991px)
{
    .wrap-development .road .list ul li:nth-child(2n) .note
    {
        -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%);
    }
}
.wrap-development .road .list .item
{
    font-size: 0;

    margin-top: 50px;

    background-color: #f8f8f8;
}
.wrap-development .road .list .item .pic,
.wrap-development .road .list .item .note
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-development .road .list .item .pic,
    .wrap-development .road .list .item .note
    {
        width: 100%;
    }
}
.wrap-development .road .list .item .pic .img-box
{
    padding-bottom: 43.47826087%;
}
.wrap-development .road .list .item .note
{
    padding: 0 5%;
}
@media (max-width: 1199px)
{
    .wrap-development .road .list .item .note
    {
        padding: 0 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-development .road .list .item .note
    {
        padding: 30px 14px;
    }
}
.wrap-development .road .list .item .note .title-note
{
    border-bottom: 1px solid #d0d0d0;
}
.wrap-development .road .list .item .note .title-note b
{
    font-size: 32px;
    line-height: 1.5625;

    display: inline-block;

    color: #0c8e3f;
    border-bottom: 3px solid #0c8e3f;
}
@media (max-width: 1660px)
{
    .wrap-development .road .list .item .note .title-note b
    {
        font-size: 26px;
    }
}
@media (max-width: 991px)
{
    .wrap-development .road .list .item .note .title-note b
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .wrap-development .road .list .item .note .title-note b
    {
        font-size: 18px;
    }
}
.wrap-development .road .list .item .note .desc
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .wrap-development .road .list .item .note .desc
    {
        margin-top: 10px;
    }
}
.wrap-development .road .list .item .note .desc p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-development .road .list .item .note .desc p
    {
        font-size: 16px;
        line-height: 26px;
    }
}
@media (max-width: 767px)
{
    .wrap-development .road .list .item .note .desc p
    {
        font-size: 14px;
    }
}
.wrap-team .team
{
    margin-top: 20px;
}
.wrap-team .team .item
{
    display: block;

    margin-top: 30px;

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

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-team .team .item p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-team .team .item p
    {
        font-size: 14px;
    }
}
.wrap-team .team .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-team .team .item:hover p
{
    color: #077fbc;
}
.wrap-honor .honor
{
    margin-top: 20px;
}
.wrap-honor .honor .item
{
    display: block;

    margin-top: 30px;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-honor .honor .item
    {
        margin-top: 20px;
    }
}
.wrap-honor .honor .item .img-box
{
    padding-bottom: 68.08510638%;

    border: 1px solid #dfdfdf;
}
.wrap-honor .honor .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-honor .honor .item p
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-honor .honor .item p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-honor .honor .item p
    {
        font-size: 14px;
    }
}
.wrap-honor .honor .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-honor .honor .item:hover p
{
    color: #077fbc;
}
.wrap-video .video
{
    position: relative;

    overflow: hidden;
}
.wrap-video .video .img-box
{
    z-index: 0;

    padding-bottom: 59.57446809%;

    background-color: #000;
}
.wrap-video .video .img-box img
{
    -webkit-transition: all .6s ease;
            transition: all .6s ease;

    opacity: .7;
}
.wrap-video .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}
.wrap-video .video .iframe
{
    display: none;

    width: 100% !important;
    height: 100% !important;
}
.wrap-video .video .play
{
    font-size: 60px;

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

    display: inline-block;

    width: 100%;
    margin-bottom: 100%;

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

    opacity: .7;
    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-video .video .play
    {
        font-size: 40px;

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

        opacity: 1;
    }
}
.wrap-video .video .play:before
{
    font-family: 'iconfont';
    font-weight: normal;

    display: block;

    content: '\e67f';
}
.wrap-video .item
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-video .item
    {
        margin-top: 30px;
    }
}
.wrap-video .item p
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-video .item p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-video .item p
    {
        font-size: 14px;
    }
}
.wrap-video .item:hover .video .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);

    opacity: .9;
}
.wrap-video .item:hover p
{
    color: #077fbc;
}
.wrap-news .news ul
{
    font-size: 0;

    border-left: 1px solid #dadada;
}
.wrap-news .news ul li
{
    font-size: 14px;

    display: inline-block;

    width: 33.33333333%;

    vertical-align: top;

    border-right: 1px solid #dadada;
}
@media (max-width: 991px)
{
    .wrap-news .news ul li
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news ul li
    {
        width: 100%;
    }
}
.wrap-news .news .item
{
    position: relative;

    display: block;
    overflow: hidden;

    padding: 30px;
}
@media (max-width: 1199px)
{
    .wrap-news .news .item
    {
        margin-top: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-news .news .item
    {
        padding: 10px;
    }
}
.wrap-news .news .item .title-news span.date
{
    font-size: 16px;
    line-height: 26px;

    display: block;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .title-news span.date
    {
        font-size: 14px;
    }
}
.wrap-news .news .item .title-news b
{
    font-size: 26px;
    line-height: 34px;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .title-news b
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .title-news b
    {
        font-size: 18px;
        line-height: 28px;

        height: 56px;
    }
}
.wrap-news .news .item .pic
{
    margin-top: 20px;
}
.wrap-news .news .item .pic .img-box
{
    padding-bottom: 57.5%;
}
.wrap-news .news .item .note
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note
    {
        margin-top: 20px;
    }
}
.wrap-news .news .item .note p
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;

    color: #666;

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

    display: block;

    color: #a2a2a2;
}
.wrap-news .news .item span.more:after
{
    font-family: 'iconfont' !important;

    content: '\e680';
}
.wrap-news .news .item .newsbg
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: translateY(105%);
        -ms-transform: translateY(105%);
            transform: translateY(105%);

    background-color: rgba(7, 127, 188, .95);
}
.wrap-news .news .item .newsbg .mask
{
    position: absolute;
    top: 50%;

    padding: 30px;

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

    color: #fff;
}
.wrap-news .news .item .newsbg .mask span.date
{
    font-size: 16px;
    line-height: 26px;

    display: block;
}
.wrap-news .news .item .newsbg .mask b
{
    font-size: 26px;
    line-height: 34px;

    display: -webkit-box;
    overflow: hidden;

    height: 68px;
    margin-top: 10px;
    margin-bottom: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-news .news .item .newsbg .mask p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 150px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.wrap-news .news .item .newsbg .mask span.more
{
    margin-top: 30px;

    color: #fff;
}
@media (min-width: 1200px)
{
    .wrap-news .news .item:hover .newsbg
    {
        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
}
.wrap-news-show .title-news-show h1
{
    font-size: 32px;
    line-height: 1.53846154;

    margin: 0;

    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-news-show .title-news-show h1
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-news-show .title-news-show h1
    {
        font-size: 20px;
    }
}
.wrap-news-show .title-news-show .info
{
    overflow: hidden;

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

    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}
.wrap-news-show .title-news-show .info span
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    margin-right: 30px;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-news-show .title-news-show .info span
    {
        font-size: 14px;

        margin-right: 10px;
    }
}
.wrap-news-show .title-news-show .info a.return
{
    line-height: 30px;

    display: inline-block;
    float: right;

    color: #077fbc;
}
.wrap-news-show .title-news-show .info a.return:hover
{
    color: #f29600;
}
.wrap-news-show .news-show
{
    margin-top: 30px;
}
.wrap-news-show .news-show p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-show p
    {
        font-size: 15px;
    }
}
.wrap-news-show .news-show img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-news-show .news-button
{
    margin-top: 60px;
}
@media (max-width: 767px)
{
    .wrap-news-show .news-button
    {
        margin-top: 30px;
    }
}
.wrap-news-show .news-button a
{
    font-size: 16px;
    line-height: 46px;

    display: inline-block;
    overflow: hidden;

    min-width: 382px;
    height: 46px;
    margin-top: 10px;
    padding: 0 20px;

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

    color: #9e9e9e;
    border: 1px dashed #bfbfbf;
    border-radius: 30px;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-button a
    {
        min-width: 100%;
    }
}
@media (max-width: 767px)
{
    .wrap-news-show .news-button a
    {
        font-size: 14px;
    }
}
.wrap-news-show .news-button a:hover
{
    color: #077fbc;
    border-color: #077fbc;
}
.wrap-news-show .news-button .next
{
    text-align: right;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-button .next
    {
        text-align: left;
    }
}
.wrap-product .product
{
    margin-top: -50px;
}
@media (max-width: 991px)
{
    .wrap-product .product
    {
        margin-top: -30px;
    }
}
.wrap-product .product .item
{
    font-size: 0;

    position: relative;

    display: block;
    overflow: hidden;

    margin-top: 50px;

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

    background-color: #f8f8f8;
}
@media (max-width: 991px)
{
    .wrap-product .product .item
    {
        margin-top: 30px;
    }
}
.wrap-product .product .item .pic,
.wrap-product .product .item .note
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-product .product .item .pic
{
    width: 45%;
}
@media (max-width: 991px)
{
    .wrap-product .product .item .pic
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product .item .pic
    {
        width: 100%;
    }
}
.wrap-product .product .item .pic .img-box
{
    padding-bottom: 53.65853659%;
}
.wrap-product .product .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product .item .note
{
    width: 55%;
    padding: 10px 3%;
}
@media (max-width: 991px)
{
    .wrap-product .product .item .note
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product .item .note
    {
        width: 100%;
        padding: 20px 10px;
    }
}
.wrap-product .product .item .note b
{
    font-size: 32px;
    line-height: 40px;

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

    height: 40px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1350px)
{
    .wrap-product .product .item .note b
    {
        font-size: 26px;
        line-height: 30px;

        height: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-product .product .item .note b
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product .item .note b
    {
        font-size: 18px;
    }
}
.wrap-product .product .item .note p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 991px)
{
    .wrap-product .product .item .note p
    {
        font-size: 14px;
        line-height: 26px;

        max-height: 78px;
        margin: 10px 0;
    }
}
.wrap-product .product .item .note span.more
{
    font-size: 16px;
    line-height: 40px;

    display: inline-block;

    height: 40px;
    padding: 0 20px;

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

    color: #fff;
    border-radius: 30px;
    background-color: #077fbc;
}
@media (max-width: 991px)
{
    .wrap-product .product .item .note span.more
    {
        line-height: 30px;

        height: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product .item .note span.more
    {
        font-size: 14px;
    }
}
.wrap-product .product .item:hover
{
    background-color: #077fbc;
}
.wrap-product .product .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product .product .item:hover .note b,
.wrap-product .product .item:hover .note p
{
    color: #fff;
}
.wrap-product .product .item:hover .note span.more
{
    color: #077fbc;
    background-color: #fff;
}
.wrap-product-show .product-show
{
    font-size: 0;

    background-color: #f8f8f8;
}
.wrap-product-show .product-show .pic,
.wrap-product-show .product-show .note
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-product-show .product-show .pic
{
    width: 54%;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .pic
    {
        width: 100%;
    }
}
.wrap-product-show .product-show .pic .img-box
{
    padding-bottom: 53.65853659%;
}
.wrap-product-show .product-show .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product-show .product-show .note
{
    width: 46%;
    padding: 10px 3%;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .note
    {
        width: 100%;
        padding: 20px 10px;
    }
}
.wrap-product-show .product-show .note h1
{
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;

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

    height: 40px;
    margin-bottom: 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1350px)
{
    .wrap-product-show .product-show .note h1
    {
        font-size: 26px;
        line-height: 30px;

        height: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .note h1
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .product-show .note h1
    {
        font-size: 18px;
    }
}
.wrap-product-show .product-show .note p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 1199px)
{
    .wrap-product-show .product-show .note p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .product-show .note p
    {
        font-size: 14px;
    }
}
.wrap-product-show .product-show .note a.more
{
    font-size: 16px;
    line-height: 40px;

    display: inline-block;

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

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

    color: #fff;
    border-radius: 30px;
    background-color: #0c8e3f;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .note a.more
    {
        line-height: 30px;

        height: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .product-show .note a.more
    {
        font-size: 14px;
    }
}
.wrap-product-show .product-show .note a.more:hover
{
    background-color: #077fbc;
}
.wrap-parameter
{
    margin-top: 60px;
}
.wrap-parameter .title-parameter
{
    text-align: center;
}
.wrap-parameter .title-parameter h2
{
    font-size: 40px;
    font-weight: bold;
    line-height: 1;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-parameter .title-parameter h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-parameter .title-parameter h2
    {
        font-size: 24px;
    }
}
.wrap-parameter .parameter
{
    margin-top: 40px;
}
.wrap-parameter .parameter table
{
    font-size: 18px;
    line-height: 1.2;

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

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

    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-parameter .parameter table
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-parameter .parameter table
    {
        font-size: 14px;
    }
}
.wrap-parameter .parameter table th,
.wrap-parameter .parameter table td
{
    line-height: 1.5;

    padding: 14px 10px;

    border: 1px solid #dcdcdc;
}
.wrap-parameter .parameter table th
{
    font-size: 24px;
    font-weight: normal;

    text-align: center;

    color: #fff;
    background-color: #0c8e3f;
}
@media (max-width: 991px)
{
    .wrap-parameter .parameter table th
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-parameter .parameter table th
    {
        font-size: 16px;
    }
}
.wrap-relate-product
{
    margin-top: 60px;
}
.wrap-relate-product .title-relate-product
{
    border-bottom: 1px solid #dcdcdc;
}
.wrap-relate-product .title-relate-product b
{
    font-size: 24px;
    line-height: 40px;

    display: inline-block;

    color: #0c8e3f;
    border-bottom: 3px solid #0c8e3f;
}
@media (max-width: 991px)
{
    .wrap-relate-product .title-relate-product b
    {
        font-size: 20px;
    }
}
.wrap-relate-product .title-relate-product a.more
{
    font-size: 16px;
    line-height: 40px;

    display: inline-block;
    float: right;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-relate-product .title-relate-product a.more
    {
        font-size: 14px;
    }
}
.wrap-relate-product .title-relate-product a.more:hover
{
    color: #0c8e3f;
}
.wrap-relate-product .slick-relate-product
{
    margin: 0 -20px;
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .wrap-relate-product .slick-relate-product
    {
        margin-top: 20px;
    }
}
.wrap-relate-product .slick-slide
{
    padding: 0 20px;
}
.wrap-relate-product .item
{
    display: block;

    text-align: center;
}
.wrap-relate-product .item .img-box
{
    padding-bottom: 53.65853659%;
}
.wrap-relate-product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-relate-product .item p
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-relate-product .item p
    {
        font-size: 16px;
    }
}
.wrap-relate-product .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-relate-product .item:hover p
{
    color: #0c8e3f;
}
.wrap-talent .talent
{
    font-size: 0;

    margin-top: 50px;

    background-color: #f8f8f8;
}
@media (max-width: 991px)
{
    .wrap-talent .talent
    {
        margin-top: 30px;
    }
}
.wrap-talent .talent .pic,
.wrap-talent .talent .note
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-talent .talent .pic,
    .wrap-talent .talent .note
    {
        width: 100%;
    }
}
.wrap-talent .talent .pic
{
    overflow: hidden;
}
@media (max-width: 991px)
{
    .wrap-talent .talent .pic img
    {
        max-width: 100%;
    }
}
.wrap-talent .talent .note
{
    padding: 10px 5%;
}
@media (max-width: 991px)
{
    .wrap-talent .talent .note
    {
        padding: 30px 10px;
    }
}
.wrap-talent .talent .note p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 1470px)
{
    .wrap-talent .talent .note p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-talent .talent .note p
    {
        font-size: 14px;
    }
}
.wrap-recruit
{
    position: relative;

    margin-top: 60px;
}
.wrap-recruit .recruit-text
{
    padding: 60px 60% 190px 30px;

    border-bottom: 1px dashed #dcdcdc;
}
@media (max-width: 991px)
{
    .wrap-recruit .recruit-text
    {
        padding: 0 0 30px 0;
    }
}
.wrap-recruit .recruit-text h3
{
    font-size: 36px;
    line-height: 40px;

    display: inline-block;

    padding: 10px 30px;

    text-transform: uppercase;

    color: #fff;
    border-radius: 50px;
    background-color: #f29600;
}
@media (max-width: 991px)
{
    .wrap-recruit .recruit-text h3
    {
        font-size: 16px;
        line-height: 30px;

        padding: 10px 20px;
    }
}
.wrap-recruit .recruit-text h3 span
{
    font-weight: bold;
}
@media (max-width: 991px)
{
    .wrap-recruit .recruit-text h3 span
    {
        font-size: 22px;
    }
}
.wrap-recruit .recruit-text b
{
    font-size: 26px;
    font-weight: normal;
    line-height: 1.53846154;

    display: block;

    margin: 10px 0;

    color: #077fbc;
}
@media (max-width: 991px)
{
    .wrap-recruit .recruit-text b
    {
        font-size: 20px;
    }
}
.wrap-recruit .recruit-text p
{
    font-size: 20px;
    line-height: 2.1;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-recruit .recruit-text p
    {
        font-size: 15px;
    }
}
.wrap-recruit .recruit
{
    padding-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-recruit .recruit
    {
        padding-top: 30px;
    }
}
.wrap-recruit .recruit .title-recruit
{
    text-align: center;
}
.wrap-recruit .recruit .title-recruit b
{
    font-size: 24px;
    line-height: 1;

    display: block;
}
@media (max-width: 991px)
{
    .wrap-recruit .recruit .title-recruit b
    {
        font-size: 24px;
    }
}
.wrap-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)
{
    .wrap-recruit .recruit .title-recruit p
    {
        font-size: 26px;
    }
}
.wrap-recruit .recruit .title-recruit p span
{
    font-weight: bold;
}
.wrap-recruit .list
{
    overflow-x: auto;
}
.wrap-recruit .list > ul
{
    overflow: hidden;
}
.wrap-recruit .list > ul > li
{
    margin-top: 30px;
    padding: 20px 0;

    border-bottom: 1px solid #e6e6e6;
}
.wrap-recruit .list > ul > li .tlist
{
    display: table;
    overflow: hidden;

    width: 100%;
}
.wrap-recruit .list > ul > li .tlist .titem-left
{
    width: 15%;
    padding: 10px;

    text-align: center;

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

    display: block;
}
@media (max-width: 1199px)
{
    .wrap-recruit .list > ul > li .tlist .titem-left b
    {
        font-size: 18px;
    }
}
.wrap-recruit .list > ul > li .tlist .titem-middle
{
    width: 70%;
    padding: 10px 3%;
}
@media (max-width: 1470px)
{
    .wrap-recruit .list > ul > li .tlist .titem-middle
    {
        padding: 10px;
    }
}
.wrap-recruit .list > ul > li .tlist .titem-middle p
{
    font-size: 18px;
    line-height: 2;

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

        margin: 0;
    }
}
.wrap-recruit .list > ul > li .tlist .titem-middle p i
{
    font-style: normal;

    color: #333;
}
.wrap-recruit .list > ul > li .tlist .titem-middle p span
{
    margin-right: 12%;
}
@media (max-width: 767px)
{
    .wrap-recruit .list > ul > li .tlist .titem-middle p span
    {
        display: block;

        margin-right: 0;
    }
}
.wrap-recruit .list > ul > li .tlist .titem-right
{
    width: 15%;
    padding: 10px;
}
.wrap-recruit .list > ul > li .tlist .titem-right a.more
{
    font-size: 16px;
    line-height: 44px;

    display: inline-block;

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

    color: #fff;
    border-radius: 4px;
    background-color: #077fbc;
}
@media (max-width: 1199px)
{
    .wrap-recruit .list > ul > li .tlist .titem-right a.more
    {
        font-size: 12px;
        line-height: 24px;

        height: auto;
        margin-top: 0;
        padding: 10px;
    }
}
.wrap-recruit .list > ul > li .tlist .titem-right a.more:before
{
    display: inline-block;

    content: '查看详情 +';
    vertical-align: middle;
    word-break: break-all;
}
.wrap-recruit .list > ul > li .tlist .titem-left,
.wrap-recruit .list > ul > li .tlist .titem-middle,
.wrap-recruit .list > ul > li .tlist .titem-right
{
    display: table-cell;

    vertical-align: top;
}
.wrap-recruit .list > ul > li.current .titem-right a.more
{
    color: #333;
    background-color: #dcdcdc;
}
.wrap-recruit .list > ul > li.current .titem-right a.more:before
{
    content: '关闭详情 -';
}
.wrap-recruit .list > ul > li .note
{
    display: none;

    padding: 30px 30px;

    border-top: 1px solid #e6e6e6;
}
@media (max-width: 991px)
{
    .wrap-recruit .list > ul > li .note
    {
        padding: 30px 0;
    }
}
.wrap-recruit .list > ul > li .note h3
{
    font-size: 22px;
    line-height: 1.63636364;
}
@media (max-width: 991px)
{
    .wrap-recruit .list > ul > li .note h3
    {
        font-size: 18px;
    }
}
.wrap-recruit .list > ul > li .note p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-recruit .list > ul > li .note p
    {
        font-size: 15px;
    }
}
.wrap-recruit .list > ul > li .note a.apply
{
    font-size: 16px;
    line-height: 44px;

    display: inline-block;

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

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

    color: #fff;
    border-radius: 4px;
    background-color: #077fbc;
}
.wrap-recruit .list > ul > li .note a.apply:hover
{
    background-color: #f29600;
}
.wrap-recruit .message
{
    position: fixed;
    z-index: 11;
    top: 5%;
    left: 0;

    display: none;
    overflow: hidden;
    overflow-y: auto;

    width: 100%;
    max-height: 90%;
    padding: 20px 0;
}
@media (max-width: 991px)
{
    .wrap-recruit .message
    {
        padding: 20px;
    }
}
.wrap-recruit .message .messageinfo
{
    position: relative;

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

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

    border-bottom: 1px solid #ddd;
}
.wrap-recruit .message .title-message h3
{
    font-size: 20px;
    line-height: 2;

    display: block;

    margin: 0;

    text-align: center;
}
.wrap-recruit .message .title-message .m-close
{
    position: absolute;
    top: -20px;
    right: -20px;

    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;
}
.wrap-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);
}
.wrap-recruit .message .title-message .m-close:hover
{
    color: #fff;
    background-color: #077fbc;
}
.wrap-recruit .message .item
{
    position: relative;

    overflow: hidden;

    min-height: 50px;
    padding-left: 120px;
}
@media (max-width: 991px)
{
    .wrap-recruit .message .item
    {
        padding-left: 90px;
    }
}
.wrap-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)
{
    .wrap-recruit .message p
    {
        font-size: 14px;

        width: 70px;
    }
}
.wrap-recruit .message input,
.wrap-recruit .message textarea,
.wrap-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;
}
.wrap-recruit .message .radio
{
    font-size: 18px;
    line-height: 30px;

    display: inline-block;

    margin-top: 10px;

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

    opacity: 0;
}
.wrap-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;
}
.wrap-recruit .message .radio input[type='radio']:checked + .radio-label:before
{
    background-color: #077fbc;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
.wrap-recruit .message .radio input[type='radio']:focus + .radio-label:before
{
    border-color: #3197ee;
    outline: none;
}
.wrap-recruit .message .radio input[type='radio'] + .radio-label:empty:before
{
    margin-right: 0;
}
.wrap-recruit .message .item-1
{
    padding-left: 0;

    text-align: center;
}
.wrap-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: #077fbc;
}
@media (max-width: 1560px)
{
    .wrap-recruit .message .btn
    {
        font-size: 16px;
    }
}
.wrap-recruit .message .btn.reset
{
    margin-right: 100px;

    color: #333;
    background-color: #cecece;
}
@media (max-width: 991px)
{
    .wrap-recruit .message .btn.reset
    {
        margin-right: 20px;
    }
}
.wrap-recruit .message .btn:hover
{
    background-color: #05496c;
}
.wrap-recruit .showMorehandle
{
    margin-top: 50px;

    text-align: center;
}
.wrap-recruit .showMorehandle a
{
    font-size: 30px;
    line-height: 50px;

    display: inline-block;

    width: 50px;
    height: 50px;

    color: #fff;
    border-radius: 50%;
    background-color: #077fbc;
}
.maskbg
{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, .6);
}
.wrap-join .join
{
    font-size: 0;
}
.wrap-join .join .text,
.wrap-join .join .pic
{
    font-size: 14px;

    display: inline-block;

    width: 50%;
    margin-top: 70px;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-join .join .text,
    .wrap-join .join .pic
    {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-join .join .text
{
    padding-right: 30px;
}
@media (max-width: 991px)
{
    .wrap-join .join .text
    {
        padding: 0;
    }
}
.wrap-join .join .text .title-join
{
    padding-bottom: 6px;

    border-bottom: 1px solid #dcdcdc;
}
.wrap-join .join .text .title-join h1
{
    font-size: 34px;
    line-height: 1.5;

    display: inline-block;

    margin: 0;

    color: #077fbc;
    border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 1350px)
{
    .wrap-join .join .text .title-join h1
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .wrap-join .join .text .title-join h1
    {
        font-size: 20px;
    }
}
.wrap-join .join .text .note
{
    margin-top: 20px;
}
.wrap-join .join .text .note p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 1350px)
{
    .wrap-join .join .text .note p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-join .join .text .note p
    {
        font-size: 14px;
    }
}
.wrap-join .join .pic
{
    overflow: hidden;
}
@media (max-width: 991px)
{
    .wrap-join .join .pic img
    {
        max-width: 100%;
    }
}
.wrap-join .join-mask
{
    margin-top: 30px;
}
.wrap-join .join-mask ul
{
    overflow: hidden;

    margin: 0 -20px;
}
@media (max-width: 1660px)
{
    .wrap-join .join-mask ul
    {
        margin: 0 -10px;
    }
}
.wrap-join .join-mask ul li
{
    display: inline-block;

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

    vertical-align: top;
}
@media (max-width: 1660px)
{
    .wrap-join .join-mask ul li
    {
        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-join .join-mask ul li
    {
        margin-top: 14px !important;
    }
}
.wrap-join .join-mask ul li p
{
    font-size: 20px;
    line-height: 1.5;

    display: inline-block;

    margin: 0;
    padding: 20px 30px;

    color: #fff;
    border-radius: 50px;
    background-color: #0c8e3f;
}
@media (max-width: 1660px)
{
    .wrap-join .join-mask ul li p
    {
        font-size: 18px;
    }
}
@media (max-width: 1350px)
{
    .wrap-join .join-mask ul li p
    {
        font-size: 16px;
    }
}
@media (max-width: 1199px)
{
    .wrap-join .join-mask ul li p
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .wrap-join .join-mask ul li p
    {
        padding: 10px 20px;
    }
}
.wrap-join .join-mask ul li p span
{
    font-size: 14px;
}
.wrap-join .join-mask ul li:nth-child(9n+1)
{
    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .wrap-join .join-mask ul li:nth-child(9n+1)
    {
        margin-top: 30px;
    }
}
.wrap-join .join-mask ul li:nth-child(9n+2) p
{
    background-color: #077fbc;
}
.wrap-join .join-mask ul li:nth-child(9n+3)
{
    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .wrap-join .join-mask ul li:nth-child(9n+3)
    {
        margin-top: 30px;
    }
}
.wrap-join .join-mask ul li:nth-child(9n+3) p
{
    background-color: #077fbc;
}
.wrap-join .join-mask ul li:nth-child(9n+4)
{
    margin-top: 0;
    margin-left: 10%;
}
@media (max-width: 1199px)
{
    .wrap-join .join-mask ul li:nth-child(9n+4)
    {
        margin-top: 30px;
    }
}
.wrap-join .join-mask ul li:nth-child(9n+4) p
{
    background-color: #077fbc;
    box-shadow: 0 0 10px rgba(7, 127, 188, .5);
}
.wrap-join .join-mask ul li:nth-child(9n+5)
{
    margin-left: 10%;
}
.wrap-join .join-mask ul li:nth-child(9n+5) p
{
    font-size: 44px;

    background-color: #077fbc;
    box-shadow: 0 0 10px rgba(7, 127, 188, .5);
}
@media (max-width: 1660px)
{
    .wrap-join .join-mask ul li:nth-child(9n+5) p
    {
        font-size: 34px;
    }
}
@media (max-width: 1199px)
{
    .wrap-join .join-mask ul li:nth-child(9n+5) p
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .wrap-join .join-mask ul li:nth-child(9n+5) p
    {
        font-size: 20px;
    }
}
.wrap-join .join-mask ul li:nth-child(9n+6)
{
    margin-top: -30px;
}
@media (max-width: 1199px)
{
    .wrap-join .join-mask ul li:nth-child(9n+6)
    {
        margin: 30px 0 0 0;
    }
}
.wrap-join .join-mask ul li:nth-child(9n+6) p
{
    font-size: 34px;
}
@media (max-width: 1660px)
{
    .wrap-join .join-mask ul li:nth-child(9n+6) p
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .wrap-join .join-mask ul li:nth-child(9n+6) p
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-join .join-mask ul li:nth-child(9n+6) p
    {
        font-size: 16px;
    }
}
.wrap-join .join-mask ul li:nth-child(9n+7)
{
    margin: 30px 8% 0;
}
@media (max-width: 1660px)
{
    .wrap-join .join-mask ul li:nth-child(9n+7)
    {
        margin: 30px 6% 0 8%;
    }
}
@media (max-width: 1199px)
{
    .wrap-join .join-mask ul li:nth-child(9n+7)
    {
        margin: 30px 10px 0 10px;
    }
}
.wrap-join .join-mask ul li:nth-child(9n+7) p
{
    background-color: #077fbc;
    box-shadow: 0 0 10px rgba(7, 127, 188, .5);
}
.wrap-join .join-mask ul li:nth-child(9n+8) p
{
    background-color: #077fbc;
}
.wrap-join .join-mask ul li:nth-child(9n+9)
{
    float: right;
}
.wrap-join .join-info
{
    font-size: 0;

    margin-top: 60px;

    background-color: #f8f8f8;
}
.wrap-join .join-info .pic,
.wrap-join .join-info .text
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-join .join-info .pic,
    .wrap-join .join-info .text
    {
        width: 100%;
    }
}
.wrap-join .join-info .pic
{
    overflow: hidden;
}
@media (max-width: 991px)
{
    .wrap-join .join-info .pic img
    {
        max-width: 100%;
    }
}
.wrap-join .join-info .text
{
    padding: 30px;
}
@media (max-width: 991px)
{
    .wrap-join .join-info .text
    {
        padding: 30px 14px;
    }
}
.wrap-join .join-info .text .title-join-info h2
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1;

    margin: 0;

    color: #077fbc;
}
@media (max-width: 991px)
{
    .wrap-join .join-info .text .title-join-info h2
    {
        font-size: 24px;
    }
}
.wrap-join .join-info .text .note
{
    margin-top: 20px;
}
.wrap-join .join-info .text .note p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 1350px)
{
    .wrap-join .join-info .text .note p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-join .join-info .text .note p
    {
        font-size: 14px;
    }
}
.wrap-advantage
{
    margin-top: 60px;
}
.wrap-advantage .advantage .item
{
    margin-top: 60px;

    background-color: #f8f8f8;
}
@media (max-width: 1660px)
{
    .wrap-advantage .advantage .item
    {
        margin-top: 30px;
    }
}
.wrap-advantage .advantage .item .pic .img-box
{
    padding-bottom: 52.17391304%;
}
.wrap-advantage .advantage .item .text
{
    position: relative;
    z-index: 2;

    margin-top: -32px;
    padding: 0 28px;
}
@media (max-width: 991px)
{
    .wrap-advantage .advantage .item .text
    {
        margin-top: -27px;
        padding: 0 10px;
        padding-bottom: 30px;
    }
}
.wrap-advantage .advantage .item .text h3
{
    font-size: 34px;
    line-height: 34px;

    margin: 0;
    padding: 15px;

    color: #fff;
    background-color: #077fbc;
}
@media (max-width: 1660px)
{
    .wrap-advantage .advantage .item .text h3
    {
        font-size: 28px;
    }
}
@media (max-width: 991px)
{
    .wrap-advantage .advantage .item .text h3
    {
        font-size: 20px;

        padding: 10px 14px;
    }
}
.wrap-advantage .advantage .item .text h3 b
{
    font-family: 'Barlow Condensed';
    font-size: 46px;
    line-height: 34px;

    display: inline-block;
    float: left;

    margin-right: 10px;
}
@media (max-width: 1660px)
{
    .wrap-advantage .advantage .item .text h3 b
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .wrap-advantage .advantage .item .text h3 b
    {
        font-size: 30px;
    }
}
.wrap-advantage .advantage .item .text .note
{
    margin-top: 20px;
}
.wrap-advantage .advantage .item .text p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 1660px)
{
    .wrap-advantage .advantage .item .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-advantage .advantage .item .text p
    {
        font-size: 14px;
    }
}
.wrap-advantage .advantage .item-2 .text h3,
.wrap-advantage .advantage .item-5 .text h3
{
    background-color: #0c8e3f;
}
.wrap-mode
{
    margin-top: 60px;
}
.wrap-mode .mode
{
    font-size: 0;

    margin-top: 50px;

    background-color: #f8f8f8;
}
.wrap-mode .mode .pic,
.wrap-mode .mode .text
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-mode .mode .pic,
    .wrap-mode .mode .text
    {
        width: 100%;
    }
}
.wrap-mode .mode .pic
{
    overflow: hidden;
}
@media (max-width: 991px)
{
    .wrap-mode .mode .pic img
    {
        max-width: 100%;
    }
}
.wrap-mode .mode .text
{
    padding: 0 4%;
}
@media (max-width: 991px)
{
    .wrap-mode .mode .text
    {
        padding: 30px 14px;
    }
}
.wrap-mode .mode .text p
{
    font-size: 18px;
    line-height: 2;

    position: relative;

    min-height: 44px;
    margin: 0;
    margin-bottom: 24px;
    padding-left: 60px;
}
@media (max-width: 1350px)
{
    .wrap-mode .mode .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .wrap-mode .mode .text p
    {
        min-height: 34px;
        padding-left: 44px;
    }
}
@media (max-width: 767px)
{
    .wrap-mode .mode .text p
    {
        font-size: 14px;
    }
}
.wrap-mode .mode .text p span
{
    font-family: 'Barlow Condensed';
    font-size: 36px;
    line-height: 44px;

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

    width: 44px;
    height: 44px;

    text-align: center;

    color: #fff;
    border-radius: 4px;
    background-color: #0c8e3f;
}
@media (max-width: 991px)
{
    .wrap-mode .mode .text p span
    {
        font-size: 24px;
        line-height: 34px;

        width: 34px;
        height: 34px;
    }
}
.wrap-conditions
{
    margin-top: 60px;
}
.wrap-conditions .conditions
{
    position: relative;

    margin-top: 40px;
}
.wrap-conditions .conditions .pic
{
    overflow: hidden;
}
.wrap-conditions .conditions .pic img
{
    position: relative;
    left: 50%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.wrap-conditions .conditions .note
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100%;
    max-width: 1150px;
    padding: 40px;

    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    color: #fff;
    background-color: rgba(7, 127, 188, .9);
}
@media (max-width: 991px)
{
    .wrap-conditions .conditions .note
    {
        padding: 20px;
    }
}
.wrap-conditions .conditions .note p
{
    font-size: 20px;
    line-height: 1.8;
}
@media (max-width: 1350px)
{
    .wrap-conditions .conditions .note p
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-conditions .conditions .note p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-conditions .conditions .note p
    {
        font-size: 14px;
    }
}
.wrap-process
{
    margin-top: 60px;
}
.wrap-process .axis
{
    position: relative;
}
@media only screen and (min-width: 768px)
{
    .wrap-process .axis
    {
        padding: 0 58px;
    }
}
.wrap-process .axis:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    border-top: 1px dashed #b3b3b3;
}
@media (max-width: 1199px)
{
    .wrap-process .axis:before
    {
        display: none;
    }
}
.wrap-process .carousel-wrap
{
    position: relative;

    overflow: hidden;
}
.wrap-process .carousel
{
    left: 0;

    -webkit-transition: .5s;
            transition: .5s;
}
.wrap-process .carousel .carousel-box
{
    width: 100%;
}
@media only screen and (min-width: 1200px)
{
    .wrap-process .carousel .carousel-odd
    {
        border-left: 170px solid transparent;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1350px)
{
    .wrap-process .carousel .carousel-odd
    {
        border-left: 120px solid transparent;
    }
}
.wrap-process .carousel .carousel-odd .item
{
    margin: 0;

    vertical-align: bottom;
}
.wrap-process .carousel .carousel-odd .item .itembox
{
    margin-top: 0;
}
.wrap-process .carousel .carousel-odd .item .date
{
    top: auto;
    bottom: 0;
}
.wrap-process .carousel .carousel-odd .item .note:before
{
    display: none;
}
.wrap-process .carousel .carousel-odd .item .note:after
{
    display: block;

    width: 1px;
    height: 44px;
    margin: 20px auto;

    content: '';

    border-left: 1px dashed #b3b3b3;
}
@media (max-width: 1199px)
{
    .wrap-process .carousel .carousel-odd .item .note:after
    {
        display: none;
    }
}
.wrap-process .carousel .carousel-odd .item-box
{
    padding-top: 0;
    padding-bottom: 50px;
}
@media (max-width: 1199px)
{
    .wrap-process .carousel .carousel-odd .item-box
    {
        padding-bottom: 0;
    }
}
.wrap-process .carousel .carousel-odd .item-box:after
{
    top: auto;
    bottom: 14px;
}
.wrap-process .carousel .carousel-even
{
    margin-left: -28px;
}
.wrap-process .carousel .carousel-even .item
{
    -webkit-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
            transform: translateY(-25px);
    vertical-align: top;
}
@media (max-width: 1199px)
{
    .wrap-process .carousel .carousel-even .item
    {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }
}
.wrap-process .carousel .carousel-even .item-box:after
{
    top: 12px;
}
.wrap-process .carousel .production
{
    font-size: 0;

    position: relative;
}
.wrap-process .carousel .item
{
    font-size: 14px;

    position: relative;
    z-index: 5;

    display: inline-block;

    margin-top: -25px;
    padding: 0 28px;

    -webkit-transition: opacity .3s;
            transition: opacity .3s;
    vertical-align: top;
}
@media only screen and (min-width: 1200px)
{
    .wrap-process .carousel .item
    {
        width: 400px;

        opacity: 0;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1350px)
{
    .wrap-process .carousel .item
    {
        width: 300px;
    }
}
@media (max-width: 1199px)
{
    .wrap-process .carousel .item
    {
        display: block;

        width: 100%;
        margin-bottom: 30px;
        padding: 0;
    }
}
.wrap-process .carousel .item .item-box
{
    position: relative;

    padding-top: 50px;
}
@media (max-width: 1199px)
{
    .wrap-process .carousel .item .item-box
    {
        min-height: auto;
        padding-top: 20px;
    }
}
.wrap-process .carousel .item .item-box:after
{
    font-family: 'iconfont' !important;
    font-size: 36px;
    line-height: 24px;

    position: absolute;
    z-index: 3;
    right: 18%;

    content: '\e626';

    color: #949494;
}
@media (max-width: 1199px)
{
    .wrap-process .carousel .item .item-box:after
    {
        display: none;
    }
}
.wrap-process .carousel .item .note
{
    margin: 0 0 20px 0;

    text-align: center;
}
@media (max-width: 1199px)
{
    .wrap-process .carousel .item .note
    {
        margin: 10px 0;
    }
}
.wrap-process .carousel .item .note:before
{
    display: block;

    width: 1px;
    height: 44px;
    margin: 20px auto;

    content: '';

    border-left: 1px dashed #b3b3b3;
}
.wrap-process .carousel .item .note p
{
    font-size: 20px;
    line-height: 1.8;

    margin: 0;
}
@media (max-width: 1350px)
{
    .wrap-process .carousel .item .note p
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px)
{
    .wrap-process .carousel .item .note p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-process .carousel .item .note p
    {
        font-size: 15px;
    }
}
.wrap-process .carousel .item .date
{
    font-size: 22px;
    line-height: 50px;

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

    display: block;

    width: 50px;
    height: 50px;
    margin-left: -25px;

    text-align: center;

    color: #fff;
    background: url(../images/dot.png) no-repeat center;
}
@media (max-width: 1199px)
{
    .wrap-process .carousel .item .date
    {
        position: relative;
    }
}
@media (max-width: 1199px)
{
    .wrap-process .production-btn
    {
        display: none;
    }
}
.wrap-process .production-btn span
{
    position: absolute;
    z-index: 10;
    top: 50%;

    display: block;

    width: 52px;
    height: 21px;

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

    color: #d1d1d1;
    background: url(../images/arrow-1.png) no-repeat center #fff;
}
@media (max-width: 991px)
{
    .wrap-process .production-btn span
    {
        top: 45%;
    }
}
.wrap-process .production-btn .prev
{
    left: 0;
}
.wrap-process .production-btn .next
{
    right: 0;
    left: auto;

    margin-top: -10px;

    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.wrap-process .process-tel
{
    margin-top: 50px;

    text-align: center;
}
.wrap-process .process-tel p
{
    font-size: 36px;
    line-height: 40px;

    display: inline-block;

    padding: 20px 30px;

    color: #fff;
    border-radius: 50px;
    background-color: #0c8e3f;
}
@media (max-width: 1199px)
{
    .wrap-process .process-tel p
    {
        font-size: 28px;
    }
}
@media (max-width: 991px)
{
    .wrap-process .process-tel p
    {
        font-size: 20px;
        line-height: 30px;

        padding: 10px;
    }
}
.wrap-process .process-tel p:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;

    margin-right: 20px;

    content: '\e671';
}
@media (max-width: 991px)
{
    .wrap-process .process-tel p:before
    {
        font-size: 30px;

        margin-right: 10px;
    }
}
.wrap-contact
{
    margin-top: 60px;
}
.wrap-contact .message input,
.wrap-contact .message textarea
{
    font-size: 16px;
    line-height: 30px;

    width: 100%;
    margin-top: 14px;
    padding: 20px 0;

    resize: vertical;

    border-bottom: 1px solid #dcdcdc;
    outline: none;
}
@media (max-width: 1470px)
{
    .wrap-contact .message input,
    .wrap-contact .message textarea
    {
        padding: 10px 0;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .message input,
    .wrap-contact .message textarea
    {
        font-size: 14px;
    }
}
.wrap-contact .message input:focus,
.wrap-contact .message textarea:focus
{
    border-bottom: 1px solid #077fbc;
}
.wrap-contact .message input::-webkit-input-placeholder,
.wrap-contact .message textarea::-webkit-input-placeholder
{
    color: #c1c1c1;
}
.wrap-contact .message input:-o-placeholder,
.wrap-contact .message textarea:-o-placeholder
{
    color: #c1c1c1;
}
.wrap-contact .message input::-moz-placeholder,
.wrap-contact .message textarea::-moz-placeholder
{
    color: #c1c1c1;
}
.wrap-contact .message input:-ms-input-placeholder,
.wrap-contact .message textarea:-ms-input-placeholder
{
    color: #c1c1c1;
}
.wrap-contact .message input:focus::-webkit-input-placeholder,
.wrap-contact .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-o-placeholder,
.wrap-contact .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-moz-placeholder,
.wrap-contact .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-ms-input-placeholder,
.wrap-contact .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message .submit,
.wrap-contact .message .reset
{
    font-size: 18px;
    line-height: 56px;

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

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

    color: #666;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    outline: none;
    background: none;
}
@media (max-width: 991px)
{
    .wrap-contact .message .submit,
    .wrap-contact .message .reset
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .message .submit,
    .wrap-contact .message .reset
    {
        font-size: 16px;
        line-height: 46px;

        margin-top: 20px;
    }
}
.wrap-contact .message .submit:hover,
.wrap-contact .message .reset:hover
{
    color: #fff;
    border-color: #05496c;
    background-color: #05496c;
}
.wrap-contact .message .reset
{
    color: #fff;
    border-color: #077fbc;
    background-color: #077fbc;
}
.wrap-map .map-box
{
    position: relative;
}
.wrap-map #dituContent
{
    height: 660px;
}
@media (max-width: 991px)
{
    .wrap-map #dituContent
    {
        height: 340px;
    }
}
.wrap-map .text
{
    position: absolute;
    right: 0;
    bottom: 0;

    display: inline-block;

    padding: 30px 50px;

    color: #fff;
    background-color: #077fbc;
}
@media (max-width: 991px)
{
    .wrap-map .text
    {
        position: relative;

        width: 100%;
        padding: 30px 10px;
    }
}
.wrap-map .text p
{
    font-size: 20px;
    line-height: 30px;

    position: relative;

    margin: 14px 0;
    padding-left: 40px;
}
@media (max-width: 991px)
{
    .wrap-map .text p
    {
        font-size: 16px;
    }
}
.wrap-map .text p:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;

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

    content: '\e64c';
}
@media (max-width: 991px)
{
    .wrap-map .text p:before
    {
        font-size: 20px;
    }
}
.wrap-map .text p.tel:before
{
    content: '\e64b';
}
.wrap-map .text p.email:before
{
    content: '\e72e';
}
.BMap_Marker
{
    background: none !important;
}
.BMap_Marker img
{
    display: none;
}
.BMap_noprint
{
    background: none !important;
}
.BMap_noprint:before
{
    font-family: 'iconfont';
    font-size: 25px;

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

    float: left;

    content: '\e60d';

    color: #077fbc;
    background: none;
}
.BMapLabel
{
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: 32px !important;

    position: relative !important;
    top: -30px !important;
    left: 14px !important;

    height: 32px;
    padding: 10px 10px !important;

    color: #077fbc !important;
    border: none !important;
    border-radius: 4px;
    background: none !important;
}
.page
{
    padding-top: 50px;

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

    display: inline-block;

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

    color: inherit;
    border-radius: 50%;
}
@media (max-width: 991px)
{
    .page a
    {
        margin: 0 4px;
    }
}
.page a:hover,
.page a.active
{
    color: #fff;
    background-color: #077fbc;
}
.page a.next:after
{
    font-family: 'iconfont' !important;

    content: '\e610';
}
.page a.omit:hover
{
    color: #333;
    background-color: #fff;
}
.fancybox-slide--iframe .fancybox-content
{
    width: 733px;
    max-width: 80%;
    height: 500px;
    max-height: 50%;
    margin: 0;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span
{
    background-color: #fff;
}
#vjs_video_4
{
    margin: 0 auto !important;
}


.header-content .right .tel{
	float: right;
	font-size: 24px;
	line-height: 100px;
	margin-right: 14px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	    color: #077fbc;
}
.header-content .right .tel:before{
	font-family: 'iconfont' !important;
	content: '\e6c1';
	font-size: 26px;
	margin: 4px;
	float: left;
	margin-top: 0px;

	
}
.header.fixed-header .header-content .right .tel{
	line-height: 70px;
}
@media(max-width:1630px){
	.header .right .share a:after{
		margin: 0 10px;
	}
	.header .header-content{
		padding: 0 15px;
	}
	.header .nav .nav-list1 > li{
		padding: 0;
	}
}
@media(max-width:1260px){
	.header-content .right .tel{
		font-size: 18px;
	}
}
@media(max-width:1199px){
	.header-content .right .tel{
		display: none;
	}
}

.fixed-bottom {
	position: fixed;
	width: 100%;
	bottom: 0;
	padding: 30px 0;
	z-index: 9;
	background-color: rgba(0,0,0,.7);
	font-size: 0;
}
.fixed-bottom  h3,
.fixed-bottom  p.tel,
.fixed-bottom  form{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}
.fixed-bottom  h3{
	width: 25%;
	color: #fff;
	font-size: 30px;
	margin: 0;
	line-height: 50px;
}
.fixed-bottom  p.tel{
	font-size: 44px;
	margin: 0;
	width: 25%;	
	color: #fff;
	line-height: 50px;
	font-family: 'ITC Avant Garde Gothic';
	font-weight: 600;
}
.fixed-bottom  p.tel:before{
	font-family: 'iconfont' !important;
	content: '\e6c1';
	margin-right: 4px;
	float: left;
	margin-top: 0px;
	font-size: 36px;
}
.fixed-bottom  form{
	width: 50%;
}
.fixed-bottom  form ul{
	font-size: 0;
}
.fixed-bottom  form ul li{
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	width: 28%;
	font-size: 14px;
}
.fixed-bottom  form ul li:nth-child(4){
	width: 16%;
}
.fixed-bottom  form ul li input{
	width: 100%;
	padding: 10px;
	line-height: 28px;
	border-radius: 4px;
	font-size: 16px;
}
.fixed-bottom  form ul li .submit{
	display: block;
	text-align: center;
	background-color: #0d8e40;
	border-radius: 4px;
	font-size: 24px;
	padding: 0;
	line-height: 48px;
	
	color: #ffffff;
	width:100%;
	
}
.fixed-bottom  form ul li .submit:hover{
	background-color: #077fbc;
}
@media(max-width:1470px){
	.fixed-bottom  h3{
		font-size: 24px;
	}
	.fixed-bottom  p.tel{
		font-size: 34px;
	}
}
.fixed-bottom .container{
	position: relative;
}
.fixed-bottom .close-bottom{
	position: absolute;
	right: -14px;
	top: -10px;
	cursor:pointer;
}
.fixed-bottom .close-bottom:after{
	content: '';
	width: 26px;
	height: 26px;
	background: url(../images/close.png) no-repeat;
	display: block;
}
@media(max-width:1199px){
	.fixed-bottom {
		display: none;
	}
}
.res-bottom{
	position: relative;
}
.box-footer-bottom{
	padding-bottom: 114px;
}
.bft{
	padding-bottom: 0;
}
@media(max-width:1199px){
	.box-footer-bottom{
		padding-bottom: 0;
	}
}