﻿@charset "utf-8";
@import url("global.css");
@import url("model/swiper.css");
.index {
  background: #eaeaea;
}
.index_box {
  width: 1180px;
  margin: 0 auto;
}
.index_boxp {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}
.newh2p {
  border-top: 5px solid #ffc700;
}
.newh2p h2 {
  padding-top: 50px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 30px;
  font-size: 30px;
}
.newh2p p {
  font-size: 20px;
  line-height: 1.6;
  padding-bottom: 30px;
}
.KV {
  width: 100%;
}
.KV img {
  width: 100%;
  display: block;
}
.banner {
  width: 1250px;
  overflow: hidden;
  padding: 30px 0;
  margin: -100px auto auto auto;
}
.banner ul {
  display: block;
  list-style: none;
}
.banner li {
  display: block;
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
  padding: 20px;
}
.banner li img {
  display: block;
  width: 100%;
}
.banner li a:after {
  content: "了解详情>";
  width: 100px;
  bottom: 25%;
  background-color: #ffcc00;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  transition: all 0.25s;
  white-space: nowrap;
}
.banner li a:after,
.banner li strong {
  position: absolute;
  left: 100px;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.banner li strong {
  top: -5px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.banner li:hover a:after {
  bottom: 26%;
}

.index_signup {
  height: 811px;
  background: url(../img/08.png) center no-repeat;
  position: relative;
  top: -90px;
}
.index_signup .warp {
  height: 770px;
  position: relative;
  padding-top: 100px;
}
.index_signup .warp .title {
  font-size: 36px;
  text-align: center;
  padding: 20px;
}
.index_signup .warp .notice {
  font-size: 24px;
  line-height: 1.75;
  font-weight: bold;
}
.index_signup ._form {
  position: absolute;
  top: 380px;
  right: 120px;
  width: 340px;
}
.index_signup ._form h3 {
  font-size: 28px;
  text-align: center;
  padding-bottom: 30px;
}
.index_signup ._form_item {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
.index_signup ._form_text {
  background: none;
  color: #202020;
  border: 1px solid #202020;
  height: 30px;
  outline: none;
  font-size: 14px;
  padding-left: 5px;
  width: 230px;
}
.index_signup ._form_item_title {
  white-space: nowrap;
  width: 100px;
  display: inline-block;
  text-align: justify;
  overflow: hidden;
}
.index_signup .select {
  width: 230px;
}
.index_signup .check-box {
  cursor: pointer;
  border-radius: 3px;
  font-family: CAT;
  font-size: 12px;
  color: #202020;
  text-align: center;
  border: 1px solid #202020;
  height: 17px;
  width: 17px;
  display: inline-block;
  float: left;
  margin-right: 9px;
}
.index_signup .check-box.checked:after {
  content: "\e60a";
}
.index_signup .privacy {
  clear: both;
  font-size: 12px;
  color: #333;
  padding-top: 10px;
}
.index_signup .privacy a {
  color: #333;
  text-decoration: underline;
}
.index_signup ._form_button {
  background-color: #202020;
  color: #ffcd00;
  border: none;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  width: 100%;
  margin-top: 20px;
}

.index_signup ._form_tip {
  color: #666;
  font-size: 12px;
  line-height: 2;
  display: block;
  text-align: center;
}

.index_signup .select-selected {
  background: none;
  color: #202020;
  border-color: #202020;
}
.index_signup .select-selected:after {
  color: #202020;
  border-color: #202020;
}
.index_signup .select-options {
  background-color: #555;
}
.index_signup .select-options li:not(:last-child) {
  border-color: #444;
}
.index_signup .select-options a {
  color: #999;
}
.index_signup .select-options a:hover,
.index_signup .select-options li.current a {
  background-color: #444;
  color: #bbb;
}
.index_signup .select:hover .select-selected {
  border-color: #000;
  color: #000;
}

.index_flow {
  position: fixed;
  top: 300px;
  right: 0;
  z-index: 9;
}

/* 弹出层 */
.shady-layer {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.sl-content {
  position: relative; /* top: 2.62rem; padding: 0 50px 28px; */
  width: 602px;
  height: 100%;
  overflow-y: auto;
}
.sl-content img {
  width: 100%;
  height: auto;
}
.sl-content p.bold {
  font-weight: bold;
}
.sl-content p.line-height-1 {
  line-height: 1;
}
.sl-content .circle {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 19px;
  background: #342a00;
}
.sl-content .float-left {
  float: left;
  height: 30px;
  line-height: 30px;
}
.sl-content .float-right {
  float: left;
  line-height: 30px;
  width: 480px;
}
.sl-content .double-height {
  height: 60px;
}
.sl-content .w-334 {
  display: inline-block;
  width: 312px;
}

.sl-content .p1 {
  font-size: 28px;
  line-height: 80px;
  text-align: center;
}
.sl-content .p2 {
  font-size: 20px;
  line-height: 30px;
  overflow: hidden;
  word-break: break-all;
}
.sl-content .p3 {
  font-size: 20px;
  line-height: 48px;
}
.sl-content .p4 {
  margin-top: 18px;
  font-size: 19px;
  line-height: 24px;
}
.sl-content .sl-button {
  width: 204px;
  height: 56px;
  background: #ffcc00;
  margin: 15px auto 0;
  line-height: 56px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
}
.shady-layer .sl-wrap {
  position: relative; /* top: 2.62rem; padding: 0 50px 28px; */
  top: 10%;
  width: 602px;
  height: 80%;
  margin: 0 auto;
  border: 1px solid #9c9c9c;
  background: #fdfbf4;
}
.sl-wrap .close {
  position: absolute;
  top: 0;
  right: -2px;
  width: 54px;
  height: 55px;
  background: url(../img/why-join-close.png) no-repeat 0 0;
  background-size: 54px 55px;
  cursor: pointer;
}

.qrcode-layer {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.qrcode-layer .content {
  width: 690px;
  height: 475px;
  background: #fff;
  border: 2px solid #ccc;
  position: relative;
  top: 100px;
  margin: 0 auto;
  text-align: center;
}
.qrcode-layer .p1 {
  color: #ffcc00;
  font-size: 28px;
  line-height: 80px;
  font-weight: bold;
}
.qrcode-layer .p2 {
  font-size: 18px;
  line-height: 1.6;
}
.qrcode-layer #qrcode-create {
  display: none;
  margin: 40px auto 0;
}
#qrcode-create-img-div {
  width: 160px;
  height: 160px;
  display: inline-block;
  font-size: 0;
  line-height: 160px;
  text-align: center;
  position: relative;
}
.qrcode_box {
  padding: 40px 60px 0 60px;
}
/*.qrcode_box .qrcode_box_left{
	width: 35%;
	border-right: 1px solid #cccccc;
	float: left;
}
.qrcode_box .qrcode_box_right{
	float: right;
	width: 65%;
}
.qrcode_box .qrcode_box_right img{
	height: 160px;
	width: auto;
}*/
.qrcode_box .qrcode_box_left span {
  margin-top: 20px;
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 1.4;
  padding-left: 10px;
}
.qrcode_box .qrcode_box_left span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -19px;
  width: 24px;
  height: 43.2px;
  background: url(../../img/phone_icon.png) no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
/*.qrcode_right_text{
	padding-top: 20px;
}
.qrcode_right_text a{
	color: #000;
	line-height: 1.4;
	display: inline-block;
	position: relative;
	padding-left: 35.8px;
}
.qrcode_right_text a::before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -10px;
	width: 40.8px;
	height: 36.8px;
	background: url(../../img/pc_icon.png) no-repeat;
	background-size: 100% 100%;
	transform: translateY(-50%);
}*/
.qrcode-layer #qrcode-create-img {
  width: 160px;
  height: 160px;
  position: absolute;
  top: 0;
  left: 0;
}
.qrcode-layer #cat-logo {
  display: inline-block;
  width: 36px;
  height: 36px;
  position: relative;
  z-index: 2;
  vertical-align: middle;
}
.qrcode-layer .confirm {
  position: absolute;
  top: 10px;
  right: 10px;
}
.qrcode-layer .confirm {
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.pointer-area {
  display: none;
  position: absolute;
  bottom: 51px;
  left: 231px;
  width: 254px;
  height: 88px;
  cursor: pointer;
}
.pointer-area-hand {
  position: absolute;
  bottom: 196px;
  right: 20px;
  width: 354px;
  height: 60px;
  cursor: pointer;
  text-align: right;
}
/* .pointer-area-hand { animation: hand-flicker 1s; } */
.hand {
  width: 90px;
  height: 60px;
}

.overflow-hidden {
  overflow: hidden;
}

/* 

    position: absolute;
    bottom: 138px;
    left: 427px;
    width: 80px;
    height: 60px;
    cursor: pointer;
*/
/* .middle-right-div { position: absolute; bottom: 80px; right: 0; width: 579px; height: 297px; background: url(../img/middle-right-bg.png) no-repeat 0 0; }
.middle-right-div .reg { position: absolute; bottom: 0; left: 75px; width: 198px; height: 50px; cursor: pointer; }
.middle-right-div .sign { position: absolute; bottom: 0; right: 75px; width: 198px; height: 50px; cursor: pointer; } */

.mrr-wrap,
.mrrbanner-wrap,
.wahaha-wrap,
.services-wrap,
.mask-login-reg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 4;
  display: none;
}
.mrr-wrap .middle-right-reg,
.mask-login-reg .middle-right-reg {
  position: absolute;
  top: calc(50% - 260px);
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 560px;
  height: 520px;
  background: #ffcc00;
  display: none;
}
.mrr-wrap .middle-right-reg.sign,
.mask-login-reg .middle-right-reg.sign {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 420px;
  height: 280px;
  background: #ffcc00;
  display: none;
}
.middle-right-reg h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 80px;
  text-align: center;
}

