html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /* font-weight: normal; */
  vertical-align: baseline;
  outline: none;
}

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

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  color: #7e8c8d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

li {
  list-style: none;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  border-radius: 6px;
}

html,
body {
  width: 100%;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
}

body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body .bar {
  width: 100%;
  min-width: 1280px;
  background-color: #ffffff;
}

body .bar .bar-title {
  border-bottom: solid 1px #e5e5e5
}

body .bar .bar-title .bar-title-con {
  width: 1280px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  height: 37px;
  line-height: 37px;
  font-size: 14px;
  color: #333
}

body .bar .bar-title .bar-title-con .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

body .bar .bar-title .bar-title-con .left>li {
  font-weight: 400;
  font-size: 14px;
  color: #333;
  margin-right: 30px
}

body .bar .bar-title .bar-title-con .left>li a {
  font-weight: 400;
  font-size: 14px;
  color: #333
}

body .bar .bar-title .bar-title-con .left>li a.home {
  color: #0770d1
}

body .bar .bar-title .bar-title-con .left>li.nav {
  position: relative;
  padding-right: 15px;
  cursor: pointer
}

body .bar .bar-title .bar-title-con .left>li.nav:hover .nav_box {
  display: block
}

body .bar .bar-title .bar-title-con .left>li.nav::after {
  pointer-events: none;
  content: "";
  position: absolute;
  right: 0;
  top: 9px;
  width: 10px;
  height: 18px;
  background: url("https://www.serengetilive.com/statics/sg/images/a91b75e0.png") center/contain no-repeat
}

body .bar .bar-title .bar-title-con .left>li.nav .nav_box {
  display: none;
  position: absolute;
  top: 36px;
  left: 0;
  z-index: 100;
  padding-top: 4px;
  -webkit-animation: an .3s ease-in-out;
  animation: an .3s ease-in-out
}

body .bar .bar-title .bar-title-con .left>li.nav .nav_box .nav_box_in {
  padding: 10px 20px 13px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, .1608);
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, .1608)
}

body .bar .bar-title .bar-title-con .left>li.nav .nav_box .nav_box_in ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

body .bar .bar-title .bar-title-con .left>li.nav .nav_box .nav_box_in ol li {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  white-space: nowrap
}

body .bar .bar-title .bar-title-con .left>li.nav .nav_box .nav_box_in ol li:first-of-type::after {
  content: "|";
  margin-left: 20px;
  color: #bebebe
}

body .bar .bar-title .bar-title-con .left>li.nav .nav_box .nav_box_in ol li a {
  font-weight: 400;
  font-size: 14px;
  color: #666;
  padding: 0 20px
}

body .bar .bar-title .bar-title-con .left>li.nav .nav_box .nav_box_in ol li a.active,
body .bar .bar-title .bar-title-con .left>li.nav .nav_box .nav_box_in ol li a:hover {
  width: 56px;
  color: #0770d1
}

body .bar .bar-title .bar-title-con .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

body .bar .bar-title .bar-title-con .right li {
  padding-left: 30px
}

body .bar .bar-title .bar-title-con .right li.free {
  position: relative
}

body .bar .bar-title .bar-title-con .right li.free:hover {
  cursor: pointer;
  color: #0770d1
}

body .bar .bar-title .bar-title-con .right li.free:hover .card {
  display: block;
  opacity: 1;
  -webkit-animation: vip .3s ease-in-out;
  animation: vip .3s ease-in-out
}

body .bar .bar-title .bar-title-con .right li.free i {
  position: absolute;
  left: 5px;
  top: 6px;
  width: 20px;
  height: 26px;
  background: url("https://www.serengetilive.com/statics/vips/images/91796bc7.png") center/contain no-repeat
}

body .bar .bar-title .bar-title-con .right li.free .card {
  display: none;
  opacity: 0;
  position: absolute;
  top: 24px;
  right: 0;
  z-index: 12;
  padding-top: 12px;
  -webkit-transform: translateX(44%);
  transform: translateX(44%)
}

body .bar .bar-title .bar-title-con .right li.free .card .content {
  padding: 10px 20px 14px;
  width: 344px;
  -webkit-box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, .2);
  box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, .2);
  border-radius: 10px;
  background: #fff url("https://www.serengetilive.com/statics/vips/images/d42be359.png") left top/contain no-repeat
}

