.index-page .index-moudel {
  background-color: #fff;
  padding: 40px 0 40px;
  margin-bottom: 40px;
}
.index-page .index-moudel-title {
  text-align: center;
}
.index-page .index-moudel-title .en {
  font-size: 16px;
  color: #999;
}
.index-page .index-moudel-title .en::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #999;
  margin: 5px auto 10px;
}
.index-page .index-moudel-title h3 {
  font-size: 30px;
  font-weight: 700;
}
.index-page .index-data {
  margin-bottom: 40px;
  background-color: #fff;
  padding: 20px 0 20px;
}
.index-page .index-data .data-wrap {
  padding: 20px 0 20px;
}
.index-page .index-data .data-wrap .item {
  float: left;
  width: 25%;
  text-align: center;
  margin-bottom: 10px;
}
.index-page .index-data .data-wrap .num {
  font-size: 36px;
  line-height: 40px;
  height: 40px;
  font-weight: 700;
}
.index-page .index-data .data-wrap .tip {
  font-size: 14px;
  line-height: 16px;
  height: 16px;
  color: #666;
  margin-bottom: 24px;
}
.index-page .index-data .data-wrap .icon img {
  width: 100px;
  height: 100px;
}
.index-page .index-intr {
  background-color: transparent !important;
  padding: 0 !important;
}
.index-page .index-intr .ym-content {
  background-color: #fff;
  padding-top: 20px;
}
.index-page .index-intr .intr-wrap {
  margin-top: 60px;
  height: 380px;
}
.index-page .index-intr .l-img {
  width: 600px;
  height: 380px;
  float: left;
}
.index-page .index-intr .l-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.index-page .index-intr .r-text {
  float: left;
  width: 600px;
  height: 380px;
  padding: 0 40px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.index-page .index-intr .r-text h5 {
  font-size: 24px;
  line-height: 34px;
}
.index-page .index-intr .r-text .text {
  padding-top: 24px;
  text-align: justify;
}
.index-page .index-intr .r-text .text br {
  display: none;
}
.index-page .index-intr .r-text .text p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 24px;
}
.index-page .index-intr .r-text .btn {
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 40px;
}
.index-page .index-intr .r-text .btn a {
  width: 50%;
  position: absolute;
  left: 50%;
  margin-left: -25%;
  top: 0;
  height: 38px;
  line-height: 40px;
  border: 1px solid #d92400;
  color: #d92400;
  text-align: center;
  display: block;
  border-radius: 20px;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.index-page .index-intr .r-text .btn a:hover {
  width: 80%;
  margin-left: -40%;
  background-color: #d92400;
  color: #fff;
}
.index-page .index-class {
  background-color: transparent !important;
  padding: 0 !important;
  margin-bottom: 20px;
}
.index-page .index-class .class-wrap {
  background-color: #fff;
  padding: 20px 25px 0;
}
.index-page .index-class .title {
  text-align: center;
  margin-bottom: 30px;
}
.index-page .index-class .title h5 {
  font-size: 30px;
  margin-bottom: 10px;
}
.index-page .index-class .title p {
  font-size: 24px;
}
.index-page .index-class .title a {
  display: block;
  width: 100px;
  height: 38px;
  background-color: #d92400;
  color: #fff;
  line-height: 38px;
  text-align: center;
  margin: 15px auto 0;
  border-radius: 18px;
}
.index-page .index-class .class-img {
  height: 400px;
  overflow: hidden;
  position: relative;
}
.index-page .index-class .class-img.animate-end ul {
  left: 0;
}
.index-page .index-class .class-img.animate-end .phone {
  right: 0;
  margin-right: 0;
}
.index-page .index-class .class-img ul {
  padding-top: 95px;
  height: 210px;
  width: 850px;
  position: absolute;
  left: -850px;
  top: 0;
  -webkit-transition: left 0.8s;
  -o-transition: left 0.8s;
  -moz-transition: left 0.8s;
  transition: left 0.8s;
}
.index-page .index-class .class-img ul li {
  width: 170px;
  height: 210px;
  float: left;
}
.index-page .index-class .class-img ul li img {
  width: 150px;
  height: 150px;
  display: block;
  margin: 0 auto;
}
.index-page .index-class .class-img ul li .text {
  font-size: 30px;
  line-height: 60px;
  height: 60px;
  text-align: center;
}
.index-page .index-class .class-img .phone {
  width: 300px;
  height: 400px;
  position: absolute;
  right: 50%;
  margin-right: -150px;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
  top: 0;
}
.index-page .index-class .class-img .phone img {
  margin: 0 auto;
  width: 246px;
  height: 399px;
  display: block;
}
.index-page .index-slogan {
  margin-bottom: 40px;
}
.index-page .index-slogan.animate-end .item {
  -webkit-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  -o-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
.index-page .index-slogan .slogan-wrap {
  height: 520px;
  width: 100%;
}
.index-page .index-slogan .title {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 15px;
}
.index-page .index-slogan .title h5 {
  font-size: 30px;
  margin-bottom: 10px;
}
.index-page .index-slogan .title p {
  font-size: 24px;
}
.index-page .index-slogan .title a {
  display: block;
  width: 100px;
  height: 38px;
  background-color: #d92400;
  color: #fff;
  line-height: 38px;
  text-align: center;
  margin: 15px auto 0;
  border-radius: 18px;
}
.index-page .index-slogan .item {
  width: 590px;
  height: 520px;
  background-color: #fff;
  float: left;
  margin-left: 20px;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.index-page .index-slogan .item.item1 {
  -webkit-transition: transform 0.6s;
  -o-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -moz-transition: transform 0.6s, -moz-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s, -moz-transform 0.6s, -o-transform 0.6s;
  margin-left: 0px;
}
.index-page .index-slogan .item.item2 {
  -webkit-transition: -webkit-transform 0.6s 0.2s;
  transition: -webkit-transform 0.6s 0.2s;
  -o-transition: -o-transform 0.6s 0.2s;
  -moz-transition: transform 0.6s 0.2s, -moz-transform 0.6s 0.2s;
  transition: transform 0.6s 0.2s;
  transition: transform 0.6s 0.2s, -webkit-transform 0.6s 0.2s, -moz-transform 0.6s 0.2s, -o-transform 0.6s 0.2s;
}
.index-page .index-slogan .item .img {
  width: 590px;
  height: 360px;
}
.index-page .index-slogan .item .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.index-page .index-warehouse {
  background-color: transparent !important;
  padding: 0 !important;
}
.index-page .index-warehouse .ym-content {
  background-color: #fff;
  padding: 30px;
}
.index-page .index-warehouse .warehouse-wrap {
  height: 720px;
  margin-top: 30px;
  width: 100%;
}
.index-page .index-warehouse .l-nav {
  float: left;
  width: 320px;
}
.index-page .index-warehouse .l-nav .item {
  width: 320px;
  height: 180px;
  display: table;
  background-color: #f5f5f5;
  text-align: center;
  color: #999;
  cursor: pointer;
}
.index-page .index-warehouse .l-nav .item .cell {
  display: table-cell;
  vertical-align: middle;
}
.index-page .index-warehouse .l-nav .item .h {
  font-size: 30px;
  margin-bottom: 18px;
}
.index-page .index-warehouse .l-nav .item .p {
  font-size: 24px;
  line-height: 36px;
}
.index-page .index-warehouse .l-nav .item.active {
  color: #fff;
  background-color: #d92400;
}
.index-page .index-warehouse .r-con {
  position: relative;
  margin-left: 360px;
}
.index-page .index-warehouse .r-con .item {
  height: 720px;
  display: none;
}
.index-page .index-warehouse .r-con .item.active {
  display: block;
}
.index-page .index-warehouse .r-con .intr {
  height: 180px;
  padding: 50px 0 50px 40px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.index-page .index-warehouse .r-con .intr::after {
  content: "";
  display: block;
  width: 6px;
  background-color: #d92400;
  height: 80px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -40px;
}
.index-page .index-warehouse .r-con .intr p {
  font-size: 24px;
  line-height: 40px;
}
.index-page .index-warehouse .r-con .intr p strong {
  font-size: 36px;
  font-weight: normal;
}
.index-page .index-warehouse .r-con .img-list {
  height: 540px;
}
.index-page .index-warehouse .r-con .img-list .img {
  float: left;
  height: 170px;
  width: 410px;
  margin-left: 20px;
}
.index-page .index-warehouse .r-con .img-list .img img {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #999;
}
.index-page .index-warehouse .r-con .img-list .img.img0 {
  height: 350px;
  width: 100%;
  margin-left: 0;
  margin-bottom: 20px;
}
.index-page .index-warehouse .r-con .img-list .img.img1 {
  margin-left: 0;
}
.index-page .index-brand .brand-wrap {
  padding-top: 30px;
}
.index-page .index-brand .brand-wrap .item {
  float: left;
  width: 175px;
  height: 100px;
  margin-left: 30px;
  margin-bottom: 30px;
}
.index-page .index-brand .brand-wrap .item .img-wrap {
  width: 100%;
  height: 100%;
}
.index-page .index-brand .brand-wrap .item:nth-child(6n+1) {
  margin-left: 0;
}
.index-page .index-brand .brand-wrap .item img {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
}
.index-page .index-brand .brand-wrap .more a {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  margin: 0 auto;
  color: #666;
  -webkit-box-shadow: 0px 1px 6px 0px rgba(128, 128, 128, 0.3);
  box-shadow: 0px 1px 6px 0px rgba(128, 128, 128, 0.3);
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.index-page .index-brand .brand-wrap .more a:hover {
  color: #fff;
  background-color: #d92400;
}
.index-page .index-features .title {
  text-align: center;
  margin-bottom: 20px;
}
.index-page .index-features .title .h {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 700;
}
.index-page .index-features .title .p {
  font-size: 24px;
}
.index-page .index-features .item {
  background-color: #fff;
  width: 1000px;
  height: 420px;
  margin: 0 auto 30px;
  display: table;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
}
.index-page .index-features .item.animate-end {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.index-page .index-features .item .cell {
  display: table-cell;
  font-size: 0;
  vertical-align: middle;
}
.index-page .index-features .item .l-wrap {
  display: inline-block;
  width: 500px;
  text-align: center;
  line-height: 420px;
  font-size: 0;
}
.index-page .index-features .item .r-wrap {
  display: inline-block;
  width: 500px;
  text-align: center;
  line-height: 420px;
  font-size: 0;
}
.index-page .index-features .item:nth-child(1n) .l-wrap {
  float: left;
}
.index-page .index-features .item:nth-child(1n) .r-wrap {
  float: right;
}
.index-page .index-features .item:nth-child(2n) .l-wrap {
  float: right;
}
.index-page .index-features .item:nth-child(2n) .r-wrap {
  float: left;
}
.index-page .index-features .item .text {
  width: 280px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.index-page .index-features .item .text .t {
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 20px;
}
.index-page .index-features .item .text .i {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 16px;
}
.index-page .index-features .item .text .p {
  font-size: 24px;
  color: #999;
  line-height: 32px;
}
.index-page .index-features .item .text::after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background-color: #d92400;
  margin: 24px auto 0;
}
.index-page .index-features .item .img {
  width: 440px;
  height: 256px;
  display: inline-block;
  vertical-align: middle;
}
.index-page .index-features .item .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.index-page .index-news .news-wrap {
  margin-top: 40px;
}
.index-page .index-news .news-wrap .new-nav {
  font-size: 0;
  text-align: center;
  width: 900px;
  margin: 0 auto 60px;
  -webkit-box-shadow: 0px 1px 12px 0px rgba(52, 52, 52, 0.3);
  box-shadow: 0px 1px 12px 0px rgba(52, 52, 52, 0.3);
}
.index-page .index-news .news-wrap .new-nav .item {
  width: 300px;
  height: 160px;
  display: inline-block;
  color: #999;
  padding-top: 38px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.index-page .index-news .news-wrap .new-nav .item .icon {
  margin-bottom: 18px;
}
.index-page .index-news .news-wrap .new-nav .item .icon i {
  font-size: 38px;
}
.index-page .index-news .news-wrap .new-nav .item .text {
  font-size: 24px;
}
.index-page .index-news .news-wrap .new-nav .item:hover {
  color: #d92400;
}
.index-page .index-news .news-wrap .new-nav .item.active {
  background-color: #d92400;
  color: #fff;
}
.index-page .index-news .news-wrap .new-nav .item.active:hover {
  color: #fff;
}
.index-page .index-news .new-con .item {
  display: none;
}
.index-page .index-news .new-con .item.active {
  display: block;
}
.index-page .index-news .new-con .item .l-img {
  width: 400px;
  height: 490px;
  float: left;
}
.index-page .index-news .new-con .item ul {
  position: relative;
  margin-left: 450px;
}
.index-page .index-news .new-con .item ul .news-item {
  height: 142px;
  line-height: 142px;
  font-size: 0;
  border-bottom: 1px solid #e8e8e8;
}
.index-page .index-news .new-con .item ul .news-item a {
  display: block;
}
.index-page .index-news .new-con .item ul p {
  text-align: center;
  font-size: 20px;
  line-height: 80px;
  padding: 40px 0;
  color: #999;
}
.index-page .index-news .new-con .item ul .time {
  width: 70px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.index-page .index-news .new-con .item ul .time .day {
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 5px;
}
.index-page .index-news .new-con .item ul .time .date {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}
.index-page .index-news .new-con .item ul .text {
  position: relative;
  width: 630px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 40px;
}
.index-page .index-news .new-con .item ul .text .t {
  font-size: 24px;
  margin-bottom: 6px;
  line-height: 38px;
  height: 38px;
}
.index-page .index-news .new-con .item ul .text .i {
  font-size: 16px;
  line-height: 24px;
  color: #999;
}
.index-page .index-news .new-con .item ul .more {
  text-align: right;
}
.index-page .index-news .new-con .item ul .more a {
  line-height: 60px;
  font-size: 18px;
  color: #666;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.index-page .index-news .new-con .item ul .more a:hover {
  color: #d92400;
}
.about-page .about-intr {
  background-color: #fff;
  padding-bottom: 40px;
}
.about-page .about-intr .title {
  padding: 50px 0;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
}
.about-page .about-intr .intr-wrap {
  height: 380px;
}
.about-page .about-intr .l-img {
  width: 600px;
  height: 380px;
  float: left;
}
.about-page .about-intr .l-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.about-page .about-intr .r-text {
  float: left;
  width: 600px;
  height: 380px;
  padding: 0 40px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.about-page .about-intr .r-text h5 {
  font-size: 24px;
  line-height: 34px;
}
.about-page .about-intr .r-text .text {
  padding-top: 24px;
}
.about-page .about-intr .r-text .text br {
  display: none;
}
.about-page .about-intr .r-text .text p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 24px;
}
.about-page .about-intr .r-text .btn {
  width: 520px;
  position: absolute;
  bottom: 10px;
  left: 40px;
  height: 40px;
}
.about-page .about-intr .r-text .btn a {
  width: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 38px;
  line-height: 40px;
  border: 1px solid #d92400;
  color: #d92400;
  text-align: center;
  display: block;
  border-radius: 20px;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.about-page .about-intr .r-text .btn a:hover {
  width: 80%;
  background-color: #d92400;
  color: #fff;
}
.about-page .about-develop {
  margin-bottom: 50px;
}
.about-page .about-develop .develop-wrap {
  height: 370px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.about-page .about-develop .develop-wrap::before {
  content: "";
  width: 1230px;
  height: 260px;
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
  border-bottom: 1px dashed #999;
  border-right: 1px dashed #999;
  border-radius: 0 0 100% 0;
}
.about-page .about-develop .develop-wrap .item {
  width: 240px;
  text-align: center;
  color: #999;
  float: right;
  position: relative;
}
.about-page .about-develop .develop-wrap .item .time {
  font-size: 20px;
  font-weight: 700;
}
.about-page .about-develop .develop-wrap .item .dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #999;
  margin: 40px auto 20px;
}
.about-page .about-develop .develop-wrap .item .text {
  font-size: 16px;
  line-height: 30px;
}
.about-page .about-develop .develop-wrap .item.active .dot {
  background-color: #d92400;
}
.about-page .about-develop .develop-wrap .item.active .dot .time {
  color: #d92400;
}
.about-page .about-develop .develop-wrap .item:nth-child(5) {
  margin-top: 189px;
}
.about-page .about-develop .develop-wrap .item:nth-child(4) {
  margin-top: 179px;
}
.about-page .about-develop .develop-wrap .item:nth-child(3) {
  margin-top: 156px;
}
.about-page .about-develop .develop-wrap .item:nth-child(2) {
  margin-top: 120px;
}
.about-page .about-develop .develop-wrap .item:nth-child(1) {
  margin-top: 54px;
}
.about-page .about-media-coverage {
  background-color: #fff;
  padding: 30px 0;
}
.about-page .media-coverage-img {
  width: 100%;
}
.about-page .media-coverage-img img {
  display: block;
  width: 100%;
}
.news-page .new-nav {
  font-size: 0;
  text-align: center;
  width: 900px;
  margin: 60px auto 40px;
  -webkit-box-shadow: 0px 1px 12px 0px rgba(52, 52, 52, 0.3);
  box-shadow: 0px 1px 12px 0px rgba(52, 52, 52, 0.3);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.news-page .new-nav .item {
  width: 300px;
  height: 160px;
  display: inline-block;
  padding-top: 38px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news-page .new-nav .item a {
  color: #999;
  display: block;
}
.news-page .new-nav .item .icon {
  margin-bottom: 18px;
}
.news-page .new-nav .item .icon i {
  font-size: 38px;
}
.news-page .new-nav .item .text {
  font-size: 24px;
}
.news-page .new-nav .item:hover a {
  color: #d92400;
}
.news-page .new-nav .item.active {
  background-color: #d92400;
}
.news-page .new-nav .item.active a {
  color: #fff;
}
.news-page .new-nav .item.active:hover a {
  color: #fff;
}
.news-page .new-list .item {
  height: 240px;
  display: block;
  padding: 50px 0;
  border-bottom: 1px solid #e8e8e8;
}
.news-page .new-list .img {
  width: 360px;
  height: 240px;
  float: left;
}
.news-page .new-list .text {
  width: 560px;
  height: 240px;
  padding-left: 50px;
  padding-right: 50px;
  float: left;
  position: relative;
}
.news-page .new-list .text .title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}
.news-page .new-list .text .date {
  display: none;
}
.news-page .new-list .text .intr {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  text-align: justify;
}
.news-page .new-list .text .link {
  position: absolute;
  bottom: 0;
  right: 50px;
  font-size: 16px;
  color: #d92400;
  line-height: 24px;
}
.news-page .new-list .text .link em {
  font-style: normal;
  margin-left: 3px;
}
.news-page .new-list .text::after {
  content: "";
  display: block;
  height: 84px;
  width: 1px;
  background-color: #e8e8e8;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -42px;
}
.news-page .new-list .time {
  float: right;
  height: 240px;
  line-height: 240px;
  font-size: 0;
  width: 150px;
  text-align: center;
}
.news-page .new-list .time .cell {
  display: inline-block;
  vertical-align: middle;
}
.news-page .new-list .time .cell .day {
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 5px;
}
.news-page .new-list .time .cell .date {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}
.newDetail-page {
  background-color: #fff;
}
.newDetail-page .crumbs {
  -webkit-box-shadow: 0px 1px 8px 0px rgba(6, 0, 1, 0.15);
  box-shadow: 0px 1px 8px 0px rgba(6, 0, 1, 0.15);
}
.newDetail-page .crumbs .crumbs-wrap {
  font-size: 16px;
  line-height: 90px;
}
.newDetail-page .crumbs .crumbs-wrap a {
  font-size: 16px;
}
.newDetail-page .detail {
  padding-top: 50px;
}
.newDetail-page .detail .content {
  padding: 50px 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.newDetail-page .detail .title {
  font-size: 24px;
  margin-bottom: 14px;
}
.newDetail-page .detail .data {
  font-size: 14px;
  color: #999;
  margin-bottom: 30px;
}
.newDetail-page .detail .content {
  font-size: 16px;
  margin-bottom: 40px;
  text-align: justify;
  line-height: 26px;
  margin-bottom: 80px;
}
.newDetail-page .other {
  margin-bottom: 100px;
}
.newDetail-page .other .related {
  float: left;
  line-height: 30px;
  font-size: 16px;
  color: #999;
}
.newDetail-page .other .related a {
  color: #999;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.newDetail-page .other .related a:hover {
  text-decoration: underline;
  color: #d92400;
}
.newDetail-page .other .share {
  float: right;
  line-height: 60px;
  font-size: 16px;
  color: #999;
}
.newDetail-page .other .share .bshare-custom {
  float: right;
  line-height: 60px !important;
}
.newDetail-page .other .share a {
  display: inline-block;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  background-color: #666;
  border-radius: 50%;
  vertical-align: middle;
  padding: 0;
  -o-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.newDetail-page .other .share a.bshare-weixin {
  background-image: url(../img/bshare-weixin.png);
}
.newDetail-page .other .share a.bshare-qzone {
  background-image: url(../img/bshare-qzone.png);
}
.newDetail-page .other .share a.bshare-sinaminiblog {
  background-image: url(../img/bshare-sinaminiblog.png);
}
.newDetail-page .other .share a.bshare-douban {
  background-image: url(../img/bshare-douban.png);
}
.newDetail-page .other .share a.bshare-itieba {
  background-image: url(../img/bshare-itieba.png);
}
.contactUs-page .map-content {
  width: 100%;
  padding: 40px 0 60px;
}
.contactUs-page .map-content .map-wrap {
  width: 100%;
  height: 460px;
  background-color: #f5f5f5;
}
.contactUs-page .company-info {
  border-top: 1px solid #e8e8e8;
  padding: 50px 0;
}
.contactUs-page .company-info .item {
  width: 33.3%;
  float: left;
  text-align: center;
}
.contactUs-page .company-info .item .icon {
  line-height: 60px;
  height: 60px;
  margin-bottom: 20px;
}
.contactUs-page .company-info .item .iconfont {
  font-size: 50px;
  color: #999;
}
.contactUs-page .company-info .item .tips {
  font-size: 16px;
  color: #999;
  margin-bottom: 10px;
}
.contactUs-page .company-info .item .data {
  font-size: 16px;
  line-height: 30px;
  color: #999;
  padding: 0 40px;
}
.contactUs-page .company-info .item .data .code {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.orderWay-page .way-nav {
  background-color: #fff;
  margin-bottom: 40px;
}
.orderWay-page .way-nav .list {
  position: relative;
}
.orderWay-page .way-nav .list .item {
  width: 25%;
  float: left;
  text-align: center;
  padding: 40px 0 10px;
  position: relative;
  cursor: pointer;
}
.orderWay-page .way-nav .list .item .img {
  margin: 0 auto;
  width: 120px;
  height: 120px;
}
.orderWay-page .way-nav .list .item .img.tel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20px;
  width: auto;
}
.orderWay-page .way-nav .list .item .img p {
  font-size: 18px;
  line-height: 36px;
}
.orderWay-page .way-nav .list .item .text {
  font-size: 24px;
  line-height: 30px;
  padding: 30px 0;
}
.orderWay-page .way-nav .list .item::after {
  position: absolute;
  content: "";
  display: block;
  height: 150px;
  top: 50%;
  margin-top: -75px;
  left: 0;
  width: 2px;
  background-color: #e8e8e8;
}
.orderWay-page .way-nav .list .item:first-child::after {
  display: none;
}
.orderWay-page .way-nav .list .cur-line {
  width: 25%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #d92400;
}
.orderWay-page .way-con {
  margin-bottom: 80px;
}
.orderWay-page .way-con .list {
  width: 100%;
  overflow: hidden;
}
.orderWay-page .way-con .list .scroll {
  width: 400%;
  height: 358px;
}
.orderWay-page .way-con .list2 {
  display: none;
}
.orderWay-page .way-con .item {
  background-color: #fff;
  height: 358px;
  float: left;
}
.orderWay-page .way-con .item .l {
  float: left;
  width: 700px;
  height: 358px;
}
.orderWay-page .way-con .item .l .cell {
  padding-left: 100px;
  padding-top: 60px;
}
.orderWay-page .way-con .item .l .h {
  font-size: 36px;
  margin-bottom: 20px;
}
.orderWay-page .way-con .item .l .t {
  font-size: 24px;
  margin-bottom: 20px;
  color: #999;
}
.orderWay-page .way-con .item .l .img {
  width: 150px;
  height: 150px;
}
.orderWay-page .way-con .item .l .img.tel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 35px;
  width: auto;
}
.orderWay-page .way-con .item .l .img p {
  font-size: 24px;
  line-height: 40px;
}
.orderWay-page .way-con .item .r {
  float: right;
  width: 500px;
  height: 358px;
}
.ecology-page .title {
  text-align: center;
}
.ecology-page .title h3 {
  font-size: 36px;
}
.ecology-page .title .en {
  font-size: 24px;
  color: #666;
}
.ecology-page .supply-title {
  background-color: #fff;
  padding: 40px 0;
  text-align: center;
  margin-bottom: 40px;
}
.ecology-page .supply-list .item {
  margin-bottom: 40px;
  background-color: #fff;
  height: 420px;
}
.ecology-page .supply-list .item .text {
  float: left;
  width: 600px;
  height: 100%;
  display: table;
}
.ecology-page .supply-list .item .text .cell {
  display: table-cell;
  vertical-align: middle;
  padding-left: 180px;
}
.ecology-page .supply-list .item .text .h {
  font-size: 30px;
  margin-bottom: 20px;
}
.ecology-page .supply-list .item .text .p {
  line-height: 40px;
  font-size: 24px;
  color: #999;
}
.ecology-page .supply-list .item .img {
  float: right;
  width: 600px;
  height: 100%;
  font-size: 0;
  text-align: center;
  line-height: 420px;
}
.ecology-page .supply-list .item .img img {
  display: inline-block;
  vertical-align: middle;
  width: 500px;
  height: 400px;
}
.ecology-page .supply-list .item:nth-child(2n+1) .text {
  float: left;
}
.ecology-page .supply-list .item:nth-child(2n+1) .img {
  float: right;
}
.ecology-page .supply-list .item:nth-child(2n) .text {
  float: right;
}
.ecology-page .supply-list .item:nth-child(2n) .img {
  float: left;
}
.ecology-page .platform-list {
  background-color: #fff;
  padding-top: 40px;
}
.ecology-page .platform-list .list {
  padding: 50px 0;
}
.ecology-page .platform-list .list .item {
  width: 20%;
  float: left;
}
.ecology-page .platform-list .list .item .icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
}
.ecology-page .platform-list .list .item .text {
  text-align: center;
  font-size: 30px;
  line-height: 50px;
}