.middle-right-reg ._form_ImgTitle {
  display: flex;
  padding: 10px 0;
  justify-content: center;
  align-items: center;
  width: 440px;
  margin: 0 auto;
}
.middle-right-reg ._form_Img {
  width: 20%;
}
.middle-right-reg ._form_Img img {
  width: 100%;
}
.middle-right-reg ._formTitle {
  width: 80%;
}
.middle-right-reg ._form_title {
  font-size: 18px;
  /* height: 40px;
    line-height: 40px */
}
.middle-right-reg ._form_sub_title {
  font-size: 13px;
  font-weight: normal;
}
.form_text_tip {
	width: 440px;
	margin: 0 auto 10px;
	font-size: 16px;
  }
.middle-right-reg ._form_item {
  margin: 0 60px;
  width: 340px;
  line-height: 30px;
  padding: 5px 0;
}
.middle-right-reg .sshy {
  position: absolute;
  width: 340px;
  left: 50%;
  margin-left: -220px;
  overflow: visible;
}
.middle-right-reg.sign .form_item{
  margin:0 40px;
}
.middle-right-reg ._form_sign {
  font-weight: bold;
  color: red;
  font-size: 18px;
  padding: 0 5px;
  vertical-align: middle;
}
.middle-right-reg ._form_item ._form_sign,
.middle-right-reg .privacy ._form_sign {
  padding-left: 0px;
  width: 15px;
}
.middle-right-reg ._form_item ._form_sign {
  float: left;
  padding-top: 2px;
}
.middle-right-reg ._form_item_title {
  float: left;
  font-size: 13px;
  font-weight: bold;
}
.middle-right-reg ._form_text {
  width: 252px;
  float: right;
  font-size: 18px;
  background: transparent;
  border: 1px solid #000;
  line-height: 30px;
  padding: 0 10px;
}
.middle-right-reg ._form_select {
  position: relative;
  float: right;
  width: 252px;
}
.middle-right-reg .select.show {
  position: absolute;
  width: 100%;
  height: 300px;
}
.middle-right-reg .privacy {
  width: 447px;
  margin: 45px auto 0;
  font-size: 13px;
}
.middle-right-reg .form_text_detail {
  width: 440px;
  margin: 0 auto;
  font-size: 13px;
  font-weight: bold;
}
.middle-right-reg .privacy.market {
  margin: 10px auto 0;
}
.middle-right-reg .privacy .check-box {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  margin-right: 8px;
  vertical-align: middle;
}
.middle-right-reg .privacy .check-box.checked {
  background: url(../img/confirm-mark.png) no-repeat center center;
  background-size: 80% auto;
}
.middle-right-reg #index_signup_submit,
.middle-right-reg ._form_button {
  display: block;
  width: 360px;
  height: 40px;
  background: #000;
  margin: 30px auto 0;
  border: 0;
  font-size: 18px;
  color: #ffcc00;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.middle-right-reg a {
  color: #000;
  text-decoration: underline;
}
.middle-right-reg .select-selected {
  color: #000;
  text-decoration: none;
}
.middle-right-reg .select-selected:hover {
  border-color: #000;
  color: #000;
}
.middle-right-reg .select.show a {
  color: #000;
  text-decoration: none;
}
.middle-right-reg .select-selected {
  color: #000;
  background: #ffcc00;
  border-color: #000;
}
.middle-right-reg .select.show .select-options:hover select-selected {
  border-color: #000;
}
.middle-right-reg .select.show .select-options li:hover a {
  color: #fff;
}

