#index .index-banner {
  width: 100%;
  height: calc(100vh - 146px);
  overflow: hidden;
  position: relative;
  background-color: #3a3a3a;
}

#index .index-banner .swiper-container {
  height: 100%;
}

#index .index-banner .swiper-wrapper {
  height: 100%;
  transition-timing-function: linear;
}

#index .index-banner .slide1 {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

#index .index-banner .slide1 > img {
  width: 100%;
  opacity: 0;
}

#index .index-banner .slide1 .text-box {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
}

#index .index-banner .slide1 .text-box p {
  font-size: 50px;
  color: #fff;
}

#index .index-banner .slide1 .text-box p span {
  color: #f96221;
}

#index .index-banner .bottom-box {
  width: 100%;
  position: absolute;
  bottom: 40px;
  z-index: 100;
}

#index .index-banner .bottom-box .center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#index .index-banner .bottom-box .index-page-box {
  display: flex;
  align-items: center;
}

#index .index-banner .bottom-box .index-page-box .current, #index .index-banner .bottom-box .index-page-box .total {
  color: #f96221;
  font-size: 16px;
}

#index .index-banner .bottom-box .index-page-box .line-box {
  width: auto;
  height: 1px;
  margin: 0 20px;
  background-color: white;
  position: relative;
}

#index .index-banner .bottom-box .index-page-box .line-box .line-bar {
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #f96221;
  transition: all 1s;
}

#index .index-banner .bottom-box .mouse-box {
  color: #fff;
}

#index .index-banner .bottom-box .mouse-box i {
  font-size: 24px;
}

#index .index-banner .bottom-box .index-page {
  display: flex;
  align-items: center;
}

#index .index-banner .bottom-box .index-page .index-prev, #index .index-banner .bottom-box .index-page .index-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  background-color: #f96221;
  cursor: pointer;
  outline: none;
}

#index .index-banner .bottom-box .index-page .index-prev i, #index .index-banner .bottom-box .index-page .index-next i {
  color: #fff;
}

#index .index-banner .bottom-box .index-page .index-prev.swiper-button-disabled, #index .index-banner .bottom-box .index-page .index-next.swiper-button-disabled {
  background-color: #fff;
}

#index .index-banner .bottom-box .index-page .index-prev.swiper-button-disabled i, #index .index-banner .bottom-box .index-page .index-next.swiper-button-disabled i {
  color: #333;
}

#index .index-product {
  padding: 130px 0 80px;
}

#index .index-product .product-bg {
  display: flex;
  justify-content: space-between;
  padding: 0 40px 170px 0;
  width: 100%;
  background-repeat: repeat-y;
  background-size: 100% 4px;
  background-image: url("../img/48.png");
  background-position: center;
}

#index .index-product .product-bg .left {
  display: flex;
}

#index .index-product .product-bg .left .big-pic {
  width: 640px;
  height: 480px;
  box-shadow: 0px 12px 21px 2px rgba(201, 201, 201, 0.5);
  margin-top: -50px;
}

#index .index-product .product-bg .left .big-pic img {
  width: 100%;
  height: 100%;
}

#index .index-product .product-bg .left .info-box {
  width: 320px;
  padding-top: 90px;
  margin-left: 110px;
}

#index .index-product .product-bg .left .info-box .title .t1 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
}

#index .index-product .product-bg .left .info-box .title .t2 {
  font-size: 32px;
  line-height: 28px;
  font-weight: bold;
}

#index .index-product .product-bg .left .info-box .info {
  font-size: 14px;
  line-height: 28px;
  color: #5f5f5f;
  margin-top: 30px;
}

#index .index-product .product-bg .left .info-box .items-box {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}

#index .index-product .product-bg .left .info-box .items-box .item {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  margin-bottom: 20px;
  margin-right: 60px;
}

#index .index-product .product-bg .left .info-box .items-box .item .t1 {
  font-weight: bold;
}

#index .index-product .product-bg .tag-box {
  padding-top: 90px;
}

#index .index-product .product-bg .tag-box img {
  display: block;
  margin-bottom: 20px;
}

#index .index-product .product-bottom {
  padding-right: 40px;
  margin-top: -90px;
  display: flex;
  justify-content: space-between;
}

#index .index-product .product-bottom .pro-page {
  display: flex;
  align-items: center;
}

#index .index-product .product-bottom .pro-page .pro-prev, #index .index-product .product-bottom .pro-page .pro-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 2px solid #f96221;
  background-color: #f96221;
  border-radius: 20px;
  outline: none;
  cursor: pointer;
}

#index .index-product .product-bottom .pro-page .pro-prev.swiper-button-disabled, #index .index-product .product-bottom .pro-page .pro-next.swiper-button-disabled {
  border: 2px solid #e6e6e6;
  background-color: transparent;
}

#index .index-product .product-bottom .pro-page .pro-prev.swiper-button-disabled i, #index .index-product .product-bottom .pro-page .pro-next.swiper-button-disabled i {
  color: #333;
}

#index .index-product .product-bottom .pro-page .pro-prev i, #index .index-product .product-bottom .pro-page .pro-next i {
  font-size: 12px;
  color: #fff;
}

#index .index-product .product-bottom .pro-swiper {
  width: 860px;
  padding-bottom: 20px;
  margin-right: 0;
}

#index .index-product .product-bottom .pro-swiper .swiper-slide {
  width: 280px;
  border: solid 1px #f2f4f5;
}

#index .index-product .product-bottom .pro-swiper .swiper-slide img {
  width: 100%;
  cursor: pointer;
}

#index .index-product .product-bottom .pro-swiper .swiper-slide .com-more {
  position: absolute;
  right: 20px;
  bottom: -20px;
}

