.home-wrapper {
  min-width: 1200px;
}
.home-wrapper .com-t {
  font-size: 30px;
  text-align: center;
  color: #303133;
  line-height: 30px;
  height: 30px;
}
.home-wrapper .com-desc {
  font-size: 16px;
  text-align: center;
  color: #909399;
  line-height: 16px;
  margin-top: 22px;
  height: 16px;
}
.home-wrapper .sec-1 {
  height: 460px;
  position: relative;
}
.home-wrapper .sec-1 .bn-itms {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.home-wrapper .sec-1 .bn-itms .itm {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  display: none;
}
.home-wrapper .sec-1 .bn-itms .itm:first-child {
  opacity: 1;
  display: block;
}
.home-wrapper .sec-1 .bn-itms .itm a {
  height: 100%;
}
.home-wrapper .sec-1 .bn-itms .itm a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.home-wrapper .sec-1 .bn-itms .itm a .btn-div {
  width: 1200px;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  bottom: 128px;
}
.home-wrapper .sec-1 .bn-itms .itm a .btn-div .to-dz {
  width: 128px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
.home-wrapper .sec-1 .bn-ul {
  position: absolute;
  top: 386px;
  width: 100%;
  text-align: center;
}
.home-wrapper .sec-1 .bn-ul span {
  background-color: #fff;
  width: 20px;
  height: 4px;
  cursor: pointer;
  margin-left: 6px;
  transition: width linear 0.3s;
}
.home-wrapper .sec-1 .bn-ul span:first-child {
  margin-left: 0;
}
.home-wrapper .sec-1 .bn-ul span.active {
  width: 48px;
  background: #0052d9;
}
.home-wrapper .sec-1 .bn-tips {
  height: 54px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 3px 0;
}
.home-wrapper .sec-1 .bn-tips .bn-tip {
  margin-right: 133px;
  height: 48px;
  overflow: hidden;
}
.home-wrapper .sec-1 .bn-tips .bn-tip.first i {
  background-image: url('../../images/home/home-1.png');
}
.home-wrapper .sec-1 .bn-tips .bn-tip.second i {
  background-image: url('../../images/home/home-2.png');
}
.home-wrapper .sec-1 .bn-tips .bn-tip i {
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.home-wrapper .sec-1 .bn-tips .bn-tip b {
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
  font-weight: 600;
  margin-left: 8px;
  padding: 15px 0 11px;
}
.home-wrapper .sec-1 .bn-tips .bn-tip .texts {
  position: relative;
  top: 0;
}
.home-wrapper .sec-1 .bn-tips .bn-tip .texts .text {
  font-size: 16px;
  color: #ebeef5;
  line-height: 22px;
  width: 283px;
  padding: 15px 0 11px;
}
.home-wrapper .sec-1 .bn-tips a {
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
  padding: 15px 0 11px;
}
.home-wrapper .sec-2 .sec-2-top {
  padding-top: 80px;
}
.home-wrapper .sec-2 .sec-2-top .navs {
  margin-top: 48px;
}
.home-wrapper .sec-2 .sec-2-top .navs .nav {
  width: 118px;
  padding: 0 16px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  color: #191919;
  line-height: 16px;
  padding-bottom: 22px;
  border-bottom: 2px solid #fff;
}
.home-wrapper .sec-2 .sec-2-top .navs .nav.active {
  border-color: #0052D9;
  color: #0052D9;
}
.home-wrapper .sec-2 .sec-2-top .navs .nav:hover {
  color: #0052D9;
}
.home-wrapper .sec-2 .sec-2-btm {
  height: 704px;
  background: url('../../images/home/home-3.png') no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 64px;
}
.home-wrapper .sec-2 .sec-2-btm .cts .ct {
  display: none;
}
.home-wrapper .sec-2 .sec-2-btm .cts .ct.active {
  display: block;
}
.home-wrapper .sec-2 .sec-2-btm .cts .ct .ct-top {
  height: 344px;
  background: #ffffff;
  border: 4px solid #ffffff;
  border-radius: 2px;
  box-shadow: 0px 4px 11px 0px rgba(228, 228, 228, 0.73);
  backdrop-filter: blur(10px);
  position: relative;
}
.home-wrapper .sec-2 .sec-2-btm .cts .ct .ct-top img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.home-wrapper .sec-2 .sec-2-btm .cts .ct .ct-top .to-dz {
  width: 104px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  position: absolute;
  left: 32px;
  bottom: 48px;
  cursor: pointer;
}
.home-wrapper .sec-2 .sec-2-btm .cts .ct .ct-btm {
  margin-top: 24px;
}
.home-wrapper .sec-2 .sec-2-btm .cts .ct .ct-btm .itm {
  margin-left: 24px;
  width: 384px;
}
.home-wrapper .sec-2 .sec-2-btm .cts .ct .ct-btm .itm:first-child {
  margin-left: 0;
}
.home-wrapper .sec-2 .sec-2-btm .cts .ct .ct-btm .itm a {
  height: 200px;
  width: 384px;
  box-shadow: 0px 4px 11px 0px rgba(228, 228, 228, 0.73);
  border-radius: 2px;
  background: #ffffff;
}
.home-wrapper .sec-2 .sec-2-btm .cts .ct .ct-btm .itm a .g-img {
  width: 200px;
  height: 200px;
}
.home-wrapper .sec-2 .sec-2-btm .cts .ct .ct-btm .itm a .g-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-wrapper .sec-2 .sec-2-btm .cts .ct .ct-btm .itm a .g-c {
  width: 184px;
  padding: 0 8px 0 16px;
}
.home-wrapper .sec-2 .sec-2-btm .cts .ct .ct-btm .itm a .g-c .tit {
  font-size: 20px;
  color: #303133;
  line-height: 20px;
  padding-top: 24px;
}
.home-wrapper .sec-2 .sec-2-btm .cts .ct .ct-btm .itm a .g-c .txts {
  padding: 8px 0 0 0;
  height: 64px;
  overflow: hidden;
}
.home-wrapper .sec-2 .sec-2-btm .cts .ct .ct-btm .itm a .g-c .txts .txt {
  font-size: 16px;
  color: #606266;
  line-height: 24px;
  padding-left: 20px;
  position: relative;
  margin-top: 8px;
}
.home-wrapper .sec-2 .sec-2-btm .cts .ct .ct-btm .itm a .g-c .txts .txt::before {
  display: block;
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: #0052D9;
  border-radius: 50%;
  left: 0;
  top: 9px;
}
.home-wrapper .sec-2 .sec-2-btm .cts .ct .ct-btm .itm a .g-c .to-order {
  width: 80px;
  height: 32px;
  border-radius: 4px;
  line-height: 32px;
  margin-top: 28px;
}
.home-wrapper .sec-3 {
  padding: 64px 0 48px;
}
.home-wrapper .sec-3 ul {
  margin-top: 48px;
}
.home-wrapper .sec-3 ul li {
  border-radius: 2px;
  height: 426px;
  width: 234px;
  position: relative;
  margin-left: 24px;
  overflow: hidden;
  transition: width 0.3s ease-in-out;
  color: #fff;
}
.home-wrapper .sec-3 ul li:first-child {
  margin-left: 0;
}
.home-wrapper .sec-3 ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
}
.home-wrapper .sec-3 ul li .small {
  position: absolute;
  left: 0;
  width: 234px;
  bottom: 0;
  top: 0;
  z-index: 2;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
.home-wrapper .sec-3 ul li .small .ct {
  transition: all 0.3s ease-in-out;
  top: 32px;
  padding: 0 16px;
  transform: translateY(0);
}
.home-wrapper .sec-3 ul li .big {
  position: absolute;
  left: 234px;
  bottom: 0;
  width: 426px;
  transition: left 0.3s ease-in-out;
  z-index: 3;
}
.home-wrapper .sec-3 ul li .big .ct {
  text-align: center;
  top: 112px;
  padding: 0 80px;
}
.home-wrapper .sec-3 ul li.active {
  width: 426px;
}
.home-wrapper .sec-3 ul li.active .big {
  left: 0;
}
.home-wrapper .sec-3 ul li.active .small {
  opacity: 0.1;
}
.home-wrapper .sec-3 ul li.active .small .ct {
  transform: translateY(20px);
}
.home-wrapper .sec-3 ul li .ct {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
}
.home-wrapper .sec-3 ul li .ct .tit {
  font-size: 18px;
  line-height: 25px;
}
.home-wrapper .sec-3 ul li .ct .desc {
  font-size: 14px;
  line-height: 20px;
  margin-top: 16px;
}
.home-wrapper .sec-3 ul li .to-order {
  position: absolute;
  width: 104px;
  height: 32px;
  border-radius: 4px;
  box-shadow: 0px 1px 5px 0px #7fafff;
  line-height: 32px;
  left: 50%;
  margin-left: -72px;
  bottom: 112px;
  z-index: 1;
}
.home-wrapper .sec-4 {
  height: 480px;
  background: url('../../images/home/home-16.png') no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 80px;
  position: relative;
}
.home-wrapper .sec-4 .left {
  width: calc(calc(calc(100% - 1200px) / 2) + 890px);
  overflow: hidden;
}
.home-wrapper .sec-4 .left .w {
  width: 3168px;
  position: relative;
  left: -390px;
}
.home-wrapper .sec-4 .left .w.tran {
  transition: left 1s ease-in-out;
}
.home-wrapper .sec-4 .left .w li {
  width: 480px;
  height: 320px;
  margin-left: 48px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.home-wrapper .sec-4 .left .w li.img1 {
  background-image: url('../../images/home/home-17.png');
}
.home-wrapper .sec-4 .left .w li.img2 {
  background-image: url('../../images/home/home-18.png');
}
.home-wrapper .sec-4 .left .w li.img3 {
  background-image: url('../../images/home/home-19.png');
}
.home-wrapper .sec-4 .left .w li .text {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  color: #fff;
  text-align: center;
  padding: 98px 88px 0;
  transition: opacity 0.3s ease-in-out;
}
.home-wrapper .sec-4 .left .w li .text .t1 {
  line-height: 28px;
  font-size: 20px;
}
.home-wrapper .sec-4 .left .w li .text .t2 {
  margin-top: 16px;
  line-height: 22px;
  font-size: 16px;
}
.home-wrapper .sec-4 .left .w li.active .text {
  opacity: 1;
  background: rgba(0, 0, 0, 0.49);
}
.home-wrapper .sec-4 .right {
  text-align: right;
  width: 310px;
}
.home-wrapper .sec-4 .right .t {
  padding-right: 10px;
  border-right: 2px solid #0052d9;
}
.home-wrapper .sec-4 .right .t .t1 {
  font-size: 30px;
  font-weight: 600;
  color: #303133;
  line-height: 30px;
}
.home-wrapper .sec-4 .right .t .t2 {
  color: #909399;
  line-height: 16px;
  margin-top: 16px;
}
.home-wrapper .sec-4 .right .navs {
  margin-top: 54px;
}
.home-wrapper .sec-4 .right .navs .nav {
  font-size: 16px;
  color: #303133;
  line-height: 22px;
  cursor: pointer;
  margin-top: 24px;
}
.home-wrapper .sec-4 .right .navs .nav.active,
.home-wrapper .sec-4 .right .navs .nav:hover {
  color: #0052D9;
}
.home-wrapper .sec-4 .right .ol {
  color: #909399;
  line-height: 17px;
  margin-top: 40px;
}
.home-wrapper .sec-4 .right .ol b {
  color: #606266;
  line-height: 22px;
  font-size: 16px;
}
.home-wrapper .sec-5 {
  height: 730px;
  background: url('../../images/home/home-20.png') no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 64px;
}
.home-wrapper .sec-5 .nums {
  margin-top: 48px;
}
.home-wrapper .sec-5 .nums li {
  text-align: center;
  width: 25%;
}
.home-wrapper .sec-5 .nums li .p-n {
  line-height: 78px;
  font-size: 56px;
  color: #000000;
  position: relative;
  height: 78px;
}
.home-wrapper .sec-5 .nums li .p-n::after {
  position: absolute;
  display: block;
  content: '';
  width: 32px;
  height: 5px;
  background: #0052d9;
  bottom: -5px;
  left: 50%;
  margin-left: -16px;
}
.home-wrapper .sec-5 .nums li .p-d {
  color: #303133;
  line-height: 33px;
  font-size: 24px;
  margin-top: 16px;
  height: 33px;
}
.home-wrapper .sec-5 .nums li .p-d1 {
  color: #606266;
  line-height: 22px;
  font-size: 16px;
  margin-top: 8px;
  height: 22px;
}
.home-wrapper .sec-5 .map-container {
  height: 393px;
  overflow: hidden;
}
.home-wrapper .sec-6 {
  padding: 78px 0 80px;
  background: url('../../images/home/img-15.png') no-repeat;
  background-size: cover;
  background-position: center;
}
.home-wrapper .sec-6 .content {
  margin-top: 80px;
}
.home-wrapper .sec-6 .content .tb-div {
  margin-top: 80px;
  height: 501px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid;
  border-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #0052d9) 1 1;
  border-radius: 2px;
  padding: 32px;
}
.home-wrapper .sec-6 .content .tb-div .statistics li {
  width: 33.33%;
  text-align: center;
}
.home-wrapper .sec-6 .content .tb-div .statistics li i {
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.home-wrapper .sec-6 .content .tb-div .statistics li i.icon1 {
  background-image: url('../../images/home/img-4.png');
}
.home-wrapper .sec-6 .content .tb-div .statistics li i.icon2 {
  background-image: url('../../images/home/img-5.png');
}
.home-wrapper .sec-6 .content .tb-div .statistics li i.icon3 {
  background-image: url('../../images/home/img-6.png');
}
.home-wrapper .sec-6 .content .tb-div .statistics li span {
  font-size: 16px;
  color: #191919;
  line-height: 22px;
  margin-left: 8px;
}
.home-wrapper .sec-6 .content .tb-div .table {
  margin-top: 20px;
}
.home-wrapper .sec-6 .content .tb-div .table .tr p {
  font-size: 16px;
  color: #303133;
  padding: 0 24px;
  width: 168px;
}
.home-wrapper .sec-6 .content .tb-div .table .tr p.px169 {
  width: 169px;
}
.home-wrapper .sec-6 .content .tb-div .table .tr p.px230 {
  width: 230px;
}
.home-wrapper .sec-6 .content .tb-div .table .tr p.px229 {
  width: 229px;
}
.home-wrapper .sec-6 .content .tb-div .table .tr p.org {
  color: #FF4918;
}
.home-wrapper .sec-6 .content .tb-div .table .tr.head p {
  height: 64px;
  line-height: 62px;
  border: 1px solid #dbdfe4;
  border-right: none;
}
.home-wrapper .sec-6 .content .tb-div .table .tr.head p:last-child {
  border-right: 1px solid #dbdfe4;
}
.home-wrapper .sec-6 .content .tb-div .table .body-div {
  max-height: 288px;
  border: 1px solid #dbdfe4;
  overflow: hidden;
  border-top: none;
  min-height: 48px;
}
.home-wrapper .sec-6 .content .tb-div .table .body-div .body-ul {
  position: relative;
  top: 0;
}
.home-wrapper .sec-6 .content .tb-div .table .body-div .body-ul .body {
  height: 48px;
  line-height: 47px;
  border-top: 1px solid #dbdfe4;
}
.home-wrapper .sec-6 .content .tb-div .table .body-div .body-ul .body:first-child {
  border-top: none;
  line-height: 48px;
}
.home-wrapper .sec-6 .content .tb-div .table .body-div .body-ul .body:nth-child(even) {
  background: #eceef1;
}
.home-wrapper .sec-7 {
  background: #f7f7f7;
  padding: 64px 0 48px;
}
.home-wrapper .sec-7 .brand-wrap {
  position: relative;
  height: 80px;
  overflow: hidden;
  margin-top: 48px;
}
.home-wrapper .sec-7 .brand-wrap .itm {
  width: 4804px;
  font-size: 0;
  -webkit-animation: yxScrollToRight 30s linear infinite;
  animation: yxScrollToRight 30s linear infinite;
}
.home-wrapper .sec-7 .brand-wrap .itm img {
  height: 80px;
  width: 1185px;
  display: block;
  margin-left: 16px;
}
.home-wrapper .sec-8 {
  padding: 64px 0 48px;
}
.home-wrapper .sec-8 .news-itms {
  margin-top: 48px;
}
.home-wrapper .sec-8 .news-itms .news-itm {
  width: 586px;
  background: #f7f7f7;
  border: 3px solid #ffffff;
  border-radius: 4px;
  box-shadow: 0px 4px 11px 0px rgba(228, 228, 228, 0.73);
  padding: 0 23px 0 24px;
  height: 315px;
}
.home-wrapper .sec-8 .news-itms .news-itm:first-child {
  margin-right: 24px;
}
.home-wrapper .sec-8 .news-itms .news-itm .t {
  height: 53px;
  line-height: 53px;
  border-bottom: 1px solid #e4e7ed;
}
.home-wrapper .sec-8 .news-itms .news-itm .t p {
  font-size: 16px;
  color: #303133;
}
.home-wrapper .sec-8 .news-itms .news-itm .t a {
  font-size: 14px;
  color: #0077ff;
}
.home-wrapper .sec-8 .news-itms .news-itm .itms {
  padding-top: 8px;
}
.home-wrapper .sec-8 .news-itms .news-itm .itms .first-itm {
  margin: 8px 0 16px;
}
.home-wrapper .sec-8 .news-itms .news-itm .itms .first-itm .news-img {
  width: 248px;
  height: 117px;
}
.home-wrapper .sec-8 .news-itms .news-itm .itms .first-itm .news-right {
  height: 117px;
  width: 268px;
  position: relative;
}
.home-wrapper .sec-8 .news-itms .news-itm .itms .first-itm .news-right .h-title {
  height: 24px;
  font-size: 14px;
  color: #303133;
  line-height: 24px;
}
.home-wrapper .sec-8 .news-itms .news-itm .itms .first-itm .news-right .desc {
  margin-top: 4px;
  color: #303133;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  word-wrap: break-word;
  word-break: normal;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
}
.home-wrapper .sec-8 .news-itms .news-itm .itms .first-itm .news-right .news-btm {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 20px;
}
.home-wrapper .sec-8 .news-itms .news-itm .itms .first-itm .news-right .news-btm img {
  width: 76px;
  height: 17px;
  margin-top: 1px;
}
.home-wrapper .sec-8 .news-itms .news-itm .itms .first-itm .news-right .news-btm .time {
  color: #606266;
  line-height: 20px;
  font-size: 14px;
}
.home-wrapper .sec-8 .news-itms .news-itm .itms.h-itms .itm {
  margin-top: 8px;
}
.home-wrapper .sec-8 .news-itms .news-itm .itms .itm {
  height: 48px;
  line-height: 48px;
}
.home-wrapper .sec-8 .news-itms .news-itm .itms .itm .time {
  font-size: 14px;
  color: #606266;
}
.home-wrapper .sec-8 .news-itms .news-itm .itms .itm .title .icon {
  margin-top: 8px;
  height: 32px;
  width: 32px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.home-wrapper .sec-8 .news-itms .news-itm .itms .itm .title .icon.icon1 {
  background-image: url('../../images/home/img-7.png');
}
.home-wrapper .sec-8 .news-itms .news-itm .itms .itm .title .icon.icon2 {
  background-image: url('../../images/home/img-8.png');
}
.home-wrapper .sec-8 .news-itms .news-itm .itms .itm .title .text {
  font-size: 14px;
  color: #303133;
  margin-left: 10px;
  width: 400px;
}
.home-wrapper .sec-9 {
  padding: 60px 0;
}
.home-wrapper .sec-9 .itms div.ml-208 {
  margin-left: 208px;
}
.home-wrapper .sec-9 .itms div i {
  height: 64px;
  width: 64px;
  box-shadow: 0px 5px 13px 0px rgba(228, 228, 228, 0.73);
  border-radius: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.home-wrapper .sec-9 .itms div i.icon1 {
  background-image: url('../../images/home/home-12.png');
}
.home-wrapper .sec-9 .itms div i.icon2 {
  background-image: url('../../images/home/home-13.png');
}
.home-wrapper .sec-9 .itms div i.icon3 {
  background-image: url('../../images/home/home-14.png');
}
.home-wrapper .sec-9 .itms div i.icon4 {
  background-image: url('../../images/home/home-15.png');
}
.home-wrapper .sec-9 .itms div ul {
  margin-left: 12px;
  margin-top: 10px;
  border-left: 1px solid #e4e7ed;
  padding-left: 12px;
}
.home-wrapper .sec-9 .itms div ul li {
  font-size: 16px;
  color: #303133;
  line-height: 24px;
}
.home-wrapper .sec-10 {
  height: 150px;
  background: url('../../images/home/img-16.png') no-repeat;
  background-size: cover;
  background-position: center;
  font-size: 30px;
  color: #ffffff;
  line-height: 150px;
  text-align: center;
}
.home-wrapper .sec-10 a {
  width: 128px;
  height: 40px;
  background: #ffffff;
  font-size: 16px;
  color: #0052d9;
  line-height: 40px;
  margin-left: 60px;
}
.home-wrapper .right-adv {
  position: fixed;
  top: 560px;
  z-index: 10;
  left: 0;
}
.home-wrapper .right-adv img {
  width: 160px;
  height: 194px;
}
@-webkit-keyframes yxScrollToRight {
  from {
    transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
  }
  to {
    transform: translate3d(0%, 0, 0);
    -webkit-transform: translate3d(0%, 0, 0);
  }
}
@keyframes yxScrollToRight {
  from {
    transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
  }
  to {
    transform: translate3d(0%, 0, 0);
    -webkit-transform: translate3d(0%, 0, 0);
  }
}
