<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */
/******************************

COLOR PALETTE




[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Home
	3.1 Header
		3.1.1 Logo
		3.1.2 Main Navigation
		3.1.3 Search
		3.1.4 Hamburger
	3.2 Hero Slider
	3.3 Next Section Scroll
4. Menu
5. Icon Boxes
6. Vertical Slider Section
7. Services
	7.1 Services Slider
8. Features
9. Call to action
10. Text Line
11. Newsletter
12. Footer
******************************/
/***********
1. Fonts
***********/
/*@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900|Roboto:300,400,500,700,900');*/
/*********************************
2. Body and some general stuff
*********************************/
* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

/*********************************
DIY bootstrap4/bootstrap.css
*********************************/
.breadcrumb {
  background: none !important;
  padding: 0 !important;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 2;
  font-weight: 300;
  background: #ffffff;
  color: #000000;
}

div {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  list-style: none;
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

p a {
  display: inline;
  position: relative;
  color: inherit;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

a,
a:hover,
a:visited,
a:active,
a:link {
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

a {
  color: #000000;
}

a:hover {
  color: #b7aa00;
}

p a:active {
  position: relative;
  color: #FF6347;
}

p a:hover {
  color: #FFFFFF;
  background: #b7aa00;
}

p a:hover::after {
  opacity: 0.2;
}

::selection {
  background: #000000;
  color: #b7aa00;
}

p::selection {
  background: #000000;
}

h7 {
  font-size: 12px !important;
  line-height: 12px !important;
}

.txt_10 {
  font-size: 10px !important;
}

.txt_11 {
  font-size: 11px !important;
}

.txt_12 {
  font-size: 12px !important;
}

section {
  display: block;
  position: relative;
  box-sizing: border-box;
}

.section_box {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 50px;
}

.section_box_w {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ffffff;
}

.section_box_h {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: #f6f6f6;
}

.clear {
  clear: both;
}

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.trans_200 {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.trans_300 {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.trans_400 {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.trans_500 {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.bez_1 {
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

.box_mb_none {
  margin-bottom: 30px !important;
}

.none {
  display: none;
}

.bodybg_hui {
  background-color: #f6f6f6 !important;
}

.box-shadow {
  box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.1)
}

.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;
}

.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;
}

.pl30px {
  padding-left: 30px;
}

.no_border_t {
  border-top: 0px !important;
}

.no_border_b {
  border-bottom: 0px !important;
}

.no_top {
  padding-top: 0px !important;
  margin-top: 0px !important;
}

.box_top {
  margin-top: -100px;
  z-index: 30;
}

.line_top {
  width: 100%;
  clear: both;
  border-top: 1px solid #f5f5f5;
  padding-top: 30px;
  margin-top: 20px;
  float: left;
}

.line_bottom {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.image-line {
  border: 1px solid #f5f5f5;
}

.radius5px {
  border-radius: 5px;
}

.radius10px {
  border-radius: 10px;
}

.fill_height {
  height: 100%;
}

.super_container {
  width: 100%;
  overflow: hidden;
}

.button {
  display: inline-block;
  height: 50px;
  width: 140px;
  text-align: center;
  border: solid 2px #b7aa00;
  background: transparent;
}

.button a {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  color: #b7aa00;
}

.button_w {
  display: inline-block;
  height: 50px;
  width: 140px;
  text-align: center;
  border: solid 2px #ffffff;
  background: transparent;
}

.button_w a {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  color: #ffffff;
}

.button_w:hover {
  border: solid 2px #ffffff;
  background: #ffffff !important;
}

.button_w:hover a {
  color: #b7aa00 !important;
}

.button_diy_zqx a {
  height: 50px;
  width: 140px;
  text-align: center;
  border: solid 2px #ff6a00;
  background: transparent;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  color: #ff6a00;
}

.button_diy_zqx a:hover {
  background: #ff6a00;
  color: #FFFFFF;
}

.button_diy_xwsjjqr a {
  height: 50px;
  width: 140px;
  text-align: center;
  border: solid 2px #00b496;
  background: transparent;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  color: #00b496;
}

.button_diy_xwsjjqr a:hover {
  background: #00b496;
  color: #FFFFFF;
}

.button_diy_xwznqm a {
  height: 50px;
  width: 140px;
  text-align: center;
  border: solid 2px #ffbb33;
  background: transparent;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  color: #ffbb33;
}

.button_diy_xwznqm a:hover {
  background: #ffbb33;
  color: #FFFFFF;
}

.cta_button:hover {
  background: #ffffff;
}

.cta_button:hover a {
  color: #b7aa00;
}

.button_2 {
  display: inline-block;
  height: 50px;
  width: 140px;
  text-align: center;
  border: solid 2px #b7aa00;
  background: #b7aa00;
}

.button_2 a {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  color: #ffffff;
}

.button_2:hover {
  border: solid 2px #b7aa00;
  background: #ffffff !important;
}

.button_2:hover a {
  color: #b7aa00 !important;
}

.prlx_parent {
  overflow: hidden;
}

.prlx {
  height: 130% !important;
}

.color_main {
  color: #000000 !important;
}

.color_baise {
  color: #ffffff !important;
}

.color_hui {
  color: #999 !important;
}

.bg_baise {
  background-color: #ffffff !important;
}

.title h2 {
  margin-bottom: 0px !important;
}

.title h3 {
  margin-bottom: 0px !important;
}

.title p {
  margin-bottom: 0px !important;
  color: #cccccc;
}

/*********************************
3. Home
*********************************/
.home {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/*#index .header {
    background: rgba(0, 0, 0, 0.8);
    border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
}*/
.newhome {
  height: 100px;
}

#think_page_trace_open {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .newhome {
    height: 9vw;
  }
}

@media screen and (max-width: 480px) {
  .newhome {
    height: 14vw;
  }
}

#secondary .home {
  height: 500px !important;
}

#top_min .home {
  height: 100px !important;
}

.home_background_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.home_pic_container {
  position: relative;
  width: 100%;
  height: 100vh;
}

.home_pic_box {
  position: absolute;
  bottom: 200px;
  left: 0;
}

.home_background {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -100;
}

.overlay_index_banner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.overlay span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url(../images/videooverlay1.png) repeat;
}

.overlay_w {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(288, 288, 288, 0.95);
}

.overlay_red {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 85, 0, 0.8);
}

video.overlay_play {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -50;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
}

.overlay_play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-color: #000000;

}