#index .index-product .product-bottom .pro-swiper .swiper-slide:hover {
  box-shadow: 0px 12px 21px 2px rgba(201, 201, 201, 0.5);
}

#index .index-product .product-bottom .pro-swiper .swiper-slide:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

#index .index-product .product-bottom .pro-swiper .swiper-slide:hover .com-more {
  background-color: #f96221;
}

#index .index-product .product-bottom .pro-swiper .swiper-slide:hover .com-more span {
  color: #fff;
}

#index .index-product .product-bottom .pro-swiper .swiper-slide:hover .com-more i {
  color: #fff;
}

#index .hot-product {
  padding: 110px 0 100px;
  background-color: #f2f4f5;
}

#index .hot-product .product-banner {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#index .hot-product .product-banner .left-banner {
  width: calc(100% - 960px);
  padding-top: 120px;
  position: relative;
}

#index .hot-product .product-banner .left-banner .desc-swiper {
  width: 280px;
  height: 230px;
  margin-left: 0;
  overflow-y: auto;
}

#index .hot-product .product-banner .left-banner .desc-swiper::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  background-color: #F5F5F5;
}

#index .hot-product .product-banner .left-banner .desc-swiper::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #ffffff;
}

#index .hot-product .product-banner .left-banner .desc-swiper::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #f96221;
}

#index .hot-product .product-banner .left-banner .desc-swiper .swiper-slide .info-box .title {
  font-size: 20px;
  line-height: 28px;
}

#index .hot-product .product-banner .left-banner .desc-swiper .swiper-slide .info-box .info {
  margin-top: 30px;
  font-size: 14px;
  line-height: 28px;
}

#index .hot-product .product-banner .left-banner .desc-title {
  font-size: 30px;
  line-height: 28px;
  font-weight: bold;
  color: #333;
  position: absolute;
  top: 0;
  left: 0;
}

#index .hot-product .product-banner .left-banner .desc-page {
  position: absolute;
  bottom: 10px;
  left: 0;
  display: flex;
  align-items: center;
}

#index .hot-product .product-banner .left-banner .desc-page .desc-prev, #index .hot-product .product-banner .left-banner .desc-page .desc-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 2px solid #e6e6e6;
  border-radius: 20px;
  outline: none;
  cursor: pointer;
}

#index .hot-product .product-banner .left-banner .desc-page .desc-prev i, #index .hot-product .product-banner .left-banner .desc-page .desc-next i {
  font-size: 12px;
  color: #333;
}

#index .hot-product .product-banner .pic-swiper {
  width: 960px;
  padding-bottom: 20px;
}

#index .hot-product .product-banner .pic-swiper .swiper-slide {
  width: 320px;
  height: auto;
  background-color: #fff;
  padding: 0px 20px 25px;
  position: relative;
  cursor: pointer;
  transition: all 0.6s;
}

#index .hot-product .product-banner .pic-swiper .swiper-slide .pic {
  width: 100%;
  overflow: hidden;
}

#index .hot-product .product-banner .pic-swiper .swiper-slide .pic img {
  width: 100%;
  transition: transform .5s ease-out;
  -webkit-transition: transform .5s ease-out;
  -moz-transition: transform .5s ease-out;
}

#index .hot-product .product-banner .pic-swiper .swiper-slide .info-box {
  padding-top: 70px;
}

#index .hot-product .product-banner .pic-swiper .swiper-slide .info-box .title {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
}

#index .hot-product .product-banner .pic-swiper .swiper-slide .info-box .line {
  margin: 10px 0;
  width: 30px;
  height: 2px;
  background-color: #333;
}

#index .hot-product .product-banner .pic-swiper .swiper-slide .info-box .desc {
  font-size: 14px;
  line-height: 28px;
  color: #333;
}

#index .hot-product .product-banner .pic-swiper .swiper-slide .com-more {
  position: absolute;
  right: 20px;
  bottom: -20px;
}

#index .hot-product .product-banner .pic-swiper .swiper-slide:hover {
  box-shadow: 0px 12px 21px 2px rgba(201, 201, 201, 0.5);
}

#index .hot-product .product-banner .pic-swiper .swiper-slide:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

#index .hot-product .product-banner .pic-swiper .swiper-slide:hover .com-more {
  background-color: #f96221;
}

#index .hot-product .product-banner .pic-swiper .swiper-slide:hover .com-more span {
  color: #fff;
}

#index .hot-product .product-banner .pic-swiper .swiper-slide:hover .com-more i {
  color: #fff;
}

#index .global-box {
  padding: 90px 0 24px;
}

#index .global-box .text-box {
  text-align: center;
  padding-bottom: 10px;
}

#index .global-box .text-box .title {
  font-size: 28px;
  line-height: 28px;
  color: #333;
  font-weight: bold;
}

#index .global-box .text-box .desc {
  color: #5f5f5f;
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
}

#index .global-box .map-bg {
  width: 100%;
  height: 679px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

#index .global-box .map-bg .map-gps {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#index .global-box .map-bg .map-gps .gps {
  position: absolute;
  top: 260px;
  right: 250px;
  display: flex;
  align-items: center;
}

#index .global-box .map-bg .map-gps .gps .spot-box {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #f96221;
  border-radius: 50%;
}

#index .global-box .map-bg .map-gps .gps .spot-box .spot {
  width: 10px;
  height: 10px;
  background-color: #f96221;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}

#index .global-box .map-bg .map-gps .gps .name {
  margin-left: 6px;
  color: #f96221;
}

#index .news-box {
  padding: 80px 0;
  background-color: #f2f4f5;
}

