/* - - - - - - - - - 各浏览器样式默认值标准化 - - - - - - - - -*/
html,
body,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
p,
blockquote,
pre,
a,
address,
code,
del,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
audio,
video {
    margin: 0;
    padding: 0;
    display: block;
}

html {
    -webkit-text-size-adjust: none;
}

img {
    border: none;
    vertical-align: middle;
}

input,
select,
button {
    padding: 0;
    margin: 0;
    outline: none;
    font-family: inherit;
    vertical-align: middle;
}

textarea {
    font-family: inherit;
    padding: 0;
    margin: 0;
}

button {
    cursor: pointer;
}

html {
    overflow-x: hidden;
}

body {
    font-size: 12px;
    background: #000 url(../images/bg_05.jpg) no-repeat center bottom;
    ;
    font-family: 'Microsoft YaHei';
}

ul,
ol {
    list-style-type: none;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 18px;
}

h3,
h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

i,
em,
address {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #4f4f4f;
}

a:hover {
    text-decoration: underline;
    transition: color 200ms linear 0s, background-color 200ms linear 0s, border-color 200ms linear 0s;
}

/*鼠标悬停时*/
a:active {}

/*点击与释放时*/
a:visited {}

/* 访问过*/
/* - - - - - - - - - 常用类样式 - - - - - - - - -*/
.photo_fullsize img {
    display: block;
    width: 100%;
    height: 100%;
}

/*图片全尺寸*/
.no_bor {
    border: none !important;
}

/*无边框*/
.no_bg {
    background: none !important;
}

/*无背景*/
.clear {
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
    clear: both;
    font-size: 0;
}

/*清除浮动*/
.clear_::after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

/*清除浮动*/
.center {
    margin: 0 auto;
    width: 1350px;
}

.center2 {
    margin: 0 auto;
    width: 1520px;
}

/*让内容区块居中*/
/*图片全尺寸*/
.photo,
.photo_fullsize {
    display: block;
    overflow: hidden;
}

.photo img,
.photo_fullsize img {
    display: block;
    width: 100%;
    height: 100%;
}

/*图片自适应尺寸*/
.photo_autosize {
    text-align: center;
    display: block;
    overflow: hidden;
}

.photo_autosize::after {
    height: 100%;
    width: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
    content: "";
}

.photo_autosize img {
    max-width: 100%;
    max-height: 100%;
}

/*图片自适应全尺寸*/
.photo_autofullsize {
    overflow: hidden;
    display: block;
    background-size: cover !important
}

.photo_autofullsize img {
    display: none;
}

.btn_payment .box_yuanbg {
    transform-origin: center center;
    animation: rotate 2s ease-in infinite;
}

.btn_payment .icon_bx {
    animation: scale 2s ease-in infinite;
}

.btn_payment:hover .icon_bx,
.btn_payment:hover .box_yuanbg {
    animation: scale 1s linear 1;
}

@keyframes rotate {
    0% {
        transform: scale(1) rotate(0deg);
    }

    50% {
        transform: scale(1.3) rotate(180deg);
        opacity: 0.5;
    }

    100% {
        transform: scale(1) rotate(360deg);
        opacity: 1;
    }

}

@keyframes scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

header {
    width: 100%;
    display: flex;
    height: 162px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #EEEEEE;
}

header .top {
    width: 100%;
    max-width: 1920px;
    display: flex;
    flex-direction: row;
    height: 162px;
    justify-content: space-around;
    align-items: center;
    background-color: #EEEEEE;
}
header .top .logo {
    width: 308px;
    height: 154px;
}
header .top .text {
    font-size: 24px;
    line-height: 36px;
}

header .top .list {
    width: 720px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.banner {
    display: flex;
    width: 100%;
    height: 1026px;
    justify-content: center;
    align-items: center;
    background: url("../images/banner.gif") no-repeat center top;
}

.banner .list {
    display: flex;
    flex:1;
    width: 100%;
    max-width: 1000px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 780px;
    box-sizing: border-box;
}

.main {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: url("../images/body.png") no-repeat center top;
    min-height: 1000px;
    align-items: center;
}

.main .contair {
    width: 100%;
    max-width: 1920px;
}

.main .gifwz {
    padding-top: 180px;
    padding-left: 480px;
    box-sizing: border-box;
}

.main .equip {
    margin-top: 420px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
.main .equip img {
    margin: 30px;
}

footer {
    width: 100%;
    display: flex;
    height: 162px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #EEEEEE;
}

footer .foot {
    width: 100%;
    max-width: 1920px;
    display: flex;
    flex-direction: row;
    height: 162px;
    justify-content: center;
    align-items: center;
    background-color: #EEEEEE;
}

footer .foot .logo {
    width: 308px;
    height: 154px;
}

footer .foot .copyright {
    width: 720px;
    text-align: center;
}

/* 右侧浮动客服框样式*/
.customer-service {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 150px;
    z-index: 1000;
}

.qrcode-box {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 15px;
    text-align: center;
    border: 1px solid #eaeaea;
}

.qrcode-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.qrcode-img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 14px;
}

.qrcode-img img {
    width: 110px;
    height: 110px;
}

.qrcode-desc {
    font-size: 12px;
    color: #666;
    margin-top: 8px;
}