.particles-js-box {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100vh;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
}

/*********************************
3.1 Header
*********************************/
.header .header-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.header.scrolled .header-top {
  height: 40px;
  background: rgba(51, 102, 255, 1);
}

.header .header-top,
.header .header-top a {
  font-size: 12px !important;
  color: #999999;
}

.header.scrolled .header-top a {
  color: #ffffff;
}

.header.scrolled .header-top {
  color: #ffffff;
}

.header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  background: rgba(0, 0, 0, 0);
  border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
  z-index: 10;
}

.header .logo img {
  height: 50px;
}

.header.scrolled {
  height: 60px;
  background: rgba(255, 255, 255, 0.95) !important;
  border-bottom: none !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1) !important;
}

.header.scrolled .logo {
  display: none;
}

.header.scrolled .logo_w {
  display: block;
}

.header.scrolled .logo_w img {
  height: 30px !important;
}

.header.scrolled .search_button {
  color: #ffffff;
}

/*********************************
3.1.1 Logo
*********************************/
.logo {
  padding-left: 50px;
  flex-basis: 50%;
}

.logo_w {
  padding-left: 50px;
  flex-basis: 50%;
}

.logo_w {
  display: none;
}

/*********************************
3.1.2 Main Navigation
*********************************/
.main_nav {
  flex-basis: 200%;
}

.main_nav ul {
  display: inline-block;
  margin-right: 50px;
}

.main_nav ul li {
  display: inline-block;
  margin-right: 40px;
}

.main_nav ul li:last-child {
  margin-right: 0px;
}

.main_nav ul li a.main_nav_a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  color: #ffffff;
}

.main_nav ul li a:hover {
  color: #b7aa00;
}


.scrolled .main_nav ul li a:hover {
  color: #b7aa00 !important;
}

.scrolled .main_nav ul li a.main_nav_a {
  color: #000000 !important;
}

.scrolled .main_nav ul li a.main_nav_a:hover {
  color: #b7aa00 !important;
}

.scrolled .main_nav ul li a.dropdown-item:active {
  color: #ffffff !important;
}

.main_nav ul li.active a {
  font-weight: 700;
  color: #ffffff;
}

/*********************************
3.1.3 Search
*********************************/
.search {
  display: inline-block;
  margin-right: 50px;
  height: 100%;
}

.search_content {
  width: 100%;
  height: 100%;
}

.search_form {
  position: absolute;
  right: 0;
  top: 90px;
  width: 200px;
  height: 40px;
  visibility: hidden;
  opacity: 0;
}

.search_form.active {
  top: 50px;
  visibility: visible;
  opacity: 1;
}

.search_button a {
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
  background: #b7aa00;
  border-radius: 5px;
  float: left;
  padding: 0 20px;
}

.search_button a:hover {
  color: #000000;
  background: #e0d000;
}

.search_button_cn-en {
  float: left;
  height: 40px;
  line-height: 36px;
  font-size: 12px;
  color: #999;
  position: relative;
  border-bottom: none;
  padding: 0 10px;
  border: 2px solid #b7aa00;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.search_button_cn-en a {
  font-size: 14px;
  color: #b7aa00;
  margin: 0 2px;
}

.search_button_cn-en a:hover {
  color: #999;
}

.search_button_bottom {
  width: 160px;
  height: 40px;
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
  background: linear-gradient(to right, #3cc850, #5adc78);
  border-radius: 20px;
}

/*********************************
3.1.4 Hamburger
*********************************/
.hamburger_container {
  display: none;
  cursor: pointer;
  margin-right: 30px;
  flex-basis: 30px;
  text-align: right;
}

.hamburger_container i {
  font-size: 24px;
  padding: 10px;
  color: #ffffff;
}

.scrolled .hamburger_container i {
  color: #b7aa00;
}

.hamburger_container:hover i {
  color: #ffffff;
}

/*********************************
3.2 Hero Slider
*********************************/
.hero_slider_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#canvas-wrapper {
  width: 100%;
  height: 100%;
}

.playbg canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.hero_slider {
  width: 100%;
  height: 100%;
}

.hero_slider_item {
  height: 100%;
}

.item_1 span {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  color: #ffffff;
}

.item_1 span:first-child {
  font-size: 24px;
  margin-bottom: 10px;
}

.item_1 span:nth-child(2) {
  font-size: 100px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
  margin-right: 0;
  text-align: center;
  color: #ffffff;
}

.item_1 span:nth-child(3) {
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
}