#index .news-box .news-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

#index .news-box .news-nav .item {
  font-size: 20px;
  color: #333;
  position: relative;
  padding-bottom: 15px;
  margin-right: 60px;
}

#index .news-box .news-nav .item.active {
  color: #f96221;
}

#index .news-box .news-nav .item.active:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #f96221;
  left: 0;
  bottom: 0;
}

#index .news-box .container .news-list {
  margin-top: 80px;
  display: flex;
}

#index .news-box .container .honor-box .title {
  font-size: 28px;
  color: #333;
  text-align: center;
  font-weight: bold;
}

#index .news-box .container .honor-box .honor-banner {
  margin-top: 80px;
}

#index .news-box .container .honor-box .honor-banner .honor-swiper .swiper-slide {
  width: 365px;
}

#index .news-box .container .honor-box .honor-banner .honor-swiper .swiper-slide .pic {
  border: 10px solid #ccc;
}

#index .news-box .container .honor-box .honor-banner .honor-swiper .swiper-slide .pic img {
  width: 100%;
}

#index .news-box .container .honor-box .honor-banner .honor-page .honor-prev, #index .news-box .container .honor-box .honor-banner .honor-page .honor-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  background-color: #f96221;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 20px);
  z-index: 10;
}

#index .news-box .container .honor-box .honor-banner .honor-page .honor-prev i, #index .news-box .container .honor-box .honor-banner .honor-page .honor-next i {
  color: #fff;
}

#index .news-box .container .honor-box .honor-banner .honor-page .honor-prev.swiper-button-disabled, #index .news-box .container .honor-box .honor-banner .honor-page .honor-next.swiper-button-disabled {
  background-color: #fff;
}

#index .news-box .container .honor-box .honor-banner .honor-page .honor-prev.swiper-button-disabled i, #index .news-box .container .honor-box .honor-banner .honor-page .honor-next.swiper-button-disabled i {
  color: #333;
}

#index .news-box .container .honor-box .honor-banner .honor-page .honor-prev {
  left: -20px;
}

#index .news-box .container .honor-box .honor-banner .honor-page .honor-next {
  right: -20px;
}

#index .news-box .container .honor-box .bg {
  width: 100%;
  height: 157px;
  background-repeat: no-repeat;
  background-size: 1773px 157px;
  background-position: center;
  margin-top: -40px;
}

#index .index-about {
  padding: 120px 0 70px;
}

#index .index-about .tops {
  display: flex;
  justify-content: space-between;
}

#index .index-about .tops .left .title {
  font-size: 28px;
  font-weight: bold;
}

#index .index-about .tops .left .tt {
  font-size: 24px;
  color: #333;
}

#index .index-about .tops .left .tt span {
  color: #f96221;
}

#index .index-about .tops .num-box {
  display: flex;
}

#index .index-about .tops .num-box .num-item {
  margin-left: 130px;
}

#index .index-about .tops .num-box .num-item .num {
  font-size: 40px;
  color: #f96221;
}

#index .index-about .tops .num-box .num-item .num span {
  font-size: 60px;
}

#index .index-about .tops .num-box .num-item .desc p {
  font-size: 14px;
  line-height: 24px;
  color: #5f5f5f;
}

#index .index-about .bottom-info {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}

#index .index-about .bottom-info .pic {
  width: 720px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#index .index-about .bottom-info .pic img {
  width: 100%;
  opacity: 0;
}

#index .index-about .bottom-info .info-box {
  width: 505px;
  margin-top: 50px;
}

#index .index-about .bottom-info .info-box .info {
  font-size: 14px;
  line-height: 28px;
  color: #333;
}

#index .index-about .bottom-info .info-box .more {
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #f96221;
  border-radius: 20px;
  font-size: 14px;
  color: #fff;
  margin-top: 50px;
}

#about .about-box {
  padding: 70px 0 120px;
  background-size: 720px 344px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url("../img/16.png");
}

#about .about-box .text-box {
  text-align: center;
}

#about .about-box .text-box .title {
  font-size: 28px;
  font-weight: bold;
}

#about .about-box .text-box .tt {
  font-size: 24px;
  color: #333;
}

#about .about-box .text-box .tt span {
  color: #f96221;
}

#about .about-box .info-box {
  width: 1100px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  margin-top: 70px;
}

#about .about-box .num-box {
  display: flex;
  margin: 0 auto;
  margin-top: 80px;
  width: 770px;
}

#about .about-box .num-box .num-item {
  margin-right: 130px;
  text-align: center;
}

#about .about-box .num-box .num-item .num {
  font-size: 40px;
  color: #f96221;
}

#about .about-box .num-box .num-item .num span {
  font-size: 60px;
}

#about .about-box .num-box .num-item .desc p {
  font-size: 14px;
  line-height: 24px;
  color: #5f5f5f;
}

#about .about-box .num-box .num-item:last-of-type {
  margin-right: 0;
}

#about .development-box {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/18.png");
  padding: 80px 0;
}

#about .development-box .title {
  font-size: 28px;
  color: #333;
  text-align: center;
  font-weight: bold;
}

#about .development-box .develop-swiper {
  position: relative;
  margin-top: 60px;
}

#about .development-box .develop-swiper .swiper-slide {
  width: 300px !important;
  height: 405px;
  position: relative;
  text-align: center;
  padding-top:90px;
}

