body,
html {
    position: relative;
    height: 100%;
}

body {
    background: #fbf9f9;
    color: #000;
}

body,
h1,
h2,
h3,
ul,
li,
p {
    margin: 0;
    padding: 0;
}

img {
    display: block;
    outline: none;
    border: none;
}

ul,
li {
    list-style: none;
}

a {
    color: #383838;
    text-decoration: none;
}

a:hover {
    color: orange !important;
}

.part-in:after,
.part-pics:after,
.layout-mod1:after,
.clearfix:after {
    content: '';
    display: inline-block;
    width: 100%;
    clear: both;
    overflow: hidden;
    height: 0;
}

.hide {
    display: none;
}

.top-box {
    width: 100%;
}

/* .more,
.more a {
    color: #FFF !important;
}

.more {
    width: 147px;
    height: 72px;
    background-image: url('./icon-arrow-top.png');
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: top;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: 480px;
    line-height: 85px;
    font-size: 16px;
    text-align: center;
    z-index: 99;
}

.more-top {
    background-image: url('./icon-arrow-bottom.png');
    bottom: auto;
    top: 0;
    line-height: 45px;
    margin-left: 480px;
}

.more-left {
    margin-left: -600px;
} */

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

/* a11y */

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

/* Arrows */

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23008ff8'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23008ff8'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

/* Bullets */

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

/* Progress */

.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000;
}

/* 3D Container */

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    /* Safari 4+, Chrome */
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    /* Opera 11.10-12.00 */
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
    /* Safari 4+, Chrome */
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    /* Opera 11.10-12.00 */
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
    /* Safari 4+, Chrome */
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    /* Opera 11.10-12.00 */
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    /* Safari 4+, Chrome */
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    /* Opera 11.10-12.00 */
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}

/* Cube + Flip */

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Cube */

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

/* Fade */

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

/* Scrollbar */

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

/* Preloader */

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

body,
.nav a {
    font-family: 'HanHei SC', 'PingFang SC', 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', 'Arial', sans-serif;
    /*font-family: Microsoft YaHei, Microsoft YaHei Lights, Arial;*/
    /*font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/
}

.windows body,
.windows .nav a {
    /*font-family: 'HanHei SC', 'PingFang SC', 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', 'Arial', sans-serif;*/
    font-family: Microsoft YaHei, Microsoft YaHei Lights, Arial;
    /*font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/
}

.part1-slide-title,
.part1-slide-title a {
    color: #FFF !important;
    font-size: 16px;
}

/* .list {
    line-height: 32px;
} */

.list li,
.list li a {
    line-height: 28px;
}

.list li {
    position: relative;
    padding-left: 0.7em;
}

.list li:after {
    width: 2px;
    height: 2px;
    border-radius: 100%;
    content: '';
    display: block;
    background-color: #333;
    left: 0;
    top: 50%;
    position: absolute;
}

.part7 .list {
    line-height: 24px;
    font-size: 16px;
    margin-top: 1em;
}

.part7 .list li {
    position: relative;
    padding-left: 0.7em;
}

.part7 .list li:after {
    width: 2px;
    height: 2px;
    border-radius: 100%;
    content: '';
    display: block;
    background-color: #333;
    left: 0;
    top: 50%;
    position: absolute;
}

.part7 .list li,
.part7 .list li a {
    line-height: 40px;
    font-weight: 300;
    font-size: 18px;
}

.banner,
.banner img {
    width: 100%;
    height: auto;
}

/* .banner img {
    display: none;
}

.banner {
    background-image: url('./banner-mobile.jpg');
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
} */

.footer,
.footer a {
    color: #000 !important;
    font-size: 14px;
    line-height: 24px;
}

.footer a:hover {
    text-decoration: underline;
}

.footer {
    padding-top: 1em;
    padding-bottom: 1.2em;
    text-align: center;
    width: 100%;
    /* border-top: #008ff8 2px solid; */
}

.part-pics {
    position: relative;
    width: 94%;
    margin: 0 auto;
}

.pic {
    width: 100%;
    background-color: #FFF;
    -webkit-box-shadow: 0px 4px 5.88px 0.12px rgba(17, 127, 187, 0.33);
    box-shadow: 0px 4px 5.88px 0.12px rgba(17, 127, 187, 0.33);
    margin-bottom: 20px;
}

.pic-img,
.pic img {
    width: 100%;
    height: auto;
}

.pic-img {
    position: relative;
}

.pic-img:before {
    position: absolute;
    display: block;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .9) 264%);
    content: '';
    pointer-events: none;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
}

.pic-img:hover:before {
    display: none;
}

.pic-title {
    padding: 15px 10px;
}

/* .layout-mod1 .pic {
    float: left;
    margin-right: 26px;
} */