.hero_slider_nav {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.hero_slider_nav_left {
  left: 50px;
}

.hero_slider_nav_right {
  right: 50px;
}

.hero_slider_nav div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.hero_slider_nav div::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #b7aa00;
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.hero_slider_nav div i {
  font-size: 18px;
  color: #666666;
}

.hero_slider_nav div:hover::before {
  opacity: 1;
  transform: scale(1);
}

.hero_slider_nav div:hover i {
  color: #ffffff;
}

.hero_side_text_container {
  position: absolute;
  top: 0;
  right: 30px;
  width: 200px;
  height: 800px;
  /*background: #b7aa00;*/
  background: linear-gradient(#b7aa00, #b7aa00);
  /* 标准的语法 */
  z-index: 9;
  transform-origin: top right;
}

.navs_ico p {
  color: #ffffff !important;
}

.navs_ico a:hover p {
  color: #ededed !important;
}

.hero_side_text {
  width: 200px;
  padding: 0 20px;
  padding-top: 170px;
  float: left;
}

.hero_side_text h2 {
  display: block;
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
}

.hero_side_text p {
  display: block;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  color: #999999;
}

.double_arrow_container {
  width: 100%;
  float: left;
}

.double_arrow {
  padding: 5px;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  cursor: pointer;
}

.double_arrow i {
  color: #ffffff;
}

.double_arrow i:first-child {
  margin-right: -3px;
}

.double_arrow:hover i {
  color: #b7aa00;
}

.intro {
  display: table;
  width: 100%;
  height: 100%;
  z-index: 3;
  position: relative;
}

.playbg {
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.intro .container {
  display: table;
  width: 100%;
  height: 100%;
}

.intro .intro-text {
  vertical-align: middle;
  display: table-cell;
  /* padding-top: 100px; */
}

.intro .intro-text .left-position {
  width: 70%;
  float: left;
}

.intro .intro-text .center-position {
  width: 70%;
  text-align: center;
  margin: 0 auto;
}

.intro .intro-text .right-position {
  width: 70%;
  float: right;
  text-align: right;
}

@media screen and (max-width: 992px) {
  .intro .intro-text .left-position {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .intro .intro-text .center-position {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 992px) {
  .intro .intro-text .right-position {
    width: 100%;
    text-align: left;
  }
}

.intro .intro-text h2 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 100;
  color: white;
}

#secondary .intro .intro-text {
  padding-bottom: 100px;
  vertical-align: bottom;
}

#secondary .intro .intro-text h2 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 100;
  color: white;
  text-transform: uppercase;
  margin-bottom: 0px;
}

#secondary .intro .intro-text p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  margin-bottom: 0px;
}

@media screen and (max-width: 992px) {
  .intro .intro-text h2 {
    font-size: 11vw;
    line-height: 1.2;
    text-align: left;
  }
}

.intro .intro-text h3 {
  font-weight: 100;
  font-size: 30px;
  line-height: 45px;
  color: white;
}

@media screen and (max-width: 992px) {
  .intro .intro-text h3 {
    font-size: 24px;
    line-height: 37px;
    text-align: center;
  }
}

.intro .intro-text .btn-outline,
.intro .intro-text .btn-primary {
  padding: 15px 30px !important;
  min-width: 200px;
  font-size: 18px;
}

@media screen and (max-width: 480px) {

  .intro .intro-text .btn-outline,
  .intro .intro-text .btn-primary {
    padding: 10px 30px !important;
    width: 100%;
    margin-bottom: 10px;
  }
}

.newcard:hover .bmclose {
  display: block;
}

.bmclose {
  display: none;
  position: absolute;
  z-index: 10;
  width: 25px;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .bmclose {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .bmclose {
    display: block;
    top: 3vw;
    right: 3vw;
    width: 6vw;
  }
}

.intro .intro-text .btn-outline {
  border-color: rgba(255, 255, 255, 0.2);
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
}

.intro .intro-text .btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.4);
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
}

.learn-more {
  position: absolute;
  bottom: -25px;
  left: 50%;
  z-index: 12;
  text-align: center;
}

.learn-more a {
  display: block;
}

.learn-more a .text {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}

.learn-more a .arrow {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background: #b7aa00;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.learn-more a .arrow i {
  top: 10px;
  position: relative;
  color: #fff;
  vertical-align: middle;
}

/*********************************
3.2 Home Title
*********************************/
.home_title {
  position: absolute;
  bottom: 0px;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF !important;
}

.home_title li {
  color: #ffffff;
}

.home_title li a {
  color: #ffffff !important;
}

.breadcrumb_title {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 5;
}

/*********************************
3.3 Next Section Scroll
*********************************/
#secondary .next_section_scroll {
  z-index: 10 !important;
  display: block !important;
  bottom: -30px !important;
}

.next_section_scroll {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 50px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 9;
  padding: 10px;
}

.next_section i {
  display: block;
  color: #cccccc;
  margin-bottom: 0px;
}

/*********************************
4. Menu
*********************************/
.menu_container {
  position: fixed;
  top: 0;
  right: -70%;
  width: 70%;
  height: 100vh;
  background: #FFFFFF;
  z-index: 11;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

.menu_container.active {
  right: 0;
  opacity: 1;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
}

.menu {
  width: 100%;
  height: 100%;
}

.menu_close {
  position: absolute;
  top: 50px;
  right: 30px;
  cursor: pointer;
}

.menu_close i {
  font-size: 28px;
  color: #b7aa00;
}

.menu_close:hover i {
  color: #b7aa00;
}

.menu ul {
  padding-top: 120px;
  padding-right: 50px;
}

.menu ul li {
  position: relative;
  margin-bottom: 10px;
}

.menu ul li::after {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #b7aa00;
  content: '';
}

.menu ul li.active a {
  font-weight: 700;
}

.menu ul li a {
  padding-right: 10px;
  font-size: 16px;
  color: #000;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.menu ul li a:hover {
  color: #b7aa00;
}

.menu_home {
  position: absolute;
  top: 105vw;
  left: 50%;
  transform: translateX(-50%);
  width: 33vw;
  cursor: pointer;
}

/*********************************
5. Icon Boxes
*********************************/
.icon_boxes {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 30px;
}

.team_boxes {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 50px;
  background: #f6f8ff;
}

.icon_boxes_go {
  z-index: 9;
  margin-top: -150px;
}

.icon_boxes_go_box {
  width: 100%;
  float: left;
  background: #b7aa00;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 20px -10px #b7aa00;
}

.page-bg-white {
  background: #ffffff;
}

.page-box {
  width: 100%;
  position: relative;
  padding-top: 60px;
  padding-bottom: 30px;
}

/*********************************
5. 首页楼层
*********************************/
.page-box .title {
  margin-bottom: 40px;
}

.page-box .title-lead {
  font-weight: 300;
  font-size: 50px;
  margin-bottom: 10px;
}

.page-box .title-sublead {
  font-size: 18px;
  color: #999999;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 0;
}

#floor_jiangxiang {
  background: #ffffff;
}

#floor_jiangxiang .price-box {
  background: #fff;
  border: 2px solid #ECEEF0;
  text-align: center;
  padding: 30px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

#floor_jiangxiang .price-box.popular {
  border: 2px solid #b7aa00;
}

#floor_jiangxiang .price-box.popular .popular-text {
  top: 0;
  left: 50%;
  margin-left: -54px;
  margin-top: -2em;
  position: absolute;
  padding: 4px 20px;
  background: #b7aa00;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

#floor_jiangxiang .price-box.popular .popular-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid black;
  border-top-color: #b7aa00;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

#floor_jiangxiang .pricing-plan {
  margin: 0;
  padding: 0;
  font-size: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000000;
}

#floor_jiangxiang .price {
  font-size: 50px;
  color: #000;
  margin-bottom: 10px;
}

#floor_jiangxiang .price .currency {
  font-size: 20px;
  top: -1.2em;
  margin-right: 3px;
}

#floor_jiangxiang .price small {
  font-size: 16px;
  margin-left: 3px;
}

#floor_jiangxiang .pricing-info li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

#floor_pingshen .info_box {
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0px;
  bottom: 0px;
  background-image: url(../images/pingshen/bg.png);
  background-size: cover;
}