#about .development-box .develop-swiper .swiper-slide .info-box {
  font-size: 14px;
  line-height: 20px;
  width: 200px;
  padding-right: 10px;
  margin: 0 auto;
  height: 62px;
  overflow-y: auto;
}
#about .development-box .develop-swiper .swiper-slide .info-box::-webkit-scrollbar {
  width: 2px;
  height: 10px;
  background-color: #F5F5F5;
}
#about .development-box .develop-swiper .swiper-slide .info-box::-webkit-scrollbar-track {
  border-radius:2px;
  background-color: #ffffff;
}
#about .development-box .develop-swiper .swiper-slide .info-box::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #f96221;
}
#about .development-box .develop-swiper .swiper-slide .spot {
  display: inline-block;
  width: 10px;
  height: 10px;
  line-height: 7px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  margin: 24px 0;
}

#about .development-box .develop-swiper .swiper-slide .spot span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #ccc;
}

#about .development-box .develop-swiper .swiper-slide .year {
  font-size: 40px;
  line-height: 40px;
  color: #666;
}

#about .development-box .develop-swiper .swiper-slide .mask-info {
  padding: 10px;
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: 0px 7px 62px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: none;
}

#about .development-box .develop-swiper .swiper-slide .mask-info .pic {
  width: 100%;
}

#about .development-box .develop-swiper .swiper-slide .mask-info .pic img {
  width: 100%;
}

#about .development-box .develop-swiper .swiper-slide .mask-info .info {
  font-size: 14px;
  line-height: 24px;
  padding: 20px 10px 0;
  text-align: left;
}

#about .development-box .develop-swiper .swiper-slide .mask-info .info .num {
  font-size: 50px;
  line-height: 50px;
  color: #f96221;
  margin-bottom: 10px;
}

#about .development-box .develop-swiper .swiper-slide.swiper-slide-active .mask-info {
  display: block;
}

#about .development-box .develop-swiper .swiper-slide.swiper-slide-active .mask-info:before {
  content: '';
  position: absolute;
  top: 180px;
  left: -145px;
  width: 590px;
  height: 2px;
  background-color: #f96221;
  z-index: -1;
}

#about .development-box .develop-swiper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #b5b5b5;
  left: 0;
  top: 180px;
}

#about .development-box .develop-prev, #about .development-box .develop-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 2px solid #f96221;
  background-color: #f96221;
  border-radius: 20px;
  cursor: pointer;
  outline: none;
  position: absolute;
  top: calc(50% - 20px);
}

#about .development-box .develop-prev.swiper-button-disabled, #about .development-box .develop-next.swiper-button-disabled {
  background-color: transparent;
  border: solid 2px #e6e6e6;
}

#about .development-box .develop-prev.swiper-button-disabled i, #about .development-box .develop-next.swiper-button-disabled i {
  color: #333;
}

#about .development-box .develop-prev i, #about .development-box .develop-next i {
  color: #fff;
  font-size: 12px;
}

#about .development-box .develop-prev {
  left: -40px;
}

#about .development-box .develop-next {
  right: -40px;
}

#about .culture-box {
  width: 100%;
  height: 450px;
  background-size: cover;
  background-image: url("../img/20.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 120px;
}

#about .culture-box .title {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

#about .culture-box .culture-txt {
  padding: 80px 60px;
  background-color: #f2f4f5;
  display: flex;
  justify-content: space-between;
  margin-top: 130px;
}

#about .culture-box .culture-txt .tt {
  font-size: 24px;
  color: #333;
  font-weight: bold;
}

#about .culture-box .culture-txt .desc {
  width: 55%;
  font-size: 14px;
  line-height: 28px;
  color: #333;
  text-align: right;
}

#about .honor-box {
  padding: 200px 0 20px;
}

#about .honor-box .title {
  font-size: 28px;
  color: #333;
  text-align: center;
  font-weight: bold;
}

#about .honor-box .honor-banner {
  margin-top: 70px;
}

#about .honor-box .honor-banner .honor-swiper .swiper-slide {
  width: 365px;
}

#about .honor-box .honor-banner .honor-swiper .swiper-slide .pic {
  border: 10px solid #ccc;
}

#about .honor-box .honor-banner .honor-swiper .swiper-slide .pic img {
  width: 100%;
}

#about .honor-box .honor-banner .honor-page .honor-prev, #about .honor-box .honor-banner .honor-page .honor-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  background-color: #f96221;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 20px);
  z-index: 10;
}

#about .honor-box .honor-banner .honor-page .honor-prev i, #about .honor-box .honor-banner .honor-page .honor-next i {
  color: #fff;
}

#about .honor-box .honor-banner .honor-page .honor-prev.swiper-button-disabled, #about .honor-box .honor-banner .honor-page .honor-next.swiper-button-disabled {
  background-color: #fff;
}

#about .honor-box .honor-banner .honor-page .honor-prev.swiper-button-disabled i, #about .honor-box .honor-banner .honor-page .honor-next.swiper-button-disabled i {
  color: #333;
}

#about .honor-box .honor-banner .honor-page .honor-prev {
  left: -20px;
}

#about .honor-box .honor-banner .honor-page .honor-next {
  right: -20px;
}

#about .honor-box .bg {
  width: 100%;
  height: 157px;
  background-repeat: no-repeat;
  background-size: 1773px 157px;
  background-position: center;
  margin-top: -40px;
}

#about .research-center {
  background-color: #f2f4f5;
  padding: 130px 0;
}

#about .research-center .title {
  font-size: 28px;
  color: #333;
  font-weight: bold;
  text-align: center;
}

#about .research-center .research-banner {
  margin-top: 70px;
}

#about .research-center .research-banner .research-swiper .swiper-slide {
  width: 365px;
}

#about .research-center .research-banner .research-swiper .swiper-slide .pic {
  width: 100%;
  overflow: hidden;
}

