.home003-header {
  box-shadow: 0px 5px 15px -6px rgba(15, 15, 15, 0.1);
  position: sticky;
  top: 0;
  background-color: #fff;
  overflow: hidden;
  height: 100px;
  z-index: 100;
}
.home003-header .logo {
  height: 100px;
  line-height: 100px;
}
.home003-header .logo-img {
  max-height: 80px;
  vertical-align: middle;
}
.home003-header .list {
  line-height: 100px;
  text-align: center;
  padding: 0 200px;
}
.home003-header .list li {
  display: inline-block;
  margin-left: 30px;
  color: #595959;
  font-size: 16px;
}
.home003-header .list li.active {
  color: #3947ff;
}
.home003-header .list li.active a {
  border-bottom: 2px solid #3947ff;
  font-weight: 600;
}
.home003-header .list li:hover a {
  color: #3947ff;
  font-weight: 600;
}
.home003-header .list li:hover a::before {
  width: 100%;
}
.home003-header .list a {
  padding: 0 10px;
  height: 100px;
  display: block;
  border-bottom: 2px solid transparent;
  position: relative;
}
.home003-header .list a::before {
  content: '';
  width: 0;
  height: 2px;
  background-color: #3947ff;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.5s;
  overflow: hidden;
}
.home003-header .tel {
  float: right;
  line-height: 100px;
  font-size: 18px;
  font-weight: 600;
}
.home003-header .tel .icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  background-color: #3947ff;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
}
.banner-home {
  height: 830px;
}
.banner-home .swiper-slide {
  height: 830px;
}
.banner-home .swiper-slide .img {
  height: 830px;
}
.banner-home .swiper-pagination-bullet-active {
  width: 24px;
  background-color: #fff;
  border-radius: 4px;
}
.home003-section-title {
  line-height: 1;
}
.home003-section-title h2 {
  font-size: 36px;
  font-weight: 400;
}
.home003-section-title p {
  font-size: 28px;
  margin-top: 16px;
  font-family: 'Times New Roman';
  color: #8c8c8c;
  line-height: 1;
  margin-bottom: 20px;
}
.home003-section-title .line {
  height: 2px;
  margin: 20px 0;
  background-color: #3947ff;
  width: 40px;
}
.home003-section-title .line.t-c {
  margin: 0 auto;
}
.home003-section-title .line.line-fff {
  background-color: #fff;
}
.home003-section2-menu {
  float: right;
  line-height: 28px;
  padding-top: 52px;
}
.home003-section2-menu li {
  float: left;
  color: #8c8c8c;
}
.home003-section2-menu li:last-child a {
  padding-right: 0;
}
.home003-section2-menu li:hover {
  color: #3947ff;
}
.home003-section2-menu li a {
  padding: 0 16px;
}
.mt-60 {
  margin-top: 60px;
}
/* **********产品 start********** */
.home003-section1 {
  padding: 90px 0 80px 0;
  background-color: #fff;
}
.home003-section1 .left {
  padding-left: 325px;
  overflow: hidden;
  height: 630px;
}
.home003-section1 .list {
  height: 630px;
  padding-left: 325px;
}
.home003-section1 .list .home003-section1-list {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.home003-section1 .list .swiper-container,
.home003-section1 .list .swiper-wrapper,
.home003-section1 .list .swiper-slide {
  height: 100%;
  width: 100%;
}
.home003-section1 .list ul {
  height: 100%;
  width: 975px;
}
.home003-section1 .list .item {
  width: 305px;
  height: 305px;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
  float: left;
  position: relative;
}
.home003-section1 .list .item:hover img {
  transform: scale(1.2);
}
.home003-section1 .list .item:hover .goods-name {
  display: block;
}
.home003-section1 .list .item a {
  border: 1px solid #d9d9d9;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.home003-section1 .list .item img {
  position: relative;
  vertical-align: middle;
  top: 0;
  left: 0;
  transition: transform 0.5s;
  line-height: 303px;
  z-index: 0;
  max-width: 100%;
}
.home003-section1 .list .item .goods-name {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(57, 71, 255, 0.8);
  z-index: 10;
  color: #fff;
  padding-top: 120px;
  display: none;
}
.home003-section1 .list .item .goods-name i {
  font-size: 30px;
  vertical-align: top;
}
.home003-section1 .list .item .goods-name p {
  padding: 0 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
.home003-section1-menu {
  float: left;
  height: 630px;
  width: 305px;
  margin-right: 20px;
}
.home003-section1-menu .tips {
  color: #8c8c8c;
  font-size: 16px;
}
.home003-section1-menu ul {
  margin-top: 50px;
  color: #595959;
}
.home003-section1-menu ul li {
  height: 40px;
  line-height: 40px;
}
.home003-section1-menu ul li.active {
  color: #3947ff;
}
.home003-section1-menu ul li.active::before {
  margin-right: 8px;
  width: 50px;
}
.home003-section1-menu ul li::before {
  content: '';
  overflow: hidden;
  margin-right: 0;
  width: 0;
  height: 2px;
  background-color: #3947ff;
  display: inline-block;
  vertical-align: top;
  margin-top: 18px;
  transition: width 0.5s;
}
/* **********产品 end********** */
/* **********我们的优势 start********** */
.home003-section2 {
  height: 820px;
  background-size: cover;
  background-position: center;
  padding: 90px 0 70px 0;
}
.home003-section2 .home003-section-title h2 {
  color: #fff;
}
.home003-section2 .list {
  width: 1300px;
  margin-top: 70px;
}
.home003-section2 .list .item {
  width: 630px;
  height: 200px;
  border-radius: 10px;
  background-color: #f6f6f6;
  float: left;
  margin: 0 20px 20px 0;
  padding: 37px 40px;
  overflow: hidden;
  position: relative;
}
.home003-section2 .list .item::before {
  position: absolute;
  width: 0;
  height: 100%;
  background-color: #3947ff;
  top: 0;
  left: 0;
  transition: all 0.5s;
  content: '';
  z-index: 0;
}
.home003-section2 .list .item:hover::before {
  width: 100%;
}
.home003-section2 .list .item:hover h2,
.home003-section2 .list .item:hover .gray {
  color: #fff;
}
.home003-section2 .list .item > div {
  position: relative;
  z-index: 10;
}
.home003-section2 .list .info-txt {
  margin-left: 40px;
  width: 380px;
}
.home003-section2 .list h2 {
  font-size: 24px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home003-section2 .list .gray {
  margin-top: 6px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 96px;
  line-height: 32px;
}
.home003-section2 .img-icon {
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(11, 84, 128, 0.1);
  width: 126px;
  height: 126px;
  line-height: 126px;
  text-align: center;
}
.home003-section2 .img-icon img {
  vertical-align: middle;
}
.home003-section2 .btns {
  margin-top: 25px;
  text-align: center;
}
.home003-section2 .btns .btn-line {
  margin-left: 5px;
}
.home003-section2 .btns .btn1,
.home003-section2 .btns .btn2 {
  border-radius: 40px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 180px;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.home003-section2 .btns .btn1:hover::before,
.home003-section2 .btns .btn2:hover::before {
  width: 100%;
}
.home003-section2 .btns .btn1::before,
.home003-section2 .btns .btn2::before {
  transition: all 0.5s;
  width: 0;
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 0;
  content: '';
}
.home003-section2 .btns .btn1 span,
.home003-section2 .btns .btn2 span {
  position: relative;
  z-index: 10;
}
.home003-section2 .btns .btn1 {
  background-color: #fff;
  color: #262626;
}
.home003-section2 .btns .btn1::before {
  background-color: #3947ff;
}
.home003-section2 .btns .btn1:hover {
  color: #fff;
}
.home003-section2 .btns .btn2 {
  border: 1px solid #fff;
  color: #fff;
}
.home003-section2 .btns .btn2:hover {
  color: #262626;
  background-color: transparent;
  border-color: #fff;
}
.home003-section2 .btns .btn2::before {
  background-color: #fff;
}
/* **********我们的优势 end********** */
/* **********关于我们 start********** */
.home003-section3 {
  background-color: #fff;
  padding: 90px 0;
  line-height: 1;
}
.home003-section3 .list {
  width: 1380px;
  margin-left: -50px;
  margin-top: 60px;
  height: 150px;
  background-color: #3947ff;
  font-size: 14px;
  color: #fff;
}
.home003-section3 .list li {
  float: left;
  width: 260px;
  text-align: center;
  padding-top: 39px;
}
.home003-section3 .list h4 {
  font-size: 52px;
  font-family: 'Impact';
}
.home003-section3 .list sup {
  font-size: 14px;
  font-weight: 400;
  vertical-align: text-top;
  line-height: 50px;
  font-family: 'Microsoft YaHei', 'PingFang SC', 'SimHei', 'Arial', 'SimSun';
}
.home003-section3 .list sup sup {
  font-size: 12px;
  line-height: 12px;
}
.home003-section3-info {
  position: relative;
}
.home003-section3-info h1 {
  margin-top: 60px;
  font-size: 32px;
  color: #3947ff;
}
.home003-section3-info .desc {
  width: 770px;
  height: 260px;
  padding-top: 20px;
  font-size: 16px;
  color: #8c8c8c;
  line-height: 30px;
}
.home003-section3-info .img {
  position: absolute;
  right: 0;
  top: 0;
  height: 624px;
  width: 470px;
  border-top-right-radius: 80px;
  background-size: cover;
  background-position: center;
  z-index: 10;
}
/* **********关于我们 end********** */
/* **********新闻资讯 start********** */
.home003-section4 {
  padding: 30px 0 70px 0;
  background-color: #fff;
}
.home003-section4 .list {
  width: 1300px;
}
.home003-section4 .list .item {
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  width: 630px;
  height: 220px;
  position: relative;
  overflow: hidden;
}
.home003-section4 .list .item::before {
  content: '';
  height: 200px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border: 1px solid #d9d9d9;
}
.home003-section4 .list .item:hover .topline,
.home003-section4 .list .item:hover .bottomline {
  width: 100%;
  height: 1px;
}
.home003-section4 .list .item:hover .rightline {
  width: 1px;
  top: 0;
}
.home003-section4 .list .item:hover .leftline {
  height: 200px;
  width: 1px;
}
.home003-section4 .list .item:hover h5,
.home003-section4 .list .item:hover b {
  color: #3947ff;
}
.home003-section4 .list .item:hover .btn {
  border-color: #3947ff;
  background-color: #3947ff;
  color: #fff;
}
.home003-section4 .list .item a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-left: 30px;
}
.home003-section4 .list .btn {
  position: absolute;
  z-index: 20;
  height: 40px;
  line-height: 40px;
  left: 30px;
  bottom: 0;
  background-color: #fff;
  border-color: #d9d9d9;
  color: #262626;
}
.home003-section4 .news-info {
  float: left;
  width: 470px;
  padding-right: 30px;
}
.home003-section4 .news-info .news-detail {
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 72px;
}
.home003-section4 .news-info h5 {
  font-size: 20px;
}
.home003-section4 .news-timer {
  width: 130px;
  float: left;
  text-align: center;
  height: 120px;
  border-left: 1px solid #d9d9d9;
  padding-top: 16px;
}
.home003-section4 .news-timer b {
  font-size: 60px;
  font-family: Impact;
  line-height: 1;
}
.home003-section4 .topline,
.home003-section4 .leftline,
.home003-section4 .bottomline,
.home003-section4 .rightline {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  z-index: 10;
  background-color: #3947ff;
}
.home003-section4 .topline {
  top: 0;
  left: 0;
  transition: width 0.25s;
}
.home003-section4 .leftline {
  bottom: 20px;
  left: 0;
  transition: height 0.25s;
}
.home003-section4 .bottomline {
  bottom: 20px;
  right: 0;
  transition: width 0.25s;
}
.home003-section4 .rightline {
  top: -200px;
  right: 0;
  transition: top 0.25s;
  height: 200px;
}
.home003-section4 .news-info {
  position: relative;
  z-index: 10;
}
/* **********新闻资讯 end********** */
/* **********合作伙伴 start********** */
.home003-section5 {
  background-color: #fafafa;
  padding: 100px 0 80px 0;
}
.home003-section5 .fl {
  width: 220px;
}
.home003-section5 .fl .btn {
  margin-top: 70px;
}
.home003-section5 .list {
  width: 1060px;
  float: left;
}
.home003-section5 .list .item {
  float: left;
  width: 202px;
  margin-left: 10px;
  margin-bottom: 20px;
  border: 1px solid #d9d9d9;
  height: 103px;
  line-height: 103px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}
.home003-section5 .list .item:hover img {
  transform: scale(1.2);
}
.home003-section5 .list .item:hover .item-title {
  display: block;
}
.home003-section5 .list img {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  transition: transform 0.5s;
}
.home003-section5 .list .item-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(57, 71, 255, 0.7);
  z-index: 100;
  text-align: center;
  line-height: 100px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 20px;
  display: none;
}
/* **********合作伙伴 end********** */