/* .layout-mod1 .pic:nth-child(1) {
    clear: both;
    margin-left: 684px;
    margin-right: 0;
    margin-bottom: 40px;
} */

/* .layout-mod2 .pic {
    float: left;
    margin-right: 26px;
} */

/* .layout-mod2 .pic {
    width: 232px;
} */

/* .layout-mod2 .pic-img,
.layout-mod2 .pic img {
    width: 100%;
    height: 163px;
} */

.shadow {
    background-color: #FFF;
    -webkit-box-shadow: 0px 11px 15.68px 0.32px rgba(17, 127, 187, 0.42);
    box-shadow: 0px 11px 15.68px 0.32px rgba(17, 127, 187, 0.42);
}

.back-top {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.back-top a {
    border-radius: 18%;
    border: 2px solid #FFF;
    display: block;
    height: 45px;
    width: 45px;
    background-image: url(./back-top.png);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
}

.part {
    width: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: 33% 0;
    background-size: auto 36%;
}

.part-in {
    width: 94%;
    margin: 0 auto;
}

.part-in:after {
    content: '';
    height: 0;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.part1 {
    height: auto;
    background-image: url('./part1.jpg');
}

.part-in.part1-in {
    margin-top: 1em;
}

.part1-swiper-box,
.part1-swiper-container {
    width: 100%;
    height: auto;
}

.part1-swiper-box {
    background-color: #FFF;
    padding-top: .8em;
}

.part1-swiper-container {
    width: 94%;
    height: auto;
    margin: 0 auto;
}

.part1-swiper-container img {
    width: 100%;
    height: auto;
}

/* .part1-slide {} */

.part1-slide-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 6px 0;
}

.part1-slide-title span {
    display: block;
    margin-left: 8px;
    margin-right: 8px;
    padding: 0;
    text-align: center;
    padding-bottom: 12px;
    /* background: red; */
}

.part1 .swiper-pagination-part1 {
    width: 100%;
    display: inline-block;
    right: 0;
    left: auto;
    bottom: 0;
    pointer-events: none;
}

.part1 .swiper-pagination-part1 .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background-color: #bfbfbf;
    opacity: 1;
}

.part1 .swiper-pagination-part1 .swiper-pagination-bullet-active {
    background-color: #cd383a;
}

.part1-list-abs {
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px dashed #CCC;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    text-indent: 2em;
}

.part1-list-abs p {
    max-height: 80px;
    overflow: hidden;
}

.part1-list-title {
    font-size: 24px;
    line-height: 44px;
    margin-bottom: 6px;
}

.part1-list {
    overflow: hidden;
}

.part1-list-in {
    width: 94%;
    margin: 12px auto 19px;
}

.part2 {
    height: auto;
    background-image: url('./part2.jpg');
}

.part2 .part-in {
    margin-top: 230px;
}

.part3 {
    height: auto;
    background-image: url('./part3.jpg');
}

.part3 .part-in {
    margin-top: 240px;
}

.part4 {
    height: auto;
    background-image: url('./part4.jpg');
}

.part4 .part-in {
    margin-top: 240px;
}

.part5 {
    height: auto;
    background-image: url('./part5.jpg');
    background-position: 51% 0;
    background-size: auto 32%;
}

.part5 .part-in {
    margin-top: 125px;
}

.part5 .pic-title {
    text-align: center;
}

.part6 {
    height: auto;
    background-image: url('./part6.jpg');
    background-position: 51% 0;
    background-size: auto 86%;
}

.part6 .part-in {
    margin-top: 110px;
    position: relative;
}

.part6 .swiper-container {
    width: 94%;
    padding-bottom: 20px;
    margin: 0 auto;
    overflow: visible;
}

.part6 .swiper-container img {
    width: 100%;
    height: auto;
}

.part6 .swiper-pagination {
    bottom: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.part6 .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #d2d2d2;
    opacity: 1;
    /* border-radius: 0; */
}

.part6 .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #f19149;
    width: 20px;
    height: 20px;
}

.part6 .swiper-button-prev,
.part6 .swiper-button-next {
    display: none;
}

.part6 .swiper-button-prev {
    left: -60px;
}

.part6 .swiper-button-next {
    right: -60px;
}

