/* 通用 */
* {
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input,
select,
button {
    outline: 0;
}

button {
    border: 0;
    background-clip: padding-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: none;
    vertical-align: baseline;
}

textarea,
input {
    word-wrap: break-word;
    word-break: break-all;
}

span,
p,
div {
    word-wrap: break-word;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

html,
body,
div,
p,
ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a.geted {
    pointer-events: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}



/* 黑色title背景主题 适用于alert confirm*/
body .skin_class_exmple .layui-layer-title {
    padding: 0 !important;
    text-align: center;
    background: black !important;
    color: white !important;
    font-size: 22px !important;
    height: 50px !important;
    line-height: 50px !important;
    position: relative !important;
}

body .skin_class_exmple .layui-layer-setwin {
    top: 15px !important;
}

body .skin_class_exmple .layui-layer-ico {
    background: url('./image/close2.png')no-repeat !important;
    background-size: 115%;
}

body .skin_class_exmple>.layui-layer-content {
    text-align: center;
    font-size: 20px;
    color: red;
    box-sizing: border-box;
}

body .skin_class_exmple .layui-layer-setwin a {
    width: 24px;
    height: 24px;
    opacity: 1;
}

body .skin_class_exmple .layui-layer-setwin a:hover {
    opacity: 1;
}

body .skin_class_exmple .layui-layer-setwin {
    opacity: 1;
}

body .skin_class_exmple>.layui-layer-btn {
    background: white;
    text-align: center;
}

body .layui-layer-title {
    background-color: transparent !important;
    border-bottom: none;
}

body .layui-layer-content {
    background-color: transparent !important;
    border-bottom: none;
    box-shadow: none;
}

body .layui-layer-setwin a {
    width: 24px;
    height: 24px;
    opacity: 0;
}

body .layui-layer-setwin a:hover {
    opacity: 0;
}

body .layui-layer-setwin {
    opacity: 0;
}

body .layui-layer-setwin .layui-layer-close2 {
    right: -2px;
    top: -2px;
}

body .skin_class_two {
    box-shadow: none;
}

.cu_layer {
    display: none;
}

html {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
}

body {
    max-width: 1920px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

@font-face {
    font-family: 'HuXiaoBo';
    src: url('./font/HuXiaoBo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

a:hover {
    -webkit-filter: brightness(115%);
    -ms-filter: brightness(115%);
    -o-filter: brightness(115%);
    -moz-filter: brightness(115%);
    opacity: 0.85\0;
}

/* 页面部分 */
.indexPage {
    min-width: 1400px;
    height: 5731px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(./image/index.jpg) no-repeat center top;
    position: relative;
    padding-top: 40px;
}

.indexPage-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 125px 0 98px;
}

.indexPage-header>a {
    display: inline-block;
    background: url(./image/logo.png);
    width: 121px;
    height: 115px;
}

.indexPage-header>a:nth-child(2) {
    background: url(./image/btn-gw.png);
    width: 197px;
    height: 51px;
}


.nav {
    position: fixed;
    top: 300px;
    right: 40px;
    z-index: 50;
    display: none;
}

.nav-btn {
    display: flex;
    flex-direction: column;
}

.nav-btn>a {
    display: inline-block;
    background: url(./image/nav.png);
    width: 235px;
    height: 62px;
    margin-bottom: 26px;
}

.nav-btn>a.geted {
    background-position-x: -253px;
}

.nav-btn>a:nth-child(2) {
    background-position-y: -87px;
}

.nav-btn>a:nth-child(3) {
    background-position-y: -171px;
}

.nav-btn>a:nth-child(4) {
    background-position-y: -247px;
}

.nav-btn>a:nth-child(5) {
    background-position-y: -324px;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1450px;
    margin: auto;
    margin-top: 585px;
}


.card1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card1-btn {
    display: flex;
    justify-content: space-between;
    width: 1105px;
}

.card1-btn>a {
    display: inline-block;
    background: url(./image/btn.png);
    width: 216px;
    height: 54px;
}

.card1-btn>a.geted {
    background-position-y: -144px;
}

.card1-btn>a:nth-child(2) {
    background-position-x: -296px;
}

.card1-btn>a:nth-child(3) {
    background-position-x: -592px;
}

.card1-btn>a:nth-child(4) {
    background-position-x: -888px;
}



.card1 .swiper-container {
  width: 1400px;
  height: 641px;
  margin-top: 40px;
}

.card1 .swiper-container .swiper-wrapper .swiper-slide {
  width: 1400px;
  height: 641px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card1 .swiper-container .swiper-wrapper .swiper-slide img {
  width: 1400px;
  height: 641px;
}

.card-img {
    margin-top: 40px;
}

.card4 {
    display: flex;
    justify-content: space-between;
    padding: 494px 280px 0 289px;
    background: url(./image/card4.png);
    width: 1396px;
    height: 815px;
}

.card4>img:nth-child(1) {
    width: 256px;
    height: 128px;
}

.card4>img:nth-child(2) {
    width: 320px;
    height: 120px;
}