body {
  width: 100%;
  height: auto;
  overflow-x: hidden;
}
/* 滚动条整体样式 */
::-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;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
}
#header .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  height: 150px;
  margin: 0 auto;
}
#header .header .logo {
  display: flex;
  align-items: center;
}
#header .header .logo .img {
  width: 71px;
  height: 62px;
}
#header .header .logo .img img {
  width: 100%;
}
#header .header .logo .title .t1 {
  font-size: 31px;
  font-family: AlibabaPuHuiTiM, AlibabaPuHuiTiM-Regular;
  font-weight: 700;
  color: #161a20;
}
#header .header .logo .title .t2 {
  font-size: 14px;
  font-family: AlibabaPuHuiTiR, AlibabaPuHuiTiR-Regular;
  font-weight: 400;
  color: #161a20;
}


/*new*/
#header .header .navs{
    display: flex;  
}
#header .header .navs .product{
    position: relative;
}
#header .header .navs .product-list{
    position: absolute;
    display: none;
}

#header .header .navs .product:hover .product-list {
    width: 300px;
    height: 600px;
    background-color: white;     
    left: -50px;
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
#header .header .navs .product:hover .product-list a{
    margin: 0 auto;
}


/*new*/


#header .header .navs a {
  margin-left: 54px;
  font-size: 20px;
  font-family: AlibabaPuHuiTiR, AlibabaPuHuiTiR-Regular;
  font-weight: 700;
  color: #161a20;
  line-height: 13px;
  letter-spacing: 0px;
  transition: all 250ms ease;
}
#header .header .navs a:hover {
  color: skyblue;
}
#swiper {
  height: 100vh;
}
#swiper .swiper-slide {
  width: 100%;
}
#swiper .swiper-slide img {
  width: 100%;
}
#product {
  width: 100%;
  height: auto;
}
#product .top-main {
  background: url(../images/i21.png) no-repeat;
  background-size: 100%;
}
#product .top-main .top {
  width: 1200px;
  height: 800px;
  margin: 0 auto;
}
#product .top-main .top .title {
  text-align: center;
}
#product .top-main .top .title .h2 {
  font-size: 50px;
  font-family: AlibabaPuHuiTiM, AlibabaPuHuiTiM-Regular;
  font-weight: 400;
  color: #36446d;
  padding-top: 82px;
}
#product .top-main .top .title .h3 {
  font-size: 22px;
  color: #36446d;
  margin-top: 12px;
}
#product .top-main .top .product-top-box {
  display: flex;
  justify-content: space-between;
  margin-top: 82px;
}
#product .top-main .top .product-top-box .product-top-nav {
  width: 264px;
}
#product .top-main .top .product-top-box .product-top-list {
  display: flex;
  justify-content: space-between;
  width: 920px;
  margin-top: 32px;
}
#product .top-main .top .product-top-box .product-top-list .item {
  width: 224px;
  height: 407px;
  cursor: pointer;
}
#product .top-main .top .product-top-box .product-top-list .item .img {
  height: 324px;
  background-color: skyblue;
}
#product .top-main .top .product-top-box .product-top-list .item .img img {
  width: 100%;
  height: 324px;
}
#product .top-main .top .product-top-box .product-top-list .item .p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 224px;
  height: 82px;
  background: #f2b006;
  padding-top: 22px;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  transition: all 250ms ease;
}
#product .top-main .top .product-top-box .product-top-list .item .icon {
  width: 58px;
  height: 58px;
  margin: 0 auto;
  transform: translate(0, -190%);
  z-index: 1;
}
#product .top-main .top .product-top-box .product-top-list .item .icon img {
  width: 100%;
}
#product .top-main .top .product-top-box .product-top-list .item:hover .p {
  background-color: #333;
  color: #fff;
}
#product .top-main .btm {
  height: 1080px;
  background: url(../images/i19.png) no-repeat;
  background-size: 100%;
}
#product .top-main .btm .product-btm-box {
  width: 1200px;
  margin: 0 auto;
}
#product .top-main .btm .product-btm-box .title {
  text-align: center;
}
#product .top-main .btm .product-btm-box .title .t1 {
  font-size: 55px;
  color: #fff;
  padding-top: 80px;
}
#product .top-main .btm .product-btm-box .title .t2 {
  font-size: 23px;
  color: #fff;
  margin-top: 15px;
}
#product .top-main .btm .product-btm-box .product-box {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
#product .top-main .btm .product-btm-box .product-box .product-nav {
  width: 264px;
  height: 769px;
  background: #ffffff;
}
#product .top-main .btm .product-btm-box .product-box .product-nav .box1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 264px;
  height: 117px;
  text-align: center;
  background: #fcb81c;
}
#product .top-main .btm .product-btm-box .product-box .product-nav .box1 .tb1 {
  color: #333;
  font-size: 22px;
}
#product .top-main .btm .product-btm-box .product-box .product-nav .box1 .tb2 {
  color: #333;
  font-size: 28px;
  font-weight: 700;
}
#product .top-main .btm .product-btm-box .product-box .product-nav .box2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#product .top-main .btm .product-btm-box .product-box .product-nav .box2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 264px;
  height: 61px;
  background-color: #f0f0f0;
  color: #222;
  transition: all 250ms ease;
}
#product .top-main .btm .product-btm-box .product-box .product-nav .box2 a:nth-child(2n) {
  background-color: #fff;
}
#product .top-main .btm .product-btm-box .product-box .product-nav .box2 a:hover {
  background-color: #fcb81c;
}
#product .top-main .btm .product-btm-box .product-box .product-nav .box3 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 14px;
  transition: all 250ms ease;
  cursor: pointer;
}
#product .top-main .btm .product-btm-box .product-box .product-nav .box3 .box3-t1 {
  font-size: 32px;
  color: #1c1c1c;
  font-weight: 700;
}
#product .top-main .btm .product-btm-box .product-box .product-nav .box3 .box3-t2 {
  font-size: 28px;
  color: #010101;
}
#product .top-main .btm .product-btm-box .product-box .btm-list {
  width: 900px;
}
#product .top-main .btm .product-btm-box .product-box .btm-list .box1 {
  font-size: 24px;
  color: #333;
  font-weight: 700;
  padding-left: 30px;
  line-height: 58px;
  background: #fcb81c;
}
#product .top-main .btm .product-btm-box .product-box .btm-list .btm-list-item {
  margin-top: 8px;
}
#product .top-main .btm .product-btm-box .product-box .btm-list .btm-list-item .swiper-slide {
  height: auto !important;
  background-color: rgba(0, 0, 0, 0);
}
#product .top-main .btm .product-btm-box .product-box .btm-list .btm-list-item .box2 {
  display: inline;
  width: 900px;
}
#product .top-main .btm .product-btm-box .product-box .btm-list .btm-list-item .box2 a {
  display: inline-block;
  width: 220px;
  height: 194px;
}
#product .top-main .btm .product-btm-box .product-box .btm-list .btm-list-item .box2 a img {
  width: 100%;
}
#product .top-main .btm .product-btm-box .product-box .btm-list .btm-list-item .box2 p {
  background-color: transparent;
}
#product .top-main .btm .product-btm-box .product-box .btm-list .btm-list-item .box3 {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
#product .top-main .btm .product-btm-box .product-box .btm-list .btm-list-item .box3 .box3-img {
  width: 640px;
  height: 502px;
}
#product .top-main .btm .product-btm-box .product-box .btm-list .btm-list-item .box3 .box3-img img {
  width: 100%;
}
#product .top-main .btm .product-btm-box .product-box .btm-list .btm-list-item .box3 .box3-img2 {
  width: 250px;
  height: 502px;
  background-color: #000;
}
#product .top-main .btm .product-btm-box .product-box .btm-list .btm-list-item .box3 .box3-img2 img {
  width: 100%;
}
#about {
  text-align: center;
  background-color: #f1f1f1;
  margin: 0 auto;
}
#about .title {
  padding-top: 95px;
}
#about .title .t1 {
  font-size: 40px;
  color: #222;
}
#about .title .t1 span {
  font-weight: 700;
  color: #dd7d00;
}
#about .title .t2 {
  font-size: 23px;
  font-family: AlibabaPuHuiTiM, AlibabaPuHuiTiM-Regular;
}
#about .box {
  display: flex;
  justify-content: space-between;
  width: 1400px;
  margin: 0 auto;
  margin-top: 80px;
  padding-bottom: 80px;
}
#about .box .fls {
  box-sizing: border-box;
  display: inline-block;
  width: 658px;
  height: 492px;
  background-color: #fff;
  padding: 30px 72px 30px 73px;
  text-align: left;
}
#about .box .fls .t1 {
  font-size: 28px;
  font-weight: 700;
  color: #222;
}
#about .box .fls .text {
  margin-top: 35px;
  color: #333;
  font-size: 16px;
  text-align: justify;
  line-height: 1.5rem;
  text-indent: 2rem;
  font-family: AlibabaPuHuiTiR, AlibabaPuHuiTiR-Regular;
}
#about .box .fls .btn {
  display: flex;
  margin-top: 30px;
  cursor: pointer;
}
#about .box .fls .btn .more {
  width: 101px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #fcb81c;
  border-radius: 19px;
  font-weight: 700;
}
#about .box .frs {
  width: 960px;
  height: 492px;
}
#about .box .frs img {
  height: 100%;
}
#service {
  background-color: #000;
  background: url(../images/i4.jpg) no-repeat;
  background-size: 100%;
  height: 1000px;
}
#service .box {
  width: 1400px;
  margin: 0 auto;
}
#service .box .title {
  text-align: center;
  padding-top: 80px;
  color: #fff;
}
#service .box .title .t1 {
  font-size: 46px;
  font-family: AlibabaPuHuiTiR, AlibabaPuHuiTiR-Regular;
  font-weight: 400;
  text-align: center;
}
#service .box .title .t1 span {
  font-weight: 700;
}
#service .box .title .t2 {
  text-align: center;
  margin-top: 26px;
}
#service .box .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}
#service .box .list .item {
  width: 450px;
  height: 400px;
  background-color: #fff;
  padding: 5px;
  overflow: hidden;
  margin-top: 8px;
}
#service .box .list .item img {
  width: 100%;
}
#zhanshi {
  background-color: #f4f4f4;
  padding-top: 200px;
  padding-bottom: 80px;
}
#zhanshi .list .list-top {
  display: flex;
  justify-content: space-between;
}
#zhanshi .list .list-top:nth-child(2) {
  margin-top: 10px;
}
#zhanshi .list .p10 {
  margin: 0 10px;
}
#zhanshi .list .item {
  display: flex;
  flex: 1;
  height: 350px;
  overflow: hidden;
  background-color: #fff;
}
#zhanshi .list .item img {
  width: 100%;
}
#zhanshi .list .l-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 424px;
  height: 350px;
  background: #ffffff;
}
#zhanshi .list .l-item .icon {
  width: 62px;
  height: 61px;
  padding: 60px 0;
  margin-bottom: 60px;
}
#zhanshi .list .l-item .icon img {
  width: 100%;
}
#zhanshi .list .l-item .t1 {
  font-size: 32px;
  color: #e3ba3d;
  font-weight: 700;
}
#zhanshi .list .l-item .t2 {
  text-transform: uppercase;
  font-size: 18px;
  color: #5c5c5c;
  margin-top: 10px;
}
#zhanshi .list .l-item .shadow {
  font-size: 48px;
  color: #141414;
  font-family: AlibabaPuHuiTiB, AlibabaPuHuiTiB-Regular;
}
#xiangmu {
  padding-top: 100px;
}
#xiangmu .title {
  text-align: center;
}
#xiangmu .title .t1 {
  font-size: 46px;
  color: #333;
}
#xiangmu .title .t1 span {
  font-weight: 700;
  margin-left: 5px;
}
#xiangmu .title .t2 {
  color: #333;
  margin-top: 10px;
  font-size: 26px;
}
#xiangmu .box1 {
  position: relative;
  display: flex;
  width: 100%;
  margin-top: 84px;
  justify-content: space-between;
}
#xiangmu .box1 .pos {
  position: absolute;
  bottom: 15%;
  left: 20%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 810px;
  height: 233px;
  background: #ffffff;
  box-shadow: 0px 0px 18px 0px rgba(36, 36, 36, 0.24);
  padding: 5px 20px;
}
#xiangmu .box1 .pos .item {
  width: 247px;
  height: 201px;
  background-color: pink;
}
#xiangmu .box1 .fl,
#xiangmu .box1 .fr {
  width: 50%;
}
#xiangmu .box1 .fl {
  padding-left: 8%;
  display: flex;
}
#xiangmu .box1 .fl .icon {
  width: 100px;
  font-size: 95px;
  color: #bf0f0f;
  font-weight: 700;
}
#xiangmu .box1 .fl .info {
  padding-left: 5%;
}
#xiangmu .box1 .fl .info .i1 {
  width: 200px;
}
#xiangmu .box1 .fl .info .i1 img {
  width: 100%;
}
#xiangmu .box1 .fl .info .i2 {
  display: flex;
  align-items: center;
}
#xiangmu .box1 .fl .info .i2 .img {
  width: 69px;
  height: 97px;
}
#xiangmu .box1 .fl .info .i2 .img img {
  width: 100%;
}
#xiangmu .box1 .fl .info .i2 .i2-cont {
  margin-left: 12px;
}
#xiangmu .box1 .fl .info .i2 .i2-cont div {
  color: #333;
  font-size: 36px;
}
#xiangmu .box1 .fl .info .i2 .i2-cont div span {
  font-weight: 700;
}
#xiangmu .box1 .fl .info .i2 .i2-cont .i2-count-div {
  color: #333;
  font-size: 22px;
}
#xiangmu .box1 .fl .info .i3 {
  display: flex;
  margin-top: 20px;
}
#xiangmu .box1 .fl .info .i3 .dian {
  width: 12px;
  height: 12px;
  border: 2px solid #000000;
  border-radius: 50%;
}
#xiangmu .box1 .fl .info .i3 .txt {
  margin-left: 12px;
  color: #333;
  font-size: 22px;
  line-height: 2.5rem;
}
#xiangmu .box2 {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#xiangmu .box2 .pos {
  position: absolute;
  bottom: 15%;
  left: 40%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 810px;
  height: 233px;
  background: #ffffff;
  box-shadow: 0px 0px 18px 0px rgba(36, 36, 36, 0.24);
  padding: 5px 20px;
}
#xiangmu .box2 .pos .item {
  width: 247px;
  height: 201px;
  background-color: pink;
}
#xiangmu .box2 .fl,
#xiangmu .box2 .fr {
  width: 50%;
}
#xiangmu .box2 .fr img {
  width: 100%;
}
#xiangmu .box2 .fl {
  padding-left: 8%;
  display: flex;
  padding-top: 50px;
}
#xiangmu .box2 .fl .icon {
  width: 100px;
  font-size: 95px;
  color: #bf0f0f;
  font-weight: 700;
}
#xiangmu .box2 .fl .info {
  padding-left: 5%;
}
#xiangmu .box2 .fl .info .i1 {
  width: 200px;
}
#xiangmu .box2 .fl .info .i1 img {
  width: 100%;
}
#xiangmu .box2 .fl .info .i2 {
  display: flex;
  align-items: center;
}
#xiangmu .box2 .fl .info .i2 .img {
  width: 69px;
  height: 97px;
}
#xiangmu .box2 .fl .info .i2 .img img {
  width: 100%;
}
#xiangmu .box2 .fl .info .i2 .i2-cont {
  margin-left: 12px;
}
#xiangmu .box2 .fl .info .i2 .i2-cont div {
  color: #333;
  font-size: 36px;
}
#xiangmu .box2 .fl .info .i2 .i2-cont div span {
  font-weight: 700;
}
#xiangmu .box2 .fl .info .i2 .i2-cont .i2-count-div {
  color: #333;
  font-size: 22px;
}
#xiangmu .box2 .fl .info .i3 {
  display: flex;
  margin-top: 20px;
}
#xiangmu .box2 .fl .info .i3 .dian {
  width: 12px;
  height: 12px;
  border: 2px solid #000000;
  border-radius: 50%;
}
#xiangmu .box2 .fl .info .i3 .txt {
  margin-left: 12px;
  color: #333;
  font-size: 22px;
  line-height: 2.5rem;
}
#xiangmu .box3 {
  width: 100%;
  height: 1000px;
  background: url(../images/i11.png);
  background-size: 100% 100%;
  background-color: #e7e7e7;
  padding-top: 150px;
}
#xiangmu .box3 .title {
  display: flex;
  align-items: center;
  justify-content: center;
}
#xiangmu .box3 .title .icon {
  font-size: 96px;
  color: #bf0f0f;
  font-weight: 700;
}
#xiangmu .box3 .title .cont {
  margin-left: 5px;
}
#xiangmu .box3 .title .cont .t1 {
  font-size: 44px;
  font-weight: 700;
  color: #333;
}
#xiangmu .box3 .title .cont .t2 {
  display: flex;
  width: 170px;
  height: 0px;
  background-color: #be000f;
  border: 3px solid #be000f;
}
#xiangmu .box3 .title .cont .t3 {
  font-size: 18px;
  color: #333;
}
#xiangmu .box3 .title .en {
  margin-left: 5px;
  font-size: 97px;
  color: #999;
  font-weight: 700;
  text-transform: uppercase;
}
#xiangmu .box3 .box {
  width: 1200px;
  height: 600px;
  background: #ffffff;
  box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.01);
  margin: 0 auto;
  margin-top: 100px;
  padding: 25px;
  display: flex;
  z-index: 100;
}
#xiangmu .box3 .box .left {
  border-top-right-radius: 12px;
  transform: translate(0%, -11%);
}
#xiangmu .box3 .box .left img {
  border-top-right-radius: 12px;
  overflow: hidden;
}
#xiangmu .box3 .box .fr {
  margin-left: 80px;
}
#xiangmu .box3 .box .fr .t .t1 {
  font-size: 46px;
  color: #333;
  font-weight: 700;
}
#xiangmu .box3 .box .fr .t .t2 {
  font-size: 24px;
  margin-top: 15px;
  line-height: 2rem;
}
#xiangmu .box3 .box .fr .t .t3 {
  display: flex;
  width: 71px;
  height: 5px;
  background: #d9a334;
  margin-top: 20px;
}
#xiangmu .box3 .box .fr .t .t4 {
  display: flex;
  margin-left: -130px;
  margin-top: 30px;

}
#xiangmu .box3 .box .fr .t .t4 img {
  width: 100%;
  height: 100%;
}
#xiangmu .box3 .box .fr .t .t4 .img1 {
      width: 213px;
  height: 197px;
  overflow: hidden;
}
#xiangmu .box3 .box .fr .t .t4 .img2 {
  width: 213px;
  height: 197px;
  overflow: hidden;
  margin-left: 5px;
}
#xiangmu .box3 .box .fr .t .t5 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
  width: 213px;
  height: 38px;
  cursor: pointer;
  background-color: #d9a334;
}
#xiangmu .box4 {
  background: none;
  background-color: #e7e7e7;
  z-index: -1;
}
#contant {
  width: 100%;
  height: 1309px;
  background: url(../images/i5.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}