body .bar .bar-title .bar-title-con .right li.free .card .content i {
  position: initial;
  display: inline-block;
  vertical-align: -8px;
  margin-right: 5px
}

body .bar .bar-title .bar-title-con .right li.free .card .content span {
  font-weight: 400;
  font-size: 14px;
  color: #666;
  margin-right: 14px
}

body .bar .bar-title .bar-title-con .right li.free .card .content span.recharge {
  display: inline-block;
  width: 66px;
  height: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#393737), to(#494848));
  background: linear-gradient(90deg, #393737 0%, #494848 100%);
  border-radius: 4px;
  font-weight: 400;
  font-size: 12px;
  color: #f9e7be;
  text-align: left;
  line-height: 20px;
  text-align: center
}

body .bar .bar-title .bar-title-con .right li.free .card .content>p {
  font-weight: bold;
  font-size: 16px;
  color: #333;
  letter-spacing: -1px
}

body .bar .bar-title .bar-title-con .right li.free .card .content>p:nth-of-type(2) {
  margin-top: -4px
}

body .bar .bar-title .bar-title-con .right li.free .card .content ol {
  padding-top: 16px
}

body .bar .bar-title .bar-title-con .right li.free .card .content ol li {
  padding-left: 0;
  font-weight: 400;
  font-size: 14px;
  color: #333;
  line-height: 27px
}

body .bar .bar-title .bar-title-con .right li.free .card .content ol li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("https://www.serengetilive.com/statics/vips/images/e659043d.png") left center/contain no-repeat;
  vertical-align: 1px;
  margin-right: 5px
}

body .bar .bar-title .bar-title-con .right li.free.vip i {
  background-image: url("https://www.serengetilive.com/statics/vips/images/f21e7f40.png")
}

body .bar .bar-title .bar-title-con .right li.free.vip .card .content {
  background-image: url("https://www.serengetilive.com/statics/vips/images/5a1e2a12.png")
}

body .bar .bar-title .bar-title-con .right li.free.vip .card .content p i {
  background-image: url("https://www.serengetilive.com/statics/vips/images/f21e7f40.png")
}

body .bar .bar-title .bar-title-con .right li.free.vip .card .content ol li {
  color: #5e3318
}

body .bar .bar-title .bar-title-con .right li.free.vip .card .content ol li::before {
  background-image: url("https://www.serengetilive.com/statics/vips/images/f2c68241.png")
}

body .bar .bar-title .bar-title-con .right li.login {
  color: #0770d1
}

body .bar .bar-title .bar-title-con .right li.login a {
  color: #0770d1;
  margin: 0 4px
}

body .bar .bar-title .bar-title-con .right li a {
  font-weight: 400;
  font-size: 14px;
  color: #333
}

body .bar .bar-header {
  width: 1280px;
  margin: 0 auto;
  height: 96px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body .bar .bar-header .logo {
  width: 176px;
  height: 44px;
  margin-left: 20px;
  margin-top: 9px;
}

body .bar .bar-header .logo h1 {
  height: 44px;
}

body .bar .bar-header .logo h1 img {
  height: 44px;
}

body .bar .bar-header .search-box {
  margin-top: 28px;
  width: 521px;
  height: 42px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  line-height: 40px;
  position: relative;
  overflow: hidden;
}

body .bar .bar-header .search-box form {
  width: 540px;
  height: 40px;
}

body .bar .bar-header .search-box form input.search-content {
  padding: 0 108px 0 10px;
  height: 40px;
  width: 520px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  background: #fff;
  -webkit-appearance: none;
  outline: none;
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

body .bar .bar-header .search-box form input.search-content::-webkit-input-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}

body .bar .bar-header .search-box form input.search-content::-moz-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}

body .bar .bar-header .search-box form input.search-content:-ms-input-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}

body .bar .bar-header .search-box form input.search-content::-ms-input-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}

body .bar .bar-header .search-box form input.search-content::placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}

body .bar .bar-header .search-box form button.search-submit {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  outline: none;
  cursor: pointer;
  width: 97px;
  height: 40px;
  background-color: #0770d1;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 40px;
}