.middle-right-reg .select-selected:after {
  border-color: #000;
  color: #000;
}

.middle-right-reg .select-options {
  background: #ffcc00;
}
.middle-right-reg ._form_tip {
  clear: both;
  display: block;
  float: none;
}
.middle-right-reg .close {
  width: 54px;
  height: 55px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
.middle-right-reg .close img {
  width: 70%;
  height: 70%;
  cursor: pointer;
}
.middle-right-reg .join-us {
  margin: 15px auto;
  width: 340px;
  line-height: 1;
}
.middle-right-reg #index_sign {
  display: block;
  width: 340px;
  height: 40px;
  background: #000;
  margin: 0 auto 0;
  border: 0;
  font-size: 18px;
  color: #ffcc00;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.middle-right-reg .click-reg {
  text-decoration: underline;
  cursor: pointer;
}

.winner-list-div-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: none;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
}
.winner-list-div {
  position: relative;
  top: 10%;
  margin: 0 auto;
  width: 634px;
  height: 80%;
  overflow-y: auto;
  overflow-x: hidden;
}
.winner-list-div .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
}
.winner-list-div .close img {
  width: 100%;
  height: 100%;
}

.middle-container {
  position: absolute;
  bottom: 77px;
  left: 0;
  margin: 0 auto;
  width: 1250px;
  height: 300px;
}
.middle-left-div {
  position: absolute;
  top: 9px;
  left: 15px;
  width: 378px;
  height: 226px;
}
.middle-center-div {
  position: absolute;
  top: 4px;
  left: 402px;
  width: 449px;
  height: 298px;
}
.middle-right-div {
  position: absolute;
  top: -11px;
  right: 0;
  width: 463px;
  height: 292px;
}

/* .middle-center-div a { display: block; position: absolute; bottom: 0; left: 44px;  width: 354px; height: 59px; } */
.middle-center-div .reg {
  position: absolute;
  bottom: 0;
  left: 25px;
  width: 180px;
  height: 50px;
  cursor: pointer;
}
.middle-center-div .sign {
  position: absolute;
  bottom: 0;
  right: 30px;
  width: 180px;
  height: 50px;
  cursor: pointer;
}
.middle-center-div .actlist {
  position: absolute;
  bottom: 0;
  right: 55px;
  width: 348px;
  height: 60px;
  cursor: pointer;
  background: url(../img/actlist-bg.jpg) no-repeat 0 0;
}

.swiper-pagination-bullet {
  width: 45px;
  height: 8px;
  border-radius: 0;
}
.swiper-pagination-bullet-active {
  width: 45px;
  height: 8px;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 20px;
}
.why_cat_signup {
  width: 100%;
  height: 694px;
  position: relative;
  background-size: 100% 100%;
}
.why_cat_signup h2 {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 30px;
}
.why_cat_signup p {
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
}
.why_cat_signup .newwrap {
  padding: 0 60px;
}
.why_box {
  position: absolute;
  bottom: 160px;
  left: 60px;
}
.why_box .why_box_top {
  background-size: 100% 100%;
  width: 574px;
  height: 323px;
  position: relative;
}
.why_box .why_box_top .pointer-area-hand {
  position: absolute;
  top: 108px;
  right: 6px;
  width: 280px;
  height: 127px;
}
.why_box .why_box_top .pointer-area-bottom .hand {
  width: 50px;
  height: 55px;
  position: absolute;
  top: 35px;
  right: -30px;
  animation: opacity01 0.7s linear infinite;
}
@keyframes opacity01 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
.why_box .why_box_top .pointer-area-bottom {
  width: 220px;
  height: 60px;
  position: absolute;
  bottom: 20px;
  right: 100px;
  cursor: pointer;
}
.pointer-area-rw {
  position: absolute;
  top: -15px;
  left: 95px;
}
.pointer-area-rw img {
  width: 191px;
  height: 328px;
}
.pointer-rotate-box {
  position: absolute;
  top: 60px;
  right: 0;
  text-align: center;
}
.swiper-container-rotate {
  position: relative;
  overflow: hidden;
  width: 110px;
  height: 210px;
}
.pointer-rotate-box .swiper-slide {
  vertical-align: middle;
}
.pointer-rotate-box .pointer-img-box {
  height: 70px;
  vertical-align: middle;
  line-height: 70px;
}
.pointer-rotate-box img {
  width: 45%;
  vertical-align: middle;
}
.pointer-rotate-box .swiper-slide-active img {
  width: 70%;
}
.winner-list-div .close img {
  cursor: pointer;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.why_cat_signup .middle-center-div {
  position: absolute;
  bottom: 60px;
  left: 120px;
  top: auto;
  background: none;
  height: auto;
}
.why_cat_signup .middle-center-div .reg {
  /* background: url(../../img/register_button.png) no-repeat; */
  width: 171px;
  height: 52px;
  float: left;
  cursor: pointer;
  position: static;
}
.why_cat_signup .middle-center-div .sign {
  width: 171px;
  height: 52px;
  float: left;
  margin-left: 30px;
  cursor: pointer;
  position: static;
}
.column_list {
  width: 100%;
  background: #fff;
}
.column_list .column_wrao {
  padding-top: 16px;
}
.column_list .column_wrao ul li {
  width: 33.3333%;
  float: left;
  text-align: center;
  list-style: none;
  padding: 0 8px;
  margin-bottom: 16px;
}
.column_list .column_wrao .silver {
  background: url(../../img/silver.jpg) no-repeat;
  background-size: 100% 100%;
}
.column_list .column_wrao .silver p {
  text-shadow: 2px 2px 2px #fff;
  display: inline-block;
}
.column_list .column_wrao .gold {
  background: url(../../img/gold.jpg) no-repeat;
  background-size: 100% 100%;
}
.column_list .column_wrao ul li a {
  font-size: 30px;
  color: #000;
  font-weight: 600;
  padding: 70px 0;
  display: block;
  position: relative;
}
.column_list .column_wrao span {
  display: inline-block;
  font-size: 14px;
  color: #000;
  padding: 8px 16px;
  position: absolute;
  bottom: 17px;
  right: 8px;
  background: #ffcc00;
  font-weight: 600;
  box-shadow: 0px 3px 8px rgba(255, 204, 0, 0.4);
}
.text-flow {
  width: 100%;
  padding: 15px 0;
  cursor: pointer;
}
.text-flow marquee {
  color: #2679b8;
  font-size: 16px;
}
.column_list .column_wrao .rightpdd,
.column_list .column_wrao .leftpdd {
  position: relative;
  padding-right: 0;
}
.column_list .column_wrao .mini_qrcode {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: white;
  z-index: 9;
}
.column_list .column_wrao .mini_qrcode img {
  width: 150px;
}
.column_list .column_wrao .leftpdd {
  padding-left: 0;
}

/*实干家弹层*/
.qrcode_gostory {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.qrcode_gostory_box {
  width: 400px;
  position: relative;
  margin: 150px auto 0 auto;
  text-align: center;
  padding: 50px 0 50px 0;
  background: #fff;
}
.qrcode_gostory .gostory_confirm {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
.qrcode_gostory .gostory_confirm img {
  width: 100%;
}
.qrcode_gostory_box p {
  margin-top: 20px;
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 1.4;
  padding-left: 10px;
}
.qrcode_gostory_box p::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -19px;
  width: 24px;
  height: 43.2px;
  background: url(../../img/phone_icon.png) no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%);
}

/*neIndex css*/
.top-swiper{
  display: flex;
  justify-content: center;
}

.main-video{
  width: 100vw;
}

.main-video video{
  width:100%; 
}

.top-content .main-title{
  height: 52%;
  width: 50%;
  position: relative;
}

.top-content .main-title .btn-box{
  margin-top: 20px;
}



.top-content .main-title .main-title-content a.links,
.main-new #index-aboutus .container-box .index-aboutusLeft .btn-box a.links{
  padding: 0.6rem 0.6rem;
  padding-right: 1.5em;
    line-height: 16px;
    font-size: 16px;
}

