@font-face {
  font-family: 'fzshusong';
  src: url('font/FangZhengShuSongJianTi-1.ttf');
  src: url('font/FangZhengShuSongJianTi-1.eot?#font-spider') format('embedded-opentype'), url('font/FangZhengShuSongJianTi-1.woff') format('woff'), url('font/FangZhengShuSongJianTi-1.ttf') format('truetype'), url('font/FangZhengShuSongJianTi-1.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  position: relative;
}
.container_fluid {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.container {
  width: 1440px;
  min-width: 1440px;
  margin: 0 auto;
}
.h1title {
  font-size: 30px;
  color: #333333;
}
.h3title {
  font-size: 16px;
  margin-top: 22px;
}
.lookmore {
  display: inline-block;
  width: 88px;
  height: 32px;
  border: 1px solid #8B202D;
  border-radius: 2px;
  text-align: center;
  line-height: 28px;
  color: #6A182D;
  font-size: 14px;
}
/* .lookmore:hover{border: 1px solid #ffffff;color: red;} */
.color3 {
  font-size: 16px;
  color: #333333;
}
.color5 {
  color: #5A4841;
}
@media screen and (max-width: 1920px) {
  body {
    font-size: 20px;
  }
}

/********************************* 首页 **************************************/
/* 顶部 */
#header {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}
.commenheader {
  background: transparent;
  transition: 0.3s all;
}
.logo {
  width: 499px;
  height: 43px;
  background-image: url("../images/icon/logo.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.slogan {
  width: 140px;
  height: 52px;
  background-image: url("../images/icon/slogan.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.index_top {
  height: 85px;
  background: transparent;
}
.index_top_left {
  float: left;
}
.index_top_left .logo_white {
  display: block;
  background-position: 0 0;
  margin-top: 20px;
}
.index_top_left .logo_gold {
  display: block;
  background-position: 0 -43px;
  margin-top: 20px;
}
.index_top_nav {
  display: inline-block;
  height: 100%;
  margin-left: 70px;
}
.index_top_nav .index_top_navli {
  float: left;
  margin-right: 53px;
  cursor: pointer;
  font-size: 16px;
  position: relative;
}
.index_top_nav .index_top_navli > a {
  color: #FFFFFF;
  position: relative;
  line-height: 85px;
  letter-spacing: 1px;
  transition: 0.3s all;
}
.index_top_nav .index_top_navli > a.active::before {
  content: '';
  width: 100%;
  height: 4px;
  background: #E0AA62;
  position: absolute;
  left: 0;
  bottom: 0;
}
.index_top_navli:hover > a {
  color: #E0AA62;
}
.index_top_nav::after {
  content: "";
  display: block;
  clear: both;
}
.index_top_right {
  float: right;
  margin-top: 17px;
}
.slogan_white {
  background-position: 0 0;
}
.slogan_gold {
  background-position: 0 -52px;
}
.index_secend_nav li:hover a {
  color: #E0AA62;
}
.index_secend_nav {
  display: none;
  width: 168px;
  padding: 10px 0;
  position: absolute;
  top: 85px;
  left: 50%;
  margin-left: -84px;
  z-index: 110;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0px 0px 8px 8px;
}
.index_secend_nav li {
  width: 100%;
  font-size: 16px;
  margin: 16px 0;
  text-align: center;
}
.index_secend_nav li a {
  color: #333333;
  font-family: MicrosoftYaHei;
}
.index_secend_nav li:hover a {
  color: #E0AA62;
}
.index_top_navli:hover .index_secend_nav {
  display: block;
}
.commonheader:hover {
  background: #FFFFFF;
}
.commonheader:hover .logo {
  background-position: 0 -43px;
}
.commonheader:hover .slogan {
  background-position: 0 -52px;
}
.commonheader:hover .index_top_nav .index_top_navli > a {
  color: #333333;
}
.section-wrap {
  width: 100%;
  height: 980px;
  position: relative;
}
.section::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 100;
}
.section-wrap .section {
  width: 100%;
  /*height: 100%;*/
  position: relative;
}
.section-wrap .section .banner {
  width: 100%;
  /*height: 100%;*/
  height: auto;
  object-fit: cover;
}
.section-wrap .section-content {
  position: absolute;
  top: 263px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 106;
}
.section-wrap .section-content .section-content-title1 {
  color: #FFFFFF;
  font-size: 38px;
  line-height: 1;
  letter-spacing: 3px;
}
.section-wrap .section-content .section-content-title2 {
  color: #FFFFFF;
  font-size: 64px;
  line-height: 72px;
  margin-top: 25px;
  margin-bottom: 31px;
  font-weight: bold;
  letter-spacing: 3px;
}
.section-wrap .section-content .section-content-btn {
  display: inline;
  color: #FFFFFF;
  font-size: 18px;
  padding: 14px 28px 15px 28px;
  background: #D39D5B;
  border-radius: 24px;
  letter-spacing: 1px;
}
.section-content-btn .icon-jiantou {
  display: inline-block;
  transform: rotateY(180deg) scale(1.6);
  margin-left: 12px;
  color: #ffffff;
}
.put-section-0 {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.put-section-1 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
.put-section-2 {
  transform: translateY(-200%);
  -webkit-transform: translateY(-200%);
}
.put-section-3 {
  transform: translateY(-300%);
  -webkit-transform: translateY(-300%);
}
.put-section-4 {
  transform: translateY(-400%);
  -webkit-transform: translateY(-400%);
}
.section-btn {
  position: absolute;
  right: 13%;
  top: 338px;
  z-index: 110;
  color: #ffffff;
}
.section-btn li {
  margin-bottom: 66px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.section-btn li p {
  font-size: 14px;
  float: left;
  margin-right: 30px;
}
.section-btn li span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  border-radius: 50%;
  position: relative;
}
.section-btn li.on p {
  font-size: 18px;
  font-weight: bold;
}
.section-btn li.on span i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: url(../images/icon/square_icon.png) 0 0 no-repeat;
  background-size: 100% auto;
  margin-top: -21px;
  margin-left: -21px;
}
#indexNews {
  background: rgba(239, 239, 239, 0.5);
  padding: 62px 0 65px 0;
}
.news_roll {
  background: #FFFFFF;
  position: relative;
  height: 54px;
  overflow: hidden;
}
.news_roll_left {
  width: 111px;
  height: 54px;
  background: #D39D5B;
  float: left;
}
.news_roll_left img {
  width: 21px;
  height: 24px;
  display: block;
  float: left;
  margin-left: 12px;
  margin-right: 9px;
  margin-top: 14px;
}
.news_roll_left p {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 54px;
}
.news_roll_list {
  float: left;
  width: 69.4%;
  height: 54px;
  background: #FFFFFF;
}
.news_roll_list .swiper-slide {
  margin-left: 12px;
}
.news_roll_list .swiper-slide a {
  line-height: 54px;
  font-size: 16px;
  color: #666666;
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_roll_arrow {
  width: 26px;
  height: 54px;
  background: #DBDBDB;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}
.news_roll_arrow a {
  width: 100%;
  height: 50%;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
.news_roll_arrow i {
  border: solid #F5F5F5;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.news_roll_arrow .news_roll_arrownext {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.news_roll_arrow .news_roll_arrowprev {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.news_list {
  width: 100%;
  margin-top: 48px;
  position: relative;
}
.news_list .news_list_ul li {
  overflow: hidden;
}
.news_list .news_list_ul li:first-child {
  width: 63.95833333%;
  float: left;
  margin-right: 22px;
}
.news_list .news_list_ul li .news_list_pic {
  overflow: hidden;
}
.news_list .news_list_ul li a img {
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0px 0px;
  transition: 0.3s all;
}
.news_list .news_list_ul li .news_list_content {
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0px 0px 20px 20px;
  padding: 30px 0 25px 0;
  transition: 0.3s all;
}
.news_list .news_list_ul li:hover .news_list_content {
  background: #D39D5B;
}
.news_list .news_list_ul li:hover img {
  transform: scale(1.05);
}
.news_list .news_list_ul .news_list_content p {
  text-align: center;
  color: #FFFFFF;
  font-size: 24px;
  width: 94%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
  line-height: 1;
}
.news_list .news_list_ul li a {
  width: 100%;
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
.news_list .news_list_ul li .news_list_content {
  position: absolute;
  bottom: 0;
  left: 0;
}
.news_list .news_list_ul li:nth-child(1) .news_list_pic{
    height: 661px;
}
.news_list .news_list_ul li:nth-child(2) .news_list_pic,
.news_list .news_list_ul li:nth-child(3) .news_list_pic{
    height: 279px;
}
.news_list .news_list_ul li:nth-child(2),
.news_list .news_list_ul li:nth-child(3) {
  margin-bottom: 20px;
}
.news_list .news_list_btn {
  display: inline-block;
  font-size: 18px;
  color: #EFEFEF;
  background: #232626;
  border-radius: 27px;
  padding: 18px 36px;
  transition: 0.3s all;
}
.news_list_btn .icon-jiantouyou {
  display: inline-block;
  color: #D39D5B;
  transform: rotate(-45deg) scale(1.5);
  font-weight: bold;
  margin-left: 17px;
}
.news_list_btn:hover {
  background: #D39D5B;
}
.news_list_btn:hover .icon-jiantouyou {
  color: #FFFFFF;
}
#indexPro {
  background: #FFFFFF;
  padding: 145px 0 165px 0;
  overflow: hidden;
}
.index_pro::after {
  content: "";
  display: block;
  clear: both;
}
.index_pro_left {
  width: 38.33333333%;
  float: left;
}
.index_pro_left img {
  width: 70.83333333%;
}
.index_pro_left .pro_left_title1 {
  line-height: 1;
  color: #333333;
  font-size: 28px;
  font-weight: bold;
  margin-top: 57px;
}
.index_pro_left .pro_left_title2 {
  line-height: 1;
  color: #D39D5B;
  font-size: 24px;
  margin-top: 16px;
}
.index_pro_left .pro_left_text {
  line-height: 35px;
  color: #666666;
  font-size: 18px;
  margin-top: 29px;
  text-align: justify;
}
.index_pro_left .pro_left_btn {
  display: inline-block;
  line-height: 1;
  color: #B28146;
  font-size: 16;
  position: relative;
  margin-top: 34px;
}
.index_pro_left .pro_left_btn::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #B28146;
  border-left: 2px solid #B28146;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: -16px;
  margin-top: -4px;
}
.index_pro_right {
  width: 59.72222222%;
  height: 567px;
  float: right;
  position: relative;
}
.index_pro_right .pro_right_circle1 {
  position: absolute;
  width: 567px;
  height: 567px;
  border-radius: 50%;
  background: #f7f7f7;
  top: 0;
  left: 0;
  z-index: 10;
}
.index_pro_right .pro_right_circle2 {
  position: absolute;
  width: 567px;
  height: 567px;
  border-radius: 50%;
  background: #f7f7f7;
  top: 0;
  right: -144px;
  z-index: 11;
}
.index_pro_right .pro_right_circle3 {
  position: absolute;
  width: 152px;
  height: 152px;
  border-radius: 50%;
  background: #ffffff;
  top: 50%;
  left: 150px;
  z-index: 12;
  margin-top: -76px;
}
.index_pro_right .pro_right_square1 {
  position: absolute;
  width: 210px;
  height: 190px;
  background: #ffffff;
  top: 50%;
  right: -144px;
  z-index: 12;
  margin-top: -105px;
}
.index_pro_right .pro_right_square2 {
  position: absolute;
  width: 210px;
  height: 54px;
  background: #ffffff;
  top: 33.50970018%;
  left: 50%;
  z-index: 12;
  margin-left: -105px;
}
.index_pro_right .pro_right_square3 {
  position: absolute;
  width: 8px;
  height: 60px;
  background: #ffffff;
  top: 45.85537919%;
  left: 564px;
  z-index: 12;
}
.index_pro_right .index_pro_list {
  overflow: hidden;
  position: relative;
  z-index: 20;
  margin-top: 35px;
  margin-left: 150px;
}
.index_pro_right .index_pro_list li {
  width: 48.5%;
  height: 224px;
  background: #FFFFFF;
  border-radius: 20px;
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
  text-align: right;
  position: relative;
  cursor: pointer;
}
.index_pro_right .index_pro_list li:nth-of-type(2n) {
  margin-right: 0;
}
.index_pro_right .index_pro_list li p {
  margin-right: 30px;
}
.index_pro_right .index_pro_list li i {
  display: block;
  width: 58px;
  height: 58px;
  background-image: url("../images/icon/pro_icon.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 23px;
  left: 43px;
  transition: 0.3s all;
}
.index_pro_right .index_pro_list li:hover i {
  transform: translateY(-5px);
}
.index_pro_right .index_pro_list li:nth-child(1) i {
  background-position: 0 0;
}
.index_pro_right .index_pro_list li:nth-child(2) i {
  background-position: 0 -58px;
}
.index_pro_right .index_pro_list li:nth-child(3) i {
  background-position: 0 -116px;
}
.index_pro_right .index_pro_list li:nth-child(4) i {
  background-position: 0 -172px;
}
.index_pro_right .index_pro_list .pro_list_title1 {
  margin-top: 70px;
  color: #666666;
  font-size: 18px;
  line-height: 1;
}
.index_pro_right .index_pro_list .pro_list_title2 {
  margin-top: 10px;
  color: #666666;
  font-size: 18px;
  line-height: 24px;
}
.index_pro_right .index_pro_list .pro_list_title3 {
  color: #999999;
  font-size: 18px;
  line-height: 24px;
}
.index_pro_right .index_pro_list .pro_list_title1 span {
  color: #232626;
  font-size: 54px;
  display: inline-block;
  margin-right: 12px;
  line-height: 1;
  font-weight: bold;
}
#indexBusiness {
  width: 100%;
  position: relative;
  height: 980px;
}
.index_business_bglist {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.index_business_bglist li {
  display: none;
  height: 100%;
}
.index_business_bglist li img {
  height: 100%;
}
.index_business_bglist li:first-child {
  display: block;
}
.business_top {
  overflow: hidden;
}
.business_top img {
  width: 560px;
  margin-top: 62px;
  float: left;
}
.business_top .business-btn {
  float: right;
  margin-top: 59px;
}
.business_top .business-btn a {
  display: inline-block;
  color: #232626;
  font-size: 18px;
  padding: 17px 36px 19px 36px;
  background: #FFFFFF;
  border-radius: 27px;
  transition: 0.5s all;
}
.business_top .icon-jiantouyou {
  display: inline-block;
  color: #D39D5B;
  transform: rotate(-45deg) scale(1.5);
  font-weight: bold;
  margin-left: 17px;
}
.business_top .business-btn:hover a {
  background: #D39D5B;
  color: #FFFFFF;
}
.business_top .business-btn:hover .icon-jiantouyou {
  color: #FFFFFF;
}
.business_title p {
  color: #EFEFEF;
  font-size: 60px;
  line-height: 1;
  text-align: right;
  position: absolute;
  top: 149px;
  right: 243px;
}
.business_bottom {
  width: 100%;
  position: absolute;
  bottom: 42px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.index_business {
  position: relative;
  height: 100%;
}
.business_bottom {
  position: absolute;
  bottom: 42px;
  left: 50%;
  transform: translateX(-50%);
}
.business_bottom_item {
  width: 30.1388888%;
  float: left;
  position: relative;
  background: rgba(32, 32, 32, 0.9);
  border-radius: 20px;
  display: block;
  padding: 0 20px;
  margin-left: 34px;
  padding-top: 16px;
  transition: 0.5s all;
}
.business_icon1 {
  width: 71px;
  height: 58px;
  background-image: url("../images/icon/business_icon.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform: translateX(294px);
  transition: 0.8s all;
}
.business_icon2 {
  width: 49px;
  height: 49px;
  background-image: url("../images/icon/business_icon21.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
  margin-top: 18px;
  margin-bottom: 8px;
}
.business_icon3 {
  width: 50px;
  height: 49px;
  background-image: url("../images/icon/business_icon22.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
  margin-top: 18px;
  margin-bottom: 8px;
}
.business_icon4 {
  width: 50px;
  height: 49px;
  background-image: url("../images/icon/business_icon23.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
  margin-top: 18px;
  margin-bottom: 8px;
}
.business_icon11 {
  background-position: 0 0;
}
.business_right .business_icon12 {
  background-position: 0 -58px;
}
.business_right .business_icon13 {
  background-position: 0 -116px;
}
.business_icon21,
.business_icon31,
.business_icon41 {
  background-position: 0 0;
}
.business_icon22,
.business_icon32,
.business_icon42 {
  background-position: 0 -49px;
}
.business_icon23,
.business_icon33,
.business_icon43 {
  background-position: 0 -98px;
}
.business_left_title {
  font-size: 30px;
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: 36px;
  margin-top: 33px;
  transition: 0.5s all;
}
.business_left_list {
  overflow: hidden;
  margin-bottom: 23px;
  display: none;
  transition: 0.5s all;
}
.business_left_list p {
  text-align: center;
  font-size: 18px;
  color: #232626;
  line-height: 20px;
  margin-bottom: 13px;
}
.business_left_list li {
  border: 1px solid #D39D5B;
  border-radius: 16px;
  background: #FFFFFF;
  float: left;
  margin-right: 14px;
  width: 30.184331%;
  text-align: center;
}
.business_left_list li:last-child {
  margin-right: 0;
}
.business_left_btn {
  width: 90px;
  height: 90px;
  position: absolute;
  top: -90px;
  right: 38px;
  background: #D39D5B;
  border-radius: 20px;
  opacity: 0;
  transition: 0.5s all;
  z-index: 1000;
}
.business_left_btn span {
  display: block;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1;
}
.business_left_btn .icon-jiantouyou {
  transform: scale(1.5) rotate(0deg);
  margin-top: 20px;
  font-weight: bold;
  margin-bottom: 13px;
}
.business_right1 {
  position: absolute;
  bottom: 0;
  right: 34.8%;
}
.business_right2 {
  position: absolute;
  bottom: 0;
  right: 38px;
}
.business_bottom_item {
  cursor: pointer;
}
.business_bottom_item.active .business_icon1 {
  transform: translateY(0px);
}
.business_bottom_item.active .business_left_title {
  color: #232626;
}
.business_bottom_item.active {
  padding-top: 48px;
}
.business_bottom_item.active .business_left_list {
  display: block;
}
.business_bottom_item.active {
  background: #E4E3E5;
}
.business_bottom_item.active .business_left_btn {
  top: -45px;
  opacity: 1;
}
.business_bottom_item.active:hover .business_icon1 {
  transform: translateY(0px);
}
.business_bottom_item.active:hover .business_left_title {
  color: #232626;
}
.business_bottom_item.active:hover {
  padding-top: 48px;
}
.business_bottom_item.active:hover .business_left_list {
  display: block;
}
.business_bottom_item.active:hover {
  background: #E4E3E5;
}
.business_bottom_item.active:hover .business_left_btn {
  top: -45px;
  opacity: 1;
}
#footer {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  background: #000000;
}
.index_footer {
  padding: 47px 0;
}
.index_footer .logo_gold {
  display: block;
  background-position: 0 0;
  float: left;
}
.index_footer_nav {
  display: inline-block;
  overflow: hidden;
  height: 100%;
  margin-left: 111px;
  margin-top: 13px;
}
.index_footer_nav li {
  float: left;
  margin-right: 62px;
  cursor: pointer;
  font-size: 16px;
}
.index_footer_nav li a {
  color: #FFFFFF;
}
.index_footer_right {
  float: right;
}
.index_footer_right .media_icon {
  width: 36px;
  height: 36px;
  background-image: url("../images/icon/media_icon.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-left: 20px;
  transition: 0.3s all;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.index_footer_right .media_icon_wechat {
  display: block;
  background-position: 0 0;
  float: left;
}
.index_footer_right .media_icon_weibo {
  display: block;
  background-position: 0 -36px;
  float: left;
}
.index_footer_right .media_icon_douyin {
  display: block;
  background-position: 0 -72px;
  float: left;
}
.index_footer_right .media_icon:hover {
  transform: scale(1.05);
}
.index_footer_right .media_icon:hover .codebox {
  display: block;
}
.index_footer_right .codebox {
  display: none;
  position: absolute;
  top: 50%;
  top: -167px;
  z-index: 10;
  width: 120px;
  height: 120px;
  margin: auto 0;
  -o-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 5px #0000000d;
  margin-left: -40px;
}
.index_footer_right .codebox::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  border: 8px solid transparent;
  border-top: 8px solid #fff;
  width: 0;
  height: 0;
  margin: auto;
}
#indexCase {
  background: #FFFFFF;
}
.index_case_top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.case_top {
  overflow: hidden;
}
.case_top_navbox {
  overflow: hidden;
  float: right;
  margin-top: 57px;
  margin-bottom: 54px;
}
.case_top img {
  width: 28.88888889%;
  display: block;
  float: left;
  margin-top: 65px;
  margin-bottom: 55px;
}
.case_top .case_top_nav {
  float: left;
  color: #FFFFFF;
  overflow: hidden;
}
.case_top .case_top_nav li {
  color: #D39D5B;
  font-size: 18px;
  padding: 18px 36px;
  background: #FFFFFF;
  border-radius: 27px;
  border: 1px solid #D39D5B;
  float: left;
  margin-left: 10px;
  cursor: pointer;
  transition: 0.3s all;
}
.case_top .case_top_nav li.active {
  background: #D39D5B;
  color: #FFFFFF;
}
.case_top .case_top_nav li:hover {
  background: #D39D5B;
  color: #FFFFFF;
}
.case_top_btn {
  float: left;
  transition: 0.3s all;
  display: block;
  color: #EFEFEF;
  font-size: 18px;
  padding: 18px 36px;
  background: #232626;
  border-radius: 27px;
  margin-left: 10px;
}
.case_top_btn .icon-jiantouyou {
  display: inline-block;
  color: #D39D5B;
  transform: rotate(-45deg) scale(1.5);
  font-weight: bold;
  margin-left: 17px;
}
.case_top_btn:hover {
  background: #D39D5B;
}
.case_top_btn:hover .icon-jiantouyou {
  color: #FFFFFF;
}
.index_case_center {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.case_center_nav {
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
}
.case_center_nav li {
  padding-top: 18px;
  padding-bottom: 25px;
  color: #232626;
  font-size: 16px;
  float: left;
  margin-right: 56px;
  cursor: pointer;
  position: relative;
}
.case_center_nav li.active {
  color: #D39D5B;
  border-bottom: 1px solid #D39D5B;
}
.case_center_nav li:hover {
  color: #D39D5B;
  border-bottom: 1px solid #D39D5B;
}

.case_center_nav li:last-child {
  margin-right: 0;
}
.index_case_list {
  margin-top: 67px;
  margin-bottom: 28px;
  height: 425px;
  overflow: hidden;
}
.index_case_list li {
  width: 32.15277778%;
  float: left;
  margin-right: 23px;
  margin-bottom: 30px;
  overflow: hidden;
}
.index_case_list li:nth-child(3n) {
  margin-right: 0;
}
.case_list_pic {
  width: 100%;
  border-radius: 20px 20px 0px 0px;
  height: 305px;
  overflow: hidden;
}
.index_case_list li a img {
  width: 100%;
  height: 100%;
  transition: 0.3s linear all;
}
.index_case_list li .case_list_content {
  width: 100%;
  height: 120px;
  background: #EFEFEF;
  border-radius: 0px 0px 20px 20px;
  padding: 28px 0 33px 0;
  font-size: 24px;
  line-height: 30px;
  color: #232626;
  transition: 0.3s linear all;
}
.index_case_list li .case_list_content p {
  width: 66.30669546%;
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.index_case_list li.active .case_list_content {
  background: #D39D5B;
}
.index_case_list li:hover .case_list_content {
  background: #D39D5B;
  color: #FFFFFF;
}
.index_case_list li:hover img {
  transform: scale(1.05);
}
.index_case_footer {
  background: #242424;
  border-radius: 24px;
  margin-bottom: 64px;
  overflow: hidden;
}
.index_case_footer .index_case_title {
  font-size: 42px;
  line-height: 58px;
  float: left;
  margin-right: 14px;
  color: #FFFFFF;
  margin-top: 70px;
  margin-left: 69px;
}
.index_case_footer .index_case_title span {
  color: #D39D5B;
}
.index_case_footer img {
  width: 114px;
  float: left;
  margin-top: 141px;
  margin-bottom: 96px;
  transition: 0.3s all;
}
.index_case_footer ul {
  float: right;
  margin-right: 104px;
  margin-top: 72px;
}
.index_case_footer ul li {
  margin-bottom: 41px;
  position: relative;
  cursor: pointer;
}
.index_case_footer ul li::after {
  content: "";
  display: table;
  clear: both;
}
.index_case_footer ul li i {
  float: left;
  color: #D39D5B;
  margin-top: 1px;
  transition: 0.3s all;
}
.index_case_footer ul li p {
  float: left;
  font-size: 18px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
  margin-left: 19px;
}
.index_case_footer ul li:hover i {
  transform: translateX(5px);
}
.index_case_footer ul li:hover p {
  color: #D39D5B;
}
#copyright {
  background: #000000;
}
.index_copyright {
  text-align: center;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
  padding: 21px 0;
}
/* 联系我们 */
.commenheader .index_top_nav .index_top_navli > a {
  color: #333333;
}
.contact_navbox {
  border-bottom: 1px solid #EEEEEE;
}
.contact_nav {
  overflow: hidden;
}
.contact_nav li {
  float: left;
}
.contact_nav li a {
  padding: 0 59px;
  font-size: 15px;
  color: #333333;
  line-height: 72px;
}
.contact_nav li.active a {
  color: #D39D5B;
  border-bottom: 3px solid #D39D5B;
}
.contact_nav li:hover a {
  color: #D39D5B;
  border-bottom: 3px solid #D39D5B;
}
.contact_title {
  font-weight: bold;
  font-size: 36px;
  color: #D39D5B;
  text-align: center;
  line-height: 1;
  position: relative;
  margin-top: 38px;
  margin-bottom: 78px;
}
.contact_title::after {
  content: "CONTACT ";
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 27px;
  color: #DDDDDD;
}
.contact_map {
  border-radius: 20px;
  overflow: hidden;
}
.contact_detail::after {
  content: "";
  display: block;
  clear: both;
}
.contact_detail li {
  margin-right: 32px;
  float: left;
  width: 27.77777778%;
  text-align: center;
  box-shadow: 0px 3px 7px 0px rgba(7, 7, 7, 0.06);
  cursor: pointer;
  border: 1px solid #EEEEEE;
  border-radius: 20px;
}
.contact_detail li:last-child {
  margin-right: 0;
}
.contact_detail {
  margin: 55px 0 70px 0;
}
.contact_detail li .contact_detail_icon {
  width: 44px;
  height: 44px;
  background-image: url("../images/icon/contact_icon1.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: block;
  margin: 17px auto;
  transition: 0.3s all;
}
.contact_detail li:hover .contact_detail_icon {
  transform: translateY(-5px);
}
.contact_detail li:first-child {
  margin-left: 84px;
}
.contact_detail_name {
  background-position: 0 0;
}
.contact_detail_area {
  background-position: 0 -44px;
}
.contact_detail_tel {
  background-position: 0 -88px;
}
.contact_detail_title {
  font-size: 18px;
  color: #000000;
  line-height: 1;
  margin-bottom: 11px;
}
.contact_detail_desc {
  font-size: 16px;
  color: #666666;
  line-height: 1;
  margin-bottom: 37px;
}
.contact_online {
  position: relative;
  /*padding-bottom: 221px;*/
}
.contact_online_bg {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.contact_online_bg::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}
.contact_online_title {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.contact_online_title p:first-child {
  font-weight: bold;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 1;
  margin-top: 72px;
}
.contact_online_title p:last-child {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1;
  margin-top: 20px;
}
.contact_form {
  width: 94.375%;
  position: relative;
  margin: 0 auto;
  margin-top: -212px;
  /*left: 50%;*/
  /*transform: translateX(-50%);*/
  z-index: 10;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 3px 32px 0px rgba(7, 7, 7, 0.06);
  padding-left: 44px;
  padding-top: 47px;
  padding-right: 45px;
  padding-bottom: 52px;
  margin-bottom: 64px;
}
.contact_form ul {
  overflow: hidden;
}
.contact_form li {
  width: 32.20472441%;
  float: left;
  margin-right: 21px;
  margin-bottom: 24px;
}
.contact_form li:nth-child(3) {
  margin-right: 0;
}
.contact_form li:last-child {
  width: 100%;
  margin-right: 0;
}
.contact_form input,
.contact_form textarea {
  width: 100%;
  background: #EEEEEE;
  border-radius: 8px;
  font-size: 16px;
  color: #666666;
  line-height: 41px;
  padding: 5px 0;
  text-indent: 19px;
  border: none;
  outline: none;
}
.contact_form textarea {
  height: 190px;
}
.contact_form .contact_form_btn {
  font-size: 16px;
  color: #FFFFFF;
  background: #D39D5B;
  border-radius: 27px;
  padding: 19px 66px;
  border: none;
  display: block;
  margin: 0 auto;
  margin-top: 6px;

  cursor: pointer;
}
.join_title {
  font-weight: bold;
  font-size: 36px;
  color: #D39D5B;
  text-align: center;
  line-height: 1;
  position: relative;
  margin-top: 38px;
  margin-bottom: 78px;
}
.join_title::after {
  content: "HIRE ";
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 27px;
  color: #DDDDDD;
}
.join_detail::after {
  content: "";
  display: block;
  clear: both;
}
.join_detail li {
  margin-right: 32px;
  float: left;
  width: 27.77777778%;
  text-align: center;
  box-shadow: 0px 3px 7px 0px rgba(7, 7, 7, 0.06);
  border: 1px solid #EEEEEE;
  border-radius: 20px;
  cursor: pointer;
}
.join_detail li:last-child {
  margin-right: 0;
}
.join_detail {
  margin: 55px 0 50px 0;
}
.join_detail li .join_detail_icon {
  width: 57px;
  height: 46px;
  background-image: url("../images/icon/contact_icon2.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: block;
  margin: 17px auto;
  transition: 0.3s all;
}
.join_detail li:hover .join_detail_icon {
  transform: translateY(-5px);
}
.join_detail li:first-child {
  margin-left: 84px;
}
.join_detail_email {
  background-position: 0 0;
}
.join_detail_boss {
  background-position: 0 -46px;
}
.join_detail_wechat {
  background-position: 0 -92px;
}
.join_detail_title {
  font-size: 18px;
  color: #000000;
  line-height: 1;
  margin-bottom: 11px;
}
.join_detail_desc {
  font-size: 16px;
  color: #666666;
  line-height: 1;
  margin-bottom: 37px;
}
.joinbox {
  /*padding-bottom: 646px;*/
  /*position: relative;*/
}
.join_content {
  width: 70.78125%;
  position: relative;
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 50%;*/
  /*transform: translateX(-50%);*/
  z-index: 10;
  margin: 0 auto;
}
.join_content .join_nav {
  overflow: hidden;
  margin-top: -171px;
  margin-bottom: 47px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.join_nav li {
  color: #333333;
  font-size: 18px;
  padding: 18px 44px;
  border-radius: 27px;
  margin-right: 10px;
  background: #FFFFFF;
  display: inline-block;
  cursor: pointer;
  transition: 0.3s all;
}
.join_nav li.active {
  color: #FFFFFF;
  background: #D39D5B;
}
.join_nav li:hover {
  color: #FFFFFF;
  background: #D39D5B;
}
.join_list {
  background: #FFFFFF;
  box-shadow: 0px 3px 32px 0px rgba(7, 7, 7, 0.06);
  border-radius: 20px;
  overflow: hidden;
  padding: 50px 45px 14px 45px ;
}
.join_list .join_list_item {
  width: 48.30575256%;
  background: #EEEEEE;
  border-radius: 20px;
  float: left;
  margin-right: 42px;
  margin-bottom: 33px;
}
.join_list .join_list_item:nth-of-type(2n) {
  margin-right: 0;
}
.join_list_type li i {
  width: 22px;
  height: 20px;
  background-image: url("../images/icon/join_icon.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: block;
}
.join_list_type li:nth-child(1) i {
  background-position: 0 0;
}
.join_list_type li:nth-child(2) i {
  background-position: 0 -20px;
}
.join_list_type li:nth-child(3) i {
  background-position: 0 -40px;
}
.join_list .join_list_item .join_list_title {
  color: #333333;
  font-size: 24px;
  line-height: 1;
  margin-top: 31px;
  margin-left: 32px;
}
.join_list .join_list_item .join_list_type {
  overflow: hidden;
  margin-top: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.1);
  padding-left: 32px;
}
.join_list .join_list_item .join_list_type li {
  float: left;
  overflow: hidden;
  margin-right: 24px;
}
.join_list .join_list_item .join_list_type i {
  display: block;
  float: left;
  margin-right: 5px;
}
.join_list .join_list_item .join_list_type p {
  float: left;
  font-size: 14px;
  color: #666666;
}
.join_list_desc {
  font-size: 14px;
  color: #666666;
  padding: 15px 52px 35px 32px;
  line-height: 26px;
}
.join_list_desc h3 {
  font-weight: bold;
}
.join_list_box{
    margin-bottom: 79px;
}
.join_list_box_item {
  display: none;
}
.join_list_box_item:first-child {
  display: block;
}
.main_content {
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 203px;
  position: relative;
}
.main_content_pic {
  box-shadow: 0px 5px 5px 0px rgba(211, 157, 91, 0.13);
  width: 45.83333333%;
  float: left;
}
.main_content_pic img {
  border-radius: 20px;
}
.main_content_desc {
  float: right;
  width: 51.66666667%;
}
.main_content_desc .main_content_title {
  font-size: 30px;
  color: #D39D5B;
  line-height: 1;
  /*margin-top: 75px;*/
  margin-top: 25px;
  margin-bottom: 26px;
}
.main_content_desc .main_content_text {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}
.main_icon {
  width: 83.33333333%;
  height: 184px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/icon/main_icon.png") 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 10;
}
.case_content {
  text-align: center;
}
.case_nav {
  overflow: hidden;
  margin: 40px auto 50px auto;
  display: inline-block;
  text-align: center;
}
.case_nav li {
  float: left;
  margin-right: 10px;
}
.case_nav li a {
  /*width: 128px;*/
  color: #D39D5B;
  font-size: 14px;
  padding: 14px 20px;
  border-radius: 21px;
  background: #FFFFFF;
  border: 1px solid #D39D5B;
}
.case_nav li.active a{
  background: #D39D5B;
  color: #FFFFFF;
}
.case_nav li:hover a{
  background: #D39D5B;
  color: #FFFFFF;
}
.case_nav li:last-child {
  margin-right: 0;
}
.case_list {
  margin-bottom: 62px;
  overflow: hidden;
}
.case_list li {
  width: 32.15277778%;
  float: left;
  margin-right: 23px;
  margin-bottom: 30px;
  overflow: hidden;
}
.case_list li:nth-child(3n) {
  margin-right: 0;
}
.case_list li>a{
    width: 100%;
}
.case_listpic {
  width: 100%;
  border-radius: 16px 16px 0px 0px;
  height: 305px;
  overflow: hidden;
}
.case_list li a img {
  width: 100%;
  height: 100%;
  transition: 0.3s linear all;
}
.case_list li .case_listtext {
  width: 100%;
  height: 120px;
  background: #EFEFEF;
  border-radius: 0px 0px 16px 16px;
  padding: 31px 0 37px 0;
  font-size: 18px;
  line-height: 26px;
  color: #232626;
  transition: 0.3s all;
}
.case_list li .case_listtext p {
  width: 73.86609071%;
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.case_list li.active .case_listtext {
  background: #D39D5B;
}
.case_list li:hover .case_listtext {
  background: #D39D5B;
  color: #FFFFFF;
}
.case_list li:hover img {
  transform: scale(1.05);
}
.technical_title {
  font-weight: bold;
  font-size: 36px;
  color: #D39D5B;
  text-align: center;
  line-height: 1;
  position: relative;
  margin-top: 38px;
  margin-bottom: 78px;
}
.technical_title::after {
  content: "TECHNICAL";
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 27px;
  color: #DDDDDD;
}
.technical_listbox .technical_desc {
  font-size: 14px;
  color: #666666;
  line-height: 1;
  margin-top: 24px;
  margin-bottom: 50px;
}
.technical_listbox .technical_list {
  overflow: hidden;
  margin-bottom: 52px;
}
.technical_listbox .technical_list .technical_list_item {
  width: 18.68055556%;
  margin-right: 20px;
  margin-bottom: 29px;
  height: 356px;
  float: left;
}
.technical_listbox .technical_list .technical_list_item img {
  height: 100%;
}
.technical_listbox .technical_list li:nth-child(5n) {
  margin-right: 0;
}
.technical_type {
  background: #F4F4F4;
}
.technical_type_desc {
  font-size: 14px;
  color: #666666;
  line-height: 1;
  padding-top: 55px;
  margin-bottom: 20px;
}
.technical_type_title {
  font-size: 24px;
  color: #333333;
  line-height: 1;
  margin-bottom: 28px;
}
.technical_typelist {
  overflow: hidden;
  margin-bottom: 30px;
}
.technical_typelist li {
  background: #FFFFFF;
  box-shadow: 0px 3px 7px 0px rgba(7, 7, 7, 0.06);
  border-radius: 20px;
  margin-right: 28px;
  width: 32%;
  float: left;
  height: 117px;
  margin-bottom: 10px;
}
.technical_typelist li:nth-child(3){
    margin-right: 0;
}
.technical_typelist li .technical_typelist_title1 {
  font-size: 18px;
  color: #333333;
  line-height: 1;
  margin-top: 36px;
  margin-left: 57px;
  position: relative;
}
.technical_typelist li .technical_typelist_title2 {
  font-size: 14px;
  color: #666666;
  line-height: 16px;
  margin-top: 12px;
  margin-left: 57px;
}
.technical_typelist li:nth-child(1) .technical_typelist_title1::after {
  content: '1';
  width: 25px;
  height: 25px;
  background: #D39D5B;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: -36px;
  transform: translateY(-50%);
}
.technical_typelist li:nth-child(2) .technical_typelist_title1::after {
  content: '2';
  width: 25px;
  height: 25px;
  background: #D39D5B;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: -36px;
  transform: translateY(-50%);
}
.technical_typelist li:nth-child(3) .technical_typelist_title1::after {
  content: '3';
  width: 25px;
  height: 25px;
  background: #D39D5B;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: -36px;
  transform: translateY(-50%);
}
.technical_type_piclist {
  overflow: hidden;
  padding-bottom: 47px;
}
.technical_type_piclist li {
  width: 48.95833333%;
  margin-right: 30px;
  margin-bottom: 15px;
  float: left;
}
.technical_type_piclist li:nth-child(3) {
  margin-right: 0;
}
.technical_type_piclist li:first-child{
    width: 100%;
}
.design_top .container {
  text-align: center;
}
.design_logo {
  width: 395px;
  margin: 0 auto;
  margin-top: 57px;
  margin-bottom: 46px;
}
.design_desc {
  color: #666666;
  font-size: 14px;
  line-height: 36px;
  text-align: left;
}
.design_taglist {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  margin-top: 57px;
  margin-bottom: 77px;
}
.design_taglist li {
  float: left;
  width: 27.77777778%;
  height: 147px;
  text-align: center;
  margin-bottom: 10px;
  box-shadow: 0px 3px 7px 0px rgba(7, 7, 7, 0.06);
  border-radius: 20px;
  border: 1px solid #EEEEEE;
  margin-right: 38px;
}
.design_taglist li:last-child {
  margin-right: 0;
}
.design_taglist li .design_taglist_title1 {
  color: #D39D5B;
  font-size: 18px;
  line-height: 1;
  margin-top: 29px;
  margin-bottom: 17px;
  font-weight: bold;
}
.design_taglist li .design_taglist_title2 {
  color: #999999;
  font-size: 14px;
  line-height: 18px;
}
.design_type_title {
  text-align: center;
  color: #333333;
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
}
.design_typelist {
  width: 100%;
  display: inline-block;
  padding-top: 65px;
  padding-bottom: 147px;
  overflow: hidden;
}
.design_typelist li {
  float: left;
  overflow: hidden;
  margin-right: 70px;
}
.design_typelist li:last-child {
  margin-right: 0;
}
.design_typelist li .design_typelist_pic {
  width: 258px;
  height: 258px;
  overflow: hidden;
  margin-right: 38px;
  float: left;
}
.design_typelist li .design_typelist_text {
  float: left;
  text-align: left;
}
.design_typelist_text .design_typelist_title {
  color: #D39D5B;
  font-size: 18px;
  line-height: 1;
  margin-top: 40px;
  margin-left: -20px;
  font-weight: bold;
}
.design_typelist_text .design_typelist_desc {
  color: #666666;
  font-size: 14px;
  line-height: 33px;
  margin-top: 10px;
}
.design_center {
  background: #F3F3F3;
}
.design_center .container {
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 26px;
}
.design_honor {
  float: left;
}
.design_honor .design_honor_title {
  color: #D39D5B;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}
.design_honor .design_honor_desc {
  color: #666666;
  font-size: 14px;
  line-height: 27px;
  margin-bottom: 44px;
}
.design_honor_list {
  width: 51.73611111%;
  float: right;
  overflow: hidden;
}
.design_honor_list li {
  float: left;
  width: 31.27516779%;
  height: 152px;
  margin-right: 21px;
  margin-bottom: 23px;
}
.design_honor_list li:nth-child(3n) {
  margin-right: 0;
}
.design_reward {
  background: #FFFFFF;
  padding-top: 80px;
  padding-bottom: 98px;
}
.design_reward_text {
  overflow: hidden;
  margin-bottom: 34px;
}
.design_reward_title p:first-child {
  color: #D39D5B;
  font-size: 18px;
  line-height: 1;
}
.design_reward_title p:last-child {
  color: #666666;
  font-size: 14px;
  line-height: 18px;
  width: 375px;
  margin-top: 12px;
}
.reward_title_left {
  float: left;
}
.reward_title_right {
  float: right;
  text-align: right;
}
/* 轮播 */
.swiper-container {
  z-index: 1;
  --swiper-theme-color: #918277;
}
.swiper-slide {
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.swiper-slide a {
  display: block;
  height: 444px;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 30px;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 12px;
}
.design_reward_list {
  overflow: hidden;
}
.design_reward_list li {
  float: left;
  margin-right: 12px;
}
.media_content {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 55px;
}
.media_list {
  overflow: hidden;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
}
.media_list {
  width: 100%;
  overflow: hidden;
}
.media_list li {
  width: 31.94444444%;
  float: left;
  margin-right: 30px;
  margin-bottom: 32px;
  overflow: hidden;
  box-shadow: 0px 3px 7px 0px rgba(7, 7, 7, 0.06);
}
.media_list li:nth-child(3n) {
  margin-right: 0;
}
.media_list_pic {
  width: 100%;
  border-radius: 12px 12px 0px 0px;
  height: 326px;
  overflow: hidden;
}
.media_list li a img {
  width: 100%;
  height: 100%;
  transition: 0.3s linear all;
}
.media_list li .media_list_content {
  width: 100%;
  background: #EFEFEF;
  border-radius: 0px 0px 12px 12px;
  padding: 28px 0 30px 0;
  font-size: 18px;
  text-align: left;
}
.media_list li .media_list_date {
  color: #232626;
  font-size: 14px;
  margin-left: 40px;
  margin-bottom: 25px;
  font-weight: bold;
}
.media_list li .media_list_title {
  width: 78.04347826%;
  margin-left: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #232626;
  font-size: 24px;
  margin-bottom: 49px;
}
.media_list li:hover .media_list_title {
  color: #D39D5B;
}
.media_list li:hover img {
  transform: scale(1.05);
}
.media_list .media_list_btn {
  color: #D39D5B;
  font-size: 14px;
  margin-left: 40px;
  position: relative;
  display: inline-block;
}
.media_list .media_list_btn::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #D39D5B;
  border-left: 2px solid #D39D5B;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: -11px;
  margin-top: -3px;
}
.media_list_nav {
  display: inline-block;
  overflow: hidden;
  margin-top: 23px;
}
.media_list_nav li {
  float: left;
  margin: 0px 15px;
}
.media_list_nav li a {
  width: 34px;
  background: #ffffff;
  height: 34px;
  font-size: 16px;
  color: #232626;
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
}
.media_list_nav li.active a {
  background: #D39D5B;
  color: #FFFFFF;
}
.media_list_nav li:hover a {
  background: #D39D5B;
  color: #FFFFFF;
}
.team_title {
  font-weight: bold;
  font-size: 36px;
  color: #D39D5B;
  text-align: center;
  line-height: 1;
  position: relative;
  margin-top: 38px;
  margin-bottom: 78px;
}
.team_title::after {
  content: "TEAM US";
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 27px;
  color: #DDDDDD;
}
.about_title {
  font-weight: bold;
  font-size: 36px;
  color: #D39D5B;
  text-align: center;
  line-height: 1;
  position: relative;
  margin-top: 38px;
  margin-bottom: 78px;
}
.about_title::after {
  content: "ABOUT US";
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 27px;
  color: #DDDDDD;
}
.about_desc {
  color: #666666;
  font-size: 14px;
  line-height: 36px;
}
.about_pic {
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 51px;
  margin-bottom: 53px;
}
.about_pic li {
  width: 24.58333333%;
  margin-right: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.about_pic li:nth-child(3n) {
  margin-right: 0;
}
.about_desc3 {
  margin-top: 50px;
}
.about_detail {
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 66px;
  padding-bottom: 84px;
}
.about_detail li {
  text-align: center;
  padding: 0 46px;
  position: relative;
}
.about_detail li::after {
  content: "";
  width: 1px;
  height: 66px;
  background: #EEEEEE;
  position: absolute;
  right: 0;
  top: 3px;
}
.about_detail li p:nth-child(1) {
  font-size: 18px;
  color: #666666;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 12px;
}
.about_detail li p span {
  font-size: 54px;
  color: #D39D5B;
  font-weight: bold;
  display: inline-block;
  margin-right: 4px;
}
.about_detail li p:nth-child(2) {
  font-size: 15px;
  color: #666666;
}
.about_culture {
  width: 100%;
  position: relative;
}
.about_culture .about_culture_box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.about_culture_title {
  font-weight: bold;
  font-size: 36px;
  color: #D39D5B;
  text-align: center;
  line-height: 1;
  position: relative;
  margin-top: 65px;
  margin-bottom: 116px;
}
.about_culture_title::after {
  content: "CULTURE";
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 27px;
  color: #DDDDDD;
}
.about_culture_list {
  overflow: hidden;
  width: 100%;
}
.about_culture_list li {
  /*width: 18.88888889%;*/
  width: 21%;
  cursor: pointer;
  background: #FFFFFF;
  border-radius: 20px;
  margin-right: 5%;
  float: left;
}
.about_culture_list li:last-child {
  margin-right: 0;
}
.about_culture_list li i {
  width: 87px;
  height: 76px;
  background-image: url("../images/icon/about_icon1.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  margin: 0 auto;
  margin-top: 61px;
  transition: 0.3s all;
}
.about_culture_list li:hover i {
  transform: translateY(-5px);
}
.about_culture_list li:nth-child(1) i {
  background-position: 0 0;
}
.about_culture_list li:nth-child(2) i {
  background-position: 0 -76px;
}
.about_culture_list li:nth-child(3) i {
  background-position: 0 -152px;
}
.about_culture_list li:nth-child(4) i {
  background-position: 0 -228px;
}
.about_culture_list li:nth-child(5) i {
  background-position: 0 -304px;
}
.about_culture_list li .culture_list_title {
  font-size: 18px;
  color: #333333;
  line-height: 1;
  margin-top: 33px;
  margin-bottom: 13px;
  text-align: center;
}
.about_culture_list li .culture_list_desc {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  text-align: center;
  margin-bottom: 50px;
}
.ulture_core_idea {
  text-align: center;
}
.ulture_core_idea p {
  display: inline-block;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 1;
  margin-top: 35px;
  margin-bottom: 27px;
  position: relative;
}
.ulture_core_idea p::before {
  content: "";
  width: 26px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: -40px;
  top: 50%;
  margin-top: -1px;
  z-index: 10;
}
.ulture_core_idea p::after {
  content: "";
  width: 26px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: -40px;
  top: 50%;
  margin-top: -1px;
}
.about_culture_core {
  border-radius: 20px;
  padding: 48px 0 48px 0;
  background: rgba(211, 157, 91, 0.9);
  overflow: hidden;
}
.about_culture_core li {
  margin-right: 34px;
  float: left;
  cursor: pointer;
}
.about_culture_core li:first-child {
  margin-left: 39px;
}
.about_culture_core li:last-child {
  margin-right: 0;
}
.about_culture_core li > div {
  float: left;
}
.about_culture_core li i {
  width: 42px;
  height: 42px;
  background-image: url("../images/icon/about_icon2.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  margin-right: 9px;
  float: left;
  transition: 0.3s all;
}
.about_culture_core li:nth-child(1) i {
  background-position: 0 0;
}
.about_culture_core li:nth-child(2) i {
  background-position: 0 -42px;
}
.about_culture_core li:nth-child(3) i {
  background-position: 0 -84px;
}
.about_culture_core li:nth-child(4) i {
  background-position: 0 -126px;
}
.about_culture_core li:nth-child(5) i {
  background-position: 0 -168px;
}
.about_culture_core li:nth-child(5) i {
  background-position: 0 -210px;
}
.about_culture_core li:hover i {
  transform: translateY(-5px);
}
.about_culture_core li .culture_core_title {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: 4px;
  text-align: left;
}
.about_culture_core li .culture_core_desc {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 22px;
  text-align: left;
}
.swiper {
  width: 100%;
  height: 100%;
}
.about_process {
  width: 100%;
  position: relative;
}
.about_process .about_process_box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.about_process_title {
  font-weight: bold;
  font-size: 36px;
  color: #D39D5B;
  text-align: center;
  line-height: 1;
  position: relative;
  margin-top: 65px;
  margin-bottom: 110px;
}
.about_process_title::after {
  content: "PROCESS";
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 27px;
  color: #DDDDDD;
}
.processSwiper .swiper-slide {
  position: relative;
  height: 545px!important;
  cursor: pointer;
}
.swiper-slide-pic {
  width: 210px;
  height: 210px;
}
.swiper-slide-pic img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  box-sizing: border-box;
  transition: 0.3s all;
}
.about_process_swiper {
  position: relative;
}
.swiper-slide-date {
  color: #333333;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  transition: 0.3s all;
}
.swiper-slide-title {
  color: #333333;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
}
.swiper-slide-text {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
}
.processSwiper {
  width: 93.2%;
  margin: 0 auto;
}
.processSwiper .swiper-slide:nth-child(odd) .swiper-slide-pic {
  position: absolute;
  top: 0;
  left: 0;
}
.processSwiper .swiper-slide:nth-child(odd) .swiper-slide-pic::before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 3px solid #D39D5B;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
.processSwiper .swiper-slide:nth-child(odd) .swiper-slide-pic::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #D39D5B;
  border-left: 2px solid #D39D5B;
  transform: rotate(-135deg);
  position: absolute;
  bottom: -47px;
  left: 50%;
  margin-left: -5px;
  z-index: 100;
}
.processSwiper .swiper-slide:nth-child(odd) .swiper-slide-date {
  position: absolute;
  top: 282px;
  left: 40px;
}
.processSwiper .swiper-slide:nth-child(odd) .swiper-slide-title {
  position: absolute;
  top: 324px;
  left: 40px;
}
.processSwiper .swiper-slide:nth-child(odd) .swiper-slide-text {
  width: 252px;
  position: absolute;
  top: 350px;
  left: 40px;
}
.processSwiper .swiper-slide:nth-child(even) .swiper-slide-pic {
  position: absolute;
  bottom: 0;
  left: 0;
}
.processSwiper .swiper-slide:nth-child(even) .swiper-slide-date {
  position: absolute;
  top: 220px;
  left: 40px;
}
.processSwiper .swiper-slide:nth-child(even) .swiper-slide-title {
  position: absolute;
  top: 193px;
  left: 40px;
}
.processSwiper .swiper-slide:nth-child(even) .swiper-slide-text {
  width: 252px;
  position: absolute;
  top: 106px;
  left: 40px;
}
.processSwiper .swiper-slide:nth-child(even) .swiper-slide-pic::before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 3px solid #D39D5B;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
.processSwiper .swiper-slide:nth-child(even) .swiper-slide-pic::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #D39D5B;
  border-left: 2px solid #D39D5B;
  transform: rotate(45deg);
  position: absolute;
  top: -47px;
  left: 50%;
  margin-left: -5px;
  z-index: 100;
}
/*.processSwiper .swiper-slide-active .swiper-slide-date {*/
/*  color: #D39D5B;*/
/*}*/
/*.processSwiper .swiper-slide-active .swiper-slide-pic img {*/
/*  border: 6px solid #D39D5B;*/
/*}*/
.processSwiper .swiper-slide:hover .swiper-slide-date {
  color: #D39D5B;
}
.processSwiper .swiper-slide:hover .swiper-slide-pic img {
  border: 6px solid #D39D5B;
}
.processSwiper-next {
  width: 58px;
  height: 58px;
  background: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  cursor: pointer;
}
.processSwiper-next i {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.processSwiper-next i::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #232626;
  border-left: 2px solid #232626;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
}
.processSwiper-prev {
  width: 58px;
  height: 58px;
  background: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.3s all;
}
.processSwiper-prev i {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.processSwiper-prev i::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #232626;
  border-left: 2px solid #232626;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -5px;
}
.industry_title {
  font-weight: bold;
  font-size: 36px;
  color: #D39D5B;
  text-align: center;
  line-height: 1;
  position: relative;
  margin-top: 65px;
  margin-bottom: 98px;
}
.industry_title::after {
  content: "PROFESSIONAL FIELD HONORS";
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 27px;
  color: #DDDDDD;
}

.industry_title_2 {
  font-weight: bold;
  font-size: 36px;
  color: #D39D5B;
  text-align: center;
  line-height: 1;
  position: relative;
  margin-top: 65px;
  margin-bottom: 98px;
}
.industry_title_2::after {
  content: "SOCIAL HONORS";
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 27px;
  color: #DDDDDD;
}

.industry_honor_swiper .swiper-slide {
  width: 322px;
  height: 216px;
}
.industry_honor_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.honorSwiperbox {
  position: relative;
}
.honorSwiper {
  width: 96%;
  margin: 0 auto;
  padding-bottom: 72px!important;
}
.honorSwiper .swiper-pagination-bullet {
  background: #E3E7EE;
}
.honorSwiper .swiper-pagination-bullet-active {
  background: #D39D5B;
}
.honorSwiper-next {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  margin-top: -34px;
  cursor: pointer;
}
.honorSwiper-next i {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.honorSwiper-next i::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(35, 38, 38, 0.5);
  border-left: 2px solid rgba(35, 38, 38, 0.5);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -5px;
}
.honorSwiper-prev {
  width: 20px;
  height: 20px;
  position: absolute;
  left: -10px;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  margin-top: -34px;
  cursor: pointer;
}
.honorSwiper-prev i {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.honorSwiper-prev i::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(35, 38, 38, 0.5);
  border-left: 2px solid rgba(35, 38, 38, 0.5);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -5px;
}
.industry_honor_swiper .swiper-slide p {
  font-size: 14px;
  color: #000000;
  text-align: center;
  line-height: 1;
  margin-top: 9px;
}
.getSwiper-next {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 6px;
  z-index: 10;
  cursor: pointer;
}
.getSwiper-next i {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.getSwiper-next i::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(35, 38, 38, 0.5);
  border-left: 2px solid rgba(35, 38, 38, 0.5);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -5px;
}
.getSwiper-prev {
  width: 20px;
  height: 20px;
  position: absolute;
  left: -10px;
  top: 6px;
  z-index: 10;
  cursor: pointer;
}
.getSwiper-prev i {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.getSwiper-prev i::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(35, 38, 38, 0.5);
  border-left: 2px solid rgba(35, 38, 38, 0.5);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -5px;
}
.industry_get_swiper .swiper-slide p {
  font-size: 14px;
  color: #000000;
  text-align: center;
  line-height: 1;
  margin-top: 9px;
}
.getSwiperbox {
  position: relative;
  z-index: 10;
  height: 403px;
}
.getSwiperbox .swiper{
    height: auto;
}
.getSwiper {
  width: 96%;
  margin: 0 auto;
}
.getSwiper .swiper-slide {
  font-size: 23px;
  color: #999999;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.getSwiper .swiper-slide-active {
  color: #D39D5B;
}
.industry_listbox {
  overflow: hidden;
  margin-top: 73px;
  padding-bottom: 241px;
  position: relative;
  z-index: 10;
  /*padding-left: 56px;*/
}
.industry_listbox .industry_listbox_title {
  float: left;
  font-weight: 400;
  font-size: 22px;
  color: #D39D5B;
  line-height: 45px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding-right: 22px;
  display: inline;
}
.industry_listbox .industry_list li {
  font-size: 16px;
  color: #333333;
  position: relative;
  margin-bottom: 15px;
  font-family: "微软雅黑", "Microsoft YaHei", sans-serif!important;
}
.industry_listbox .industry_list li p{
    position: relative;
    margin-bottom: 20px;
}
.industry_listbox .industry_list li p,.industry_listbox .industry_list li span{
    font-family: "微软雅黑", "Microsoft YaHei", sans-serif!important;
}
.industry_listbox .industry_list li:first-child {
  margin-top: 16px;
}
/*.industry_listbox .industry_list li p::before {*/
/*  content: "";*/
/*  width: 14px;*/
/*  height: 14px;*/
/*  background: #D39D5B;*/
/*  border-radius: 50%;*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  margin-top: -7px;*/
/*  left: -25px;*/
/*}*/
.industry_listbox .industry_list li p::before {
    content: "";
    width: 15px;
    height: 18px;
    background: url("../images/arrow.png") 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    z-index: 6;
}
.industry_bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.industry_list_content {
  float: left;
  margin-left: 53px;
}
.industry_list_content_item {
  display: none;
}
.industry_list_content_item:first-child {
  display: block;
}
.detail_content {
  padding-top: 25px;
  font-family: "微软雅黑", "Microsoft YaHei", sans-serif!important;
  font-size: 14px;
  color: #666666;
  line-height: 33px;
  font-weight: 400;
}
.detail_content p{
    /*display: flex;*/
    /*flex-direction: column;*/
}
.detail_content img{
    /*width: 726px;*/
    flex-basis: auto;
    width: auto;
    display: block;
    margin: 20px auto;
    
}
.detail_title {
  color: #000;
  font-size: 30px;
  text-align: center;
  line-height: 1;
  padding-top: 32px;
  padding-bottom: 38px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.detail_btn {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin: 70px 0;
  font-size: 14px;
  color: #333333;
  line-height: 1;
}
.detail_btn a {
  font-size: 14px;
  color: #333333;
  line-height: 1;
}
.detail_btn .detail_btn_prev {
  float: left;
}
.detail_btn .detail_btn_back {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.detail_btn .detail_btn_next {
  float: right;
}
.detail_btn a:hover {
  color: #D39D5B;
}
.index_case_center_ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_case_center_ul .case_center_ul_item {
  display: none;
}
.index_case_center_ul .case_center_ul_item.active {
  display: block;
}
.Acaselist .Acaselist_item {
  display: none;
}
.Acaselist .Acaselist_item:first-child {
  display: block;
}
.BcaseList .BcaseList_item {
  display: none;
}
.BcaseList .BcaseList_item:first-child {
  display: block;
}
.media_list_nav .pages a{
    color: #333333;
    margin: 0 10px;
}
.media_list_nav .pages .current{
    color: #D39D5B;
    margin: 0 10px;
}
.about_new {
  position: relative;
}
.about_bg1 {
  width: 40.63380282%;
  position: absolute;
  top: 76px;
  left: 46px;
  z-index: 0;
}
.about_bg2 {
  width: 58.23943662%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.about_new_top {
  overflow: hidden;
  margin-bottom: 38px;
}
.about_new_bottom {
  overflow: hidden;
  padding-bottom: 14px;
}
.new_top_left,
.new_bottom_left {
  width: 47.8%;
  float: left;
}
.new_top_right,
.new_bottom_right {
  width: 47.8%;
  float: right;
}
.about_new p {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}
.about_new_top .new_top_title1 {
  font-size: 24px;
  color: #333333;
  line-height: 1;
  margin-bottom: 16px;
  font-weight: 600;
}
.about_new .new_top_title {
  font-size: 18px;
  color: #D39D5B;
  line-height: 1;
  margin-bottom: 16px;
  font-weight: 600;
  position: relative;
  padding-left: 20px;
}
.about_new .new_top_title::before {
  content: "";
  width: 15px;
  height: 18px;
  background: url("../images/arrow.png") 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 6;
}
.new_top_right {
  overflow: hidden;
}
.new_bottom_left {
  overflow: hidden;
}
.new_top_right > div {
  width: 48.4%;
  margin-right: 3.2%;
  margin-bottom: 3.2%;
  overflow: hidden;
  border-radius: 20px;
  float: left;
}
.new_top_right > div:nth-child(2n) {
  margin-right: 0;
}
.new_bottom_left > div:nth-child(2n) {
  margin-right: 0;
}
.new_bottom_left > div {
  width: 48.4%;
  margin-right: 3.2%;
  margin-bottom: 3.2%;
  overflow: hidden;
  border-radius: 20px;
  float: left;
}
/*.new_bottom_left div:nth-child(1) {*/
/*  width: 100%;*/
/*  margin-right: 0;*/
/*}*/
/*.new_bottom_left div:nth-child(3) {*/
/*  margin-right: 0;*/
/*}*/
.about_us {
  overflow: hidden;
}
.about_us_left {
  float: left;
  width: 46.61971831%;
  text-align: justify;
}
.about_us_left .about_desc {
  margin-bottom: 20px;
  line-height: 30px;
}
.about_us_right {
  float: right;
  width: 49.43661972%;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1680px) {
  body {
    font-size: 16px;
  }
    .section-wrap{
      height: 900px;
   }
  .about_process_title {
    margin-bottom: 50px;
}
}
@media screen and (max-width: 1440px) {
  body {
    font-size: 12px;
  }
  .container {
    width: 1280px;
    min-width: 1280px;
    margin: 0 auto;
  }
  .section-wrap{
      height: 760px;
  }
  .logo {
  width: 316px;
  height: 27px;
}
.slogan {
  width: 105px;
  height: 39px;
}
.index_top {
  height: 64px;
  background: transparent;
}
.index_top_left .logo_white {
  margin-top: 15px;
}
.index_top_left .logo_gold {
  display: block;
  background-position: 0 -27px;
  margin-top: 15px;
}
.commonheader:hover .logo {
    background-position: 0 -27px;
}
.commonheader:hover .slogan {
  background-position: 0 -39px;
}
.index_top_nav {
  margin-left: 59px;
}
.index_top_nav .index_top_navli {
  margin-right: 32px;
}
.index_top_nav .index_top_navli > a {
  position: relative;
  line-height:64px;
}
.index_top_nav .index_top_navli > a.active::before {
  height: 3px;

}
.index_top_right {
  margin-top: 13px;
}
.slogan_white {
  background-position: 0 0;
}
.slogan_gold {
  background-position: 0 -39px;
}
.index_secend_nav{
    top: 64px;
}

.business_title p {
  right: 5.555555%;
}
.index_case_list li{
    margin-right: 22px;
}
.about_culture_title {
    margin-top: 36px;
    margin-bottom: 80px;
}
.about_culture_list li{
    /*margin-right: 17px;*/
}
.about_culture_list li i {
    margin-top: 20px;
}
.about_culture_list li .culture_list_title {
    margin-top: 18px;
    
}
.about_culture_list li .culture_list_desc{
    margin-bottom: 16px;
}
.about_culture_core li:first-child {
    margin-left: 28px;
    
}
.about_culture_core li{
    margin-right: 15px;
}
/*.processSwiper .swiper-slide{*/
/*    height: 400px !important;*/
/*}*/
/*.swiper-slide-pic{*/
/*    width: 70%;*/
/*    height: 45%;*/
/*}*/

.design_reward_list li{
    margin-right: 12px;
}
.design_reward_list li:nth-child(1){
    width: 25.2%;
}
.design_reward_list li:nth-child(2){
    width: 24%;
}
.design_reward_list li:nth-child(3){
    width: 47.9%;
}
.join_list .join_list_item {
    margin-right: 31px;
    margin-bottom: 28px;
}

.design_typelist li .design_typelist_pic {
    width: 231px;
    height: 231px;
    margin-right: 33px;
}
.design_honor_list {
    width: 59.736111%;
}

.case_list li{
    margin-right: 20px;
    margin-bottom: 23px;
}
.media_list li {
    margin-right: 26px;
    margin-bottom: 28px;
}
.media_list li .media_list_title{
    margin-bottom: 22px;
}
.contact_form li{
    margin-right: 18px;
}

.about_process_title {
    margin-top: 30px;
    margin-bottom: 24px;
}
.processSwiper .swiper-slide:nth-child(odd) .swiper-slide-text {
  width: 210px;
}

}
@media screen and (max-width: 1300px) {
  .section-wrap{
      height: 700px;
  }
}
@media screen and (max-width: 1200px) {
  .section-wrap{
      height: 650px;
  }
}
@media screen and (max-width: 1100px) {
  .section-wrap{
      height: 600px;
  }
}