body .bar .bar-header .search-box form button.search-submit img {
  vertical-align: -3px;
  padding-right: 6px;
}

body .bar .bar-header .tel {
  line-height: 96px;
  margin-right: 20px;
  width: 176px;
}

body .bar .bar-header .tel a {
  position: relative;
  font-size: 24px;
  font-family: '' Source Han Sans CN-Regular '';
  font-weight: bold;
  color: #333333;
}

body .bar .bar-header .tel a::before {
  position: absolute;
  content: '';
  left: -43px;
  top: 7px;
  z-index: 10;
  width: 22px;
  height: 24px;
  background-image: url("https://www.serengetilive.com/statics/sg/images/cc9595ab.png");
  background-size: 22px 24px;
}

body .bar .menu-5062847 {
  height: 60px;
}

body .bar .menu-5062847 menu {
  width: 100%;
  height: 60px;
  background: #0770D1;
  top: 0;
  z-index: 20;
}

body .bar .menu-5062847 menu .c {
  width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body .bar .menu-5062847 menu .c .con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

body .bar .menu-5062847 menu .c .con.left a {
  width: auto;
  margin-left: 43px;
}

body .bar .menu-5062847 menu .c .con.left a.active,
body .bar .menu-5062847 menu .c .con.left a:hover {
  background: initial;
}

body .bar .menu-5062847 menu .c .con a {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 20px
}

body .bar .menu-5062847 menu .c .con a.active,
body .bar .menu-5062847 menu .c .con a:hover {
  background: #0054A2;
}

body .bar .menu-5062847 menu .c .con .links {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  position: relative;
  cursor: pointer
}

body .bar .menu-5062847 menu .c .con .links img {
  position: absolute;
  right: 6px;
  top: 27px;
  width: 11px
}

body .bar .menu-5062847 menu .c .con .links:hover {
  background: #0054a2
}

body .bar .menu-5062847 menu .c .con .links:hover ul {
  animation: ans .3s ease-in-out;
  display: block;
  opacity: 1;
  top: 60px
}

body .bar .menu-5062847 menu .c .con .links ul {
  display: none;
  opacity: 0;
  position: absolute;
  top: 62px;
  right: 0;
  z-index: 10;
  background: #0054a2;
  padding: 10px 0
}

body .bar .menu-5062847 menu .c .con .links ul li {
  text-align: left;
  padding: 0 15px;
  line-height: 36px;
  height: 36px
}

body .bar .menu-5062847 menu .c .con .links ul li:hover a {
  color: #fff834
}

body .bar .menu-5062847 menu .c .con .links ul li a {
  display: inline;
  white-space: nowrap;
  line-height: 36px;
  font-weight: 400;
  font-size: 16px;
  color: #fff
}

body .activily-3074171 .wrap {
  padding-bottom: 0;
}

.kpm ul {
  width: 902px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.kpm ul li {
  width: 442px;
  height: 510px;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 10px;
}

.kpm ul li a img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.kpm ul li h3 {
  padding-left: 15px;
  font-size: 24px;
  font-weight: 500;
  color: #0770D1;
  height: 24px;
  margin-top: 20px;
}

.kpm ul li h3::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 24px;
  background: #0770D1;
  margin-right: 10px;
  vertical-align: -4px;
}

.kpm ul li h3 a {
  font-size: 14px;
  font-weight: 400;
  color: #0770D1;
  float: right;
  margin-right: 20px;
  margin-top: 6px;
}

.kpm ul li .lis {
  padding: 5px 0px 10px 15px;
  line-height: 1.26;
  font-size: 0;
}

.kpm ul li .lis a {
  display: inline-block;
  max-width: 100%;
  font-size: 15px;
  margin-right: 16px;
  font-weight: 400;
  color: #333333;
  margin-top: 14px;
  background: url("https://www.serengetilive.com/statics/sg/images/e47fed32.png") left center / 10px 13px no-repeat;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.kpm ul li .lis a:hover {
  color: #0770D1;
}

.school_1519 {
  background-color: white;
  border-radius: 10px;
  margin-top: 20px;
}

.school_1519 h3 {
  padding-left: 20px;
  font-size: 24px;
  font-weight: 500;
  color: #0770D1;
  padding-top: 20px;
}

.school_1519 h3::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 24px;
  background: #0770D1;
  margin-right: 10px;
  vertical-align: -4px;
}

.school_1519 h3 a {
  font-size: 14px;
  font-weight: 400;
  color: #0770D1;
  float: right;
  margin-right: 20px;
  margin-top: 6px;
}

.school_1519 form {
  font-size: 0;
  margin: 20px;
}

.school_1519 form input {
  width: 500px;
  height: 35px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #BFBFBF;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  padding: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  color: #000000;
  -webkit-box-shadow: 0 0 0 1000px white inset;
  box-shadow: 0 0 0 1000px white inset;
}

.school_1519 form input::-webkit-input-placeholder {
  color: 999999;
  font-size: 14px;
  font-weight: 400;
}

.school_1519 form input::-moz-placeholder {
  color: 999999;
  font-size: 14px;
  font-weight: 400;
}

.school_1519 form input:-ms-input-placeholder {
  color: 999999;
  font-size: 14px;
  font-weight: 400;
}

.school_1519 form input::-ms-input-placeholder {
  color: 999999;
  font-size: 14px;
  font-weight: 400;
}

.school_1519 form input::placeholder {
  color: 999999;
  font-size: 14px;
  font-weight: 400;
}

.school_1519 form button {
  width: 80px;
  height: 35px;
  background: #0770D1;
  border-radius: 4px;
  border: none;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
  vertical-align: 0;
}

.school_1519 ul li>a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px;
  padding: 20px 0;
  border-bottom: solid 1px #E1E1E1;
}

