@charset "utf-8";

/* 
 * 
 */

@font-face {
    font-family: "gilroy-regular-3";
    src: url("../fonts/gilroy-regular-3.html") format("woff2"), url("../fonts/gilroy-regular-4.html") format("woff"), url("../fonts/gilroy-regular-5.html") format("truetype"), url("../fonts/gilroy-regular-6.html") format("embedded-opentype"), url("../fonts/gilroy-regular-7.html") format("svg");
}

@font-face {
    font-family: "DINPro-Regular";
    src: url("../fonts/DINPro-Regular.html") format("woff2"), url("../fonts/DINPro-Regular-2.html") format("woff"), url("../fonts/DINPro-Regular-3.html") format("truetype"), url("../fonts/DINPro-Regular-4.html") format("embedded-opentype"), url("../fonts/DINPro-Regular-5.html") format("svg");
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.html');
    src: url('../fonts/Gilroy-Boldd41d.html?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Bold-2.html') format('woff2'),
        url('../fonts/Gilroy-Bold-3.html') format('woff'),
        url('../fonts/Gilroy-Bold-4.html') format('truetype'),
        url('../fonts/Gilroy-Bold-5.html#Gilroy-Bold') format('svg');
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: "Montserrat-SemiBold";
    src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
}

* {
    padding: 0;margin: 0;box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0px;
    border: 0;
    outline: none;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
p,span,i{
    margin: 0;
    padding: 0px;
    transition: 400ms;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img{vertical-align: bottom;
    transition: 400ms;
    -webkit-transition: 400ms;}

/*html::-webkit-scrollbar {
	width: 8px;
	background: none;
}

html::-webkit-scrollbar-thumb {
	width: 8px;
	background: #3d9911;
}

html::-webkit-scrollbar-corner {
	background: none;
}

html::-webkit-scrollbar:horizontal {
	height: 9px;
}*/

body {
    font: 14px/1.75 "Montserrat-Regular", sans-serif, "微软雅黑", "微软正黑体", "Microsoft JhengHei", "SimHei", "黑体", Arial, Helvetica;
    margin: 0 auto;
    color: #444;
    overflow-x: hidden;
    background-repeat: repeat;
    background-size: cover;
}

body.bodycn {

    font: 16px/1.85 "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

strong {
    font-weight: bold;
}

img {
    border: 0;
}

input {
    outline: none;
    transition: 400ms;
font-family: "Montserrat-Regular";
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
    border-radius: 0;
}

textarea {
    -webkit-appearance: none;
    border-radius: 0;
    outline: none;
    transition: 400ms;font-family: "Montserrat-Regular";

;}
.bodycn input,.bodycn textarea{font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;}

::-moz-selection {
    background: #8b8b8b;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #8b8b8b;
    color: #fff;
    text-shadow: none;
}

select {
    outline: none;
}

select::-ms-expand {
    display: none;
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
}

a {
    text-decoration: none;
    blr: expression(this.onFocus=this.blur());
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #444;
}

a:link,
a:visited {
    text-decoration: none;
}

a:active,
a:hover {
    text-decoration: none;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0px;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.tx-c {
    text-align: center !important;
}

.fc {
    text-align: center;
}

.fr {
    text-align: right;
}

.vt {
    vertical-align: top;
}

.vm {
    vertical-align: middle;
}
.por{position:relative;}
.fixedImg {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.imgw {
    width: 100%;
    display: block;
}

.eT {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.linkA {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;

}

.pageC a:link,
.pageC a:visited {
    color: #183D82;
}

.pageC a:active,
.pageC a:hover {
    color: #333;
}

.pageC img {
    max-width: 100% !important;
    height: auto !important;
}

.pageC {
    overflow: hidden;
}

.nimg.target {
    visibility: hidden;
}

.nimg.action {
    visibility: visible !important;
    -webkit-animation: scaleUpDown 4s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
    animation: scaleUpDown 4s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.w94 {
    width: 85%;
    margin: 0 auto;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.w1440 {
    width: 1440px;
    margin: 0 auto;
}


/* 头部  */

.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: 100px;
    line-height: 100px;
    transition: 0.45s;
}

.header.npfix {
display: none;    
}

.pdmbot.qdmt .svtmenu,
.svtmenu.notop {
    top: 0;
}
.pageh{background-color: #44278b}
.pageh .head-wrap{padding-top: 0;}
.header.active,
.header.bdhead {
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}


.header.active .hyicon,
.header.active .hrsearch,
.header.bdhead .hyicon,
.header.bdhead .hrsearch {}

.header.active .hyxz,
.header.bdhead .hyxz {
    color: #333;
}

.header.active .hrmenu em,
.header.active .hrmenu em:before,
.header.active .hrmenu em:after,
.header.bdhead .hrmenu em,
.header.bdhead .hrmenu em:before,
.header.bdhead .hrmenu em:after {
    background: #666;
}

.header.active .head-logo .img1,
.header.bdhead .head-logo .img1 {
    display: none;
}

.header.active .head-logo .img2,
.header.bdhead .head-logo .img2 {
    display: inline-block;
}

.head-wrap {
    position: relative;
    padding: 35px 70px 0;
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
}


.header.active .head-wrap{padding-top: 0;}


.twonav {
    position: fixed;
    background-color: #f2f0f8;
    width: 100vw;
    left: 0;
    z-index: 10;
    display: none;

}



.header .twonav{
    top: 135px;
}

.header.active .twonav,.pageh .twonav{
    top: 100px;
}

.menu ul {
    display: flex;
}

.menu img {
    width: 100%;
}

.menu>ul>li>a {
    display: block;
    color: #fff;
    padding: 0 2rem;
    position: relative;
}

.header.active .menu>ul>li>a:hover {
color: #44278b;
}

.menu>ul>li>a:after {
    content: '';
    position: absolute;
    left: -100%;
    bottom: 0;
    width: 0;
    display: block;
    height: 3px;
    background-color: #605ca6;
    transition: 400ms;
    opacity: 0;
}
.active .menu>ul>li>a:after{background-color:#44278b}
.menu>ul>li>a:hover:after {
    width: 100%;
    left: 0;
    opacity: 1;
}
.twonav ul {
    display: flex;
    max-width: 1200px;
    margin: auto;
    justify-content: center;
    height: 0;visibility: hidden;opacity: 0;
    transition: 400ms;
}



.twonav.on ul{
    height: auto;visibility: visible ;opacity: 1;
}

.twonav ul li {
    padding: 2rem 0;
    text-align: center;
    line-height: 2.3;
    margin:  0 1rem;
}

.twonav ul li a {
    color: #000;
    display: block;
    overflow: hidden;
    border-radius: .5rem;
    line-height: 3;
    background-color: #fff;
    padding: 0 2rem;
}

.twonav ul li a:hover {
    background-color: #44278b;
    color: #fff;
}

.navlison2 ul li a{padding: 0;}

.menu .pic {
    overflow: hidden;
    border-radius: ;
}

.menu .pic img {
    width: 100%;
    object-fit: cover;
}

.twonav ul li a:hover .pic img {
    transform: scale(1.09);
}


.header a,
.header,.header .hryy {
    color: #fff;
}
.header .hryy{display: none;}

.header.active .menu > ul > li > a,.header.active a,.header.active,.header.active .hryy{
    color: #333;
}

.header .head-logo {
    position: relative;
    float: left;
    width: 200px;
    /*margin-top: 34px;*/
    z-index: 99;
    transform: translateY(-5px);
}

.head-logo img {
    width: 100%;
    vertical-align: middle;
}

.head-logo .img1 {
    display: inline-block;
}

.head-logo .img2 {
    display: none;
}

.hw-right {
    position: relative;
    text-align: right;
}

.hw-right .iconfont{margin-right: .5rem;transform: translateY(-5px);}
.hw-right ul{display: flex;}
.hw-right ul li{padding-left: 2rem}
.hryy {
    position: relative;
    cursor: pointer;
}

.hyselect.active {
    opacity: 1;
    visibility: visible;
}

.hyselect {
    opacity: 0;
    visibility: hidden;
    transition: 0.35s;
    position: absolute;
    left: 2rem;
    bottom: -70px;
    width: 100%;
    padding: 10px;
    text-align: center;
    background: #fff;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.hyselect a {
    color: #000;
}

.hyselect a:hover {
    color: #45268a
}

.hslink {
    display: block;
    color: #333;
    font-size: 14px;
    margin: 10px 0;
    line-height: 1.5;
}

.hslink:hover {
    color: #c9151e;
}

.hrsearch {
    color: #fff;
    font-size: 17px;
    margin-left: 27px;
}

.hrsearch:hover {
    color: #c9151e;
}

.hrmenu.active {
    z-index: 10000;
    top: 10px;
}

.hrmenu.active em {
    background: transparent !important;
    webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -ms-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
}

.hrmenu.active em:before {
    top: 0;
    transform: rotate(45deg);
    background: #c9151e !important;
}

.hrmenu.active em:after {
    width: 32px;
    top: 0;
    transform: rotate(-45deg);
    background: #c9151e !important;
}

.hrmenu {
    position: absolute;
    top: 0;
    right: 55px;
    width: 32px;
    height: 90px;
    cursor: pointer;
}

.hrmenu em {
    position: relative;
    display: block;
    width: 32px;
    height: 2px;
    background: #fff;
    margin-top: 44px;
    transition: 0.35s;
}

.hrmenu em:before {
    top: -8px;
}

.hrmenu em:after {
    bottom: -8px;
}

.hrmenu em:before {
    width: 32px;
}

.hrmenu em:after {
    width: 16px;
}

.hrmenu em:before,
.hrmenu em:after {
    content: "";
    position: absolute;
    right: 0;
    height: 2px;
    background: #fff;
    transition: 0.35s;
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-loading .slick-list {
    background: #f1f1f1 url(../images/loader.gif) center center no-repeat;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}


/* Arrows */

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
    outline: none;
}

@-webkit-keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/* pswp = photoswipe */

.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: 0
}

.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: .001;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/op1.html) repeat;
    background: none rgba(0, 0, 0, .9);
    opacity: 0;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp__bg {
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: #222
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #CCC
}

.pswp__error-msg a {
    color: #CCC;
    text-decoration: underline
}

.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: 0 0;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: .75;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-box-shadow: none;
    box-shadow: none;

    &:focus,
    &:hover {
        opacity: 1;
    }

    &:active {
        outline: 0;
        opacity: .9;
    }

    &::-moz-focus-inner {
        padding: 0;
        border: 0;
    }
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    outline: 0;
    opacity: .9
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button {
    background: url(../images/default-skin.html) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1),
(-webkit-min-device-pixel-ratio: 1.09375),
(min-resolution: 105dpi),
(min-resolution: 1.1dppx) {
    .pswp--svg .pswp__button {
        background-image: url(../images/default-skin-2.html);
    }

    .pswp__button--close {
        color: #fff;
    }
}

.pswp__button--close {
    background-position: 0 -44px
}

.pswp__button--share {
    background-position: -44px -44px
}

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    top: 50%;
    width: 48px;
    height: 48px;
    line-height: 48px;
    margin-top: -24px;
    position: absolute;
    background: none #767676;
    color: #fff;
    display: block;
    font-family: "iconfont" !important;
    font-size: 15px;
    text-align: center;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pswp__button--arrow--left {
    left: 2%
}

.pswp__button--arrow--right {
    right: 2%;
}

.pswp__button--arrow--left:before {
    content: "\e641";
}

.pswp__button--arrow--right:before {
    content: "\e603";
}

.pswp__button--arrow--left:hover,
.pswp__button--arrow--right:hover {
    color: #fff;
    background-color: #f8c300;
}

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #FFF;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s;
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px
}

.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000
}

.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
    opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #FFF;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none
}

a.pswp__share--facebook:hover {
    background: #3E5C9A;
    color: #FFF
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A
}

a.pswp__share--twitter:hover {
    background: #55ACEE;
    color: #FFF
}

a.pswp__share--pinterest:hover {
    background: #CCC;
    color: #CE272D
}

a.pswp__share--download:hover {
    background: #DDD
}

.pswp__counter {
    float: left;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #FFF;
    opacity: .75;
    padding: 0 10px
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px
}

.pswp__caption__center {
    text-align: center;
    max-width: 600px;
    font-size: 15px;
    margin: 0 auto;
    padding: 20px 10px;
    color: #fff
}

.pswp__caption__center .xzy-zan {
    float: right;
    display: block
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    will-change: opacity;
    direction: ltr
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url(preloader.html) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise .5s linear infinite;
    animation: clockwise .5s linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
    animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: 0 0;
    opacity: .75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #FFF;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0;
    margin: 0
}

@media screen and (max-width: 1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right;
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550;
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%;
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible;
}

.pswp__caption,
.pswp__top-bar {
    background-color: rgba(0, 0, 0, .5);
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
    background-color: rgba(0, 0, 0, .3);
}

.pswp__ui--idle .pswp__top-bar {
    opacity: 1;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0;
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
    opacity: .001;
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none;
}

.pswp__element--disabled {
    display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
    background: 0 0;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background-image: none !important;
}

.mtop {
    height: 90px;
}


/* 首页  */


/* banner start */

.banner-wrap {
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.banner {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
}
.banner .pcbpic{width: 100%;height: 100%;}
.banner .pcbpic img{width: 100%;height: 100%;
    object-fit: cover;
animation: scaleUpDown1 7s 0.7s both;
}

.banner .slick-dots {
    position: absolute;
    left: 55px;
    bottom: 50px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    z-index: 99;
}

.banner .slick-dots li {
    position: relative;
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    text-align: center;
    line-height: 7px;
    vertical-align: middle;
    border: 1px solid #fff;
    margin: 0 7px;
}

.banner .slick-dots li a {
    text-indent: 10em;
    position: relative;
    display: block;
    text-align: center;
    border-radius: 50%;
    padding: 0px;
    cursor: pointer;
    width: 7px;
    height: 7px;
    overflow: hidden;
}

.banner .slick-dots li a:focus {
    outline: none;
}

.banner .slick-dots li.slick-active {
    opacity: 1;
    visibility: visible;
    background: #fff;
}


.banner .item {
    position: relative;
    overflow: hidden;
    height:100%;
}

.banner .item .pimg {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.slick-active .pimg {
    visibility: visible !important;
    /*-webkit-animation: scaleUpDown1 4.8s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown1 4.8s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);*/
}

@keyframes scaleUpDown1 {
    from {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.icpic {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.trailer .markimg {
    display: block;
    width: 100%;
    height: auto;
    transition: 0.68s;
}

.video {
    position: absolute;
    cursor: pointer;
    left: 50%;
    text-align: center;
    margin-left: -24px;
    top: 50%;
    z-index: 10;
}

.vbBox {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 5;
}

.jwplayer {
    opacity: 0;
    height: 100% !important;
}

.jwlogo {
    display: none !important;
}

.icplay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 60px;
    cursor: pointer;
    z-index: 10;
}

.bwpic {
    position: relative;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.bicover {
    position: absolute;
    top: 50%;
    width: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.bictxt1 {
    display: block;
    position: relative;
    font-size: 48px;
    font-weight: normal;
    letter-spacing: 1em;
    text-indent: 1em;
    line-height: 1.5;
    transition-delay: 0.15s;
}

.bics {
    width: 200px;
}

.bicb {
    width: 288px;
    margin: 40px 0 0 0 !important;
}

.bicmore {
    display: block;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border: 1px solid rgba(255, 255, 255, .5);
    margin: 40px auto 0;
    border-radius: 40px;
    color: #fff;
    font-size: 16px;
    transition: 0.35s;
    transition-delay: 0.55s;
}

.bicmore i {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    margin-left: 10px;
}

.bicmore:hover {
    background: #c9151e;
    border: 1px solid #c9151e;
}

.bictxt1,
.bictxt2,
.bicmore {
    opacity: 0;
    visibility: hidden;
    transform: translateY(60px);
    transition: all 0.45s;
}

.banner .show .bictxt1,
.banner .show .bictxt2,
.banner .show .bicmore {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.bicp {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
}
.bicp img{
    animation: blurin 2.5s 0.3s both;
    max-width: 90%;
}

.btpic {
    position: relative;
    width: 100%;
    height: 300px;

}

.btpic img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;

animation: blurin 2.5s 0.3s both;
}

.bcz {
    position: relative;
    float: left;
    width: 77%;
    margin-left: 90px;
    margin-top: 72px;
}

.bictxt2 {
    display: block;
    color: #fff;
    font-size: 36px;
    letter-spacing: 25px;
    font-weight: normal;
}

.bwdown {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    cursor: pointer;
    z-index: 100;
}

.bwdown i {
    display: block;
    color: #fff;
    font-size: 20px;
    animation: upDown 0.65s alternate infinite;
}

@keyframes blurin{
    0%{filter:blur(5px); transform: scale(1.1); opacity: 0;}
    100%{filter:blur(0); transform: scale(1); opacity: 1;}
}
@keyframes upDown {
    0% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(5px);
    }
}

.bvideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .item video::-webkit-media-controls {
    display: none !important;
}


/* banner end */

.bw-qh {
    transition: 0.45s;
    position: absolute;
    left: 58px;
    bottom: 30px;
}

.sdnumber {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
}

.bwnext {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    background: #fff;
    margin-left: 10px;
    cursor: pointer;
}

.bwnext i {
    color: #000;
    font-size: 10px;
    line-height: 1;
}

.number {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
}

.number b {
    display: block;
    width: 73px;
    height: 3px;
    background: rgba(255, 255, 255, .3);
    position: relative;
    line-height: 1;
    border-radius: 40px;
}

.number b i {
    display: block;
    width: 0;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 40px;
}

.ip2title,
.sv1nrbt {
    transition: 0.35s;
    text-align: center;
    color: #45268a;
    font-weight: normal;
    font-size: 42px;
    font-weight: 800;
    font-family: "Montserrat-SemiBold";

}

.ipmt {
    margin-top: 80px;
}

.index-page2 {
    position: relative;
    height: 100vh;
    width: 100vw;
    display: table-cell;vertical-align: middle;
}

.ip2content {
    margin-top: 35px;
    margin-left: -2%
}

.ic2item:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);

}


.ic2item:hover .icb1pic img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.ic2item:hover .iw1btn,
.ic2item:hover .iw1btn i {
    color: #c9151e;
}

.ic2item {
    position: relative;
    float: left;
    width: 31.333%;
    margin-left: 2%;
    border-radius: 10px;
    transition: 0.65s;
    overflow: hidden;
}

.icibot {
    position: relative;
    cursor: pointer;
    background: #45268a;
}

.icb1pic {
    overflow: hidden;
}

.icb1pic img {
    display: block;
    width: 100%;
    transition: 0.45s;
}

.icb1wz {
    padding: 50px 65px 50px 45px;
}

.iw1l {
    float: left;
    width: 65%;
}

.iw1bt {
    color: #333333;
    font-size: 24px;
}

.iw1eng {
    display: inline-block;
    vertical-align: middle;
    font-family: "gilroy-regular-3";
    margin-left: 8px;
    color: #999999;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
}

.iw1desc {
    color: #000000;
    font-size: 16px;
    height: 48px;
    margin-top: 15px;
}

.gybtn {
    display: block;
    color: #333333;
    font-size: 14px;
}

.gybtn i {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}

.iw1btn {
    margin-top: 40px;
    transition: 0.35s;
}

.iw1r {
    float: right;
    width: 20%;
}

.iw1r img {
    display: block;
    width: 100%;
}

.icicover {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 98;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 450px;
    margin: auto;
    transform: translateY(-50%);
    transition: 0.45s;
    color: #fff;
    font-size: 18px;
}

.icitxt h2 {
    font-size: 25px;
}

.icitxt {
    font-size: 25px;
    box-sizing: border-box;
    padding: 2rem 4rem 3rem;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, .2);
    z-index: 95
}

.icitxt .iconfont {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4rem;
    font-size: 30px
}

.icicover h2 {
    font-size: 36px;
}

.icicover ul {
    display: flex;
    padding: 0 5%;
    flex-wrap: wrap;
    justify-content: center;
}

.icicover ul li {
    padding: 0 .7rem
}

.icicover .iconfont {
    width: 70px;
    line-height: 70px;
    font-size: 30px;
    margin-top: 2rem;
    border-radius: 5rem;
    border: 1px solid rgba(255, 255, 255, .2);
    display: inline-block;
    text-align: center;
}

.ic2item:hover .icicover {
    opacity: 1;
    visibility: visible;
}

.ic2item:hover .icitxt {
    transform: translateY(10%);
    opacity: 0;
}

.ic2item:hover .icb1pic {
    opacity: .25;
}

.icbanner {
    position: relative;
    overflow: hidden;
    padding: 0 0 50px 0;
}

.icbanner .slick-dots {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    /*z-index: 104;*/
}

.icbanner .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    text-align: center;
    line-height: 10px;
    vertical-align: middle;
    background: #cccccc;
    margin: 0 6px;
}

.icbanner .slick-dots li a {
    text-indent: 10em;
    position: relative;
    display: block;
    text-align: center;
    border-radius: 50%;
    padding: 0px;
    cursor: pointer;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.icbanner .slick-dots li a:focus {
    outline: none;
}

.icbanner .slick-dots li.slick-active {
    opacity: 1;
    visibility: visible;
    background: #c9151e;
}

.icbanner .slick-arrow {
    position: absolute;
    z-index: 99;
    top: 30%;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    border: 1px solid #999;
    color: #999;
}

.icbanner .slick-arrow:before {
    font-family: "iconfont" !important;
    font-size: 15px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: lighter;
}

.icbanner .slick-prev:before {
    content: "\e73b";
}

.icbanner .slick-next:before {
    content: "\e6ab";
}

.icbanner .slick-prev {
    left: 0;
}

.icbanner .slick-next {
    right: 0;
}

.icbanner .slick-arrow:hover {
    border: 1px solid #c9151e;
    color: #c9151e;
}

.icit {
    float: left;
    position: relative;
}

.iccpt {
    height: 200px;
    position: relative;
    overflow: hidden;
}

.iccpt img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.iccpm {
    display: block;
    text-align: center;
    color: #666666;
    font-size: 18px;
    margin-top: 40px;
}

.icpmore a:hover {
    border: 1px solid #c9151e;
    background: #c9151e;
    color: #fff;
}

.icpmore a:hover i {
    color: #fff;
}

.icpmore a {
    display: block;
    width: 148px;
    height: 48px;
    margin: 60px auto 0;
    border-radius: 40px;
    border: 1px solid #999999;
    text-align: center;
    line-height: 48px;
    color: #666666;
    font-size: 14px;
}

.icpmore a i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 14px;
    color: #999;
    font-weight: bold;
}



.index-page3 {
    position: relative;
    height: 100%;
    width: 100%;
}




.ip3left:hover .il3bg img,
.ir3bj:hover .ir3map img,
.ir3bj:hover .ir3tp img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.ip3left {
    position: relative;
    float: left;
    width: 49%;
    margin-right: 1%;
}

.il3bg {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.il3bg img {
    display: block;
    width: 100%;
    transition: 0.45s;
}

.il3cover {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    text-align: center;
}

.il3cover:hover .ic3btn,
.il3cover:hover .ic3btn i,
.ir3cover:hover .ic3btn,
.ir3cover:hover .ic3btn i {
    color: #c9151e;
}

.il3cover:hover .ic3btn i,
.ir3cover:hover .ic3btn i {
    margin-left: 15px;
}

.ic3txt1 {
    color: #000000;
    font-size: 36px;
    font-weight: normal;
}

.ic3txt2 {
    color: #333333;
    font-size: 18px;
    margin-top: 10px;
}

.ic3btn {
    margin-top: 30px;
    transition: 0.35s;
}

.ic3btn i {
    transition: 0.35s;
}

.ip3right {
    position: relative;
    float: left;
    width: 49%;
    margin-left: 1%;
}

.ir3map,
.ir3tp {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.ir3map img,
.ir3tp img {
    display: block;
    width: 100%;
    transition: 0.45s;
}

.ir3dd {
    position: absolute;
    bottom: 11%;
    left: 27%;
    /*animation: scals 4s linear infinite;*/
}

@keyframes scals {
    0% {
        opacity: 1;
        transform: scale(1);
        transform-origin: center;
    }

    50% {
        opacity: 0.6;
        transform: scale(0.8);
        transform-origin: center;
    }

    100% {
        opacity: 1;
        transform: scale(1);
        transform-origin: center;
    }
}

@keyframes zoom {
    from {
        transform: scale(0.98);
    }

    to {
        transform: scale(1);
    }
}

.ir3cover {
    position: absolute;
    top: 60px;
    left: 60px;
    z-index: 10;
}

.ppzx {
    margin-top: 30px;
}

.qqbj .ic3txt2 {
    background: #FAFAFA;
    border-radius: 40px;
    padding-right: 40px;
}

.ppzx .ic3txt1,
.ppzx .ic3txt2,
.ppzx .gybtn,
.ppzx .gybtn i {
    color: #fff;
}


/* 底部 */

.footerss .fp-tableCell {
    display: block !important;
}

.fwbot {
    position: relative;
    background: #12171b;
}

.up-down {
    position: absolute;
    right: 40px;
    bottom: 70px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.up-down i {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    border: 1px solid #fff;
    font-size: 16px;
    margin-bottom: 8px;
}

.up-down .iconfont {
    transform: rotate(180deg);
}

.fbbox1 {
    background: #1a2025;
    padding: 60px 0;
}

.fb1list {
    display: flex;
}

.fb1list li {
    position: relative;
    flex: 1;
}

.fb1list li:nth-child(2) {
    text-align: center;
}

.fb1list li:nth-child(2) .fl1wz {
    text-align: left;
}

.fb1list li:nth-child(3) {
    text-align: right;
}

.fb1list li:nth-child(3) .fl1wz {
    text-align: left;
}

.fb1list li:hover .fltb {
    transform: rotateY(180deg);
}

.fltb {
    display: inline-block;
    vertical-align: middle;
    width: 65px;
    height: 66px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.45s;
}

.fl1wz {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.fl1dz {
    display: block;
    color: #fff;
    font-size: 18px;
}

.fl1xz {
    display: block;
    font-style: normal;
    color: #79838b;
    font-size: 14px;
    margin-top: 10px;
}

.fbbox2 {
    background: #12171b;
}

.fb2cd {
    padding: 60px 0 90px 0;
}

.fc2list {
    float: left;
    width: 85%;
    display: flex;
}

.fc2list li {
    flex: 1;
}

.fl2txt1 {
    display: block;
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}

.fl2txt2 {
    display: block;
    color: #79838b;
    font-size: 15px;
    margin-top: 10px;
}

.fl2txt2:hover {
    color: #fff;
}

.fc2share {
    float: right;
    text-align: right;
}

.fs2icon {
    display: inline-block;
    color: #fff;
    font-size: 22px;
    margin-left: 15px;
}

.fb2bottom {
    padding: 20px 0 60px 0;
    border-top: 1px solid #242628;
}

.fb2txt {
    float: left;
    width: 85%;
}

.ft2wz {
    display: block;
    color: #79838b;
    font-size: 14px;
}

.fb2logo {
    float: right;
}


/* 头部展开菜单 */

.zk-menu {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 9999;
    transition: 0.45s;
}

.zk-menu.active,
.zk-menu.active .zmtop,
.zk-menu.active .zmbot {
    opacity: 1;
    visibility: visible;
}

.zk-menu.active .zmbot {
    transform: translateX(0);
}

.zk-menu.active .zmlist li {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateX(0);
}

.zmbot {
    opacity: 0;
    visibility: hidden;
    transition: 0.45s;
    transform: translateX(100px);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 408px;
    height: 100%;
    overflow-y: scroll;
    background: #fff;
    box-sizing: border-box;
    padding: 45px 15px;
}

.zmtop {
    padding: 0 30px;
    opacity: 0;
    visibility: hidden;
    transition: 0.45s;
    transition-delay: 0.15s;
}

.ztl {
    float: left;
    line-height: 1;
}

.zticon,
.ztxz,
.ztyy {
    display: inline-block;
    vertical-align: middle;
    color: #333;
}

.zticon {
    font-size: 20px;
}

.ztxz,
.ztyy {
    font-size: 15px;
}

.ztyy.active {
    color: #c9151e;
}

.ztxz {
    margin-left: 10px;
}

.ztclose {
    float: right;
    cursor: pointer;
}

.ztclose i {
    position: relative;
}

.ztclose i:before,
.ztclose i:after {
    content: "";
    position: absolute;
    top: 4px;
    width: 2px;
    height: 24px;
    background: #c9151e;
}

.ztclose i:before {
    transform: rotate(-45deg);
}

.ztclose i:after {
    transform: rotate(45deg);
}

.zmlist {
    margin-top: 95px;
}

.zmlist li {
    position: relative;
    opacity: 0;
    visibility: hidden;
    transition: 0.45s;
    transform: scale(1.1) translateX(100px);
    border-top: 1px solid #f1f1f1;
}

.zlbt:before {
    content: "";
    width: 0;
    height: 100%;
    background: #c9151e;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.5s;
    z-index: -1;
}

.zmlist li .zlbt:hover:before {
    width: 100%;
    right: auto;
    left: 0;
}

.zmlist li:nth-child(1) {
    transition-delay: 0.25s;
}

.zmlist li:nth-child(2) {
    transition-delay: 0.35s;
}

.zmlist li:nth-child(3) {
    transition-delay: 0.45s;
}

.zmlist li:nth-child(4) {
    transition-delay: 0.55s;
}

.zmlist li:nth-child(5) {
    transition-delay: 0.65s;
}

.zmlist li:last-child {
    border-bottom: 1px solid #f1f1f1;
}

.zmlist li .zlbt.active {
    background: #c9151e;
}

.zmlist li .zlbt.active .zljt {
    transform: rotate(90deg);
}

.zmlist li .zlbt.active .zltxt,
.zmlist li .zlbt.active .zljt,
.zmlist li .zlbt:hover .zltxt,
.zmlist li .zlbt:hover .zljt {
    color: #fff;
}

.zltxt {
    display: block;
    float: left;
    width: 95%;
    color: #333333;
    font-size: 18px;
}

.zljt {
    display: block;
    float: right;
    color: #353535;
    font-size: 13px;
    margin-top: 2px;
    transition: 0.35s;
}

.zlbt {
    position: relative;
    height: 72px;
    line-height: 72px;
    padding: 0 30px;
    transition: 0.35s;
    cursor: pointer;
}

.zlzk {
    display: none;
    padding: 10px 70px;
}

.zlej {
    display: block;
    color: #333333;
    font-size: 16px;
    margin: 25px 0;
    line-height: 1.5;
}

.zlej:hover {
    color: #c9151e;
}

.inside-banner {
    position: relative;
    width: 100%;
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.ny-bg {
    position: relative;
    z-index: 5;
    background: #fff;
}

.nycv {
    position: absolute;
    top: 50%;
    left: 7%;
    width: 86%;
    transform: translateY(-50%);
}

.ncwz1 {
    color: #fff;
    font-size: 48px;
    font-weight: normal;
    letter-spacing: 25px;
}

.ncwz2 {
    /*margin-left: 110px;*/
    color: #fff;
    font-size: 36px;
    letter-spacing: 20px;
    margin-top: 10px;
}

.brand-news {
    width: 75%;
    margin: 0 auto;
    padding: 70px 0;
}

.bntab {
    text-align: center;
}

.bntab a {
    position: relative;
    display: inline-block;
    color: #999999;
    font-size: 24px;
    margin: 0 12px;
    padding-bottom: 5px;
    font-weight: bold;
}

.bntab a:hover,
.bntab a.active {
    color: #000000;
}

.bntab a.active:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #000;
}

.bnlist {
    margin-left: -2%;
}

.bnlist li {
    position: relative;
    float: left;
    width: 31.333%;
    margin: 60px 0 0 2%;
    background: #fafafa;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.35s;
}

.bnlist li:hover {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
}

.bnlist li:hover .blpic img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.bnlist li:hover .blbtn,
.bnlist li:hover .blbtn i {
    color: #c9151e;
}

.blpic {
    overflow: hidden;
}

.blpic img {
    display: block;
    width: 100%;
    transition: 0.45s;
}

.blwz {
    padding: 40px 50px;
}

.bldate {
    display: block;
    color: #333333;
    font-size: 15px;
}

.bltitle {
    color: #000000;
    font-size: 24px;
    margin-top: 28px;
    font-weight: normal;
    height: 72px;
    overflow: hidden;
}

.bldesc {
    color: #666666;
    font-size: 15px;
    margin-top: 30px;
    height: 66px;
    overflow: hidden;
}

.blbtn {
    margin-top: 40px;
}

.pages-list {
    margin-top: 60px;
    text-align: center;
}

.pages-list a {
    display: inline-block;
    vertical-align: middle;
}

.plpn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    color: #999;
    font-size: 14px;
    border: 1px solid #999;
    margin: 0 12px;
}

.plnum {
    font-family: "gilroy-regular-3";
    color: #000000;
    font-size: 18px;
    margin: 0 15px;
}

.plnum:hover,
.plnum.active {
    color: #c9151e;
}

.plpn:hover {
    color: #c9151e;
    border: 1px solid #c9151e;
}

.brand-detail {
    width: 960px;
    margin: 0 auto;
    padding: 30px 0 100px 0;
}

.bdtxt {
    color: #999999;
    font-size: 14px;
}

.bd-cont {
    margin-top: 40px;
}

.bctitle {
    color: #000000;
    font-size: 36px;
    font-weight: normal;
}

.bcdate {
    display: block;
    color: #666666;
    font-size: 15px;
    margin-top: 10px;
}

.bcnr {
    color: #666666;
    font-size: 16px;
    margin-top: 35px;
}

.bcbottom {
    margin-top: 80px;
}

.bcpn {
    display: block;
    color: #000000;
    font-size: 24px;
    padding: 30px 0;
    border-top: 1px solid #ebebeb;
    font-weight: normal;
}

.bctxt {
    display: block;
    height: 31px;
    overflow: hidden;
}

.bcpn:hover {
    color: #c9151e;
}

.bcsm {
    display: block;
    font-style: normal;
    font-size: 16px;
    color: #666666;
}

.nxpaly {
    margin-top: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.nxpaly i {
    display: block;
    font-size: 50px;
    color: #fff;
    line-height: 1.2;
}

.brand2-wrap {
    padding: 30px 0 66px 0;
}

.bw2qh {
    padding: 10px 0;
    border-bottom: 1px solid #cccccc;
}

.bqtxt {
    display: inline-block;
    color: #999999;
    font-size: 16px;
    margin-right: 30px;
}

.bqtxt:hover,
.bqtxt.active {
    color: #000000;
}

.bl2box {
    margin-left: -2%;
}

.bl2box li {
    position: relative;
    float: left;
    width: 31.333%;
    margin: 40px 0 0 2%;
    cursor: pointer;
}

.bl2box li:hover .bl2pic img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.bl2pic {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.bl2pic img {
    display: block;
    width: 100%;
    transition: 0.45s;
}

.bp2play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 50px;
}

.bl2txt {
    text-align: center;
    color: #333333;
    font-size: 16px;
    margin-top: 10px;
    height: 24px;
    overflow: hidden;
}


/* 弹框 */

.gbbg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.br3bot {
    z-index: 10;
}

.tk-bg,
.br3bg {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 9999;
}

.tk-bot {
    position: relative;
    top: 50%;
    left: 50%;
    width: 75%;
    height: 700px;
    transform: translate(-50%, -50%);
}

.tbclose {
    position: absolute;
    right: -40px;
    top: 0;
    z-index: 1;
    cursor: pointer;
}

.tbclose:hover i {
    transform: rotate(360deg);
}

.tbclose i {
    display: block;
    color: #fff;
    font-size: 40px;
    line-height: 1;
    transition: 0.55s;
}

.tbvideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.apply-show {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.brand3-wrap {
    position: relative;
    min-height: 100vh;
    margin-top: 90px;
}

.bw3left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 17%;
    height: 100%;
    background: #fafafa;
    box-sizing: border-box;
    padding: 45px 55px;
}

.bl3title {
    color: #000000;
    font-size: 30px;
}

.bl3menu {
    margin-top: 25px;
}

.bl3menu li {
    padding: 15px 0;
    border-top: 1px solid #cccccc;
}

.bl3menu li:last-child {
    border-bottom: 1px solid #cccccc;
}

.bmt1 a {
    display: block;
    color: #000000;
    font-size: 16px;
}

.bmt1.active a,
.bmt1.active a i {
    color: #c9151e;
}

.bmt1 a i {
    display: inline-block;
    color: #000000;
    font-size: 16px;
    margin-right: 10px;
    width: 16px;
}

.bmt2 {
    display: none;
    margin-top: 15px;
}

.bt2txt {
    padding: 10px 30px;
    display: block;
    color: #000000;
    font-size: 14px;
}

.bt2txt:hover {
    background: #ededed;
}

.bw3right {
    float: left;
    width: 83%;
    margin-left: 17%;
    box-sizing: border-box;
    padding: 0 50px 95px 50px;
}

.br3list {
    margin-left: -3%;
}

.br3list li {
    position: relative;
    float: left;
    width: 22%;
    margin: 65px 0 0 3%;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    cursor: pointer;
}

.br3list li:hover .brlpic img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.br3list li:hover .bcbtn {
    background: #c9151e;
    color: #fff;
}

.brlpic {
    overflow: hidden;
    border-radius: 10px;
}

.brlpic img {
    display: block;
    width: 100%;
    transition: 0.45s;
}

.brlcont {
    position: relative;
    padding: 30px 30px 50px 30px;
    border-top: 1px solid #e5e5e5;
}

.bcwz {
    text-align: center;
    color: #0c0b0b;
    font-size: 16px;
    height: 24px;
}

.bcbtn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -22px;
    display: block;
    width: 150px;
    height: 44px;
    background: #f8f8f8;
    border-radius: 25px;
    text-align: center;
    line-height: 44px;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    transition: 0.35s;
}

.bcbtn i {
    font-size: 18px;
    margin-left: 10px;
}

.br3dt {
    height: 757px;
}

.br3dt img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 80%;
    max-height: 80%;
}

.br3tj {
    float: left;
    margin-left: 40px;
    color: #fff;
    z-index: 20;
}

.br3tj span {
    color: #fff;
    font-size: 14px;
}

.br3load a {
    display: block;
    float: right;
    margin-right: 40px;
    color: #fff;
    font-size: 14px;
    z-index: 20;
    cursor: pointer;
}

.br3load a:hover {
    color: #c9151e;
}

.br3load a i {
    display: inline-block;
    font-size: 20px;
    margin-left: 10px;
}

.mb-nypic {
    display: none;
    overflow: hidden;
}

.mb-nypic img {
    display: block;
    width: 100%;
}

.ibbr2 {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    transform: translateY(-50%);
    text-align: center;
}

.about1-wrap {
    padding: 100px 0 120px 0;
    overflow: hidden;
}

.aw1bot1 {
    padding: 0 300px;
}

.ab1pic {
    float: left;
    width: 50%;
}

.ab1pic img {
    display: block;
    width: 100%;
}

.ab1cont {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 100px 20px 0 57px;
}

.awbt {
    color: #000000;
    font-size: 36px;
}

.awnr {
    color: #333333;
    font-size: 18px;
    margin-top: 30px;
    text-align: justify;
}

.awbot2 {
    position: relative;
    margin-top: 75px;
}

.ab2pictrue {
    position: relative;
}

.ap2tp.active {
    opacity: 1;
    visibility: visible;
}

.ap2tp {
    opacity: 0;
    visibility: hidden;
    transition: 0.65s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    border-radius: 10px;
}

.ap2tp img {
    display: block;
    width: 100%;
}

.ab2wz {
    position: absolute;
    width: 540px;
    top: 150px;
    left: 190px;
}

.aw2bt {
    font-weight: normal;
    color: #fff;
    font-size: 36px;
}

.aw2label {
    display: block;
    color: #fff;
    font-size: 24px;
    margin-top: 10px;
}

.aw2qh {
    margin-top: 60px;
}

.aqtxt {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #999999;
    text-align: center;
    line-height: 80px;
    color: #999999;
    font-size: 20px;
    margin-right: 35px;
    transition: 0.65s;
}

.aqtxt.active,
.aqtxt:hover {
    border: 2px solid #fff;
    color: #fff;
}

.aqtxt.active:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 8px solid #fff;
    transition: 0.65s;
}

.aw2nr {
    margin-top: 50px;
}

.an2txt {
    display: none;
    color: #ffffff;
    font-size: 18px;
    text-align: justify;
}

.awmb-pic {
    display: none;
}

.awpc-pic {
    display: block;
}

.awbot3 {
    position: relative;
    margin-top: 55px;
}

.ab1bj {
    overflow: hidden;
    border-radius: 10px;
}

.ab1bj img {
    width: 100%;
}

.ab3wz {
    position: absolute;
    width: 540px;
    top: 20%;
    right: 190px;
}

.ab4wz {
    position: absolute;
    width: 540px;
    top: 30%;
    left: 190px;
}

.aw-dw {
    position: absolute;
    width: 540px;
    top: 25%;
    /*transform: translateY(-50%);*/
}

.aw3bt {
    color: #000000;
    font-size: 36px;
    font-weight: normal;
}

.aw3label {
    display: block;
    color: #333333;
    font-size: 24px;
    margin-top: 20px;
}

.an3txt {
    color: #333333;
    font-size: 18px;
    margin-top: 15px;
    text-align: justify;
}

.wzbs {
    color: #fff !important;
}

.about2-bj {
    position: relative;
    background: #fafafa;
    padding: 65px 0;
}

.ab2map {
    position: relative;
}

.am2bg {
    width: 75%;
    margin-left: 22%;
}

.am2bg img {
    display: block;
    width: 100%;
}

.ab2cv {
    position: absolute;
    left: 140px;
    bottom: 130px;
}

.ac2bt {
    color: #000000;
    font-size: 36px;
}

.ac2ms {
    display: block;
    color: #333333;
    font-size: 18px;
    margin-top: 10px;
}

.ac2sz {
    position: relative;
    color: #333333;
    font-size: 18px;
    margin-top: 60px;
    line-height: 1;
    padding-bottom: 30px;
}

.ac2sz strong {
    display: inline-block;
    vertical-align: sub;
    font-family: "DINPro-Regular";
    color: #333333;
    font-size: 116px;
    font-weight: normal;
}

.ac2sz:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 403px;
    height: 3px;
    background: #c9151e;
}

.am2dd {
    position: absolute;
    width: 58%;
    bottom: 11%;
    left: 32%;
    /*animation: scals 4s linear infinite;*/
}

.am2dd img {
    /*display: block;*/
    width: 100%;
    transition: 0.45s;
}

.am2dw {
    position: absolute;
    border-radius: 50%;
    background: rgba(201, 21, 30, .5);
    animation: scals 4s linear infinite;
}

.ad1 {
    width: 145px;
    height: 145px;
    top: 24%;
    left: 31%;
}

.ad2 {
    width: 86px;
    height: 86px;
    left: 37%;
    top: 53%;
}

.ad3 {
    width: 141px;
    height: 141px;
    left: 58%;
    top: 20%;
}

.ad4 {
    width: 141px;
    height: 141px;
    left: 57%;
    top: 41%;
}

.ad5 {
    width: 83px;
    height: 83px;
    left: 69%;
    top: 30%;
}

.ad6 {
    width: 86px;
    height: 86px;
    right: 22%;
    bottom: 39%;
}

.ad7 {
    width: 86px;
    height: 86px;
    right: 12%;
    bottom: 37%;
    background: rgba(201, 21, 30, .8);
}

.ad8 {
    width: 52px;
    height: 52px;
    right: 12%;
    bottom: 17%;
    background: rgba(201, 21, 30, .8);
}

.ad9 {
    width: 50px;
    height: 50px;
    right: 10%;
    bottom: 55%;
    background: rgba(201, 21, 30, .5);
}

.about2-wrap {
    padding: 120px 0;
    overflow: hidden;
}

.aw2list {
    margin-top: 60px;
}

.aw2list li {
    position: relative;
    margin-top: 36px;
}

.aw2bq {
    margin-top: 30px;
    margin-left: -10px;
}

.ab2txt {
    display: block;
    float: left;
    height: 35px;
    line-height: 35px;
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 18px;
    text-align: center;
    color: #f4f4f4;
    font-size: 15px;
    padding: 0 20px;
    margin: 15px 0 0 10px;
}

.al2cv {
    left: 150px;
}

.al2txt {
    margin-top: 30px;
    color: #fff;
    font-size: 18px;
}

.about3-wrap {
    padding: 70px 0 145px 0;
    overflow: hidden;
}

.aw3ms {
    text-align: center;
    color: #333333;
    font-size: 18px;
    margin-top: 30px;
}

.aw3bot1 {
    position: relative;
    margin-top: 90px;
}

.aw3cv {
    position: absolute;
    width: 600px;
    left: 13%;
    bottom: 80px;
}

.aw3bot2 {
    margin-top: 80px;
}

.aw3bot2 ul {
    margin-left: -1%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.aw3bot2 li {
    position: relative;
    float: left;
    width: 32.333%;
    /*min-height: 534px;*/
    margin-left: 1%;
    border-radius: 10px;
    background: #fafafa;
}

.ab2tp {
    overflow: hidden;
}

.ab2tp img {
    display: block;
    width: 100%;
}

.ab2cont {
    padding: 40px;
}

.ac2icon {
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
}

.actb1 {
    width: 32px;
    height: 43px;
}

.actb2 {
    width: 40px;
    height: 43px;
}

.actb3 {
    width: 38px;
    height: 43px;
}

.ac2title {
    text-align: center;
    color: #000000;
    font-size: 24px;
    margin-top: 20px;
}

.ac2desc {
    color: #333333;
    font-size: 18px;
    margin-top: 20px;
    text-align: justify;
}

.aw4bot4 {
    position: relative;
    padding: 20px 0 60px 0;
}

.ab4left {
    float: left;
    overflow: hidden;
    width: 50%;
}

.ab4left img {
    display: block;
    width: 100%;
}

.ab4right {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 130px 80px 0 80px;
}

.ar4bt {
    color: #000000;
    font-size: 24px;
}

.ar4nr {
    color: #333333;
    font-size: 18px;
    margin-top: 20px;
}

.aw4bot5 {
    position: relative;
}

.ab5cv {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 514px;
    left: 12.5%;
}

.wzhs {
    color: #333;
}

.aw3bot6 {
    position: relative;
    margin-top: 50px;
}

.aw6cv {
    position: absolute;
    width: 470px;
    top: 50%;
    right: 12.5%;
    transform: translateY(-50%);
}

.ab6lable {
    margin-top: 60px;
    margin-left: -70px;
}

.al6l {
    display: inline-block;
    margin-left: 70px;
    color: #333333;
    text-align: center;
    font-size: 16px;
}

.al6l i {
    display: block;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 15px;
}

.about4-wrap {
    padding: 110px 0 140px 0;
}

.ab4desc {
    padding: 0 200px;
    color: #333333;
    font-size: 18px;
}

.ab4list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-left: -2%;
}

.ab4list li {
    position: relative;
    float: left;
    overflow: hidden;
    width: 31.333%;
    margin: 60px 0 0 2%;
    border-radius: 10px;
    background: #fafafa;
}

.ab4list li:hover .al4pic img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.al4pic {
    overflow: hidden;
}

.al4pic img {
    display: block;
    width: 100%;
    transition: 0.45s;
}

.al4wz {
    padding: 50px 50px 150px 50px;
}

.al4title {
    color: #000000;
    font-size: 24px;
}

.al4desc {
    color: #333333;
    font-size: 18px;
    margin-top: 30px;
}

.al4num {
    display: block;
    /*font-family: "gilroy-regular-3";*/
    line-height: 1;
    position: absolute;
    bottom: -75px;
    left: 50px;
    color: #e5e5e5;
    font-size: 150px;
}

.nycv2 {
    width: 86%;
    left: 7%;
}

.nycv2 .ncwz2 {
    margin-left: 0;
}

.ab5cont {
    float: left;
    width: 40%;
}

.ac5name {
    color: #000000;
    font-size: 36px;
    font-weight: normal;
}

.ac5way {
    margin-top: 40px;
}

.ac5way li {
    position: relative;
    margin-top: 30px;
    padding-left: 25px;
    border-left: 1px solid #cccccc;
}

.aw5bt {
    display: block;
    color: #000000;
    font-size: 16px;
}

.aw5bt i {
    display: inline-block;
    font-size: 18px;
    margin-right: 10px;
}

.aw5txt {
    display: block;
    font-family: "gilroy-regular-3";
    color: #000000;
    font-size: 16px;
    margin-top: 10px;
}

.aw5email {
    color: #c9151e;
}

.ab5join {
    float: right;
    width: 50%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.aj5cv {
    position: absolute;
    left: 70px;
    bottom: 48px;
}

.aj5bt {
    color: #fff;
    font-size: 36px;
}

.aj5jr {
    display: block;
    margin-top: 90px;
    color: #fff;
    font-size: 18px;
}

.aj5link {
    margin-top: 20px;
}

.al5btn {
    display: inline-block;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border-radius: 25px;
    margin-right: 10px;
    transition: 0.45s;
}

.al5btn:hover {
    transform: translateY(-5px);
}

.al5btn:hover .al5zw,
.al5btn:hover .al5zw i {
    color: #c9151e;
}

.al5zp {
    display: inline-block;
    vertical-align: middle;
    width: 91px;
}

.al5zw {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    color: #000000;
    font-size: 14px;
}

.al5zw i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    color: #020202;
    font-size: 16px;
}

.ab5bot2 {
    margin-top: 96px;
    padding-top: 100px;
    border-top: 1px solid #f6f6f6;
}

.ab5mt {
    margin-top: 20px;
}

.ab5bd {
    margin-top: 40px;
}

.ab5item {
    margin-top: 40px;
    margin-left: -2%;
}

.ai5l {
    float: left;
    width: 48%;
    margin-left: 2%;
}

.al5bt {
    display: block;
    color: #000000;
    font-size: 16px;
}

.al5bt sup {
    display: inline-block;
    vertical-align: top;
    color: #cc0000;
    margin-right: 5px;
}

.ai5srk {
    display: block;
    width: 100%;
    height: 56px;
    border-radius: 5px !important;
    background: #f0f0f0;
    border: none;
    box-sizing: border-box;
    padding: 0 20px;
    margin-top: 15px;
    font-size: 15px;
}

.ai5area {
    font-family: "微软雅黑";
    display: block;
    width: 100%;
    height: 180px;
    border-radius: 5px !important;
    background: #f0f0f0;
    border: none;
    box-sizing: border-box;
    padding: 20px;
    margin-top: 15px;
    resize: none;
    font-size: 15px;
}

.ai5w {
    width: 98%;
    margin-left: 2%;
}

.ab5submit a {
    display: block;
    width: 164px;
    height: 56px;
    margin: 50px auto 0;
    background: #1a2025;
    text-align: center;
    line-height: 56px;
    color: #fff;
    font-size: 16px;
    border-radius: 28px;
    transition: 0.35s;
}

.ab5submit a:hover {
    background: #c9151e;
}

.nysv1 {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    transform: translateY(-50%);
}

.sv1title {
    color: #fff;
    font-size: 36px;
    text-align: center;
}

.sspic {
    width: 530px;
    margin: 0 auto;
}

.sspic img {
    display: block;
    width: 100%;
}

.sv1ms {
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
}

.sv1sr {
    width: 820px;
    margin: 30px auto 0;
    background: #fff;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 30px;
    border-radius: 10px;
    overflow: hidden;
}

.sv1wbk {
    display: block;
    float: left;
    width: 80%;
    height: 70px;
    border: none;
    color: #666666;
    font-size: 16px;
    padding: 0;
}

input::-webkit-input-placeholder {
    line-height: normal;
}

.sv1ss {
    position: relative;
    display: block;
    float: right;
    padding-left: 30px;
    color: #272727;
    font-size: 25px;
}

.sv1ss:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 38px;
    background: #cccccc;
}

.sv1btn a {
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    display: block;
    width: 202px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border-radius: 24px;
    border: 1px solid #ffffff;
    color: #fff;
    font-size: 16px;
    transition: 0.45s;
}

.sv1btn a:hover {
    background: #c9151e;
    border: 1px solid #c9151e;
}

.sv1btn a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    margin-right: 10px;
}

.svlist {
    margin-top: 49px;
    margin-left: -2%;
}

.svlist li {
    position: relative;
    float: left;
    width: 31.333%;
    margin: 37px 0 0 2%;
    border-radius: 10px;
    background: #f4f4f4;
    box-sizing: border-box;
    padding: 40px;
    transition: 0.45s;
}

.svlist li:hover .slicon {
    -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    -webkit-animation: gelatine 0.5s 1;
    animation: gelatine 0.5s 1;
}

.svlist li:hover .slmore i {
    margin-left: 15px;
}

@keyframes gelatine {

    from,
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
}

.slbt {
    color: #000000;
    font-size: 24px;
}

.slicon {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    margin-right: 10px;
}

.slms {
    color: #333333;
    font-size: 18px;
    margin-top: 20px;
    height: 54px;
    overflow: hidden;
}

.slmore {
    display: block;
    color: #000000;
    font-size: 14px;
    margin-top: 40px;
}

.slmore i {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    margin-left: 6px;
    transition: 0.45s;
}

.svlist li:hover {
    background: #fff;
    box-shadow: 3px 0 16px rgba(0, 0, 0, .1);
}

.svlist li:hover .slmore {
    color: #c9151e;
}

.svtmenu {
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #1a2025;
    text-align: center;
    transition: 0.45s;
    z-index: 500;
}

.stmtxt {
    display: inline-block;
    color: #999999;
    font-size: 14px;
    margin: 0 12px;
}

.stmtxt:hover,
.stmtxt.active {
    color: #fff;
}

.bg-fbfbfb {
    background: #fbfbfb;
}

.service-wrap {
    padding: 30px 0 65px 0;
    margin-top: 60px;
}

.sw2list {
    margin-left: -3%;
}

.sw2list li {
    position: relative;
    float: left;
    width: 47%;
    margin: 30px 0 0 3%;
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
    padding: 40px;
    transition: 0.35s;
}

.sw2list li:hover {
    box-shadow: 0 10px 16px rgba(0, 0, 0, .1);
}

.sw2pic {
    position: relative;
    float: left;
    width: 25%;
    height: 178px;
}

.sw2pic img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 90%;
    max-width: 90%;
}

.sw2nr {
    float: right;
    width: 70%;
    box-sizing: border-box;
    margin-top: 30px;
}

.sn2name {
    color: #000000;
    font-size: 20px;
}

.sn2btn {
    margin-top: 30px;
    margin-left: -1%;
}

.sb2l {
    display: block;
    float: left;
    width: 32.333%;
    text-align: center;
    margin-left: 1%;
    border-radius: 10px;
    background: #f8f8f8;
    padding: 12px 0;
    box-sizing: border-box;
    color: #000000;
    font-size: 14px;
    transition: 0.35s;
}

.sb2l:hover {
    background: #c9151e;
    color: #fff;
}

.sb2icon {
    display: block;
    font-size: 20px;
}

.service3-wrap {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: a;
    background-position: left bottom;
    background-attachment: fixed;
    padding: 120px 60px 120px 200px;
    transition: 0.35s;
    box-sizing: border-box;
}

.service3-wrap.active {
    background-attachment: local;
}

/*.service3-wrap.active .sw3left {
	position: relative;
}*/

.sw3left {
    /*position: fixed;
	top: 210px;*/
    float: left;
    width: 30%;
    transition: 0.35s;
}

.sw3right {
    float: right;
    width: 60%;
}

.sr3list li {
    padding: 15px;
    border-top: 1px solid #cccccc;
    cursor: pointer;
}

.sr3list li:last-child {
    border-bottom: 1px solid #cccccc;
}

.sr3wt.active .sr3l,
.sr3wt:hover .sr3l {
    color: #c9151e;
    font-weight: bold;
}

.sr3wt.active .sr3r {
    color: #c9151e;
    transform: rotate(180deg);
}

.sr3l {
    float: left;
    width: 80%;
    color: #333333;
    font-size: 16px;
}

.sr3num {
    display: inline-block;
    vertical-align: middle;
    font-family: "gilroy-regular-3";
    margin-right: 20px;
    font-style: normal;
}

.sr3r {
    float: right;
    color: #9f9f9f;
    font-size: 12px;
    line-height: 1;
    margin-top: 7px;
    transition: 0.35s;
    font-weight: bold;
}

.sr3zk {
    display: none;
    margin-top: 20px;
    padding: 0 26px;
    color: #666666;
    font-size: 16px;
}

.sv3bt {
    color: #000000;
    font-size: 36px;
}

.sv3ms {
    display: block;
    color: #333333;
    font-size: 18px;
    margin-top: 20px;
}

.sw4Map {
    position: relative;
}


.anchorBL {
    display: none;
}

.sm4cv {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12.5%;
    background: #fff;
    width: 435px;
    box-sizing: border-box;
    padding: 60px 50px;
}

.sc4bt {
    color: #333333;
    font-size: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 25px;
}

.sc4ms {
    color: #666666;
    font-size: 14px;
    line-height: 1.75;
}

.sc4number {
    display: inline-block;
    vertical-align: middle;
    color: #c9151e;
    font-size: 18px;
}

.c-selicts {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5 !important;
    box-sizing: border-box;
    border: none;
    padding: 0 20px;
    margin-top: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/down.html) 95% no-repeat;
    background-size: 12px 8px;
    font-size: 15px;
}

.hxzcj {
    margin-top: 20px;
}

.sv2bot {
    padding: 60px 0;
}

.sb2title {
    color: #333333;
    font-size: 16px;
}

.sv2list {
    margin-left: -2%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.sv2list li {
    float: left;
    width: 23%;
    margin: 25px 0 0 2%;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 30px 35px;
    border: 1px solid #eee;
    transition: 0.45s;
}

.sv2list li:hover,
.sv2list li.active {
    box-shadow: 0 0 13px rgba(0, 0, 0, .1);
}

.sv2list li:hover .svlname,
.sv2list li.active .svlname {
    color: #c9151e;
}

.sv2list li:hover .slnum,
.sv2list li.active .slnum {
    color: #c9151e;
    border: 2px solid #c9151e;
}

.svlname {
    display: block;
    color: #333333;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    transition: 0.35s;
}

.slnum {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #f5f5f5;
    color: #999999;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    margin-right: 15px;
    font-style: normal;
    transition: 0.45s;
}

.svlxq {
    color: #333333;
    font-size: 16px;
}

.infoBox {
    margin-bottom: 10px;
    box-shadow: 0 0 38px rgb(0 0 0 / 30%);
}

.infoBox>img {
    left: auto !important;
    right: 16px !important;
    margin-top: 13px !important;
    transition: 0.35s;
    z-index: 10;
}

.infoBoxContent {
    padding: 36px 42px 0;
}

.infoBoxContent i {
    position: absolute;
    left: 50%;
    width: 20px;
    text-align: center;
    margin-left: -9px;
    bottom: -32px;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-style: normal;
}

.infoBoxContent h3 {
    margin-bottom: 16px;
    color: #333333;
    font-size: 18px;
    line-height: 1.2;
    font-weight: normal;
    text-align: center;
    border-bottom: none;
}

.infoBoxContent p {
    color: #999999;
    font-size: 15px;
}

.svtzy {
    box-sizing: border-box;
    padding: 0 55px;
}

.stml {
    float: left;
    color: #fff;
    font-size: 14px;
}

.stmr {
    float: right;
}

.srwz {
    display: inline-block;
    color: #999999;
    font-size: 14px;
    margin-left: 30px;
}

.srwz.active {
    color: #fff;
}

.sdbot1 {
    padding: 160px 0 90px 0;
}

.sb1pic {
    position: relative;
    float: left;
    width: 50%;
    height: 324px;
}

.sb1pic img {
    position: absolute;
    width: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.sb1cont {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 40px;
}

.sc1lx {
    color: #000000;
    font-size: 50px;
}

.sc1name {
    display: block;
    color: #000000;
    font-size: 24px;
}

.sc1btn {
    display: inline-block;
    vertical-align: middle;
    width: 96px;
    height: 32px;
    line-height: 32px;
    color: #c9151e;
    text-align: center;
    font-size: 14px;
    border: 2px solid #c9151e;
    border-radius: 16px;
    margin-left: 15px;
}

.sc1link {
    display: flex;
    margin-top: 30px;
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 20px 0;
}

.sb1an {
    position: relative;
    flex: 1;
    text-align: center;
    color: #000000;
    font-size: 18px;
}

.sb1an:last-child:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 80px;
    background: #dcdcdc;
}

.sb1an i {
    display: block;
    color: #000000;
    font-size: 28px;
}

.sc1ms {
    color: #666666;
    font-size: 14px;
    margin-top: 30px;
}

.bg-fafafa {
    background: #fafafa;
}

.sd4bt {
    color: #000000;
    font-size: 24px;
}

.sd4tab {
    margin-top: 20px;
}

.st4qh {
    color: #333333;
    font-size: 16px;
    margin-right: 20px;
}

.st4qh:hover,
.st4qh.active {
    color: #c9151e;
    text-decoration: underline;
}

.sd4list {
    margin-top: 40px;
    margin-left: -10%;
}

.sd4list li {
    position: relative;
    float: left;
    width: 40%;
    margin-left: 10%;
    padding: 12px 0;
    border-bottom: 1px dashed #e7e7e7;
}

.sl4txt {
    position: relative;
    display: block;
    color: #333333;
    font-size: 16px;
    height: 24px;
    overflow: hidden;
    padding-left: 15px;
}

.sd4list li.active .sl4zk {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.sl4zk {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: 0.45s;
    position: absolute;
    left: 0;
    right: 0;
    top: 45px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    padding: 30px;
    z-index: 20;
    color: #666;
    font-size: 14px;
}

.sl4txt:hover {
    color: #c9151e;
}

.sl4txt:hover:before {
    background: #c9151e;
}

.sl4txt:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
}

.sdbot2 {
    padding: 70px 0 40px 0;
}

.sdbot3 {
    padding: 70px 0 110px 0;
}

.sd4lx {
    position: relative;
    margin-top: 100px;
}

.slx4cv {
    left: 100px;
}

.sc4wz {
    margin-top: 20px;
}

.sc4txt {
    color: #ffffff;
    font-size: 18px;
    margin-top: 8px;
}

.sc4btn {
    display: block;
    width: 220px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #fff;
    color: #000000;
    font-size: 16px;
    margin-top: 33px;
    border-radius: 30px;
}

.sc4btn i {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    margin-right: 10px;
}

.sc4btn:hover {
    color: #fff;
    background: #c9151e;
}

.sv1cv {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75%;
    transform: translate(-50%, -50%);
}

.sv1cv .sv1title,
.sv1cv .sv1ms {
    text-align: left;
}

.sv1cv .sv1title {
    margin-top: 20px;
}

.sv1lc {
    padding: 120px 0 80px 0;
}

.slclist {
    margin-top: 50px;
    text-align: center;
}

.slclist li {
    display: inline-block;
    width: 14%;
}

.slclist li:hover .scbicon {
    -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    -webkit-animation: gelatine 0.5s 1;
    animation: gelatine 0.5s 1;
}

.slcbox {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 85%;
    text-align: center;
    padding: 30px 0 50px 0;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #dfdfdf;
}

.scbicon {
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
}

.scbwz {
    display: block;
    color: #333333;
    font-size: 18px;
    margin-top: 15px;
}

.scbnum {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    background: #f4f4f4;
    border: 1px solid #f4f4f4;
    color: #333333;
    font-size: 16px;
    position: absolute;
}

.slcjt {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 5px;
}

.sv1nr {
    padding-bottom: 110px;
    overflow: hidden;
}

.svtpd {
    display: block;
    float: left;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    box-sizing: border-box;
    padding: 0 30px;
    margin-top: 12px;
    cursor: pointer;
}

.svtzj {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.svtpd i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.pdsmr {
    float: right;
}

.pdsmr .stmtxt {
    margin: 0 0 0 24px;
}

.pdmbot.qdmt .pdmzk {
    top: 60px;
}

.pdmzk {
    display: none;
    /*position: absolute;
	top: 60px;
	left: 0;
	right: 0;*/
    position: fixed;
    left: 0;
    top: 150px;
    right: 0;
    z-index: 999;
    background: rgba(0, 0, 0, .5);
    overflow-y: scroll;
}

.pdmzk::-webkit-scrollbar {
    display: none;
}

.pdmlist {
    position: relative;
    z-index: 10;
    background: #fff;
    padding: 0 60px 60px 60px;
    margin-left: -3%;
}

.pdmlist li {
    position: relative;
    float: left;
    width: 11%;
    margin-left: 3%;
    margin-top: 60px;
}

.pdmlist li:hover .pztp img,
.pb1item:hover .pztp img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.pdmlist li:hover .pzwz,
.pb1item:hover .pzwz {
    color: #c9151e;
    border-top: 1px solid #c9151e;
}

.pztp {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.pztp img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 80%;
    max-height: 80%;
    transition: 0.45s;
}

.pzwz {
    font-family: "gilroy-regular-3";
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #cccccc;
    text-align: center;
    color: #000000;
    font-size: 18px;
    transition: 0.35s;
}

.pdmclose,
.zmclose {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.pdbot1 {
    padding: 90px 0 145px 0;
    overflow: hidden;
}

.pdbanner1 {
    position: relative;
    overflow: hidden;
    padding: 0 70px;
    margin-top: 90px;
}

.pb1item {
    position: relative;
    float: left;
    margin: 0 25px;
}

.pdbanner1 .slick-arrow {
    position: absolute;
    z-index: 99;
    top: 30%;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    border: 1px solid #999;
    color: #999;
}

.pdbanner1 .slick-arrow:before {
    font-family: "iconfont" !important;
    font-size: 15px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: lighter;
}

.pdbanner1 .slick-prev:before {
    content: "\e73b";
}

.pdbanner1 .slick-next:before {
    content: "\e6ab";
}

.pdbanner1 .slick-prev {
    left: 0;
}

.pdbanner1 .slick-next {
    right: 0;
}

.pdbanner1 .slick-arrow:hover {
    border: 1px solid #c9151e;
    color: #c9151e;
}

.cplist {
    margin-top: 100px;
    overflow: hidden;
}

.cplist li {
    position: relative;
    margin-top: 45px;
}

.wzleft {
    left: 155px;
}

.wzright {
    right: 155px;
}

.cplist li:hover .cplpic img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.cplpic {
    overflow: hidden;
    border-radius: 10px;
}

.cplpic img {
    width: 100%;
    transition: 0.45s;
}

.cplcont {
    position: absolute;
    width: 460px;
    top: 50%;
    transform: translateY(-50%);
}

.cplhs .cpname,
.cplhs .cplabel {
    color: #000000;
}

.cplhs .cpnr {
    color: #333333;
}

.cplhs .cpts {
    border: 1px solid #666666;
    color: #000000;
}

.cplbs .cpname,
.cplbs .cplabel {
    color: #fff;
}

.cplbs .cpnr {
    color: #b7b7b7;
}

.cplbs .cpts {
    border: 1px solid #666666;
    color: #fff;
}

.cpname {
    font-family: "gilroy-regular-3";
    font-size: 50px;
}

.cplabel {
    display: block;
    font-size: 24px;
    margin-top: 15px;
}

.cpnr {
    font-size: 18px;
    margin-top: 20px;
    height: 81px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cpts {
    display: block;
    width: 130px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 21px;
    font-size: 14px;
    margin-top: 40px;
}

.cpts i {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    margin-left: 10px;
}

.cpts:hover {
    border: 1px solid #c9151e;
    background: #c9151e;
    color: #fff;
}

.fixed-cpyc.active {
    opacity: 1;
    visibility: visible;
    transform: translate(0, -50%);
}

.fixed-cpyc {
    opacity: 0;
    visibility: hidden;
    transition: 0.45s;
    position: fixed;
    top: 50%;
    right: 60px;
    transform: translate(30px, -50%);
    z-index: 99;
}

.fctxt {
    position: relative;
    display: block;
    color: #999999;
    font-size: 14px;
    padding: 5px 15px 5px 0;
    margin: 4px 0;
    text-align: right;
    transition: 0.35s;
}

.fctxt:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #cccccc;
    transition: 0.45s;
}

.fctxt.active {
    color: #333333;
}

.fctxt.active:before {
    width: 4px;
    right: -1px;
    background: #c9151e;
}

.products-banner {
    position: relative;
    margin-top: 150px;
    height: calc(100vh - 150px);
    transition: 0.45s;
}

.products-banner.mtdb {
    margin-top: 60px;
}

.bg-fcfcfc {
    background: #fcfcfc;
}

.pd4-wrap {
    margin-top: 60px;
}

.pd4bot {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
    box-sizing: border-box;
}

.pd4lb {
    width: 100%;
    position: relative;
    margin-top: 30px;
    padding: 20px 80px 0 80px;
    box-sizing: border-box;
}

.slick-track {
    margin: 0 auto;
}

.pd4item {
    float: left;
    position: relative;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    padding: 0 30px 30px 30px;
    transition: 0.45s;
    cursor: pointer;
    margin: 20px 7px 10px 7px;
    overflow: hidden;
}

.pd4item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    transform: scale(2);
    background: rgba(0, 0, 0, .2);
    transition: 0.65s;
    border-radius: 0 0 50% 50%;
}

.pd4item:hover {
    transform: translateY(-20px);
}

.pd4item:hover .pi4txt {
    color: #c9151e;
}

.pd4item:hover:before {
    opacity: 1;
    visibility: visible;
    height: 35%;
}

.pi4pic {
    position: relative;
    overflow: hidden;
    height: 330px;
    z-index: 10;
}

.pi4pic img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 90%;
    margin: auto;
}

.pi4txt {
    text-align: center;
    color: #000000;
    font-size: 18px;
    height: 27px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pd4lb .slick-arrow {
    position: absolute;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    color: #fff;
    background: #cccccc;
}

.pd4lb .slick-arrow:before {
    font-family: "iconfont" !important;
    font-size: 15px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: lighter;
}

.pd4lb .slick-prev:before {
    content: "\e73b";
}

.pd4lb .slick-next:before {
    content: "\e6ab";
}

.pd4lb .slick-prev {
    left: 0;
}

.pd4lb .slick-next {
    right: 0;
}

.pd4lb .slick-arrow:hover {
    background: #c9151e;
}

.swiper-pagination-progressbar {
    width: 127px;
    height: 7px;
    border-radius: 4px;
    overflow: hidden;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #FA401C;
}

.bort {
    width: 100%;
    height: 1px;
    background: #ececec;
}

.pd4tk.active {
    opacity: 1;
    visibility: visible;
}

.pd4tk {
    opacity: 0;
    visibility: hidden;
    transition: 0.45s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
}

.pd4bk {
    position: absolute;
    width: 75%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
}

.pb4close {
    position: absolute;
    right: -50px;
    top: 0;
    cursor: pointer;
}

.pb4close i {
    display: block;
    color: #fff;
    font-size: 45px;
}

.pb4box {
    padding: 100px;
}

.pb4pic {
    float: left;
    width: 50%;
    position: relative;
    height: 460px;
}

.pb4pic img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
}

.pb4cont {
    float: right;
    width: 50%;
    margin-top: 70px;
}

.pc4tit {
    color: #000000;
    font-size: 24px;
}

.pc4label {
    margin-top: 15px;
    border-top: 1px solid #cccccc;
}

.plitem {
    padding: 10px 0;
    border-bottom: 1px dashed #cccccc;
}

.pil {
    display: block;
    float: left;
    width: 25%;
    color: #000000;
    font-size: 18px;
}

.pir {
    display: block;
    float: right;
    width: 70%;
    color: #000000;
    font-size: 18px;
}

.buy-bg {
    position: relative;
    height: calc(100vh - 90px);
}

.nytp {
    overflow: hidden;
}

.nytp img {
    display: block;
}

.buy-bot {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1200px;
    transform: translate(-50%, -50%);
}

.bblogo {
    width: 506px;
    margin: 0 auto;
}

.bblogo img {
    display: block;
    width: 100%;
}

.bbtxt {
    color: #fff;
    font-size: 30px;
    margin-top: 20px;
    text-align: center;
}

.bbdsf {
    margin-top: 70px;
    text-align: center;
}

.bdlink {
    display: inline-block;
    width: 400px;
    height: 230px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    color: #000000;
    font-size: 18px;
    margin: 0 10px;
    box-sizing: border-box;
    padding-top: 60px;
}

.bdicon {
    display: block;
    font-size: 48px;
    color: #000000;
}

.bdlink:hover,
.bdlink:hover .bdicon {
    color: #c9151e;
}

.mbdt {
    display: none;
}

.fwxpic {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transform: translateY(-30px);
    width: 116px;
    height: 116px;
    left: -20px;
    transition: 0.5s;
    bottom: 20px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    z-index: 200;
}

.fwxpic:before {
    content: "";
    position: absolute;
    left: 20px;
    bottom: -9px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #fff;
}

.fwxpic img {
    display: block;
    width: 100%;
}

.fs2wx {
    position: relative;
}

.fs2wx:hover .fwxpic {
    opacity: 1;
    visibility: visible;
}

.bor-r {
    border-radius: 10px;
}

.pdmbot.qdmt {
    top: 0;
}

.pdmbot.active {
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}

.pdmbot {
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    transition: 0.45s;
    z-index: 200;
}

.pmbh {
    position: relative;
}

.br3bt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    line-height: 60px;
    background: #000;
    z-index: 99;
}

.wzcx {
    opacity: 0;
    visibility: hidden;
    transform: translateY(80px);
    opacity: 0;
    visibility: hidden;
    transition: transform 800ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -webkit-transition: transform 800ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
}

.wzcx.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.pdtbt {
    display: block;
    float: left;
    color: #fff;
    font-size: 14px;
}

.pdbcv {
    position: absolute;
    left: 5%;
    width: 90%;
    text-align: center;
    bottom: 78px;
}

.pbcvwz {
    color: #fff;
    font-size: 36px;
    font-weight: normal;
}

.pbcplay {
    display: block;
    width: 88px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 22px;
    border: 1px solid #fff;
    color: #fff;
    margin: 25px auto 0;
    cursor: pointer;
}

.pbcplay i {
    display: block;
    font-size: 30px;
}

.pdjs {
    position: relative;
    padding: 100px 0;
}

.pdcpt {
    position: relative;
    overflow: hidden;
    float: left;
    width: 50%;
}

.pcitem {
    position: relative;
    overflow: hidden;
    height: 430px;
}

.pcitem img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.pdyc {
    float: left;
    width: 50%;
    margin-top: 40px;
}

.pyname {
    font-family: "gilroy-regular-3";
    color: #000000;
    font-size: 50px;
}

.pylable {
    display: block;
    color: #000000;
    font-size: 24px;
}

.pydesc {
    margin-top: 15px;
    color: #333333;
    font-size: 18px;
}

.pyxys {
    margin-top: 55px;
}

.pxbt {
    color: #000000;
    font-size: 16px;
    display: block;
}

.pxxz {
    margin-top: 20px;
}

.pxyq {
    display: inline-block;
    margin-right: 10px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 1px solid #121212;
    cursor: pointer;
}

.ptpic img {
    width: 100%;
}

.pd2bt {
    color: #000000;
    font-size: 24px;
}

.pd2list {
    margin-top: 40px;
}

.pd2list li {
    padding: 30px 0 40px 0;
    border-top: 1px solid #cccccc;
}

.pl2l {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    color: #333333;
    font-weight: lighter;
    font-size: 20px;
}

.pl2r {
    display: inline-block;
    vertical-align: middle;
    width: 65%;
}

.pr2txt {
    margin-top: 10px;
}

.pt2zy {
    display: block;
    float: left;
    width: 50%;
    color: #333333;
    font-size: 16px;
}

.pt2fh {
    font-size: 20px !important;
    line-height: 0.7;
}

.pd2wrap {
    padding: 150px 0 90px 0;
}

.pw2bot {
    margin-top: 100px;
}

.pz2k,
.pz2m {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #333333;
    margin-top: 3px;
}

.pz2m {
    background: #333;
}

.pb2list {
    margin-left: -1%;
}

.pb2list li {
    float: left;
    width: 32.333%;
    margin: 30px 0 0 1%;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #e7e7e7;
    padding: 45px 20px 10px 20px;
}

.pl2pic {
    position: relative;
    height: 288px;
    overflow: hidden;
}

.pl2pic img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 80%;
    max-height: 80%;
}

.pl2wz {
    text-align: center;
    margin-top: 30px;
}

.pw2txt1 {
    display: block;
    font-family: 'Gilroy';
    color: #333333;
    font-size: 18px;
}

.pw2txt2 {
    color: #333333;
    font-size: 16px;
    margin-top: 15px;
    height: 48px;
    overflow: hidden;
}

.pdbjt img {
    width: 100%;
    max-height: 100%;
}

.bdxg {
    background: #f6f6f6;
    padding: 80px 0;
}

.xgbot {
    width: 960px;
    margin: 0 auto;
}

.xgtitle {
    color: #000;
    font-size: 24px;
}

.xglist {
    margin-top: 30px;
    border-bottom: 1px solid #dbdbdb;
}

.xglist li {
    position: relative;
    padding: 15px 0;
    border-top: 1px solid #dbdbdb;
}

.xlms {
    position: relative;
    padding-left: 10px;
    float: left;
    width: 70%;
    color: #000000;
    font-size: 18px;
    height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xlms::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    background: #000;
}

.xgdate {
    display: block;
    float: right;
    color: #000000;
    font-size: 16px;
}


.index-about {
    height: 100vh;
    color: #fff;
    text-align: center;
    position: relative;
}
.index-about .picbg{height: 100%;
position: absolute;
left: 100%;top: 0;z-index: 1;
width: 100%;
opacity: 0;transition: 600ms;
}
.index-about.active .picbg{
    opacity: 1;
    left: 0;

}

.index-about .picbg img{width: 100%;height: 100%;object-fit: cover;}

.ibt {
    height: 72vh;
    display: table-cell;
    vertical-align: middle;
    position: relative;
        z-index: 5;
}

.ibf {
    height: 28vh;
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, .2);
    z-index: 5;
    position: relative;
}