#about .research-center .research-banner .research-swiper .swiper-slide .pic img {
  width: 100%;
  transition: transform .5s ease-out;
  -webkit-transition: transform .5s ease-out;
  -moz-transition: transform .5s ease-out;
}

#about .research-center .research-banner .research-swiper .swiper-slide .info-box {
  background-color: #fff;
  text-align: left;
  padding: 30px 25px;
  position: relative;
  box-shadow: 0px 12px 21px 2px rgba(201, 201, 201, 0.5);
}

#about .research-center .research-banner .research-swiper .swiper-slide .info-box .tt {
  font-size: 24px;
  color: #333;
}

#about .research-center .research-banner .research-swiper .swiper-slide .info-box .info {
  font-size: 14px;
  line-height: 28px;
}

#about .research-center .research-banner .research-swiper .swiper-slide .info-box:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #f96221;
  left: 0;
  bottom: 0;
}

#about .research-center .research-banner .research-swiper .swiper-slide:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

#about .research-center .research-banner .research-page {
  display: flex;
  align-items: center;
  justify-content: center;
}

#about .research-center .research-banner .research-page .research-prev, #about .research-center .research-banner .research-page .research-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  background-color: #f96221;
  outline: none;
  cursor: pointer;
}

#about .research-center .research-banner .research-page .research-prev i, #about .research-center .research-banner .research-page .research-next i {
  color: #fff;
}

#about .research-center .research-banner .research-page .research-prev.swiper-button-disabled, #about .research-center .research-banner .research-page .research-next.swiper-button-disabled {
  background-color: #fff;
}

#about .research-center .research-banner .research-page .research-prev.swiper-button-disabled i, #about .research-center .research-banner .research-page .research-next.swiper-button-disabled i {
  color: #333;
}

#about .team-box {
  width: 100%;
}

#about .team-box .team-banner {
  width: 100%;
  position: relative;
}

#about .team-box .team-banner .team-swiper .swiper-slide {
  display: flex;
}

#about .team-box .team-banner .team-swiper .swiper-slide .pic {
  width: 50%;
}

#about .team-box .team-banner .team-swiper .swiper-slide .info-box {
  width: 50%;
  padding: 200px 120px 0 13.5%;
}

#about .team-box .team-banner .team-swiper .swiper-slide .info-box .name {
  color: #666;
}

#about .team-box .team-banner .team-swiper .swiper-slide .info-box .name span {
  font-size: 24px;
  color: #333;
  margin-right: 15px;
}

#about .team-box .team-banner .team-swiper .swiper-slide .info-box .info {
  font-size: 14px;
  line-height: 28px;
  color: #333;
  margin-top: 20px;
}

#about .team-box .team-banner .team-title {
  font-size: 28px;
  color: #333;
  font-weight: bold;
  position: absolute;
  top: 90px;
  left: 13.5%;
  z-index: 10;
}

#about .team-box .team-banner .team-page {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 70px;
  left: 13.5%;
  z-index: 10;
}

#about .team-box .team-banner .team-page .team-prev, #about .team-box .team-banner .team-page .team-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  background-color: #f96221;
  outline: none;
  cursor: pointer;
}

#about .team-box .team-banner .team-page .team-prev i, #about .team-box .team-banner .team-page .team-next i {
  color: #fff;
}

#about .team-box .team-banner .team-page .team-prev.swiper-button-disabled, #about .team-box .team-banner .team-page .team-next.swiper-button-disabled {
  background-color: #fff;
}

#about .team-box .team-banner .team-page .team-prev.swiper-button-disabled i, #about .team-box .team-banner .team-page .team-next.swiper-button-disabled i {
  color: #333;
}

#news .news-list {
  display: flex;
  flex-wrap: wrap;
}

#news .news-list .news-item {
  margin-top: 80px;
}

#news .detail-box {
  display: flex;
  justify-content: space-between;
}

#news .detail-box .detail-content {
  width: 1000px;
  background-color: #fff;
  padding: 40px 50px 60px;
}
#news .detail-box .detail-content.recruit-content{
  width: 1400px;
}
#news .detail-box .detail-content .title-box {
  padding-bottom: 25px;
  border-bottom: 1px solid #e6e6e6;
}

#news .detail-box .detail-content .title-box .title {
  font-size: 28px;
  font-weight: bold;
  color: #333;
}

#news .detail-box .detail-content .title-box .date {
  font-size: 14px;
  line-height: 24px;
  color: #5f5f5f;
}

#news .detail-box .detail-content .content {
  padding: 25px 0 40px;
}

#news .detail-box .detail-content .detail-bottom {
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e6e6e6;
}

#news .detail-box .detail-content .detail-bottom .page {
  width: 50%;
}

#news .detail-box .detail-content .detail-bottom .page.next {
  text-align: right;
}

#news .detail-box .detail-content .back {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background-color: #f96221;
  border-radius: 20px;
  display: block;
  margin: 0 auto;
  margin-top: 35px;
}

#news .detail-box .detail-right {
  width: 380px;
}

#news .detail-box .detail-right .news-item {
  padding-bottom: 70px;
  margin-bottom: 20px;
}

#news .detail-box .detail-right .news-item:hover {
  transform: translateY(0);
}

#contact .contact-tops {
  padding: 60px 0 80px;
}

#contact .contact-tops .title-box {
  font-size: 30px;
  line-height: 28px;
  font-weight: bold;
}

#contact .contact-tops .map-box {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

#contact .contact-tops .map-box .map {
  width: 1000px;
  height: 480px;
}

#contact .contact-tops .map-box .map-info {
  width: 370px;
  border: 1px solid #e6e6e6;
  padding: 30px 20px;
}

#contact .contact-tops .map-box .map-info .title {
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}