.main-new #index-aboutus .container-box .index-aboutusLeft .aboutus-area .btn-box a.links::before{
  background: url(../../img/index/more-arrow-black-right.png) no-repeat;
  width: 32px;
  height: 32px;
  right: 0;
  margin-top: 5px;
}

.main-new #index-aboutus .container-box .index-aboutusLeft .aboutus-area .btn-box a.links:hover::before{
  background: url(../../img/index/more-arrow-yellow-right.png) no-repeat;
 
}


.top-content .main-title .main-title-content a.links::before,
.main-new #index-aboutus .container-box .index-aboutusLeft .btn-box a.links::before{
  background: url(../../img/index/more-arrow-right.png) no-repeat;
  width: 9px;
  height: 15px;
  right: 0.6rem;
}

.top-content .main-title .main-title-content p{
  font-size: 36px;
  font-weight: 700;
  color:white;
  text-wrap: wrap;
  background-color: rgba(225,225,225,0.45);
}

.top-content .main-title .main-title-content{
  position: absolute;
  bottom: 0;
}

.top-content .main-content{
 height: 50%; 
 display: flex;
 flex-direction: row;
  margin: 50px 0 30px 0;
}

.quickLink-odd{
  padding-bottom: 8px;
}

.quickLink-even{
  padding-top:8px;
}

.quickLink-odd,
.quickLink-even{
  height: 50%; 
}

.quickLink-odd .first{
  width: 30%;
  position: relative;
  margin-right: 16px;
  transition: width 1.2s ease-in-out;
}

.quickLink-odd .first a  h4,
.quickLink-odd .last a  h4,
.quickLink-even .first a  h4,
.quickLink-even .last a  h4{
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
}

.quickLink-odd .first.choosed,
.quickLink-odd .last.choosed,
.quickLink-even .first.choosed,
.quickLink-even .last.choosed{
 width: 70%;
}

.quickLink-odd .first a .quickLinksImg img,
.quickLink-odd .last a .quickLinksImg img,
.quickLink-even .first a .quickLinksImg img,
.quickLink-even .last a .quickLinksImg img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.quickLink-odd .first a .quickLinksImg,
.quickLink-odd .last a .quickLinksImg,
.quickLink-even .first a .quickLinksImg,
.quickLink-even .last a .quickLinksImg{
  width: 100%;
  height: 100%;
}

.quickLink-odd .last{
  width: 30%;
  position: relative; 
  transition: width 1.2s ease-in-out;
}

.quickLink-even .first{
  width: 30%;
  position: relative;
  margin-right: 16px;
  transition: width 1.2s ease-in-out;
}

.quickLink-even .last{
  width: 30%;
  position: relative;
  transition: width 1.2s ease-in-out;
}

.top-content{
  width: 81vw;
  position: absolute;
  top:-10px;
  height: 55.5vw;
}

.swiper-container{
  height: 100%;
}

.swiper-content-bg{
  background-color: #19222B;
  height: 100%;
  width: 100%;
  position: absolute;
  top:0;
}

.swiper-section{
  width: 30%;
}

.top-content .main-content .swiper-section .swiper-pagination  .swiper-pagination-bullet{
  margin: 1px !important;
  width: 1.5vw;
  height: 2px;
  background:#e7e7e7;
}

.top-content .main-content .swiper-section .swiper-pagination  .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #fdc532;
}


