@charset "utf-8";

/*========== iconfont ==========*/

@import url("Plugin/iconfont/iconfont.css");

/*========== Css reset ==========*/

* {
    word-wrap: break-word;
    box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
iframe,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td,
fieldset {
    margin: 0;
    padding: 0
}

ul,
ol,
dl {
    list-style-type: none
}

html,
body {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    background: #FFF;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 400
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

input,
button {
    overflow: visible;
    vertical-align: middle;
    outline: none
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"] {
    -webkit-appearance: none;
    outline: none
}

body,
th,
td,
button,
input,
select,
textarea {
    font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, tahoma, arial, "WenQuanYi Micro Hei", Verdana, sans-serif, "\5B8B\4F53";
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    line-height: 1.6
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

a,
area {
    outline: none;
    blr: expression(this.onFocus=this.blur())
}

a {
    text-decoration: none;
    cursor: pointer
}

a:hover {
    text-decoration: underline;
    outline: none
}

a:focus {
    outline: none
}

a:hover,
a:active {
    outline: none
}

:focus {
    outline: none
}

sub,
sup {
    vertical-align: baseline
}

button,
input[type="button"],
input[type="submit"] {
    line-height: normal !important
}

img {
    border: 0;
    vertical-align: middle
}

a img,
img {
    -ms-interpolation-mode: bicubic
}


/*HTML5 reset*/

header,
footer,
section,
aside,
details,
menu,
article,
section,
nav,
address,
hgroup,
figure,
figcaption,
legend {
    display: block;
    margin: 0;
    padding: 0
}

time {
    display: inline
}

audio:not([controls]) {
    display: none
}

legend {
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

legend small {
    font-size: 15px;
    color: #999
}

svg:not(:root) {
    overflow: hidden
}

fieldset {
    border-width: 0;
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer
}

a:visited,
a:link {
    text-decoration: none;
}

a:active {
    outline: none;
    text-decoration: none;
    -webkit-filter: grayscale(75%);
    background-color: rgb(0, 0, 0, 0.1);
}

a:hover {
    color: #960;
}

a:focus {
    outline: none
}

:focus {
    outline: none
}

ul,
ol,
li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

b,
i,
strong,
em {
    font-style: normal;
    font-weight: normal;
}

button:active,
input[type="button"]:active,
input[type="submit"]:active {
    -webkit-filter: grayscale(50%);
}


/*========== Ui Class ==========*/


/*
	Name:			style_clearfix
	Example:		class="clearfix|cl"
*/

.cl:after,
.clearfix:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.cl,
.clearfix {
    zoom: 1
}


/*
	Name:			style_text-align
	Example:		class="text-l|text-r|text-c|va-t|va-m|va-b"
*/

.text-l {
    text-align: left
}

.text-r {
    text-align: right
}

.text-c {
    text-align: center
}


/*
	Name:			style_position
	Example:		class="pos-r|pos-a|pos-f"
*/

.pos-r {
    position: relative
}

.pos-a {
    position: absolute
}

.pos-f {
    position: fixed
}


/*
	Name:			style_float
	Example:		class="l|r"
*/

.l,
.f-l {
    float: left!important;
    _display: inline
}

.r,
.f-r {
    float: right!important;
    _display: inline
}

[class*="span"].r,
[class*="span"].f-r {
    float: right
}


/*
/*
	Name:			style_position
	Example:		class="left|right|top|bottom"
*/

.left {
    left: 0;
    right: auto
}

.right {
    right: 0;
    left: auto
}

.top {
    top: auto;
    bottom: 0
}

.bottom {
    top: 0;
    bottom: auto
}


/*
	Name:			style_text-overflow
	Example:		class="text-overflow"
*/

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}


/*线条
	Name:			style_line
	Example:		class="line"
*/

.line {
    font-size: 0px;
    line-height: 0px;
    border-top: solid 1px #eee;
    float: none
}


/*
	Name:			style_margin
	Example:		class="mt-5|mt-10..."
*/

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mt-55 {
    margin-top: 55px
}

.mt-60 {
    margin-top: 60px
}

.mt-65 {
    margin-top: 65px
}

.mt-70 {
    margin-top: 70px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-55 {
    margin-bottom: 55px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-65 {
    margin-bottom: 65px
}

.mb-70 {
    margin-bottom: 70px
}

.ml-5 {
    margin-left: 5px
}

.ml-10 {
    margin-left: 10px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-25 {
    margin-left: 25px
}

.ml-30 {
    margin-left: 30px
}

.ml-35 {
    margin-left: 35px
}

.ml-40 {
    margin-left: 40px
}

.ml-45 {
    margin-left: 45px
}

.ml-50 {
    margin-left: 50px
}

.mr-5 {
    margin-right: 5px
}

.mr-10 {
    margin-right: 10px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.mr-25 {
    margin-right: 25px
}

.mr-30 {
    margin-right: 30px
}

.mr-35 {
    margin-right: 35px
}

.mr-40 {
    margin-right: 40px
}

.mr-45 {
    margin-right: 45px
}

.mr-50 {
    margin-right: 50px
}


/*内填充
	Name:			style_padding
	Example:		class="pt-5|pt-10|……"
*/

.pt-5 {
    padding-top: 5px
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-25 {
    padding-top: 25px
}

.pt-30 {
    padding-top: 30px
}

.pt-35 {
    padding-top: 35px
}

.pt-40 {
    padding-top: 40px
}

.pt-45 {
    padding-top: 45px
}

.pt-50 {
    padding-top: 50px
}

.pt-55 {
    padding-top: 55px
}

.pt-60 {
    padding-top: 60px
}

.pt-65 {
    padding-top: 65px
}

.pt-70 {
    padding-top: 70px
}

.pb-5 {
    padding-bottom: 5px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-35 {
    padding-bottom: 35px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-45 {
    padding-bottom: 45px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-55 {
    padding-bottom: 55px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-65 {
    padding-bottom: 65px
}

.pb-70 {
    padding-bottom: 70px
}

.pl-5 {
    padding-left: 5px
}

.pl-10 {
    padding-left: 10px
}

.pl-15 {
    padding-left: 15px
}

.pl-20 {
    padding-left: 20px
}

.pl-25 {
    padding-left: 25px
}

.pl-30 {
    padding-left: 30px
}

.pl-35 {
    padding-left: 35px
}

.pl-40 {
    padding-left: 40px
}

.pl-45 {
    padding-left: 45px
}

.pl-50 {
    padding-left: 50px
}

.pr-5 {
    padding-right: 5px
}

.pr-10 {
    padding-right: 10px
}

.pr-15 {
    padding-right: 15px
}

.pr-20 {
    padding-right: 20px
}

.pr-25 {
    padding-right: 25px
}

.pr-30 {
    padding-right: 30px
}

.pr-35 {
    padding-right: 35px
}

.pr-40 {
    padding-right: 40px
}

.pr-45 {
    padding-right: 45px
}

.pr-50 {
    padding-right: 50px
}

.pd-5 {
    padding: 5px
}

.pd-10 {
    padding: 10px
}

.pd-15 {
    padding: 15px
}

.pd-20 {
    padding: 20px
}

.pd-25 {
    padding: 25px
}

.pd-30 {
    padding: 30px
}

.pd-35 {
    padding: 35px
}

.pd-40 {
    padding: 40px
}

.pd-45 {
    padding: 45px
}

.pd-50 {
    padding: 50px
}

.pd-55 {
    padding: 55px
}

.pd-60 {
    padding: 60px
}

.pd-65 {
    padding: 65px
}

.pd-70 {
    padding: 70px
}


/*
	Name:			style-border
	Example:		class="bk_gray radius"
*/

.bk-gray {
    border: solid 1px #eee
}

.radius {
    border-radius: 4px
}

.size-MINI.radius {
    border-radius: 3px
}

.size-L.radius {
    border-radius: 5px
}

.size-XL.radius {
    border-radius: 6px
}

.round {
    border-radius: 50%;
    overflow: hidden
}


/*
	Name:			style_shadow
	Example:		class="box_shadow|text-shadow"
*/

.box-shadow {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1)
}

.text-shadow {
    -webkit-text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2)
}


/*
	Name:			style_pipe
	Example:		<span class="pipe">|</span>
*/

.pipe {
    margin: 0 5px;
    color: #CCC;
    font-size: 10px!important
}


/*3.1.13
	Name:			style_font-size
	Example:		class="f-12|f-14|f-16|f-18|f-20|f-24|f-26|f-28|f-30"
*/

.f-12 {
    font-size: 12px
}

.f-13 {
    font-size: 13px
}

.f-14 {
    font-size: 14px
}

.f-16 {
    font-size: 16px
}

.f-18 {
    font-size: 18px
}

.f-20 {
    font-size: 20px
}

.f-24 {
    font-size: 24px
}

.f-26 {
    font-size: 26px
}

.f-28 {
    font-size: 28px
}

.f-30 {
    font-size: 30px
}


/*
	Name:			mod_line-height
	Example:		class="lh-16|lh-18|lh-20|lh-22|lh-24|lh-26|lh-28|lh-30"
*/

.lh-16 {
    line-height: 16px
}

.lh-18 {
    line-height: 18px
}

.lh-20 {
    line-height: 20px
}

.lh-22 {
    line-height: 22px
}

.lh-24 {
    line-height: 24px
}

.lh-26 {
    line-height: 26px
}

.lh-28 {
    line-height: 28px
}

.lh-30 {
    line-height: 30px
}


/*
	Name:			style_color
	Example:		class="c-red|c-green|c-blue|c-white|c-black"
*/


/*c-red*/

.c-red,
.c-red a,
a.c-red {
    color: red
}

.c-red a:hover,
a.c-red:hover {
    color: red
}


/*c-green*/

.c-green,
.c-green a,
a.c-green {
    color: green
}

.c-red a:hover,
a.c-red:hover {
    color: green
}


/*c-blue*/

.c-blue,
.c-blue a,
a.c-blue {
    color: blue
}

.c-blue a:hover,
a.c-blue:hover {
    color: blue
}


/*c-white*/

.c-white,
.c-white a,
a.c-white {
    color: white
}

.c-white a:hover,
a.c-white:hover {
    color: white
}


/*c-black*/

.c-black,
.c-black a {
    color: black
}

.c-black a:hover,
a.c-black:hover {
    color: black
}


/*
  Name:				style_display
  Example:          <div class="hide">XXX</div> <div class="show">XXX</div>
*/

.hide {
    display: none
}

.show {
    display: block
}


/*========== diy ==========*/


/*
  Name:				no_data
  Example:          <div class="no_data"><p class="iconfont">&#xe830;</p><p>No records</p></div>
*/

.no_data {
    width: 100%;
    margin: 20% 0;
    text-align: center;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}

.no_data p:nth-child(1) {
    height: 120px;
    font-size: 120px;
    line-height: 120px;
    color: #515773;
}

.no_data p:nth-child(2) {
    margin-top: -8px;
    font-size: 16px;
    color: #515773;
}


/*
  Name:			   Sys_ad
  Example:         
*/

.Sys_ad {
    width: 100%;
    display: table;
}

.Sys_ad img {
    width: 100%;
}


/*========== css动画 ==========*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


/*========== Page Css ==========*/

.Sys_wrap {
    display: table;
    width: 100%;
}

.Sys_main {
    width: 1400px;
    display: table;
    margin-right: auto;
    margin-left: auto;
}

.Sys_header {
    height: 90px;
    width: 100%;
    background: #FFF;
}

.Sys_footer {
    width: 100%;
    display: table;
    text-align: center;
}

.Sys_header .box {
    height: 90px;
    width: 980px;
    margin: 0px auto;
    text-align: center;
    position: relative;
}

.Sys_header .box img {
    height: 53px;
}

.Sys_header .box .box_div {
    display: table;
}

.Sys_header .box .box_div li {
    float: left;
    display: flex;
    height: 90px;
    align-items: center;
    margin: 0px 20px;
}

.Sys_header .box .box_div li a {
    font-size: 16px;
    line-height: 38px;
    font-weight: bold;
    color: #000;
    position: relative;
}

.Sys_header .box .box_div li a span {
    display: block;
}

.Sys_header .box .box_div li a b {
    display: inline-block;
    color: #FFF;
    background: #E64863;
    position: absolute;
    top: -2px;
    right: -11px;
    line-height: 16px;
    height: 16px;
    width: auto;
    padding: 0px 5px;
    border-radius: 100%;
    font-size: 12px;
}

.Sys_header .box .box_logo {
    width: 200px;
    height: 90px;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0px;
    top: 0px;
}

.Sys_header .box .box_lang {
    height: 90px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.Sys_header .box_menu {
    margin: 0px auto;
}

.Sys_header .box_menu .menu_btn {
    display: none;
}

.Sys_header .box_menu li a:after {
    content: "";
    width: 0;
    height: 4px;
    background-color: #ed184f;
    position: absolute;
    top: 34px;
    left: 50%;
    transition: width .4s cubic-bezier(.5, .9, .25, 1.15), left .4s cubic-bezier(.5, .9, .25, 1.15);
}

.Sys_header .box_menu li a:hover:after {
    width: 80%;
    left: 10%;
}

.Sys_header .box_menu li.on a::before {
    position: absolute;
    bottom: 0;
    content: '';
    width: 50%;
    height: 4px;
    background: #ed184f;
    left: 25%;
}

.Sys_header .box .box_div.box_lang li {
    margin: 0px 5px;
}

.Sys_header .box .box_div.box_lang li i {
    font-weight: bold;
}

.Sys_header .box .box_div.box_lang li i.iconfont {
    display: none;
}

.Sys_header .box .box_div.box_lang li.on a {
    color: #ed184f;
}


/**/

.Sys_footer .Sys_main {
    padding: 70px 0px 45px;
}

.Sys_footer p:nth-child(1) {
    display: none;
}

.Sys_footer ul {
    margin-bottom: 20px;
}

.Sys_footer ul li {
    display: inline-block;
    margin: 0px 15px;
    color: #666;
}

.Sys_footer ul li a {
    font-size: 14px;
    color: #666;
}

.Sys_footer p:nth-child(3) {
    color: #b5b5b5;
    text-align: center;
    font-size: 14px;
}


/*=====home=====*/

.index_banner {
    width: 100%;
    height: 700px;
    background: url(Images/bg.png) no-repeat center top;
    background-size: auto 100%;
    /* align-content: center; */
}

.index_banner .box {
    width: 1440px;
    margin: 0px auto;
    height: 700px;
    /* position: relative; */
    /* align-self: center; */
}

.index_banner .box ul {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}

.index_banner .box ul li {
    font-size: 70px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
}

.index_banner .box ul li b {
    color: #ed184f;
    font-weight: bold;
}

.index_banner .box .center {
    /* margin: 0px auto; */
    height: 100%;
    /* position: absolute; */
    /* top: 0%; */
    /* display: flex; */
    /* align-content: center; */
    /* align-items: center; */
    z-index: 1;
}

.index_banner .box .center img {
    display: block;
    height: 100%;
    margin: 0px auto;
}

.index_banner .box .left {
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0px;
    display: flex;
    align-items: center;
    z-index: 1;
}

.index_banner .box .left img {
    height: 50%;
}

.index_banner .box p {
    height: 95%;
    position: absolute;
    top: 2.5%;
    right: -15%;
    animation: move5 2s infinite alternate;
    z-index: 2;
}

.index_banner .box p img {
    height: 100%;
}

@keyframes move5 {
    from {
        transform: translate(-10px, -10px);
    }
    to {
        transform: translate(10px, 10px);
    }
}

.index_one .box {
    padding: 100px 0px;
}

.index_one .box h1 {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    color: #000;
}

.index_one .box h1 span {
    color: #ed184f;
    margin-bottom: 20px;
}

.index_one p.introduce {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 500px;
    line-height: 30px;
    margin: 50px auto;
    color: #000;
}

.index_two .box {
    padding: 100px 0px;
    background: #FAFAFA;
}

.index_two .box h1 {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    color: #000;
}

.index_two .box h1 span {
    color: #ed184f;
    margin-bottom: 20px;
}

.index_one p.btn,
.index_two p.btn {
    text-align: center;
}

.index_one p.btn a,
.index_two p.btn a {
    text-align: center;
    height: 46px;
    width: 265px;
    border: 3px solid #ED184F;
    border-radius: 46px;
    display: inline-block;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #ED184F;
}

.index_one p.btn a:hover,
.index_two p.btn a:hover {
    color: #FFF;
    background: #ED184F;
}


/**/

.index_two .box_scroll {
    width: 1040px;
    margin: 50px auto 60px;
    position: relative;
}

.index_two .box_scroll .swiper-container {
    width: 100%;
    height: 100%;
}

.index_two .box_scroll .swiper-slide {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_two .box_scroll .swiper-slide p:nth-child(1),
.index_two .box_scroll .swiper-slide p:nth-child(2),
.index_two .box_scroll .swiper-slide p:nth-child(1) img {
    height: 100%;
    width: 100%;
    border-radius: 46px;
}

.index_two .box_scroll .swiper-slide p:nth-child(2) {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 0px;
    display: none;
}

.index_two .box_scroll .swiper-slide:hover p:nth-child(2) {
    display: block;
}

.index_two .box_scroll .swiper-slide p:nth-child(2) span {
    display: block;
    text-align: center;
    width: 100%;
}

.index_two .box_scroll .swiper-slide p:nth-child(2) img {
    width: 40%;
    margin: 0px 3%;
}

.index_two .box_scroll .swiper-slide p:nth-child(2) span:nth-child(1) {
    font-size: 24px;
    font-weight: bold;
    color: white;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -40%);
    text-shadow: #000 2px 0 0, #000 0 2px 0, #000 -2px 0 0, #000 0 -2px 0;
    animation-name: pscale_reverse;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}

@keyframes pscale_reverse {
    0% {
        font-size: 20px;
        opacity: 0;
    }
    100% {
        font-size: 24px;
        opacity: 1;
    }
}

.index_two .box_scroll .swiper-slide p:nth-child(2) span:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -60%);
    animation-name: pmove_reverse;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}

@keyframes pmove_reverse {
    0% {
        margin-top: 20%;
        opacity: 0;
    }
    100% {
        margin-top: 0%;
        opacity: 1;
    }
}

.index_two .box_scroll .swiper-button-next,
.index_two .box_scroll .swiper-button-prev {
    display: none;
}

.index_two .box_scroll .scroll_button {
    display: none;
}

.scroll_container {
    width: 100%;
    height: 300px;
    display: block;
    position: relative;
    overflow: hidden;
}

.scroll_container .scroll_wrapper {
    display: block;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 1000000px;
}

.scroll_container ul {
    display: flex;
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.scroll_container ul li {
    display: block;
    float: left;
    padding: 0;
    width: 370px;
    position: relative;
}

.scroll_container ul li p:nth-child(1),
.scroll_container ul li p:nth-child(2) {
    height: 300px;
    width: 300px;
}

.scroll_container ul li p:nth-child(1),
.scroll_container ul li p:nth-child(1) img {
    height: 300px;
    width: 300px;
    border-radius: 46px;
}

.scroll_container ul li p:nth-child(2) {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 0px;
    border-radius: 46px;
    display: none;
}

.scroll_container ul li:hover p:nth-child(2) {
    display: block;
}

.scroll_container ul li p:nth-child(2) span {
    display: block;
    text-align: center;
    width: 100%;
}

.scroll_container ul li p:nth-child(2) img {
    width: 40%;
    margin: 0px 3%;
}

.scroll_container ul li p:nth-child(2) span:nth-child(1) {
    font-size: 24px;
    font-weight: bold;
    color: white;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -40%);
    text-shadow: #000 2px 0 0, #000 0 2px 0, #000 -2px 0 0, #000 0 -2px 0;
    animation-name: pscale_reverse;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}

.scroll_container ul li p:nth-child(2) span:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -60%);
    animation-name: pmove_reverse;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}

.index_three {
    display: none;
}


/*=====about=====*/

.Sys_banner .box {
    height: 335px;
    width: 100%;
    color: #FFF;
}

.Sys_banner ul h1 {
    text-align: center;
    text-align: center;
    padding-top: 70px;
    font-size: 70px;
    font-weight: bold;
}

.Sys_banner ul li {
    text-align: center;
    font-size: 38px;
    text-align: center;
    opacity: .8;
    line-height: 45px;
}

.Sys_banner .box {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.Sys_banner .box_about {
    background-image: url(Images/banner.jpg);
}

.Sys_banner .box_games {
    background-image: url(Images/banner.jpg);
}

.Sys_banner .box_careers {
    background-image: url(Images/banner.jpg);
}

.Sys_banner .box_contact {
    background-image: url(Images/banner.jpg);
}

.Sys_banner .box_privacy {
    height: 250px;
    background: #45187F;
}

.Sys_banner .box_privacy h2 {
    text-align: center;
    font-weight: bold;
    font-size: 70px;
    text-align: center;
    padding-top: 70px;
}

.About {
    padding: 100px 0px;
}

.About .left {
    width: 25%;
    float: left;
}

.About .left h3 {
    font-size: 40px;
    font-weight: bold;
    color: #ed184f;
}

.About .right {
    width: 75%;
    float: left;
}

.About .right_one {
    color: #333;
    font-size: 22px;
}

.About .right_two {
    margin: 70px 0px;
}

.About .right_two h3 {
    color: #333;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
}

.About .right_two ul {
    display: table;
    width: 100%;
    text-align: center;
}

.About .right_two ul li {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    background: #000000;
    margin: 0 20px;
    display: inline-block;
}

.About .right_two ul li p {
    color: #FFF;
}

.About .right_two ul li p:nth-child(1) {
    font-size: 50px;
    padding-top: 50px;
    font-weight: bold;
}

.About .right_two ul li p:nth-child(1) span {
    vertical-align: super;
    font-size: 50px;
}

.About .right_two ul li p:nth-child(2) {
    font-size: 18px;
}

.About .right_three {
    padding-bottom: 60px;
}

.About .right_three h3 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
}

.About .right_three p {
    font-size: 18px;
    line-height: 30px;
    color: #999;
}


/*=====Games=====*/

.Games .Sys_main {
    width: 1180px;
    padding: 0px 0px 30px;
}

.Games ul {
    width: 540px;
    float: left;
    border-top: 1px solid #EDEDEF;
    padding: 60px 0px;
    position: relative;
}

.Games ul:nth-child(2n) {
    margin-left: 100px;
}

.Games ul h2 {
    height: 60px;
    font-size: 24px;
}

.Games ul h2 a {
    color: #000;
    font-weight: normal;
}

.Games ul h3,
.Games ul h3 img {
    height: 180px;
    width: 180px;
}

.Games ul h3 {
    position: absolute;
    left: 0px;
    top: 120px;
}

.Games ul li {
    padding-left: 215px;
    line-height: 25px;
    font-size: 14px;
}

.Games ul li:nth-child(3) {
    height: 225px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
}

.Games ul li:nth-child(4) {
    padding-top: 25px;
    text-align: right;
}

.Games ul li:nth-child(4) a {
    height: 45px;
    width: 195px;
    line-height: 45px;
    border-radius: 45px;
    color: #FFF;
    text-align: center;
    background: #E64863;
    font-size: 20px;
    display: inline-block;
    font-weight: bold;
}


/*=====Careers=====*/

.Careers_box {
    padding: 100px 0px;
}

.Careers_tab_li,
Careers_tab_div,
.Careers_div {
    display: table;
    width: 100%;
}

.Careers_tab_li li {
    float: left;
    font-size: 22px;
    line-height: 100px;
    text-align: center;
    font-weight: bold;
    position: relative;
    border: 2px solid #f5f5f5;
    border-radius: 20px;
    width: 256px;
    margin-right: 30px;
    cursor: pointer;
}

.Careers_tab_li li:last-child {
    margin-right: 0px;
}

.Careers_tab_li li i {
    font-size: 36px;
    vertical-align: middle;
    line-height: 30px;
    text-align: center;
    height: 30px;
    width: 30px;
    margin-right: 10px;
}

.Careers_tab_li li b {
    font-size: 18px;
    line-height: 28px;
    height: 28px;
    width: 28px;
    color: #FFF;
    background: #E64863;
    display: inline-block;
    border-radius: 100%;
    position: absolute;
    z-index: 2;
    top: -14px;
    right: -14px;
}

.Careers_tab_li li:hover {
    border: 2px solid #f5f5f5;
    background: #E64863;
    color: #FFF;
}

.Careers_tab_li li:hover b {
    display: none;
}

.Careers_tab_li li.active {
    border: 2px solid #f5f5f5;
    background: #E64863;
    color: #FFF;
}

.Careers_tab_li li.active b {
    display: none;
}

.Careers_tab_li li.active::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #ed184f;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.Careers_div {
    display: none;
    min-height: 330px;
    padding-top: 20px;
}

.Careers_div ul {
    padding: 40px 0px;
    border-bottom: 1px solid #CCC;
    position: relative;
}

.Careers_div ul h2,
.Careers_div ul h3 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}

.Careers_div ul h3 {
    position: absolute;
    left: 40%;
    top: 40px;
}

.Careers_div ul h3 span {
    font-size: 14px;
    display: block;
    color: #94a1b2;
    font-weight: normal;
    margin-top: 10px;
}

.Careers_div ul li {
    font-size: 14px;
    color: #94a1b2;
    width: 38%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.Careers_div ul li:nth-child(4) {
    position: absolute;
    z-index: 5;
    top: 50px;
    right: 0px;
    width: auto;
    transform: translateY(-50%);
}

.Careers_div ul li:nth-child(4) a {
    width: 250px;
    color: #ed184f;
    font-size: 18px;
    font-weight: bold;
    display: block;
    border: 3px solid #ed184f;
    border-radius: 30px;
    margin: 50px auto 0;
    text-align: center;
    line-height: 40px;
}


/**/

.layer-Invite {
    border-radius: 0px;
    background-color: transparent;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, .0);
}

.layer-Invite .layui-layer-setwin {
    display: none;
}

.careers_box {
    position: relative;
    width: 700px;
    min-height: 600px;
    margin: 5% auto;
    flex-basis: var(--c-modal-body-flex-basis, 22.5rem);
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
    animation-timing-function: cubic-bezier(0, 0, .2, 1);
    background-color: #fff;
    border-radius: 1rem;
    will-change: transform;
    -webkit-box-shadow: 0 32px 54px 0 rgba(3, 8, 23, 0.06);
    box-shadow: 0 32px 54px 0 rgba(3, 8, 23, 0.06);
    padding: 50px;
}

.careers_box h5 {
    font-size: 26px;
    font-weight: bold;
    line-height: 50px;
    border-bottom: 1px solid #f5f5f5;
}

.careers_box p {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
    margin-top: 30px;
}

.careers_box .close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.careers_box .close i {
    font-size: 20px;
}

.careers_box li {
    font-size: 14px;
    line-height: 30px;
    color: #333;
    padding-left: 30px;
}

.careers_box ol {
    list-style-type: none;
    counter-reset: sectioncounter;
}

.careers_box ol li:before {
    content: counter(sectioncounter) "、";
    counter-increment: sectioncounter;
}

.careers_box p a {
    width: 250px;
    color: #ed184f;
    font-size: 18px;
    font-weight: bold;
    display: block;
    border: 3px solid #ed184f;
    border-radius: 30px;
    margin: 50px auto 0;
    text-align: center;
    line-height: 40px;
}

.Contact {
    padding: 70px 0px 0px;
    min-height: 600px;
}

.Contact .one {
    padding-bottom: 80px;
}

.Contact .one li {
    padding: 8px 0px;
    display: table;
    width: 100%;
}

.Contact .one li p {
    float: left;
    width: 50%;
    font-size: 24px;
}

.Contact .one li p:nth-child(1) {
    text-align: right;
}

.Contact .two .map_box {
    margin: 0px auto;
    width: 600px;
    height: 500px;
    border: 1px solid red
}

.privacy {
    height: auto;
    padding-top: 50px;
}

.privacy h3 {
    color: #000;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 50px;
}

.privacy p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-bottom: 10px;
}

.privacy p.a1 {
    font-weight: bold;
    color: #000;
}

.privacy p.a2 {
    margin-bottom: 0;
    padding-left: 20px;
}