#floor_pingshen .info {
  position: absolute;
  left: 0px;
  bottom: 20px;
  padding: 0;
  margin: 0;
  width: 100%;
}

#floor_pingshen .info h6 {
  font-size: 17px;
  font-weight: 600;
  color: #b7aa00;
  padding: 0;
  margin: 0 0 5px 0;
}

#floor_pingshen .info p {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  padding: 0;
  margin: 0 0 5px 0;
}

#floor_pingshen .a-hover {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

#floor_pingshen .a-hover:hover {
  margin-top: 5px;
}

@media screen and (max-width: 992px) {
  .hidden-xs {
    display: none;
  }
}

.button_language {
  float: left;
  text-align: center;
  height: 40px;
  line-height: 36px;
  font-size: 12px;
  color: #999;
  position: relative;
  border-bottom: none;
  padding: 0px;
  border: 2px solid #b7aa00;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: flex;
}

.button_language a {
  font-size: 14px;
  color: #b7aa00;
  margin: 0px;
  width: 50%;
  height: 36px;
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 0 10px;
}

.button_language a.on {
  color: #fff;
  background-color: #b7aa00;
}

#floor_subscribe {
  background: #f1f4ff;
  padding: 3em 0;
}

#floor_subscribe h3 {
  float: left;
  top: 10px;
  font-size: 26px;
  margin-bottom: 0;
  position: relative;
}

#floor_subscribe h3 label {
  font-weight: 300;
}

@media screen and (max-width: 992px) {
  #floor_subscribe h3 {
    width: 100%;
    margin-bottom: 30px;
  }
}

#floor_subscribe form {
  position: relative;
  margin: 0;
  padding: 0;
}

#floor_subscribe form .icon {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 15px;
  font-size: 20px;
  z-index: 1;
}

.regtip {
  margin-top: 10px;
  color: #333;
  font-weight: 400;
  line-height: 1.3;

}

.regtip span {
  color: #b7aa00;
  cursor: pointer;
}

.pubuliu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

@media screen and (max-width: 480px) {
  #floor_subscribe form .icon {
    position: absolute;
    top: 26px;
  }
}

#floor_subscribe .form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}

#floor_subscribe form input[type="email"] {
  width: 100%;
  background: #ffffff;
  border: none;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

#floor_subscribe form input[type="submit"] {
  height: 54px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 20px;
  font-weight: 300;
  width: 100%;
  padding: 0;
  border: 0;
}

@media screen and (min-width: 1366px) {
  .p-item {
    width: 30%;
  }
}

@media screen and (max-width: 1365px) {
  .p-item {
    width: 46%;
  }
}

@media screen and (max-width: 480px) {
  .p-item {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  #floor_subscribe form input[type="submit"] {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}

.page-bg-pingshen {
  background-color: #f1f4ff;
  background-image: url(../images/bg_cool_02.png);
  background-position: center top;
  background-repeat: repeat-x;
}

#floor_about {
  background-color: #000000;
  overflow: hidden;
  background-image: url(../images/bg_black.png);
  background-repeat: repeat;
  background-position: center center;
  color: #777777;
}

#floor_about .feature {
  clear: both;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

#floor_about .feature .icon {
  float: left;
  width: 10%;
}

#floor_about .feature .icon i {
  font-size: 40px;
  color: #b7aa00;
}

#floor_about .feature .text {
  float: right;
  width: 85%;
}

#floor_about .btn-action {
  width: 100%;
  float: left;
}

#floor_about .btn-action .btn {
  margin-left: 15%;
}

#floor_jincheng .box_l {
  margin-top: -120px;
}

#floor_jincheng .feature .icon {
  width: 100px;
  height: 100px;
  display: table;
  margin: 0 auto 20px auto;
  border: 1px solid #ededed;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#floor_jincheng .feature .icon i {
  position: relative;
  top: -1px;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  color: #b7aa00;
}

#floor_jincheng .feature h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

#floor_jincheng .feature p {
  margin-bottom: 0px;
}

.case_box .box_shadow {
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05)
}

.logo_box {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 50px;
  background: #ffffff;
}

.logo_box .box_shadow {
  box-shadow: 0px 5px 30px rgba(51, 102, 255, 0.05)
}

.icon_box_title {
  padding-right: 0px;
}

.icon_box_title h3 {
  color: #FFFFFF;
}

.icon_box_title p {
  color: #FFFFFF;
}

.icon_box_title h1 {
  line-height: 1.25;
}

.icon_box_button {
  margin-top: 40px;
}

.icon_box_button:hover {
  background: #b7aa00;
}

.icon_box_button:hover a {
  color: #FFFFFF;
}

.icon_box_col {
  padding-top: 10px;
}

.icon_box_item {
  margin-bottom: 63px;
}

.icon_box_item:last-child {
  margin-bottom: 0px;
}

.icon_box_item h2 {
  margin-bottom: 21px;
}

.icon_box_item p {
  margin-bottom: 0px;
}

/*********************************
6. Vertical Slider Section
*********************************/
.v_slider_section {
  height: 625px;
  padding-bottom: 65px;
  background-color: rgba(0, 0, 0, 0.05);
  background-image: url(../images/bg_cool_01.png);
  background-position: center top;
  background-repeat: no-repeat;
}

.v_slider_image {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.2);
}

.v_slider_content {
  margin-top: 20px;
}

.v_slider_item {
  border: none !important;
}

.v_slider_item:focus {
  outline: none !important;
  border: none !important;
}

.v_slider_item h1 {
  line-height: 52px;
}

.v_slider_item h1:last-of-type {
  margin-bottom: 40px;
}

.v_slider_item ul li img {
  width: 140px;
  height: 70px;
}

.v_slider_item_2 img {
  height: 126px !important;
}

.person {
  margin-top: 40px;
  margin-bottom: 40px;
}

.person_image {
  width: 44px;
  height: 44px;
}

.person_image img {
  width: 100%;
}

.person_meta {
  padding-left: 28px;
}

.person_name {
  font-size: 15px;
  color: #28262d;
  margin-top: -5px;
  margin-bottom: -6px;
}

.person_title {
  font-size: 13px;
  color: #909090;
}

.v_slider .slick-dots {
  position: absolute;
  top: 50%;
  right: -50px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.v_slider .slick-dots {
  width: 18px;
}

.v_slider .slick-dots li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 35px;
}