.top-content .main-content .swiper-section .swiper-pagination{
 text-align: left;
 left: 1.5rem;
 bottom: 1.2rem !important;
}

.swiper-slide a img{
  height: 75%;
}

.quickLink-container{
  display: flex;
  flex-direction: column;
  z-index: 1;
  width: 70%;
  margin-left: 16px;
}


.swiper-content-bg .btn-section{
  position: absolute;
  right: 1rem;
  bottom: calc(1.2rem + 2px);
  z-index: 10;
}
.swiper-content-bg a.links{
  margin-right: 1.2rem;
  padding: 0.3rem 0.6rem;
  background-color: transparent;
  background: unset !important;
  margin-bottom: 0.6rem;
}

.swiper-content-bg a.links.prevBtn::before{
  background: url(../../img/index/more-arrow-black-left.png) no-repeat;
}

.swiper-content-bg a.links.nextBtn::before{
  background: url(../../img/index/more-arrow-black-right.png) no-repeat;
}

.swiper-content-bg a.links.prevBtn:hover::before{
    background: url(../../img/index/more-arrow-yellow-left.png) no-repeat;
}

.swiper-content-bg a.links.nextBtn:hover::before{
    background: url(../../img/index/more-arrow-yellow-right.png) no-repeat;
}



.swiper-content-bg a.links::before{
  width: 32px;
  height: 32px;
  right: 0 !important;
}
/*.swiper-content-bg a.links:first-child::before{
  transform: rotateY(180deg) translateY(-50%) ;
}*/



.main-new .container-box{
  width: 81vw;
}


.main-new  .indexCba{
  background: #000;
  padding:1rem 0 5rem 0;
}

.main-new .cbaSponsor .cbaVideo .video-container .cbaVideo-content{
  padding-top: 1rem;
}

.main-new  .indexCba .container-box .video-header{
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 20px;
  padding-top: 50px;
}

.main-new  .indexCba .container-box .video-header p{
  color:#fff;
  font-size: 28px;
  font-weight: 700;
}

.main-new  .indexCba .container-box .video-header a{
  color:#fff;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  right: 0;
  bottom: 21px;
}

.main-new  .cbaVideo{
  background: none !important;
  width: 40% !important;
  height: 20vw;
  transition: height 1.2s ease-in-out;
}

.main-new  .cbaVideo:first-child{
 padding-right: 10px;
}

.main-new  .cbaVideo:last-child{
 padding-left: 10px;
}

.main-new  .cbaVideo .video-container{
  height: 100%;
background: none !important;

}

.main-new  .cbaVideo video{
  height: 90%;
}

.main-new  .cbaVideo.select-video{
  width: 60% !important;
  height: 30vw;
}

.main-new  .cbaVideo .cbaVideo-content{
  color:#fff;
}

.main-new  .cbaVideo .cbaVideo-content h2{
  padding:0 !important;
  font-size: 1.25rem !important;
}


.main-new  .indexVideoDiv{
  background: none;
}

.main-new  .indexVideoDiv .container-box {

  padding-bottom:50px;
}

.main-new  .indexVideoDiv .container-box .auto-video-header{
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 20px;
  padding-top: 50px;
}

.main-new  .indexVideoDiv .container-box .auto-video-header p{
  color:#000;
  font-size: 28px;
  font-weight: 700;
}

.main-new  .indexVideoDiv .container-box .auto-video-header a{
  color:#000;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  right: 0;
  bottom: 21px;
}

.auto-video-content{
  display: flex;
}

.auto-video-content .video-container{
  width: 50%;
}

.auto-video-content .video-container .autoVideo-content{
  margin-top: 25px;
}


.auto-video-content .video-container video{
  object-fit: fill !important;
  height: 24vw;
}

.auto-video-content .video-container:first-child{
 padding-right: 10px;
}

.auto-video-content .video-container:last-child{
 padding-left: 10px;
}


.main-new #index-aboutus{
  background: url(../../img/index/aboutus-bg-gray.jpg) no-repeat;
  background-size: cover;
  padding: 6rem 0 !important;
}

.main-new #index-aboutus .container-box .index-aboutusLeft .aboutUsList{
  margin-left: 0;
  justify-content: space-between;
}

.main-new #index-aboutus .container-box .index-aboutusLeft h2{
  color:#fff; 
}

.main-new #index-aboutus .container-box .index-aboutusLeft .btn-box{
  margin-top: 0;
}


.main-new #index-aboutus .container-box .index-aboutusLeft .aboutUsList  li h3{
  color: #ffc000;
  font-size: 2rem;
  display: flex;
  align-items: baseline;
}

.main-new #index-aboutus .container-box .index-aboutusLeft .aboutUsList  li h3 span{
  color: #ffc000;
  margin-left: 4px;
  font-size: 1rem;
}

.main-new #index-aboutus .container-box .index-aboutusLeft .aboutUsList  li p{
  font-size: 0.8rem;
  text-align: left;
  font-weight: 700;
}

.main-new  #index-aboutus .container-box .index-aboutusLeft .aboutUsList li{
  width: auto;
  text-align: left;
}

.main-new .aboutus-bottom{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  padding-top: 4rem;
}

.main-new .aboutus-bottom .aboutus-area{
  display: flex;
  
}

.main-new .aboutus-bottom .aboutus-area p{
  font-weight: 600;
  margin-bottom: 1.2rem !important;
}



.main-new .aboutus-bottom .aboutus-area .btn-box{
  margin: 0 !important;
  padding: 0 0 0 0.5rem !important;
}

.main-new #index-aboutus .container-box .index-aboutusLeft .aboutus-area .btn-box a.links{
  background-color: transparent;
  
}

.main-new #index-aboutus .container-box .index-aboutusLeft .aboutus-area .btn-box a.links:hover{
  /*background-color: #fdc532;
  border: 1px solid #fdc532;
  color: #000;*/
}

/*.main-new #index-aboutus .container-box .index-aboutusLeft .aboutus-area .btn-box a.links::before{
  display:block;
  right: calc(0.6rem - 2px);
  color: #fff;
}

.main-new #index-aboutus .container-box .index-aboutusLeft .aboutus-area .btn-box a.links:hover::before{
 color:#000  
}*/

.main-new #product-list .container-box{
  display: flex;
  padding: 3rem 0;
}

