@charset "UTF-8";

/* Author: xiaozheng */
body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
p,
hr {
    margin: 0;
}

button,
option,
textarea,
td {
    padding: 0;
}

ul,
ol,
input {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style-type: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

strong,
b {
    font-weight: normal;
}

em,
i {
    font-style: normal;
}

/* 给body设置font-size:12px;的时候，h1-h6是不继承这个属性的，所以设置font-size为100% */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5 "Microsoft YaHei", SimSun, arial, sans-serif;
}

button {
    border: none;
}

/* 在a标签中放置img标签后，在IE10以及之下版本中，img会出现2px的边框
*/
img {
    border: 0;
    vertical-align: middle;
}

input,
textarea,
select {
    outline: none;
}

:focus {
    outline: 0;
}

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

textarea {
    resize: none;
}

/* 
::-ms-clear 是文本清除按钮，也就是input右方的叉叉,
::-ms-reveal是密码查看按钮，也就密码框右边的小眼睛。
*/
::-ms-clear,
::-ms-reveal {
    display: none;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999 !important;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999 !important;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999 !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999 !important;
}

/*去掉苹果安卓系统点击时的灰色遮盖和边框*/
a,
button,
input,
textarea {
    -webkit-tap-highlight-color: transparent;
}

.l {
    float: left;
}

.r {
    float: right;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #f5f5f5;
}

/*定义滚动条的轨道，内阴影及圆角*/
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

/*定义滑块，内阴影及圆角*/
::-webkit-scrollbar-thumb {
    /*width: 10px;*/
    height: 20px;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555;
}

.logo {
    height: 44px;
    border-radius: 12px;
    float: left;
}

.content_page {
    margin-top: 90px;
}

.nav-head {
    width: 100%;
    padding: 20px 0px 0px 0px;
    list-style: none;
    position: relative;
    display: inline-table;
    background-color: white;
}

.head-background {
    background-color: white;
}

.about-img {
    width: 230px;
}

.about-text-align-centen {
	color: #444;
    text-align: center
}

.about-content {
	color: #7e808e;
    width: 70%;
    text-align: center;
    margin: 0 auto;
}