.school_1519 ul li>a img {
  border: solid 1px #E1E1E1;
  margin-right: 20px;
  width: 246px;
  height: 130px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.school_1519 ul li>a .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.school_1519 ul li>a .right h4 {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
}

.school_1519 ul li>a .right .desc {
  height: 83px;
}

.school_1519 ul li>a .right .desc p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 23px;
  padding-top: 11px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: justify;
}

.school_1519 ul li>a .right .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.school_1519 ul li>a .right .bottom>span {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

.school_1519 ul li>a .right .bottom .btn {
  font-size: 0;
}

.school_1519 ul li>a .right .bottom .btn span {
  display: inline-block;
  width: 81px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #0770D1;
  font-size: 14px;
  font-weight: 400;
  margin-left: 15px;
  color: #0770D1;
  background: #FFFFFF;
}

.school_1519 ul li>a .right .bottom .btn a {
  display: inline-block;
  width: 81px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #0770D1;
  font-size: 14px;
  font-weight: 400;
  margin-left: 15px;
  background-color: #0770D1;
  color: white;
}

.school_1519 ul li:last-of-type a {
  border-bottom: none;
}

.pages_1022 {
  text-align: center;
  margin: 30px auto 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 47px;
}

.pages_1022 span {
  height: 35px;
  background: #338eff;
  border-radius: 2px;
  line-height: 35px;
  font-size: 14px;
  letter-spacing: -1px;
  border: 1px solid #338eff;
  display: inline-block;
  padding: 0 10px;
  color: #fff
}

.pages_1022 a {
  height: 35px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  padding: 0 10px;
  color: #999;
  line-height: 35px;
  font-size: 14px;
  letter-spacing: -1px;
  display: inline-block;
  background-color: #fff
}

.pages_1022 a:hover {
  background: #f1f1f1;
  color: #000;
  text-decoration: none
}

.news_1008 {
  margin-top: 20px;
  font-size: 20px;
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  font-weight: bold;
  color: #333333;
}

.news_1008 h3 {
  padding: 20px 0 0 20px;
}

.news_1008 h3 span {
  height: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}

.news_1008 h3 span:before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 20px;
  background-color: #0770d1;
  margin-right: 8px;
  vertical-align: -3px;
}

.news_1008 .con {
  border-radius: 12px;
  background: #FFFFFF;
}

.news_1008 ul {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 20px;
  width: 900px;
  border-radius: 12px;
}

.news_1008 ul li {
  padding: 24px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: solid #d4d4d4 1px;
}

.news_1008 ul li:last-of-type {
  border-bottom: none;
}