.main-new #product-list .container-box .product-list-title{
  width: 15vw;
}

.main-new #product-list .container-box .product-list-title .title-text{
  font-size: 1.5rem;
  font-weight: 700;
}

.main-new #product-list .container-box .product-list-title .title-content{
  font-size: 1em;
  color:rgba(107,119,139);
  margin: 1rem 0 1.5rem 0;
}

.main-new #product-list .container-box .product-list-title .btn-box a.links{
  padding: 0.6rem 0.6rem;
  padding-right: 1.5em;
    line-height: 16px;
    font-size: 16px;
}

.main-new #product-list .container-box .product-list-title .btn-box a.links::before{
  background: url(../../img/index/more-arrow-right.png) no-repeat;
  width: 9px;
  height: 15px;
  right: 0.6rem;
}

.main-new #product-list .container-box #products.swiper-container{
  flex: 1;
  min-width: 0;
  margin-top: 0.7rem;
}

.main-new #products.swiper-container .swiper-slide{
  width: 40%;
  transform:scale(0.8);
  padding: 20px;
  opacity: 0.5;
  background-color: #e7e7e7;
  right: -1.5rem;
  top:1rem;
}

.main-new .news-title{
  display: flex;
  justify-content: space-between;
  padding: 3rem 0 1.25rem 0;
}

.main-new .news-title .title{
  color: #000;
    font-size: 28px;
    font-weight: 700;
}

.main-new .news-title .total{
  color: #000;
   
}

.main-new .news-title a.links{
   margin-right: 1.2rem;
    padding: 0.3rem 0.6rem;
    background-color: transparent;
}


.main-new .news-title a.links:hover{
  color: #000;
}

.main-new .news-title a.links.prevBtn::before{
  background: url(../../img/index/more-arrow-black-left.png) no-repeat;
}

.main-new .news-title a.links.nextBtn::before{
  background: url(../../img/index/more-arrow-black-right.png) no-repeat;
}

.main-new .news-title a.links.prevBtn:hover::before{
    background: url(../../img/index/more-arrow-yellow-left.png) no-repeat;
}

.main-new .news-title a.links.nextBtn:hover::before{
    background: url(../../img/index/more-arrow-yellow-right.png) no-repeat;
}



.main-new .news-title a.links::before{
  width: 32px;
  height: 32px;
  right: 0;
}

.main-new #news.swiper-container .swiper-slide{
  width: 45%;
}

.main-new #news.swiper-container{
 padding-bottom: 3rem;
}


.main-new #news.swiper-container .swiper-slide .new-section{
  display: block;
  width: 100%;
  height: 100%;
}


.main-new #news.swiper-container .swiper-slide .new-section img{
  width: 100%;
  height: 100%;
}

/*.main-new #news.swiper-container .swiper-slide .new-section .news-content {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  width: 100%;
  height: 20%;
  transition: height 1s linear;
}*/

.main-new #news.swiper-container .swiper-slide .new-section .news-content {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  width: calc(100% - 3rem);
  max-height: 6rem;
  transition: max-height 1s linear;
}

.main-new #news.swiper-container .swiper-slide .new-section .news-content span {
  color:#fff;
  background-color: rgba(225, 225, 225, 0.45);
  padding: 0.5rem;
}


.main-new #news.swiper-container .swiper-slide .new-section .news-content h2{
  color: #fff;
  margin-top: 1rem;
}

.main-new #news.swiper-container .swiper-slide .new-section .news-content p{
  opacity: 0;
  transition: opacity 1s linear;
  display: none;
}


.main-new #news.swiper-container .swiper-slide .new-section .news-content a{
  display: none;
}


.main-new #news.swiper-container .swiper-slide .new-section .news-content:hover {
  background-color: #fff;
  padding: 1rem;
    width: calc(100% - 3rem);
  max-height: 12rem;
}

.main-new #news.swiper-container .swiper-slide .new-section .news-content:hover  a{
  display: block;
}


.main-new #news.swiper-container .swiper-slide .new-section .news-content:hover  p{
  opacity: 1;
  display: block;
}

.main-new #news.swiper-container .swiper-slide .new-section .news-content:hover span {
  color:#333333;
  background-color: transparent;
  padding: 0;
}


.main-new #news.swiper-container .swiper-slide .new-section .news-content:hover h2{
  color: #000;
}


.main-new #news.swiper-container .swiper-slide .new-section .news-content:hover a{
  position: absolute;
  right:1rem;
  top: 1rem;
  padding: 0.8rem;
}

.main-new #news.swiper-container .swiper-slide .new-section .news-content:hover a::before{
  width: 9px;
  height: 15px;
  background: url(../../img/index/more-arrow-right.png) no-repeat;
  right: 8px;
}


.main-new #products.swiper-container .swiper-slide .product-content{
  margin-top: 3rem;
}

.main-new #products.swiper-container .swiper-slide .product-content h2{
  font-size: 1.2rem;
  color:#000;
}


.main-new #products.swiper-container .swiper-slide .product-content h3{
  display: none;
  font-size: 1rem;
  margin-top: 1rem;
}



.main-new #products.swiper-container .swiper-slide .product-section .product-img{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 16vw;
}

.main-new #products.swiper-container .swiper-slide img{
  width: 100%;
  height: 100%;
}


.main-new #products.swiper-container .swiper-slide-active{
  transform:scale(1) ;
  opacity: 1;
  right: 0;
  top:0;
}

.main-new #products.swiper-container .swiper-slide-active .product-content h3{
  display: block;
  color:#AAAAAB;
}

#include-header ._header::after{
  display: none;
}


#include-header .options-container{
  display: flex;
  justify-content: center;
}

#include-header .header-box .item.select-item{
  background-color:#fdc532;
}

#include-header .options-container .options-item{
  background-color: #000;
    width: 81vw;
    display: none;
}

#include-header .options-container .options-item.blockitem{
  display: block;
}

#include-header .options-container .news-item.options-item{
  /*display: block;*/
}

#include-header .options-container .options-item .options-content{
  display: flex;
  padding: 3rem 0 1.5rem 0;
}

#include-header .options-container .options-item .options-content .item-text{
  color:#fdc532;
    font-size: 1.5rem;
  font-weight: 700;
  width: 10vw;
  text-align: center;
  padding: 1.25rem;
}

