a,
blockquote,
body,
button,
caption,
dd,
div,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
legend,
li,
menu,
ol,
p,
pre,
table,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

address,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

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

caption,
th {
    text-align: left;
    font-weight: 400
}

abbr,
body,
fieldset,
html,
iframe,
img {
    border: 0
}

address,
cite,
dfn,
em,
i,
var {
    font-style: normal
}

[hidefocus],
summary {
    outline: 0
}

li {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

small {
    font-size: 100%;
    font-weight: 400
}

sub,
sup {
    font-size: 83%
}

code,
kbd,
pre,
samp {
    font-family: inherit
}

q:after,
q:before {
    content: none
}

textarea {
    overflow: auto;
    resize: none
}

label,
summary {
    cursor: default
}

a,
button {
    cursor: pointer
}

a,
a:hover,
del,
ins,
s,
u {
    text-decoration: none
}

body,
button,
input,
keygen,
legend,
select,
textarea {
    font: 14px/24px "Microsoft YaHei", arial, sans-serif, \5b8b\4f53;
    /* font: 14px/24px "-apple-system", BlinkMacSystemFont, "PingFang SC", Helvetica, "Microsoft YaHei", arial, sans-serif, \5b8b\4f53; */
    color: #333;
    outline: 0
}

body {
    background-color: #fff;
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    /* min-width: 1280px; */
    overflow-x: hidden;
    left: 0
}

body.body_ie {
    height: auto !important
}

img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    border: 0;
    vertical-align: middle
}

p {
    text-align: justify;
    color: #808080;
    line-height: 24px;
    font-size: 14px
}

strong {
    display: block
}

a {
    color: inherit;
    text-decoration: none;
    display: inline-block
}

div,
li {
    box-sizing: border-box
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.le {
    float: left
}

.ri {
    float: right
}

.swiper .swiper-slide .ani {
    display: none
}

.swiper .swiper-slide.swiper-slide-active .ani {
    display: block
}

button,
input {
    border: none;
    background-color: transparent;
    box-sizing: border-box;
    outline: 0
}

input[type=checkbox] {
    vertical-align: -2px;
    margin-right: 4px
}

input::-webkit-input-placeholder {
    color: #aaaaa8
}

input:-moz-placeholder {
    color: #aaaaa8
}

input::-moz-placeholder {
    color: #aaaaa8
}

input:-ms-input-placeholder {
    color: #aaaaa8
}

textarea::-webkit-input-placeholder {
    color: #aaaaa8
}

textarea:-moz-placeholder {
    color: #aaaaa8
}

textarea::-moz-placeholder {
    color: #aaaaa8
}

textarea:-ms-input-placeholder {
    color: #aaaaa8
}

body::-webkit-scrollbar,
html::-webkit-scrollbar {
    width: 3px;
    border-radius: 1.5px
}

body::-webkit-scrollbar-button,
html::-webkit-scrollbar-button {
    display: none
}

body::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
    background-color: #eee
}

body::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
    background-color: #eee
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: rgba(210, 210, 210, .48);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 0
}

::-webkit-scrollbar-thumb {
    background-color: #cbcbcb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0
}