.part6 .part-pics {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.part6 .pic {
    width: 100%;
    background-color: #FFF;
    -webkit-box-shadow: 0px 4px 5.88px 0.12px rgba(17, 127, 187, 0.33);
    box-shadow: 0px 4px 5.88px 0.12px rgba(17, 127, 187, 0.33);
    margin-bottom: 0;
}

.part7 {
    height: auto;
    background-image: url('./part7.jpg');
    position: relative;
    background-position: 51% 0;
    background-size: auto 46%;
}

.part7 .part-in {
    margin-top: 200px;
}

.part7-item {
    width: 94%;
    margin: 0 auto;
    padding-bottom: 12px;
    border-bottom: #666 1px dashed;
}

.part7-list-title,
.part7-list-title a {
    color: #333;
    font-size: 24px;
    line-height: 44px;
    font-weight: 400;
}

.part7-list-title {
    margin-top: 30px;
    margin-bottom: 10px;
}

.part7-pic {
    display: inline-block;
    float: left;
    margin-right: 24px;
    margin-bottom: 20px;
    width: 150px;
    height: 105px;
    position: relative;
}

.part7-pic:after {
    display: block;
    content: '';
    width: 144px;
    height: 100%;
    background-color: rgb(0, 0, 0);
    position: absolute;
    top: 4px;
    right: -4px;
    z-index: 1;
    opacity: .4;
}

.part7-pic img {
    width: 150px;
    height: 105px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.part7-list-abs {
    font-size: 16px;
    line-height: 38px;
    font-weight: 300;
    padding-bottom: 10px;
    border-bottom: #666 1px dashed;
}

.part7-list-abs p {
    height: 118px;
    overflow: hidden;
}

.part7-item:nth-child(1) .list li:nth-child(1),
.part7-item:nth-child(1) .list li:nth-child(1) a,
.part7-item:nth-child(1) .list li:nth-child(2),
.part7-item:nth-child(1) .list li:nth-child(2) a,
.part7-item:nth-child(1) .list li:nth-child(3),
.part7-item:nth-child(1) .list li:nth-child(3) a,
.part7-item:nth-child(1) .part7-list-abs,
.part7-item:nth-child(1) .part7-list-title,
.part7-item:nth-child(1) .part7-list-title a {
    color: #FFF;
}

/* .part7-list-list li {} */

/* .part7-item:nth-child(1) {
    border-right: #FFF 1px dashed;
    padding-right: 30px;
    margin-right: 30px;
} */

.more {
    font-size: 18px;
    font-weight: 400;
    height: 32px;
    line-height: 32px;
    display: block;
    padding: 6px 30px;
    background-color: #007bff;
    color: #FFF;
    margin: 6px auto 0;
    width: 200px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
}

.more:hover {
    background-color: #FDAB4D;
    color: #FFF !important;
}

.more:active {
    background-color: #FFF;
    color: #000 !important;
}

.part7 .more {
    margin-bottom: 40px;
}

.column-name {
    padding-left: 16px;
    position: relative;
    margin-bottom: 16px;
    border-bottom: 1px solid #007bff;
    font-size: 16px;
    line-height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.column-name:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10.4px;
    border-color: transparent transparent transparent #007bff;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

a:hover .column-name {
    color: #007bff !important;
}

.column-title {
    font-weight: 400;
}

.column-more {
    font-weight: 300;
}

@media screen and (min-width: 1000px) {
    .column-name {
        margin-top: -4px;
        margin-bottom: 12px;
        line-height: 32px;
        font-size: 16px;
    }
}

/* 等于或大于 34*16 = 544px（手机横屏）*/

/* @media screen and (min-width: 34em) {} */

/* 等于或大于 48*16 = 768px(平板竖屏) */

@media screen and (min-width: 1000px) {
    .banner {
        min-height: 700px;
        width: 100%;
        overflow: hidden;
        position: relative;
    }
    .banner img {
        height: 700px;
        width: 1920px;
        position: absolute;
        left: 50%;
        margin-left: -960px;
    }
    /* back-top */
    .back-top {
        right: 20px;
        bottom: 100px;
    }
    .back-top a {
        height: 73px;
        width: 73px;
    }
    /* pic */
    .part6 .part-pics,
    .part-pics {
        position: relative;
        width: 110%;
        margin: 0 auto;
    }
    .part6 .pic,
    .pic {
        width: 316px;
        background-color: #FFF;
        -webkit-box-shadow: 0px 4px 5.88px 0.12px rgba(17, 127, 187, 0.33);
        box-shadow: 0px 4px 5.88px 0.12px rgba(17, 127, 187, 0.33);
        margin-bottom: 0;
    }
    .pic-img,
    .pic img {
        width: 100%;
        height: 220px;
    }
    .layout-mod1 .pic {
        float: left;
        margin-right: 26px;
    }
    .layout-mod1 .pic:nth-child(1) {
        clear: both;
        margin-left: 684px;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .layout-mod2 .pic {
        float: left;
        margin-right: 26px;
    }
    .layout-mod2 .pic {
        width: 232px;
    }
    .layout-mod2 .pic-img,
    .layout-mod2 .pic img {
        width: 100%;
        height: 163px;
    }
    /* parts */
    .part {
        background-position: center 0;
        background-size: auto;
    }
    .part-in {
        width: 1000px;
    }
    /* part1 */
    .part1 {
        height: 605px;
        /* background-image: url(./part1.jpg); */
    }
    .part-in.part1-in {
        margin-top: 69px;
    }
    .part1-swiper-box,
    .part1-swiper-container,
    .part1-swiper-container img {
        width: 508px;
        height: 350px;
    }
    .part1-swiper-box {
        float: left;
        padding: 19px 16px;
    }
    .part1-swiper-container {
        margin: 0 auto;
    }
    .part1 .swiper-pagination-part1 {
        width: auto;
        display: inline-block;
        right: 6px;
        left: auto;
        bottom: 8px;
        pointer-events: auto;
    }
    .part1 .swiper-pagination-part1 .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background-color: #bfbfbf;
        opacity: 1;
        border-radius: 0;
    }
    .part1 .swiper-pagination-part1 .swiper-pagination-bullet-active {
        background-color: #cd383a;
    }
    .part1-slide-title span {
        display: block;
        width: 78%;
        margin-left: 8px;
        margin-right: 0;
        padding: 0;
        text-align: left;
    }
    .part1-list {
        float: right;
        width: 440px;
        height: 388px;
    }
    .part1-list-title {
        /* font-size: 24px; */
        line-height: 40px;
        margin-bottom: 6px;
    }
    .part1-list-abs {
        padding-bottom: 13px;
        margin-bottom: 13px;
        /* border-bottom: 1px dashed #CCC; */
        /* font-size: 16px; */
        /* line-height: 26px; */
        /* color: #666666; */
        /* text-indent: 2em; */
    }
    .part1-list-in {
        width: 404px;
        max-height: 355px;
        overflow: hidden;
        /* margin: 19px auto; */
    }
    .part1-list-list li {
        color: #FFF;
        line-height: 32px;
    }
    /* part2 */
    .part2 {
        height: 828px;
        background-image: url('./part2.jpg');
    }
    .part2 .part-in {
        margin-top: 102px;
    }
    /* part3 */
    .part3 {
        height: 1005px;
        background-image: url('./part3.jpg');
    }
    .part3 .part-in {
        margin-top: 211px;
    }
    /* part4 */
    .part4 {
        height: 750px;
        background-image: url('./part4.jpg');
    }
    .part4 .part-in {
        margin-top: 50px;
    }
    /* part5 */
    .part5 {
        height: 693px;
        background-image: url('./part5.jpg');
    }
    .part5 .part-in {
        margin-top: 305px;
    }
    /* part6 */
    .part6 {
        height: 926px;
        background-image: url('./part6.jpg');
    }
    .part6 .part-in {
        margin-top: 194px;
        position: relative;
    }
    .part6 .swiper-container {
        width: 100%;
        padding-bottom: 55px;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: -10px;
        overflow: hidden;
    }
    .part6 .swiper-container img {
        width: 100%;
        height: 100%;
    }
    .part6 .swiper-button-prev,
    .part6 .swiper-button-next {
        display: block;
        margin-top: -115px;
        width: 40px;
        height: 130px;
        background-size: 100%;
    }
    /* part7 */
    .part7 {
        height: 768px;
        background-image: url('./part7.jpg');
        position: relative;
    }
    .part7 .part-in {
        margin-top: 186px;
    }
    .part7-item {
        width: 46%;
        float: left;
        padding-bottom: 0;
        border-bottom: none;
    }
    .part7-pic {
        display: inline-block;
        float: left;
        margin-right: 24px;
        margin-bottom: 20px;
        width: 150px;
        height: 105px;
        position: relative;
    }
    .part7-item:nth-child(1) {
        border-right: #FFF 1px dashed;
        padding-right: 30px;
        margin-right: 30px;
    }
    .part7 .list li:after {
        width: 2px;
        height: 2px;
        border-radius: 100%;
        content: '';
        display: block;
        background-color: #FFF;
        left: 0;
        top: 50%;
        position: absolute;
    }
    .part7 .list li,
    .part7 .list li a {
        color: #FFF;
        line-height: 32px;
        font-weight: 200;
        font-size: 16px;
    }
    .part7-list-title,
    .part7-list-title a {
        color: #FFF;
        font-size: 24px;
        line-height: 44px;
        font-weight: 400;
    }
    .part7-list-title {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .part7-list-abs {
        color: #FFF;
        font-size: 16px;
        line-height: 38px;
        font-weight: 200;
        border-bottom: #FFF 1px dashed;
    }
    /* footer */
    .footer {
        padding-top: 1em;
        padding-bottom: 1.2em;
        text-align: center;
        position: absolute;
        bottom: 0;
        width: 100%;
        border: none;
    }
    .more {
        margin-top: 16px;
    }
    .part7 .more {
        background-color: #FFF;
        color: #007bff;
        margin-bottom: 0;
    }
    .part7 .more:hover {
        background-color: #FDAB4D;
        color: #FFF !important;
    }
    .part7 .more:active {
        background-color: #FFF;
        color: #000 !important;
    }
}