.ibf>ul {
    width: 25%;
    border-right: 1px solid rgba(255, 255, 255, .2);
    box-sizing: border-box;
}
.ibf>ul small{font-weight:400;font-size:50%;vertical-align: top;}


.ibf h5,
.index-tit h2 {
    font-size: 42px;
    font-family: "Montserrat-SemiBold";
    display: inline-block;
    text-transform: uppercase;

}
.bodycn .index-tit h2{font-weight: 800;font-family: "microsoft yahei","SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;}

.index-tit {
   transition: 400ms;
}

.index-tit h2 {
    display: block;
}

.index-tit h5 {
    font-size: 25px;
    font-weight: 400
}

.ibf .iconfont {
    font-size: 42px;
    width: 80px;
    display: inline-block;
}

.ibf ul li:nth-child(1) {
    padding: 15% 0 2%;
    position: relative;
    margin-bottom: 1rem
}

.ibf ul li:nth-child(1):after {
    content: '';
    height: 1px;
    background-color: rgba(255, 255, 255, .2);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 45%;
}

.aboutcon {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.aboutcon p {
    margin: 2rem 0
}

.more a {
    display: inline-block;
    color: #fff;
    padding: .5rem 2rem;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 5rem;
    text-transform: uppercase;
}

.more a:hover {
    background-color: #fff;
    color: #45268a
}

.more2 a {
    display: inline-block;
    color: #fff;
    padding: .5rem 2rem;
    border-radius: 5rem;
    background-color: #45268a;
    text-transform: uppercase;
}

.more2 a:hover {
    background-color: #f2f0f8;
    color: #45268a
}

.footer img {
    max-width: 100%
}

.footer {
    /* background-image: url(../images/fbg.jpg);*/
    background-color:#44278b;
    background-size: cover;
    color: #fff;
    

}
.foot2 h3{margin-bottom:.5rem}

@media(min-width: 1200px){
    .index-page3 .bg4{position: absolute;
    bottom: 0;left: 0;right: 0;width:100%}



}
.bg4{background-color: #fafafa}
.foot2{padding:3rem 0;line-height: 2.3;justify-content: space-between}
.foot2,.foot2 ul.col{display: flex;flex-wrap: wrap;}
.foot2 ul.col li{width:100%}
.foot2 a{display: block;}
.foot2 a:hover{color:#44278b}
.footcol {
    display: flex;
    margin: auto;
    padding: 2rem 0;
    justify-content: space-between;
}

.footcol h3{margin-bottom: 1rem;}
.footcol>div {
    box-sizing: border-box;
    position: relative;
    position: relative;
    padding-top:.8rem;
    max-width:25%;
}
.footct{padding-left:50px}
.footct .iconfont{font-size:180%;position: absolute;left:0;top:.8rem}
.footcol>div:after{height:100%;content:'';width:1px;position: absolute;background-color: rgba(255,255,255,.1);left:-60px;top:0}
.footcol>div:nth-child(1){padding-top:0;width:20%}
.footct a{color:#fff;}
.footct a:hover{opacity: .7;text-decoration: underline;}
.footcol>div:nth-child(1):after{display: none;}

.footcol .col {
    display: flex;
    flex-wrap: wrap;
}




.social img{max-width:85%}

.social ul{margin-top:1.5rem;}
.social ul li:nth-child(1) a{margin-left:0}

.social ul li a {
    display: inline-block;
    color: #44278b;
    background-color: #fff;
    border-radius: 5rem;
    line-height: 2.2rem;
    height: 2.2rem;
    text-align: center;
    width: 2.2rem;margin:0 .5rem;
}

.social ul li a:hover{opacity: .7}

.social .iconfont {
    font-size: 120%
}

.footcol ul li:hover {
    opacity: 1;
}

.footcol>div:nth-child(2) ul li {
    width: 40%;
}

.footcol>div:nth-child(2) ul li:nth-child(odd) {
    width: 60%;
}


.powerby {
    text-align: center;
    font-size: 88%;
    color: rgba(0, 0, 0, .5);
    padding: 1rem 0;
    background: #fff;
}

.powerby span{margin: 0 .5rem;opacity: .5}
.powerby span:hover{opacity: 1;}

.container {
    width: 1340px;
    margin: auto
}



.pnav {
    background: #fff;
    line-height: 60px;
    position: relative;
    box-sizing: border-box;
    padding: 2rem 2rem 0;
}

.pnav h2{font-size:20px;text-indent:.5rem}
.pnav ul {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.pnav ul li a {
    color: #333;
    font-size: 20px;
    padding: 0 2rem;
    position: relative;display: block;
}


.pnav ul li a:hover,.pnav ul li.on a,.pnav ul li a.purple{
    color: #44278b;
}
.pnav ul li a.purple{padding:0 1rem;}
.pnav ul li a:after{content: '';width: 0;height: 3px;background-color: #44278b;display: block;position: absolute;transition: 400ms;
    left: -100%;bottom: -1px;
}

.pnav ul li a:hover:after,.pnav ul li.on a:after{width: 100%;left: 0;}

.txtcenter {
    text-align: center;
}

.purple,.page-about .index-tit {
    color: #44278b
}

.page-about .ibf {
    height: auto;
    background-image: url(../images/combg.jpg);
    background-size: cover;
    color: #fff;
    text-align: center;
    border-radius: .5rem;
    overflow: hidden;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.page-about .ibf>ul {
    border-right: none;
    padding-bottom: 4rem
}

.page-about .ibf ul li:nth-child(1) {
    padding: 3rem 0 0 0
}

.page-about.container {
    padding: 3rem 5%;
    box-sizing: border-box;
}

.pagebanner {
    position: relative;
    overflow: hidden;
}


.pagebanner img{animation: bgPosition 1.3s 0.2s both;
}


.pagebanner h1 {
    display:none;
    font-size: 42px;
    letter-spacing: 1rem;
    color: #fff;
    bottom: 10%;
    left:0;
    right:0;
    width:1340px;
    margin-left:auto;margin-right:auto;
   position: absolute;
    z-index: 55;
    font-weight:400;
    
}
@media(max-width:1380px){
    .pagebanner h1{width:90%;font-size:25px}
}

.pagebanner img {
    width: 100%
}


@keyframes bgPosition{
    0%{opacity: 0;/* background-position:-250% 50% */}
    100%{opacity:1;}
}

@keyframes top{
    0%{top: 70px}
    100%{top: -41px;}
}





.culture {
    height: calc(100vh - 100px)
}

.culture .swiper-slide,
.cul {
    position: relative;
}

.culture .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.culture .swiper-slide .txt {
    position: absolute;
    left: 25%;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    max-width: 30vw;
}



.culture .txt h2 {
    font-size: 42px;
    text-transform: uppercase;
    line-height: 1.25;
}

.bodyen .culture .txt h2 {
    font-family: "Montserrat-SemiBold"
}


.culture .txt p {
    font-size: 25px;
}

.culcon {
    position: absolute !important;
    top: 50%;
    left: 3%;
    z-index: 55 !important;
    color: #fff;
    transform: translateY(-25%);
    cursor: pointer;
}

.culcon h2 {
    font-weight: 400;
    position: relative;
}

.cul .index-tit {
    position: absolute;
    color: #fff;
    top: 0;
    z-index: 50;
    padding: 3rem 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.culcon .swiper-slide h2:before {
    font-family: "iconfont";
    content: '\e641';
    display: inline-block;
    width: 50px;
    line-height: 50px;
    text-align: center;
    margin-right: 1rem;
    font-size: 30px
}

.culcon .swiper-slide:nth-child(2) h2:before {
    content: '\e668';
}

.culcon .swiper-slide:nth-child(3) h2:before {
    content: '\e752';
}

.culcon .swiper-slide h2:after {
    height: 50px;
    content: '';
    background: rgba(255, 255, 255, .2);
    width: 1px;
    display: block;
    position: absolute;
    left: 25px;
    bottom: -60px;
}


.culcon .swiper-slide {
    padding: 1rem 0;
}

.culcon .swiper-slide-thumb-active h2:before {
    background-color: #fff;
    color: #44278b;
    border-radius: 5rem;
}



.development {
    padding: 120px 0 150px;
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-position: bottom center;
}

.history .swiper-slide {
    position: relative;
    text-align: center;
}

.swipernav {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 5rem;
    left: 15%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(61, 45, 148, .2);
    text-align: center;
    background-color: #fff;
}

.hisnav {
    margin-left: auto;
    margin-right: auto;
}

.hisline {
    height: 1px;
    margin-bottom: -38px;
    border-bottom: 1px solid #ebe9f2;
}

.hisnav .swiper-slide {
    padding: 1rem;
    text-align: center;
    cursor: pointer;
}

.swipernav.swiper-button-disabled {
    opacity: .2;
}

.swipernav:hover {
    background: rgba(61, 45, 148, 1);
    color: #fff;
}

.swipernav .iconfont {
    font-size: 25px;
}

.nexta.swipernav {
    left: auto;
    right: 15%
}

.hisnav .swiper-slide-thumb-active i {
    background-color: #44278b
}

.hisnav .swiper-slide-thumb-active p {
    font-weight: 800;
    color: #44278b
}

.history .pic {
    width: 135px;
    height: 135px;
    overflow: hidden;
    border-radius: 10rem;
    position: absolute;
    left: -175px;
    top: 50%;
    transform: translateY(-50%);
}

.history .pic img {
    height: 100%;
}

.history .year {
    font-size: 325px;
    color: #f2f0f8;
    font-family: "Montserrat-SemiBold";
    line-height: 1.4;
}


.hiscon {
    width: 20vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(calc(-50% + 98px), -50%);
    box-sizing: border-box;
}

.history .tit {
    color: #000;
    margin-bottom: 1rem;
}

.pad1 {
    padding-top: 5vh;
    padding-bottom: 5vh;
}

.pad2 {
    padding-top: 10vh;
    padding-bottom: 10vh;
}

.pad3 {
    padding-top: 15vh;
    padding-bottom: 15vh;
}

.pad4 {
    padding-top: 20vh;
    padding-bottom: 20vh;
}

.circle {

    position: relative;
    width: 40px;
    height: 40px;
    display: inline-block;
}

.circle:before {
    position: absolute;
    height: 30px;
    left: 50%;
    top: 17px;
    content: '';
    background-color: #ebe9f2;
    width: 1px;
}

.circle i {
    background-color: #ebe9f2;
    width: 38px;
    height: 38px;
    border-radius: 5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    animation: scaleb 1.5s infinite;
}

.circle:after {
    position: absolute;
    background-color: #b7abe0;
    width: 17px;
    height: 17px;
    border-radius: 5rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    display: block;



}


@keyframes scaleb {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 1;
    }
}

.pic {
    overflow: hidden;
    transition: 400ms;
}
.pic img{max-width: 100%;}
a:hover .pic img{transform: scale(1.09);}

.newslist,.news{
    padding: 2% 2%;
    box-sizing: border-box;
}

.newslist ul,.news ul {
    display: flex;
    flex-wrap: wrap;
}
.newslist ul li {
    width: 33.3333333%;
    min-height: 300px;
}

.newslist a {
    display: block;
    height: 100%;
    position: relative;
    padding: 30px;
    box-sizing: border-box;
    background-color: #000;
}
.newslist.gallery a{border: none;}
.newslist.gallery ul,.newslist.thumb ul,.news ul{margin-left: -10px;margin-right: -10px;}
.newslist.gallery li{padding: 10px}
.newslist.thumb li{width: 100%;padding: 10px}
.news ul li{width:100%
    ;padding: 10px;
}

.pt150{padding-top: 100px;}
@media(min-width: 900px){
.newslist.thumb li{width: 33.333333%;}
.news ul li{width: 50%}
.pt150{padding-top: 100px;}
}
@media(min-width: 1200px){
    .news ul li{width: 33.33333%}
.newslist.thumb li{width: 25%;}
.pt150{padding-top: 150px;}

}

.newslist a .pic {
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.newslist.thumb a .pic{
    opacity: 1;
}
.newslist.thumb a:hover .pic{
    opacity: .5;
}


.newslist a:hover {
    color: #fff;
}

.newslist a:hover>*,.newslist a:hover h3,.newslist a:hover span {
    color: #fff;
}

.newslist.gallery span{display: none;}
.newslist.gallery a h3,.salon a h3{color: #fff;position: absolute;text-align: center;z-index: 50;bottom: 0;left: 0;right: 0;padding: 3rem 1rem 1rem;background: url(../images/bg.png) bottom repeat-x;}



.newslist a:hover .pic {
    opacity: .5;
}



.newslist .pic img,.news a .pic img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.newslist a:hover .pic img {
    transform: scale(1.1);
}

.newslist a .info span,
.newslist a .info .iconfont,
.newslist a .info h3 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.newslist a .info h3 {
    font-size: 20px;
    top: 0;
    transition: 600ms;
    -webkit-transition: 600ms;
}

.newslist a .info .iconfont {
    left: auto;
    right: 0;
    font-size: 30px;
    line-height: 1;
    color: #44278b
}

.newslist a:hover .info .iconfont {
    color: #fff
}



.newscon{margin-left: auto;margin-right: auto;box-sizing: border-box;
max-width: 850px;padding-bottom: 70px;
}
@media(max-width: 650px){
    .newscon{padding-bottom: 40px;max-width: 90%;}
}
.newscon img{max-width: 100%}

.news .info{padding: 25px 15px 15px;}
.news .info hr{margin-top: 15px;margin-bottom: 15px;}
.news a .pic{height: 250px;}
.news a h3{color: #333;}
.news a:hover h3{color: #44278b}
.news a .info span,.news a .info i{opacity: .5;color: #44278b }
.news .iconfont{font-size: 150%;float: right;}
.news a:hover .info span,.news a:hover .info i{opacity:1;}


.paging{display:flex;flex-wrap:wrap;justify-content: center;text-align: center;margin-top:2rem}
.paging li{padding:.2rem;}
.news ul.paging li{width:auto;}
.paging a{display:block;border-radius:5em;border:1px solid #eee;text-align:center;width:40px;height:40px;line-height:40px;color:#777}
.paging a:hover,.thisclass a{color:#fff;background-color:#44278b;border-color:#44278b}
.paging select{height:40px;line-height:40px;border:1px solid #eee;border-radius:5em;text-indent:10px;width:65px !important;color:#aaa}

.ctinfo input,
.ctinfo textarea {
    padding: .25rem 1rem;
    box-sizing: border-box;
    width: 100%;
    border-radius: .5rem;
    border: 1px solid #eee;
    line-height: 3;
}

.ctinfo {
    display: flex;
    padding: 0 0 70px;
    flex-wrap: wrap;
}

.ctinfo .index-tit {
    padding: 1rem 0 0
}

.ctinfo .index-tit p {
    font-size: 16px;
    line-height: 2;
}

.ctinfo>div {
    width: 50%;
    box-sizing: border-box;
}

.ctinfo>div:nth-child(1) {
    padding-right: 70px;
}

.ctinfo dl dt {
    font-weight: 800;
    color: #605ca6;
    font-size: 18px;
    padding: .5rem
}

.ctinfo dl dd ul {
    display: flex;
    margin-left: -40px;
}

.ctinfo dl dd ul li {
    padding: 0 .5rem;
}

.ctinfo dl ul a {
    background-color: #efecf8;
    display: block;
    border-radius: .5rem;
    padding: .5rem 1.5rem;
}

.ctinfo dl ul a:hover {
    background-color: #605ca6;
    color: #fff;
}

.ctinfo dl dd {
    position: relative;
    padding: .5rem .5rem .5rem 50px
}

.ctinfo dl dd .iconfont {
    color: #605ca6;
    position: absolute;
    left: 10px;
    top: 3px;
    font-size: 20px;
    line-height: 2;
    width:35px;text-align:center;
}

.ctinfo dl dd .icon-youxiang{font-size:23px}
hr {
    height: 1px;
    border: none;
    background-color: #eee;
    margin: 40px 0
}

.ctinfo hr {
    margin: 30px 0
}

.formul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.5rem 0
}

.formul li {
    padding: .5rem;
    width: 100%;
    box-sizing: border-box;
}

.formul li:nth-child(2),
.formul li:nth-child(3) {
    width: 50%;
}

.formul li:last-child {
    width: 25%
}

.formul li:last-child input {
    background-color: #44278b;
    color: #fff;
    cursor: pointer;
    border: none;
}

.formul li:last-child:hover input {
    background-color: #605ca6;
    box-shadow: 0 5px 15px rgba(96, 92, 166, .2);
    transform: translateY(-5px);
}


.index-about.active .ibt,
.index-about.active .ibf ul ,.index-page3.active .index-tit,.index-page3.active .salon,.index-page3.active .mc{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.index-about.active .ibf ul:nth-child(1) {
    transition-delay: 200ms;
}

.index-about.active .ibf ul:nth-child(2),.index-page3.active .salon {
    transition-delay: 400ms;
}

.index-about.active .ibf ul:nth-child(3),.index-page3.active .mc {
    transition-delay: 500ms;
}

.index-about.active .ibf ul:nth-child(4) {
    transition-delay: 600ms;
}
.casecon{position: relative;box-sizing: border-box;padding: 3.5% 5% 0;}
@media(min-width: 1930px){
    .casecon{padding-top: 5%}
}

.casecon .mc{padding: 0 0 4rem}
.salon{position: relative;margin: 2rem 0}

.salon a{display: block;overflow: hidden;max-width: 100%;background-color: #000;position: relative;}
.salon img{max-width: 100%;}
.salon a:hover img{transform: scale(1.1);}
.salon .pic{height: 200px;opacity: 1;}

@media(min-width: 1600px){
.salon .pic{height: 300px}

}


.salon .pic img{object-fit: cover;width: 100%;height: 100%;}
.salon a .info{position: absolute;width: 100%;height: 100%;color: #fff;left: 0;top: 0;padding: 2rem;}
.salon a:hover .pic{opacity: .5;}

.salon a i{right: 2rem;bottom: 2rem;position: absolute;font-size: 150%}

.casecon .swipernav.preva{left: -80px;}
.casecon .swipernav.nexta{right:-80px;}

.select-main{position: fixed;top: 0;left: 0;right: 0;width: 100%;height: 100%;transition-duration: 500ms;z-index: 99999;transform: translateY(-100%);}
.select-main.scshow{transform: translateY(0);}
.select-bg{background: rgba(0,0,0,0.8);width: 100%;height: 100%;}
.select-main .select-content{position: absolute;top: 0;width: 100%;background: #fff;padding: 75px 14vw;}
.select-main .select-content .search-keyword{float: left;padding: 0 1.5vw;font-size: 18px;width: 60vw;line-height: 60px;height: 60px;border: 1px solid #ddd;}
.select-main .select-content .search-btn{float: left;width: 10vw;line-height: 60px;border: none;font-size: 18px;background: #ddd;transition-duration: 500ms;}
.select-main .select-content .search-btn:hover{background: #e60012;color: #fff;}
    .moff{display: block;}
    .mon{display: none;}
    
@media(max-width: 900px){
    .select-main .select-content{padding:10vw}
    .select-main .select-content .search-btn{width: 15vw}
    .moff{display: none;}
    .mon{display: block;}
}

.mobile{display: none;}
@media(max-width: 800px){
    .mobile{z-index: 999999;position: fixed;width: 100vw;height: 100vh;background-color: #f2f0f8;display:table-cell;text-align: center;vertical-align: middle;
padding-top: 49%;box-sizing: border-box;color: #45268a;

    }
}
.header-menu{display: none;}

.menu-m {
  z-index: 99999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #44278b;
  padding: 0 1.5rem;
  text-align: left;
}

.menu-m {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -webkit-transition: 0.88s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.88s cubic-bezier(0.19, 1, 0.22, 1);
}

.menu-top-show {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.menu-m li {
  line-height: 4.6rem;
}
.fpmenu h3{position: relative;font-weight: 400;}


.menu-m li a {
  position: relative;
  color: #fff;
  display: block;
  line-height: 3;
  font-size: 16px;
  border-bottom: 1px solid rgba(0,0,0,.1);
  text-indent: 1rem;
}

.menu-m li i,.fpmenu h3 i {
  position: absolute;
  top: 0;
  right: 1rem;
  display: block;
  font-style: normal;
  font-size: 16px;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  text-indent: 0;
}
.fpmenu h3 i{right: 0;font-size: 90%}
.menu-m a.open i,.fpmenu h3.open i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}



.nav-menu {
  padding: 5.8rem 0 1rem;
}

.nav-menu ul {
  padding: 0;
}

.nav-menu h1 {
  line-height: 1.2em;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}

.menu-son {
  background: rgba(0,0,0,.1);
  display: none;
}

.menu-son2,.menu-son ul li ul{display: none;}
.fpmenu .menu-son{background: none;}

.menu-son li a {
  font-size: 14px;
}

.menu-son li:last-child {
  border-bottom: none;
}

.menu-btn {
  z-index: 999999;
  position: fixed;
  top: 35px;
  right: 1.5rem;
  height: 56px;
  line-height: 56px;
  font-size: 1.4rem;
  color: #333;
  display: block;
  text-align: left;
}
@media(max-width: 1024px){
    .hw-right{margin-right: 30px}
    .menu-btn{top:0}
}

.menu-btn.active{top: 0;}
.menu-btn:hover {
  color: #727272;
}

.menu-btn img {
  height: 20px;
  float: left;
  margin: 1.7rem 1.6rem 0 0;
}

.menu-btn span {
  position: relative;
  float: left;
  margin: 25px 0 0 0;
  width:25px;
  height: 2px;
  display: block;
  background: #fff;
}

.menu-btn i {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  display: block;
  background: #fff;
  transition-duration: .3s,.3s;
  -webkit-transition-duration: .3s,.3s;
  transition-delay: .3s,0s;
  -webkit-transition-delay: .3s,0s;
}

.menu-btn i.mbtn-top {
  top: -0.6rem;
  -webkit-transition-property: top,-webkit-transform;
  transition-property: top,-webkit-transform;
  transition-property: top,transform;
  transition-property: top,transform,-webkit-transform;
  -webkit-transition-property: top,transform;
  background: #fff;
}

.menu-btn i.mbtn-bottom {
  bottom: -0.6rem;
  -webkit-transition-property: bottom,-webkit-transform;
  transition-property: bottom,-webkit-transform;
  transition-property: bottom,transform;
  transition-property: bottom,transform,-webkit-transform;
  -webkit-transition-property: bottom,transform;
  background: #fff;
}
.menu-btn.active i.mbtn-bottom,.menu-btn.active i.mbtn-top,.menu-btn.active span{background: #44278b}

.menu-btn.active.menu-btn-on i.mbtn-bottom,.menu-btn.active.menu-btn-on i.mbtn-top{background: #fff;}


.menu-btn .menu-font {
  font-style: normal;
}

.menu-btn-on span {
  margin-right: 0;
  background-color: #44278b;
}

.menu-btn-on img {
  display: none;
}

.menu-btn-on, .menu-btn-on:hover {
  color: #fff;
}

.menu-btn-on i.mbtn-top, .menu-btn-on i.mbtn-bottom {
  background: #fff;
  transition-delay: 0s,.3s;
  -webkit-transition-delay: 0s,.3s;
}

.menu-btn-on i.mbtn-top {
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.menu-btn-on i.mbtn-bottom {
  bottom: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.menu-btn-on .menu-font {
  display: none;
}

.fpmenu .menu-son{display: none;}



.pages {display: flex;justify-content: center;}
.pages li{padding: 0 .5rem}
.pages li a,.pages .none{display: inline-block;background-color: #fafafa;color: #44278b;padding:.5rem 2rem; border-radius: 3px;}
.pages .none{color: #aaa}
.pages li:nth-child(1) a{padding-left: 1rem}
.pages li:nth-child(3) a{padding-right: 1rem}
.pages li a i{display: inline-block;padding: 0 .5rem}
.pages li a:hover,.btt a:hover{background-color: #44278b;color: #fff;}

.photos{position: relative;}
.btt{position: absolute;left: 0;top: 50%;z-index: 555;transform: translateY(-50%);}
.btt span{display: none;}
.btt div{height: 100px;width: 100px;position: absolute;top: 0;transition: 400ms;}
.btt div img{width: 100%;height: 100%;object-fit: cover;}
.btt a{background-color: #ccc;display: block;height: 100px;width: 30px;text-align: center;position: relative;overflow: hidden;}
.btt a:hover{width: 130px;}

.btt .iconfont{font-size: 150%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);display: inline-block;width: 30px;}

.btt.pprev a div{left: -100px;}
.btt.pnext a div{right: -100px;}
.btt.pprev a:hover div{left: 0}
.btt.pnext a:hover div{right: 0}
.btt.pprev a:hover .iconfont{left: calc(100% - 15px)}
.btt.pnext a:hover .iconfont{left: 15px}
.pnext.btt{left: auto;right: 0;}

.ctt{padding-top:20px}
@media(min-width:1280px){
    .ctt{padding-top:70px}
}

#fp-nav ul li:last-child{display: none;}

.map{border-radius: .5rem;overflow:hidden;display: block;}
.map img{max-width:100%;}
.map:hover img{transform: scale(1.09);}