.v_slider .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  background: #dddddd;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.v_slider .slick-dots li button:focus,
.v_slider .slick-dots li button:active {
  outline: none !important;
  border: none !important;
}

.v_slider .slick-dots li.slick-active button {
  width: 18px;
  height: 18px;
  background: #b7aa00;
}

/*********************************
7. Services
*********************************/

.section_title h1 {
  font-weight: 500;
}

.section_title span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #999999;
}

/*********************************
7.1 Services Slider
*********************************/
.h_slider_container {
  width: 100%;
}

.services_slider_container {
  width: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.service_slider_outer {
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1920px;
  height: 600px;
}

.services_slider .owl-stage-outer {
  padding-top: 0px;
  padding-bottom: 60px;
}

.services_slider .owl-stage {
  right: 50px;
}

.services_slider .owl-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.services_slider .owl-item.center {
  margin-left: 48px !important;
  margin-right: 115px !important;
}

.services_slider .owl-item.center .services_item_inner {
  background-color: #b7aa00 !important;
}

.services_slider .owl-item .services_item_inner {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 10px;
}

.services_slider .owl-item .services_item .dis_bg {
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 100%;
  z-index: 0;
}

.services_slider .owl-item.center .services_item .dis_bg {
  display: block;
}

.services_slider .owl-item .dis_bg {
  display: none;
}

.services_item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: 100%;
}

.services_item_inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 450px;
  max-width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.services_slider .owl-item.active.center .services_item_inner {
  height: 650px;
}

.service_item_content {
  max-width: 100%;
  padding: 0 40px;
  top: 80px;
}

.services_slider .owl-item.center .service_item_content {
  top: 50px;
}

.services_item_inner h2 {
  font-weight: 400;
  margin-bottom: 22px;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.services_item_inner p {
  line-height: 1.5;
  margin-bottom: 15px;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.service_item_button {
  position: absolute;
  bottom: -60px;
  border-color: #FFFFFF;
  color: #FFFFFF;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.service_item_button a {
  color: #FFFFFF;
}

.service_item_button:hover {
  background: #FFFFFF;
}

.service_item_button:hover a {
  color: #b7aa00;
}

.services_slider .owl-item.center .services_item .services_item_inner h4 {
  color: #FFFFFF;
}

.services_slider .owl-item.center .services_item .services_item_inner h6 {
  color: #FFFFFF;
}

.services_slider .owl-item.center .services_item .services_item_inner p {
  color: #FFFFFF;
}

.services_slider .owl-item.center .services_item .services_item_inner .service_item_button {
  visibility: visible;
  opacity: 1;
}

.service_item_icon {
  position: relative;
  top: -20px;
  width: 100%;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.service_item_icon .icon {
  font-size: 40px;
  line-height: 1;
  color: #b7aa00;
}

.services_slider .owl-item.active.center .services_item_inner .service_item_icon .icon {
  font-size: 50px;
  color: #ff9900;
}

.services_slider .owl-item.center .services_item .services_item_inner .service_item_icon {
  top: -40px;
}

.services_slider .owl-dots {
  margin-top: 0px !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.services_slider.owl-theme .owl-dots .owl-dot span {
  width: 11px !important;
  height: 11px !important;
  background: #dddddd;
}

.services_slider.owl-theme .owl-dots .owl-dot.active span {
  width: 18px !important;
  height: 18px !important;
  background: #b7aa00;
}

.services_slider_nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc((100% - 80px) / 2);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
}

.services_slider_nav_left {
  left: calc(50% - 255px);
}

.services_slider_nav_right {
  right: calc(50% - 255px);
}

.services_slider_nav i {
  font-size: 18px;
  color: #ccc;
}

.services_slider_nav:hover i {
  color: #b7aa00;
}

/*********************************
8. Features
*********************************/
.features {
  padding-top: 120px;
  padding-bottom: 130px;
  background: #f8f8f8;
}

.features_row {
  margin-top: 35px;
}

.features_col {
  padding-top: 30px;
  padding-bottom: 30px;
}

.features_item {
  margin-bottom: 60px;
}

.features_image img {
  width: 100%;
}

.features_col .intro-text:last-of-type {
  margin-bottom: 0px;
}

.features_button {
  margin-top: 20px;
}

.features_button:hover,
.features_button_2:hover {
  background: #b7aa00;
}

.features_button:hover a,
.features_button_2:hover a {
  color: #FFFFFF;
}

.features_button_2 {
  display: none;
}

/*********************************
9. Call to action
*********************************/
.cta {
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
}

.cta_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-position: center center;
}

.cta_content {
  padding-top: 80px;
  padding-bottom: 80px;
}

.cta_content h1 {
  color: #000;
  margin-bottom: 20px;
}

.cta_content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  margin-bottom: 30px;
}

.cta_image {
  position: absolute;
  height: 100%;
}

.cta_image img {
  height: 100%;
}

.cta_image_right {
  top: 0;
  left: 0;
}

.cta_image_left {
  top: 0;
  right: 0;
}

/*********************************
10. Text Line
*********************************/
/*********************************
11. Newsletter
*********************************/
.news-body img {
  max-width: 800px;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 10px;
}

.news-body p {
  font-size: 16px;
  font-weight: 400;
}

.news-body .img-txt {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}

.newsletter {
  width: 100%;
  background: #1b0d37;
}

.newsletter_content {
  padding-top: 110px;
  padding-bottom: 141px;
}

.newsletter_title h1 {
  color: #FFFFFF;
  margin-bottom: 13px;
}

.newsletter_title span {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}

.newsletter_form_container {
  text-align: left;
  margin-top: 77px;
}

.newsletter_email {
  height: 53px;
  background: #b7aa00;
  border: none;
  padding-left: 30px;
  width: calc(100% - 174px - 26px);
  margin-right: 22px;
  color: #FFFFFF;
}

.newsletter_email:focus {
  outline: none;
  border: none;
}

.newsletter_submit_button {
  cursor: pointer;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
}

.newsletter_submit_button:hover {
  background: #b7aa00;
}

.newsletter_submit_button:focus {
  outline: none;
  border: none;
}

/*********************************
12. Footer
*********************************/
.footer {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 120px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
  background-image: url(../images/bg_foot.jpg);
}

.footer_logo {
  padding-left: 0px;
  margin-bottom: 40px;
}

.footer_logo a {
  color: #b7aa00;
  line-height: 1;
}

.footer_logo img {
  width: 100px;
}

.footer_intro p {
  margin-bottom: 0px;
}

.footer_social {
  margin-top: 27px;
}

.footer_social ul {
  display: inline-block;
  margin-left: -5px;
}

.footer_social ul li {
  display: inline-block;
  margin-right: 22px;
}

.footer_social ul li a {
  padding: 5px;
}

.footer_social ul li a i {
  font-size: 12px;
  color: #bab6c3;
}

.footer_social ul li a:hover i {
  color: #1b0d37;
}

.footer_cr {
  font-size: 14px;
  color: #666666;
  margin-top: 30px;
  font-weight: 400;
}

.footer_cr img {
  height: 50px;
  margin-left: 20px;
  float: right;
}

.footer_cr_2 {
  display: none;
  font-size: 14px;
  color: #cccccc;
  margin-top: 0px;
  text-align: center;
}

.footer_col {
  margin-bottom: 30px;
}

.footer_col_title {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 9px;
}

.footer_col ul li {
  margin-bottom: 4px;
  font-size: 16px;
  color: #999999;
}

.footer_col ul li a {
  font-size: 16px;
  color: #999999;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.footer_col ul li a:hover {
  color: #b7aa00;
}

.footer .breadcrumb a {
  font-size: 12px;
  color: #666666;
  font-weight: 400;
}

.footer .breadcrumb a:hover {
  color: #b7aa00;
}

/******  NEWS ITEM ******/
.news-item {
  margin-bottom: 30px;
}

.news-item .meta {
  padding-bottom: 15px;
  line-height: 1;
}

.news-item .meta .meta-item {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  text-transform: uppercase;
  color: #666666;
  margin-right: 10px;
  letter-spacing: 0.1em;
}

.news-item .meta .meta-item .icon {
  font-size: 11px;
  margin-right: 7px;
  vertical-align: middle;
  color: #666666;
}

.news-item .image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.news-item .image img {
  vertical-align: middle;
  width: 100%;
}

.news-item .image_logo img {
  border: 1px solid #f5f5f5;
}

.news-item .image:hover .image-content {
  opacity: 1;
  cursor: pointer;
}

.news-item .image .image-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(183, 170, 0, 0.5);
  display: table-cell;
  vertical-align: bottom;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}

