/**
 * style.less
 * 层叠样式表
 */
:root
{
    --color: #d30313;
    --hover: #c62828;
}
.ff
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'ITC Avant Garde Gothic';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/AvantGardeITCbyBT-Book.eot');
    src: local('ITC Avant Garde Gothic Book'), local('AvantGardeITCbyBT-Book'), url('../fonts/AvantGardeITCbyBT-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/AvantGardeITCbyBT-Book.woff2') format('woff2'), url('../fonts/AvantGardeITCbyBT-Book.woff') format('woff'), url('../fonts/AvantGardeITCbyBT-Book.ttf') format('truetype'), url('../fonts/AvantGardeITCbyBT-Book.svg#AvantGardeITCbyBT-Book') format('svg');
    font-display: swap;
}
.itc
{
    font-family: 'ITC Avant Garde Gothic';
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus
{
    outline: none !important;
}
.slick-slide a
{
    outline: none !important;
}
.header a,
.footer a
{
    color: inherit;
}
.header ul,
.footer ul
{
    margin: 0;
    padding: 0;
}
.header ul li,
.footer ul li
{
    list-style: none;
}
.header button,
.footer button
{
    border: none;
    outline: none;
}
@-ms-viewport
{
    width: auto !important;
}
body
{
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Heiti SC', 'Hiragino Sans GB', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #1a1a1a;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1360px)
{
    .container
    {
        width: 1330px;
    }
}
@media (max-width: 767px)
{
    .col-xs-6:nth-child(2n + 1)
    {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n)
    {
        padding-left: 7.5px;
    }
}
ul
{
    margin: 0;
    padding: 0;
}
input[type='number']
{
    -moz-appearance: textfield;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button
{
    margin: 0;

    -webkit-appearance: none;
}
a:active,
a:link,
a:visited
{
    text-decoration: none;
}
.imgw
{
    position: relative;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}
.imgw img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}
.imgw img[src=''],
.imgw img:not([src])
{
    opacity: 0;
    border: 0;
}
ul
{
    margin: 0;
    padding: 0;
}
ul li
{
    list-style: none;
}
/*分页样式*/
.page { padding:50px 0px;clear:both;text-align:center;}
.page a, .page span {background:#e7e7e7; padding:4px 8px; margin-left:4px; line-height:22px; }
.page a:link, .page a:visited { text-decoration:none; }
.page a:hover { background:#174f9d;color:#FFF;}
.page .current{ background:#174f9d;color:#FFF;padding: 4px 14px;}
.page #total{color:#174f9d;}
.slick-dots
{
    font-size: 0;

    margin-top: 30px;

    text-align: center;
}
.slick-dots li
{
    display: inline-block;

    width: 8px;
    height: 8px;
    margin: 0 6px;

    vertical-align: middle;

    border-radius: 50%;
    background-color: #ccc;
}
.slick-dots li button
{
    display: none;
}
.slick-dots li.slick-active
{
    background-color: #000;
}
.slick-arrow
{
    font-size: 30px;
    line-height: 80px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 30px;

    width: 80px;
    height: 80px;
    padding: 0;

    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #fff;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, .2);
}
@media (max-width: 767px)
{
    .slick-arrow
    {
        line-height: 40px;

        left: 0;

        width: 40px;
        height: 40px;
    }
}
.slick-arrow:before
{
    font-family: 'iconfont' !important;

    display: inline-block;

    content: '\e9b6';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.slick-arrow.slick-next
{
    right: 30px;
    left: auto;
}
@media (max-width: 767px)
{
    .slick-arrow.slick-next
    {
        right: 0;
    }
}
.slick-arrow.slick-next:before
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.slick-arrow:hover
{
    color: #fff;
    background-color: #000;
}
.header
{
    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;
    height: 160px;
    padding: 50px 0;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .header
    {
        height: 60px;
        padding: 0;

        text-align: left;
    }
}
.header .logo
{
    position: absolute;
    left: 50%;

    height: 60px;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (max-width: 1199px)
{
    .header .logo
    {
        position: relative;
        left: 0;

        display: inline-block;

        -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%);
        vertical-align: middle;
    }
}
@media (max-width: 767px)
{
    .header .logo
    {
        height: 50px;
        margin-top: 5px;
		width:100%;
    }
	.header .logo a img{ display:block !important; margin:0 auto !important;}
}
.header .logo a
{
    display: block;

    height: 100%;
}
.header .logo img
{
    display: inline-block;

    height: 100%;

    vertical-align: middle;
}
.header .nav-collapse
{
    position: absolute;
    top: 0;
    right: 15px;

    display: none;
    float: right;

    width: 20px;
    height: 60px;
    padding: 0;

    cursor: pointer;

    background: none;
}
@media (max-width: 1199px)
{
    .header .nav-collapse
    {
        line-height: 60px;

        display: block;
    }
}
.header .nav-collapse:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    content: '\e62e';
}
.header .nav
{
    display: inline-block;

    -webkit-transition: all .6s;
            transition: all .6s;
    vertical-align: middle;
}
.header .nav .close-nav
{
    font-size: 30px;

    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;

    display: none;

    color: #333;
}
@media (max-width: 1199px)
{
    .header .nav .close-nav
    {
        display: inline-block;
    }
}
.header .nav .close-nav:before
{
    font-family: 'iconfont' !important;

    content: '\e62f';
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1
    {
        margin: 0 -60px;
    }
    .header .nav .nav-list1 > li
    {
        display: inline-block;

        vertical-align: middle;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 18px;
        font-weight: normal;
        line-height: 20px;

        position: relative;

        display: inline-block;

        padding: 10px 60px;

        text-transform: capitalize;

        color: #333;
    }
    .header .nav .nav-list1 > li > a span
    {
        font-family: 'ITC Avant Garde Gothic';
        font-size: 14px;

        display: block;

        color: #b2b2b2;
    }
    .header .nav .nav-list1 > li:nth-child(2)
    {
        margin-right: 300px;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: var(--color);
    }
    .header .nav .nav-list1 > li:hover > a span,
    .header .nav .nav-list1 > li.active > a span
    {
        color: var(--color);
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9;
        top: 0;
        left: 0;

        display: table;

        width: 100%;
        height: 100%;
        padding: 30px 20px;

        -webkit-transition: all .6s;
                transition: all .6s;
        -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
                transform: translateX(100%);

        background-color: #fff;
    }
    .header .nav .nav-list1
    {
        display: table-cell;
        overflow-y: auto;

        max-height: 80%;

        text-align: center;
        vertical-align: middle;
    }
    .header .nav .nav-list1 > li
    {
        font-size: 24px;
    }
    .header .nav .nav-list1 > li > a
    {
        line-height: 30px;

        display: block;

        padding: 20px 0;

        letter-spacing: 5px;
        text-transform: uppercase;
    }
    .header .nav .nav-list1 > li > a span
    {
        font-size: 18px;

        display: block;

        color: #666;
    }
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.navopen .nav
{
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}
.fixed-header
{
    height: 90px;
    padding: 20px 0;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .fixed-header
    {
        height: 60px;
        padding: 0;
    }
}
.banner
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
    padding-top: 160px;
}
@media (max-width: 1199px)
{
    .banner
    {
        padding-top: 60px;
    }
}
.banner .item
{
    position: relative;
}
.banner .item img
{
    width: 100%;
}
.banner .banner-shuff
{
    overflow: hidden;
}
@media (max-width: 767px)
{
    .banner .banner-shuff
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
.banner .imgw
{
    padding-bottom: 47.39583333%;
}
.banner .imgw .video-box
{
    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.banner .imgw video
{
    object-fit: cover;
}
.banner .slick-dots
{
    position: absolute;
    z-index: 8;
    bottom: 5%;
    left: 0;

    width: 100%;

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .slick-dots
    {
        bottom: 20px;
    }
}
@media (max-width: 767px)
{
    .banner .slick-dots
    {
        bottom: 10px;
    }
}
.banner .slick-dots li
{
    font-weight: bold;

    position: relative;

    display: inline-block;

    width: 40px;
    height: 4px;
    margin: 0 10px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;

    border-radius: 0;
    background: none;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .banner .slick-dots li
    {
        width: 10px;
    }
}
.banner .slick-dots li.slick-active
{
    background-color: #000;
}
.banner .slick-dots li button
{
    display: none;
}
.banner .slick-arrow
{
    line-height: 80px;

    position: absolute;
    z-index: 9;
    z-index: 8;
    top: 50%;
    left: 3%;

    overflow: hidden;

    width: 46px;
    height: 80px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    outline: none;
    background: none;
}
@media (max-width: 1199px)
{
    .banner .slick-arrow
    {
        line-height: 60px;

        width: 30px;
        height: 60px;
    }
}
@media (max-width: 991px)
{
    .banner .slick-arrow
    {
        left: 0;
    }
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\eb60';
}
.banner .slick-arrow.slick-next
{
    right: 3%;
    left: auto;
}
@media (max-width: 991px)
{
    .banner .slick-arrow.slick-next
    {
        right: 0;
    }
}
.banner .slick-arrow.slick-next:before
{
    right: 0;
    left: auto;

    content: '\e625';
}
.banner .slick-arrow:hover
{
    border-color: var(--color);
    background-color: var(--color);
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .ban-text
{
    font-family: 'Garamond';
    font-size: 0;

    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transition: all 1s;
            transition: all 1s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 767px)
{
    .banner .ban-text
    {
        padding: 0 10%;
    }
}
.banner .ban-text h3
{
    font-size: 24px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 991px)
{
    .banner .ban-text h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .banner .ban-text h3
    {
        font-size: 16px;
    }
}
.banner .ban-text h2
{
    font-family: 'Garamond';
    font-size: 60px;
    font-weight: bold;
}
@media (max-width: 1470px)
{
    .banner .ban-text h2
    {
        font-size: 50px;
    }
}
@media (max-width: 1199px)
{
    .banner .ban-text h2
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .banner .ban-text h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner .ban-text h2
    {
        font-size: 18px;
        line-height: 1;

        margin: 10px 0;
    }
}
.banner .ban-text .more
{
    font-size: 14px;
    line-height: 40px;

    display: inline-block;

    margin-top: 40px;
    padding: 0 20px;

    border: 1px solid #1a1a1a;
}
@media (max-width: 991px)
{
    .banner .ban-text .more
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .banner .ban-text .more
    {
        line-height: 30px;

        margin-top: 10px;
    }
}
.banner .ban-text.white
{
    color: #fff;
}
.banner .ban-text.white .more
{
    border-color: #fff;
}
.banner .slick-current .ban-text h2,
.banner .slick-current .ban-text h3
{
    -webkit-animation: fadeInDown 1s 0s ease both;
            animation: fadeInDown 1s 0s ease both;
}
.banner .slick-current .ban-text .more
{
    -webkit-animation: fadeInUp 1s 0s ease both;
            animation: fadeInUp 1s 0s ease both;
}
.banner .slick-current .ban-text-2 h3,
.banner .slick-current .ban-text-2 h4
{
    -webkit-animation: fadeInDown 1s 0s ease both;
            animation: fadeInDown 1s 0s ease both;
}
.banner .slick-current .ban-text-2 .ban-img
{
    -webkit-animation: fadeInUp 1s 0s ease both;
            animation: fadeInUp 1s 0s ease both;
}
.banner-inpage
{
    position: relative;

    overflow: hidden;
}
@media (max-width: 767px)
{
    .banner-inpage .b-itempack
    {
        width: 160%;
        margin-left: -30%;
    }
}
.banner-inpage img
{
    width: 100%;
}
.banner-inpage .text-inpage
{
    font-size: 14px;

    position: absolute;
    z-index: 4;
    bottom: 10%;

    width: 100%;

    text-align: center;
}
.banner-inpage .text-inpage h2:after
{
    margin-top: 20px;
}
.banner-inpage .location span,
.banner-inpage .location ul
{
    font-size: 18px;
    line-height: 30px;

    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .banner-inpage .location span,
    .banner-inpage .location ul
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .banner-inpage .location span,
    .banner-inpage .location ul
    {
        font-size: 14px;
    }
}
.banner-inpage .location ul > li
{
    display: inline-block;

    vertical-align: middle;
}
.banner-inpage .location ul > li > a
{
    display: inline-block;
}
.banner-inpage .location ul > li > a:after
{
    display: inline-block;

    margin: 0 4px;

    content: '>';
    vertical-align: middle;
}
.banner-inpage .location ul > li > a:hover
{
    text-decoration: underline;
}
.banner-inpage .location ul > li:last-child > a:after
{
    display: none;
}
@-webkit-keyframes bannerscale
{
    0%
    {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
    }
    100%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@keyframes bannerscale
{
    0%
    {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
    }
    100%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
.index
{
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px)
{
    .index
    {
        padding: 50px 0;
    }
}
.i-more
{
    margin-top: 90px;

    text-align: center;
}
@media (max-width: 991px)
{
    .i-more
    {
        margin-top: 50px;
    }
}
@media (max-width: 767px)
{
    .i-more
    {
        margin-top: 30px;
    }
}
.i-more a
{
    line-height: 30px;

    display: inline-block;

    color: #818080;
    border-bottom: 1px solid #cbcbcb;
}
.i-more a span
{
    display: inline-block;

    margin-top: -2px;

    -webkit-transition: margin .6s;
            transition: margin .6s;
    vertical-align: middle;
}
.i-more a:hover
{
    color: var(--color);
    border-bottom-color: var(--color);
}
.i-more a:hover span
{
    margin-left: 10px;
}
.t-index
{
    border-bottom: 1px solid #d7d7d7;
}
.t-index h2
{
    font-size: 20px;
    line-height: 1.8;

    margin: 0;

    color: #666;
}
.t-index h2 span
{
    font-family: 'ITC Avant Garde Gothic';

    color: #bcbbbb;
}
.i-about .t-about
{
    text-align: center;
}
.i-about .t-about h2
{
    font-size: 22px;
    line-height: 2.18181818;

    margin: 0;
}
@media (max-width: 767px)
{
    .i-about .t-about h2
    {
        font-size: 18px;
        line-height: 1.6;
    }
}
.i-about .t-about:after
{
    font-family: 'iconfont' !important;
    font-size: 40px;
    line-height: 2;

    content: '\e665';
}
.i-about .about-txt
{
    max-width: 690px;
    margin: 0 auto;

    text-align: center;
}
.i-about .about-txt p
{
    font-size: 14px;
    line-height: 2.57142857;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .i-about .about-txt p
    {
        line-height: 2.14285714;
    }
}
@media (max-width: 767px)
{
    .i-project
    {
        padding-top: 0;
    }
}
@media (min-width: 1200px)
{
    .i-project .project ul
    {
        margin: 0 -30px;
    }
    .i-project .project ul li
    {
        padding: 0 30px;
    }
}
.i-project .project .project-item
{
    display: block;

    margin-top: 50px;

    text-align: center;
}
@media (max-width: 767px)
{
    .i-project .project .project-item
    {
        margin-top: 30px;
    }
}
.i-project .project .project-item .imgw
{
    padding-bottom: 80.76923077%;
}
.i-project .project .project-item .imgw img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.i-project .project .project-item .t-project
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .i-project .project .project-item .t-project
    {
        margin-top: 10px;
    }
}
.i-project .project .project-item .t-project h3
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.i-project .project .project-item .t-project p
{
    font-family: 'ITC Avant Garde Gothic';

    margin: 0;

    color: #aeaeae;
}
.i-project .project .project-item:hover .imgw img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.i-project .project .project-item:hover .t-project h3,
.i-project .project .project-item:hover .t-project p
{
    color: var(--color);
}
@media (max-width: 767px)
{
    .i-news
    {
        padding: 0;
    }
}
.i-news .news .news-item
{
    position: relative;

    display: block;

    margin-top: 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    border: 1px solid #eee;
}
.i-news .news .news-item .img
{
    position: absolute;
    z-index: 1;

    width: 100%;
    height: 100%;

    -webkit-transition: all .2s;
            transition: all .2s;

    opacity: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.i-news .news .news-item .news-txt
{
    position: relative;
    z-index: 2;

    padding: 40px 30px;
}
@media (max-width: 767px)
{
    .i-news .news .news-item .news-txt
    {
        padding: 20px 14px;
    }
}
.i-news .news .news-item .news-txt h3
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.i-news .news .news-item .news-txt p
{
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 120px;
    margin: 20px 0 0 0;

    color: #a7a7a7;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
@media (max-width: 767px)
{
    .i-news .news .news-item .news-txt p
    {
        margin-top: 10px;
    }
}
.i-news .news .news-item .news-txt .more
{
    display: block;

    margin-top: 70px;

    text-align: center;
}
@media (max-width: 991px)
{
    .i-news .news .news-item .news-txt .more
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .i-news .news .news-item .news-txt .more
    {
        margin-top: 20px;
    }
}
.i-news .news .news-item:hover
{
    background-color: #000;
}
.i-news .news .news-item:hover .img
{
    opacity: .4;
}
.i-news .news .news-item:hover .news-txt
{
    color: #fff;
}
.i-news .news .news-item:hover .news-txt p
{
    color: #fff;
}
.i-partner .partner
{
    margin-top: 20px;
}
.i-partner .partner .partner-item
{
    margin: 20px 0;
}
@media (max-width: 767px)
{
    .i-partner .partner .partner-item
    {
        margin: 10px 0;
    }
}
.i-partner .partner .partner-item .imgw
{
    padding-bottom: 47.61904762%;
}
.i-partner .partner .partner-item .imgw img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.i-partner .partner .partner-item:hover .imgw img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.copyright
{
    font-size: 16px;
    line-height: 30px;

    padding: 80px 0;

    color: #bcbbbb;
}
@media (max-width: 991px)
{
    .copyright
    {
        padding: 40px 0;
    }
}
@media (max-width: 767px)
{
    .copyright
    {
        font-size: 14px;
    }
}
.copyright .flex
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 767px)
{
    .copyright .flex
    {
        display: block;
    }
}
.copyright p
{
    margin: 0;
}
.copyright .share ul,
.copyright .share .tel
{
    display: inline-block;

    vertical-align: middle;
}
.copyright .share .tel
{
    margin-top: 4px;
}
.copyright .share .tel h3
{
    font-size: 36px;
    line-height: 1.4;

    margin: 0;

    color: var(--color);
}
@media (max-width: 991px)
{
    .copyright .share .tel h3
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .copyright .share .tel h3
    {
        font-size: 20px;
    }
}
.copyright .share ul li
{
    display: inline-block;

    margin-right: 20px;

    vertical-align: middle;
}
.copyright .share ul li:nth-child(2) .share-item .icon img
{
    opacity: .3;
}
.copyright .share ul li .share-item
{
    position: relative;
}
.copyright .share ul li .share-item:before
{
    display: block;

    width: 0;
    height: 0;
    margin: 0 auto;
    margin-bottom: 4px;

    content: '';

    opacity: 0;
    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: var(--color) transparent transparent transparent;
}
.copyright .share ul li .share-item .icon
{
    width: 40px;
    height: 40px;
    padding: 5px;

    cursor: pointer;
    -webkit-transition: all .2s;
            transition: all .2s;

    border: 2px solid #e5e5e5;
    border-radius: 50%;
    background: #fcfcfc;
}
.copyright .share ul li .share-item .icon img
{
    display: block;

    width: 100%;
    height: 100%;

    opacity: .5;

    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-filter: gray;
            filter: gray;
}
.copyright .share ul li .share-item .erweima
{
    position: absolute;
    bottom: 100%;
    left: 50%;

    width: 90px;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    opacity: 0;
    border: 3px solid var(--color);
}
.copyright .share ul li .share-item .erweima img
{
    width: 100%;
}
.copyright .share ul li .share-item:hover .icon
{
    border-color: var(--color);
}
.copyright .share ul li .share-item:hover .icon img
{
    opacity: 1;

    -webkit-filter: grayscale(0%);
       -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
         -o-filter: grayscale(0%);
            filter: grayscale(0%);
}
.copyright .share ul li .share-item:hover:before
{
    opacity: 1;
}
.copyright .share ul li .share-item:hover .erweima
{
    display: block;

    opacity: 1;
}
.copyright-in
{
    background-color: #fcfcfc;
}
.inpage
{
    overflow: hidden;

    padding: 180px 0 120px;
}
@media (max-width: 991px)
{
    .inpage
    {
        padding: 80px 0 60px;
    }
}
.t-inpage h2:after
{
    display: none;
}
.t-inpage p
{
    max-width: 440px;
}
.inpage-text
{
    margin-top: 20px;
}
.inpage-text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 1470px)
{
    .inpage-text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inpage-text img
{
    max-width: 100%;
    height: auto !important;
}
.inpage-desc
{
    max-width: 940px;
    margin: 0 auto;
    margin-top: 40px;
    padding: 40px 5%;

    text-align: center;

    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
@media (max-width: 1199px)
{
    .inpage-desc
    {
        padding: 20px;
    }
}
@media (max-width: 767px)
{
    .inpage-desc
    {
        margin-top: 20px;
        padding: 14px 0;
    }
}
.inpage-desc p
{
    font-size: 24px;
    line-height: 1.6;

    margin: 0;
}
@media (max-width: 1199px)
{
    .inpage-desc p
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .inpage-desc p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .inpage-desc p
    {
        font-size: 14px;
    }
}
.inpage-location
{
    margin-top: 80px;
    padding: 20px 5%;

    text-align: right;

    color: #fff;
    background-color: var(--color);
}
@media (max-width: 1199px)
{
    .inpage-location
    {
        margin-top: 60px;
    }
}
.inpage-location span,
.inpage-location ul
{
    font-size: 16px;
    line-height: 40px;

    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .inpage-location span,
    .inpage-location ul
    {
        font-size: 14px;
        line-height: 30px;
    }
}
.inpage-location ul li
{
    display: inline-block;

    vertical-align: middle;
}
.inpage-location ul li:after
{
    display: inline-block;

    margin: 0 2px;

    content: '>';
    vertical-align: middle;
}
.inpage-location ul li:last-child:after
{
    display: none;
}
.inpage-location ul li a
{
    display: inline-block;

    vertical-align: middle;
    text-transform: capitalize;
}
.inpage-location ul li a:hover
{
    text-decoration: underline;
}
.inpage-left
{
    display: inline-block;

    width: 220px;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .inpage-left
    {
        width: 100%;
    }
}
.inpage-left .inpage-nav
{
    font-family: 'Garamond';
}
.inpage-left .inpage-nav > ul > li
{
    margin-bottom: 10px;
}
@media (max-width: 1199px)
{
    .inpage-left .inpage-nav > ul > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.inpage-left .inpage-nav > ul > li a
{
    font-size: 18px;
    line-height: 25px;

    display: block;

    padding: 15px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #fff;
    background-color: #000;
}
@media (max-width: 767px)
{
    .inpage-left .inpage-nav > ul > li a
    {
        padding: 10px 15px;
    }
}
.inpage-left .inpage-nav > ul > li.active a,
.inpage-left .inpage-nav > ul > li:hover a
{
    background-color: var(--color);
}
.inpage-right
{
    display: inline-block;

    width: -webkit-calc(100% - 220px);
    width:         calc(100% - 220px);
    margin-left: -4px;
    padding-left: 10%;

    vertical-align: top;
}
@media (max-width: 1470px)
{
    .inpage-right
    {
        padding-left: 5%;
    }
}
@media (max-width: 1199px)
{
    .inpage-right
    {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.inpage-about
{
    overflow: visible;
}
@media (max-width: 991px)
{
    .inpage-about
    {
        overflow: hidden;
    }
}
.inpage-about .about
{
    font-size: 0;

    position: relative;

    border-top: 1px solid #eee;
}
.inpage-about .about .img,
.inpage-about .about .desc
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.inpage-about .about .img
{
    position: -webkit-sticky;
    position:         sticky;
    top: 100px;

    width: 32%;
    padding-top: 10px;
    padding-right: 10px;
}
@media (max-width: 991px)
{
    .inpage-about .about .img
    {
        top: 30px;

        width: 45%;
    }
}
@media (max-width: 767px)
{
    .inpage-about .about .img
    {
        top: 0;

        width: 100%;
    }
}
.inpage-about .about .img img
{
    max-width: 100%;
}
.inpage-about .about .desc
{
    width: 68%;
    padding-top: 80px;
    padding-left: 5%;

    border-left: 1px solid #eee;
}
@media (max-width: 991px)
{
    .inpage-about .about .desc
    {
        width: 55%;
        padding-top: 30px;
        padding-left: 3%;
    }
}
@media (max-width: 767px)
{
    .inpage-about .about .desc
    {
        width: 100%;
        padding: 30px 0 0 0;

        border: none;
    }
}
.inpage-about .about .desc .title-about h3
{
    font-size: 22px;
    line-height: 1.54545455;

    margin: 0;
}
@media (max-width: 991px)
{
    .inpage-about .about .desc .title-about h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .inpage-about .about .desc .title-about h3
    {
        font-size: 18px;
    }
}
.inpage-about .about .desc .title-about h2
{
    font-size: 28px;
    line-height: 1.6;

    margin: 0;
}
@media (max-width: 991px)
{
    .inpage-about .about .desc .title-about h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .inpage-about .about .desc .title-about h2
    {
        font-size: 20px;
    }
}
.inpage-about .about .desc .txt
{
    margin-top: 30px;
    padding-bottom: 60px;
}
@media (max-width: 767px)
{
    .inpage-about .about .desc .txt
    {
        padding-bottom: 30px;
    }
}
.inpage-about .about .desc .txt p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .inpage-about .about .desc .txt p
    {
        font-size: 14px;
        line-height: 2.14285714;
    }
}
.inpage-about .about .desc .culture
{
    padding: 60px 0;

    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}
@media (max-width: 767px)
{
    .inpage-about .about .desc .culture
    {
        padding: 30px 0;
    }
}
.inpage-about .about .desc .culture p
{
    font-size: 16px;
    line-height: 1.875;

    color: #666;
}
@media (max-width: 767px)
{
    .inpage-about .about .desc .culture p
    {
        font-size: 14px;
        line-height: 2.14285714;
    }
}
.inpage-about .about .desc .culture p b
{
    font-weight: normal;

    color: #333;
}
.inpage-faq .faq-img img
{
    width: 100%;
}
.inpage-faq .faq
{
    border-top: 1px solid #e6e6e6;
}
.inpage-faq .faq .f-itempack
{
    border-bottom: 1px solid #e6e6e6;
}
.inpage-faq .faq .f-itempack .tit-faq
{
    position: relative;

    padding: 25px 30px;

    cursor: pointer;
}
@media (max-width: 991px)
{
    .inpage-faq .faq .f-itempack .tit-faq
    {
        padding: 15px 30px 15px 15px;
    }
}
.inpage-faq .faq .f-itempack .tit-faq:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 80px;

    position: absolute;
    top: 0;
    right: 0;

    width: 50px;

    content: '\e629';
    text-align: center;
}
@media (max-width: 991px)
{
    .inpage-faq .faq .f-itempack .tit-faq:after
    {
        line-height: 50px;
    }
}
.inpage-faq .faq .f-itempack .tit-faq h3
{
    font-family: 'Garamond';
    font-size: 24px;
    line-height: 30px;

    position: relative;

    display: block;

    margin: 0;
}
@media (max-width: 1199px)
{
    .inpage-faq .faq .f-itempack .tit-faq h3
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .inpage-faq .faq .f-itempack .tit-faq h3
    {
        font-size: 16px;
        line-height: 24px;
    }
}
.inpage-faq .faq .f-itempack .text
{
    position: relative;

    display: none;

    padding: 30px;
}
@media (max-width: 767px)
{
    .inpage-faq .faq .f-itempack .text
    {
        padding: 20px 10px;
    }
}
.inpage-faq .faq .f-itempack .text p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .inpage-faq .faq .f-itempack .text p
    {
        font-size: 14px;
    }
}
.inpage-faq .faq .current .f-itempack .tit-faq
{
    color: #fff;
    background-color: var(--color);
}
.inpage-faq .faq .current .f-itempack .tit-faq:after
{
    content: '\e628';
}
.inpage-faq .faq-txt
{
    font-family: 'Garamond';

    margin-top: 80px;
}
@media (max-width: 1199px)
{
    .inpage-faq .faq-txt
    {
        margin-top: 50px;
    }
}
@media (max-width: 767px)
{
    .inpage-faq .faq-txt
    {
        margin-top: 30px;
    }
}
.inpage-faq .faq-txt p
{
    font-size: 24px;
    line-height: 1.6;

    margin: 0;
}
@media (max-width: 1470px)
{
    .inpage-faq .faq-txt p
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .inpage-faq .faq-txt p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .inpage-faq .faq-txt p
    {
        font-size: 16px;
    }
}
.inpage-faq .faq-txt p a
{
    text-decoration: underline;
}
.inpage-faq .faq-txt p a:hover
{
    color: var(--color);
}
.inpage-service .service
{
    text-align: center;
}
.inpage-service .service .img img
{
    width: 100%;
}
.inpage-service .service .desc
{
    max-width: 640px;
    margin: 0 auto;
    margin-top: 60px;
}
.inpage-service .service .desc h2,
.inpage-service .service .desc h3
{
    font-family: 'Garamond';
}
.inpage-service .service .desc h2
{
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1199px)
{
    .inpage-service .service .desc h2
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .inpage-service .service .desc h2
    {
        font-size: 34px;
    }
}
.inpage-service .service .desc h3
{
    font-size: 24px;
    font-weight: bold;
}
@media (max-width: 1199px)
{
    .inpage-service .service .desc h3
    {
        font-size: 20px;
    }
}
.inpage-service .service .desc p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .inpage-service .service .desc p
    {
        font-size: 14px;
    }
}
.inpage-project .project
{
    margin-top: -50px;
}
@media (max-width: 767px)
{
    .inpage-project .project
    {
        margin-top: -30px;
    }
}
.inpage-project-detais .title-project-detais,
.inpage-news-detais .title-project-detais,
.inpage-project-detais .title-news-detais,
.inpage-news-detais .title-news-detais
{
    text-align: center;
}
.inpage-project-detais .title-project-detais h1,
.inpage-news-detais .title-project-detais h1,
.inpage-project-detais .title-news-detais h1,
.inpage-news-detais .title-news-detais h1
{
    font-size: 22px;
    line-height: 1.4;
}
@media (max-width: 767px)
{
    .inpage-project-detais .title-project-detais h1,
    .inpage-news-detais .title-project-detais h1,
    .inpage-project-detais .title-news-detais h1,
    .inpage-news-detais .title-news-detais h1
    {
        font-size: 20px;
    }
}
.inpage-project-detais .desc,
.inpage-news-detais .desc
{
    margin-top: 30px;

}
.inpage-project-detais .desc p,
.inpage-news-detais .desc p
{
    line-height: 2.57142857;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .inpage-project-detais .desc p,
    .inpage-news-detais .desc p
    {
        line-height: 2.14285714;
    }
}
.inpage-project-detais .desc img,
.inpage-news-detais .desc img
{
    max-width: 100%;
    height: auto !important;
    margin: 10px 0;
}
.inpage-project-detais .button-project,
.inpage-news-detais .button-project,
.inpage-project-detais .button-news,
.inpage-news-detais .button-news
{
    margin-top: 80px;
}
.inpage-project-detais .button-project a,
.inpage-news-detais .button-project a,
.inpage-project-detais .button-news a,
.inpage-news-detais .button-news a
{
    line-height: 60px;

    display: block;

    height: 60px;
    padding: 0 40px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #a9a8a8;
    border: 1px solid #eee;
    border-radius: 30px;
}
.inpage-project-detais .button-project a:hover,
.inpage-news-detais .button-project a:hover,
.inpage-project-detais .button-news a:hover,
.inpage-news-detais .button-news a:hover
{
    color: #fff;
    border-color: var(--color);
    background-color: var(--color);
}
.inpage-project-detais .return,
.inpage-news-detais .return
{
    margin-top: 80px;

    text-align: center;
}
.inpage-project-detais .return a,
.inpage-news-detais .return a
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #464646;
}
.inpage-project-detais .return a:hover,
.inpage-news-detais .return a:hover
{
    letter-spacing: 1px;

    color: var(--color);
}
.inpage-news-detais .title-news-detais
{
    text-align: center;

    border-bottom: 1px solid #eee;
}
.inpage-news-detais .title-news-detais h1
{
    font-size: 22px;
    line-height: 1.4;
}
@media (max-width: 767px)
{
    .inpage-news-detais .title-news-detais h1
    {
        font-size: 20px;
    }
}
.inpage-news-detais .title-news-detais p
{
    line-height: 24px;

    color: #a7a7a7;
}
.inpage-news-detais .desc
{
    margin-top: 30px;

    text-align: left;
}
.inpage-news-detais .desc p
{
    line-height: 2.57142857;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .inpage-news-detais .desc p
    {
        line-height: 2.14285714;
    }
}
.inpage-news-detais .desc img
{
    max-width: 100%;
    height: auto !important;
    margin: 10px 0;
}
.inpage-news-detais .button-project,
.inpage-news-detais .button-news
{
    margin-top: 80px;
}
@media (max-width: 991px)
{
    .inpage-news-detais .button-project,
    .inpage-news-detais .button-news
    {
        margin-top: 30px;
    }
}
.inpage-news-detais .button-project a,
.inpage-news-detais .button-news a
{
    line-height: 60px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    padding: 0 40px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #a9a8a8;
    border: 1px solid #eee;
    border-radius: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .inpage-news-detais .button-project a,
    .inpage-news-detais .button-news a
    {
        line-height: 40px;

        height: 40px;
        padding: 0 30px;
    }
}
@media (max-width: 767px)
{
    .inpage-news-detais .button-project a,
    .inpage-news-detais .button-news a
    {
        margin: 10px 0;
        padding: 0 20px;
    }
}
.inpage-news-detais .button-project a:hover,
.inpage-news-detais .button-news a:hover
{
    color: #fff;
    border-color: var(--color);
    background-color: var(--color);
}
.inpage-news-detais .return
{
    margin-top: 80px;

    text-align: center;
}
@media (max-width: 991px)
{
    .inpage-news-detais .return
    {
        margin-top: 30px;
    }
}
.inpage-news-detais .return a
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #464646;
}
.inpage-news-detais .return a:hover
{
    letter-spacing: 1px;

    color: var(--color);
}
.inpage-contact .t-contact
{
    text-align: center;
}
.inpage-contact .t-contact h2
{
    font-size: 16px;
    line-height: 30px;

    letter-spacing: 4px;
}
.inpage-contact .erweima
{
    text-align: center;
}
.inpage-contact .erweima .item-erweima
{
    display: inline-block;

    margin: 0 18px;
    margin-top: 40px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .inpage-contact .erweima .item-erweima
    {
        margin: 0 8px;
        margin-top: 10px;
    }
}
.inpage-contact .erweima .item-erweima .img
{
    width: 124px;
    height: 124px;
    padding: 10px;

    border: 1px solid #eee;
    background: #fff;
}
@media (max-width: 767px)
{
    .inpage-contact .erweima .item-erweima .img
    {
        width: 100px;
        height: 100px;
        padding: 5px;
    }
}
.inpage-contact .erweima .item-erweima .img img
{
    width: 100%;
}
.inpage-contact .erweima .item-erweima p
{
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #999;
}
.inpage-contact .contact
{
    margin-top: 70px;

    text-align: center;
}
@media (max-width: 767px)
{
    .inpage-contact .contact
    {
        margin-top: 50px;
    }
}
.inpage-contact .contact p
{
    line-height: 30px;
}
.inpage-contact .contact p a:hover
{
    text-decoration: underline;

    color: var(--color);
}
.inpage-contact .map
{
    height: 460px;
    margin-top: 70px;
}
@media (max-width: 767px)
{
    .inpage-contact .map
    {
        margin-top: 50px;
    }
}
.iw_poi_content
{
    max-width: 200px;
}
.side-online
{
    position: fixed;
    z-index: 8;
    right: 0;
    bottom: 10%;
}
.side-online ul li
{
    position: relative;
}
.side-online ul li p.show
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: -60px;

    margin: 0;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.side-online ul li p.show a
{
    width: auto;
    margin: 0;
    padding: 0 14px;
}
.side-online ul li:hover p.show
{
    right: 60px;
}
@media (max-width: 767px)
{
    .side-online ul li:hover p.show
    {
        right: 40px;
    }
}
.side-online ul li:hover .online-message
{
    right: 0;
}
.side-online a
{
    line-height: 60px;

    position: relative;
    z-index: 2;

    display: block;

    width: 60px;
    height: 60px;
    margin-top: 1px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #fff;
    border-radius: 2px;
    background: #1a1a1a;
}
@media (max-width: 767px)
{
    .side-online a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.side-online a .icon
{
    font-size: 24px;
}
.side-online a:hover
{
    color: #fff;
    background-color: var(--color);
}
.side-online .online-message
{
    position: fixed;
    top: 0;
    right: -460px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: 460px;
    height: 100vh;
    padding: 30px;

    -webkit-transition: all .4s;
            transition: all .4s;

    border-top: 80px solid var(--color);
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 767px)
{
    .side-online .online-message
    {
        right: -300px;

        width: 300px;
        padding: 20px 10px;

        border-top-width: 30px;
    }
}
.side-online .online-message .title-online h3
{
    font-family: 'Garamond';
    font-size: 36px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 1470px)
{
    .side-online .online-message .title-online h3
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .side-online .online-message .title-online h3
    {
        font-size: 24px;
    }
}
.side-online .online-message .title-online p
{
    font-size: 14px;
    line-height: 24px;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .side-online .online-message form
    {
        margin-top: 20px;
    }
}
.side-online .online-message .col-xs-12
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .side-online .online-message .col-xs-12
    {
        margin-top: 10px;
    }
}
.side-online .online-message span
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    color: #666;
}
@media (max-width: 767px)
{
    .side-online .online-message span
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.side-online .online-message input,
.side-online .online-message textarea
{
    font-size: 15px;
    line-height: 30px;

    width: 100%;
    padding: 10px 20px;

    resize: vertical;

    border: 1px solid #ccc;
    outline: none;
}
@media (max-width: 991px)
{
    .side-online .online-message input,
    .side-online .online-message textarea
    {
        padding: 10px 15px;
    }
}
@media (max-width: 767px)
{
    .side-online .online-message input,
    .side-online .online-message textarea
    {
        font-size: 14px;
        line-height: 24px;

        margin-top: 10px;
    }
}
.side-online .online-message input::-webkit-input-placeholder,
.side-online .online-message textarea::-webkit-input-placeholder
{
    color: #999;
}
.side-online .online-message input:-o-placeholder,
.side-online .online-message textarea:-o-placeholder
{
    color: #999;
}
.side-online .online-message input::-moz-placeholder,
.side-online .online-message textarea::-moz-placeholder
{
    color: #999;
}
.side-online .online-message input:-ms-input-placeholder,
.side-online .online-message textarea:-ms-input-placeholder
{
    color: #999;
}
.side-online .online-message input:focus::-webkit-input-placeholder,
.side-online .online-message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.side-online .online-message input:focus::-o-placeholder,
.side-online .online-message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.side-online .online-message input:focus::-moz-placeholder,
.side-online .online-message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.side-online .online-message input:focus::-ms-input-placeholder,
.side-online .online-message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.side-online .online-message .send
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 30px;

    text-align: center;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.side-online .online-message .submit,
.side-online .online-message .reset
{
    font-size: 18px;
    line-height: 60px;

    display: inline-block;

    width: 45%;
    padding: 0;

    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: top;

    border: 1px solid #999;
    border-radius: 0;
    outline: none;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .side-online .online-message .submit,
    .side-online .online-message .reset
    {
        font-size: 14px;
        line-height: 40px;

        width: 150px;
    }
}
.side-online .online-message .submit:hover,
.side-online .online-message .reset:hover
{
    text-decoration: underline;

    color: #fff;
    background-color: var(--color);
}
.side-online .online-message .reset
{
    margin-right: 20px;
}
@media (max-width: 767px)
{
    .side-online .online-message .reset
    {
        margin-right: 10px;
    }
}
.side-online .online-message .submit
{
    color: #fff;
    background-color: #1a1a1a;
}
.pagebox
{
    position: relative;

    width: 100%;
    margin: 60px 0 0 0;
    padding: 0;

    text-align: center;
}
@media (max-width: 991px)
{
    .pagebox
    {
        margin-top: 30px;
    }
}
.pagebox li
{
    position: relative;

    display: inline-block;

    vertical-align: top;
}
.pagebox li a
{
    font-size: 14px;
    line-height: 36px;

    display: block;

    width: 36px;
    height: 36px;
    margin: 0 6px;
    padding: 0;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #999797;
    border: none;
    border-radius: 0;
    background-color: #f5f5f5;
}
@media (max-width: 991px)
{
    .pagebox li a
    {
        line-height: 28px;

        width: 30px;
        height: 30px;
        margin: 0 4px;
    }
}
.pagebox > .active > a,
.pagebox > .active > a:focus,
.pagebox > .active > a:hover,
.pagebox > .active > span,
.pagebox > .active > span:focus,
.pagebox > .active > span:hover
{
    color: #fff;
    background-color: var(--color);
}
.pagebox > li > a:focus,
.pagebox > li > a:hover,
.pagebox > li > span:focus,
.pagebox > li > span:hover
{
    color: #fff;
    background-color: var(--color);
}
.lazy
{
    background-image: url(../js/scroll/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
a
{
    color: inherit;
}
a:hover
{
    color: inherit;
}

@media (min-width: 991px){
.news-detais .desc{ padding:0 10%;}
}