#include-header .options-container .options-item .options-content .item-text a{
  color:#fdc532;
    font-size: 1.5rem;
  font-weight: 700;
}

#include-header .options-container .options-item .options-content .item-menu{
  display: flex;
  width: 71vw;
}

#include-header .options-container .options-item .options-content .item-menu ul{
  display: flex;
  flex-wrap: wrap;
}

#include-header .options-container .options-item .options-content .item-menu .menu_item{
  width: 12vw;
  margin-top: 4px;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  margin-right: 1.5rem;
  
}

#include-header .options-container .options-item .options-content .item-menu .menu_item.total-menu-item{
  width: calc(100% - 3rem);
  border-bottom: 1px solid #fff;
}

#include-header .options-container .options-item .options-content .item-menu .menu_item.total-menu-item:last-child{
  border-bottom: none;
}


#include-header .options-container .options-item .options-content .item-menu .menu_item.total-menu-item a:hover{
  color: #fff;
}

#include-header .options-container .options-item .options-content .item-menu .menu_item.total-menu-item ul{
  margin-top: 1rem;
}


#include-header .options-container .options-item .options-content .item-menu .menu_item.total-menu-item li{ 
  width: 12vw;
  margin-bottom: 1.5rem;
}

#include-header .options-container .options-item .options-content .item-menu .menu_item.total-menu-item li a{  
  color: #fff;
   font-size: 1rem;
   font-weight: 400;
}

#include-header .options-container .options-item .options-content .item-menu .menu_item.total-menu-item li a:hover{  
   color:#fdc532;
}

#include-header .options-container .options-item .options-content .item-menu .menu_item.total-menu-item a{
  font-size: 1.2rem;
  font-weight: 600;;
}

#include-header .options-container .options-item .options-content .item-menu .menu_item a{
  color: #fff;
}

#include-header .options-container .options-item .options-content .item-menu .menu_item a:hover{
  color:#fdc532;
}

#include-header ._header .navi .item{
  height: auto;
}

#include-header ._header .navi .item_link{
  height: 97px !important;
}

#include-header ._header .logo{
  margin-left: 0 !important;
}

#include-header ._header .warp{
  width: 81vw !important;
}


.main-new #video-news .product-list-title .btn-box{
  text-align: left;
  margin-right: 10px;
}

/*
#include-header  ._header .options{
  background-color: transparent;
}

#include-header .options_item_link{
  padding: 20px;
}

#include-header .options_item_link.icon_location:before{
  top: 0.5rem; 
}

#include-header .options_item_link:before{

}

#include-header  ._header .new_options_item{
  width: auto !important;
  display: flex;
    justify-content: center;
    align-items: center;
}

#include-header  ._header .new_options_item .new_options_item-title{
  display: flex;
  align-items: center;
}

#include-header  ._header .new_options_item .new_options_item-title p{
  color:#fff;
  font-size: 1.2rem;
  font-weight: 600;
  padding-left: 0.75rem;
}

#include-header  ._header .new_options_item .new_options_item-title a{
  background-color: #fdc532;
  width: 20px;
  height: 20px;
}*/


body .banner{
  margin:0 auto;
  padding: 0;
}


/*cat reman css*/
.title-container,
.videos-container{
  max-width: 1140px;
  margin: 0 auto;
}

.title-container .title__wrapper{
 padding: 0 10px;
}

.business-container .title-container .title__wrapper{
  padding: 0 20px;
}

.business-container .title-container .title__wrapper a{

  margin: 40px 15px 0 15px;
}

.title-container h1{
  text-transform: capitalize;
  font-size: 58px;
  font-weight: 400;
  font-family: "Roboto Condensed Bold";
}

.title-container h2{
  font-size: 26px;
  font-weight: 700;
  font-family: "Roboto Condensed Bold";
  margin-bottom: 8px;
  padding-top: 60px;
}

.finance-container .finance-inner {
  height: 100%;
}

.title-container .accent-bar,
.finance-container .finance-inner .accent-bar,
.cmp-container .accent-bar{
  width: 40px;
    height: 5px;
    line-height: 1;
    display: inline-block;
    margin: 5px 0 20px;
    background-color: #ffcd11;
}


.title-container p{
  font-family: "Roboto Condensed";
  font-size: 18px;
  font-weight: 400;
}

.finance-container,
.business-container{
  background-color: #f8f8f8;
}

.finance-container{
    padding: 120px 0 100px 0;  
}

.finance-container.none-bottom{
  padding-top: 75px;
  padding-bottom: 55px;
}

.business-container{
    padding: 60px 0 0 0;  
}