#contact .contact-tops .map-box .map-info .item {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #e6e6e6;
  padding: 25px 0;
}

#contact .contact-tops .map-box .map-info .item i {
  font-size: 16px;
  color: #f96221;
  margin-top: 5px;
}

#contact .contact-tops .map-box .map-info .item .desc {
  font-size: 16px;
  line-height: 26px;
  margin-left: 10px;
}

#contact .contact-tops .map-box .map-info .item:last-of-type {
  border: 0;
}

#contact .contact-message {
  background-color: #f2f4f5;
  padding: 70px 0 50px;
}

#contact .contact-message .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#contact .contact-message .title-box .t1 {
  font-size: 30px;
  line-height: 28px;
  color: #333;
  font-weight: bold;
}

#contact .contact-message .title-box .t2 {
  color: #666;
  font-size: 16px;
}

#contact .contact-message .email-items {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#contact .contact-message .email-items input, #contact .contact-message .email-items textarea {
  background-color: #fff;
  border: 0;
}

#contact .contact-message .email-items input::-webkit-input-placeholder, #contact .contact-message .email-items textarea::-webkit-input-placeholder {
  color: #999 !important;
}

#contact .contact-message .email-items input:-moz-placeholder, #contact .contact-message .email-items textarea:-moz-placeholder {
  color: #999 !important;
}

#contact .contact-message .email-items input:-ms-input-placeholder, #contact .contact-message .email-items textarea:-ms-input-placeholder {
  color: #999 !important;
}

#contact .contact-message .email-items input {
  width: 686px;
  height: 60px;
  padding-left: 30px;
}

#contact .contact-message .email-items textarea {
  width: 100%;
  height: 300px;
  padding: 20px 30px;
  resize: none;
  margin-top: 30px;
}

#contact .contact-message .email-items .code-box {
  display: flex;
  align-items: center;
  height: 60px;
}

#contact .contact-message .email-items .code-box input {
  width: 200px;
}

#contact .contact-message .email-items .code-box .img {
  width: 150px;
  height: 100%;
  margin-left: 20px;
}

#contact .contact-message .email-items .code-box .img img {
  width: 100%;
  height: 100%;
}

#contact .contact-message .email-items .sub-btn {
  width: 160px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f96221;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  padding: 0 5px 0 30px;
  cursor: pointer;
}

#contact .contact-message .email-items .sub-btn .icon-box {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
}

#contact .contact-message .email-items .sub-btn .icon-box i {
  font-size: 14px;
  color: #f96221;
}

#product .product-list {
  display: flex;
  flex-wrap: wrap;
}

#product .product-list .pro-item {
  width: 320px;
  height: auto;
  background-color: #fff;
  margin-right: 40px;
  padding: 0px 20px 70px;
  position: relative;
  cursor: pointer;
  transition: all 0.6s;
  margin-top: 50px;
}

#product .product-list .pro-item .pic {
  width: 100%;
  overflow: hidden;
}

#product .product-list .pro-item .pic img {
  width: 100%;
  transition: transform .5s ease-out;
  -webkit-transition: transform .5s ease-out;
  -moz-transition: transform .5s ease-out;
}

#product .product-list .pro-item .info-box {
  padding-top: 10px;
}

#product .product-list .pro-item .info-box .title {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
}

#product .product-list .pro-item .info-box .line {
  margin: 10px 0;
  width: 30px;
  height: 2px;
  background-color: #333;
}

#product .product-list .pro-item .info-box .desc {
  font-size: 14px;
  line-height: 28px;
  color: #333;
}

#product .product-list .pro-item .com-more {
  position: absolute;
  right: 20px;
  bottom: -20px;
}

#product .product-list .pro-item:nth-of-type(4n) {
  margin-right: 0;
}

#product .product-list .pro-item:hover {
  box-shadow: 0px 12px 21px 2px rgba(201, 201, 201, 0.5);
}

#product .product-list .pro-item:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

#product .product-list .pro-item:hover .com-more {
  background-color: #f96221;
}

#product .product-list .pro-item:hover .com-more span {
  color: #fff;
}

#product .product-list .pro-item:hover .com-more i {
  color: #fff;
}

#product .product-box {
  margin-top: 60px;
  margin-bottom: 90px;
}

#product .product-box .product-content {
  padding: 40px 40px 80px;
  background-color: #fff;
}

#product .product-box .product-content .pro-tops {
  display: flex;
  justify-content: space-between;
}

#product .product-box .product-content .pro-tops .pro-swiper {
  width: 580px;
  height: 434px;
  border: 1px solid #e6e6e6;
}

#product .product-box .product-content .pro-tops .pro-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

#product .product-box .product-content .pro-tops .pro-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}

#product .product-box .product-content .pro-tops .pro-info {
  width: 630px;
  margin-top: 60px;
}

#product .product-box .product-content .pro-tops .pro-info .title .t1 {
  font-size: 20px;
  line-height: 28px;
  color: #666;
}

#product .product-box .product-content .pro-tops .pro-info .title .name {
  font-size: 38px;
  line-height: 28px;
  color: #333;
  font-weight: bold;
  margin-top: 15px;
}

#product .product-box .product-content .pro-tops .pro-info .info {
  font-size: 14px;
  line-height: 28px;
  color: #5f5f5f;
  margin-top: 30px;
}

#product .product-box .product-content .pro-tops .pro-info .item-box {
  margin-top: 40px;
}

#product .product-box .product-content .pro-tops .pro-info .item-box img {
  width: 60px;
  margin-right: 20px;
}

#product .product-box .product-content .pro-detail {
  padding: 10px 30px;
  background-color: #fff;
  margin-top: 40px;
}