#contant .title {
  color: #fff;
  padding-top: 120px;
}
#contant .title .t1 {
  font-size: 35px;
}
#contant .title .t2 {
  font-size: 90px;
  font-weight: 700;
  margin-top: 22px;
}
#contant .title .t3 {
  font-size: 23px;
  margin-top: 22px;
}
#contant .map {
  display: flex;
  justify-content: space-between;
  width: 1170px;
  margin: 0 auto;
}
#contant .map .map-box {
  width: 570px;
  height: 342px;
}
#contant .map .map-box img {
  width: 100%;
}
#contant .map .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 570px;
}
#contant .map .info .cont {
  width: 570px;
  height: 210px;
  border: 1px solid #ffffff;
  padding: 30px;
  color: #fff;
  text-align: left;
}
#contant .map .info .input {
  display: flex;
  align-items: center;
  width: 570px;
  height: 47px;
  border: 1px solid #ffffff;
  color: #fff;
  padding-left: 30px;
  margin-top: 10px;
}
#contant .map .info .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 130px;
  height: 37px;
  background: #bd0909;
  color: #fff;
}
#contant .lianxi {
  width: 1200px;
  display: flex;
  margin: 0 auto;
      justify-content: space-between;
      align-items: center;
  color: #fff;
}
#contant .lianxi .box1 p {
  display: flex;
  align-items: center;

  width: 300px;
}
#contant .lianxi .box1 span {
  display: inline-block;
  width: 100px;

}
#contant .lianxi .box2 p {
  display: flex;
}
#contant .lianxi .box2 span {
  display: inline-block;
  width: 75px;
  text-align: center;
}