.w-list-ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.w-list-ul .w-list-item {
    padding: 0;
    margin: 0;
    padding-bottom: 21px;
    margin-bottom: 21px;
    position: relative;
    min-height: 88px;
    border-bottom-color: #CACECE;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}

.w-list-ul .w-list-item .w-list-pic {
    padding: 0;
    margin: 0;
    margin-right: 10px;
    width: 116px;
    height: 88px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.w-list-ul .w-list-item .w-list-pic .w-list-piclink {
    display: block;
    width: 116px;
    height: 88px;
}

.w-list-ul .w-list-item .w-list-pic .w-list-piclink .w-listpic-in {
    width: 116px;
    height: 88px;
    border: none;
    object-fit: cover;
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    -ms-transition: transform .3s linear;
    transition: transform .3s linear;
}

.w-list-ul .w-list-item .w-list-r {
    padding-left: 116px;
}

.w-list-ul .w-list-item .w-list-r .w-list-r-in {
    padding-left: 12px;
}

.w-list-ul .w-list-item .w-list-title {
    padding: 0;
    margin: 0;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.w-list-ul .w-list-item .w-list-desc {
    padding: 0;
    margin: 0;
    margin-top: 5px;
    line-height: 24px;
    font-family: Tahoma;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #9B9B9B;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}

.w-list-ul .w-list-item .w-list-bottom {
    padding: 0;
    margin: 0;
    margin-top: 5px;
    height: 20px;
    line-height: 20px;
}

.w-list-ul .w-list-item .w-list-bottom .w-list-viewnum {
    float: right;
    font-family: Tahoma;
    font-size: 12px;
    color: #CACECE;
}

.w-list-ul .w-list-item .w-list-bottom .w-list-viewnum .w-list-viewicon {
    font-size: 12px;
    color: #CACECE;
    padding-right: 3px;
}

.mw-iconfont {
    font-family: "mw-iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.w-list-ul .w-list-item .w-list-bottom .w-list-date {
    padding: 0;
    margin: 0;
    display: inline-block;
    font-family: Tahoma;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #CACECE;
    text-decoration: none;
}

.w-list-ul .w-list-item .w-list-title .w-list-titlelink {
    line-height: 24px;
    display: block;
    font-family: Tahoma;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: #2C353E;
    text-decoration: none;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.smvContainer {
    margin: 0 auto
}

.face-pay {
	color: #7e808e;
    display: flex;
    width: 500px;
    margin: 0 auto;
    padding: 20px;
    flex-flow: column;
    justify-content: center;
    margin-bottom: 100px
}

.face-pay-second {
	color: #7e808e;
    display: flex;
    width: 600px;
    margin: 0 auto;
    padding: 20px;
    flex-flow: column;
}

.face-pay-background {
    background-color: white
}

.face-pay-background-gary {
    background-color: #f5f5f5
}

.face-pay-title {
	color: #333;
    font-size: 3.25rem;
    margin-bottom: 54px;
}

.face-pay-1 {
    width: 340px;
    background-color: white;
    padding: 10px;
    text-align: center;
}

.face-pay-img {
    width: 300px;
    margin-bottom: 20px;
}

.face-pay-img:hover {
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    transition: all .4s ease-in;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    transform: scale(1.08);
}

.face-pay-body {
    display: flex;
    justify-content: space-around;
    padding-bottom: 30px;
}


.live {
    position: relative;
    width: 100px;
    height: 100px;
}

.live img {
    width: 100px;
    height: 100px;
    z-index: 0;
}

@keyframes living {
    0% {
        transform: scale(1);
        opacity: 0.75;
    }

    50% {
        transform: scale(1.5);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0.75;
    }
}

.live img {
    width: 100px;
    height: 100px;
    left: 0;
    bottom: 0;
    background: #fff;
    border-radius: 50%;
    -webkit-animation: living 3s linear infinite;
    z-index: -1;
}

.live span:nth-child(2) {
    -webkit-animation-delay: 1.5s;
    /*第二个span动画延迟1.5秒*/
}

.face-pay-background-img {
    background-image: url('../images/7344496.jpg')
}

.content {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    /* max-width: 1000px; */
}

.heading {
    width: 100%;
    margin-left: 1rem;
    font-weight: 900;
    font-size: 1.618rem;
    text-transform: uppercase;
    letter-spacing: .1ch;
    line-height: 1;
    padding-bottom: .5em;
    margin-bottom: 1rem;
    position: relative;
}

.heading:after {
    display: block;
    content: '';
    position: absolute;
    width: 60px;
    height: 4px;
    background: linear-gradient(135deg, #1a9be6, #1a57e6);
    bottom: 0;
}

.description {
    width: 100%;
    margin-top: 0;
    margin-left: 1rem;
    margin-bottom: 3rem;
}

.card {
    color: inherit;
    cursor: pointer;
    width: calc(33% - 2rem);
    min-width: calc(33% - 2rem);
    height: 400px;
    min-height: 400px;
    perspective: 1000px;
    margin: 1rem;
    position: relative;
}

.margin-left-0 {
    margin-left: 0px !important;
}

.margin-right-0 {
    margin-right: 0px !important;
}

@media screen and (max-width: 800px) {
    .card {
        width: calc(50% - 2rem);
    }
}

@media screen and (max-width: 500px) {
    .card {
        width: 100%;
    }
}

.front,
.back {
    display: flex;
    border-radius: 6px;
    background-position: center;
    background-size: cover;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition: ease-in-out 600ms;
}

.front {
    background-size: cover;
    padding: 2rem;
    font-size: 1.618rem;
    font-weight: 600;
    color: #fff;
    overflow: hidden;
    font-family: Poppins, sans-serif;
}

.front:before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #1a9be6, #1a57e6);
    opacity: .25;
    z-index: -1;
}

.card:hover .front {
    transform: rotateY(180deg);
}

.card:nth-child(even):hover .front {
    transform: rotateY(-180deg);
}

.back {
    background: #fff;
    transform: rotateY(-180deg);
    padding: 0 2em;
}

.card:hover .back {
    transform: rotateY(0deg);
}

.card:nth-child(even) .back {
    transform: rotateY(180deg);
}

.card:nth-child(even):hover .back {
    transform: rotateY(0deg);
}

.button {
    transform: translateZ(40px);
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-weight: bold;
    color: #fff;
    padding: .5em 1em;
    border-radius: 100px;
    font: inherit;
    background: linear-gradient(135deg, #1a9be6, #1a57e6);
    border: none;
    position: relative;
    transform-style: preserve-3d;
    transition: 300ms ease;
}

.button:before {
    transition: 300ms ease;
    position: absolute;
    display: block;
    content: '';
    transform: translateZ(-40px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    border-radius: 100px;
    left: 10px;
    top: 16px;
    box-shadow: 0 0 10px 10px rgba(26, 87, 230, 0.25);
    background-color: rgba(26, 87, 230, 0.25);
}

.button:hover {
    transform: translateZ(55px);
}

.button:hover:before {
    transform: translateZ(-55px);
}

.button:active {
    transform: translateZ(20px);
}

.button:active:before {
    transform: translateZ(-20px);
    top: 12px;
}


.banner {
    height: 448px;
    font-size: 40px;
    text-align: center;
    margin: 20px auto;
    background-color: #fff;
}

.carousel-item {
    line-height: 336px;
    color: #fff;
    font-family: Arial Black
}

@media screen and (min-width:1023px) {
    .slide-preload-height {
        height: 350px;
    }
}

@media screen and (max-width:1024px) {
    .slide-preload-height {
        height: 300px;
    }
}

@media screen and (min-width:1280px) {
    .slide-preload-height {
        height: 400px;
    }
}

@media screen and (min-width:1600px) {
    .slide-preload-height {
        height: 450px;
    }
}




.slide-1-preload {
    background-image: url(../images/banner/banner1.jpg);
    background-repeat: round;
}

.slide-2-preload {
    background-image: url(../images/banner/banner2.jpg);
    background-repeat: round;
}

.slide-3-preload {
    background-image: url(../images/banner/banner3.jpg);
    background-repeat: round;
}

.slide-4-preload {
    background-image: url(../images/banner/banner4.jpg);
    background-repeat: round;
}

.slide-5-preload {
    background-image: url(../images/banner/banner5.jpg);
    background-repeat: round;
}

.slide-6-preload {
    background-image: url(../images/banner/banner6.jpg);
    background-repeat: round;
}
.swiper-slide>div{
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.nav-head>ul>li:nth-child(2)>ul>li:nth-child(2),.nav-head>ul>li:nth-child(2)>ul>li:nth-child(3){
	display: none;
}