.news-item .image .read-more {
  position: absolute;
  font-size: 12px;
  bottom: 35px;
  left: 30px;
  display: block;
  color: #fff;
  text-transform: uppercase;
}

.news-item .image .read-more:before {
  margin-bottom: 15px;
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border: 2px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.imgs-item .image .play-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  display: table-cell;
  vertical-align: bottom;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.imgs-item .image:hover .play-content {
  background: rgba(0, 180, 60, 0.6);
  cursor: pointer;
}

.imgs-item .image .play-more {
  position: absolute;
  font-size: 60px;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -60px;
  display: block;
  color: #b7aa00;
  text-transform: uppercase;
}

.news-item .user-avatar {
  position: relative;
  margin-bottom: 30px;
}

.news-item .user-avatar .avatar {
  float: right;
  margin-top: -40px;
  width: 70px;
  height: 70px;
  margin-right: 15px;
  border: 5px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.news-item .user-avatar .avatar img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.imgs-item .image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.imgs-item .image img {
  vertical-align: middle;
  width: 100%;
}

.imgs-item .image .map-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  display: table-cell;
  vertical-align: bottom;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.imgs-item .image:hover .map-content {
  background: rgba(41, 41, 204, 0.6);
  cursor: pointer;
}

.imgs-item .image .map-more {
  position: absolute;
  font-size: 60px;
  top: 50%;
  left: 50%;
  margin-left: -17px;
  margin-top: -60px;
  display: block;
  color: #fff;
  text-transform: uppercase;
}

.contact-block {
  margin-bottom: 30px;
}

/*********************************
5. Portfolio
*********************************/
.portfolio {
  padding-top: 120px;
  padding-bottom: 120px;
}

.portfolio_category {
  display: inline-block;
  margin-right: 38px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #28262d;
}

.portfolio_items {
  margin-top: 90px;
}

/*********************************
8. Image Boxes
*********************************/
.image_boxes {
  padding-top: 130px;
  padding-bottom: 130px;
}

.card_tuce {
  background: #f6f6f6;
  border: none;
  margin-bottom: 30px;
}

.card_tuce:hover {
  background: #ffffff;
  box-shadow: 0px 26px 38px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.card_tuce-body {
  padding: 1.25rem;
  background-color: #f6f6f6;
}

.card_baise_body {
  padding: 1.25rem;
  background-color: #ffffff;
}

.card_tuce-title {
  line-height: 1.5;
  margin-bottom: 10px;
}

.card_tuce-link {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  color: #999999;
}

.card_tuce:hover .card_tuce-link {
  color: #b7aa00;
}

.card_tuce:hover .card_tuce-title {
  color: #b7aa00;
}

/*********************************
翻页
*********************************/
.navigation {
  text-align: center;
  font-size: 0;
  margin: 50px 0;
}

.navigation ul li {
  display: inline-block;
  text-align: center;
  padding: 0;
  margin-right: 10px;
  margin-bottom: 10px;
}

.navigation ul li:hover a {
  border: 1px solid #ccc;
  background-color: #ffffff;
  color: #b7aa00;
}

.navigation ul li a {
  display: block;
  height: 48px;
  line-height: 48px;
  padding: 0 15px;
  color: #303030;
  border: 1px solid #ededed;
  border-radius: 3px;
  font-size: 12px;
  word-spacing: 0px;
  background-color: #ffffff;
}

.navigation ul li span {
  display: block;
  height: 48px;
  line-height: 48px;
  padding: 0 15px;
  color: #fff;
  border: 1px solid #ff3300;
  border-radius: 3px;
  font-size: 12px;
  word-spacing: 0px;
  background-color: #b7aa00;
}

/*********************************
6.1 Sidebar Categories
*********************************/

.categories_section {
  z-index: 9;
}

.sidebar_section_title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}

.sidebar_categories {
  padding-left: 53px;
}

.sidebar_categories ul {
  margin-top: 31px;
}

.sidebar_categories ul li {
  position: relative;
}

.sidebar_categories ul li::before {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -23px;
  width: 7px;
  height: 7px;
  background: #dad9dc;
  content: '';
  border-radius: 50%;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.sidebar_categories ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}

.sidebar_categories ul li.on a {
  color: #b7aa00 !important;
  font-weight: bold;
}

.sidebar_categories ul li:hover::before {
  background: #b7aa00;
}

/*********************************
5. Blog
*********************************/
.blog {
  padding-top: 50px;
}

.blog_container {
  padding-bottom: 50px;
}

.blog_post_image {
  width: 100%;
  height: auto;
}

.blog_post_image img {
  width: 100%;
  height: auto;
}

.blog_post_date {
  font-size: 12px;
  text-transform: uppercase;
  color: #999999;
  margin-bottom: 20px;
}

.blog_post_title {
  margin-bottom: 40px;
}

.blog_post_body img {
  max-width: 100% !important;
}

.blog_post_body p {
  margin-bottom: 28px;
  line-height: 1.8 !important;
}

.blog_post_body p:last-of-type {
  margin-bottom: 0px;
}

.blog_post_highlight {
  font-size: 18px;
  line-height: 1.66;
  font-weight: 500;
  color: #909090;
  margin-top: 47px;
  margin-bottom: 48px;
}

.blog_post_highlight::before {
  display: block;
  position: absolute;
  top: 0;
  left: -27px;
  width: 5px;
  height: 100%;
  background: #b7aa00;
  content: '';
}

.list-group-item.disabled {
  color: #b7aa00 !important;
}

/*********************************
6. Device
*********************************/
.device {
  padding-bottom: 50px;
}

.device_content {
  position: relative;
}

.device_items {
  margin-left: 20px;
  border-left: 1px solid #ededed;
}

.device_item {
  margin-bottom: 30px;
}

.device_item:last-child {
  margin-bottom: 0px;
}

.device_item span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #b7aa00;
  color: #FFFFFF;
  font-size: 40px;
  font-weight: bold;
  border-radius: 50%;
  float: left;
  margin-left: -20px;
}

.device_item p {
  display: block;
  padding-left: 40px;
}

.device_item h5 {
  display: block;
  padding-left: 40px;
}

.devices_button {
  margin-top: 60px;
}

.devices_button:hover {
  background: #b7aa00;
}

.devices_button:hover a {
  color: #FFFFFF;
}

.device_image {
  height: 100%;
  padding-left: 21px;
}

.device_image_container {
  width: calc(50vw - 45px);
  padding-top: 300px;
}

.device_image_container img {
  max-width: 100%;
}

.device_image_background {
  position: absolute;
  top: 0;
  left: 21px;
  width: 50vw;
  height: 300px;
  background: #f6f6f6;
}

/*********************************
6.3 Sidebar Tags
*********************************/
.tags_section {
  margin-top: 60px;
}

.tags_container {
  margin-top: 16px;
}

.tag_item a {
  /* display: inline-block; */
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  color: #FFFFFF;
  padding: 0 20px;
  background: #00AAFF;
  height: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}

.tag_item a:hover {
  color: #b7aa00;
  background: #ffffff;
}

/******  TIMELINE ******/
.round-ico {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 5px solid #f5f5f5;
  border-radius: 50%;
  -webkit-box-shadow: inset 0px 0px 0px 2px #b7aa00;
  -moz-box-shadow: inset 0px 0px 0px 2px #b7aa00;
  box-shadow: inset 0px 0px 0px 2px #b7aa00;
}

.round-ico.little {
  width: 25px;
  height: 25px;
  background: #fff;
  border: 5px solid #eeeef2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-box-shadow: inset 0px 0px 0px 2px #b7aa00;
  -moz-box-shadow: inset 0px 0px 0px 2px #b7aa00;
  box-shadow: inset 0px 0px 0px 2px #b7aa00;
}

.wrap-timeline {
  position: relative;
}

.wrap-timeline:after {
  content: '';
  position: absolute;
  top: 0;
  display: block;
  bottom: 110px;
  left: 50%;
  width: 2px;
  margin-left: -1px;
  background: #f5f5f5;
}

.wrap-timeline .top-row .time-title {
  text-align: center;
  height: 80px;
  position: relative;
}

.wrap-timeline .top-row .time-title .round-ico {
  position: absolute;
  left: 50%;
  margin-left: -26px;
  top: 0px;
  z-index: 1;
  width: 52px;
  height: 52px;
  line-height: 44px;
}

.wrap-timeline .top-row .time-title .round-ico .icon {
  font-size: 16px;
  text-align: center;
  color: #b7aa00;
}

.wrap-timeline .top-row .time-title .round-ico:after {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 52px;
  left: 50%;
  top: 42px;
  margin-left: -1px;
  background: #f5f5f5;
}

.wrap-timeline .row {
  position: relative;
}

.wrap-timeline .row&gt;.round-ico.big {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -20px;
  z-index: 1;
}

.wrap-timeline .row&gt;.round-ico.big:after {
  content: '';
  display: block;
  position: absolute;
  width: 34px;
  height: 1px;
  left: 100%;
  top: 13px;
  background: #b7aa00;
}

.wrap-timeline .row&gt;.round-ico.big:before {
  position: absolute;
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  right: -37px;
  top: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #b7aa00;
}

.wrap-timeline .row&gt;.round-ico.little {
  position: absolute;
  top: 6px;
  left: 50%;
  margin-left: -13px;
  z-index: 1;
}

.wrap-timeline .row&gt;.round-ico.little:after {
  content: '';
  display: block;
  position: absolute;
  width: 34px;
  height: 1px;
  right: 100%;
  top: 6px;
  background: #b7aa00;
}

.wrap-timeline .row&gt;.round-ico.little:before {
  position: absolute;
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  left: -37px;
  top: 3px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #b7aa00;
}

.wrap-timeline .left-row {
  text-align: right;
  margin-bottom: 0px;
}

.wrap-timeline .right-row {
  text-align: left;
  margin-bottom: 0px;
}

.wrap-timeline .right-row .time-item {
  padding-left: 80px;
}

.wrap-timeline .left-row .time-item {
  padding-right: 80px;
}

.wrap-timeline .time-item {
  padding-top: 10px;
}

.wrap-timeline .time-item .date {
  font-size: 12px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 10px;
  line-height: 17px;
}

.wrap-timeline .time-item .image img {
  max-width: 100%;
  margin-bottom: 20px;
  width: auto;
}

.wrap-timeline .time-item .title {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}

.wrap-timeline .time-item p {
  margin: 0;
}

.wrap-timeline .plus {
  padding-bottom: 90px;
}

.wrap-timeline .plus .plus-ico {
  display: block;
  z-index: 1;
  margin: 0 auto;
  position: relative;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 5px solid #eeeef2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-box-shadow: inset 0px 0px 0px 2px #b7aa00;
  -moz-box-shadow: inset 0px 0px 0px 2px #b7aa00;
  box-shadow: inset 0px 0px 0px 2px #b7aa00;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #b7aa00;
}

.wrap-timeline .plus .plus-ico:after {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 10px;
  left: 50%;
  margin-left: -1px;
  bottom: 100%;
  background: #f5f5f5;
}

.wrap-timeline .plus .plus-ico:hover {
  color: #fff;
  background: #177ee6;
  box-shadow: none;
}

/******  SHIRT ******/
.shirt_updown {
  position: relative;
  top: 0px;
  -webkit-animation: goods 2s infinite linear;
  animation: goods 2s infinite linear
}

@-webkit-keyframes goods {
  25% {
    top: 10px;
  }

  50% {
    top: 0px;
  }

  75% {
    top: 10px;
  }

  100% {
    top: 0px;
  }
}

#accordion .card {
  border: none !important;
  margin-bottom: 1rem;
}