#product .product-box .product-content .pro-detail .items-box {
  padding: 30px 15px;
  border-bottom: 1px solid #e6e6e6;
}

#product .product-box .product-content .pro-detail .items-box .title {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
}

#product .product-box .product-content .pro-detail .items-box .title:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 3px;
  left: -15px;
  top: 10px;
}

#product .product-box .product-content .pro-detail .items-box .desc-box .line .tt {
  font-size: 16px;
  font-weight: bold;
}

#product .product-box .product-content .pro-detail .items-box .desc-box .line .tt .num {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
  background-color: #333;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  margin-right: 10px;
}

#product .product-box .product-content .pro-detail .items-box .desc-box .line .item-list {
  display: flex;
  margin-top: 20px;
}

#product .product-box .product-content .pro-detail .items-box .desc-box .line .item-list .item {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-right: 70px;
}

#product .product-box .product-content .pro-detail .items-box .desc-box .line .item-list .item .t1 {
  font-weight: bold;
}

#product .product-box .product-content .pro-detail .items-box .desc-box .line .item-list .item:last-of-type {
  margin-right: 0;
}

#product .product-box .product-content .pro-detail .items-box .items-display {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#product .product-box .product-content .pro-detail .items-box .items-display .d-item {
  margin-bottom: 20px;
}

#product .product-box .product-content .pro-detail .items-box:last-of-type {
  border: 0;
}

#product .product-box .product-content .back-btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #f96221;
  border-radius: 20px;
  display: block;
  margin: 0 auto;
  margin-top: 70px;
}

#product .product-box .detail-bottoms {
  height: 160px;
  border-top: 1px solid #e6e6e6;
  display: flex;
}

#product .product-box .detail-bottoms .page {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 0 20px 0 30px;
  transition: all 0.6s;
}

#product .product-box .detail-bottoms .page .arr-box {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #f96221;
  border-radius: 20px;
  border: 1px solid #fff;
}

#product .product-box .detail-bottoms .page .arr-box i {
  color: #fff;
}

#product .product-box .detail-bottoms .page .dis-box {
  display: flex;
  align-items: center;
}

#product .product-box .detail-bottoms .page .dis-box .info-box {
  margin-left: 30px;
}

#product .product-box .detail-bottoms .page .dis-box .info-box .title {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
}

#product .product-box .detail-bottoms .page .dis-box .info-box .line {
  width: 30px;
  height: 2px;
  margin: 15px 0;
  background-color: #333;
}

#product .product-box .detail-bottoms .page .dis-box .info-box .info {
  font-size: 14px;
  line-height: 28px;
}

#product .product-box .detail-bottoms .page .dis-box .pic {
  width: 160px;
  margin-left: 30px;
  display: none;
}

#product .product-box .detail-bottoms .page .dis-box .pic img {
  width: 100%;
}

#product .product-box .detail-bottoms .page.reserve {
  flex-direction: row-reverse;
}

#product .product-box .detail-bottoms .page.reserve .dis-box .pic {
  margin-left: 0;
  margin-right: 30px;
}

#product .product-box .detail-bottoms .page.reserve .dis-box .info-box {
  margin-right: 30px;
}

#product .product-box .detail-bottoms .page:hover {
  background-color: #f96221;
}

#product .product-box .detail-bottoms .page:hover .info-box {
  color: #fff;
  margin-right: 30px;
}

#product .product-box .detail-bottoms .page:hover .info-box .line {
  background-color: #fff;
}

#product .product-box .detail-bottoms .page:hover .pic {
  display: block;
}

#product .product-intro .intro-title {
  font-size: 30px;
  line-height: 28px;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 40px;
}

#product .product-intro .intro-list {
  display: flex;
}

#product .product-intro .intro-list .intro-item {
  width: 320px;
  height: auto;
  background-color: #fff;
  margin-right: 40px;
  padding: 20px;
  position: relative;
  cursor: pointer;
  transition: all 0.6s;
}

#product .product-intro .intro-list .intro-item .pic {
  width: 100%;
  overflow: hidden;
}

#product .product-intro .intro-list .intro-item .pic img {
  width: 100%;
  transition: transform .5s ease-out;
  -webkit-transition: transform .5s ease-out;
  -moz-transition: transform .5s ease-out;
}

#product .product-intro .intro-list .intro-item .info-box {
  padding-top: 10px;
}

#product .product-intro .intro-list .intro-item .info-box .title {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}

#product .product-intro .intro-list .intro-item .info-box .desc {
  font-size: 14px;
  line-height: 24px;
  color: #5f5f5f;
  margin-top: 10px;
}

#product .product-intro .intro-list .intro-item .com-more {
  position: absolute;
  right: 20px;
  bottom: -20px;
}

#product .product-intro .intro-list .intro-item:nth-of-type(4n) {
  margin-right: 0;
}

#product .product-intro .intro-list .intro-item:hover {
  box-shadow: 0px 12px 21px 2px rgba(201, 201, 201, 0.5);
}

#product .product-intro .intro-list .intro-item:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

#product .product-intro .intro-list .intro-item:hover .com-more {
  background-color: #f96221;
}

#product .product-intro .intro-list .intro-item:hover .com-more span {
  color: #fff;
}

#product .product-intro .intro-list .intro-item:hover .com-more i {
  color: #fff;
}

#case .case-box {
  margin-top: 60px;
  margin-bottom: 120px;
}

#case .case-box .case-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

#case .case-box .case-content .case-big {
  width: 680px;
  height: auto;
  background-color: #fff;
  padding: 20px 20px 130px;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.6s;
}

#case .case-box .case-content .case-big .pic {
  width: 100%;
  overflow: hidden;
}