.clear-float::after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    clear: both
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
        transform: translateX(50px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.wow {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s
}

.animated {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}


/* 鍐呴〉鍏叡 */
.subBan .img {
    position: relative;
    height: 540px;
    overflow: hidden;
}

.subBan .img .bg {
    height: 100%;
    background: no-repeat center/cover;

}

.subBan .img .w1200 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding-top: 210px;
}
.subBan .img .title{
    margin-bottom: 80px;
}
.subBan .img .h1 {
    font-size: 32px;
    color: #fff;
    text-transform: capitalize;
    line-height: 1;
    margin-bottom: 15px;
    text-align: center;
}
.subBan .img .h2 {
    font-size: 30px;
    color: rgba(255, 255, 255, .48);
    text-transform: capitalize;
    line-height: 1;
    font-family: RAJDHANI-SEMIBOLD;
    text-align: center;
    letter-spacing: -1px;
}
.subBan .page_nav{
    position: absolute;
    bottom: 128px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.subBan .page_nav .list{
    display: flex;
    justify-content: center;
}
.subBan .page_nav .list a{
    width: 130px;
    height: 60px;
    line-height: 58px;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    font-size: 15px;
    margin-right: 30px;
    border: 2px solid rgba(255, 255, 255, .7);
    transition: all .6s;
}
.subBan .page_nav .list a:nth-last-child(1){
    margin-right: 0;
}
.subBan .page_nav .list a.on, .subBan .page_nav .list a:hover{
    color: #0668ca;
    background-color: #fff;
}

/* 鍏叡鏍囬 */
.titlbox h3{
	font-size: 24px;
	color: #333333;
	line-height: 1;
	text-align: center;
}
.titlbox h4{
	font-size: 30px;
	color: #c3ced9;
	line-height: 1;
	text-align: center;
	font-family: RAJDHANI-SEMIBOLD;
	letter-spacing: -.5px;
	margin-top: 13px;
}


@font-face {
    font-family: AlimamaShuHeiTi;
    src: url(../font/AlimamaShuHeiTi.otf) format('opentype');
    src: url(../font/AlimamaShuHeiTi.svg) format('svg');
    src: url(../font/AlimamaShuHeiTi.ttf) format('truetype');
    src: url(../font/AlimamaShuHeiTi.woff) format('woff');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: CKTKINGKONG;
    src: url(../font/CKTKINGKONG.TTF) format('truetype');
    font-weight: 500;
    font-style: normal
}
@font-face {
    font-family: RAJDHANI-SEMIBOLD;
    src: url(../font/RAJDHANI-SEMIBOLD.otf) format('opentype');
    src: url(../font/RAJDHANI-SEMIBOLD.svg) format('svg');
    src: url(../font/RAJDHANI-SEMIBOLD.ttf) format('truetype');
    src: url(../font/RAJDHANI-SEMIBOLD.woff) format('woff');
    font-weight: 500;
    font-style: normal
}
@font-face {
    font-family: RAJDHANI-BOLD;
    src: url(../font/RAJDHANI-BOLD.otf) format('opentype');
    src: url(../font/RAJDHANI-BOLD.svg) format('svg');
    src: url(../font/RAJDHANI-BOLD.ttf) format('truetype');
    src: url(../font/RAJDHANI-BOLD.woff) format('woff');
    font-weight: 500;
    font-style: normal
}
@font-face {
    font-family: GESans-Regular;
    src: url(../font/GESans-Regular.otf) format('opentype');
    src: url(../font/GESans-Regular.svg) format('svg');
    src: url(../font/GESans-Regular.ttf) format('truetype');
    src: url(../font/GESans-Regular.woff) format('woff');
    font-weight: 600;
    font-style: normal
}
@font-face {
    font-family: FSSinclair-Bold;
    src: url(../font/FSSinclair-Bold.svg) format('svg');
    src: url(../font/FSSinclair-Bold.ttf) format('truetype');
    src: url(../font/FSSinclair-Bold.woff) format('woff');
    src: url(../font/FSSinclair-Bold.woff2) format('woff2');
    font-weight: 600;
    font-style: normal
}



.pop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
  }
  .pop .bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
  }
  .pop .popBody {
      position: absolute;
      top: 50%;
      right: 0;
      left: 0;
      transform: translateY(-50%);
      width: 6rem;
      height: 7rem;
      padding: .8rem .3rem 0;
      margin: 0 auto;
      animation: popBody 1s;
      -webkit-animation: popBody 1s;
      /* background: url(../images/foPop_Bg.png) no-repeat center; */
    background-color: #fff;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      border-radius: .15rem;
      -webkit-border-radius: .15rem;
      -moz-border-radius: .15rem;
      -ms-border-radius: .15rem;
      -o-border-radius: .15rem;
  }
  .pop .popBody .phone_bg{
      background: url(../images/phone.png) no-repeat center/cover;
        width: 4rem;
        height: 4.8rem;
        margin: 0 auto;
  }
  .pop .popBody .code_img{
    width: 1.9rem;
    position: absolute;
    top: 1.9rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .pop .popBody >p{
    font-size: .28rem;
    color: #666666;
    line-height: .44rem;
    text-align: center;
    position: absolute;
    top: 4.15rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .pop .popBody > .ic{
    width: .72rem;
    margin: 0 auto;
  }
  .pop .close{
    background: url(../images/close.png) no-repeat center/cover;
    height: 0.8rem;
    width: 0.8rem;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 4.2rem auto 0;
    transform: translateY(-50%);
  }
