@charset "utf-8";

/*********头部导航*********/
.in-header {
  background: rgba(0, 0, 0, 0.3);
  height: 100px;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 99;
}

.navbar {
  margin: 0;
}

.navbar-brand {
  padding: 15px 15px 15px 35px;
}

.navbar-header {
  padding-top: 25px;
}

.navbar-default {
  background: none;
  border: 0;
  /* background: #BDB9B8 !important; */
}

.in-nav .nav > li {
  padding: 38.5px 20px;
  text-align: center;
}

.navbar-nav > li > a {
  padding: 0;
  color: #ffffff !important;
  line-height: 22px;
}

.in-nav {
  float: right;
}

.in-nav .nav > li > a:hover {
  border-bottom: 1px solid #ffffff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  border-bottom: 1px solid #ffffff;
  background: none;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background: none;
}

.navbar-default .navbar-toggle {
  border-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

/* .dropdown-menu{background: url("../images/jt_55cb59.png") center -5px no-repeat rgba(255,255,255,0.5);padding: 10px 0;} */
.dropdown-menu {
  background: rgba(255, 255, 255, 0.5);
  padding: 10px 0;
}

.dropdown-menu > li > a {
  color: #48484a !important;
  line-height: 35px;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #000000 !important;
  background: none;
  font-weight: bold;
}

.header-scroll {
  height: 60px;
}

.header-scroll .navbar-header {
  padding-top: 5px;
}

.header-scroll .in-nav .nav > li {
  padding: 18.5px 20px;
}

.header-scroll .navbar-brand {
  padding: 15px;
}

/*********banner*********/
.in-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.in-banner .carousel-indicators li {
  width: 30px;
  height: 3px;
  background: #ffffff;
  border-radius: 0;
  border: 0;
  margin: 0 5px;
}

.in-banner .carousel-indicators .active {
  width: 30px;
  height: 3px;
  background: #242526;
  border-radius: 0;
  border: 0;
}

.in-banner .carousel-indicators {
  bottom: 30px;
}

.ny-banner {
  width: 100%;
  height: 550px;
  overflow: hidden;
}

.ny-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*********二级导航*********/
.in-second-nav {
  overflow: hidden;
  height: 88px;
  border-bottom: 1px solid #d0d0d0;
  line-height: 86px;
}

.in-second-nav .list a {
  font-size: 18px;
  margin-right: 30px;
  border-bottom: 2px solid #ffffff;
}

.in-second-nav .list a.active {
  color: #000;
  font-weight: bold;
  border-bottom: 2px solid #000000;
}

.in-second-nav .list a:hover {
  color: #000;
  border-bottom: 2px solid #000000;
}

/*********底部*********/
.in-footer {
  background: #1c1d1f;
  overflow: hidden;
}

.in-footer-top {
  padding: 90px 0 75px 0;
}

.in-footer-top .in-footer-nav {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  width: 70%;
  padding-right: 9%;
}

.in-footer-top .h1 {
  line-height: 1.5;
}

.in-footer-top a {
  color: #686a6f;
}

.in-footer-box a {
  display: block;
  margin-top: 20px;
}

.in-footer-box a:hover {
  color: #fff;
}

.in-footer-form {
  margin-left: 9%;
  overflow: hidden;
  width: 21.18%;
}

.in-footer-form input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: none;
  padding: 0 15px;
  display: block;
  color: #fff;
}

.in-footer-form button {
  width: 100%;
  height: 40px;
  background: #26272a;
  border: 0;
  color: #5b5c61;
}

.in-footer-share a {
  opacity: 0.3;
  margin-right: 25px;
}

.in-footer-share a:hover {
  opacity: 1;
}

.in-footer-bottom {
  min-height: 75px;
  line-height: 75px;
  color: #686a6f;
  font-size: 18px;
  border-top: 1px solid #2e3135;
}

.footer-bottom-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.legal-links a {
  color: #686a6f;
  transition: color 0.3s;
}
.legal-links a:hover {
  color: #fff;
}
.legal-links .separator {
  margin: 0 10px;
  color: #686a6f;
}

/*********待确认区域高亮标记*********/
.pending-confirm {
  background-color: #FFF9C4 !important;
  outline: 2px dashed #F9A825 !important;
  outline-offset: 2px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease, outline 0.3s ease;
}
.pending-confirm:hover {
  background-color: #FFF176 !important;
}
.pending-confirm::after {
  content: "⚠ Pending Review";
  position: absolute;
  top: -22px;
  left: 0;
  font-size: 11px;
  color: #E65100;
  background: #FFF9C4;
  padding: 1px 6px;
  border-radius: 3px;
  white-space: nowrap;
  font-family: Arial, sans-serif;
  pointer-events: none;
}
.pending-confirm.confirm-removing {
  background-color: transparent !important;
  outline: none !important;
  transition: background-color 0.5s ease, outline 0.5s ease;
}
.pending-confirm.confirm-removing::after {
  display: none;
}