#case .case-box .case-content .case-big .pic img {
  width: 100%;
  transition: transform .5s ease-out;
  -webkit-transition: transform .5s ease-out;
  -moz-transition: transform .5s ease-out;
}

#case .case-box .case-content .case-big .info-box {
  padding-top: 20px;
}

#case .case-box .case-content .case-big .info-box .title {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}

#case .case-box .case-content .case-big .info-box .desc {
  font-size: 14px;
  line-height: 28px;
  color: #5f5f5f;
  margin-top: 15px;
}

#case .case-box .case-content .case-big .com-more {
  position: absolute;
  right: 20px;
  bottom: -20px;
}

#case .case-box .case-content .case-big:nth-of-type(3n) {
  margin-right: 0;
}

#case .case-box .case-content .case-big:hover {
  box-shadow: 0px 12px 21px 2px rgba(201, 201, 201, 0.5);
}

#case .case-box .case-content .case-big:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

#case .case-box .case-content .case-big:hover .com-more {
  background-color: #f96221;
}

#case .case-box .case-content .case-big:hover .com-more span {
  color: #fff;
}

#case .case-box .case-content .case-big:hover .com-more i {
  color: #fff;
}

#case .case-box .case-content .case-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 680px;
}

#case .case-box .case-content .case-list .case-item {
  width: 320px;
  height: auto;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 40px;
  position: relative;
  cursor: pointer;
  transition: all 0.6s;
}

#case .case-box .case-content .case-list .case-item .pic {
  width: 100%;
  overflow: hidden;
}

#case .case-box .case-content .case-list .case-item .pic img {
  width: 100%;
  transition: transform .5s ease-out;
  -webkit-transition: transform .5s ease-out;
  -moz-transition: transform .5s ease-out;
}

#case .case-box .case-content .case-list .case-item .info-box {
  padding-top: 10px;
}

#case .case-box .case-content .case-list .case-item .info-box .title {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}

#case .case-box .case-content .case-list .case-item .info-box .desc {
  font-size: 14px;
  line-height: 24px;
  color: #5f5f5f;
  margin-top: 10px;
}

#case .case-box .case-content .case-list .case-item .com-more {
  position: absolute;
  right: 20px;
  bottom: -20px;
}

#case .case-box .case-content .case-list .case-item:hover {
  box-shadow: 0px 12px 21px 2px rgba(201, 201, 201, 0.5);
}

#case .case-box .case-content .case-list .case-item:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

#case .case-box .case-content .case-list .case-item:hover .com-more {
  background-color: #f96221;
}

#case .case-box .case-content .case-list .case-item:hover .com-more span {
  color: #fff;
}

#case .case-box .case-content .case-list .case-item:hover .com-more i {
  color: #fff;
}

#case .case-box .case-content .case-list .case-item:nth-of-type(3), #case .case-box .case-content .case-list .case-item:nth-of-type(4) {
  margin-bottom: 0;
}

#case .case-box .case-content.reserve {
  flex-direction: row-reverse;
}

#search .search-box-input {
  width: 100%;
  margin: 40px 0 30px;
  height: 54px;
  position: relative;
  z-index: 9;
}

#search .search-box-input .container {
  height: 100%;
}

#search .search-box-input .left {
  width: 540px;
  max-width: 38.57%;
  height: 100%;
  display: inline-block;
  float: left;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
}

#search .search-box-input .left .select {
  display: inline-block;
  float: left;
  width: 90px;
  height: 100%;
  padding: 0 10px 0 0;
  position: relative;
}

#search .search-box-input .left .select > span {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 54px;
  font-size: 18px;
  padding: 0 14px 0 14px;
  background-image: url("../img/50.png");
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;
}

#search .search-box-input .left .select .sub {
  width: 100%;
  position: absolute;
  top: 55px;
  left: 0;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  z-index: 99;
  display: none;
}

#search .search-box-input .left .select .sub span {
  display: block;
  width: 100%;
  text-align: center;
  height: 30px;
  line-height: 30px;
  transition: all 0.3s;
  cursor: pointer;
}

#search .search-box-input .left .select .sub span:hover, #search .search-box-input .left .select .sub span.active {
  background-color: #f96221;
  color: #fff;
}

#search .search-box-input .left .input {
  display: inline-block;
  float: left;
  width: calc(100% - 90px);
  height: 100%;
  border-left: 1px solid #e6e6e6;
}

#search .search-box-input .left .input input {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  border: none;
  background-color: #fff;
  border-radius: 0;
  font-size: 18px;
}

#search .search-box-input .btn {
  display: inline-block;
  float: left;
}

#search .search-box-input .btn button {
  width: 117px;
  height: 54px;
  background-color: #f96221;
  border: none;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#search .search-box-input .btn button span {
  display: inline-block;
  line-height: 18px;
}

#search .search-box-input .btn button i {
  font-size: 20px;
  color: #fff;
  margin-left: 20px;
}

#search .search-result {
  width: 100%;
  padding-bottom: 50px;
}

#search .search-result .item {
  width: 100%;
  padding: 24px 0;
  border-bottom: 1px solid #e6e6e6;
}

#search .search-result .item .title {
  width: 100%;
  line-height: 16px;
  font-size: 16px;
  display: flex;
  align-items: center;
}

#search .search-result .item .title i {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #f96221;
  margin-right: 10px;
}

#search .search-result .item .title p {
  display: inline-block;
  width: calc(100% - 14px);
}

#search .search-result .item .date {
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  color: #999;
  margin-top: 10px;
  padding-left: 14px;
}

#search .search-result .pages {
  margin-top: 50px;
}
