body {
  width: 100%;
  height: auto;
  font-family: AlibabaPuHuiTiB, AlibabaPuHuiTiB-Regular;
}
img {
  width: 100%;
  height: 100%;
}
/* 滚动条整体样式 */
::-webkit-scrollbar {
  width: 8px;
  /* 滚动条宽度 */
}
/* 滚动条轨道 */
::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  background-color: #ececec;
  /* 滚动条滑块颜色 */
  border-radius: 5px;
  /* 滑块边角弧度 */
}
/* 滚动条滑块在悬停状态下 */
::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* 滚动条滑块在悬停状态下的颜色 */
  opacity: 0;
}
#navs {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 35px 60px;
  z-index: 90;
}
#navs .fl {
  display: flex;
  align-items: center;
}
#navs .logo {
  width: 423px;
  height: 63px;
  margin-right: 35px;
}
#navs .logo img {
  width: 100%;
  height: 100%;
}
#navs .navs {
  margin-left: 36px;
}
#navs .navs a {
  font-size: 15px;
  color: #012d4b;
  text-decoration: none;
  margin-right: 2.375rem;
  font-weight: bold;
  font-family: "Microsoft YaHei";
}
#navs .navs a:hover {
  opacity: 0.7;
  border-bottom: 2px solid #012d4b;
}
#swiper {
  position: relative;
  height: 100vh;
}
#swiper .nav {
  background-color: #fff;
  border-radius: 12px;
  position: absolute;
  left: 50%;
  top: 2vh;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-around;
  z-index: 10;
}
#swiper .nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  font-size: 24px;
  color: #333;
}
#swiper .nav a:hover {
  color: #0052cf;
}
#swiper .logo {
  position: absolute;
  width: 241px;
  height: 113px;
  top: 14.5vh;
  left: 10vw;
  z-index: 9;
}
#swiper .logo img {
  width: 100%;
  height: 100%;
}
#swiper .phone {
  position: absolute;
  top: 14.5vh;
  right: 20vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 287px;
  height: 152px;
  background: rgba(3, 0, 0, 0.27);
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  padding: 28px 0;
  z-index: 9;
}
#swiper .phone .item {
  display: flex;
  align-items: center;
}
#swiper .phone .item .icon {
  width: 34px;
  height: 34px;
}
#swiper .phone .item .icon img {
  width: 100%;
  height: 100%;
}
#swiper .phone .item .t {
  color: #fff;
  font-size: 22px;
  margin-left: 12px;
}
#swiper img {
  width: 100%;
  height: 100vh;
}
#index-product {
  width: 100%;
  height: 353px;
  background: #0c25dc;
  display: flex;
  align-items: center;
}
#index-product .product {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#index-product .product .l {
  text-align: center;
}
#index-product .product .l .t1 {
  color: #fff;
  font-size: 76px;
  font-family: AlibabaPuHuiTiL, AlibabaPuHuiTiL-Regular;
  font-weight: 200;
}
#index-product .product .l .t2 {
  color: #fff;
  font-size: 26px;
  margin-top: 18px;
}
#index-product .product .l .t3 {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  margin-top: 40px;
}
#index-product .product .l .t4 {
  color: #fff;
  font-size: 16px;
  opacity: 0.3;
  margin-top: 12px;
}
#index-product .product .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#index-product .product .list .item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 45px;
}
#index-product .product .list .item .icon {
  width: 62px;
  height: 78px;
}
#index-product .product .list .item .icon img {
  width: 100%;
}
#index-product .product .list .item .t1 {
  font-size: 22px;
  color: #fff;
  margin-top: 9px;
}
#index-product .product .list .item .t2 {
  font-size: 12px;
  color: #8ba1bc;
  margin-top: 9px;
}
#index-product .product .list .item:hover .t1 {
  color: #f6e68e;
  font-weight: 700;
}
#index-about {
  width: 1400px;
  margin: 0 auto;
  padding-top: 200px;
}
#index-about .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 3px solid #333;
}
#index-about .title .fl {
  width: 423px;
  height: 63px;
}
#index-about .title .fl img {
  width: 423px;
  height: 63px;
}
#index-about .title .fr {
  display: flex;
  align-items: center;
}
#index-about .title .fr .t {
  text-align: right;
}
#index-about .title .fr .t .t1 {
  color: #3b3b3b;
  font-size: 16px;
}
#index-about .title .fr .t .t2 {
  color: #3b3b3b;
  font-size: 16px;
  font-weight: 700;
}
#index-about .title .fr .icon {
  width: 30px;
  height: 30px;
  margin-left: 8px;
}
#index-about .title .fr .icon img {
  width: 100%;
}
#index-about .box {
  margin-top: 76px;
  display: flex;
  justify-content: space-between;
}
#index-about .box .fl .t1 {
  font-size: 92px;
  color: #5e5e5e;
  font-weight: 100;
  padding: 18px 0 37px 0;
}
#index-about .box .fl .t2 {
  font-size: 42px;
  color: #505050;
  font-weight: 700;
  text-transform: uppercase;
}
#index-about .box .fl .t3 {
  font-size: 15px;
  color: #505050;
}
#index-about .box .fl .t4 {
  margin-top: 50px;
}
#index-about .box .fl .t4 p {
  color: #2f2f2f;
  font-size: 18px;
}
#index-about .box .fr {
  width: 700px;
  height: 507px;
}
#index-about .box .fr img {
  width: 100%;
}
#index-about .iocn {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}
#index-about .iocn img {
  width: 100%;
}
#index-about .box2 {
  width: 1400px;
  margin: 0 auto;
  margin-top: 120px;
}
#index-about .box2 .box-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#index-about .box2 .box-title .fl .t1 {
  color: #2c3145;
  font-size: 70px;
}
#index-about .box2 .box-title .fl .t2 {
  font-size: 22px;
  color: #5e5e5e;
  margin-top: 19px;
}
#index-about .box2 .box-title .fr {
  display: flex;
}
#index-about .box2 .box-title .fr .img {
  width: 43px;
  height: 43px;
  padding-right: 12px;
  border-right: 3px solid #22191c;
}
#index-about .box2 .box-title .fr .img img {
  width: 100%;
}
#index-about .box2 .box-title .fr .t {
  margin-left: 12px;
}
#index-about .box2 .box-title .fr .t .t1 {
  font-size: 18px;
  color: #202020;
  font-weight: 700;
}
#index-about .content {
  width: 1400px;
  margin: 40px auto;
  display: flex;
  justify-content: space-between;
}
#index-about .content .left .ti {
  padding: 15px 0;
  font-size: 22px;
  color: #363636;
  font-weight: 700;
}
#index-about .content .left .list {
  display: flex;
}
#index-about .content .left .list .t-list {
  font-size: 15px;
  line-height: 24px;
  color: #5e5e5e;
}
#index-about .content .right {
  display: flex;
  justify-content: space-between;
}
#index-about .content .right .list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 154px;
  height: 627px;
}
#index-about .content .right .list li {
  width: 154px;
  height: 150px;
  border: 1px solid #505050;
  cursor: pointer;
}
#index-about .content .right .list li img {
  width: 100%;
}
#index-about .content .right .img-box {
  width: 633px;
  height: 627px;
  border: 1px solid #505050;
  margin-left: 20px;
}
#index-about .content .right .img-box img {
  width: 100%;
}
#index-about .content .dl1,
#index-about .content .dl2,
#index-about .content .dl3 {
  margin-top: 40px;
}
#AnLi {
  position: relative;
  width: 100%;
  background-color: #fff;
  margin-top: 140px;
}
#AnLi .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  z-index: 0;
}
#AnLi .bg img {
  width: 100%;
  height: 100%;
}
#AnLi .anli {
  width: 1400px;
  height: 941px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#AnLi .anli .fl {
  display: flex;
  height: 941px;
  flex-direction: column;
}
#AnLi .anli .fl .top {
  margin-top: 190px;
  display: flex;
  flex-direction: column;
  z-index: 9;
}
#AnLi .anli .fl .top .img {
  width: 62px;
  height: 62px;
}
#AnLi .anli .fl .top .img img {
  width: 100%;
}
#AnLi .anli .fl .top .t1 {
  font-size: 72px;
  color: #fff;
  font-weight: 400;
  margin-top: 20px;
}
#AnLi .anli .fl .top .t2 {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  margin-top: 20px;
}
#AnLi .anli .fl .btm {
  position: absolute;
  width: 55vw;
  height: 275px;
  background: #1128d4;
  left: 0;
  top: 50vh;
  display: flex;
  align-content: center;
  align-items: center;
}
#AnLi .anli .fl .btm img {
  width: 100%;
}
#AnLi .anli .fl .btm .box1 {
  width: 420px;
  text-align: justify;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 12px;
}
#AnLi .anli .fl .btm .box1 .t1 {
  font-size: 34px;
  color: #fff;
}
#AnLi .anli .fl .btm .box1 .t2 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
}
#AnLi .anli .fl .btm .box2 {
  margin-left: 18px;
  font-size: 92px;
  color: #fff;
  font-weight: 700;
}
#AnLi .anli .fl .btm .box2 span {
  font-size: 40px;
}
#AnLi .anli .fr {
  display: flex;
}
#AnLi .anli .fr .b1 {
  text-align: right;
}
#AnLi .anli .fr .b1 .a1 {
  font-size: 36px;
  color: #1f1f1f;
  font-weight: 700;
  margin-top: 20px;
}
#AnLi .anli .fr .b1 .a2 {
  font-size: 20px;
  color: #1f1f1f;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
}
#AnLi .anli .fr .b1 .a3 {
  width: 31px;
  height: 4px;
  background: #1b1b1b;
  margin-right: 0;
  margin-bottom: 30px;
  margin-left: auto;
  margin-top: 20px;
}
#AnLi .anli .fr .b1 .a4 {
  font-size: 20px;
  line-height: 34px;
  color: #222222;
}
#AnLi .anli .fr .b1 .a8 {
  display: flex;
  width: 247px;
  height: 320px;
  border: 1px solid #333;
  margin-left: auto;
  margin-top: 52px;
}
#AnLi .anli .fr .b1 .a8 img {
  width: 100%;
}
#AnLi .anli .fr .b2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 12px;
}
#AnLi .anli .fr .b2 .item {
  display: flex;
  width: 247px;
  height: 320px;
  border: 1px solid #333;
  margin-left: auto;
}
#AnLi .anli .fr .b2 .item img {
  width: 100%;
}
#index-product-two {
  padding-top: 120px;
  background-color: #fff;
  margin-top: 80px;
}
#index-product-two .b2 {
  width: 702px;
  height: 525px;
  margin-top: 25px;
}
#index-product-two .b1 {
  width: 702px;
  height: 190px;
}
#index-product-two .zs {
  width: 100%;
  height: 48px;
  background-color: #0f21d0;
}
#index-product-two .box {
  width: 1500px;
  margin: 0 auto;
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}
#index-product-two .box .left .b1 .t1 {
  font-size: 70px;
  color: #333;
  font-weight: 400;
}
#index-product-two .box .left .b1 .t2 {
  font-size: 20px;
  color: #333;
  font-weight: 400;
  margin-top: 26px;
}
#index-product-two .box .right .b1 {
  display: flex;
  justify-content: space-between;
}
#index-product-two .box .right .b1 .t1 div {
  color: #363636;
  font-weight: 700;
  font-size: 22px;
}
#index-product-two .box .right .b1 .t1 p {
  width: 320px;
  text-align: justify;
  line-height: 24px;
  font-size: 15px;
  color: #5e5e5e;
  font-weight: 400;
}
#index-product-two .box .right .b2 {
  border: 1px solid #333;
}
#index-product-two .more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 180px;
  background-color: #e3e3e4;
  margin-top: 35px;
  transition: all 250ms ease;
  cursor: pointer;
}
#index-product-two .more a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 250ms ease;
  width: 900px;
  height: 70px;
  border: 2px solid #333;
  border-radius: 35px;
}
#index-product-two .more a span:first-child {
  color: #505050;
  font-size: 22px;
  font-weight: 700;
  transition: all 250ms ease;
}
#index-product-two .more a span:last-child {
  color: #505050;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 18px;
  transition: all 250ms ease;
}
#index-product-two .more:hover a {
  background-color: #0c25dc;
  border: #fff;
}
#index-product-two .more:hover a span {
  color: #fff;
}
#index-product3 {
  padding-top: 90px;
}
#index-product3 .product3 {
  display: flex;
  justify-content: space-between;
  width: 1400px;
  margin: 0 auto;
}
#index-product3 .product3 .box1 .product-title {
  font-size: 64px;
  color: #505050;
  font-weight: 700;
}
#index-product3 .product3 .box1 .img {
  width: 674px;
  height: 308px;
}
#index-product3 .product3 .box1 .img img {
  width: 100%;
  height: 100%;
}
#index-product3 .product3 .box1 .list {
  margin-top: 35px;
}
#index-product3 .product3 .box1 .list .list-title {
  font-size: 30px;
  color: #505050;
  font-weight: 700;
}
#index-product3 .product3 .box1 .list p {
  line-height: 28px;
  font-size: 22px;
  color: #505050;
}
#index-product3 .product3 .box2 .list {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#index-product3 .product3 .box2 .list .item1 .item-title {
  font-size: 40px;
  color: #505050;
  font-weight: 700;
  padding: 18px 0;
  border-top: 3px solid #505050;
  border-bottom: 3px solid #505050;
}
#index-product3 .product3 .box2 .list .item1 .children-list {
  margin-top: 48px;
}
#index-product3 .product3 .box2 .list .item1 .children-list .children-title {
  font-size: 30px;
  color: #333;
  font-weight: 700;
}
#index-product3 .product3 .box2 .list .item1 .children-list p {
  line-height: 28px;
  font-size: 22px;
  color: #505050;
}
#index-product3 .product3 .box2 .list .item2 .item-img {
  width: 342px;
  height: 194px;
}
#index-product3 .product3 .box2 .list .item2 .children-list {
  margin-top: 48px;
}
#index-product3 .product3 .box2 .list .item2 .children-list .children-title {
  font-size: 30px;
  color: #333;
  font-weight: 700;
}
#index-product3 .product3 .box2 .list .item2 .children-list p {
  line-height: 28px;
  font-size: 22px;
  color: #505050;
}
#index-product3 .product3 .box2 .img {
  width: 662px;
  height: 386px;
  margin-top: 48px;
}
#photos .photos-title {
  background-color: #051ad4;
  height: 370px;
}
#photos .photos-title .main {
  width: 1400px;
  height: 370px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#photos .photos-title .main .box1 {
  color: #fff;
}
#photos .photos-title .main .box1 .t1 {
  font-size: 92px;
  font-weight: 100;
}
#photos .photos-title .main .box1 .t2 {
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 34px;
}
#photos .photos-title .main .box1 .t3 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
}
#photos .photos-title .main .box2 {
  text-align: right;
  color: #fff;
}
#photos .photos-title .main .box2 .t1 {
  font-size: 40px;
}
#photos .photos-title .main .box2 .t1 span:nth-child(2) {
  margin-left: 12px;
}
#photos .photos-title .main .box2 .t2 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 18px;
}
#photos .photos-title .main .box2 .t3 {
  width: 159px;
  height: 0px;
  border: 3px solid #ffffff;
  margin-left: auto;
  margin-top: 18px;
}
#photos .photos-box {
  display: flex;
  justify-content: space-between;
  width: 1400px;
  margin: 0 auto;
  padding-top: 85px;
}
#photos .photos-box .item {
  width: 380px;
  cursor: pointer;
}
#photos .photos-box .item .img {
  width: 380px;
  height: 256px;
  overflow: hidden;
}
#photos .photos-box .item p {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 66px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  background-color: #1128d4;
}
#photos .photos-box .list-two {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#photos .photos-box .list-one {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#photos .photos-box .list-one .titles {
  text-align: right;
  border-right: 12px solid #c60e2c;
  padding-right: 12px;
}
#photos .photos-box .list-one .titles .t1 {
  font-size: 38px;
  color: #333;
  font-weight: 700;
}
#photos .photos-box .list-one .titles .t2 {
  font-size: 32px;
  color: #333;
  font-weight: 700;
}
#photos .photos-box .list-one .img {
  width: 600px;
  margin-top: 35px;
  overflow: hidden;
}
#photos .photos-box .list-one .img img {
  height: 100%;
}
#photos .photos-box .list-three {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#证书 {
  margin-top: 80px;
}
#index-contant {
  width: 100%;
  height: 1000px;
  background: url(../images/contant.jpg) no-repeat;
  background-size: 100%;
}
#index-contant .contant-title {
  padding-top: 145px;
  text-align: center;
}
#index-contant .contant-title .t1 {
  font-size: 40px;
  color: #fff;
}
#index-contant .contant-title .t2 {
  font-size: 90px;
  color: #fff;
  margin-top: 39px;
  font-weight: 700;
}
#index-contant .contant-title .t3 {
  font-size: 28px;
  color: #fff;
  margin-top: 29px;
}
#index-contant .contant-box {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
#index-contant .contant-box .left {
  width: 700px;
  height: 450px;
  border: 2px solid #ffffff;
  border-radius: 22px;
  padding: 20px;
}
#index-contant .contant-box .left .box-title {
  padding: 20px;
  margin: 0 20px;
  border-bottom: 3px dotted #fff;
  color: #fff;
}
#index-contant .contant-box .left .box-title .t1 {
  font-size: 50px;
  font-weight: 700;
}
#index-contant .contant-box .left .box-title .t2 {
  font-size: 14px;
  color: #fff;
  margin-top: 9px;
}
#index-contant .contant-box .left .box-list {
  display: flex;
  align-items: center;
  padding: 0 20px;
}
#index-contant .contant-box .left .box-list div {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 20px;
  width: 156px;
  height: 88px;
  font-size: 52px;
  font-weight: 700;
  color: #fff;
  border-right: 1px solid #fff;
}
#index-contant .contant-box .left .box-list .t3 img {
  width: 52px;
  height: 52px;
}
#index-contant .contant-box .left .box-info {
  margin: 0 20px;
  margin-top: 40px;
}
#index-contant .contant-box .left .box-info .dl {
  font-size: 24px;
  color: #fff;
}
#index-contant .contant-box .left .box-info .dd-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#index-contant .contant-box .left .box-info .dd-list .item {
  width: 320px;
  color: #fff;
  margin-top: 24px;
  font-size: 20px;
}
#index-contant .contant-box .left .box-info .dd-list .item span {
  margin-right: 8px;
}
#index-contant .contant-box .right {
  box-sizing: border-box;
  width: 600px;
  height: 495px;
  background-color: #fff;
  border-radius: 22px;
  padding: 40px;
  display: flex;
  flex-direction: column;
}
#index-contant .contant-box .right .form-title {
  font-size: 50px;
  color: #4c4c4c;
  font-weight: 100;
}
#index-contant .contant-box .right .textarea {
  width: 100%;
  height: 139px;
  background: #eeeeee;
  border: none;
  padding: 0;
  outline: none;
  resize: none;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 32px;
}
#index-contant .contant-box .right .text {
  box-sizing: border-box;
  width: 100%;
  height: 62px;
  background: #eeeeee;
  outline: none;
  resize: none;
  border: none;
  padding: 0;
  padding: 0 20px;
  margin-top: 15px;
}
#index-contant .contant-box .right .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 65px;
  color: #fff;
  background: #0052cf;
  margin-top: 33px;
  cursor: pointer;
}
#index-map {
  position: relative;
}
#index-map .index-map-box {
  position: absolute;
  top: 20vh;
  left: 20vw;
}
#index-map .index-map-box .icon {
  width: 32px;
}
#index-map .index-map-box .t1 {
  font-size: 72px;
  font-weight: 100;
  color: #0052cf;
  margin-top: 64px;
}
#index-map .index-map-box .t2 {
  color: #0052cf;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 18px;
}
#index-map .index-map-box .t3 {
  color: #0052cf;
  font-size: 24px;
  margin-top: 40px;
  font-weight: 700;
}
#index-map .index-map-box .t4 {
  color: #0052cf;
  font-size: 20px;
  margin-top: 20px;
}
#index-map .index-map-box .t5 {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
#index-map .index-map-box .t5 a {
  color: #0052cf;
  font-size: 20px;
}
#index-map .index-map-box .icon2 {
  margin-top: 64px;
}
#product {
  box-sizing: border-box;
  background-color: #f5f5f5;
  margin-top: 80px;
}
#product .product-list {
  width: 1400px;
  margin: 0 auto;
  margin-top: 45px;
}
#product .product-list .product-dl {
  padding: 10px;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
}
#product .product-list .product-dl .img {
  border-radius: 12px;
  width: 100%;
  height: 514px;
  overflow: hidden;
}
#product .product-list .product-dl .info {
  padding: 20px 40px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#product .product-list .product-dl .info .left .t1 {
  font-size: 32px;
  font-weight: 700;
  color: #333;
}
#product .product-list .product-dl .info .left .t2 {
  font-size: 24px;
  color: #666;
  margin-top: 12px;
}
#product .product-list .product-dl .info .right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 176px;
  height: 46px;
  cursor: pointer;
  background-color: #ba061b;
  border-radius: 23px;
  transition: all 250ms ease;
}
#product .product-list .product-dl .info .right a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
#product .product-list .product-dl .info .right:hover {
  background-color: #0052cf;
}
#product .product-list .product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#product .product-list .product-list .item {
  width: 670px;
  padding: 20px;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 30px;
  transition: all 250ms ease;
  cursor: pointer;
}
#product .product-list .product-list .item .img {
  border-radius: 12px;
  width: 100%;
  height: 514px;
  overflow: hidden;
}
#product .product-list .product-list .item .info {
  padding: 20px 40px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#product .product-list .product-list .item .info .left .t1 {
  font-size: 32px;
  font-weight: 700;
  color: #333;
}
#product .product-list .product-list .item .info .left .t2 {
  font-size: 24px;
  color: #666;
  margin-top: 12px;
}
#product .product-list .product-list .item .info .right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 176px;
  height: 46px;
  cursor: pointer;
  background-color: #ba061b;
  border-radius: 23px;
  transition: all 250ms ease;
}
#product .product-list .product-list .item .info .right a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
#product .product-list .product-list .item .info .right:hover {
  background-color: #0052cf;
}
#product .product-list .product-list .item:hover {
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.1);
}
#product .product-nav {
  width: 100%;
  height: 160px;
  background-color: #fff;
}
#footer {
  width: 100vw;
  margin-top: 35px;
  padding-top: 35px;
  background-color: #343434;
}
#footer .footer-nav {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
#footer .footer-nav a {
  font-size: 18px;
  color: #fff;
}
#footer .footer-nav a:hover {
  color: #e63a31;
}
#footer .footer-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}
#footer .footer-info-main {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin: 40px auto;
}
#footer .footer-info-main .footer-fl {
  display: flex;
  height: 138px;
  flex-direction: column;
  justify-content: space-between;
}
#footer .footer-info-main .footer-fl li {
  font-size: 16px;
  color: #fff;
  margin-top: 8px;
}
#footer .footer-info-main .footer-fr {
  display: flex;
  align-items: center;
}
#footer .footer-info-main .footer-fr .btn {
  width: 168px;
  height: 62px;
  text-align: center;
  line-height: 62px;
  background-color: #fff;
  border-radius: 8px;
  font-size: 16px;
  color: #000;
  cursor: pointer;
}
#footer .footer-info-main .footer-fr a {
  margin-right: 48px;
}
#footer .footer-info-main .footer-fr .btn:hover {
  background-color: #e63a31;
  color: #fff;
}
#footer .footer-info-main .footer-fr a:last-child {
  margin: 0;
}
#footer .footer-banquan {
  width: 100%;
  background-color: #353534;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 1px;
}
#footer .footer-main {
  width: 1200px;
  height: 68px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer .fl {
  display: flex;
  align-items: center;
}
.zbok:hover {
  text-decoration: underline;
  color: #e63a31;
}