#accordion .card .card-header {
  border: none !important
}

.navs_ico p {
  margin-bottom: 10px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

#certify {
  position: relative;
  width: 100%;
  margin: 0 auto
}

#certify .swiper-container {
  padding-bottom: 60px;
}

#certify .swiper-slide {
  width: 1100px;
  border-radius: 10px;
  box-shadow: 0px 2px 70px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

#certify .swiper-slide .img img {
  width: 100%;
  display: block;
}

#certify .swiper-slide .txt {
  padding: 30px;
  text-align: center;
  margin: 0;
  background: #ffffff;
}

#certify .swiper-slide .txt p {
  line-height: 1.2;
  color: #333333;
  font-size: 1.1em;
  margin-bottom: 10px;
}

#certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 2px solid #b7aa00;
  background-color: #fff;
}

#certify .swiper-button-prev {
  left: -60px;
  width: 40px;
  height: 40px;
  background: url(../images/wm_button_icon.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
  outline: none;
}

#certify .swiper-button-prev:hover {
  background-position: 0 -40px;
  background-size: 100%
}

#certify .swiper-button-next {
  right: -60px;
  width: 40px;
  height: 40px;
  background: url(../images/wm_button_icon.png) no-repeat;
  background-position: 0 -80px;
  background-size: 100%;
  outline: none;
}