/*********首页*********/
.new-br {
  width: 30px;
  height: 3px;
  background-color: #232324;
}

/*********Legal & Compliance Pages*********/
.legal-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 160px 20px 80px; /* offset for fixed header */
  font-family: "Open Sans", "Roboto", "Arial", sans-serif;
  color: #333;
  line-height: 1.8;
}

.legal-title {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.legal-last-updated {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-bottom: 50px;
}

.legal-content h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 40px 0 20px;
  text-transform: uppercase;
}

.legal-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 30px 0 15px;
}

.legal-content p {
  margin-bottom: 20px;
  font-size: 16px;
}

.legal-content ul, .legal-content ol {
  margin-bottom: 20px;
  padding-left: 40px;
  font-size: 16px;
}

.legal-content li {
  margin-bottom: 10px;
  list-style-type: disc;
}

.legal-content a {
  color: #333;
  text-decoration: underline;
  transition: opacity 0.3s;
}

.legal-content a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* Cancel link style matching G-III interaction */
.legal-content a.cancel-link {
  text-decoration: none;
  border-bottom: 1px solid #333;
}

.legal-content a.cancel-link:hover {
  border-bottom-color: transparent;
}

.btn {
  width: 222px;
  line-height: 60px;
  background-color: #232324;
}

.padding-60 {
  padding: 60px 0;
}

.padding-120 {
  padding: 120px 0;
}

.content-first .left {
  width: 770px;
}

.content-first .left .icon {
  background: url("../images/home-icon1_80c4ea.jpg") no-repeat;
  padding-left: 64px;
  background-size: 32px;
}

.content-first .left .icon1 {
  background: url("../images/home-icon2_afeb8c.jpg") no-repeat;
  padding-left: 64px;
  background-size: 32px;
}

.content-first .left .icon2 {
  background: url("../images/home-icon3_3dbcc4.jpg") no-repeat;
  padding-left: 64px;
  background-size: 32px;
}

.content-first .right {
  width: 630px;
}

.content-first .right img {
  width: 100%;
}

.map {
  background: url("../images/map_e0ec3a.jpg") no-repeat;
  height: 920px;
  background-size: 100%;
}

/*********overView*********/
.margin-auto {
  margin: 0 auto;
}

.margin-left-auto {
  margin-left: auto;
}

.margin-right-auto {
  margin-right: auto;
}

.content-title {
  text-align: center;
  font-weight: 400;
  line-height: 3rem;
}

.main-title {
  font-size: 38px;
  font-family: "Open Sans", "Roboto", "Arial", sans-serif;
}

.sub-title {
  font-size: 20px;
  font-family: "Open Sans", "Roboto", "Arial", sans-serif;
}

.imgbox {
  width: 100%;
  padding: 0 40px;
  margin-top: 47px;
  padding-bottom: 120px;
}

.imgbox img {
  width: 80%;
}

.imgbox img:nth-of-type(2) {
  margin-top: 15px;
}

.content-corp {
  background: #f1f2f6;
  text-align: center;
}

.content-corp .lists > div {
  width: 24%;
  height: 297px;
  background: #fff;
  text-align: left;
  padding: 24px 15px;
}

.corp-titlea {
  font-family: "Open Sans", "Roboto", "Arial", sans-serif;
  line-height: 30px;
  color: #232324;
}

.corp-br {
  width: 30px;
  height: 3px;
  background: #232324;
}

.corp-titleb {
  font-family: "Open Sans", "Roboto", "Arial", sans-serif;
  color: #48484a;
}

.over-echarts .ech {
  width: 50%;
  margin-top: 90px;
}

.card > div {
  height: 340px;
}

.card > div > img {
  width: 50%;
  height: 100%;
}

.card > div > div {
  width: 50%;
  height: 100%;
  padding-top: 36px;
  padding-left: 33px;
  padding-right: 33px;
  background-color: #f1f2f6;
}

.flex-con {
  width: 80%;
  margin: 5rem 10% 0;
  height: 480px;
}

.flex-con > div {
  width: 60%;
  height: 100%;
  background-color: #f9f8f9;
}

