* {
  box-sizing: border-box;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.flex {
  display: flex;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.bold {
  font-weight: 700;
}
.txt-center {
  text-align: center;
}
.business-wrapper .business-info-box .detail-box table {width: 100%!important;}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.box-container-fluid {
  width: 100%;
}
.medium-box-container {
  width: 1200px;
  margin: 0 auto;
}
.flex {
  display: flex;
}
.flex-wrap {
  flex-flow: wrap;
}
.box-container {
  width: 1280px;
  margin: 0 auto;
}
.box-shadow {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.transition {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.banner-box .banner {
  width: 100%;
  height: 500px;
}
.banner-box .banner .info {
  padding-top: 170px;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  font-family: 微软雅黑;
  text-align: center;
}
.banner-box .banner .info p {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 20px;
  margin-top: 32px;
  text-transform: uppercase;
}
.join-wrapper {
  background: #f5f5f5;
}
.join-wrapper .join-us-box {
  padding-top: 63px;
}
.join-wrapper .join-us-box .job-tab-header {
  font-size: 0;
  padding-bottom: 44px;
  text-align: center;
}
.join-wrapper .join-us-box .job-tab-header a {
  display: inline-block;
  width: 144px;
  height: 50px;
  line-height: 50px;
  color: #666;
  font-size: 15px;
  text-align: center;
  margin-right: 20px;
  background: #e1e1e1;
  border-radius: 5px;
}
.join-wrapper .join-us-box .job-tab-header a.on,
.join-wrapper .join-us-box .job-tab-header a:hover {
  color: #fff;
  background: #e50012;
}
.join-wrapper .join-us-box .job-content-box {
  padding-bottom: 70px;
}
.join-wrapper .join-us-box .job-content-box .content {
  background: #fff;
  display: none;
}
.join-wrapper .join-us-box .job-content-box .content .item {
  border-bottom: 2px solid #f5f5f5;
  cursor: pointer;
}
.join-wrapper .join-us-box .job-content-box .content .item .header {
  height: 72px;
  line-height: 72px;
  display: flex;
  justify-content: space-between;
  padding: 0 23px 0 35px;
}
.join-wrapper .join-us-box .job-content-box .content .item .header .job-name,
.join-wrapper .join-us-box .job-content-box .content .item .header .detail {
  flex: 1;
  width: 100%;
  color: #666;
}
.join-wrapper .join-us-box .job-content-box .content .item .header .job-name {
  font-size: 16px;
}
.join-wrapper .join-us-box .job-content-box .content .item .header .detail {
  font-size: 14px;
  background: url('../images/icon-plus.png') no-repeat center right;
  padding-right: 35px;
  text-align: right;
}
.join-wrapper .join-us-box .job-content-box .content .item .job-desc {
  display: none;
  margin-top: 40px;
  padding: 0 23px 45px 35px;
}
.join-wrapper .join-us-box .job-content-box .content .item .job-desc .job-brief {
  display: flex;
  flex-flow: wrap;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 8px;
}
.join-wrapper .join-us-box .job-content-box .content .item .job-desc .job-brief .brief-item {
  flex: 0 0 25%;
  width: 100%;
  margin-bottom: 22px;
}
.join-wrapper .join-us-box .job-content-box .content .item .job-desc .job-brief .brief-item span {
  font-size: 14px;
  color: #666;
  display: inline-block;
  margin-right: 20px;
}
.join-wrapper .join-us-box .job-content-box .content .item .job-desc .job-brief .brief-item span:first-child {
  color: #333;
  width: 70px;
}
.join-wrapper .join-us-box .job-content-box .content .item .job-desc .job-detail {
  font-size: 14px;
  line-height: 31px;
  color: #666;
  margin-top: 35px;
}
.join-wrapper .join-us-box .job-content-box .content .item .job-desc .job-detail p {
  color: #333;
}
.join-wrapper .join-us-box .job-content-box .content .item .job-desc .tips {
  margin-top: 40px;
  color: #e50012;
  font-size: 14px;
}
.join-wrapper .join-us-box .job-content-box .content .item.on .header {
  background: #e50012;
}
.join-wrapper .join-us-box .job-content-box .content .item.on .header .job-name,
.join-wrapper .join-us-box .job-content-box .content .item.on .header .detail {
  color: #fff;
}
.join-wrapper .join-us-box .job-content-box .content .item.on .detail {
  background: url(../images/icon-decrease.png) no-repeat center right;
}
.join-wrapper .join-us-box .job-content-box .content .item.on .job-desc {
  /*display: block;*/
}
.join-wrapper .join-us-box .job-content-box .load-more {
  text-align: center;
  margin-top: 55px;
}
.join-wrapper .join-us-box .job-content-box .load-more a {
  font-size: 16px;
  color: #999;
}
.join-wrapper .join-us-box .job-content-box .load-more a:hover {
  color: #e50012;
}
.join-wrapper .join-us-box .job-content-box .load-more a:hover i {
  transform: translateY(5px);
  -webkit-transform: translateY(5px);
}
.join-wrapper .join-us-box .job-content-box .load-more a,
.join-wrapper .join-us-box .job-content-box .load-more i {
  display: block;
}
.join-wrapper .join-us-box .job-content-box .load-more i {
  display: block;
  width: 17px;
  height: 11px;
  margin: 13px auto 0;
  transition: all .3s ease;
  background: url(../images/icon-angle-down.png) no-repeat center center;
}
.provider-box {
  background: #fff;
  padding-top: 70px;
}
.provider-box .title-box {
  text-align: center;
}
.provider-box .title-box .title {
  color: #333;
  font-weight: 700;
  font-size: 36px;
}
.provider-box .title-box .title span {
  color: #e50012;
}
.provider-box .title-box p {
  margin-top: 25px;
  font-size: 16px;
  color: #666;
}
.provider-box .provide-list {
  display: flex;
  flex-flow: wrap;
  margin-top: 90px;
  padding-bottom: 20px;
      text-align: center;
}
.provider-box .provide-list .item {
  flex: 0 0 290px;
  width: 100%;
  margin-bottom: 42px;
  margin-right: 40px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.provider-box .provide-list .item:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
}
.provider-box .provide-list .item:hover a .name {
  color: #e50012;
}
.provider-box .provide-list .item a {
  display: flex;
}
.provider-box .provide-list .item:nth-child(4n) {
  margin-right: 0;
}
.provider-box .provide-list .item img {
  flex: 0 0 56px;
  width: 100%;
  height: 60px;
  object-fit: contain;
  margin-right: 10px;
}
.provider-box .provide-list .item .name {
  flex: 1;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #333;
}
.load-btn {display: block;width: 120px;height:36px;line-height: 36px;margin: 0 auto 40px;color: #fff;background: #e50012;border-radius: 20px;text-align: center;font-size: 14px;}
.load-btn:hover {box-shadow: 0 2px 20px rgba(229, 0, 18, .2);}
.l7l7{ text-align:center; padding-bottom:80px;}
.cooperation-list {
  display: flex;
  flex-flow: wrap;
  border: 1px solid #f0f0f0;
  margin-top: 44px;
  margin-bottom: 40px;
}
.cooperation-list .item {
  flex: 0 0 253px;
  height: 124px;
  background: #fff;
  padding-top: 12px;
  text-align: center;
  position: relative;
}
.cooperation-list .item:after {
  content: '';
  display: block;
  width: 2px;
  height: 124px;
  background: #f0f0f0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.cooperation-list .item:hover,
.cooperation-list .item.on {
  border: 4px solid #f0f0f0;
}
.cooperation-list .item:hover img.active,
.cooperation-list .item.on img.active {
  display: block;
}
.cooperation-list .item:hover img.original,
.cooperation-list .item.on img.original {
  display: none;
}
.cooperation-list .item:nth-child(5n):after {
  width: 0;
}
.cooperation-list .item:nth-child(-n+5):before {
  content: '';
  display: block;
  width: 253px;
  height: 1px;
  background: #f0f0f0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.cooperation-list .item a {
  display: block;
}
.cooperation-list .item a img {
  width: 190px;
  height: 100px;
  margin: 0 auto;
  object-fit: contain;
}
.cooperation-list .item a img.active {
  display: none;
}
.hzpp .taiy .lefta {
  border-right: 0;
  background: #ffffff url("../images/icon-angle-left.png") no-repeat center center;
}
.hzpp .taiy .rgta {
  background: #ffffff url("../images/icon-angle-right.png") no-repeat center center;
}
.pagination {
  font-size: 0;
  text-align: center;
}
.pagination a {
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 52px;
  background: #fff;
  margin-right: 12px;
  border-radius: 3px;
  text-align: center;
  font-size: 18px;
  font-family: Arial;
  color: #888;
}
.pagination a.next,
.pagination a.prev {
  font-size: 24px;
  position: relative;
  top: 2px;
}
.pagination a:hover {
  color: #fff;
  background: #e50012;
}
.page-load-more {
  width: 90%;
  background: #e50012;
  text-align: center;
  height: 35px;
  line-height: 35px;
  margin: 0 auto 20px;
}
.page-load-more a {
  display: block;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
}
.map-box {
  position: relative;
}
.map-box img {
  width: 100%;
  height: auto;
}
.map-box .company-info-box {
  position: absolute;
  /*left: 320px;*/
  left:0;
  top: 96px;
  z-index: 10;
  background: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  padding-top: 45px;
  padding-left: 44px;
  padding-right: 34px;
  padding-bottom: 50px;
}
.map-box .company-info-box .title {
  font-size: 28px;
  color: #231f20;
  margin-bottom: 18px;
}
.map-box .company-info-box .info-box .item {
  position: relative;
  padding-left: 50px;
  padding-top: 26px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e9e9e9;
}
.map-box .company-info-box .info-box .item .name {
  font-size: 16px;
  color: #231f20;
  margin-bottom: 13px;
  font-family: Adobe 黑体 Std;
  font-weight: 700;
}
.map-box .company-info-box .info-box .item p {
  color: #666;
}
.map-box .company-info-box .info-box .item.apartment {
  background: url(../images/contact-icon.png) no-repeat 4% 32%;
}
.map-box .company-info-box .info-box .item.apartment p {
  font-size: 18px;
}
.map-box .company-info-box .info-box .item.address {
  background: url(../images/wizhi.jpg) no-repeat 4% 32%;
}
.map-box .company-info-box .info-box .item.address p {
  font-size: 15px;
}
.map-box .company-info-box .info-box .item.tel {
  background: url(../images/tel.jpg) no-repeat 4% 32%;
}
.map-box .company-info-box .info-box .item.tel p {
  font-size: 20px;
}
.grey-bg {
  background: #f5f5f5;
  padding-bottom: 66px;
}
.company-box {
  margin-top: -136px;
  position: relative;
  background: #fff;
  padding: 45px 63px 0 66px;
}
.company-box .title-box {
  font-size: 24px;
  color: #333;
  border-bottom: 2px solid #333;
  padding-bottom: 45px;
  text-align: center;
}
.company-box .company-list .item {
  padding: 65px 26px 45px;
  border-bottom: 1px solid #d6d6d6;
  display: flex;
}
.company-box .company-list .item:last-child {
  border-bottom: none;
}
.company-box .company-list .item .name {
  flex: 0 0 40%;
  width: 100%;
}
.company-box .company-list .item .name a {
  font-size: 18px;
  color: #333;
}
.company-box .company-list .item .name:hover a {
  color: #e50012;
}
.company-box .company-list .item .company-info {
  font-size: 14px;
  color: #666;
  flex: 0 0 40%;
  width: 100%;
}
.company-box .company-list .item .company-info p {
  padding-left: 40px;
  margin-bottom: 15px;
}
.company-box .company-list .item .company-info p.address {
  background: url(../images/wizhi.jpg) no-repeat left center;
  background-size: contain;
}
.company-box .company-list .item .company-info p.tel {
  background: url(../images/tel.jpg) no-repeat left center;
  background-size: contain;
}
.company-box .company-list .item .company-info p.url {
  background: url(../images/wz.jpg) no-repeat left center;
  background-size: contain;
}
.company-box .company-list .item .qrcode-box {
  flex: 0 0 20%;
  width: 100%;
  text-align: center;
}
.company-box .company-list .item .qrcode-box img {
  width: 105px;
  height: 105px;
}
.contact-wrapper {
  background: url(../images/contact-bg.jpg) no-repeat;
  background-size: cover;
  font-size: 0;
  height: 742px;
}
.contact-wrapper .contact-us-box {
  text-align: center;
  padding-top: 185px;
}
.contact-wrapper .contact-us-box .title-box {
  color: #fff;
  margin-bottom: 55px;
}
.contact-wrapper .contact-us-box .title-box .title {
  margin-bottom: 15px;
  font-size: 36px;
}
.contact-wrapper .contact-us-box .title-box p {
  font-size: 14px;
  letter-spacing: 8px;
  text-transform: uppercase;
}
.contact-wrapper .contact-us-box .qrcode {
  width: 180px;
  height: 180px;
  padding: 10px;
  background: #fff;
  text-align: center;
  margin: 0 auto 25px;
}
.contact-wrapper .contact-us-box .qrcode img {
  width: 160px;
  height: 160px;
  object-fit: cover;
}
.contact-wrapper .contact-us-box .desc {
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.ind-banner .swiper-slide a {
  display: block;
}
.ind-banner .swiper-slide a .imgBig {
  width: 100%;
  position: relative;
}
.ind-banner .swiper-slide a .imgBig:hover:after {
  bottom: 100px;
}
.ind-banner .swiper-slide a .imgBig:after {
  content: '';
  display: inline-block;
  width: 21px;
  height: 29px;
  background: url(../images/banner-mouse.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 49%;
  bottom: 93px;
  z-index: 10;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.ind-banner .swiper-slide a .banner {
  width: 100%;
  height: auto;
}
.ind-banner .swiper-slide a .info {
  width: 50%;
  position: absolute;
  top: 0;
  left: 25%;
  text-align: center;
  z-index: 10;
}
.ind-banner .swiper-slide a .info .text-box {
  width: 675px;
  margin: 106px auto 0;
  background: rgba(255, 255, 255, 0.4);
  padding: 35px 45px 25px 50px;
  text-align: center;
}
.ind-banner .swiper-slide a .info .text-box .name {
  font-size: 46px;
  font-weight: 700;
  color: #e50012;
  margin-bottom: 20px;
}
.ind-banner .swiper-slide a .info .text-box .desc {
  font-size: 22px;
  color: #666;
  line-height: 32px;
  margin-bottom: 18px;
}
.ind-banner .swiper-slide a .info .text-box .en-desc {
  font-size: 14px;
  color: #666;
  font-family: Arial;
}
.ind-banner .swiper-slide a .info .text-box-2 {
  width: 100%;
  text-align: center;
  margin: 230px auto 0;
  color: #fff;
  font-weight: 700;
}
.ind-banner .swiper-slide a .info .text-box-2 .name {
  font-size: 52px;
  text-shadow: 4px 3px 5px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.ind-banner .swiper-slide a .info .text-box-2 .desc {
  display: inline-block;
  font-size: 30px;
  height: 55px;
  line-height: 55px;
  background: #e50012;
  color: #fff;
  letter-spacing: 7px;
  padding: 0 20px;
  position: relative;
  left: 4px;
}
.ind-banner .swiper-slide a .info .text-box-3 {
  width: 100%;
  margin: 210px auto 0;
  text-align: center;
}
.ind-banner .swiper-slide a .info .text-box-3 .name {
  font-size: 60px;
  color: #004fa5;
  letter-spacing: 3px;
  margin-bottom: 25px;
}
.ind-banner .swiper-slide a .info .text-box-3 img {
  max-width: 100%;
  height: auto;
  margin-bottom: 16px;
}
.ind-banner .swiper-slide a .info .text-box-3 .desc {
  font-size: 12px;
  color: #004fa5;
  letter-spacing: 17px;
}
.kjshipin a {
  position: relative;
  display: block;
}
.kjshipin a:hover .icon-play {
  transform: scale(1.1);
}
.kjshipin .icon-play {
  position: absolute;
  left: 49%;
  top: 45%;
  width: 45px;
  height: 48px;
  z-index: 10;
  background: url(../images/index-play.png) no-repeat;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.main-sale-box {
  width: 90%;
  margin: 0 auto;
}
.main-sale-box .title-box {
  font-size: 24px;
  color: #404758;
  position: relative;
}
.main-sale-box .title-box .en-name {
  font-size: 60px;
  color: #383838;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
}
.main-sale-box .title-box a {
  font-size: 18px;
  color: #333;
  position: absolute;
  right: 0;
  bottom: 16px;
  z-index: 10;
}
.main-sale-box .title-box a:hover {
  color: #e50012;
}
.main-sale-box .sale-list {
  display: flex;
  flex-flow: wrap;
  margin-top: 40px;
}
.main-sale-box .sale-list .item {
  flex: 0 0 32%;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 1.5%;
}
.main-sale-box .sale-list .item  img {
  width: 100%;
  height: auto;
}
.main-sale-box .sale-list .item:nth-child(3n) {
  margin-right: 0;
}
.main-sale-box .sale-list .item:hover a .info-box {
  padding-top: 33px;
  padding-bottom: 30px;
  background: rgba(215, 0, 16, 0.6);
  display: flex;
}
.main-sale-box .sale-list .item:hover a .info-box .name-box {
  flex: 0 0 50%;
}
.main-sale-box .sale-list .item:hover a .info-box .name-box .en-name {
  margin-bottom: 20px;
}
.main-sale-box .sale-list .item:hover a .info-box .desc-box {
  display: block;
}
.main-sale-box .sale-list .item:hover a .info-box .box {
  box-shadow: none;
}
.main-sale-box .sale-list .item a {
  position: relative;
  display: block;
}
.main-sale-box .sale-list .item a .info-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 23px 28px 16px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}



.productPhone .slick img {
  width: 100%;
  height: auto;
}
.productPhone .slick:nth-child(3n) {
  margin-right: 0;
}
..productPhone .slick:hover a .info-box {
  padding-top: 33px;
  padding-bottom: 30px;
  background: rgba(215, 0, 16, 0.6);
  display: flex;
}

.productPhone .slick:hover a .info-box .name-box .en-name {
  margin-bottom: 20px;
}
.productPhone .slick:hover a .info-box .desc-box {
  display: block;
}
.productPhone .slick:hover a .info-box .box {
  box-shadow: none;
}
.productPhone .slick a {
  position: relative;
  display: block;
}
.productPhone .slick .imgDivBg a .imgDiv .info-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 23px 28px 16px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.productPhone .slick .imgDivBg a .imgDiv .info-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 23px 28px 16px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.productPhone .slick .imgDivBg a .info-box .name-box {
  display: flex;
  flex-flow: wrap;
}
.productPhone .slick .imgDivBg a .info-box .name-box .box {
  flex: 0 0 60%;
}
.productPhone .slick .imgDivBg a .info-box .name-box .box .name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 2px;
}
.productPhone .slick .imgDivBg a .info-box .name-box .box .en-name {
  font-size: 14px;
}
.productPhone .slick .imgDivBg a .info-box .name-box .read-more {
  flex: 0 0 124px;
  display: inline-block;
  font-size: 15px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 2px solid #fff;
}
.productPhone .slick .imgDivBg a .info-box .desc-box {
  display: none;
  flex: 0 0 50%;
  color: #fff;
  opacity: .6;
  line-height: 30px;
  font-size: 14px;
  text-align: justify;
  height:90px;
  overflow:hidden;
}
.productPhone .slick:hover .imgDiv .info {
  padding: 70px 10px 64px;
  background: rgba(215, 0, 16, 0.8);
}
.main-sale-box .sale-list .item a .info-box .name-box {
  display: flex;
  flex-flow: wrap;
}
.main-sale-box .sale-list .item a .info-box .name-box .box {
  flex: 0 0 60%;
}
.main-sale-box .sale-list .item a .info-box .name-box .box .name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 2px;
}
.main-sale-box .sale-list .item a .info-box .name-box .box .en-name {
  font-size: 14px;
}
.main-sale-box .sale-list .item a .info-box .name-box .read-more {
  flex: 0 0 124px;
  display: inline-block;
  font-size: 15px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 2px solid #fff;
}
.main-sale-box .sale-list .item a .info-box .desc-box {
  display: none;
  flex: 0 0 50%;
  color: #fff;
  opacity: .6;
  line-height: 30px;
  font-size: 14px;
  text-align: justify;
  height:90px;
  overflow:hidden;
}
.starPic .slick:hover .imgDiv .info {
  padding: 70px 10px 64px;
  background: rgba(215, 0, 16, 0.8);
}
.slider-for2 .slick .imgDiv {
  position: relative;
}
.slider-for2 .slick .imgDiv .info {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 30px 10px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.slider-for2 .slick .imgDiv .info .name {
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 12px;
}
.slider-for2 .slick .imgDiv .info .en-name {
  font-size: 14px;
  opacity: .3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.protPhone .slick .imgDiv {
  position: relative;
}
.protPhone .slick .imgDiv .info {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 30px 10px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.protPhone .slick .imgDiv .info .name {
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 12px;
}
.protPhone .slick .imgDiv .info .en-name {
  font-size: 14px;
  opacity: .3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.fixed-right-box {
  position: fixed;
  right: 0;
  bottom: 10%;
  z-index: 100;
  display: none;
}
.fixed-right-box .item {
  width: 63px;
  height: 63px;
  line-height: 63px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  margin-bottom: 2px;
  position: relative;
}
.fixed-right-box .item:hover {
  background: #d70010;
}
.fixed-right-box .item:hover .hidden-box {
  display: block;
}
.fixed-right-box .item.qrcode:hover:before {
  border-width: 5px;
}
.fixed-right-box .item.qrcode:before {
  content: '';
  display: inline-block;
  border: 0 solid transparent;
  position: absolute;
  right: 70px;
  top: 30px;
  z-index: 12;
  border-left-color: #fff;
}
.fixed-right-box .item.gotop i {
  font-size: 40px;
}
.fixed-right-box .item .hidden-box {
  display: none;
  position: absolute;
  right: 80px;
  top: -30px;
  width: 120px;
  background: #fff;
  padding: 10px;
  z-index: 10;
}
.fixed-right-box .item .hidden-box img {
  width: 100px;
  height: 100px;
}
.fixed-right-box .item .hidden-box p {
  line-height: 15px;
  color: #666;
  margin-top: 5px;
}
.fixed-right-box .item img {
  max-width: 100%;
  height: auto;
}
.fixed-right-box .item a {
  font-size: 30px;
}
.fixed-right-box .item a {
  color: #fff;
}
.headDiv .head .rightDiv ul li .hide-box {
  display: none;
  width: 100%;
  padding: 44px 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  position: fixed;
  left: 0;
  top: 100px;
  z-index: 90;
}
.headDiv .head .rightDiv ul li .hide-box .second-nav-box {
  width: 70%;
  font-size: 0;
}
.headDiv .head .rightDiv ul li .hide-box .second-nav-box a {
  display: inline-block;
  padding: 0 25px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 13px;
  border: 1px solid transparent;
}
.headDiv .head .rightDiv ul li .hide-box .second-nav-box a:hover {
  border-color: #fff;
}
.headDiv .head .rightDiv .language {
  position: relative;
}
.headDiv .head .rightDiv .language:hover .search-word {
  width: 143px;
  border-color: #b5b5b5;
  display: block;
  background: #fff;
}
.headDiv .head .rightDiv .language:hover .en {
  background: transparent;
  color: #666;
}
.headDiv .head .rightDiv .language .search-word {
  width: 0;
  height: 35px;
  line-height: 35px;
  border: 2px solid transparent;
  border-radius: 30px;
  position: absolute;
  right: 78px;
  top: 0;
  z-index: 12;
  padding: 0 23px 0 10px;
  transition: all .3s ease;
}
.headDiv .head .rightDiv .language .en {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  background: #d70010;
  border-radius: 50%;
  position: relative;
  z-index: 13;
}
.business-wrapper {
  background: #f5f5f5;
  padding: 60px 0 87px;
}
.business-wrapper .business-info-box .info-box {
  display: flex;
}
.business-wrapper .business-info-box .info-box .pic {
  flex: 0 0 805px;
  overflow: hidden;
  text-align: center;
}
.business-wrapper .business-info-box .info-box .pic img {
  width: 100%;
  height: auto;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.business-wrapper .business-info-box .info-box .pic img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.business-wrapper .business-info-box .info-box .info {
  flex: 0 0 474px;
  background: #1695d4;
  color: #fff;
  padding: 60px 65px;
}
.business-wrapper .business-info-box .info-box .info .title-box {
  margin-bottom: 45px;
}
.business-wrapper .business-info-box .info-box .info .title-box .name {
  font-size: 24px;
  font-family: 微软雅黑;
}
.business-wrapper .business-info-box .info-box .info .title-box p {
  font-size: 14px;
  font-family: Myriad Pro;
  margin-top: 10px;
}
.business-wrapper .business-info-box .info-box .info .desc-box {
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  margin-bottom: 42px;
}
.business-wrapper .business-info-box .info-box .info .desc-box p {
  margin-bottom: 12px;
}
.business-wrapper .business-info-box .info-box .info a {
  display: block;
  width: 144px;
  height: 48px;
  line-height: 48px;
  color: #1695d4;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-radius: 5px;
}
.business-wrapper .business-info-box .detail-box {
  margin-top: 55px;
}
.business-wrapper .business-info-box .detail-box .caption {
  font-size: 24px;
  color: #333;
  position: relative;
  padding-left: 30px;
  margin-bottom: 38px;
}
.business-wrapper .business-info-box .detail-box .caption:before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 100%;
  background: #1695d4;
  position: absolute;
  left: 0;
  top: 0;
}
.business-wrapper .business-info-box .detail-box .content img {
  max-width: 100%;
  height: auto;
}
.business-wrapper .business-info-box .detail-box .content .p {
  margin-bottom: 40px;
  font-size: 14px;
  color: #666;
  line-height: 28px;
}
.business-wrapper .business-info-box .detail-box .content .img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1600px) {
  .map-box .company-info-box {
    /*left: 292px;*/
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
  }
  .map-box .company-info-box .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .map-box .company-info-box .info-box .item {
    position: relative;
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .map-box .company-info-box .info-box .item .name {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .map-box .company-info-box .info-box .item.tel,
  .map-box .company-info-box .info-box .item.address,
  .map-box .company-info-box .info-box .item.apartment {
    background-size: 6%;
  }
  .box-container.company-box {
    padding: 45px 63px 0 66px;
  }
  .provider-box .provide-list .item {flex: 0 0 25%;margin-right: 0;}
}
@media screen and (max-width: 1440px) {
  .shipinp .skdh .fnia .bv i {
    top: 20%;
    width: 50px;
    height: 50px;
    background-size: 30%;
  }
  .box-container.company-box {
    margin-top: -90px;
    padding: 30px 40px 0 30px;
  }
  .box-container.company-box .title-box {
    font-size: 18px;
    padding-bottom: 20px;
  }
}
.company-banner .banner {
  height: 680px;
}
.company-banner .banner .info {
  padding-top: 230px;
}
.company-history-box {
  display: flex;
}
.company-history-box .item {
  flex: 1;
  position: relative;
  flex: 0 0 18%;
  text-align: center;
}
.company-history-box .item span {
  display: inline-block;
  margin-left: 10px;
}
.company-history-box .item:nth-child(2) .title span {
  font-size: 20px;
}
.company-history-box .item:first-child {
  text-align: left;
}
.company-history-box .item:last-child {
  flex: 0 0 28%;
}
.company-history-box .item:last-child:after {
  width: 0;
}
.company-history-box .item:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 55px;
  background: #e5e5e5;
  position: absolute;
  right: 0;
  top: 10px;
}
.company-history-box .item .title {
  font-size: 60px;
  font-weight: 700;
  color: #e50012;
}
.company-history-box .item .title span {
  font-size: 20px;
}
.company-history-box .item .desc {
  font-size: 18px;
  color: #666;
  margin-top: 15px;
}
.development-section {
  overflow: hidden;
}
.development-section .development-box {
  color: #fff;
  margin-top: 78px;
}
.development-section .development-box .name {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 21px;
}
.development-section .development-box .desc {
  font-size: 36px;
  margin-bottom: 37px;
}
.development-section .development-box .time-line-box {
  position: relative;
  padding-top: 57px;
  padding-bottom: 68px;
}
.development-section .development-box .time-line-box:before {
  content: '';
  width: 4px;
  height: 100%;
  background: #e50012;
  position: absolute;
  left: 10px;
  top: 25px;
  z-index: 10;
}
.development-section .development-box .time-line-box .time-circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  line-height: 24px;
  border: 2px solid #e50012;
  background: #fff;
  border-radius: 50%;
  text-align: center;
}
.development-section .development-box .time-line-box .time-circle span {
  display: inline-block;
  width: 11px;
  height: 11px;
  background: #e50012;
  border-radius: 50%;
}
.development-section .development-box .time-line-box .time-content-box .item {
  /* height: 90px; */
  overflow: hidden;
  position: relative;
  display: flex;
}
.development-section .development-box .time-line-box .time-content-box .item:before {
  content: '';
  width: 9px;
  height: 4px;
  background: #e50012;
  position: absolute;
  left: 14px;
  top: 8px;
  z-index: 10;
}
.development-section .development-box .time-line-box .time-content-box .item:last-child {
  height: auto;
  margin-bottom: 53px;
}
.development-section .development-box .time-line-box .time-content-box .item .year {
  font-size: 16px;
  flex: 0 0 80px;
  margin-right: 23px;
  text-align: right;
  margin-left: 25px;
}
.development-section .development-box .time-line-box .time-content-box .item .content {
  flex: 1;
}
.development-section .development-box .time-line-box .time-content-box .item .content p {
  font-size: 15px;
  margin-bottom: 12px;
  width: 46%;
  line-height: 25px;
}
.development-section .development-box .time-line-box .icon-mouse {
  display: inline-block;
  width: 27px;
  height: 41px;
  background: url('../images/mouse.png') no-repeat;
  background-size: 100%;
  margin-left: 54px;
  cursor: pointer;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.development-section .development-box .time-line-box .icon-mouse:hover {
  transform: translateY(-10px);
}
.hornor-swiper-wrapper {
  position: relative;
  margin-top: 75px;
  margin-bottom: 110px;
}
.hornor-swiper-wrapper .title {
  text-align: center;
  margin-bottom: 67px;
}
.hornor-swiper-wrapper .title .name {
  color: #333;
  font-weight: 700;
  font-size: 36px;
}
.hornor-swiper-wrapper .title .line {
  width: 58px;
  height: 5px;
  background: #e50012;
  margin: 15px auto 0;
}
.hornor-swiper-wrapper .swiper-slide .img {
  width: 100%;
  border: 1px solid #dedede;
  padding: 42px 44px;
  text-align: center;
  position: relative;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.hornor-swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 225px;
  object-fit: contain;
}
.hornor-swiper-wrapper .swiper-slide .img:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  background: transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.hornor-swiper-wrapper .swiper-slide:hover .img {
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.hornor-swiper-wrapper .swiper-slide:hover .img:after {
  background: #e50012;
}
.hornor-swiper-wrapper .swiper-slide:hover p {
  color: #e50012;
}
.hornor-swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
}
.hornor-swiper-wrapper .swiper-slide p {
  font-size: 16px;
  color: #484848;
  text-align: center;
  margin-top: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.hornor-swiper-wrapper .hornor-btn {
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border: 1px solid #d3d3d3;
  border-radius: 50%;
  color: #a3a2a2;
  font-size: 28px;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
}
.hornor-swiper-wrapper .hornor-btn.icon-angle-left {
  left: -92px;
}
.hornor-swiper-wrapper .hornor-btn.icon-angle-right {
  right: -92px;
}
.hornor-swiper-wrapper .hornor-btn:hover {
  border-color: #e50012;
  color: #e50012;
}
.hornor-wrapper {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
}
.hornor-wrapper .hornor-box {
  position: fixed;
  width: 35%;
  left: 30%;
  top: 10%;
}
.hornor-wrapper .hornor-box .rel {
  position: relative;
}
.hornor-wrapper .hornor-box .rel .iconfont {
  position: absolute;
  z-index: 10;
  cursor: pointer;
}
.hornor-wrapper .hornor-box .rel .iconfont.icon-times {
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
  font-size: 24px;
  right: 10%;
  top: -33px;
}
.hornor-wrapper .hornor-box .rel .iconfont.icon-btn {
  color: rgba(255, 255, 255, 0.8);
  font-size: 60px;
  top: 50%;
}
.hornor-wrapper .hornor-box .rel .iconfont.icon-angle-left {
  left: 0;
}
.hornor-wrapper .hornor-box .rel .iconfont.icon-angle-right {
  right: 0;
}
.hornor-wrapper .hornor-box .rel .iconfont.swiper-button-disabled {
  color: rgba(255, 255, 255, 0.3);
}
.hornor-wrapper .hornor-box .hornor-swiper-container {
  width: 70%;
}
.hornor-wrapper .hornor-box .hornor-swiper-container .swiper-wrapper {
  margin: 0 auto;
}
.hornor-wrapper .hornor-box .hornor-swiper-container .swiper-wrapper .swiper-slide {
  background: #fff;
}
.hornor-wrapper .hornor-box .hornor-swiper-container .swiper-wrapper .item-box {
  text-align: center;
  padding: 14% 18%;
}
.hornor-wrapper .hornor-box .hornor-swiper-container .swiper-wrapper .item-box img {
  max-width: 100%;
  height: auto;
}
.hornor-wrapper .hornor-box .hornor-swiper-container .swiper-wrapper .info {
  font-size: 22px;
  color: #333;
  border-top: 1px solid #dedede;
  height: 77px;
  line-height: 77px;
  text-align: center;
}
.jtgk #liangzt .gcmy {
  background: url(../images/intro1.jpg) no-repeat;
  background-size: cover;
}
.jtgk #liangzt .qtyw {
  background: url(../images/intro2.jpg) no-repeat;
  background-size: cover;
}
.jtgk #liangzt .gcmy .name,
.jtgk #liangzt .qtyw .name {
  font-size: 30px;
  color: #fff;
  text-align: center;
  padding-top: 76px;
  margin-bottom: 30px;
}
.jtgk #liangzt .gcmy .name p,
.jtgk #liangzt .qtyw .name p {
  margin-top: 25px;
}
.jtgk #liangzt .gcmy .name img,
.jtgk #liangzt .qtyw .name img {
  width: 74px;
  height: 70px;
  object-fit: contain;
}
.tuji .bxga .mnskl .content {
  width: 94%;
  margin: 53px auto 67px;
}
.tuji .bxga .mnskl .content .pic-box {
  display: flex;
  flex-flow: wrap;
}
.tuji .bxga .mnskl .content .pic-box .img {
  flex: 0 0 49%;
  width: 100%;
  border: 7px solid #eaeaea;
  margin-bottom: 14px;
  font-size: 0;
}
.tuji .bxga .mnskl .content .pic-box .img:nth-child(odd) {
  margin-right: 14px;
}
.tuji .bxga .mnskl .content .pic-box .img img {
  width: 100%;
  height: auto;
}
.tuji .bxga .mnskl .jfoi p:hover i,
.tuji .bxga .mnskl .jfoi p:hover a {
  color: #e50012;
}
.tuji .bxga .mnskl .jfoi i {
  font-size: 24px;
  position: relative;
  top: 4px;
  color: #999;
}
.tuji .bxga .mnskl .jfoi i.icon-angle-left {
  margin-right: 10px;
}
.tuji .bxga .mnskl .jfoi i.icon-angle-right {
  margin-left: 10px;
}
.kadsfn .fni .nlft .swiper-slide img {width: 100%;height: auto;}

@media screen and (max-width: 1640px) {

    .rvc {
        max-width: 1200px;
    }

    .rvc-prv {
        left: 10px;
    }

    .rvc-next {
        right: 10px;
    }
  .box-container {
    width: 1000px;
    padding: 0 5px;
  }
  .medium-box-container {
    width: 1200px;
  }
  .provider-box {
    padding-top: 70px;
  }
  .provider-box .provide-list {
    margin-top: 90px;
    padding-bottom: 55px;
  }
  .provider-box .provide-list .item {
    margin-bottom: 30px;
  }
  .provider-box .provide-list .item .name {
    font-size: 16px;
  }
  .cooperation-list {
    display: flex;
    margin-top: 44px;
    margin-bottom: 40px;
  }
  .cooperation-list .item {
    flex: 0 0 20%;
    height: 124px;
    padding-top: 12px;
  }
  .cooperation-list .item:after {
    height: 100%;
  }
  .cooperation-list .item:nth-child(-n+5):before {
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
    .kj_img .kjtop .Rig #sige li .shuzi {
        font-size: 36px;
    }

    .qkrigt ul li {
        padding: 25px 62px 21px 67px;
    }

    .rvc {
        max-width: 1020px;
    }

    .rvc-prv {
        left: 20px;
    }

    .rvc-next {
        right: 20px;
    }
  .box-container {
    width: 960px;
    padding: 0 5px;
  }
  .medium-box-container {
    width: 1000px;
  }
  .cooperation-list .item a img {
    width: 90%;
  }
}
@media screen and (max-width: 1366px) {
  .box-container {
    width: 1000px;
    padding: 0 5px;
  }
  .medium-box-container {
    width: 960px;
  }
  .hornor-page .hornor-swiper-container .btn {
    left: 46%;
  }
  .headDiv .head .rightDiv ul li .hide-box .second-nav-box a {padding: 0 20px;}
  .kj_img .kjtop .Rig #sige li .shuzi {font-size: 30px;}
  .main-sale-box .sale-list .item a .info-box .name-box .box .name {font-size: 16px}
  .main-sale-box .sale-list .item a .info-box .name-box .read-more {font-size: 14px}
  .main-sale-box .sale-list .item a .info-box .desc-box {font-size: 13px;line-height: 24px}
  .indexPart3 .toptop .title2,
  .kj_img .kjtop .Lef .ywguanyu {font-size: 50px;}
  .slider-for2 .slick .imgDiv .info {padding-top: 50px;padding-bottom: 50px;}
  .kj_img .kjtop .Lef .biaoyu {font-size: 32px;}
  .company-history-box .item .title {font-size: 45px;}
  .jtgk .jianjie h2 {font-size: 34px;}
  .jtgk #liangzt .po {padding-left: 10%;}
  .jtgk #liangzt .gcmy .name, .jtgk #liangzt .qtyw .name {font-size: 22px;}
  .jtgk #liangzt .po li {font-size: 16px;}
  .hornor-swiper-wrapper .swiper-slide .img {padding: 10px;}
  .hornor-swiper-wrapper .swiper-slide .img img {height: 180px;}
  .erc #vna li .osvdn .rthree h3 {font-size: 50px;}
  .erc #vna li .osvdn .rthree p {font-size: 16px;}
  .kadsfn .fni .nrigh li h2 {font-size: 16px;}
  .kadsfn .fni .nrigh li p {margin-bottom: 10px;}
  .kadsfn .fni .nrigh li b {margin-top: 15px;margin-bottom: 10px;}
  .cdnv .nvcan .cdlef .nvnfn ul li {margin-left: 5px;width: 18px;}




}
@media screen and (max-width: 767px) {
  .box-container,
  .medium-box-container {
    width: 100%;
    padding: 0 10px;
  }
  .banner-box .banner {
    height: 190px;
  }
  .banner-box .banner .info {
    padding-top: 23%;
    font-size: 18px;
  }
  .banner-box .banner .info p {
    font-size: 12px;
    letter-spacing: 10px;
    margin-top: 15px;
  }
  .join-wrapper .join-us-box {
    padding-top: 20px;
  }
  .join-wrapper .join-us-box .job-tab-header {
    padding-bottom: 20px;
  }
  .join-wrapper .join-us-box .job-tab-header a {
    display: inline-block;
    width: 50%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    margin-right: 0;
    border-radius: 0;
  }
  .join-wrapper .join-us-box .job-content-box {
    padding-bottom: 20px;
  }
  .join-wrapper .join-us-box .job-content-box .content .item .header {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
  }
  .join-wrapper .join-us-box .job-content-box .content .item .header .job-name {
    font-size: 13px;
  }
  .join-wrapper .join-us-box .job-content-box .content .item .header .detail {
    font-size: 11px;
    padding-right: 20px;
    background-size: 8%;
  }
  .join-wrapper .join-us-box .job-content-box .content .item .job-desc {
    display: none;
    margin-top: 10px;
    padding: 0 10px;
  }
  .join-wrapper .join-us-box .job-content-box .content .item .job-desc .job-brief {
    padding-bottom: 8px;
  }
  .join-wrapper .join-us-box .job-content-box .content .item .job-desc .job-brief .brief-item {
    flex: 0 0 100%;
    margin-bottom: 5px;
  }
  .join-wrapper .join-us-box .job-content-box .content .item .job-desc .job-brief .brief-item span {
    font-size: 13px;
    margin-right: 0;
  }
  .join-wrapper .join-us-box .job-content-box .content .item .job-desc .job-brief .brief-item span:first-child {
    width: 70px;
  }
  .join-wrapper .join-us-box .job-content-box .content .item .job-desc .job-detail {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
  }
  .join-wrapper .join-us-box .job-content-box .content .item .job-desc .tips {
    font-size: 12px;
    margin: 10px 0;
  }
  .join-wrapper .join-us-box .job-content-box .content .item.on .detail {
    background-size: 8%;
  }
  .join-wrapper .join-us-box .job-content-box .load-more {
    text-align: center;
    margin-top: 20px;
  }
  .join-wrapper .join-us-box .job-content-box .load-more a {
    font-size: 14px;
    color: #999;
  }
  .join-wrapper .join-us-box .job-content-box .load-more i {
    display: block;
    width: 17px;
    height: 11px;
    margin: 5px auto 0;
    background-size: 70%;
  }
  .provider-box {
    padding-top: 30px;
  }
  .provider-box .title-box .title {
    font-size: 16px;
  }
  .provider-box .title-box p {
    margin-top: 10px;
    font-size: 12px;
  }
  .provider-box .provide-list {
    margin-top: 20px;
    padding-bottom: 30px;
  }
  .provider-box .provide-list .item {
    flex: 0 0 49%;
    margin-bottom: 2%;
    margin-right: 0;
  }
  .provider-box .provide-list .item:nth-child(even) {
    margin-left: 2%;
  }
  .provider-box .provide-list .item img {
    flex: 0 0 40px;
    width: 100%;
    height: 50px;
    margin-right: 10px;
  }
  .provider-box .provide-list .item .name {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .cooperation-list {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .cooperation-list .item {
    flex: 0 0 50%;
    height: 124px;
    padding-top: 12px;
  }
  .cooperation-list .item:after {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background: #f0f0f0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
  }
  .cooperation-list .item:hover,
  .cooperation-list .item.on {
    border: 2px solid #f0f0f0;
  }
  .cooperation-list .item:nth-child(5n):after {
    width: 2px;
  }
  .cooperation-list .item:nth-child(-n+10):before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #f0f0f0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
  }
  .cooperation-list .item a img {
    width: 90%;
    margin: 0 auto;
  }
  .hzpp .taiy {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .hzpp .taiy h2 {
    font-size: 16px;
  }
  .hzpp .taiy h2:after {
    margin-top: 10px;
    height: 3px;
  }
}
@media screen and (max-width: 767px) {
  .fixed-right-box {
    display: none!important;
  }
  .kadsfn .fni .nlft img {
    width: 100%;
    height: 200px;
  }
  .kadsfn .fni .nlft .swiper-slide .info {
    font-size: 14px;
    padding: 10px 10px 20px;
  }
  .kadsfn .fni .nlft .news-pagination {
    bottom: 2px;
  }
  .kadsfn .fni .nlft .news-pagination .swiper-pagination-bullet {
    background: #fff;
  }
  .kadsfn .fni .nrigh li {
    margin-bottom: 15px;
  }
  .kadsfn .fni .nrigh li:nth-child(2),
  .kadsfn .fni .nrigh li:nth-child(3) {
    margin-top: 0;
  }
  .kadsfn .fni .nrigh li h2,
  .erc #vna li .osvdn .centwo h2 a {
    line-height: 20px;
    font-size: 14px;
  }
  .kadsfn .fni .nrigh li b {
    display: none;
  }
  .kadsfn .fni .nrigh li p,
  .erc #vna li .osvdn .centwo p {
    line-height: 20px;
    font-size: 12px;
  }
  .erc #vna li .osvdn .centwo p {
    margin-top: 5px;
  }
  .erc #vna li .osvdn .centwo .detail {
    height: 30px;
    line-height: 30px;
    margin: 15px auto 5px;
    font-size: 14px;
  }
  .erc {
    padding-bottom: 10px;
  }
  .erc #vna {
    margin-bottom: 20px;
  }
  .shipinp .skdh .fnia .bv:hover i {
    transform: translateY(-5px);
  }
  .shipinp .skdh .fnia .bv i {
    left: 45%;
    top: 25%;
    width: 40px;
    height: 40px;
    background-size: 30%;
  }
  .shipinp .skdh .fnia .bv h2 {
    font-size: 20px;
    margin: 20px 0 10px;
  }
  .shipinp .skdh .fnia .bv p {
    line-height: 20px;
  }
  .shipinp {
    padding-bottom: 20px;
  }
  .jthd .saodj .swiper-pagination {
    bottom: 50px;
  }
  .huace .nia .swiper-wrapper .swiper-slide {
    padding-bottom: 30px;
  }
  .map-box .company-info-box {
    position: static;
    width: 100%;
    padding: 10px;
  }
  .map-box .company-info-box .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .map-box .company-info-box .info-box .item {
    position: relative;
    padding-left: 30;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .map-box .company-info-box .info-box .item .name {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .map-box .company-info-box .info-box .item.apartment,
  .map-box .company-info-box .info-box .item.address,
  .map-box .company-info-box .info-box .item.tel {
    background-size: 5%;
  }
  .map-box .company-info-box .info-box .item.apartment p,
  .map-box .company-info-box .info-box .item.address p,
  .map-box .company-info-box .info-box .item.tel p {
    font-size: 14px;
  }
  .grey-bg {
    padding-bottom: 30px;
  }
  .box-container.company-box {
    margin-top: 0;
    padding: 10px;
  }
  .box-container.company-box .title-box {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .box-container.company-box .company-list .item {
    padding: 20px 10px;
    flex-flow: wrap;
  }
  .box-container.company-box .company-list .item .name {
    flex: 0 0 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .box-container.company-box .company-list .item .name a {
    font-size: 16px;
  }
  .box-container.company-box .company-list .item .company-info {
    font-size: 14px;
    flex: 0 0 100%;
  }
  .box-container.company-box .company-list .item .company-info p {
    padding-left: 40px;
    margin-bottom: 10px;
  }
  .box-container.company-box .company-list .item .qrcode-box {
    flex: 0 0 100%;
  }
  .box-container.company-box .company-list .item .qrcode-box img {
    width: 105px;
    height: 105px;
  }
  .contact-wrapper {
    height: auto;
  }
  .contact-wrapper .contact-us-box {
    padding-top: 10%;
    padding-bottom: 5%;
  }
  .contact-wrapper .contact-us-box .title-box {
    margin-bottom: 20px;
  }
  .contact-wrapper .contact-us-box .title-box .title {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .contact-wrapper .contact-us-box .title-box p {
    font-size: 14px;
    letter-spacing: 5px;
  }
  .contact-wrapper .contact-us-box .qrcode {
    width: 120px;
    height: 120px;
    padding: 10px;
    background: #fff;
    text-align: center;
    margin: 0 auto 25px;
  }
  .contact-wrapper .contact-us-box .qrcode img {
    width: 100px;
    height: 100px;
    object-fit: cover;
  }
  .contact-wrapper .contact-us-box .desc {
    text-align: center;
    font-size: 16px;
    color: #fff;
  }
  .development-section .development-box {
    margin-top: 30px;
  }
  .development-section .development-box .name {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .development-section .development-box .desc {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .development-section .development-box .time-line-box .time-content-box .item .year {
    flex: 0 0 22%;
    font-size: 14px;
    margin-left: 15px;
  }
  .development-section .development-box .time-line-box .time-content-box .item .content p {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
  }
  .company-history-box .item {
    flex: 0 0 33.33%;
    text-align: center;
  }
  .company-history-box .item span {
    margin-left: 5px;
  }
  .company-history-box .item:nth-child(2) .title span {
    font-size: 16px;
  }
  .company-history-box .item:last-child {
    flex: 0 0 33.33%;
  }
  .company-history-box .item:after {
    height: 40px;
  }
  .company-history-box .item .title {
    font-size: 20px;
  }
  .company-history-box .item .title span {
    font-size: 16px;
  }
  .company-history-box .item .desc {
    font-size: 12px;
    margin-top: 10px;
  }
  .jtgk #liangzt {
    height: auto;
  }
  .jtgk #liangzt .qtyw,
  .jtgk #liangzt .gcmy {
    width: 100%;
    padding-bottom: 50px;
  }
  .jtgk #liangzt,
  .jtgk #liangzt .gcmy {
    width: 100%;
  }
  .jtgk #liangzt .po {
    padding-left: 10px;
  }
  .jtgk #liangzt .gcmy .name,
  .jtgk #liangzt .qtyw .name {
    font-size: 20px;
    padding-top: 30px;
    margin-bottom: 10px;
  }
  .jtgk #liangzt .gcmy .name p,
  .jtgk #liangzt .qtyw .name p {
    margin-top: 15px;
  }
  .jtgk #liangzt .gcmy .name img,
  .jtgk #liangzt .qtyw .name img {
    width: 50px;
    height: 45px;
  }
  .jtgk #liangzt .po li {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .hornor-swiper-wrapper {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .hornor-swiper-wrapper .title {
    margin-bottom: 10px;
  }
  .hornor-swiper-wrapper .title .name {
    font-size: 18px;
  }
  .hornor-swiper-wrapper .title .line {
    width: 40px;
    height: 3px;
    margin: 10px auto 0;
  }
  .hornor-swiper-wrapper .swiper-slide .img {
    padding: 20px;
  }
  .hornor-swiper-wrapper .swiper-slide p {
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .hornor-swiper-wrapper .hornor-btn {
    display: none;
  }
  .hornor-wrapper .hornor-box {
    position: fixed;
    width: 70%;
    left: 15%;
    top: 10%;
  }
  .hornor-wrapper .hornor-box .rel .iconfont {
    position: absolute;
    z-index: 10;
    cursor: pointer;
  }
  .hornor-wrapper .hornor-box .rel .iconfont.icon-times {
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: rgba(255, 255, 255, 0.6);
    font-size: 24px;
    right: 10%;
    top: -33px;
  }
  .hornor-wrapper .hornor-box .rel .iconfont.icon-btn {
    color: rgba(255, 255, 255, 0.8);
    font-size: 60px;
    top: 50%;
  }
  .hornor-wrapper .hornor-box .rel .iconfont.icon-angle-left {
    left: 0;
  }
  .hornor-wrapper .hornor-box .rel .iconfont.icon-angle-right {
    right: 0;
  }
  .hornor-wrapper .hornor-box .rel .iconfont.swiper-button-disabled {
    color: rgba(255, 255, 255, 0.3);
  }
  .hornor-wrapper .hornor-box .hornor-swiper-container {
    width: 90%;
  }
  .hornor-wrapper .hornor-box .hornor-swiper-container .swiper-wrapper .item-box {
    text-align: center;
  }
  .hornor-wrapper .hornor-box .hornor-swiper-container .swiper-wrapper .item-box img {
    width: 80%;
    margin: 0 auto;
  }
  .hornor-wrapper .hornor-box .hornor-swiper-container .swiper-wrapper .info {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
  }
  .hornor-list-swiper-container {
    padding-bottom: 10px;
  }
  .hornor-list-swiper-container .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: -10px;
  }
  .hornor-list-swiper-container .swiper-pagination-bullet-active {
    background: #e50012;
  }
  .hornor-wrapper .hornor-box {
    top: 20%;
    width: 80%;
    left: 10%;
  }
  .hornor-wrapper .hornor-box .rel .iconfont.icon-times {
    right: -20px;
    top: -40px;
  }
  .hornor-wrapper .hornor-box .rel .iconfont.icon-angle-right {
    display: none;
  }
  .tuji .bxga .mnskl {
    padding: 10px;
  }
  .tuji .bxga {
    width: 100%;
  }
  .tuji .bxga .mnskl .content {
    width: 100%;
    margin: 20px auto 30px;
  }
  .tuji .bxga .mnskl .content .pic-box .img {
    flex: 0 0 100%;
    width: 100%;
    border: 7px solid #eaeaea;
    margin-bottom: 10px;
  }
  .tuji .bxga .mnskl .content .pic-box .img:nth-child(odd) {
    margin-right: 0;
  }
  .tuji .bxga .mnskl .content .pic-box .img img {
    width: 100%;
    height: auto;
  }
  .tuji .bxga .mnskl .jfoi {
    padding: 10px;
    height: auto;
  }
  .tuji .bxga .mnskl .jfoi i {
    display: none;
  }
  .tuji .bxga .mnskl .jfoi p {
    width: 100%;
    float: none;
    line-height: 20px;
  }
  .tuji .bxga .mnskl .jfoi p:last-child {
    text-align: left;
    margin-top: 5px;
  }
  .tuji .bxga .mnskl .jfoi p a {
    font-size: 12px;
  }
  .tuji .bxga .mnskl h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .ind-banner .swiper-slide a .imgBig:after {
    display: none;
  }
  .ind-banner .swiper-slide a .info {
    width: 90%;
    left: 5%;
  }
  .ind-banner .swiper-slide a .info .text-box {
    width: 90%;
    margin: 20px auto 0;
    padding: 20px 10px 10px;
  }
  .ind-banner .swiper-slide a .info .text-box .name {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .ind-banner .swiper-slide a .info .text-box .desc {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .ind-banner .swiper-slide a .info .text-box .en-desc {
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .ind-banner .swiper-slide a .info .text-box-2 {
    width: 100%;
    margin: 40px auto 0;
  }
  .ind-banner .swiper-slide a .info .text-box-2 .name {
    font-size: 16px;
  }
  .ind-banner .swiper-slide a .info .text-box-2 .desc {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    letter-spacing: 4px;
    padding: 0 15px;
    left: 4px;
  }
  .ind-banner .swiper-slide a .info .text-box-3 {
    width: 100%;
    margin: 40px auto 0;
  }
  .ind-banner .swiper-slide a .info .text-box-3 .name {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .ind-banner .swiper-slide a .info .text-box-3 img {
    width: 50px;
    margin-bottom: 5px;
  }
  .ind-banner .swiper-slide a .info .text-box-3 .desc {
    letter-spacing: 2px;
  }
  .ind-banner .swiper-container-horizontal > .swiper-pagination-bullets {
    text-align: center;
    padding-left: 0;
    bottom: 5px;
  }
  .ind-banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #e50012;
  }
  .kj_img .kjtop {
    margin: 0;
    padding: 0 10px;
  }
  .kj_img .kjtop .Lef {
    float: none;
    width: 100%;
    padding-top: 10px;
    text-align: center;
  }
  .kj_img .kjtop .Lef .guanyu {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .kj_img .kjtop .Lef .ywguanyu {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 5px;
  }
  .kj_img .kjtop .Lef .biaoyu {
    font-size: 16px;
    height: auto;
    line-height: 20px;
  }
  .kj_img .kjtop .Lef .ywbiaoyu {
    margin-top: 0;
  }
  .kj_img .kjtop .Lef .morr {
    display: none;
  }
  .kj_img .kjtop .Rig {
    width: 100%;
    float: none;
    padding-top: 10px;
    height: auto;
  }
  .kj_img .kjtop .Rig .jies {
    line-height: 20px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .kj_img .kjtop .Rig #sige li .wenzi:nth-child(1) {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .kj_img .kjtop .Rig #sige li .shuzi {
    font-size: 16px;
    line-height: 20px;
  }
  .kj_img .kjtop .Rig #sige li .shuzi img {
    width: 6px;
  }
  .kj_img .kjtop .Rig #sige li .wenzi {
    margin-top: 0;
    font-size: 12px;
  }
  .kj_img .kjshipin {
    padding: 0 10px;
  }
  .kj_img .kjshipin {
    margin: 10px 0 0 0;
  }
  .kjshipin .icon-play {
    position: absolute;
    left: 44%;
    top: 43%;
    width: 25px;
    height: 25px;
    background-size: contain;
  }
  .index2 .title .en {
    font-size: 12px;
    line-height: 20px;
  }
  .pc-hide .hamb {
    display: none;
  }
  .main-sale-box {
    width: 90%;
    margin: 0 auto;
  }
  .main-sale-box .title-box {
    font-size: 24px;
    color: #404758;
    position: relative;
  }
  .main-sale-box .title-box .en-name {
    font-size: 60px;
    color: #383838;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
  }
  .main-sale-box .title-box a {
    font-size: 18px;
    color: #333;
    position: absolute;
    right: 0;
    bottom: 16px;
    z-index: 10;
  }
  .main-sale-box .title-box a:hover {
    color: #e50012;
  }
  .main-sale-box .sale-list {
    display: flex;
    flex-flow: wrap;
    margin-top: 40px;
  }
  .main-sale-box .sale-list .item {
    flex: 0 0 32%;
    margin-right: 2%;
    margin-bottom: 1.5%;
  }
  .main-sale-box .sale-list .item:nth-child(3n) {
    margin-right: 0;
  }
  .main-sale-box .sale-list .item:hover a .info-box {
    padding-top: 33px;
    padding-bottom: 30px;
    background: rgba(215, 0, 16, 0.6);
    display: flex;
  }
  .main-sale-box .sale-list .item:hover a .info-box .name-box {
    flex: 0 0 50%;
  }
  .main-sale-box .sale-list .item:hover a .info-box .name-box .en-name {
    margin-bottom: 20px;
  }
  .main-sale-box .sale-list .item:hover a .info-box .desc-box {
    display: block;
  }
  .main-sale-box .sale-list .item:hover a .info-box .box {
    box-shadow: none;
  }
  .main-sale-box .sale-list .item a {
    position: relative;
    display: block;
  }
  .main-sale-box .sale-list .item a .info-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 23px 28px 16px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
  }
  .main-sale-box .sale-list .item a .info-box .name-box {
    display: flex;
    flex-flow: wrap;
  }
  .main-sale-box .sale-list .item a .info-box .name-box .box {
    flex: 0 0 60%;
  }
  .main-sale-box .sale-list .item a .info-box .name-box .box .name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
  }
  .main-sale-box .sale-list .item a .info-box .name-box .box .en-name {
    font-size: 14px;
  }
  .main-sale-box .sale-list .item a .info-box .name-box .read-more {
    flex: 0 0 124px;
    display: inline-block;
    font-size: 15px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 2px solid #fff;
  }
  .main-sale-box .sale-list .item a .info-box .desc-box {
    display: none;
    flex: 0 0 50%;
    color: #fff;
    opacity: .6;
    line-height: 30px;
    font-size: 14px;
    text-align: justify;
  }
  .starPic .slick:hover .imgDiv .info {
    padding: 70px 10px 64px;
    background: rgba(215, 0, 16, 0.8);
  }
  .slider-for2 .slick .imgDiv {
    position: relative;
  }
  .slider-for2 .slick .imgDiv .info {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 30px 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
  }
  .slider-for2 .slick .imgDiv .info .name {
    font-size: 18px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 12px;
  }
  .slider-for2 .slick .imgDiv .info .en-name {
    font-size: 14px;
    opacity: .3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .business-wrapper {
    padding: 40px 0;
  }
  .business-wrapper .business-info-box .info-box {
    flex-flow: wrap;
  }
  .business-wrapper .business-info-box .info-box .pic {
    flex: 0 0 100%;
  }
  .business-wrapper .business-info-box .info-box .info {
    flex: 0 0 100%;
    padding: 30px 20px;
  }
  .business-wrapper .business-info-box .info-box .info .title-box {
    margin-bottom: 20px;
  }
  .business-wrapper .business-info-box .info-box .info .title-box .name {
    font-size: 18px;
  }
  .business-wrapper .business-info-box .info-box .info .title-box p {
    margin-top: 5px;
  }
  .business-wrapper .business-info-box .info-box .info .desc-box {
    margin-bottom: 20px;
  }
  .business-wrapper .business-info-box .info-box .info .desc-box p {
    margin-bottom: 5px;
  }
  .business-wrapper .business-info-box .info-box .info a {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .business-wrapper .business-info-box .detail-box {
    margin-top: 30px;
  }
.business-wrapper .business-info-box .detail-box table {width: 100%!important;}
  .business-wrapper .business-info-box .detail-box .caption {
    font-size: 18px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .business-wrapper .business-info-box .detail-box .content .p {
    margin-bottom: 20px;
    line-height: 25px;
  }
}
@media screen and (max-width:767px) {
    .shipinp .skdh .fnia .bv .hidden-video-box .video-wrapper {
    width: 95%;
    left: 1%;
}
.shipinp .skdh .fnia .bv .hidden-video-box .video-wrapper .video-box .video {
    height: 300px;
}
    .map-box #map {height: 300px!important;}
}
@media screen and (max-width: 320px) {
  .cooperation-list .item {
    height: 90px;
  }
  .cooperation-list .item a img {
    height: 60px;
  }
  .box-container.company-box .company-list .item .company-info p {
    padding-left: 20px;
    background-size: 4%!important;
    font-size: 12px;
  }
}