.news_1008 ul li>a {
  width: 204px;
  height: 138px;
  overflow: hidden;
  display: block;
  border-radius: 8px;
  margin-right: 26px;
}

.news_1008 ul li>a img {
  width: 204px;
  height: 138px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.news_1008 ul li .abroad-article {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.news_1008 ul li .abroad-article a h2 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: justify;
}

.news_1008 ul li .abroad-article .text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 16px;
  height: 91px;
}

.news_1008 ul li .abroad-article .text p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: justify;
}

.news_1008 ul li .abroad-article .source {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  color: #333333;
}

.news_1008 ul li .abroad-article .source a {
  font-weight: 400;
  color: #333333;
  max-width: 525px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_1008 ul li .abroad-article .source a img {
  height: 24px;
  width: 24px;
  vertical-align: -6px;
  border-radius: 50%;
}

.news_1008 ul li .abroad-article .source a span {
  margin-right: 4px;
}

.news_1008 ul li .abroad-article .source span {
  font-size: 16px;
  font-weight: 400;
  margin-left: 4px;
}

.mask_1607 {
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mask_1607.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mask_1607 .con {
  background-color: white;
  padding-top: 30px;
  border-radius: 13px;
  position: relative;
}

.mask_1607 .con h4 {
  font-size: 24px;
  font-weight: 500;
  color: #0770D1;
  text-align: center;
}

.mask_1607 .con>img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 15px;
  height: 15px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 12px;
  cursor: pointer;
}

.mask_1607 .con form {
  padding: 30px 67px 36px 67px;
  padding-top: 15px;
  text-align: center;
}

.mask_1607 .con form .input {
  text-align: left;
  margin-top: 15px;
}

.mask_1607 .con form .input:nth-of-type(-n+3) {
  position: relative;
}

.mask_1607 .con form .input:nth-of-type(-n+3)::before {
  position: absolute;
  content: "*";
  color: red;
  left: 0;
  top: 10px;
}

.mask_1607 .con form .input span {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  padding-left: 10px;
  margin-right: 15px;
}

.mask_1607 .con form .input input {
  width: 325px;
  height: 42px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #E3E3E3;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  padding: 0 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  color: #000000;
  -webkit-box-shadow: 0 0 0 1000px white inset;
  box-shadow: 0 0 0 1000px white inset;
}

.mask_1607 .con form .input input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}

.mask_1607 .con form .input input::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}

.mask_1607 .con form .input input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}

.mask_1607 .con form .input input::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}

.mask_1607 .con form .input input::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}

.mask_1607 .con form button {
  width: 147px;
  height: 38px;
  background: #0770D1;
  border-radius: 4px;
  font-size: 19px;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 30px;
  border: none;
  outline: none;
  cursor: pointer;
}

aside {
  width: 360px;
  margin-top: 30px;
}

aside .ad {
  width: 360px;
}

aside .ad img {
  width: 360px;
  cursor: pointer;
}

aside .activily-3074171 {
  margin-top: 20px;
}

aside .activily-3074171 h3 {
  font-size: 20px;
  height: 20px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

aside .activily-3074171 h3::before {
  height: 20px;
}

aside .zhinan {
  background: #FFFFFF;
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px 20px 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

aside .zhinan h3 {
  font-size: 20px;
  font-weight: 500;
  color: #0770D1;
  height: 20px;
}

aside .zhinan h3::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 20px;
  background: #0770D1;
  margin-right: 10px;
  vertical-align: -4px;
}

aside .zhinan ul {
  margin-top: 5px;
}

aside .zhinan ul li {
  height: 46px;
  line-height: 46px;
  border-bottom: solid 1px #DEDEDE;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

aside .zhinan ul li:last-of-type {
  border-bottom: none;
}

aside .zhinan ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  padding-left: 14px;
}

aside .zhinan ul li a:hover {
  color: #0770D1;
}

.activily-3074171 {
  width: 360px;
}

.activily-3074171 .wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 20px 15px;
  background-color: white;
}

.activily-3074171 h3 {
  font-size: 24px;
  font-weight: 500;
  color: #0770D1;
  height: 24px;
}

.activily-3074171 h3::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 20px;
  background: #0770D1;
  margin-right: 10px;
  vertical-align: -4px;
}

