body {
  color: #333;
  font-size: 14px;
  font-family: Arial, "微软雅黑", Helvetica, "黑体", Arial, Tahoma;
  margin: 0 auto;
  position: relative;
}
.img-hide {
  overflow: hidden;
}
.slick-next,
.slick-prev {
  transform: translateY(-50%);
  margin-top: 0;
  opacity: 0.5;
}
.slick-next:hover,
.slick-prev:hover {
  opacity: 1;
}
.nr-nav-con {
  padding-bottom: 4.375em;
}
.nrnav-box .nr-nav-right1 > li {
  padding-left: 3.125em;
}
.nrnav-box .nr-nav-right1 > li a {
  padding-left: 0.25em;
  padding-right: 0.25em;
}
.img-hide img {
  transition: 0.5s all;
}
.img-hide:hover img {
  transform: scale(1.1, 1.1);
}
.txt-elise {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
li {
  list-style: none;
}
a {
  color: #333;
}
ul {
  padding: 0;
  margin: 0;
}
a:hover {
  text-decoration: none !important;
}
a:focus {
  text-decoration: none !important;
  outline: 0 !important;
}
button:focus,
button:hover,
input:focus {
  outline: 0 !important;
}
img {
  max-width: 100%;
}
.add-top img {
  width: 100%;
}
.add-top {
  position: relative;
}
.add-top.add-top-b {
  min-height: 200px;
}
.add-top-box {
  position: absolute;
  right: 0;
  left: 10%;
  top: 50%;
  margin-top: -90px;
}
.add-top-box .add-top-tt {
  font-size: 52px;
  color: #2d2d2d;
  font-weight: 700;
}
.add-top-box p {
  font-size: 22px;
  color: #333;
  line-height: 40px;
  margin-top: 15px;
}
.nav-b a,
.nav-b span {
  font-size: 16px;
  color: #7d7d7d;
}
.nav-b a.active,
.nav-b a:hover {
  color: #111;
}
.nav-b {
  line-height: 65px;
  padding-left: 60px;
}
.nav-scroll li {
  float: left;
  margin-left: 50px;
  line-height: 65px;
}
.nav-scroll li a {
  font-size: 16px;
  color: #7d7d7d;
}
.nav-scroll li a:hover {
  color: #111;
}
.nav-scroll {
  padding-right: 60px;
}
.add-top-b .add-top-box .add-top-tt {
  font-size: 44px;
  font-weight: 400;
}
.add-top-b .add-top-box p {
  max-width: 460px;
  font-size: 20px;
  color: #7d7d7d;
}
.add-top-b .add-top-box {
  margin-top: 0;
  transform: translateY(-50%);
}
.add-title {
  font-size: 36px;
  color: #2b2b2b;
  font-weight: 700;
  margin: 80px 0 36px 0;
  position: relative;
}
.add-title:before {
  display: block;
  content: "";
  width: 60px;
  height: 3px;
  background: #fdd000;
  position: absolute;
  left: 2px;
  top: -17px;
}
.slick-tt {
  font-size: 28px;
  color: #333;
  line-height: 50px;
  height: 200px;
  overflow-y: auto;
}
.slick-tt::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.slick-tt::-webkit-scrollbar-thumb {
  background-color: #d8d8d8;
  border-radius: 6px;
}
.slick-tt::-webkit-scrollbar-track {
  background: #ebebeb;
}
.slick-img {
  width: 49%;
}
.slick-right {
  width: 38%;
  margin-left: 6.5%;
  padding-top: 2%;
}
.slick-user img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: solid 3px #f8c9ca;
}
.slick-user {
  margin-right: 40px;
}
.slick-name-txt {
  font-size: 28px;
  color: #333;
  font-weight: 700;
  margin-bottom: 10px;
}
.slick-name p {
  font-size: 16px;
  color: #333;
}
.slick-name {
  margin-top: 4%;
}
.slick-img a {
  display: block;
  position: relative;
}
.slick-img a img {
  width: 100%;
}
.slick-img a:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 10;
  height: 71px;
  width: 70px;
  background: url(../../images/add-play.png) center no-repeat;
  background-size: contain;
}
.slick-prev {
  width: 22px;
  height: 40px;
  background: url(../../images/left.png) center no-repeat;
  left: 40px;
  text-indent: -9999px;
}
.slick-next {
  width: 22px;
  height: 40px;
  background: url(../../images/right.png) center no-repeat;
  left: 49%;
  margin-left: -62px;
  text-indent: -9999px;
}
.slick-dots {
  left: auto;
  bottom: -5px;
  right: 0;
  text-align: left;
  width: 44.5%;
}
.slick-dots li,
.slick-dots li button {
  width: 45px;
  height: 3px;
  padding: 0;
  background: #dcdcdc;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button {
  background: #e72427;
}
.wh-left {
  width: 32.666666%;
  padding-top: 6%;
}
.wh-left-tt {
  font-size: 28px;
  color: #333;
}
.wh-left p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
  color: #888;
}
.wh-left p span {
  color: #333;
  margin-right: 20px;
}
.wh-img {
  width: 61.333333%;
}
.wh-img img {
  width: 100%;
}
.wh-box {
  margin-top: -40px;
  padding-bottom: 50px;
}
.work-left {
  width: 50.8666666%;
}
.work-left .slick-next {
  left: auto;
  margin-left: 0;
  right: 40px;
}
.work-left img {
  width: 100%;
}
.work-left .slick-dots {
  display: none !important;
}
.work-right {
  width: 48%;
}
.work-right img {
  width: 100%;
  margin-bottom: 15px;
}
.fl-box {
  background: url(../../images/add09.jpg) center no-repeat;
  background-size: cover;
  margin-top: 45px;
  padding: 2px 0 36px;
}
.cl-box-c {
  padding-left: 10%;
}
.fl-box-p {
  font-size: 16px;
  margin-bottom: 30px;
  margin-top: -10px;
  color: #7d7d7d;
  line-height: 30px;
}
.fl-box-left {
  width: 515px;
}
.fl-box-bottom div {
  font-size: 14px;
  color: #7d7d7d;
  margin-bottom: 10px;
  cursor: pointer;
  font-weight: 700;
}
.fl-box-bottom .active_bottom {
  color: #333;
}
.fl-slick-tt {
  font-size: 28px;
  color: #333;
  margin-bottom: 20px;
}
.slick-width {
  margin-left: 10%;
  margin-top: -5px;
  width: 54%;
}
.fl-slick p {
  font-size: 20px;
  color: #333;
}
.slick-dots li,
.slick-dots li button {
  width: 25px;
  height: 2px;
}
.arial_container .arial_pagination {
  text-align: left;
  bottom: -4px;
}
.arial_pagination span {
  width: 23px;
  height: 2px;
  background: #dcdcdc;
  border-radius: 0;
  opacity: 1;
}
.arial_pagination .swiper-pagination-bullet-active {
  background: #e72427;
}
.arial_container,
.fl-slick {
  min-height: 238px;
}
.arial_container p {
  line-height: 30px;
  font-size: 18px;
}
.fl-slick .slick-dots {
  left: 0;
}
.dc-img {
  width: 49%;
}
.dc-right {
  width: 30%;
  margin-left: 6%;
}
.dc-top {
  font-size: 18px;
  color: #333;
  line-height: 28px;
}
.dc-top h5 {
  font-size: 28px;
  margin-bottom: 10px;
}
.carousel-indicators {
  left: 55%;
  bottom: 0;
  text-align: left;
  margin-bottom: 0;
  right: 0;
  margin-left: 0;
  display: flex; /* 使用flexbox布局 */
  width: auto;
  z-index: 4;
  align-items: center; 
}
.carousel-indicators li {
  width: 25% !important;
  float: left;
  padding: 0 5px;
  margin: 0 !important;
  height: auto !important;
  text-indent: 0;
}
.carousel-indicators li img {
  width: 100%;
  border-radius: 4px;
  height: 90%;
  max-height: 90%;
}
.carousel-indicators li.active img {
  border: solid 3px #f8c5c6;
}
.cx-box {
  padding-right: 12%;
  padding-top: 6%;
  padding-bottom: 6%;
  background: url(../../images/cx.png) center no-repeat;
  background-size: cover;
}
.cx-title {
  font-size: 36px;
  color: #111;
}
.cx-p {
  font-size: 18px;
  margin-top: 10px;
  color: #111;
  line-height: 34px;
}
.cx-more {
  color: #333;
  padding-right: 25px;
  background: url(../../images/icon-more.png) right center no-repeat;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 40px;
}
.gx-box {
  padding-top: 6%;
  padding-bottom: 2%;
  padding-left: 10%;
  background: url(../../images/add10.png) center no-repeat;
  background-size: cover;
  margin-top: 60px;
}
.gx-box-left {
  max-width: 600px;
}
.gx-box-left .icon-box {
  max-width: 170px;
  padding: 0 0 50px 0;
}
.cx-box-width {
  max-width: 480px;
  float: right;
  position: relative;
  top: -20px;
}
.join-tt {
  font-size: 44px;
  color: #111;
  margin-top: 40px;
  margin-bottom: 20px;
}
.join-p {
  font-size: 18px;
  line-height: 34px;
  width: 460px;
  color: #7d7d7d;
}
.join-txt font {
  font-size: 22px;
  font-weight: 700;
  padding-right: 20px;
}
.join-txt a {
  font-size: 24px;
  color: #333;
}
.join-txt span {
  font-size: 24px;
  padding: 0 24px;
}
.join-txt i {
  font-size: 24px;
  color: #e72427;
  font-style: normal;
}
.join-txt {
  margin-bottom: 2px;
  margin-right: 50px;
}
.join-img img {
  width: 100%;
  margin: 50px 0;
}
.join-box {
  padding-right: 4%;
}
.add-title,
.carousel,
.join-box,
.join-tt,
.slick,
.wh-box,
.work-box {
  margin-left: 60px;
}
.cl-box-c .add-title {
  margin-left: 0;
}
.nav-fix.active {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
  background: #fff;
  left: 18.75%;
}
.navbar-nav li a {
  padding: 0;
  background: 0 0 !important;
  line-height: 64px;
}
.navbar-nav li.active a {
  color: #333;
}
.navbar-nav li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  border-bottom: 2px solid #e72427;
  transition: all 0.5s;
}
.navbar-nav li a:hover::after,
.navbar-nav li.active a:after {
  width: 100%;
}
@media (max-width: 1650px) {
  .slick-tt {
    font-size: 22px;
    line-height: 34px;
    height: 136px;
  }
  .dc-right {
    width: 40%;
  }
  .dc-top {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1500px) {
  .wh-left {
    width: 42%;
    padding-top: 4%;
  }
  .wh-img {
    width: 54%;
  }
  .nav-scroll li a {
    font-size: 14px;
  }
}
@media (max-width: 1378px) {
  .join-txt span {
    padding: 0 8px;
  }
  .join-p {
    width: 400px;
  }
  .slick-img {
    width: 46%;
  }
  .slick-right {
    width: 44%;
    margin-left: 5.5%;
    padding-top: 0;
  }
  .slick-dots {
    width: 49%;
  }
  .work-right img {
    margin-bottom: 10px;
  }
}
@media (max-width: 1320px) {
  .cx-box {
    padding-right: 9%;
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .slick-name {
    margin-top: 4%;
  }
  .slick-tt {
    font-size: 18px;
    line-height: 30px;
    height: 120px;
  }
  .slick-user img {
    width: 90px;
    height: 90px;
  }
  .slick-name-txt {
    font-size: 22px;
  }
  .slick-img a:before {
    height: 50px;
    width: 50px;
  }
  .slick-prev {
    left: 14px;
  }
  .work-left .slick-next {
    right: 14px;
  }
  .wh-img {
    width: 46%;
  }
  .add-top-box .add-top-tt {
    font-size: 38px;
  }
  .add-top-box p {
    font-size: 18px;
    line-height: 30px;
  }
  .add-title,
  .add-top-b .add-top-box .add-top-tt,
  .cx-title,
  .join-tt {
    font-size: 32px;
  }
  .add-top-b .add-top-box p,
  .cx-p {
    font-size: 16px;
    line-height: 30px;
  }
  .wh-img {
    width: 50%;
    padding-top: 4%;
  }
  .wh-left {
    width: 46%;
    padding-top: 2%;
  }
  .wh-left_h p {
    margin-top: 0;
    line-height: 28px;
  }
  .wh-left .wh-left_p {
    margin: 10px 0;
  }
  .dc-top {
    font-size: 18px;
    line-height: 30px;
  }
  .dc-top h5 {
    font-size: 22px;
    margin-bottom: 14px;
  }
  .cx-box-width {
    max-width: 435px;
    top: -30px;
  }
  .wh-left-tt {
    font-size: 22px;
  }
  .slick-width {
    width: 52%;
  }
  .join-p,
  .join-txt a,
  .join-txt font,
  .join-txt i {
    font-size: 18px;
  }
  .join-p {
    line-height: 30px;
    font-size: 16px;
  }
  .join-txt {
    margin-bottom: 0;
  }
  .fl-box-p {
    line-height: 26px;
  }
  .fl-slick-tt {
    font-size: 22px;
  }
  .arial_container p {
    font-size: 16px;
  }
}
@media (max-width: 1279px) {
  .join-box .pull-left {
    width: 100%;
  }
  .join-box .pull-right {
    width: 100%;
  }
  .slick-right {
    padding-top: 0;
  }
  .slick-tt {
    font-size: 18px;
    line-height: 28px;
    height: 112px;
  }
}
@media (max-width: 1000px) {
  .add-title,
  .carousel,
  .join-box,
  .join-tt,
  .slick,
  .wh-box,
  .work-box {
    margin-left: 0;
  }
  .add-top-box .add-top-tt {
    font-size: 24px;
  }
  .add-top-box p {
    font-size: 16px;
    line-height: 28px;
  }
  .add-top-box {
    margin-top: -50px;
  }
  .nav-b {
    padding-left: 15px;
    line-height: 40px;
  }
  .nav-scroll {
    width: 100%;
    padding: 0;
  }
  .nav-scroll li {
    width: 25%;
    margin: 0;
    text-align: center;
    line-height: 40px;
  }
  .add-top-b .add-top-box .add-top-tt {
    font-size: 24px;
  }
  .add-top-b .add-top-box p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
    padding-right: 10%;
  }
  .add-title {
    margin: 55px 0 20px 15px;
    font-size: 24px;
  }
  .slick-img {
    width: 100%;
  }
  .slick-right {
    width: 100%;
    margin: 15px 0;
    padding: 0 15px;
  }
  .slick-tt {
    font-size: 18px;
    line-height: 30px;
  }
  .slick .slick-dots {
    left: 0;
    width: 100%;
    text-align: center;
    bottom: -12px;
  }
  .slick-dots {
    width: 100%;
    text-align: center;
  }
  .slick-name {
    margin-top: 20px;
  }
  .slick .slick-prev {
    left: 15px;
    top: 23%;
  }
  .slick .slick-next {
    margin: 0;
    left: auto;
    right: 15px;
    top: 23%;
  }
  .wh-box {
    margin-top: 0;
    padding: 0 15px;
  }
  .wh-left {
    width: 100%;
    padding: 0;
  }
  .wh-img {
    width: 100%;
  }
  .wh-left-tt {
    font-size: 22px;
  }
  .work-left {
    width: 100%;
    padding: 0 15px;
  }
  .work-right {
    width: 100%;
    padding: 0 15px;
    margin-top: -15px;
  }
  .fl-box {
    margin-top: 20px;
  }
  .cl-box-c {
    padding: 0 15px;
  }
  .fl-box-left {
    width: 100%;
  }
  .cl-box-c .add-title {
    margin-left: 0;
  }
  .slick-width {
    margin-left: 8%;
    width: 49%;
  }
  .fl-slick-tt {
    font-size: 18px;
  }
  .fl-slick p {
    font-size: 15px;
  }
  .dc-img {
    width: 100%;
  }
  .dc-right {
    width: 100%;
    margin: 15px 0;
    padding: 0 15px;
  }
  .dc-top {
    font-size: 16px;
    line-height: 25px;
  }
  .carousel-indicators {
    width: 100%;
    left: 0;
    right: 0;
    padding: 0 5px;
    bottom: 12px;
  }
  .carousel {
    padding-bottom: 16%;
  }
  .cx-title {
    font-size: 24px;
  }
  .cx-box-width,
  .gx-box-left {
    width: 100%;
    padding: 15px;
    background: rgba(255, 255, 255, 0.8);
  }
  .cx-box-width {
    top: 0;
  }
  .cx-p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
  }
  .cx-box,
  .gx-box {
    padding-right: 15px;
    padding-left: 15px;
  }
  .gx-box {
    margin-top: 30px;
  }
  .cx-box {
    margin-top: 0;
  }
  .join-tt {
    font-size: 24px;
    margin: 25px 15px 15px 15px;
  }
  .join-p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 15px;
    padding-left: 15px;
  }
  .join-txt {
    margin-right: 15px;
    padding-left: 15px;
  }
  .join-txt font {
    font-size: 15px;
    padding-right: 12px;
  }
  .join-txt a,
  .join-txt i,
  .join-txt span {
    font-size: 15px;
  }
  .join-img {
    padding-left: 15px;
  }
  .join-img img {
    margin: 15px 0;
  }
  .wh-left p {
    font-size: 15px;
    line-height: 25px;
  }
  .nav-fix.active {
    left: 0;
    top: 50px;
    border-top: solid 1px #ddd;
    box-shadow: 1px 2px 3px #ddd;
  }
  .navbar-nav {
    margin: 0;
  }
  .nav-fix.active .nav-b {
    display: none;
  }
}
@media (max-width: 700px) {
  .cx-box-width {
    max-width: 460px;
    float: left;
  }
  .scrollHeader .header {
    box-shadow: none;
  }
  .nrnav-box .nr-nav-right1 > li {
    padding-left: 0;
  }
  .slick-width {
    width: 100%;
    margin-left: 0;
    margin-top: 12px;
  }
  .arial_container .arial_pagination {
    text-align: center;
  }
  .wh-box {
    padding-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .navbar-nav li a {
    line-height: 48px;
  }
  .add-top-b .add-top-box {
    margin-top: 0;
    padding: 20px 15px 0;
    position: static;
    transform: translateY(0);
  }
  .wh-left p span {
    display: block;
  }
  #sc {
    position: static;
  }
  .add-top-box .banner_tt {
    color: #fff;
  }
  .add-top-box p {
    color: #fff;
  }
  .add-top .add_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
  .slick-next,
  .slick-prev {
    display: none !important;
  }
  .arial_container p {
    font-size: 14px;
  }
}
.pull-left.slick-img a::before {
  display: none;
}
.nav-b {
  line-height: normal;
}
.nrnav-box .nr-nav-right1 > li > a {
  padding-bottom: 0;
}
.nav-scroll li {
  margin-left: 0;
}
.nrnav-box .nr-nar-left2 .select-box dt b {
  font-size: 16px;
}
.nav-b a,
.nav-b span {
  line-height: 1.5;
}
.nrnav-box .nr-nar-left2 em {
  padding-top: 3px;
}
@media (max-width: 1500px) {
  .nav-b a,
  .nav-b span,
  .nrnav-box .nr-nar-left2 .select-box dt b {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .nav-scroll {
    width: auto;
    padding: 0;
    padding-left: 15px;
  }
  .nrnav-box .nr-nav-right1 > li a {
    padding-left: 0;
  }
  .nav-fix.active {
    padding-top: 0;
  }
}
.wh-left .wh-items {
  overflow: hidden;
}
.wh-left .wh-items p {
  float: left;
  width: 50%;
}
@media (max-width: 500px) {
  .wh-left .wh-items p {
    width: 100%;
  }
}
.join-box .pull-right {
  font-size: 0;
}
.join-box .pull-right .join-txt a {
  position: relative;
  display: inline-block;
}
.join-box .pull-right .join-txt a + a {
  margin-left: 41px;
}
.join-box .pull-right .join-txt a + a::before {
  content: "";
  position: absolute;
  left: -21px;
  top: 50%;
  margin-top: -9px;
  width: 2px;
  height: 18px;
  background: #333;
}
.join-box .pull-right .join-txt:last-child a {
  color: #e72427;
}
@media (max-width: 1320px) {
  .join-box .pull-right .join-txt a + a::before {
    width: 1px;
  }
}
.gx-box .cx-p ul {
  padding-left: 20px;
}
.gx-box .cx-p ul li {
  list-style: disc !important;
}
body:not(.area-cn) .join-box .pull-left,
body:not(.area-cn) .join-box .pull-right {
  width: 100%;
}
/* body:not(.area-cn) .wh-left .wh-items p {
  width: 100% !important;
} */
body:not(.area-cn) .fl-box .pull-left div p {
  font-size: 16px;
  line-height: inherit;
}
@media (max-width: 500px) {
  .join-txt {
    margin-bottom: 6px;
  }
  .join-txt font {
    display: block;
  }
  .join-box .pull-right .join-txt a + a::before {
    display: none;
  }
  .join-box .pull-right .join-txt a:last-child::after,
  .join-box .pull-right .join-txt i a::after {
    display: none;
  }
  .join-box .pull-right .join-txt a::after {
    content: "";
    position: absolute;
    right: -21px;
    top: 50%;
    margin-top: -9px;
    width: 2px;
    height: 18px;
    background: #333;
  }
  .join-box .pull-right .join-txt a {
    margin-right: 41px;
  }
  .join-box .pull-right .join-txt a + a {
    margin-left: 0;
  }
  .join-box .pull-right .join-txt a::after {
    width: 1px;
  }
}