.flex-con > img {
  width: 40%;
}

.icon-size {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.contact-card {
  padding-top: 6.83rem;
  padding-left: 5.17rem;
}

.contact-card > div {
  font-family: "Open Sans", "Roboto", "Arial", sans-serif;
  line-height: 26px;
}

.contact-card > div:nth-of-type(2) {
  padding-top: 3.83rem;
}

.contact-from {
  overflow: hidden;
}

.from-content {
  margin-top: 5rem;
  font-size: 1.67rem;
  font-family: "Open Sans", "Roboto", "Arial", sans-serif;
  font-weight: 400;
  color: #232324;
}

.from-content > textarea {
  width: 100%;
  height: 15rem;
  padding: 1.5rem;
  border: 1px solid #e2e2e2;
}

.input-style {
  border-bottom: 1px solid #cdcdcd;
  margin-left: 10px;
  line-height: 45px;
  text-align: left;
}

.input-style > input {
  border: none;
  background: none;
  outline: none;
  width: 80%;
  margin-left: 10px;
}

input:focus {
  outline: none !important;
  border: none !important;
}

.input-style span {
  color: #e21212;
}

.wid-50 {
  width: 50%;
}

.wid-100 {
  width: 100%;
}

.adv-con > div:nth-of-type(3) {
  font-size: 2.33rem;
  font-family: "Open Sans", "Roboto", "Arial", sans-serif;
  font-weight: 400;
  line-height: 2.5rem;
  margin-top: 3.92rem;
}

.adv-con > div:nth-of-type(4) {
  width: 37.42rem;
  font-size: 1.67rem;
  font-family: "Open Sans", "Roboto", "Arial", sans-serif;
  font-weight: 400;
  color: #48484a;
  line-height: 3rem;
  margin: 0 auto;
}

.bgimg {
  width: 120rem;
  height: 53.67rem;
  background-image: url("../images/overView-bg3_25a2f1.jpg");
  background-size: 100% 100%;
  margin: 0 auto;
}

.pro-box {
  padding-bottom: 120px;
}

.pro-imgbox {
  width: 23.8%;
  margin-left: 1.6%;
  margin-bottom: 45px;
}

.pro-imgbox:nth-of-type(4n + 1) {
  margin-left: 0;
}

.pro-imgbox > img {
  width: 100%;
}

.pro-more {
  border-radius: 3px;
  width: 222px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
}

.pro-more:hover {
  background: #ff0000;
}

.in-rds .in-rds-text {
  padding: 60px 70px;
}
.in-rds .backs {
  width: 100%;
  height: 30px;
  background: #5f5f5f;
}

/* core */
.core-list {
  width: 48%;
  line-height: 1.6;
}

.core-btm {
  border-radius: 3px;
  padding: 60px;
}

.in-core-lists .item {
  width: 28.3%;
  margin-left: 4.2%;
  margin-top: 40px;
}

.in-core-lists .item:nth-of-type(3n + 1) {
  /*margin-left: 0;*/
}

.picScroll-left .item .pic-item {
  width: 30%;
  margin-left: 5%;
  overflow: hidden;
  text-align: center;
  float: left;
}

.picScroll-left .item .pic-item:nth-of-type(3n + 1) {
  margin-left: 0;
}

.picScroll-left .carousel-indicators {
  position: initial;
  margin: 40px 0 0 0;
  width: 100%;
}

.picScroll-left .carousel-indicators li {
  width: 14px;
  height: 14px;
  text-indent: 100px;
  border-radius: 50%;
  overflow: hidden;
  background: #c2c2c2;
  margin: 0 7.5px;
  cursor: pointer;
}

.picScroll-left .carousel-indicators .active {
  background: #474748;
}

/* over */
.in-over-3 .item {
  width: 15.625%;
  margin-left: 1.25%;
  margin-bottom: 18px;
}
.in-over-3 .item img {
  border: 1px solid #dfdfdf;
}

.in-over-3 .item:nth-of-type(6n + 1) {
  margin-left: 0;
}

/* m5 */
.m5-list > div {
  width: 450px;
  margin-left: 30px;
}

.m5-list > div:first-child {
  margin-left: 0;
}

/* m3 */
.m3-list > div {
  width: 50%;
  box-sizing: border-box;
  margin-top: 70px;
}

.m3-list > div .img {
  width: 100px;
  margin-right: 45px;
}

.m3-list > div .texts {
  width: 56%;
}

/* m2 */
.m2-tab .item {
  margin: 0 3%;
  cursor: pointer;
  position: relative;
  padding-bottom: 18px;
  text-transform: uppercase;
  text-align: center;
}

.m2-tab .item:hover {
  color: #ff0000;
}

.m2-tab .item.active::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  background: #232324;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}

.m2-content {
  display: none;
}

.m2-content-show {
  display: flex;
}

/*.m2 .big-img img {
    height: 100%;
}*/
.m2 .big-img img {
  height: 100%;
  width: 100%;
}

.m2 .big-img,
.m2 .small-list,
.m2 .small-list > img {
  width: 48.6%;
}

.m2 .small-list > img:nth-of-type(3),
.m2 .small-list > img:nth-of-type(4) {
  margin-top: 15px;
}

.m-title {
  text-align: center;
}
.borderd {
  padding: 20px;
  background: #a6a6a6;
  border-radius: 30px;
  border: 2px solid #999;
}
.borderd .m-t-10 {
  color: #fff;
  text-align: center;
}

.gq {
  padding: 2px 0 8px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.gq img {
  height: 42px;
  padding-right: 20px;
}

/* 2022/7/11改版 */
/* core-轮播图 */
.in-core-middle {
  margin: 0 4.2%;
}
.in-core-middle .slide {
  padding: 0 7.8%;
}
.in-core-middle .slide .left {
  background: none;
  width: auto;
}
.in-core-middle .slide .right {
  background: none;
  width: auto;
}
.in-core-middle .item-li {
  width: 21.5%;
  border: 4px solid #294a63;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 5px 10px #646d76;
}
.in-core-middle .item-list {
  padding-bottom: 50px;
}
.in-core-middle .item-li .title {
  text-align: center;
  line-height: 1.3;
}
.in-core-middle .item,
.in-core-middle .slide {
  width: 100%;
}

/* productions-轮播图 */
.productions {
  margin-bottom: 100px;
}
.productions:last-child {
  margin-bottom: 0;
}
.productions-list {
  margin: 0 4.2%;
}
.productions-list .slide {
  padding: 0 7.8%;
}
.productions-list .slide .left {
  background: none;
  width: auto;
}
.productions-list .slide .right {
  background: none;
  width: auto;
}
.pro-imgbox2 {
  width: 23.8%;
  margin-left: 1.6%;
}

.pro-imgbox2:nth-of-type(4n + 1) {
  margin-left: 0;
}

.pro-imgbox2 > img {
  width: 100%;
}

/* 首页-轮播图 */
.m2 {
  position: relative;
}
.m2-sil {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  cursor: pointer;
  opacity: 0.6;
}
.m2-left {
  left: 4.2%;
}
.m2-right {
  right: 4.2%;
}
.m2-sil:hover {
  opacity: 1;
}

body img {
  cursor: pointer;
  transition: all 0.6s;
}
/* body img:hover {
  transform: scale(1.05);
} */
body .ny-banner img:hover {
  transform: scale(1.0005);
}
body #mods21s img:hover {
  transform: scale(1);
}
.sjmod {
  display: none;
}

/* 4.27 */
/* BRIEF INTRODUCTION */
.brief-introduction {
  width: 100%;
  overflow: hidden;
  background: #f2f2f2;
}
.brief-introduction .name {
  letter-spacing: 15px;
  font-weight: bold;
}
.brief-introduction .mode-1,
.brief-introduction .mode-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brief-introduction .mode-1 .img,
.brief-introduction .mode-2 .img {
  width: 31%;
  display: block;
}
.brief-introduction .mode-1 .text,
.brief-introduction .mode-2 .text {
  word-wrap: break-word;
  word-break: break-all;
  padding: 0 7% 0 6%;
}
.brief-introduction .mode-2 {
  margin-top: 1px;
}

.brief-introduction .mode-2 .img {
  width: 28.5%;
}

.brief-introduction .mode-2 .text {
  padding: 0 8% 0 7%;
}
.brief-introduction .mode-3 {
  padding: 160px 6.7% 140px 6.7%;
}
.brief-introduction .mode-4 {
  padding: 90px 6.7% 110px 6.7%;
}
/* core */
.core-mode {
  padding: 85px 7.5% 120px 7.5%;
}
.core-mode .name {
  letter-spacing: 15px;
  font-weight: bold;
  text-align: center;
}
/* core */
.social-mode {
  padding: 85px 7.5% 120px 7.5%;
}
.social-mode .name {
  letter-spacing: 6px;
  font-weight: bold;
}
.social-mode .social-sub {
  margin-top: 70px;
}
.social-mode .social-sub-title {
  letter-spacing: 8px;
}