.activily-3074171 .swiper {
  width: 330px;
  margin-top: 20px;
  overflow: hidden;
}

.activily-3074171 .swiper .swiper-slide {
  width: 330px;
  height: 342px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.activily-3074171 .swiper .swiper-slide .con {
  width: 330px;
  height: 220px;
  position: relative;
}

.activily-3074171 .swiper .swiper-slide .con::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 58px;
  height: 52px;
  z-index: 10;
  background: url("https://www.serengetilive.com/statics/sg/images/9a943cd3.png") center / contain no-repeat;
}

.activily-3074171 .swiper .swiper-slide .con img {
  width: 330px;
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.activily-3074171 .swiper .swiper-slide .con p {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  padding: 0 12px;
  font-weight: 400;
  color: white;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}

.activily-3074171 .swiper .swiper-slide>p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  padding-top: 12px;
}

.activily-3074171 .swiper .swiper-slide .btn {
  text-align: center;
  margin-top: 15px;
}

.activily-3074171 .swiper .swiper-slide .btn a {
  display: inline-block;
  width: 150px;
  height: 34px;
  line-height: 32px;
  border-radius: 4px;
  border: 1px solid #1583E3;
  font-size: 14px;
  font-weight: 400;
  color: #1583E3;
  background: url("https://www.serengetilive.com/statics/sg/images/c344b826.png") 98px center / 17px 13px no-repeat;
  padding-right: 26px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form1684460871227 {
  width: 360px;
  height: 480px;
  background: center top / 360px 480px no-repeat;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form1684460871227 form {
  padding-top: 110px;
  width: 306px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form1684460871227 form input {
  width: 306px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #E3E3E3;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form1684460871227 form input::-webkit-input-placeholder {
  color: #999999;
}

.form1684460871227 form input::-moz-placeholder {
  color: #999999;
}

.form1684460871227 form input:-ms-input-placeholder {
  color: #999999;
}

.form1684460871227 form input::-ms-input-placeholder {
  color: #999999;
}

.form1684460871227 form input::placeholder {
  color: #999999;
}

.form1684460871227 form button {
  width: 306px;
  height: 40px;
  background: #2B77DF;
  -webkit-box-shadow: 0px 3px 6px 1px rgba(75, 142, 232, 0.502);
  box-shadow: 0px 3px 6px 1px rgba(75, 142, 232, 0.502);
  border-radius: 4px;
  border: none;
  outline: none;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 20px;
  cursor: pointer;
}

body .footer_nav {
  background-color: #044781;
  clear: both;
  min-width: 1280px;
}

body .footer_nav .con {
  width: 1280px;
  margin: 0 auto;
}

body .footer_nav .con .footer-menu {
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body .footer_nav .con .footer-menu h2 {
  width: 176px;
  height: 44px;
  margin-left: 20px;
  margin-top: 26px;
  background-size: contain;
  background-repeat: no-repeat;
}

body .footer_nav .con .footer-menu h2 img{
  height: 50px;
}

body .footer_nav .con .footer-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 590px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body .footer_nav .con .footer-menu ul li {
  line-height: 90px;
}

body .footer_nav .con .footer-menu ul li a {
  display: inline-block;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 16px;
  font-weight: 300;
}

body .footer_nav .con .footer-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  padding: 27px 0 14px 0;
}

body .footer_nav .con .footer-contact ul {
  width: 633px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

body .footer_nav .con .footer-contact ul li:nth-of-type(even) {
  margin-top: -16px;
}

body .footer_nav .con .footer-contact ul li img {
  width: 120px;
  height: 120px;
  margin: 0 10px;
}

body .footer_nav .con .footer-contact ul li span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
  margin-top: 10px;
}

body .footer_nav .con .footer-contact ul li p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
}

body .footer_nav .con .footer-contact ul li p:last-of-type {
  font-size: 24px;
  font-weight: 500;
  margin-top: 10px;
  margin-right: 10px;
}

body .footer_nav .con .footer-contact .right {
  padding-bottom: 10px;
}

body .footer_nav .con .footer-contact .right p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

body .footer_nav .con .footer-contact .right p:first-of-type {
  margin-top: 0;
}

body .footer_nav .con .footer-contact .right p span {
  position: relative;
  margin-right: 19px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
  cursor: pointer;
}

body .footer_nav .con .footer-contact .right p span:hover a {
  color: #46A9FF;
}

body .footer_nav .con .footer-contact .right p span:hover a.img-wrap {
  display: block;
}

body .footer_nav .con .footer-contact .right p span:first-of-type {
  width: 80px;
  display: inline-block;
  text-align: right;
  margin-top: 0;
}

body .footer_nav .con .footer-contact .right p span:last-of-type {
  margin-right: 0;
}

body .footer_nav .con .footer-contact .right p span a {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
}

body .footer_nav .con .footer-contact .right p span a.img-wrap {
  position: absolute;
  display: none;
  width: 120px;
  height: 136px;
  bottom: 0;
  left: 50%;
  z-index: 1100;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 16px;
}

body .footer_nav .con .footer-contact .right p span a.img-wrap img {
  width: 120px;
  height: 120px;
  -webkit-box-shadow: 0 0 2px 0 rgba(185, 201, 214, 0.7);
  box-shadow: 0 0 2px 0 rgba(185, 201, 214, 0.7);
}

body .footer_nav .con .footer-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body .footer_nav .con .footer-copyright p {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.55);
  line-height: 46px;
}

body .footer_nav .con .footer-copyright p a {
  color: rgba(255, 255, 255, 0.55);
  float: left;
}

body .footer_nav .con .footer-copyright p a img {
  width: 15px;
  height: 17px;
  margin: 0 4px;
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
}

html {
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
}

html .noscroll {
  overflow: hidden;
}

body {
  background-color: #F3F3F7;
}

body .noscroll {
  overflow: hidden;
}

body section {
  width: 1280px;
  margin: 0 auto 50px;
}

body section .banner {
  margin-top: 20px;
}

body section .link {
  font-size: 16px;
  font-weight: 400;
  color: #0770D1;
  padding-top: 20px;
  line-height: 20px;
}

body section .link i {
  vertical-align: 1px;
}

body section .link a {
  color: #999999;
}

body section .contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body section .contain main {
  width: 100%;
  padding-right: 18px;
}

body section .contain main .top {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body section .contain aside {
  margin-top: 20px;
}

body section .contain aside .ad {
  display: inline-block;
}

body section .contain aside .ad:nth-of-type(2) {
  margin-top: 20px;
}

.layui-layer {
  pointer-events: none;
}

@keyframes ans {
  0% {
    top: 62px;
    opacity: 0
  }

  100% {
    top: 60px;
    opacity: 1
  }
}

.form-8971908 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.form-8971908 > div {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 20px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #BFBFBF;
}
.form-8971908 > div.w1 {
  margin-left: 500px !important;
}
.form-8971908 > div.w1::after {
  content: initial;
}
.form-8971908 > div:first-of-type {
  margin-left: 0;
}
.form-8971908 > div:nth-of-type(3)::after {
  content: initial;
}
.form-8971908 > div::after {
  position: absolute;
  content: "";
  right: 10px;
  top: 14px;
  z-index: 10;
  pointer-events: none;
  width: 11px;
  height: 6px;
  background: url("https://www.serengetilive.com/statics/sg/images/da83319e.png") center center / 11px 6px;
}
.form-8971908 > div select,
.form-8971908 > div input {
  height: 35px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  border: none;
  border-radius: 4px;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.form-8971908 > div select:-internal-autofill-previewed,
.form-8971908 > div input:-internal-autofill-previewed,
.form-8971908 > div select:-internal-autofill-selected,
.form-8971908 > div input:-internal-autofill-selected {
  -webkit-text-fill-color: #000000;
  -webkit-transition: background-color 5000s ease-out 0.5s;
  transition: background-color 5000s ease-out 0.5s;
}
.form-8971908 > div input {
  padding-right: 80px;
}
.form-8971908 > div input::-webkit-input-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}
.form-8971908 > div input::-moz-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}
.form-8971908 > div input:-ms-input-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}
.form-8971908 > div input::-ms-input-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}
.form-8971908 > div input::placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}
.form-8971908 > div button {
  position: absolute;
  right: 0;
  top: 0;
  width: 69px;
  height: 35px;
  background: #0770D1;
  border-radius: 4px;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
}