#certify .swiper-button-next:hover {
  background-position: 0 -120px;
  background-size: 100%
}

/*波浪流动背景*/
.wave-roll-bg {
  padding-bottom: 120px;
}

#wave-roll-area {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0
}

#wave-roll-area .wave-roll-area {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0
}

#wave-roll-area .wave-roll-area ul {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 6000px
}

#wave-roll-area .wave-roll-area ul .wave-box {
  float: left;
  width: 3000px;
  height: 120px
}

#wave-roll-area .wave-roll-area ul .wave-box .wave-bg1 {
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: url(../images/wave_roll_1.png)
}

#wave-roll-area .wave-roll-area ul .wave-box .wave-bg2 {
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: 0;
  z-index: 3;
  background: url(../images/wave_roll_2.png)
}

#wave-roll-area .wave-roll-area ul .wave-box .wave-bg3 {
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: 0;
  z-index: 2;
  background: url(../images/wave_roll_3.png)
}

.swiper-banner .swiper-slide {
  background-position: center top;
  background-repeat: no-repeat;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 30px !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 30px !important;
}

.tmNav-box-item {
  position: absolute;
  top: -100px;
}

#hetu {
  width: 100%;
  position: relative;
  /* display:none; */
}

#hetu .qrcode {
  position: absolute;
  z-index: 10;
  bottom: 41px;
  right: 28px;
  width: 56px;
}

/*forms*/
.fwmc_xxk {
  overflow: hidden;
}

.fwmc_xxk li {
  float: left;
  width: 100%;
  height: 46px;
  border: 2px solid #ddd;
  font-size: 18px;
  color: #666;
  margin-right: 20px;
  text-align: center;
  margin-bottom: 20px;
  overflow: hidden;
  cursor: pointer;
  line-height: 46px;
}

.fwmc_xxk li p {
  height: 46px;
  width: 100%;
  line-height: 43px;
  font-size: 17px;
  color: #999;
}

.fwmc_xxk li.on {
  color: #b7aa00;
  border: 2px solid #b7aa00;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-image: url(../images/forms/form-group-on.png);
  background-size: 16px 16px;
}

.fwmc_xxk li.on p {
  color: #b7aa00
}

.nmb_jj {
  overflow: hidden;
}

.nmb_jj li {
  float: left;
  text-align: center;
  line-height: 40px;
  border: 1px solid #ddd;
  font-size: 20px;
  padding: 0 8px
}

.nmb_jj li.jia {
  border-left: none;
  cursor: pointer;
  color: #999;
  width: 40px;
  padding: 0
}

.nmb_jj li.jian {
  border-right: none;
  cursor: pointer;
  color: #999;
  width: 40px;
  padding: 0
}

.nmb_jj li .srkk {
  width: 40px;
  font-size: 16px;
  border: none;
  line-height: 24px;
  text-align: center
}

.lefttip {
  position: fixed;
  bottom: 20px;
  left: -344px;
  /* width: 300px; */
  background: #fff;
  border-radius: 6px;
  /* height: 40px; */
  z-index: 999;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  padding: 15px 20px;
  transition: all ease-in-out .5s;

}

@media screen and (max-width: 768px) {
  .lefttip {
    bottom: 10px;
  }
}

.lefttip .tipclose {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
}

.lefttip p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.lefttip p span {
  display: block;
  margin: 0 5px;
  color: #b7aa00;
  font-weight: 600;
}

.lefttip .gou {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #b7aa00;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.flex {
  display: flex;
}

.apply-sub {
  align-items: center;
  flex-wrap: wrap;
  width: 600px;
}

@media screen and (max-width: 768px) {
  .apply-sub {
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }

  .apply-sub a {
    display: block;
    padding-top: 10px;
    line-height: 1.3;
  }
}
</pre></body></html>