.finance-container .finance-row,
.aboutus-container{
  display: flex;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-container-innner{
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 10px;
}

.finance-container .finance-column,
.aboutus-container .aboutus-left,
.aboutus-container .aboutus-right{
 width: 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.finance-container .finance-column.finance-text{
  padding: 60px;
  background-color: #fff;
}



.finance-container .finance-inner h2,
.cmp-container .cmp-row .cmp-text h2{
  font-family:  "Roboto Condensed Bold";
  font-size: 26px;
  font-weight: 700;
  height: 26px;
  margin-bottom: 16px;
}

.finance-container .finance-inner p{
  font-family: "Noto Sans Regular";
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

.finance-container .finance-inner a,
.cmp-container .cmp-inner a,
.title-container .title__wrapper a,
.business-container .aboutus-inner a,
.info-container .info-container-content a{
  margin-top: 10px;
  padding: 6px 15px;
  background: #ffcd11;
  color: #000000;
  border: 1px solid #B18D00;
  border-radius: 4px;
  text-align: center;
  float: right;
  font-family: "Noto Sans Regular";
  font-size: 14px;
  width: 200px;
  font-weight: 400;
}

.btn-left{
  float: left !important;
}

.btn-long{
  width: auto !important;
}

.finance-container .finance-column img{
  width: 100%;
    height: 100%;
    object-fit: cover;
}

.cmp-container .cmp-row{
  margin-top: 60px;
  margin-bottom: 45px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  height: 310px;
}

.cmp-container .cmp-inner{
  position: relative;
}

.cmp-container .cmp-row::after{
   display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(left,#000 7%,rgba(0,0,0,0) 93%);
    background: -webkit-linear-gradient(left, #000 7%, rgba(0, 0, 0, 0) 93%);
    background: linear-gradient(to right, #000 7%, rgba(0, 0, 0, 0) 93%);
}

.cmp-container .cmp-row .cmp-text{
  z-index: 2;
  padding: 60px;
  margin-top: 50px;
}

.cmp-container .cmp-row .cmp-text h2,
.cmp-container .cmp-row .cmp-text p{
  color: #fff;
}

.cmp-container .cmp-inner a{
  float: left;
}

.cmp-container .cmp-row .cmp-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.cmp-container .cmp-row .cmp-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutus-container .aboutus-left{

  padding: 60px 15px 0 15px;
}

.aboutus-container .aboutus-right{
  padding-left: 25px;
  padding-right: 15px;
  padding-top: 70px;
}

.aboutus-container .aboutus-right .aboutus-inner img{
    object-fit: cover;
  width: 100%;
  height: 100%;
}

.business-container .finance-container{
  padding-bottom: 0;
}

.aboutus-container .aboutus-left h2{
  padding:  15px 0 14px 0;
  border-top: 1px solid #000;
  font-family: "Roboto Condensed Bold";
  font-weight: 700;
  font-size: 22px;
}

.aboutus-container .aboutus-left p{
  margin-bottom: 17px;
  font-size: 14px;
  line-height: 16.8px;
}

.business-container .aboutus-inner a{
  width: auto;
  margin: 60px 0 100px 15px;
}

.business-container .list-container{
  margin: 135px 100px 15px 100px;
}

.business-container .list-container .list-ul{
  display: flex;  
}

.business-container .list-container .list-li{
    flex: 0 0 25%;
    max-width: 25%;
    padding: 10px;
}

.business-container .list-container li a{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-shadow: 0 3px 15px 3px rgba(0, 0, 0, 0.07);
}

.business-container .list-container li a:hover{
      box-shadow: 0 3px 15px 3px rgba(0, 0, 0, 0.2);
      transition: all .4s ease;
}

.list-container li a:hover{
   box-shadow: 0 15px 40px rgba(67, 72, 92, 0.2);
      transition: all .4s ease;
}


.business-container .list-container li a .list-img img{
    object-fit: cover;
  width: 100%;
  height: 173px;
  border-bottom: 3px solid #ffcd11;
}

.business-container .list-container li a .list-text{
  color:#000;
  padding: 29px 30px;
  height: 98px;
}

.business-container .list-container li a .list-text h3{
  font-family:"Roboto Condensed Bold";
  font-size: 20px;
  font-weight: 700;
line-height: 20px;
}

.aboutus-container .aboutus-left p:last-child{
  margin-bottom: 30px;
}

.tip-text{
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  margin-top: 40px;
}

.tip-text p sup{
 font-size: 10.5px;
}

.cmp-container .cmp-inner.reman-cmp{
  padding: 0;
  width: 100%;
  max-width: unset;
}

.cmp-container .cmp-inner.reman-cmp .cmp-row{
  height: 350px;
}

.reman-industry {
  margin-top: 60px;
}

.business-container.reman-business{
  background-color: #fff;
}

.business-container.reman-business .list-text{
  height: 165px !important;
  position: relative;
  padding: 30px 30px 25px 30px;
}


.business-container.reman-business .list-text p{
  position: absolute;
  left: 30px;
  bottom: 25px;
}

.videos-container{
  padding: 0 10px;
  padding-bottom: 90px;
}

.videos-container .videos-content{
  width: 100%;
  position: relative;
}

.videos-container .videos-content .content-img-container{
  position: relative;
  z-index: 2;
  padding: 0 15px;
}

.videos-container .videos-content .content-img-container.content-hide{
  opacity: 0;
}

.videos-container .videos-content .content-img-container .content-img{
  width: 100%;
  height: 45vw;
  object-fit: cover;
}

.videos-container .videos-content .content-img-container .play_video{
  position: absolute;
  left: 46%;
  top: 46%;
  width: 68px;
}

.videos-container .videos-content iframe{
  width: 100%;
  height: 45vw;
  position: absolute;
  top: 0;
  left: 0;
padding: 0 15px;
}

.videos-container .videos-content iframe video{
  width: 100%;
  height: 100%;
}

.videos-container .title__wrapper{
  padding: 0 !important;
}

.info-container {
  display: flex;
  justify-content: center;
  background-color: #f8f8f8;
  padding-bottom: 78px;
  padding-top: 62px;
}

.info-container .info-container-content{
  display: flex;
  max-width: 1140px;
  padding: 0 10px;
}

.info-container .info-column-left{
  width: 33.3%;
  padding: 10px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.info-container .info-column-left .info-left-img-content{
  width: 100%;
}

.info-container .info-column-left .info-left-img-content img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-container .info-column-right{
  width: 66.7%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.info-container .info-column-right .info-right-img-content{
  width: 100%;
  display: flex;
}

.info-container .info-column-right .info-right-img-content .info-right-img{
  width: 50%;
    padding: 10px 20px;
}

.info-container .info-column-right .info-right-img-content .info-right-img img{
    width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-container .info-container-content a{
  float: unset;
}

.solution-cotainer{

  background-color: #f8f8f8;
}

.title-container.reman-title-end{
  padding-bottom: 186px;
}

.title-container.reman-title-end .title__wrapper a{
  background-color: #000;
  color: #fff;
  width: auto;
  padding: 9px 44px;
  margin: 14px 0;
}

.finance-container .finance-inner a:hover,
.cmp-container .cmp-inner a:hover,
.title-container .title__wrapper a:hover,
.business-container .aboutus-inner a:hover,
.info-container .info-container-content a:hover{
      color: #000000;
    background-color: #FFE672;
    border-color: #F3C206;
    transition: linear .25s;
}

.title-container.reman-title-end .title__wrapper a:hover{
  background-color: #000;
  color: #fff;
}

.reman-cmp .cmp-text{
  padding-left: 115px !important;
}

.reman-cmp h2{
  font-size: 54px !important;
  line-height: 1.5;
  height: 71px !important;
  display: flex;
}
