/**
 * style.less
 * 层叠样式表
 */
.ff
{
    font-family: 'iconfont' !important;
}
.clearfix
{
    zoom: 1;
}
.clearfix:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@font-face
{
    font-family: 'iconfont';

    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot') format('embedded-opentype'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg') format('svg');
}
/* This stylesheet generated by Transfonter (https://transfonter.org) on October 19, 2017 3:41 AM */
@font-face
{
    font-family: '';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/hinted-.eot');
    src: local('../fonts/'), local(''), url('../fonts/hinted-.eot') format('embedded-opentype'), url('../fonts/hinted-.woff2') format('woff2'), url('../fonts/hinted-.woff') format('woff'), url('../fonts/hinted-.ttf') format('truetype'), url('../fonts/hinted-.svg') format('svg');
}
@font-face
{
    font-family: '';
    font-weight: 600;
    font-style: normal;

    src: url('../fonts/.eot');
    src: url('../fonts/.eot') format('embedded-opentype'), url('../fonts/.woff2') format('woff2'), url('../fonts/.woff') format('woff'), url('../fonts/.ttf') format('truetype'), url('../fonts/.svg') format('svg');
}
@font-face
{
    font-family: 'Book Antiqua';
    font-weight: 500;
    font-style: normal;

    src: url('../fonts/BookAntiqua.eot');
    src: url('../fonts/BookAntiqua.eot') format('embedded-opentype'), url('../fonts/BookAntiqua.woff2') format('woff2'), url('../fonts/BookAntiqua.woff') format('woff'), url('../fonts/BookAntiqua.ttf') format('truetype'), url('../fonts/BookAntiqua.svg') format('svg');
}
@font-face
{
    font-family: '';
    font-weight: normal;
    font-style: normal;

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

    src: url('../fonts/AvantGarde-Demi.eot');
    src: url('../fonts/AvantGarde-Demi.eot') format('embedded-opentype'), url('../fonts/AvantGarde-Demi.woff2') format('woff2'), url('../fonts/AvantGarde-Demi.woff') format('woff'), url('../fonts/AvantGarde-Demi.ttf') format('truetype'), url('../fonts/AvantGarde-Demi.svg') format('svg');
}
html,
body
{
    position: relative;

    height: 100%;
}
body
{
    font-family: Arial,
    font-size: 14px;
    font-weight: normal;

    color: #333;

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

    overflow: hidden;

    width: 100%;
    height: 100%;
}
.swiper-container
{
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
}
.swiper-slide
{
    overflow: hidden;
}
#i-c1 .swiper-slide
{
    height: auto;
}
.container
{
    width: 100%;
}
@media (min-width: 1430px)
{
    .container
    {
        width: 1400px;
    }
}
@media (min-width: 1520px)
{
    .container
    {
        width: 1490px;
    }
}
@media (min-width: 1520px)
{
    .inner-box .container
    {
        width: 1400px;
    }
}
@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;
}
.header
{
    position: fixed;
    z-index: 9;
    z-index: 10;
    top: 0;

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

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 991px)
{
    .header
    {
        padding: 0 15px;
    }
}
.header .menu
{
    position: absolute;
    right: 0;
    left: 50%;

    width: 56px;
    height: 38px;
    margin: auto;
    margin-top: 28px;
    margin-left: -28px;

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

    background: url(../images/menu.png) no-repeat;
    background-size: contain;
   	/*background-size:40px auto;*/
}
@media (max-width: 991px)
{
    .header .menu
    {
        width: 40px;
        margin-top: 16px;
        margin-left: 0;
    }
}
.header .logo .logo-in
{
    display: none;
}
.header .logo,
.open-header .logo
{
    position: relative;
    z-index: 9;

    float: left;
    overflow: hidden;

    height: 45px;
    margin-top: 21px;

    -webkit-transition: all .4s ease;
            transition: all .4s ease;
}
@media (max-width: 991px)
{
    .header .logo,
    .open-header .logo
    {
        height: 34px;
        margin-top: 18px;
    }
}
.header .logo a,
.open-header .logo a
{
    display: block;

    height: 100%;
}
.header .logo img,
.open-header .logo img
{
    display: block;
    float: left;

    height: 100%;
}
.header .right,
.open-header .right
{
    float: right;
}
.header .right a.wechat,
.open-header .right a.wechat
{
    line-height: 98px;

    display: inline-block;

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

    color: #fff;
}
@media (max-width: 767px)
{
    .header .right a.wechat,
    .open-header .right a.wechat
    {
        line-height: 70px;
    }
}
.header .right a.wechat:before,
.open-header .right a.wechat:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    content: '\e607';
}
@media (max-width: 767px)
{
    .header .right a.wechat:before,
    .open-header .right a.wechat:before
    {
        font-size: 18px;
    }
}
.header .right a.wechat:after,
.open-header .right a.wechat:after
{
    display: inline-block;
    float: right;

    margin: 0 10px;

    content: '/';
    vertical-align: middle;

    color: #fff;
}
@media (max-width: 767px)
{
    .header .right a.wechat:after,
    .open-header .right a.wechat:after
    {
        margin: 0 4px;
    }
}
.header .right a.wechat:hover,
.open-header .right a.wechat:hover
{
    color: #006a5d;
}
.header .right a.email,
.open-header .right a.email
{
    line-height: 98px;

    display: inline-block;

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

    color: #fff;
}
@media (max-width: 767px)
{
    .header .right a.email,
    .open-header .right a.email
    {
        line-height: 70px;
    }
}
.header .right a.email:before,
.open-header .right a.email:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    content: '\e72e';
}
@media (max-width: 767px)
{
    .header .right a.email:before,
    .open-header .right a.email:before
    {
        font-size: 18px;
    }
}
.header .right a.email:hover,
.open-header .right a.email:hover
{
    color: #006a5d;
}
.header .right .find,
.open-header .right .find
{
    line-height: 98px;

    display: inline-block;

    margin-left: 6px;

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

    color: #fff;
    border-radius: 50%;
}
@media (max-width: 767px)
{
    .header .right .find,
    .open-header .right .find
    {
        line-height: 70px;
    }
}
.header .right .find::before,
.open-header .right .find::before
{
    font-family: 'iconfont';
    font-size: 24px;

    display: inline-block;

    content: '\e616';
    vertical-align: middle;
}
@media (max-width: 767px)
{
    .header .right .find::before,
    .open-header .right .find::before
    {
        font-size: 18px;
    }
}
.header .right .find:after,
.open-header .right .find:after
{
    display: inline-block;
    float: right;

    margin: 0 10px;

    content: '/';
    vertical-align: middle;

    color: #fff;
}
@media (max-width: 767px)
{
    .header .right .find:after,
    .open-header .right .find:after
    {
        margin: 0 4px;
    }
}
.header .right .find:hover,
.open-header .right .find:hover
{
    color: #006a5d;
}
.header .right .search-box,
.open-header .right .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(0, 106, 93, .96);
}
.header .right .search-box .search,
.open-header .right .search-box .search
{
    line-height: 40px;

    overflow: hidden;
    zoom: 1;

    width: 240px;

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

    height: 0;

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

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

    background: none;
}
@media (min-width: 768px)
{
    .header .right .search-box .input-text,
    .open-header .right .search-box .input-text
    {
        width: 100%;
        padding: 0 50px 0 3%;
    }
}
.header .right .search-box .input-submit,
.open-header .right .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 .right .search-box .input-submit:before,
.open-header .right .search-box .input-submit:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    content: '\e660';

    color: #fff;
}
@media (min-width: 768px)
{
    .header .right .search-box .input-submit,
    .open-header .right .search-box .input-submit
    {
        position: absolute;
        right: 0;
        bottom: 20px;
    }
}
.header .right .search-box.search-xs,
.open-header .right .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 .right .search-box.search-xs,
    .open-header .right .search-box.search-xs
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .header .right .search-box.search-xs,
    .open-header .right .search-box.search-xs
    {
        position: absolute;
        z-index: 0;
        top: auto;
        right: 0;
        bottom: 0;
        bottom: 30px;

        display: inline-block;

        height: 34px;
    }
}
.header .right .search-box.search-xs.show,
.open-header .right .search-box.search-xs.show
{
    z-index: 66;
}
.header .right .search-box.search-xs.show .search,
.open-header .right .search-box.search-xs.show .search
{
    left: 0;
}
.header .right .search-box.search-xs .search,
.open-header .right .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 .right .search-box.search-xs form .input-text,
    .open-header .right .search-box.search-xs form .input-text
    {
        width: 74%;
    }
}
@media (max-width: 767px)
{
    .header .right .search-box.search-xs form .input-text,
    .open-header .right .search-box.search-xs form .input-text
    {
        padding-left: 5%;
    }
}
.header .right .search-box.search-xs .input-submit,
.open-header .right .search-box.search-xs .input-submit
{
    line-height: 34px;

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

    display: inline-block;

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

    content: '\e660';

    color: #006a5d;
}
.header .right .search-lg,
.open-header .right .search-lg
{
    top: 0;
}
.header .right .search-lg .logo,
.open-header .right .search-lg .logo
{
    margin-top: 20px;
    margin-left: 0;
}
.header .right .search-lg .search,
.open-header .right .search-lg .search
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

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

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

    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    border-radius: 0;
}
.header .right .search-lg .search p,
.open-header .right .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 .right .search-lg .input-text,
.open-header .right .search-lg .input-text
{
    font-size: 20px;
    line-height: 30px;

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

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

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

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

    content: '\2716';

    color: #fff;
}
.header-in
{
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}
@media (max-width: 1199px)
{
    .header-in
    {
        height: 70px;
    }
}
.header-in .logo .logo-index
{
    display: none;
}
.header-in .logo .logo-in
{
    display: block;
}
.header-in .menu
{
    background: url(../images/menu-in.png) no-repeat;
    background-size: contain;
}
.header-in .right .find,
.header-in .right a.email,
.header-in .right a.wechat
{
    color: #777;
}
.header-in .right .find:after,
.header-in .right a.wechat:after
{
    color: #bcbcbc;
}
.header-in.fixed-header
{
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
.header.fixed-header
{
    position: fixed;

    height: 70px;
}
.header.fixed-header .logo
{
    margin-top: 12px;
}
.header.fixed-header .menu
{
    margin-top: 14px;
}
.header.fixed-header .find,
.header.fixed-header a.email,
.header.fixed-header a.wechat
{
    line-height: 70px;
}
.open-header
{
    position: fixed;
    z-index: 10;
    top: 0;

    overflow: hidden;

    width: 100%;
    padding: 0 50px;

    -webkit-transition: all .5s;
            transition: all .5s;
    -webkit-transform: translateY(-102%);
        -ms-transform: translateY(-102%);
            transform: translateY(-102%);

    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}
@media (max-width: 767px)
{
    .open-header
    {
        height: 100%;
        padding: 0 15px;
    }
}
.open-header .top
{
    height: 98px;

    border-bottom: 1px solid #ccc;
}
@media (max-width: 767px)
{
    .open-header .top
    {
        height: 70px;
    }
}
.open-header .h-close
{
    font-size: 16px;

    position: absolute;
    z-index: 9;
    top: 20px;
    right: 0;
    left: 50%;

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

    cursor: pointer;
    text-align: center;
}
@media (max-width: 767px)
{
    .open-header .h-close
    {
        font-size: 14px;

        top: 16px;

        margin-left: 0;
    }
}
.open-header .h-close:after
{
    font-family: 'iconfont';
    font-size: 30px;
    line-height: 1;

    display: block;

    content: '\e849';

    color: #666;
}
@media (max-width: 767px)
{
    .open-header .h-close:after
    {
        font-size: 22px;
    }
}
.open-header .right .find,
.open-header .right a.email,
.open-header .right a.wechat
{
    color: #777;
}
.open-header .right .find:after,
.open-header .right a.wechat:after
{
    color: #bcbcbc;
}
.open-header .nav
{
    max-width: 1440px;
    margin: 80px auto;
}
@media (max-width: 1560px)
{
    .open-header .nav
    {
        margin: 40px auto;
    }
}
@media (max-width: 991px)
{
    .open-header .nav
    {
        margin: 0;
        padding: 0 15px;
    }
}
.open-header .nav .level-1
{
    overflow: hidden;

    width: 100%;
}
.open-header .nav .level-1 > li
{
    display: block;
    overflow: hidden;

    border-bottom: 1px solid #ddd;
}
.open-header .nav .level-1 > li .left
{
    float: left;

    width: 30%;
}
@media (max-width: 991px)
{
    .open-header .nav .level-1 > li .left
    {
        width: 100%;
    }
}
.open-header .nav .level-1 > li .left a
{
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;

    display: block;

    padding: 30px 0;
}
@media (max-width: 1440px)
{
    .open-header .nav .level-1 > li .left a
    {
        font-size: 20px;
    }
}
@media (max-width: 1350px)
{
    .open-header .nav .level-1 > li .left a
    {
        padding: 10px 0;
    }
}
@media (max-width: 991px)
{
    .open-header .nav .level-1 > li .left a
    {
        font-size: 18px;

        padding: 10px 0 0 0;
    }
}
.open-header .nav .level-1 > li .left a span
{
    font-family: '';
    font-size: 26px;
    font-weight: normal;

    display: inline-block;

    margin-left: 14px;

    color: #999;
}
@media (max-width: 991px)
{
    .open-header .nav .level-1 > li .left a span
    {
        font-size: 20px;
    }
}
.open-header .nav .level-1 > li .left a:hover
{
    color: #006a5d;
}
.open-header .nav .level-1 > li .left a:hover span
{
    color: #006a5d;
}
.open-header .nav .level-1 > li .right
{
    float: left;

    width: 70%;
    margin: 0 -20px;
}
@media (max-width: 991px)
{
    .open-header .nav .level-1 > li .right
    {
        width: 100%;
    }
}
.open-header .nav .level-1 > li .right ul.level-2
{
    overflow: hidden;

    width: 100%;
    padding: 30px 0;
}
@media (max-width: 1350px)
{
    .open-header .nav .level-1 > li .right ul.level-2
    {
        padding: 10px 0;
    }
}
@media (max-width: 991px)
{
    .open-header .nav .level-1 > li .right ul.level-2
    {
        padding: 0 0 0 10px;
    }
}
.open-header .nav .level-1 > li .right ul.level-2 li
{
    display: inline-block;
}
.open-header .nav .level-1 > li .right ul.level-2 li:after
{
    content: '·';
}
.open-header .nav .level-1 > li .right ul.level-2 li:last-child:after
{
    display: none;
}
.open-header .nav .level-1 > li .right ul.level-2 li a
{
    font-size: 20px;
    font-weight: normal;
    line-height: 40px;

    display: inline-block;

    padding: 0 20px;

    color: #666;
}
@media (max-width: 1440px)
{
    .open-header .nav .level-1 > li .right ul.level-2 li a
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .open-header .nav .level-1 > li .right ul.level-2 li a
    {
        font-size: 14px;
        line-height: 30px;

        padding: 0 10px;
    }
}
.open-header .nav .level-1 > li .right ul.level-2 li a:hover
{
    color: #006a5d;
}
.banner
{
    position: relative;

    overflow: hidden;

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

    width: 100%;
    padding: 0 15px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
@media (max-width: 991px)
{
    .banner .banner-text
    {
        top: 40%;
    }
}
.banner .banner-text .text
{
    max-width: 490px;
    margin: 0 auto;

    border: 1px dashed #fff;
    border-radius: 50%;
}
@media (max-width: 1440px)
{
    .banner .banner-text .text
    {
        max-width: 400px;
    }
}
@media (max-width: 767px)
{
    .banner .banner-text .text
    {
        max-width: 300px;
    }
}
.banner .banner-text .note
{
    position: absolute;
    top: 50%;

    width: 100%;

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

    color: #fff;
}
.banner .banner-text .note h3
{
    font-size: 36px;
    line-height: 1.27777778;

    margin: 0;
}
@media (max-width: 767px)
{
    .banner .banner-text .note h3
    {
        font-size: 22px;
    }
}
.banner .banner-text .note b
{
    font-family: '';
    font-size: 42px;
    line-height: 1.27777778;
}
@media (max-width: 1440px)
{
    .banner .banner-text .note b
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner .banner-text .note b
    {
        font-size: 24px;
    }
}
.banner .banner-text .note b:after
{
    display: block;

    width: 43px;
    height: 8px;
    margin: 0 auto;
    margin-top: 10px;

    content: '';

    background: url(../images/banner-dot.png) no-repeat center;
}
.banner .banner-text .note p
{
    font-size: 20px;
    line-height: 1.5;

    margin: 10px 0 0 0;
}
@media (max-width: 767px)
{
    .banner .banner-text .note p
    {
        font-size: 15px;
    }
}
.banner-in
{
    position: relative;

    overflow: hidden;

    margin-top: 98px;
}
@media (max-width: 1199px)
{
    .banner-in
    {
        margin-top: 70px;
    }
}
@media (max-width: 1199px)
{
    .banner-in .owl-theme
    {
        width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 991px)
{
    .banner-in .owl-theme
    {
        width: 160%;
        margin-left: -30%;
    }
}
@media (max-width: 767px)
{
    .banner-in .owl-theme
    {
        width: 200%;
        margin-left: -50%;
    }
}
.banner-in .owl-theme img
{
    width: 100%;
}
.banner-in .text
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    text-align: center;
}
.banner-in .text:before
{
    position: absolute;
    top: 0;
    left: 50%;

    display: block;

    width: 23px;
    height: 24%;
    margin-left: -11px;

    content: '';
    -webkit-animation: fadeInDown 1s 0s ease both;
            animation: fadeInDown 1s 0s ease both;

    background: url(../images/bline-1.png) no-repeat bottom;
}
.banner-in .text:after
{
    position: absolute;
    bottom: 0;
    left: 50%;

    display: block;

    width: 23px;
    height: 34%;
    margin-left: -11px;

    content: '';
    -webkit-animation: fadeInUp 1s 0s ease both;
            animation: fadeInUp 1s 0s ease both;

    background: url(../images/bline-2.png) no-repeat top;
}
.banner-in .text .note
{
    position: absolute;
    top: 30%;
    left: 0;

    width: 100%;
    padding: 0 15px;

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

    color: #fff;
}
.banner-in .text .note h3
{
    font-size: 46px;
    font-weight: bold;
    line-height: 1.30434783;

    margin: 0;
}
@media (max-width: 991px)
{
    .banner-in .text .note h3
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text .note h3
    {
        font-size: 24px;
    }
}
.banner-in .text .note h4
{
    font-size: 30px;
    line-height: 1.33333333;

    display: inline-block;

    margin: 18px 0 0 0;
    padding: 10px 30px;

    border: 1px dashed #fff;
    border-radius: 30px;
}
@media (max-width: 991px)
{
    .banner-in .text .note h4
    {
        font-size: 20px;

        padding: 10px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text .note h4
    {
        font-size: 16px;
    }
}
@media (max-width: 320px)
{
    .banner-in .text .note h4
    {
        font-size: 12px;

        margin: 4px 0 0 0;
    }
}
.banner-in .text .pic
{
    position: absolute;
    top: 27%;
    left: 0;

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

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

    color: #fff;
}
.banner-in .text .pic img
{
    max-height: 100%;
}
.banner-in .text-agent
{
    position: absolute;
    top: 50%;
    right: 10%;

    width: 100%;
    max-width: 430px;
    padding: 0 30px;

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

    border-left: 1px solid #fff;
}
@media (max-width: 1440px)
{
    .banner-in .text-agent
    {
        right: 5%;
    }
}
@media (max-width: 991px)
{
    .banner-in .text-agent
    {
        right: 0;

        max-width: 240px;
        padding: 0 15px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-agent
    {
        max-width: 140px;

        border-left: none;
    }
}
.banner-in .text-agent ul
{
    -webkit-animation: fadeInRight 1s 0s ease both;
            animation: fadeInRight 1s 0s ease both;
}
.banner-in .text-agent ul li:after
{
    display: block;

    width: 8px;
    height: 8px;
    margin: 30px auto;

    content: '';

    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .banner-in .text-agent ul li:after
    {
        margin: 10px auto;
    }
}
.banner-in .text-agent ul li:last-child:after
{
    display: none;
}
.banner-in .text-agent ul li .item
{
    color: #fff;
}
.banner-in .text-agent ul li .item b
{
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
}
@media (max-width: 767px)
{
    .banner-in .text-agent ul li .item b
    {
        font-size: 14px;
    }
}
.banner-in .text-agent ul li .item b span
{
    font-family: '';
    font-size: 72px;

    display: inline-block;
}
@media (max-width: 991px)
{
    .banner-in .text-agent ul li .item b span
    {
        font-size: 50px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-agent ul li .item b span
    {
        font-size: 30px;
    }
}
.banner-in .text-agent ul li .item p
{
    font-size: 20px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 991px)
{
    .banner-in .text-agent ul li .item p
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-agent ul li .item p
    {
        font-size: 12px;
    }
}
.index
{
    position: relative;

    height: 100%;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.index .box-slide-center
{
    position: absolute;
    top: 50%;

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

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 991px)
{
    .index .box-slide-center
    {
        margin-top: 35px;
    }
}
.swiper-slide
{
    position: relative;

    width: 100%;
    height: 100%;

    background-color: #000;
}
.swiper-button-next
{
    z-index: 9;
    top: auto;
    right: auto;
    bottom: 50px;
    left: 50%;

    width: 26px;
    height: 45px;

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

    border: 2px solid #fff;
    border-radius: 20px;
    background: none;
}
.swiper-button-next:after
{
    font-family: '';
    font-size: 20px;

    position: absolute;
    bottom: -40px;
    left: 50%;

    content: 'scroll';
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-transform: uppercase;

    color: #fff;
}
@media (max-width: 991px)
{
    .swiper-button-next:after
    {
        font-size: 14px;
    }
}
.swiper-button-next .wheel
{
    position: absolute;
    left: 11px;

    display: inline-block;

    width: 2px;
    height: 5px;

    -webkit-animation: jump 2.4s infinite;
            animation: jump 2.4s infinite;

    background-color: #fff;
    background-size: cover;
}
@-webkit-keyframes jump
{
    0%
    {
        -webkit-transform: translateY(2px);
    }
    50%
    {
        -webkit-transform: translateY(30px);
    }
    100%
    {
        -webkit-transform: translateY(2px);
    }
}
@keyframes jump
{
    0%
    {
        -webkit-transform: translateY(2px);
                transform: translateY(2px);
    }
    50%
    {
        -webkit-transform: translateY(30px);
                transform: translateY(30px);
    }
    100%
    {
        -webkit-transform: translateY(2px);
                transform: translateY(2px);
    }
}
.fixed .swiper-wrapper
{
    z-index: 11;
}
.swiper-pagination-clickable .swiper-pagination-bullet
{
    position: relative;
    z-index: 9;

    display: none !important;

    width: 440px;
    min-height: 30px;
    margin: 20px 0 !important;
    padding-left: 140px;

    text-align: left;

    opacity: 1;
    background: none;
}
@media (max-width: 991px)
{
    .swiper-pagination-clickable .swiper-pagination-bullet
    {
        width: 100%;
        margin: 10px 0 !important;
        padding-left: 30px;
    }
}
.swiper-pagination-clickable .swiper-pagination-bullet:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: inline-block;

    width: 100px;
    height: 1px;

    content: '';
    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    vertical-align: middle;

    background-color: #dcdcdc;
}
@media (max-width: 991px)
{
    .swiper-pagination-clickable .swiper-pagination-bullet:before
    {
        width: 10px;
    }
}
.swiper-pagination-clickable .swiper-pagination-bullet b:before
{
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;

    display: inline-block;

    margin-right: 20px;

    content: '乾祥·文化核心';
    vertical-align: middle;

    color: #fff;
}
@media (max-width: 991px)
{
    .swiper-pagination-clickable .swiper-pagination-bullet b:before
    {
        font-size: 14px;

        margin-right: 10px;
    }
}
.swiper-pagination-clickable .swiper-pagination-bullet b:after
{
    font-family: '';
    font-size: 22px;

    display: inline-block;

    content: 'core';
    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: middle;
    text-transform: uppercase;

    opacity: 0;
    color: #fff;
}
@media (max-width: 991px)
{
    .swiper-pagination-clickable .swiper-pagination-bullet b:after
    {
        font-size: 14px;
    }
}
.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(1),
.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(2),
.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(3),
.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(4)
{
    display: block !important;
}
.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(2) b:before
{
    content: '乾祥·内涵';
}
.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(2) b:after
{
    content: 'connotation';
}
.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(3) b:before
{
    content: '乾祥·愿景';
}
.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(3) b:after
{
    content: 'vision';
}
.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(4) b:before
{
    content: '乾祥·使命';
}
.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(4) b:after
{
    content: 'mission';
}
.swiper-pagination-clickable .swiper-pagination-bullet-active
{
    background: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet-active:before
{
    width: 120px;
    height: 4px;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .swiper-pagination-clickable .swiper-pagination-bullet-active:before
    {
        width: 20px;
    }
}
.swiper-pagination-clickable .swiper-pagination-bullet-active b:after
{
    opacity: 1;
}
.swiper-container-vertical > .swiper-pagination-bullets
{
    top: auto;
    bottom: 10%;
    left: 0;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
@media (max-width: 991px)
{
    .swiper-container-vertical > .swiper-pagination-bullets
    {
        bottom: 5%;
    }
}
.swiper-button-disabled
{
    display: none;
}
.swiper-pagination-hide,
.swiper-button-next-hide
{
    display: none;
}
.title
{
    text-align: center;

    color: #fff;
}
.title p
{
    font-size: 40px;
    line-height: 1.66666667;

    display: inline-block;

    margin: 0;

    color: #fff;
    border-bottom: 6px solid #fff;
}
@media (max-width: 1350px)
{
    .title p
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title p
    {
        font-size: 18px;

        border-bottom-width: 2px;
    }
}
.banner-video
{
    position: relative;

    width: 100%;
    height: 100%;

    background-color: #000;
}
@media (max-width: 991px)
{
    .banner-video
    {
        display: none;
    }
}
.banner-video .video1-dimensions
{
    width: 100%;
    height: 100%;
}
.banner-video .video-js
{
    width: 100%;
    height: 100%;
}
.banner-video .video-js .vjs-tech
{
    position: absolute;
    top: 50%;

    width: 100%;
    height: auto;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 991px)
{
    .banner-video .video-js .vjs-tech
    {
        top: 0;
        left: 50%;

        width: auto;
        height: 100%;

        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
.banner-img
{
    width: 100%;
    height: 100%;

    background-position: center center;
    background-size: cover;
}
.banner-img-xs
{
    display: none;
}
@media (max-width: 991px)
{
    .banner-img-xs
    {
        display: block;
    }
}
.index .more
{
    text-align: center;
}
.index .more a
{
    font-family: '';
    font-size: 24px;

    display: block;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-transform: uppercase;

    color: #fff;
}
@media (max-width: 1440px)
{
    .index .more a
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .index .more a
    {
        font-size: 20px;
    }
}
@media (max-width: 375px)
{
    .index .more a
    {
        font-size: 15px;
    }
}
.index .more a:after
{
    display: block;

    width: 227px;
    height: 22px;
    margin: 0 auto;

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

    background: url(../images/more.png) no-repeat right top;
}
@media (max-width: 767px)
{
    .index .more a:after
    {
        width: 160px;
    }
}
.index .more a:hover
{
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
}
.index .more a:hover:after
{
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
}
@media (max-width: 1440px)
{
    .index-about .about
    {
        max-width: 1100px;
    }
}
@media (max-width: 1350px)
{
    .index-about .about
    {
        max-width: 1000px;
    }
}
@media (max-width: 767px)
{
    .index-about .about
    {
        padding: 0 15px;
    }
}
.index-about .number
{
    margin-top: 30px;
    padding: 15px 0;
}
@media (max-width: 1350px)
{
    .index-about .number
    {
        padding: 5px 0;
    }
}
@media (max-width: 767px)
{
    .index-about .number
    {
        margin-top: 20px;
    }
}
.index-about .number ul
{
    font-size: 0;
}
.index-about .number ul li
{
    position: relative;

    display: inline-block;

    width: 25%;
    margin: 15px 0;

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

    display: block;

    width: 6px;
    height: 6px;

    content: '';

    border-radius: 50%;
    background-color: #fff;
}
.index-about .number ul li:last-child:after
{
    display: none;
}
.index-about .number ul li .item
{
    text-align: center;
}
.index-about .number ul li .item b
{
    line-height: 1;

    color: #fff;
}
.index-about .number ul li .item b span
{
    font-family: '';
    font-size: 72px;
    line-height: 1;

    display: inline-block;
}
@media (max-width: 1440px)
{
    .index-about .number ul li .item b span
    {
        font-size: 70px;
    }
}
@media (max-width: 767px)
{
    .index-about .number ul li .item b span
    {
        font-size: 50px;
    }
}
@media (max-width: 375px)
{
    .index-about .number ul li .item b span
    {
        font-size: 30px;
    }
}
.index-about .number ul li .item b sub
{
    font-size: 18px;
    font-weight: normal;

    top: -4px;

    display: inline-block;

    margin-left: 4px;
}
@media (max-width: 767px)
{
    .index-about .number ul li .item b sub
    {
        font-size: 16px;
    }
}
.index-about .number ul li .item p
{
    font-size: 18px;
    line-height: 1.5;

    margin: 10px 0 0 0;

    color: #fff;
}
@media (max-width: 767px)
{
    .index-about .number ul li .item p
    {
        font-size: 14px;
    }
}
.index-about .text
{
    overflow: hidden;

    height: 108px;
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .index-about .text
    {
        height: 84px;
        margin-top: 20px;
    }
}
.index-about .text p
{
    font-size: 18px;
    line-height: 36px;

    margin: 0;

    color: #fff;
}
@media (max-width: 767px)
{
    .index-about .text p
    {
        font-size: 14px;
        line-height: 28px;
    }
}
.index-about .more
{
    margin-top: 6%;
}
@media (max-width: 1350px)
{
    .index-about .more
    {
        margin-top: 30px;
    }
}
@media (max-width: 991px)
{
    .index-about .more
    {
        margin-top: 6%;
    }
}
.index-branch
{
    background-color: #fff;
}
.index-branch .list
{
    max-width: 1370px;
    margin: 0 auto;
}
@media (max-width: 1440px)
{
    .index-branch .list
    {
        max-width: 1100px;
    }
}
@media (max-width: 1350px)
{
    .index-branch .list
    {
        max-width: 1000px;
    }
}
@media (max-width: 991px)
{
    .index-branch .list
    {
        max-width: 90%;
    }
}
.index-branch .list ul
{
    overflow: hidden;

    margin: 0 -30px;
}
@media (max-width: 1350px)
{
    .index-branch .list ul
    {
        margin: 0 -15px;
    }
}
@media (max-width: 991px)
{
    .index-branch .list ul
    {
        margin: 0 -10px;
    }
}
.index-branch .list ul li
{
    float: left;

    width: 33.33333333%;
    padding: 0 30px;
}
@media (max-width: 1350px)
{
    .index-branch .list ul li
    {
        padding: 0 15px;
    }
}
@media (max-width: 991px)
{
    .index-branch .list ul li
    {
        width: 50%;
        padding: 10px;
    }
}
@media (max-width: 767px)
{
    .index-branch .list ul li
    {
        width: 100%;
    }
}
.index-branch .list .item
{
    position: relative;

    display: block;
}
.index-branch .list .item .img-box
{
    padding-bottom: 159.52380952%;
}
@media (max-width: 767px)
{
    .index-branch .list .item .img-box
    {
        padding-bottom: 50%;
    }
    .index-branch .list .item .img-box img
    {
        height: auto;

        -webkit-transform: translateY(-20%);
            -ms-transform: translateY(-20%);
                transform: translateY(-20%);
    }
}
.index-branch .list .item .text
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 100%;
    padding: 0 30px;

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

    color: #fff;
}
@media (max-width: 1440px)
{
    .index-branch .list .item .text
    {
        padding: 0 15px;
    }
}
.index-branch .list .item .text b
{
    font-family: '';
    font-size: 42px;

    text-transform: uppercase;
}
@media (max-width: 1440px)
{
    .index-branch .list .item .text b
    {
        font-size: 36px;
    }
}
@media (max-width: 1350px)
{
    .index-branch .list .item .text b
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .index-branch .list .item .text b
    {
        font-size: 20px;
    }
}
.index-branch .list .item .text h3
{
    font-size: 24px;

    margin: 0 0 20px 0;
}
@media (max-width: 1350px)
{
    .index-branch .list .item .text h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .index-branch .list .item .text h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .index-branch .list .item .text h3
    {
        font-size: 16px;

        margin: 0 0 6px 0;
    }
}
.index-branch .list .item .text p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 1440px)
{
    .index-branch .list .item .text p
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .index-branch .list .item .text p
    {
        font-size: 12px;
        line-height: 1.66666667;
    }
}
.index-branch .list .item .more
{
    display: inline-block;

    width: 85px;
    height: 23px;
    margin-top: 15%;

    background: url(../images/branch-more.png) no-repeat right;
}
@media (max-width: 767px)
{
    .index-branch .list .item .more
    {
        width: 40px;
        margin-top: 10px;

        background-size: contain;
    }
}
.index-branch .list .item:hover .text
{
    top: 40%;
}
.index-branch .list .item:hover .text .more
{
    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;
}
.swiper-slide-active .banner .banner-text .text
{
    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
}
.swiper-slide-active .index-about .title
{
    -webkit-animation: fadeInDown 1s 0s ease both;
            animation: fadeInDown 1s 0s ease both;
}
.swiper-slide-active .index-about .number,
.swiper-slide-active .index-about .text,
.swiper-slide-active .index-about .more
{
    -webkit-animation: fadeInUp 1s 0s ease both;
            animation: fadeInUp 1s 0s ease both;
}
.swiper-slide-active .index-branch .list ul li:nth-child(1),
.swiper-slide-active .index-branch .list ul li:nth-child(3)
{
    -webkit-animation: fadeInDownBig 1s 0s ease both;
            animation: fadeInDownBig 1s 0s ease both;
}
.swiper-slide-active .index-branch .list ul li:nth-child(2)
{
    -webkit-animation: fadeInUp 1s 0s ease both;
            animation: fadeInUp 1s 0s ease both;
}
.ani-slideout .index-about .title
{
    -webkit-animation: fadeOutUp 1s 0s ease both;
            animation: fadeOutUp 1s 0s ease both;
}
.ani-slideout .index-about .number,
.ani-slideout .index-about .text,
.ani-slideout .index-about .more
{
    -webkit-animation: fadeOutDown 1s 0s ease both;
            animation: fadeOutDown 1s 0s ease both;
}
.ani-slideout .list ul li:nth-child(1),
.ani-slideout .list ul li:nth-child(3)
{
    -webkit-animation: fadeOutUpBig 1s 0s ease both;
            animation: fadeOutUpBig 1s 0s ease both;
}
.ani-slideout .list ul li:nth-child(2)
{
    -webkit-animation: fadeOutDown 1s 0s ease both;
            animation: fadeOutDown 1s 0s ease both;
}
.box-footer
{
    height: auto;
    padding: 0 5%;

    background-color: #004942;
}
@media (max-width: 991px)
{
    .box-footer
    {
        padding: 0 15px;
    }
}
.box-footer .footer
{
    overflow: hidden;

    padding: 20px 0;

    border-bottom: 1px solid #268178;
}
.box-footer .footer .foot-left
{
    display: inline-block;

    vertical-align: middle;
}
.box-footer .footer .foot-left:before
{
    display: inline-block;
    float: left;

    width: 35px;
    height: 32px;

    content: '';

    background: url(../images/foot-icon.png) no-repeat;
}
@media (max-width: 1199px)
{
    .box-footer .footer .foot-left:before
    {
        display: none;
    }
}
.box-footer .footer .foot-left ul,
.box-footer .footer .foot-right ul
{
    display: inline-block;

    vertical-align: middle;
}
.box-footer .footer .foot-left ul li,
.box-footer .footer .foot-right ul li
{
    line-height: 32px;

    display: inline-block;
}
.box-footer .footer .foot-left ul li:after,
.box-footer .footer .foot-right ul li:after
{
    content: '·';

    color: #fff;
}
.box-footer .footer .foot-left ul li:last-child:after,
.box-footer .footer .foot-right ul li:last-child:after
{
    display: none;
}
.box-footer .footer .foot-left ul li a,
.box-footer .footer .foot-right ul li a
{
    font-size: 16px;

    display: inline-block;

    padding: 0 24px;

    color: #fff;
}
@media (max-width: 1400px)
{
    .box-footer .footer .foot-left ul li a,
    .box-footer .footer .foot-right ul li a
    {
        padding: 0 10px;
    }
}
.box-footer .footer .foot-left ul li a:hover,
.box-footer .footer .foot-right ul li a:hover
{
    text-decoration: underline;
}
.box-footer .footer .foot-right
{
    display: inline-block;
    float: right;
}
.box-footer .footer .foot-right ul li a
{
    padding: 0 10px;
}
.box-footer .foot
{
    padding: 40px 0;

    border-bottom: 1px solid #268178;
}
@media (max-width: 1199px)
{
    .box-footer .foot
    {
        display: none;
    }
}
.box-footer .foot > ul
{
    font-size: 0;

    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: '';
}
@media (max-width: 1199px)
{
    .box-footer .foot > ul:after
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .box-footer .foot > ul
    {
        display: block;
        overflow: hidden;

        margin: 0 -15px;
    }
}
@media (min-width: 1200px)
{
    .box-footer .foot > ul > li
    {
        display: inline-block;

        max-width: 14.28571429%;

        vertical-align: top;
        word-break: break-all;
    }
}
@media (max-width: 1199px)
{
    .box-footer .foot > ul > li
    {
        display: inline-block;

        width: 33.33333333%;
        margin-right: -4px;
        padding: 0 15px;

        vertical-align: top;
    }
}
@media (max-width: 991px)
{
    .box-footer .foot > ul > li
    {
        width: 100%;
    }
}
.box-footer .foot > ul > li:last-child
{
    min-width: 36%;
    padding-left: 5%;
}
.box-footer .foot > ul > li h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;

    margin: 0;

    color: #fff;
}
@media (max-width: 991px)
{
    .box-footer .foot > ul > li h3
    {
        font-size: 16px;
    }
    .box-footer .foot > ul > li h3:after
    {
        font-family: 'iconfont' !important;
        font-size: 14px;

        float: right;

        content: '\e628';
    }
}
.box-footer .foot > ul > li h3 a
{
    display: block;
}
.box-footer .foot > ul > li .item
{
    text-align: left;
}
@media (max-width: 1199px)
{
    .box-footer .foot > ul > li .item
    {
        margin-top: 30px;
    }
}
.box-footer .foot > ul > li .item-1 .info-foot a
{
    font-size: 16px;
    line-height: 2;

    position: relative;

    display: block;

    padding-left: 20px;

    color: #fff;
}
.box-footer .foot > ul > li .item-1 .info-foot a:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: inline-block;

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

    content: '';

    background-color: #fff;
}
.box-footer .foot > ul > li .item-1 .info-foot a:hover
{
    text-decoration: underline;
}
.box-footer .foot > ul > li .item-2 .title-foot b
{
    font-family: '';
    font-size: 36px;
    line-height: 1;

    display: block;

    text-transform: uppercase;

    color: #fff;
}
@media (max-width: 1400px)
{
    .box-footer .foot > ul > li .item-2 .title-foot b
    {
        font-size: 30px;
    }
}
.box-footer .foot > ul > li .item-2 .title-foot p
{
    font-size: 18px;
    line-height: 1.5;

    display: inline-block;

    margin: 0;

    color: #fff;
}
.box-footer .foot > ul > li .item-2 p
{
    font-size: 18px;
    line-height: 36px;

    display: block;

    margin: 0 0 4px 0;

    color: #fff;
}
.box-footer .foot > ul > li .item-2 p.tel,
.box-footer .foot > ul > li .item-2 p.email,
.box-footer .foot > ul > li .item-2 p.address
{
    position: relative;

    padding-left: 50px;
}
.box-footer .foot > ul > li .item-2 p.tel:before,
.box-footer .foot > ul > li .item-2 p.email:before,
.box-footer .foot > ul > li .item-2 p.address:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

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

    content: '\e67e';
}
.box-footer .foot > ul > li .item-2 p.email:before
{
    content: '\e6b9';
}
.box-footer .foot > ul > li .item-2 p.address:before
{
    content: '\e6dc';
}
.box-footer .foot > ul > li .item-2 .info-foot
{
    margin-top: 0 !important;
}
.box-footer .foot > ul > li .info-foot
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .box-footer .foot > ul > li .info-foot
    {
        display: none;

        padding-bottom: 10px;
    }
}
.box-footer .foot > ul > li .info-foot img
{
    max-width: 100%;
}
.box-footer .foot > ul > li.current .title-foot h3:after
{
    content: '\e623';
}
.box-footer .copyright
{
    padding: 25px 0;
}
@media (max-width: 991px)
{
    .box-footer .copyright
    {
        padding: 10px 0;

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

    display: inline-block;

    margin: 0;

    color: #fff;
}
@media (max-width: 991px)
{
    .box-footer .copyright p
    {
        font-size: 14px;
    }
}
.box-footer .copyright p span
{
    display: inline-block;

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

    color: #006a5d;
}
.sidenav
{
    overflow: hidden;
}
.sub-box
{
    padding: 0 5%;

    border-bottom: 1px solid #ddd;
}
@media (max-width: 1560px)
{
    .sub-box
    {
        padding: 0 15px;
    }
}
@media (max-width: 991px)
{
    .sub-box
    {
        padding: 0 0;
    }
}
.sub-box .category
{
    position: relative;

    width: 100%;
    height: 70px;
}
@media (max-width: 991px)
{
    .sub-box .category
    {
        height: 50px;
    }
}
.sub-box .category ul
{
    font-size: 0;

    position: absolute;
    left: 0;

    white-space: nowrap;
}
.sub-box .category ul li
{
    position: relative;

    display: inline-block;

    height: 70px;

    border-left: 1px solid #bfbfbf;
}
@media (max-width: 991px)
{
    .sub-box .category ul li
    {
        height: 50px;
    }
}
.sub-box .category ul li:last-child
{
    border-right: 1px solid #ddd;
}
.sub-box .category ul li a
{
    font-size: 18px;
    line-height: 30px;

    position: relative;

    display: block;

    height: 70px;
    padding: 20px 30px;

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

    color: #666;
}
@media (max-width: 1560px)
{
    .sub-box .category ul li a
    {
        font-size: 15px;

        padding: 20px 24px;
    }
}
@media (max-width: 991px)
{
    .sub-box .category ul li a
    {
        font-size: 15px;

        height: 50px;
        padding: 9px 18px;
    }
}
.sub-box .category ul li.active a,
.sub-box .category ul li:hover a
{
    color: #fff;
    background-color: #006a5d;
}
.inner-box
{
    overflow: hidden;
}
.inner
{
    padding: 60px 0 100px 0;
}
@media (max-width: 991px)
{
    .inner
    {
        padding: 60px 0;
    }
}
.inner-title-wrap
{
    margin-top: 98px;
    padding: 25px 5%;

    background-color: #006a5d;
}
@media (max-width: 1199px)
{
    .inner-title-wrap
    {
        margin-top: 70px;
    }
}
@media (max-width: 991px)
{
    .inner-title-wrap
    {
        padding: 15px;
    }
}
.inner-title-wrap b
{
    font-size: 36px;
    font-weight: normal;
    line-height: 50px;

    display: inline-block;

    color: #fff;
}
@media (max-width: 1400px)
{
    .inner-title-wrap b
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .inner-title-wrap b
    {
        font-size: 22px;
    }
}
.inner-title-wrap .right
{
    display: inline-block;
    float: right;
}
@media (max-width: 991px)
{
    .inner-title-wrap .right
    {
        display: block;
        float: none;
        overflow: hidden;
    }
}
.inner-title-wrap .right .font
{
    float: right;
}
.inner-title-wrap .right .font a
{
    line-height: 50px;

    display: inline-block;

    height: 30px;
}
.inner-title-wrap .right .font a:before
{
    font-family: 'iconfont';
    font-size: 30px;
    font-weight: bold;

    content: '\e623';

    color: #fff;
}
.inner-title-wrap .right .font a.switcher-small:before
{
    content: '\e61f';
}
.inner-title-wrap .right .font a:after
{
    display: inline-block;
    float: right;

    width: 1px;
    height: 18px;
    margin: 0 14px;
    margin-top: 18px;

    content: '';

    background-color: #e5e5e5;
}
.inner-title-wrap .right .return
{
    float: right;

    margin-left: 60px;
}
@media (max-width: 767px)
{
    .inner-title-wrap .right .return
    {
        display: block;
        float: none;

        margin-left: 10px;

        text-align: right;
    }
}
.inner-title-wrap .right .return a
{
    font-size: 16px;
    line-height: 40px;

    display: inline-block;

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

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

    color: #fff;
    border: 1px solid #99c3bf;
    border-radius: 30px;
}
.inner-title-wrap .right .return a:hover
{
    color: #006a5d;
    background-color: #fff;
}
.inner-title-wrap .right .bdsharebuttonbox
{
    font-size: 0;

    float: right;

    height: 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.inner-title-wrap .right .bdsharebuttonbox a
{
    padding: 0;

    background: none;
}
.inner-title-wrap .right .bdsharebuttonbox a:before
{
    font-family: 'iconfont';
    font-size: 24px;
    line-height: 50px;

    display: inline-block;

    width: 30px;
    height: 50px;

    content: '\e62d';
    text-align: center;

    color: #fff;
    background-color: none;
}
.inner-title-wrap .right .bdsharebuttonbox a:after
{
    display: inline-block;
    float: right;

    width: 1px;
    height: 18px;
    margin: 0 14px;
    margin-top: 12px;

    content: '';

    background-color: #fff;
}
.inner-title-wrap .right .bdsharebuttonbox a:first-child
{
    padding-left: 0;
}
.inner-title-wrap .right .bdsharebuttonbox a:last-child:after
{
    display: none;
}
.inner-title-wrap .right .bdsharebuttonbox a:hover
{
    opacity: 1;
}
.inner-title-wrap .right .bdsharebuttonbox .bds_qzone:before
{
    font-size: 22px;

    content: '\e62d';
}
.inner-title-wrap .right .bdsharebuttonbox .bds_tsina:before
{
    content: '\e7ed';
}
.inner-title-wrap .right .bdsharebuttonbox .bds_weixin:before
{
    content: '\e607';
}
.inner-title-wrap .right .bdsharebuttonbox .bds_mshare:before
{
    content: '\e61b';
}
.title-in
{
    text-align: center;
}
.title-in b
{
    font-family: '';
    font-size: 42px;
    line-height: 1.19047619;

    display: block;

    color: #006a5d;
}
@media (max-width: 991px)
{
    .title-in b
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title-in b
    {
        font-size: 26px;
    }
}
.title-in p
{
    font-size: 30px;

    margin: 10px 0 0 0;

    color: #555;
}
@media (max-width: 991px)
{
    .title-in p
    {
        font-size: 20px;
    }
}
.title-in p:before,
.title-in p:after
{
    display: inline-block;

    width: 6px;
    height: 6px;

    content: '';
    -webkit-transition: all 1s;
            transition: all 1s;
    -webkit-transition-delay: .5s;
            transition-delay: .5s;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    vertical-align: middle;

    border-radius: 50%;
    background-color: #006a5d;
}
@media (max-width: 991px)
{
    .title-in p:before,
    .title-in p:after
    {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
    }
}
.title-in p:before
{
    margin-right: 20px;
}
.title-in p:after
{
    margin-left: 20px;
}
.title-in.animated p:before,
.title-in.animated p:after
{
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
.fixed-indexleft,
.fixed-indexright
{
    position: fixed;
    z-index: 2;
    top: 50%;
    left: 15px;

    display: none;

    margin-top: 50px;

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

    opacity: 1;
}
@media (max-width: 767px)
{
    .fixed-indexleft,
    .fixed-indexright
    {
        left: 0;

        width: 30px;
    }
}
.fixed-indexleft ul,
.fixed-indexright ul
{
    display: inline-block;

    text-align: center;
}
.fixed-indexleft ul li:after,
.fixed-indexright ul li:after
{
    display: block;

    width: 5px;
    height: 5px;
    margin: 14px auto;

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

    border-radius: 50%;
    background-color: #006a5d;
}
.fixed-indexleft ul li:last-child:after,
.fixed-indexright ul li:last-child:after
{
    display: none;
}
.fixed-indexleft .item a,
.fixed-indexright .item a
{
    font-size: 18px;

    display: block;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1350px)
{
    .fixed-indexleft .item a,
    .fixed-indexright .item a
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .fixed-indexleft .item a,
    .fixed-indexright .item a
    {
        font-size: 12px;
    }
}
.fixed-indexleft .item a:before,
.fixed-indexright .item a:before
{
    font-family: 'iconfont' !important;
    font-size: 50px;
    line-height: 50px;

    display: block;

    content: '\e62f';
    -webkit-transition: all .4s;
            transition: all .4s;

    color: #006a5d;
}
@media (max-width: 1440px)
{
    .fixed-indexleft .item a:before,
    .fixed-indexright .item a:before
    {
        font-size: 40px;
    }
}
@media (max-width: 1350px)
{
    .fixed-indexleft .item a:before,
    .fixed-indexright .item a:before
    {
        font-size: 30px;
        line-height: 40px;
    }
}
@media (max-width: 767px)
{
    .fixed-indexleft .item a:before,
    .fixed-indexright .item a:before
    {
        font-size: 20px;
        line-height: 30px;
    }
}
.fixed-indexleft .item-qxtv a:before,
.fixed-indexright .item-qxtv a:before
{
    content: '\e6bc';
}
.fixed-indexleft .item-pxjd a:before,
.fixed-indexright .item-pxjd a:before
{
    content: '\e666';
}
.fixed-indexleft .item-team a:before,
.fixed-indexright .item-team a:before
{
    content: '\e657';
}
.fixed-indexleft .item-tel,
.fixed-indexright .item-tel
{
    position: relative;
}
.fixed-indexleft .item-tel a:before,
.fixed-indexright .item-tel a:before
{
    content: '\e67e';
}
.fixed-indexleft .item-tel p,
.fixed-indexright .item-tel p
{
    font-size: 20px;
    line-height: 40px;

    position: absolute;
    top: 10px;
    right: -250px;

    width: 200px;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.fixed-indexleft .item-tel:hover p,
.fixed-indexright .item-tel:hover p
{
    right: 50px;
}
.fixed-indexleft .item-kf a:before,
.fixed-indexright .item-kf a:before
{
    content: '\e63b';
}
.fixed-indexleft .item-gzh a:before,
.fixed-indexright .item-gzh a:before
{
    content: '\e6cf';
}
.fixed-indexleft-white ul li:after,
.fixed-indexright-white ul li:after
{
    background-color: #fff;
}
.fixed-indexleft-white .item,
.fixed-indexright-white .item
{
    color: #fff;
}
.fixed-indexleft-white .item a:before,
.fixed-indexright-white .item a:before
{
    color: #fff;
}
.fixed-indexleft-show,
.fixed-indexright-show
{
    display: block;
}
.fixed-indexright
{
    right: 15px;
    left: auto;
}
@media (max-width: 767px)
{
    .fixed-indexright
    {
        right: 0;
    }
}
.inner-about .about
{
    overflow: hidden;

    margin-top: 50px;
}
.inner-about .about img
{
    float: right;

    max-width: 100%;
    margin-left: 40px;
}
@media (max-width: 991px)
{
    .inner-about .about img
    {
        float: none;

        margin-bottom: 30px;
        margin-left: 0;
    }
}
.inner-about .about p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .inner-about .about p
    {
        font-size: 15px;
    }
}
.inner-about .about-mask
{
    margin-top: 70px;
    padding: 0 10%;

    text-align: right;

    color: #fff;
    background: url(../images/about_bgin.jpg) no-repeat left center;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .inner-about .about-mask
    {
        margin-top: 50px;
        padding: 0 5%;
    }
}
@media (max-width: 991px)
{
    .inner-about .about-mask
    {
        padding: 0 30px;
    }
}
.inner-about .about-mask:before,
.inner-about .about-mask:after
{
    display: block;

    width: 12px;
    height: 97px;
    margin-left: 84%;

    content: '';

    background: url(../images/line-1.png) no-repeat;
}
.inner-about .about-mask:after
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.inner-about .about-mask .text
{
    margin: 22px 0;
}
.inner-about .about-mask .text b
{
    font-size: 24px;
    font-weight: normal;
    line-height: 1.25;
}
@media (max-width: 991px)
{
    .inner-about .about-mask .text b
    {
        font-size: 20px;
    }
}
.inner-about .about-mask .text p
{
    font-family: '';
    font-size: 30px;
    line-height: 1.33333333;

    margin: 10px 0 0 0;
}
@media (max-width: 991px)
{
    .inner-about .about-mask .text p
    {
        font-size: 18px;
    }
}
.inner-culture .culture-text
{
    margin-top: 50px;
}
.inner-culture .culture-text img
{
    max-width: 100%;
}
.inner-culture .culture-text p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .inner-culture .culture-text p
    {
        font-size: 15px;
    }
}
.inner-culture .culture-info
{
    margin-top: 30px;
}
.inner-culture .culture-info .row
{
    margin: 0 -20px;
}
@media (max-width: 991px)
{
    .inner-culture .culture-info .row
    {
        margin: 0 -8px;
    }
}
.inner-culture .culture-info .itembox
{
    padding: 0 20px;
}
@media (max-width: 991px)
{
    .inner-culture .culture-info .itembox
    {
        padding: 0 8px;
    }
}
.inner-culture .culture-info .culture-list-1 .item
{
    position: relative;

    margin-top: 40px;
}
@media (max-width: 991px)
{
    .inner-culture .culture-info .culture-list-1 .item
    {
        margin-top: 20px;
    }
}
.inner-culture .culture-info .culture-list-1 .item .img-box
{
    padding-bottom: 141.02564103%;
}
.inner-culture .culture-info .culture-list-1 .item .note
{
    position: absolute;
    right: 24px;
    bottom: 24px;

    width: 50px;
    padding: 30px 10px;

    text-align: center;

    color: #fff;
    border-radius: 30px;
    background-color: #006a5d;
}
@media (max-width: 991px)
{
    .inner-culture .culture-info .culture-list-1 .item .note
    {
        right: 10px;
        bottom: 10px;

        width: 40px;
        padding: 20px 4px;
    }
}
.inner-culture .culture-info .culture-list-1 .item .note p
{
    font-size: 30px;
    line-height: 1;

    margin: 0;
}
@media (max-width: 991px)
{
    .inner-culture .culture-info .culture-list-1 .item .note p
    {
        font-size: 20px;
    }
}
.inner-culture .culture-info .culture-list-2 .item
{
    position: relative;

    margin-top: 40px;
}
@media (max-width: 991px)
{
    .inner-culture .culture-info .culture-list-2 .item
    {
        margin-top: 20px;
    }
}
.inner-culture .culture-info .culture-list-2 .item .img-box
{
    padding-bottom: 90.22556391%;
}
.inner-culture .culture-info .culture-list-2 .item .note
{
    position: absolute;
    top: 10%;
    left: 0;

    width: 100%;
    padding: 0 10%;
}
@media (max-width: 991px)
{
    .inner-culture .culture-info .culture-list-2 .item .note
    {
        padding: 0 15px;
    }
}
.inner-culture .culture-info .culture-list-2 .item .note b
{
    font-size: 30px;
    font-weight: normal;
    line-height: 50px;

    display: inline-block;

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

    color: #fff;
    border-radius: 30px;
    background-color: #006a5d;
}
@media (max-width: 991px)
{
    .inner-culture .culture-info .culture-list-2 .item .note b
    {
        font-size: 20px;
        line-height: 40px;
    }
}
.inner-culture .culture-info .culture-list-2 .item .note p
{
    font-size: 22px;
    line-height: 1.75;

    margin: 0;

    color: #fff;
}
@media (max-width: 991px)
{
    .inner-culture .culture-info .culture-list-2 .item .note p
    {
        font-size: 18px;
    }
}
.inner-culture .culture-info .culture-list-3
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .inner-culture .culture-info .culture-list-3
    {
        margin-top: 20px;
    }
}
.inner-culture .culture-info .culture-list-3 .text
{
    display: table;

    width: 100%;

    background-color: #eee;
}
@media (max-width: 991px)
{
    .inner-culture .culture-info .culture-list-3 .text
    {
        display: block;
    }
}
.inner-culture .culture-info .culture-list-3 .text .pic
{
    display: table-cell;

    width: 48%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .inner-culture .culture-info .culture-list-3 .text .pic
    {
        display: block;

        width: 100%;
    }
}
.inner-culture .culture-info .culture-list-3 .text .pic img
{
    width: 100%;
}
.inner-culture .culture-info .culture-list-3 .text .note
{
    display: table-cell;

    width: 52%;
    padding: 0 40px;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .inner-culture .culture-info .culture-list-3 .text .note
    {
        display: block;

        width: 100%;
        padding: 30px 15px;
    }
}
.inner-culture .culture-info .culture-list-3 .text .note b
{
    font-size: 30px;
    font-weight: normal;
    line-height: 50px;

    display: inline-block;

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

    color: #fff;
    border-radius: 30px;
    background-color: #006a5d;
}
@media (max-width: 991px)
{
    .inner-culture .culture-info .culture-list-3 .text .note b
    {
        font-size: 20px;
        line-height: 40px;
    }
}
.inner-culture .culture-info .culture-list-3 .text .note p
{
    font-size: 20px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .inner-culture .culture-info .culture-list-3 .text .note p
    {
        font-size: 16px;
    }
}
.inner-history .history-text
{
    margin-top: 50px;
}
.inner-history .history-text img
{
    max-width: 100%;
}
.inner-history .history-text hr
{
    border-top: 1px dashed #dcdcdc;
}
.inner-history .history-text p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .inner-history .history-text p
    {
        font-size: 15px;
    }
}
.inner-history .history
{
    overflow: hidden;

    margin-top: 60px;
}
@media (max-width: 1400px)
{
    .inner-history .history
    {
        padding-left: 35px;
    }
}
.inner-history .history ul
{
    position: relative;
}
.inner-history .history ul:before
{
    position: absolute;
    top: 0;
    left: 50%;

    display: block;

    width: 1px;
    height: 100%;

    content: '';

    background-color: #ccc;
}
@media (max-width: 991px)
{
    .inner-history .history ul:before
    {
        left: 0;
    }
}
.inner-history .history ul li
{
    overflow: hidden;

    margin-top: -70px;
}
@media (max-width: 1400px)
{
    .inner-history .history ul li
    {
        margin-top: 0;
    }
}
@media (max-width: 991px)
{
    .inner-history .history ul li
    {
        overflow: visible;

        margin-top: 20px;
    }
}
.inner-history .history ul li:first-child
{
    margin-top: 0;
}
.inner-history .history ul li:last-child .item
{
    min-height: 70px;
}
@media (max-width: 991px)
{
    .inner-history .history ul li:last-child .item
    {
        min-height: 60px;
    }
}
.inner-history .history ul li .item
{
    position: relative;

    float: right;

    width: 50%;
    min-height: 180px;
    padding-left: 80px;
}
@media (max-width: 991px)
{
    .inner-history .history ul li .item
    {
        float: none;

        width: 100%;
        min-height: 70px;
        padding-left: 40px;
    }
}
.inner-history .history ul li .item .date
{
    font-family: '';
    font-size: 40px;
    line-height: 70px;

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

    width: 70px;
    height: 70px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #006a5d;
}
@media (max-width: 991px)
{
    .inner-history .history ul li .item .date
    {
        font-size: 30px;
        line-height: 60px;

        left: -30px;

        width: 60px;
        height: 60px;
    }
}
.inner-history .history ul li .item .text b
{
    font-size: 22px;
    font-weight: normal;
    line-height: 1.36363636;

    display: block;

    color: #006a5d;
}
@media (max-width: 1400px)
{
    .inner-history .history ul li .item .text b
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .inner-history .history ul li .item .text b
    {
        font-size: 16px;

        padding-top: 14px;
    }
}
.inner-history .history ul li .item .text .note
{
    overflow: hidden;
}
.inner-history .history ul li .item .text .note .pic
{
    float: left;

    width: 36%;
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .inner-history .history ul li .item .text .note .pic
    {
        width: 100%;
    }
}
.inner-history .history ul li .item .text .note .pic img
{
    display: block;

    width: 100%;
    margin-bottom: 20px;
}
.inner-history .history ul li .item .text .note .note-p
{
    float: left;

    width: 64%;
    margin-top: 20px;
    padding-left: 20px;

    text-align: left;
}
@media (max-width: 991px)
{
    .inner-history .history ul li .item .text .note .note-p
    {
        width: 100%;
        margin-top: 0;
        padding-left: 0;
    }
}
.inner-history .history ul li .item .text .note .note-p p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 1400px)
{
    .inner-history .history ul li .item .text .note .note-p p
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .inner-history .history ul li .item .text .note .note-p p
    {
        font-size: 14px;
    }
}
.inner-history .history ul li:nth-child(2n) .item
{
    float: left;

    padding-right: 80px;
    padding-left: 0;

    text-align: right;
}
@media (max-width: 991px)
{
    .inner-history .history ul li:nth-child(2n) .item
    {
        float: none;

        padding-right: 0;
        padding-left: 40px;

        text-align: left;
    }
}
.inner-history .history ul li:nth-child(2n) .item .date
{
    right: -35px;
    left: auto;
}
@media (max-width: 991px)
{
    .inner-history .history ul li:nth-child(2n) .item .date
    {
        right: auto;
        left: -35px;
    }
}
.inner-history .history ul li:nth-child(2n) .item .text .note .pic
{
    float: right;
}
.inner-history .history ul li:nth-child(2n) .item .text .note .note-p
{
    padding-right: 20px;
    padding-left: 0;
}
.inner-eegant .eegant
{
    font-size: 0;
}
.inner-eegant .eegant .row
{
    margin: 0 -20px;
}
.inner-eegant .eegant .itembox
{
    display: inline-block;
    float: none;

    padding: 0 20px;

    vertical-align: top;
}
.inner-eegant .eegant .itembox .note
{
    margin-top: 10px;
}
.inner-eegant .eegant .itembox .note p
{
    font-size: 18px;
    line-height: 1.77777778;

    margin: 0;
}
@media (max-width: 991px)
{
    .inner-eegant .eegant .itembox .note p
    {
        font-size: 15px;
    }
}
.inner-eegant .eegant .itembox .note-1
{
    padding: 0 20px;
}
.inner-eegant .eegant .itembox .item
{
    margin-top: 30px;
}
.inner-eegant .eegant .itembox .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-eegant .eegant .itembox .item-1 .img-box
{
    padding-bottom: 73.79518072%;
}
.inner-eegant .eegant .itembox .item-2 .img-box
{
    padding-bottom: 62.11180124%;
}
.inner-eegant .eegant .itembox .item-3 .img-box
{
    padding-bottom: 72.28915663%;
}
.inner-eegant .eegant .itembox .item-4 .img-box
{
    padding-bottom: 61.86046512%;
}
.inner-eegant .eegant .itembox .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-honor .row
{
    margin: 0 -10px;
}
.inner-honor .col-xs-6
{
    padding: 0 10px;
}
.inner-honor .honor
{
    margin-top: 30px;
}
.inner-honor .item
{
    overflow: hidden;

    margin-top: 20px;
}
.inner-honor .item img
{
    width: 100%;

    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-honor .item p
{
    font-size: 16px;
}
.inner-honor .item:hover img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-honor .showMorehandle
{
    margin-top: 60px;

    text-align: center;
}
.inner-honor .showMorehandle a
{
    font-size: 26px;
    line-height: 30px;

    display: inline-block;

    padding: 25px 80px;

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

    color: #006a5d;
    border: 1px dashed #b5b5b5;
    border-radius: 50px;
}
@media (max-width: 991px)
{
    .inner-honor .showMorehandle a
    {
        font-size: 18px;

        padding: 8px 30px;
    }
}
.inner-honor .showMorehandle a:hover
{
    color: #fff;
    background-color: #006a5d;
}
.inner-branch
{
    padding-right: 5%;
    padding-left: 5%;
}
@media (max-width: 1199px)
{
    .inner-branch
    {
        padding-right: 15px;
        padding-left: 15px;
    }
}
.inner-branch .branch
{
    margin-top: -40px;
}
.inner-branch .branch .row
{
    font-size: 0;

    margin: 0 -20px;
}
@media (max-width: 1400px)
{
    .inner-branch .branch .row
    {
        margin: 0 -15px;
    }
}
.inner-branch .branch .itembox
{
    display: inline-block;
    float: none;

    padding: 0 20px;

    vertical-align: top;
}
@media (max-width: 1400px)
{
    .inner-branch .branch .itembox
    {
        padding: 0 15px;
    }
}
.inner-branch .branch .item
{
    display: block;

    margin-top: 40px;
}
.inner-branch .branch .item .img-box
{
    padding-bottom: 61.9047619%;
}
.inner-branch .branch .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-branch .branch .item .note
{
    margin-top: 20px;
}
.inner-branch .branch .item .note b
{
    font-size: 26px;
    font-weight: normal;
    line-height: 1.21428571;

    display: inline-block;

    margin-right: 20px;

    vertical-align: bottom;

    color: #666;
}
@media (max-width: 991px)
{
    .inner-branch .branch .item .note b
    {
        font-size: 20px;

        margin-right: 14px;
    }
}
.inner-branch .branch .item .note span
{
    font-size: 18px;
    line-height: 1.33333333;

    display: inline-block;

    vertical-align: bottom;

    color: #999;
}
@media (max-width: 991px)
{
    .inner-branch .branch .item .note span
    {
        font-size: 14px;
    }
}
.inner-branch .branch .item .note p
{
    font-size: 17px;
    line-height: 1.33333333;

    margin: 14px 0 0 0;

    color: #666;
}
@media (max-width: 991px)
{
    .inner-branch .branch .item .note p
    {
        font-size: 14px;
    }
}
.inner-branch .branch .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-branch .branch .item:hover .note b
{
    color: #006a5d;
}
.inner-responsibility
{
    background-color: #f9f9f9;
}
.inner-responsibility .responsibility .item
{
    display: block;

    margin-top: 30px;

    background-color: #fff;
}
.inner-responsibility .responsibility .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-responsibility .responsibility .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-responsibility .responsibility .item:hover .note b
{
    color: #006a5d;
}
.inner-responsibility .responsibility .item-1 .img-box
{
    padding-bottom: 62.12121212%;
}
.inner-responsibility .responsibility .item-1 .note
{
    padding: 30px 20px;
}
@media (max-width: 991px)
{
    .inner-responsibility .responsibility .item-1 .note
    {
        padding: 20px 10px;
    }
}
.inner-responsibility .responsibility .item-1 .note b
{
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .inner-responsibility .responsibility .item-1 .note b
    {
        font-size: 18px;
    }
}
.inner-responsibility .responsibility .item-1 .note span.date
{
    font-family: '';
    font-size: 14px;
    line-height: 1.71428571;

    display: block;

    color: #999;
}
.inner-responsibility .responsibility .item-1 .note p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 90px;
    margin: 6px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.inner-responsibility .responsibility .item-1 .note span.more
{
    font-size: 16px;
    line-height: 42px;

    display: inline-block;

    margin-top: 14px;
    padding: 0 26px;

    color: #fff;
    border-radius: 30px;
    background-color: #006a5d;
}
.inner-responsibility .responsibility .item-2 .img-box
{
    padding-bottom: 63.63636364%;
}
.inner-responsibility .responsibility .item-2 .note
{
    padding: 18px 20px;
}
@media (max-width: 991px)
{
    .inner-responsibility .responsibility .item-2 .note
    {
        padding: 18px 10px;
    }
}
.inner-responsibility .responsibility .item-2 .note b
{
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .inner-responsibility .responsibility .item-2 .note b
    {
        font-size: 18px;

        height: auto;
        max-height: 60px;
    }
}
.inner-responsibility .responsibility .item-2 .note span.date
{
    font-family: '';
    font-size: 14px;
    line-height: 1.71428571;

    display: block;

    margin-top: 2px;

    color: #006a5d;
}
.inner-responsibility-show
{
    overflow: hidden;
}
.inner-responsibility-show .responsibility-show .wrap-left
{
    float: left;

    width: 70%;
}
@media (max-width: 991px)
{
    .inner-responsibility-show .responsibility-show .wrap-left
    {
        width: 100%;
    }
}
.inner-responsibility-show .responsibility-show .wrap-left p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .inner-responsibility-show .responsibility-show .wrap-left p
    {
        font-size: 15px;
    }
}
.inner-responsibility-show .responsibility-show .wrap-left h3
{
    font-size: 24px;

    text-align: center;

    color: #006a5d;
}
@media (max-width: 991px)
{
    .inner-responsibility-show .responsibility-show .wrap-left h3
    {
        font-size: 20px;
    }
}
.inner-responsibility-show .responsibility-show .wrap-left h4
{
    font-size: 20px;
    line-height: 1.5;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .inner-responsibility-show .responsibility-show .wrap-left h4
    {
        font-size: 16px;
    }
}
.inner-responsibility-show .responsibility-show .wrap-left h5
{
    font-size: 16px;
    line-height: 1.5;

    margin: 0;

    color: #999;
}
@media (max-width: 991px)
{
    .inner-responsibility-show .responsibility-show .wrap-left h5
    {
        font-size: 14px;
    }
}
.inner-responsibility-show .responsibility-show .wrap-left img
{
    max-width: 100%;
}
.inner-responsibility-show .responsibility-show .wrap-left .note-3
{
    text-align: center;
}
.inner-responsibility-show .responsibility-show .wrap-left .textlist
{
    overflow: hidden;

    max-width: 650px;
    margin: 0 auto;
}
.inner-responsibility-show .responsibility-show .wrap-left .textlist li
{
    float: left;

    width: 25%;
    margin-top: 30px;
    padding: 0 20px;
}
@media (max-width: 767px)
{
    .inner-responsibility-show .responsibility-show .wrap-left .textlist li
    {
        width: 50%;
        padding: 0 10px;
    }
}
.inner-responsibility-show .responsibility-show .wrap-left .textlist li .img-box
{
    text-align: center;

    border-radius: 50%;
    background-color: #006a5d;
}
.inner-responsibility-show .responsibility-show .wrap-left .textlist li span
{
    font-size: 24px;

    position: absolute;
    top: 50%;

    display: block;

    width: 100%;

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

    color: #fff;
}
@media (max-width: 991px)
{
    .inner-responsibility-show .responsibility-show .wrap-left .textlist li span
    {
        font-size: 18px;
    }
}
.inner-responsibility-show .responsibility-show .wrap-left .textpic
{
    font-size: 0;

    max-width: 880px;
    margin: 0 auto;
}
.inner-responsibility-show .responsibility-show .wrap-left .textpic .textpicitem
{
    display: inline-block;
    float: none;

    margin: 15px 0;

    vertical-align: top;
}
.inner-responsibility-show .responsibility-show .wrap-left .textpic .textpicitem img
{
    width: 100%;
}
.inner-responsibility-show .responsibility-show .wrap-right
{
    float: right;

    width: 30%;
    padding-left: 50px;
}
@media (max-width: 991px)
{
    .inner-responsibility-show .responsibility-show .wrap-right
    {
        width: 100%;
        margin-top: 50px;
        padding-left: 0;
    }
}
.inner-responsibility-show .responsibility-show .wrap-right .relate-news .title-relate b
{
    font-size: 24px;

    display: inline-block;

    color: #006a5d;
}
.inner-responsibility-show .responsibility-show .wrap-right .relate-news .title-relate b:before
{
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    background-color: #006a5d;
}
.inner-responsibility-show .responsibility-show .wrap-right .relate-news .news
{
    margin-top: 20px;

    border-top: 1px solid #ddd;
}
.inner-responsibility-show .responsibility-show .wrap-right .relate-news .news .item
{
    display: block;

    padding: 30px 0;

    border-bottom: 1px solid #ddd;
}
.inner-responsibility-show .responsibility-show .wrap-right .relate-news .news .item .img-box
{
    margin-bottom: 20px;
    padding-bottom: 60.60606061%;
}
.inner-responsibility-show .responsibility-show .wrap-right .relate-news .news .item .note b
{
    font-size: 20px;
    font-weight: normal;
    line-height: 1.6;

    display: block;
}
.inner-responsibility-show .responsibility-show .wrap-right .relate-news .news .item .note span.date
{
    font-family: '';
    font-size: 16px;
    line-height: 1.5;

    display: block;

    color: #999;
}
.inner-responsibility-show .responsibility-show .wrap-right .relate-news .news .item .note p
{
    font-size: 16px;
    line-height: 1.75;

    display: -webkit-box;
    overflow: hidden;

    max-height: 56px;
    margin: 14px 0 0 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.inner-responsibility-show .responsibility-show .wrap-right .relate-news .news .item .note span.more
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    margin-top: 14px;

    color: #006a5d;
    border-bottom: 2px solid #006a5d;
}
.inner-responsibility-show .responsibility-show .wrap-right .relate-news .news .item:hover .note b
{
    color: #006a5d;
}
.inner-responsibility-show .responsibility-show .wrap-right .relate-news .relate-more
{
    margin-top: 40px;
}
.inner-responsibility-show .responsibility-show .wrap-right .relate-news .relate-more a
{
    font-size: 16px;
    line-height: 50px;

    display: inline-block;

    padding: 0 30px;

    color: #fff;
    border-radius: 30px;
    background-color: #006a5d;
}
.inner-responsibility-show .responsibility-show .wrap-right .relate-erweima
{
    overflow: hidden;

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

    border-top: 1px dashed #e5e5e5;
    border-bottom: 1px dashed #e5e5e5;
}
.inner-responsibility-show .responsibility-show .wrap-right .relate-erweima .pic
{
    float: left;

    width: 36%;
}
.inner-responsibility-show .responsibility-show .wrap-right .relate-erweima .pic img
{
    width: 100%;
}
.inner-responsibility-show .responsibility-show .wrap-right .relate-erweima .note
{
    float: left;

    width: 64%;
    padding-left: 10px;
}
.inner-responsibility-show .responsibility-show .wrap-right .relate-erweima .note b
{
    font-size: 20px;
    font-weight: normal;

    display: block;

    margin-bottom: 10px;

    color: #006a5d;
}
.inner-responsibility-show .responsibility-show .wrap-right .relate-erweima .note p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 0;
}
.inner-strategic .strategic
{
    display: table;
    overflow: hidden;

    width: 100%;
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .inner-strategic .strategic
    {
        display: block;

        margin-top: 40px;
    }
}
.inner-strategic .strategic .text,
.inner-strategic .strategic .pic
{
    display: table-cell;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .inner-strategic .strategic .text,
    .inner-strategic .strategic .pic
    {
        display: block;

        width: 100%;
    }
}
.inner-strategic .strategic .text
{
    padding: 40px;

    background-color: #f9f9f9;
}
@media (max-width: 991px)
{
    .inner-strategic .strategic .text
    {
        padding: 30px 15px;
    }
}
.inner-strategic .strategic .text b
{
    font-size: 24px;
    line-height: 42px;

    display: inline-block;

    padding: 0 20px;

    color: #fff;
    border-radius: 30px;
    background-color: #006a5d;
}
@media (max-width: 991px)
{
    .inner-strategic .strategic .text b
    {
        font-size: 20px;
    }
}
.inner-strategic .strategic .text h3
{
    font-size: 24px;
    line-height: 1.25;

    margin: 14px 0 20px;

    color: #006a5d;
}
@media (max-width: 991px)
{
    .inner-strategic .strategic .text h3
    {
        font-size: 20px;
    }
}
.inner-strategic .strategic .text p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .inner-strategic .strategic .text p
    {
        font-size: 16px;
    }
}
.inner-strategic .strategic .pic
{
    position: relative;
}
.inner-strategic .strategic .pic img
{
    max-width: 100%;
}
.inner-strategic .strategic .pic .mask
{
    position: absolute;
    bottom: 30px;

    width: 100%;
    padding: 0 30px;

    text-align: right;
}
@media (max-width: 991px)
{
    .inner-strategic .strategic .pic .mask
    {
        bottom: 10px;

        padding: 0 15px;
    }
}
.inner-strategic .strategic .pic .mask b
{
    font-size: 30px;
    font-weight: normal;
    line-height: 52px;

    display: inline-block;

    padding: 0 20px;

    color: #fff;
    border-radius: 50px;
    background-color: #006a5d;
}
@media (max-width: 991px)
{
    .inner-strategic .strategic .pic .mask b
    {
        font-size: 20px;
    }
}
.inner-strategic .strategic .pic .mask p
{
    font-family: '';
    font-size: 24px;
    line-height: 1.41666667;

    margin: 10px 0 0 0;

    color: #fff;
}
@media (max-width: 991px)
{
    .inner-strategic .strategic .pic .mask p
    {
        font-size: 16px;
    }
}
.inner-agent .agent
{
    margin-top: 60px;
    padding: 40px;

    background-color: #f9f9f9;
}
@media (max-width: 991px)
{
    .inner-agent .agent
    {
        margin-top: 40px;
        padding: 30px 15px;
    }
}
.inner-agent .agent b
{
    font-size: 24px;
    line-height: 42px;

    display: inline-block;

    padding: 0 20px;

    color: #fff;
    border-radius: 30px;
    background-color: #006a5d;
}
@media (max-width: 991px)
{
    .inner-agent .agent b
    {
        font-size: 20px;
    }
}
.inner-agent .agent h3
{
    font-size: 24px;
    line-height: 1.25;

    margin: 14px 0 20px;

    color: #006a5d;
}
@media (max-width: 991px)
{
    .inner-agent .agent h3
    {
        font-size: 20px;
    }
}
.inner-agent .agent p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .inner-agent .agent p
    {
        font-size: 16px;
    }
}
.inner-cooperation .cooperation .text
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .inner-cooperation .cooperation .text
    {
        margin-top: 40px;
    }
}
.inner-cooperation .cooperation b
{
    font-size: 24px;
    line-height: 42px;

    display: inline-block;

    padding: 0 20px;

    color: #fff;
    border-radius: 30px;
    background-color: #006a5d;
}
@media (max-width: 991px)
{
    .inner-cooperation .cooperation b
    {
        font-size: 20px;
    }
}
.inner-cooperation .cooperation h3
{
    font-size: 24px;
    line-height: 1.25;

    margin: 14px 0 20px;

    color: #006a5d;
}
@media (max-width: 991px)
{
    .inner-cooperation .cooperation h3
    {
        font-size: 20px;
    }
}
.inner-cooperation .cooperation h3 span
{
    display: inline-block;

    border-bottom: 2px solid #006a5d;
}
.inner-cooperation .cooperation p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .inner-cooperation .cooperation p
    {
        font-size: 16px;
    }
}
.inner-cooperation .pic .item
{
    margin-top: 30px;
}
.inner-cooperation .pic .item .img-box
{
    padding-bottom: 66.25%;
}
.inner-school .school
{
    padding: 40px 0;
}
.inner-school .school p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .inner-school .school p
    {
        font-size: 15px;
    }
}
.inner-school .advantage
{
    position: relative;

    padding: 30px 0 70px;

    background-color: #f9f9f9;
}
.inner-school .advantage:before
{
    position: absolute;
    top: 0;
    left: -100%;

    display: block;

    width: 300%;
    height: 100%;

    content: '';

    background-color: #f9f9f9;
}
.inner-school .advantage .title-in,
.inner-school .advantage .list
{
    position: relative;
    z-index: 2;
}
.inner-school .advantage .list ul
{
    font-size: 0;

    margin: 0 -20px;
}
@media (max-width: 991px)
{
    .inner-school .advantage .list ul
    {
        margin: 0 -10px;
    }
}
.inner-school .advantage .list ul li
{
    display: inline-block;

    width: 16.66666667%;
    padding: 0 20px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .inner-school .advantage .list ul li
    {
        width: 33.33333333%;
        padding: 0 10px;
    }
}
.inner-school .advantage .list .item
{
    margin-top: 30px;

    text-align: center;
}
.inner-school .advantage .list .item:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;
    line-height: 120px;

    display: block;

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

    content: '\e65a';

    color: #fff;
    border-radius: 50%;
    background-color: #006a5d;
}
@media (max-width: 767px)
{
    .inner-school .advantage .list .item:before
    {
        font-size: 30px;
        line-height: 90px;

        width: 90px;
        height: 90px;
    }
}
.inner-school .advantage .list .item-2:before
{
    content: '\e659';
}
.inner-school .advantage .list .item-3:before
{
    content: '\e65b';
}
.inner-school .advantage .list .item-4:before
{
    content: '\e65d';
}
.inner-school .advantage .list .item-5:before
{
    content: '\e87e';
}
.inner-school .advantage .list .item-6:before
{
    content: '\e658';
}
.inner-school .advantage .list .item p
{
    font-size: 18px;
    line-height: 1.66666667;

    margin: 14px 0 0 0;

    color: #666;
}
@media (max-width: 991px)
{
    .inner-school .advantage .list .item p
    {
        font-size: 16px;
    }
}
.inner-school .process
{
    padding: 40px 0 70px;
}
.inner-school .process ul
{
    font-size: 0;

    margin: 0 -40px;
}
@media (max-width: 991px)
{
    .inner-school .process ul
    {
        margin: 0 -20px;
    }
}
@media (max-width: 767px)
{
    .inner-school .process ul
    {
        margin: 0 -10px;
    }
}
.inner-school .process ul li
{
    position: relative;

    display: inline-block;

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

    vertical-align: top;
}
@media (max-width: 991px)
{
    .inner-school .process ul li
    {
        width: 33.33333333%;
        padding: 0 20px;
    }
}
@media (max-width: 767px)
{
    .inner-school .process ul li
    {
        width: 50%;
        padding: 0 10px;
    }
}
.inner-school .process ul li:after
{
    position: absolute;
    top: 50%;
    right: -25px;

    display: block;

    width: 50px;
    height: 60px;
    margin-top: -30px;

    content: '';

    background: url(../images/arrow-1.png) no-repeat center;
    background-size: contain;
}
@media (max-width: 991px)
{
    .inner-school .process ul li:after
    {
        right: -10px;

        display: none;

        width: 30px;
        height: 40px;
    }
}
.inner-school .process ul li:last-child:after
{
    display: none;
}
.inner-school .process .item
{
    display: block;

    text-align: center;
}
.inner-school .process .item:before
{
    font-family: 'iconfont' !important;
    font-size: 60px;
    line-height: 60px;

    display: block;

    content: '\e65e';

    color: #006a5d;
}
.inner-school .process .item-2:before
{
    content: '\e65c';
}
.inner-school .process .item-3:before
{
    font-size: 58px;

    content: '\e646';
}
.inner-school .process .item-4:before
{
    font-size: 50px;

    content: '\e764';
}
.inner-school .process .item-5:before
{
    content: '\e71a';
}
.inner-school .process .item p
{
    font-size: 18px;
    line-height: 1.77777778;

    margin: 10px 0 0 0;

    color: #666;
}
@media (max-width: 991px)
{
    .inner-school .process .item p
    {
        font-size: 16px;
    }
}
.inner-school .partner
{
    position: relative;

    padding: 30px 0 70px;

    background-color: #f9f9f9;
}
.inner-school .partner:before
{
    position: absolute;
    top: 0;
    left: -100%;

    display: block;

    width: 300%;
    height: 100%;

    content: '';

    background-color: #f9f9f9;
}
.inner-school .partner .title-in,
.inner-school .partner .list
{
    position: relative;
    z-index: 2;
}
.inner-school .partner .list
{
    overflow: hidden;

    margin-top: 60px;
}
@media (max-width: 991px)
{
    .inner-school .partner .list
    {
        margin-top: 40px;
    }
}
.inner-school .partner .list ul
{
    overflow: hidden;

    margin-top: -1px;
    margin-left: -1px;
}
.inner-school .partner .list ul li
{
    float: left;

    width: 20%;

    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
@media (max-width: 991px)
{
    .inner-school .partner .list ul li
    {
        width: 33.33333333%;
    }
}
@media (max-width: 767px)
{
    .inner-school .partner .list ul li
    {
        width: 50%;
    }
}
.inner-school .partner .list .item .img-box
{
    padding-bottom: 60.71428571%;
}
.inner-talent .talent
{
    display: table;
    overflow: hidden;

    width: 100%;
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .inner-talent .talent
    {
        display: block;

        margin-top: 40px;
    }
}
.inner-talent .talent .text,
.inner-talent .talent .pic
{
    display: table-cell;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .inner-talent .talent .text,
    .inner-talent .talent .pic
    {
        display: block;

        width: 100%;
    }
}
.inner-talent .talent .text
{
    padding: 60px;

    background-color: #f9f9f9;
}
@media (max-width: 991px)
{
    .inner-talent .talent .text
    {
        padding: 30px 15px;
    }
}
.inner-talent .talent .text b
{
    font-size: 24px;
    line-height: 42px;

    display: inline-block;

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

    color: #fff;
    border-radius: 30px;
    background-color: #006a5d;
}
@media (max-width: 991px)
{
    .inner-talent .talent .text b
    {
        font-size: 20px;
    }
}
.inner-talent .talent .text h3
{
    font-size: 24px;
    line-height: 1.25;

    margin: 14px 0 20px;

    color: #006a5d;
}
@media (max-width: 991px)
{
    .inner-talent .talent .text h3
    {
        font-size: 20px;
    }
}
.inner-talent .talent .text p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .inner-talent .talent .text p
    {
        font-size: 16px;
    }
}
.inner-talent .talent .pic
{
    position: relative;
}
.inner-talent .talent .pic img
{
    max-width: 100%;
}
.inner-recruitment .recruitment ul.recruitment-sort
{
    overflow: hidden;

    margin-top: 50px;

    text-align: center;

    border: 1px solid #dcdcdc;
}
.inner-recruitment .recruitment ul.recruitment-sort li
{
    float: left;

    width: 50%;
}
.inner-recruitment .recruitment ul.recruitment-sort li:first-child
{
    border-right: 1px solid #dcdcdc;
}
.inner-recruitment .recruitment ul.recruitment-sort li a
{
    font-size: 24px;
    line-height: 40px;

    display: block;

    padding: 20px 10px;

    color: #006a5d;
}
@media (max-width: 991px)
{
    .inner-recruitment .recruitment ul.recruitment-sort li a
    {
        font-size: 18px;

        padding: 10px;
    }
}
.inner-recruitment .recruitment ul.recruitment-sort li.active
{
    background-color: #f4f4f4;
}
.inner-recruitment .recruitment .list
{
    margin-top: 40px;
}
.inner-recruitment .recruitment .list > ul
{
    overflow: hidden;

    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.inner-recruitment .recruitment .list > ul > li
{
    font-size: 0;

    border-bottom: 1px solid #ddd;
}
.inner-recruitment .recruitment .list > ul > li:first-child
{
    font-weight: bold;
    line-height: 60px;

    border: none;
    background-color: #f4f4f4;
}
.inner-recruitment .recruitment .list > ul > li:first-child .tlist .titem p
{
    font-size: 18px;
}
@media (max-width: 991px)
{
    .inner-recruitment .recruitment .list > ul > li:first-child .tlist .titem p
    {
        font-size: 13px;
    }
}
.inner-recruitment .recruitment .list > ul > li .tlist
{
    overflow: hidden;
}
.inner-recruitment .recruitment .list > ul > li .tlist .titem
{
    font-size: 16px;

    display: inline-block;

    width: 19%;
    min-height: 60px;
    margin-right: -4px;
    padding: 0 20px;

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

    border-left: 1px solid #ddd;
}
.inner-recruitment .recruitment .list > ul > li .tlist .titem:first-child
{
    border-left: none;
}
@media (max-width: 767px)
{
    .inner-recruitment .recruitment .list > ul > li .tlist .titem
    {
        padding: 0 4px;
    }
}
.inner-recruitment .recruitment .list > ul > li .tlist .titem:nth-child(5)
{
    width: 24%;
}
.inner-recruitment .recruitment .list > ul > li .tlist .titem:nth-child(6)
{
    text-align: right;

    color: #006a5d;
}
.inner-recruitment .recruitment .list > ul > li .tlist .titem:nth-child(6) a
{
    text-decoration: underline;
}
.inner-recruitment .recruitment .list > ul > li .tlist .titem:nth-child(6) a:hover
{
    color: #006a5d;
}
.inner-recruitment .recruitment .list > ul > li .tlist .titem p
{
    margin: 0;
}
@media (max-width: 767px)
{
    .inner-recruitment .recruitment .list > ul > li .tlist .titem p
    {
        font-size: 13px;
    }
}
.inner-recruitment .recruitment .list > ul > li .tlist .titem a
{
    line-height: 2;

    display: inline-block;

    padding: 14px 30px;
}
@media (max-width: 991px)
{
    .inner-recruitment .recruitment .list > ul > li .tlist .titem a
    {
        padding: 0 0;
    }
}
.inner-recruitment .recruitment .list > ul > li .tlist .titem a.more:after
{
    display: inline-block;

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

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

    border-width: 0 4px 4px 4px;
    border-style: solid;
    border-color: transparent transparent #006a5d transparent;
}
@media (max-width: 991px)
{
    .inner-recruitment .recruitment .list > ul > li .tlist .titem a.more:after
    {
        display: none;
    }
}
.inner-recruitment .recruitment .list > ul > li .tlist .titem a.apply
{
    color: #006a5e;
}
.inner-recruitment .recruitment .list > ul > li .tlist .titem a.apply:hover
{
    color: #006a5d;
}
.inner-recruitment .recruitment .list > ul > li.current
{
    background-color: #efefef;
}
.inner-recruitment .recruitment .list > ul > li.current .tlist .titem a.more:after
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.inner-recruitment .recruitment .list > ul > li .note
{
    display: none;

    padding: 30px 50px;

    border-top: 1px solid #ddd;
    background-color: #efefef;
}
@media (max-width: 991px)
{
    .inner-recruitment .recruitment .list > ul > li .note
    {
        padding: 30px 0;
    }
}
.inner-recruitment .recruitment .list > ul > li .note p
{
    font-size: 16px;

    display: inline-block;

    margin: 6px 28px;
}
@media (max-width: 991px)
{
    .inner-recruitment .recruitment .list > ul > li .note p
    {
        font-size: 14px;

        display: block;

        margin: 6px 10px;
    }
}
.inner-recruitment .recruitment .list > ul > li .note p span
{
    line-height: 28px;

    display: inline-block;

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

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #006a5d;
}
.inner-recruitment .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)
{
    .inner-recruitment .message
    {
        padding: 20px;
    }
}
.inner-recruitment .message .messageinfo
{
    position: relative;

    max-width: 1130px;
    height: 100%;
    margin: 0 auto;
    padding: 0 70px 30px 70px;

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

    border-bottom: 1px solid #ddd;
}
.inner-recruitment .message .title-message h3
{
    font-size: 18px;
    line-height: 2;

    display: inline-block;

    margin: 0;
}
.inner-recruitment .message .title-message .m-close
{
    float: right;

    width: 36px;
    height: 36px;

    cursor: pointer;
}
.inner-recruitment .message .title-message .m-close:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 36px;

    content: '\e849';
}
.inner-recruitment .message .item
{
    position: relative;

    overflow: hidden;

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

        width: 70px;
    }
}
.inner-recruitment .message input,
.inner-recruitment .message textarea,
.inner-recruitment .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;
}
.inner-recruitment .message textarea
{
    max-width: 100%;
}
.inner-recruitment .message .js-check
{
    font-size: 16px;
    line-height: 48px;

    float: left;

    width: 100%;
    height: 50px;

    color: #666;
}
.inner-recruitment .message .js-check i
{
    display: inline-block;

    margin: 0 10px;

    vertical-align: middle;
}
.inner-recruitment .message .js-check label
{
    font-weight: normal;

    position: relative;

    display: inline-block;

    margin: 0 20px 0 0;

    cursor: pointer;
}
.inner-recruitment .message .js-check label input
{
    width: auto;
    margin-right: 8px;

    cursor: pointer;
}
.inner-recruitment .message .js-check label:after
{
    position: relative;
    position: absolute;
    top: 8px;
    left: 0;

    display: inline-block;
    float: left;

    width: 30px;
    height: 30px;

    content: '';
    cursor: pointer;

    border: 1px solid #ebebeb;
    border-radius: 50%;
}
@media (max-width: 1560px)
{
    .inner-recruitment .message .js-check label:after
    {
        top: 12px;
    }
}
.inner-recruitment .message .js-check label i
{
    position: absolute;
    z-index: 9;
    top: 18px;
    left: 0;

    display: inline-block;

    width: 11px;
    height: 11px;

    border-radius: 50%;
}
@media (max-width: 1560px)
{
    .inner-recruitment .message .js-check label i
    {
        top: 22px;
    }
}
.inner-recruitment .message .js-check label.checked i
{
    background-color: #000;
}
.inner-recruitment .message .js-check input[type=radio]
{
    width: 30px;
    height: 30px;
    min-height: auto;
    margin: 0 0 0 8px;

    opacity: 0;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    background: #fff;
}
.inner-recruitment .message .btn
{
    font-size: 20px;
    line-height: 50px;

    display: block;

    width: 220px;
    height: 50px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 0;

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

    color: #fff;
    border-radius: 40px;
    outline: none;
    background-color: #006a5d;
}
@media (max-width: 1560px)
{
    .inner-recruitment .message .btn
    {
        font-size: 16px;
        line-height: 50px;

        width: 160px;
        height: 50px;
    }
}
.inner-recruitment .message .btn.reset
{
    margin-left: 10px;

    background-color: #245c9a;
}
.inner-recruitment .message .btn:hover
{
    background-color: #026054;
}
.inner-recruitment .showMorehandle1,
.inner-recruitment .showMorehandle2
{
    margin-top: 60px;

    text-align: center;
}
.inner-recruitment .showMorehandle1 a,
.inner-recruitment .showMorehandle2 a
{
    font-size: 0;

    display: inline-block;
}
.inner-recruitment .showMorehandle1 a:before,
.inner-recruitment .showMorehandle2 a:before
{
    display: block;

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

    content: '';

    background: url(../images/more1.png) no-repeat;
}
.inner-recruitment .showMorehandle1 a:after,
.inner-recruitment .showMorehandle2 a:after
{
    font-size: 16px;

    display: inline-block;

    margin: 20px 0 0 0;

    content: '加载更多';
}
.inner-recruitment .showMorehandle1 a:hover,
.inner-recruitment .showMorehandle2 a:hover
{
    color: #006a5d;
}
.maskbg
{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, .6);
}
.inner-employee .employee
{
    position: relative;

    margin-top: 10px;
}
.inner-employee .slick-equipment
{
    position: relative;

    max-width: 1160px;
    margin: 0 auto;
}
@media (max-width: 767px)
{
    .inner-employee .item
    {
        margin-top: 30px;
    }
}
.inner-employee .item .img-box
{
    padding-bottom: 61.75%;
}
.inner-employee .item p
{
    font-size: 12px;

    display: -webkit-box;
    overflow: hidden;

    margin-top: 2px;

    -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
            transform: scale(.7);
    text-align: center;

    opacity: 0;

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

        margin-top: 10px;

        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
    }
}
.inner-employee .slick-track
{
    padding: 200px 0;
}
@media (max-width: 991px)
{
    .inner-employee .slick-track
    {
        padding: 120px 0;
    }
}
@media (max-width: 767px)
{
    .inner-employee .slick-track
    {
        padding: 0;
    }
}
.inner-employee .slick-track .slick-slide
{
    position: relative;
    z-index: 1;

    -webkit-transition: all 1s;
            transition: all 1s;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
@media (max-width: 767px)
{
    .inner-employee .slick-track .slick-slide
    {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
    }
}
.inner-employee .slick-track .slick-current
{
    z-index: 100;

    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-employee .slick-track .slick-current p
{
    opacity: 1;
}
.inner-employee .slick-track .slick-current.near
{
    z-index: 100;

    -webkit-transition: all 1s;
            transition: all 1s;
    -webkit-transform: scale(2.8);
        -ms-transform: scale(2.8);
            transform: scale(2.8);
}
@media (max-width: 767px)
{
    .inner-employee .slick-track .slick-current.near
    {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
    }
}
.inner-employee .slick-track .slick-current,
.inner-employee .slick-track .near
{
    z-index: 80;

    -webkit-transition: all 1s;
            transition: all 1s;
    -webkit-transform: scale(2.2);
        -ms-transform: scale(2.2);
            transform: scale(2.2);
}
@media (max-width: 767px)
{
    .inner-employee .slick-track .slick-current,
    .inner-employee .slick-track .near
    {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
    }
}
.inner-employee .equipment-btn span
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    cursor: pointer;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.inner-employee .equipment-btn span:before
{
    font-family: 'iconfont';
    font-size: 30px;
    line-height: 30px;

    display: block;

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

    color: #006a5d;
}
.inner-employee .equipment-btn span.enext
{
    right: 0;
    left: auto;
}
.inner-employee .equipment-btn span.enext:before
{
    content: '\e827';
}
.inner-employee .equipment-btn span:hover:before
{
    color: #006a5d;
}
.inner-news
{
    padding-bottom: 0;

    background-color: #f9f9f9;
}
.inner-news .news
{
    padding-bottom: 60px;
}
.inner-news .news .item
{
    display: block;

    margin-top: 30px;

    background-color: #fff;
}
.inner-news .news .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-news .news .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-news .news .item:hover .note b
{
    color: #006a5d;
}
.inner-news .news .item-1 .img-box
{
    padding-bottom: 62.12121212%;
}
.inner-news .news .item-1 .note
{
    padding: 30px 20px;
}
@media (max-width: 991px)
{
    .inner-news .news .item-1 .note
    {
        padding: 20px 10px;
    }
}
.inner-news .news .item-1 .note b
{
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .inner-news .news .item-1 .note b
    {
        font-size: 18px;
    }
}
.inner-news .news .item-1 .note span.date
{
    font-family: '';
    font-size: 14px;
    line-height: 1.71428571;

    display: block;

    color: #999;
}
.inner-news .news .item-1 .note p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 90px;
    margin: 6px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.inner-news .news .item-1 .note span.more
{
    font-size: 16px;
    line-height: 42px;

    display: inline-block;

    margin-top: 14px;
    padding: 0 26px;

    color: #fff;
    border-radius: 30px;
    background-color: #006a5d;
}
.inner-news .news .item-2 .img-box
{
    padding-bottom: 63.63636364%;
}
.inner-news .news .item-2 .note
{
    padding: 18px 20px;
}
@media (max-width: 991px)
{
    .inner-news .news .item-2 .note
    {
        padding: 18px 10px;
    }
}
.inner-news .news .item-2 .note b
{
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .inner-news .news .item-2 .note b
    {
        font-size: 18px;

        height: auto;
        max-height: 60px;
    }
}
.inner-news .news .item-2 .note span.date
{
    font-family: '';
    font-size: 14px;
    line-height: 1.71428571;

    display: block;

    margin-top: 2px;

    color: #006a5d;
}
.inner-news .news-info
{
    padding: 30px 0 100px;

    background-color: #fff;
}
.inner-news .news-info ul.list
{
    overflow: hidden;

    margin: 0 -10px;
}
.inner-news .news-info ul.list li
{
    float: left;

    width: 50%;
    margin-top: 20px;
    padding: 0 10px;
}
@media (max-width: 767px)
{
    .inner-news .news-info ul.list li
    {
        width: 100%;
    }
}
.inner-news .news-info ul.list .item
{
    position: relative;

    display: block;

    min-height: 110px;
    padding-left: 110px;

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

    background-color: #f9f9f9;
}
@media (max-width: 767px)
{
    .inner-news .news-info ul.list .item
    {
        min-height: 90px;
        padding-left: 90px;
    }
}
.inner-news .news-info ul.list .item .date
{
    position: absolute;
    top: 0;
    left: 0;

    width: 110px;
    height: 110px;
    padding-top: 20px;

    text-align: center;

    color: #fff;
    background-color: #006a5d;
}
@media (max-width: 767px)
{
    .inner-news .news-info ul.list .item .date
    {
        width: 90px;
        height: 90px;
        padding-top: 10px;
    }
}
.inner-news .news-info ul.list .item .date b
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 56px;
    line-height: 1;
}
@media (max-width: 767px)
{
    .inner-news .news-info ul.list .item .date b
    {
        font-size: 46px;
    }
}
.inner-news .news-info ul.list .item .date p
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 16px;

    margin: 0;
}
.inner-news .news-info ul.list .item .note
{
    padding: 20px 30px;
}
@media (max-width: 991px)
{
    .inner-news .news-info ul.list .item .note
    {
        padding: 15px 10px;
    }
}
.inner-news .news-info ul.list .item .note b
{
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;

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

    height: 30px;

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

    display: -webkit-box;
    overflow: hidden;

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

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .inner-news .news-info ul.list .item .note p
    {
        margin: 0;
    }
}
.inner-news .news-info ul.list .item:hover
{
    background-color: #eee;
}
.inner-news .news-info ul.list .item:hover .note b
{
    color: #006a5d;
}
.wrap-news-show .news-show p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-show p
    {
        font-size: 15px;
    }
}
.wrap-news-show .news-show img
{
    max-width: 100%;
}
.wrap-news-show .keyword
{
    margin-top: 80px;
    padding: 10px 0;

    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.wrap-news-show .keyword p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-news-show .keyword p
    {
        font-size: 16px;
    }
}
.wrap-news-show .relate
{
    margin-top: 30px;
}
.wrap-news-show .relate ul li
{
    margin-top: 10px;
}
.wrap-news-show .relate ul li a
{
    font-size: 16px;
    line-height: 42px;

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

    height: 42px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news-show .relate ul li a span
{
    line-height: 40px;

    display: inline-block;

    margin-right: 40px;
    padding: 0 20px;

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

    border: 1px dashed #006a5d;
    border-radius: 30px;
}
@media (max-width: 991px)
{
    .wrap-news-show .relate ul li a span
    {
        margin-right: 10px;
    }
}
.wrap-news-show .relate ul li:hover a
{
    color: #006a5d;
}
.wrap-news-show .relate ul li:hover a span
{
    color: #fff;
    background-color: #006a5d;
}
.inner-contact .contact
{
    display: table;

    width: 100%;
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .inner-contact .contact
    {
        display: block;
    }
}
.inner-contact .contact .text,
.inner-contact .contact .pic
{
    display: table-cell;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .inner-contact .contact .text,
    .inner-contact .contact .pic
    {
        display: block;

        width: 100%;
    }
}
@media (max-width: 991px)
{
    .inner-contact .contact .pic
    {
        display: none;
    }
}
.inner-contact .contact .pic img
{
    max-width: 100%;
}
.inner-contact .contact .text
{
    padding: 20px 8%;

    background-color: #f9f9f9;
}
@media (max-width: 1350px)
{
    .inner-contact .contact .text
    {
        padding: 20px;
    }
}
@media (max-width: 991px)
{
    .inner-contact .contact .text
    {
        padding: 20px 15px;
    }
}
.inner-contact .contact .text b
{
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;

    display: inline-block;

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

    color: #fff;
    border-radius: 30px;
    background-color: #006a5d;
}
@media (max-width: 991px)
{
    .inner-contact .contact .text b
    {
        font-size: 18px;
    }
}
.inner-contact .contact .text p
{
    font-size: 18px;
    line-height: 30px;

    position: relative;

    margin: 0;
    padding: 15px 0;
    padding-left: 30px;

    color: #666;
    border-bottom: 1px dashed #ddd;
}
@media (max-width: 991px)
{
    .inner-contact .contact .text p
    {
        font-size: 16px;
    }
}
.inner-contact .contact .text p:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

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

    content: '\e65f';
}
.inner-contact .contact .text p.address1:before
{
    content: '\e661';
}
.inner-contact .contact .text p.tel:before
{
    content: '\e7b0';
}
.inner-contact .message
{
    display: table;

    width: 100%;
}
@media (max-width: 991px)
{
    .inner-contact .message
    {
        display: block;
    }
}
.inner-contact .message .title-message b
{
    font-size: 30px;
    font-weight: normal;

    display: block;

    color: #006a5d;
}
@media (max-width: 991px)
{
    .inner-contact .message .title-message b
    {
        font-size: 22px;
    }
}
.inner-contact .message .pic img
{
    max-width: 100%;
}
.inner-contact .message .info,
.inner-contact .message .pic
{
    display: table-cell;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .inner-contact .message .info,
    .inner-contact .message .pic
    {
        display: block;

        width: 100%;
    }
}
.inner-contact .message .info
{
    padding: 40px;

    background-color: #f9f9f9;
}
@media (max-width: 991px)
{
    .inner-contact .message .info
    {
        padding: 30px 15px;
    }
}
.inner-contact .message .info ul
{
    overflow: hidden;

    margin: 0 -10px;
    margin-top: 20px;
}
.inner-contact .message .info ul li
{
    float: left;
    overflow: hidden;

    width: 50%;
    margin-top: 8px;
    padding: 0 10px;
}
@media (max-width: 767px)
{
    .inner-contact .message .info ul li
    {
        width: 100%;
    }
}
.inner-contact .message .info ul li:nth-child(5),
.inner-contact .message .info ul li:nth-child(6)
{
    width: 100%;
}
.inner-contact .message .info ul li input,
.inner-contact .message .info ul li textarea
{
    font-size: 18px;
    line-height: 30px;

    width: 100%;
    min-height: 60px;
    padding: 15px 20px;

    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background: #fff;
}
@media (max-width: 1560px)
{
    .inner-contact .message .info ul li input,
    .inner-contact .message .info ul li textarea
    {
        line-height: 30px;

        min-height: 50px;
        padding: 10px 20px;
    }
}
@media (max-width: 767px)
{
    .inner-contact .message .info ul li input,
    .inner-contact .message .info ul li textarea
    {
        font-size: 16px;
    }
}
.inner-contact .message .info ul li input::-webkit-input-placeholder,
.inner-contact .message .info ul li textarea::-webkit-input-placeholder
{
    color: #999;
}
.inner-contact .message .info ul li input:-o-placeholder,
.inner-contact .message .info ul li textarea:-o-placeholder
{
    color: #999;
}
.inner-contact .message .info ul li input::-moz-placeholder,
.inner-contact .message .info ul li textarea::-moz-placeholder
{
    color: #999;
}
.inner-contact .message .info ul li input:-ms-input-placeholder,
.inner-contact .message .info ul li textarea:-ms-input-placeholder
{
    color: #999;
}
.inner-contact .message .info ul li input:focus::-webkit-input-placeholder,
.inner-contact .message .info ul li textarea:focus::-webkit-input-placeholder
{
    color: #ccc;
}
.inner-contact .message .info ul li input:focus::-o-placeholder,
.inner-contact .message .info ul li textarea:focus::-o-placeholder
{
    color: #ccc;
}
.inner-contact .message .info ul li input:focus::-moz-placeholder,
.inner-contact .message .info ul li textarea:focus::-moz-placeholder
{
    color: #ccc;
}
.inner-contact .message .info ul li input:focus::-ms-input-placeholder,
.inner-contact .message .info ul li textarea:focus::-ms-input-placeholder
{
    color: #ccc;
}
.inner-contact .message .info ul li .btn
{
    font-size: 18px;
    line-height: 60px;

    display: inline-block;

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

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

    color: #fff;
    border-radius: 4px;
    background-color: #006a5d;
}
@media (max-width: 1560px)
{
    .inner-contact .message .info ul li .btn
    {
        line-height: 50px;

        height: 50px;
    }
}
@media (max-width: 767px)
{
    .inner-contact .message .info ul li .btn
    {
        font-size: 16px;
    }
}
.inner-contact .message .info ul li .btn.reset
{
    margin-left: 10px;

    background-color: #245c9a;
}
.inner-contact .message .info ul li .btn:hover
{
    background-color: #026054;
}
.inner-contact .message .info ul li .js-check
{
    font-size: 18px;
    line-height: 60px;

    height: 62px;

    color: #666;
}
@media (max-width: 1560px)
{
    .inner-contact .message .info ul li .js-check
    {
        font-size: 16px;
        line-height: 52px;

        height: 52px;
    }
}
.inner-contact .message .info ul li .js-check i
{
    display: inline-block;

    margin: 0 5px;
}
.inner-contact .message .info ul li .js-check span
{
    line-height: 58px;

    display: inline-block;

    vertical-align: top;
}
.inner-contact .message .info ul li .js-check label
{
    font-weight: normal;

    position: relative;

    display: inline-block;

    margin: 0;
    margin-top: -4px;
    margin-right: 20px;

    cursor: pointer;
    vertical-align: top;
}
.inner-contact .message .info ul li .js-check label input
{
    width: auto;

    cursor: pointer;
}
.inner-contact .message .info ul li .js-check label:after
{
    position: relative;
    position: absolute;
    top: 20px;
    left: 0;

    display: inline-block;
    float: left;

    width: 20px;
    height: 20px;

    content: '';
    cursor: pointer;

    border: 1px solid #c0c0c0;
    border-radius: 50%;
}
.inner-contact .message .info ul li .js-check label i
{
    position: absolute;
    z-index: 9;
    top: 25px;
    left: 0;

    display: inline-block;

    width: 10px;
    height: 10px;

    border-radius: 50%;
}
.inner-contact .message .info ul li .js-check label.checked i
{
    background-color: #006a5d;
}
.inner-contact .message .info ul li .js-check input[type=radio]
{
    float: left;

    width: 30px;
    height: 30px;

    opacity: 0;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    background: #fff;
}
.map
{
    height: 740px;
    margin-top: 98px;
}
@media (max-width: 1199px)
{
    .map
    {
        height: 400px;
        margin-top: 70px;
    }
}
.top-business
{
    margin-top: 98px;
    padding: 30px 0;

    text-align: center;

    background-color: #e4e4e4;
}
@media (max-width: 1199px)
{
    .top-business
    {
        margin-top: 70px;
    }
}
.top-business img
{
    display: inline-block;

    vertical-align: middle;
}
.top-business b
{
    font-size: 32px;
    line-height: 1.4;

    display: inline-block;

    text-align: left;
    vertical-align: middle;

    color: #006a5d;
}
.top-business b span
{
    font-size: 18px;
    font-weight: normal;

    display: block;
}
.inner-business .business-video .text p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .inner-business .business-video .text p
    {
        font-size: 16px;
    }
}
.inner-business .business-video .list .video
{
    position: relative;

    overflow: hidden;

    margin-top: 60px;
}
@media (max-width: 991px)
{
    .inner-business .business-video .list .video
    {
        margin-top: 30px;
    }
}
.inner-business .business-video .list .video .img-box
{
    z-index: 0;

    padding-bottom: 61.64383562%;

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

    opacity: .5;
}
.inner-business .business-video .list .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}
.inner-business .business-video .list .video .iframe
{
    display: none;

    width: 100% !important;
    height: 100% !important;
}
.inner-business .business-video .list .video .play
{
    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%);

    color: #fff;
}
@media (max-width: 991px)
{
    .inner-business .business-video .list .video .play
    {
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);

        opacity: 1;
    }
}
.inner-business .business-video .list .video .play:before
{
    font-family: 'iconfont';
    font-size: 60px;
    font-weight: normal;
    line-height: 1;

    display: block;

    content: '\e67f';
}
.inner-business .business-video .list .video:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);

    opacity: .95;
}
.inner-business .business-video .list .item
{
    position: relative;
}
.inner-business .business-video .list .item p
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 16px 0 0 0;

    text-align: center;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .inner-business .business-video .list .item p
    {
        font-size: 16px;
    }
}
.inner-business .business
{
    padding-top: 60px;
}
.inner-business .business .list-1
{
    margin-top: 40px;
}
.inner-business .business .list-1 ul
{
    overflow: hidden;
}
.inner-business .business .list-1 ul li
{
    float: left;

    width: 50%;
}
@media (max-width: 991px)
{
    .inner-business .business .list-1 ul li
    {
        width: 100%;
    }
}
.inner-business .business .list-1 .item
{
    display: block;
    overflow: hidden;

    background-color: #f9f9f9;
}
.inner-business .business .list-1 .item .pic,
.inner-business .business .list-1 .item .text
{
    float: left;
    overflow: hidden;

    width: 50%;
}
@media (max-width: 767px)
{
    .inner-business .business .list-1 .item .pic,
    .inner-business .business .list-1 .item .text
    {
        width: 100%;
    }
}
.inner-business .business .list-1 .item .pic .img-box
{
    padding-bottom: 109.5505618%;
}
.inner-business .business .list-1 .item .text
{
    padding: 20px;
}
@media (max-width: 767px)
{
    .inner-business .business .list-1 .item .text
    {
        padding: 20px 15px;
    }
}
.inner-business .business .list-1 .item .text b
{
    font-size: 32px;
    line-height: 1.5;

    display: block;

    color: #006a5d;
}
@media (max-width: 1350px)
{
    .inner-business .business .list-1 .item .text b
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .inner-business .business .list-1 .item .text b
    {
        font-size: 22px;
    }
}
.inner-business .business .list-1 .item .text h3
{
    font-size: 20px;
    line-height: 1.3;

    margin: 0;

    color: #006a5d;
}
@media (max-width: 1350px)
{
    .inner-business .business .list-1 .item .text h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .inner-business .business .list-1 .item .text h3
    {
        font-size: 16px;
    }
}
.inner-business .business .list-1 .item .text .note
{
    margin-top: 10px;
}
.inner-business .business .list-1 .item .text p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 1350px)
{
    .inner-business .business .list-1 .item .text p
    {
        font-size: 15px;
    }
}
.inner-business .business .list-2
{
    font-size: 0;
}
.inner-business .business .list-2 .row
{
    margin: 0 -20px;
}
.inner-business .business .list-2 .itembox
{
    display: inline-block;
    float: none;

    padding: 0 20px;

    vertical-align: top;
}
.inner-business .business .list-2 .item
{
    display: block;

    margin-top: 40px;
}
.inner-business .business .list-2 .item .img-box
{
    padding-bottom: 62.03703704%;
}
.inner-business .business .list-2 .item .text
{
    margin-top: 20px;
}
.inner-business .business .list-2 .item .text b
{
    font-size: 18px;
    line-height: 1.33333333;

    color: #006a5d;
}
.inner-business .business .list-2 .item .text .note
{
    margin-top: 10px;
}
.inner-business .business .list-2 .item .text p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 1350px)
{
    .inner-business .business .list-2 .item .text p
    {
        font-size: 15px;
    }
}
.inner-facebook
{
    background: url(../images/message_bg.jpg) no-repeat center;
    background-size: cover;
}
.inner-facebook .title-in p
{
    color: #fff;
}
.inner-facebook .title-in p:before,
.inner-facebook .title-in p:after
{
    background-color: #fff;
}
.inner-facebook .message
{
    max-width: 680px;
    margin: 0 auto;
}
.inner-facebook .message ul
{
    overflow: hidden;

    margin: 0 -10px;
    margin-top: 20px;
}
.inner-facebook .message ul li
{
    float: left;
    overflow: hidden;

    width: 50%;
    margin-top: 14px;
    padding: 0 10px;
}
@media (max-width: 767px)
{
    .inner-facebook .message ul li
    {
        width: 100%;
    }
}
.inner-facebook .message ul li:nth-child(5),
.inner-facebook .message ul li:nth-child(6)
{
    width: 100%;
}
.inner-facebook .message ul li:nth-child(6)
{
    text-align: center;
}
.inner-facebook .message ul li input,
.inner-facebook .message ul li textarea
{
    font-size: 18px;
    line-height: 30px;

    width: 100%;
    min-height: 60px;
    padding: 15px 20px;

    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background: #fff;
}
@media (max-width: 1560px)
{
    .inner-facebook .message ul li input,
    .inner-facebook .message ul li textarea
    {
        line-height: 30px;

        min-height: 50px;
        padding: 10px 20px;
    }
}
@media (max-width: 767px)
{
    .inner-facebook .message ul li input,
    .inner-facebook .message ul li textarea
    {
        font-size: 16px;
    }
}
.inner-facebook .message ul li input::-webkit-input-placeholder,
.inner-facebook .message ul li textarea::-webkit-input-placeholder
{
    color: #999;
}
.inner-facebook .message ul li input:-o-placeholder,
.inner-facebook .message ul li textarea:-o-placeholder
{
    color: #999;
}
.inner-facebook .message ul li input::-moz-placeholder,
.inner-facebook .message ul li textarea::-moz-placeholder
{
    color: #999;
}
.inner-facebook .message ul li input:-ms-input-placeholder,
.inner-facebook .message ul li textarea:-ms-input-placeholder
{
    color: #999;
}
.inner-facebook .message ul li input:focus::-webkit-input-placeholder,
.inner-facebook .message ul li textarea:focus::-webkit-input-placeholder
{
    color: #ccc;
}
.inner-facebook .message ul li input:focus::-o-placeholder,
.inner-facebook .message ul li textarea:focus::-o-placeholder
{
    color: #ccc;
}
.inner-facebook .message ul li input:focus::-moz-placeholder,
.inner-facebook .message ul li textarea:focus::-moz-placeholder
{
    color: #ccc;
}
.inner-facebook .message ul li input:focus::-ms-input-placeholder,
.inner-facebook .message ul li textarea:focus::-ms-input-placeholder
{
    color: #ccc;
}
.inner-facebook .message ul li .btn
{
    font-size: 18px;
    line-height: 60px;

    display: inline-block;

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

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

    color: #fff;
    border-radius: 4px;
    background-color: #006a5d;
}
@media (max-width: 1560px)
{
    .inner-facebook .message ul li .btn
    {
        line-height: 50px;

        height: 50px;
    }
}
@media (max-width: 767px)
{
    .inner-facebook .message ul li .btn
    {
        font-size: 16px;
    }
}
.inner-facebook .message ul li .btn.reset
{
    margin-left: 10px;

    background-color: #245c9a;
}
.inner-facebook .message ul li .btn:hover
{
    background-color: #026054;
}
.inner-facebook .message ul li .js-check
{
    font-size: 18px;
    line-height: 60px;

    height: 62px;

    color: #fff;
}
@media (max-width: 1560px)
{
    .inner-facebook .message ul li .js-check
    {
        font-size: 16px;
        line-height: 52px;

        height: 52px;
    }
}
.inner-facebook .message ul li .js-check i
{
    display: inline-block;

    margin: 0 5px;
}
.inner-facebook .message ul li .js-check span
{
    line-height: 58px;

    display: inline-block;

    vertical-align: top;
}
.inner-facebook .message ul li .js-check label
{
    font-weight: normal;

    position: relative;

    display: inline-block;

    margin: 0;
    margin-top: -4px;
    margin-right: 20px;

    cursor: pointer;
    vertical-align: top;
}
.inner-facebook .message ul li .js-check label input
{
    width: auto;

    cursor: pointer;
}
.inner-facebook .message ul li .js-check label:after
{
    position: relative;
    position: absolute;
    top: 20px;
    left: 0;

    display: inline-block;
    float: left;

    width: 20px;
    height: 20px;

    content: '';
    cursor: pointer;

    border: 1px solid #dcdcdc;
    border-radius: 50%;
}
.inner-facebook .message ul li .js-check label i
{
    position: absolute;
    z-index: 9;
    top: 25px;
    left: 0;

    display: inline-block;

    width: 10px;
    height: 10px;

    border-radius: 50%;
}
.inner-facebook .message ul li .js-check label.checked i
{
    background-color: #fff;
}
.inner-facebook .message ul li .js-check input[type=radio]
{
    float: left;

    width: 30px;
    height: 30px;

    opacity: 0;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    background: #fff;
}
.inner-training .training-text
{
    display: table;

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

    background-color: #f9f9f9;
}
@media (max-width: 991px)
{
    .inner-training .training-text
    {
        display: block;
    }
}
.inner-training .training-text .pic,
.inner-training .training-text .text
{
    display: table-cell;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .inner-training .training-text .pic,
    .inner-training .training-text .text
    {
        display: block;

        width: 100%;
    }
}
.inner-training .training-text .pic img
{
    max-width: 100%;
}
.inner-training .training-text .text
{
    padding: 0 4%;
}
@media (max-width: 991px)
{
    .inner-training .training-text .text
    {
        padding: 30px 15px;
    }
}
.inner-training .training-text .text p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 1350px)
{
    .inner-training .training-text .text p
    {
        font-size: 15px;
    }
}
.inner-training .training .list-box
{
    padding: 90px 0 0 0;
}
@media (max-width: 991px)
{
    .inner-training .training .list-box
    {
        padding: 70px 0 0 0;
    }
}
.inner-training .training .list-box .list
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .inner-training .training .list-box .list
    {
        margin-top: 30px;
    }
}
@media (max-width: 991px)
{
    .inner-training .training .list-box .list .item
    {
        margin: 10px 0;
    }
}
.inner-training .training .list-box .list .item .note
{
    text-align: center;
}
.inner-training .training .list-box .list .item .note b
{
    font-size: 24px;
    font-weight: normal;
    line-height: 1.66666667;

    display: inline-block;

    margin-bottom: 14px;

    border-bottom: 4px solid #006a5d;
}
@media (max-width: 991px)
{
    .inner-training .training .list-box .list .item .note b
    {
        font-size: 18px;

        border-bottom: 2px solid #006a5d;
    }
}
.inner-training .training .list-box .list .item .note p
{
    font-size: 18px;
    line-height: 2;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;
    margin: 0;

    text-align: left;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .inner-training .training .list-box .list .item .note p
    {
        font-size: 16px;

        display: -webkit-box;
        overflow: hidden;

        height: 96px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}
.inner-training .training .list-box-1 .list .item .pic .img-box
{
    padding-bottom: 119.04761905%;
}
.inner-training .training .list-box-1 .list .item .note
{
    padding: 15px 0;
}
.inner-training .training .list-box-2 .list ul li:nth-child(2n) .pic
{
    float: right;
}
.inner-training .training .list-box-2 .list .item
{
    overflow: hidden;

    background-color: #f9f9f9;
}
.inner-training .training .list-box-2 .list .item .pic,
.inner-training .training .list-box-2 .list .item .note
{
    float: left;

    width: 50%;
}
@media (max-width: 991px)
{
    .inner-training .training .list-box-2 .list .item .pic,
    .inner-training .training .list-box-2 .list .item .note
    {
        width: 100%;
    }
}
.inner-training .training .list-box-2 .list .item .pic .img-box
{
    padding-bottom: 52.63157895%;
}
.inner-training .training .list-box-2 .list .item .note
{
    padding: 100px 6% 0 6%;
}
@media (max-width: 991px)
{
    .inner-training .training .list-box-2 .list .item .note
    {
        padding: 30px 15px;
    }
}
/**
 * page
 */
.page
{
    clear: both;
    overflow: hidden;

    margin-top: 70px;

    text-align: center;
}
@media (max-width: 767px)
{
    .page
    {
        margin-top: 50px;
    }
}
.page a
{
    font-family: '';
    font-size: 20px;
    line-height: 48px;

    display: inline-block;
    overflow: hidden;

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

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

    color: #fff;
    border-radius: 50%;
    background-color: #ddd;
}
@media (max-width: 1199px)
{
    .page a
    {
        margin: 0 4px;
    }
}
.page a.omit
{
    background-color: #fff;
}
.page a.omit:hover
{
    color: #7c7c7c;
    background-color: #fff;
}
.page a.first-child,
.page a.last-child
{
    font-size: 12px;

    width: 110px;

    border-radius: 20px;
}
.page a.first-child:hover,
.page a.last-child:hover
{
    text-decoration: none;

    color: #fff;
    border-color: #07644d;
    background-color: #07644d;
}
.page a.first-child
{
    margin-right: 20px;
}
@media (max-width: 767px)
{
    .page a.first-child
    {
        margin-right: 6px;
    }
}
.page a.last-child
{
    margin-left: 20px;
}
@media (max-width: 767px)
{
    .page a.last-child
    {
        margin-left: 6px;
    }
}
.page a.active,
.page a:hover
{
    color: #fff;
    border-color: #006a5d;
    background-color: #006a5d;
}
@media (max-width: 767px)
{
    .page a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
    .page a.first-child,
    .page a.last-child
    {
        margin: 0 5px;
    }
}
.table-box
{
    overflow-x: auto;
}
.inner-culture .culture-info .culture-list-1 .animated .item .note{
    animation:fadeInUp 1s 1s ease both;
}
.inner-culture .culture-info .culture-list-1 .item{
    overflow: hidden;
}
.inner-culture .culture-info .culture-list-1 .item .note{
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.inner-culture .culture-info .culture-list-1 .item:hover .note{
    bottom: 44px;
}



.fixed-message{
    position: fixed;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 8;
    text-align: center;
    padding-left: 0 16px;
}

.fixed-message .text{
    max-width: 500px;
    background-color: #ffffff;
    box-shadow: 0 0 10px #aaaaaa;
    padding: 60px 30px;
    margin: 0 auto;
}
@media(max-width: 991px){
    .fixed-message .text{
        padding: 30px 15px;
    }
}
.fixed-message .text p{
    font-size: 16px;
    line-height: 30px;
}

.fixed-message .text a.messageclose{
    display: inline-block;
    padding: 0 30px;
    line-height: 44px;
    color:  #ffffff;
    border-radius: 6px;
    background-color: #006a5d;
    margin-top: 30px;
    font-size: 16px;
}



.inner-responsibility-other
{
    background-color: #f9f9f9;
}
.inner-responsibility-other .responsibility-other .item
{
    display: block;

    margin-top: 30px;

    background-color: #fff;
    overflow: hidden;
}
.inner-responsibility-other .responsibility-other .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-responsibility-other .responsibility-other .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-responsibility-other .responsibility-other .item:hover .note b
{
    color: #006a5d;
}
.inner-responsibility-other .responsibility-other .item-1 .pic,
.inner-responsibility-other .responsibility-other .item-1 .note{
    width: 50%;
    float: left;
}
@media(max-width: 767px){
    .inner-responsibility-other .responsibility-other .item-1 .pic,
    .inner-responsibility-other .responsibility-other .item-1 .note{
        width: 100%;

    }
}
.inner-responsibility-other .responsibility-other .item-1 .img-box
{
    padding-bottom: 62.12121212%;
}
.inner-responsibility-other .responsibility-other .item-1 .note
{
    padding: 40px 30px;
}
@media (max-width: 991px)
{
    .inner-responsibility-other .responsibility-other .item-1 .note
    {
        padding: 20px 10px;
    }
}
.inner-responsibility-other .responsibility-other .item-1 .note b
{
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .inner-responsibility-other .responsibility-other .item-1 .note b
    {
        font-size: 18px;
    }
}
.inner-responsibility-other .responsibility-other .item-1 .note span.date
{
    font-family: '';
    font-size: 14px;
    line-height: 1.71428571;

    display: block;

    color: #999;
}
.inner-responsibility-other .responsibility-other .item-1 .note p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 90px;
    margin: 6px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.inner-responsibility-other .responsibility-other .item-1 .note span.more
{
    font-size: 16px;
    line-height: 42px;

    display: inline-block;

    margin-top: 14px;
    padding: 0 26px;

    color: #fff;
    border-radius: 30px;
    background-color: #006a5d;
}



@media(max-width: 991px){
    .banner-img-lg{
        display: none;
    }
}
