/*------------------------------公用样式库--------------------------------------*/
* {
  box-sizing: border-box;
  font-family: "Microsoft YaHei", Arial, sans-serif, SansSerif;
}
input {
  outline: none;
}
html,
body,
#app {
  min-height: 100vh;
  min-width: 1200px;
}
.default-button {
  background: #ff4600 !important;
  color: #fff !important;
  font-size: 16px;
}
.white-btn-hover {
  background: #e6e6e6 !important;
}
.clamp1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*flex兼容*/
/*径向渐变*/
/*字体重写*/
.iconfont {
  display: inline;
}
/*------------------------------页面公共布局---------------------------------------*/
.content {
  width: 1200px;
  margin: 0 auto;
}
.page-top {
  height: 54px;
  background: #2C2C2C;
}
.page-top .page-top-content {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  height: 54px;
}
.page-top .page-top-content .lange-div {
  font-size: 12px;
  color: #fff;
}
.page-top .page-top-content .lange-div span {
  cursor: pointer;
}
.page-top .page-top-content .lange-div span:hover {
  opacity: 1 !important;
}
.page-top .page-top-content .search-div {
  position: relative;
  margin-left: 40px;
}
.page-top .page-top-content .search-input {
  width: 177px;
  height: 28px;
  border: 2px solid #FFFFFF;
  opacity: 1;
  border-radius: 14px;
  background: none;
  font-size: 12px;
  padding-left: 20px;
  padding-right: 32px;
  color: #fff;
  line-height: 24px;
}
.page-top .page-top-content input::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #fff;
  line-height: 24px;
}
.page-top .page-top-content input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  line-height: 24px;
}
.page-top .page-top-content input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  line-height: 24px;
}
.page-top .page-top-content input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
  line-height: 24px;
}
.page-nav {
  height: 93px;
  background: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}
.page-nav .page-nav-content {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.page-nav .page-nav-content .logo {
  padding-top: 13px;
}
.page-nav .page-nav-content .menu {
  text-align: right;
}
.page-nav .page-nav-content .menu .menu-span {
  cursor: pointer;
  display: inline-block;
  margin-left: 42px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  color: #000;
}
.page-nav .page-nav-content .menu .menu-span:first-child {
  margin-left: 0;
}
.page-nav .page-nav-content .menu .menu-span.active {
  color: #FE7E03;
}
.page-bottom {
  margin-top: 50px;
  height: 508px;
  background: url("../img/bottom.png");
  background-size: cover;
}
.page-bottom .page-bottom-content {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 09版 */
  -webkit-box-align: flex-start;
  /* 12版 */
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-flex-align: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  padding-top: 84px;
}
.page-bottom .page-bottom-content .item-title {
  font-size: 36px;
  line-height: 50px;
  color: #FFFFFF;
}
.page-bottom .page-bottom-content .item-line {
  width: 41px;
  height: 4px;
  background: #ff7e00;
  margin-top: 20px;
}
.page-bottom .page-bottom-content .item-text-div {
  padding-top: 20px;
}
.page-bottom .page-bottom-content .item-text {
  cursor: pointer;
  font-size: 18px;
  line-height: 25px;
  color: #C7CCD0;
  margin-bottom: 8px;
}
.page-bottom .page-bottom-content .item-text.item-text-flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 09版 */
  -webkit-box-align: flext-start;
  /* 12版 */
  -webkit-align-items: flext-start;
  -moz-align-items: flext-start;
  -ms-flex-align: flext-start;
  -o-align-items: flext-start;
  align-items: flext-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  margin-top: 20px;
}
.paging {
  margin: 25px auto;
  text-align: center;
}
.paging .ivu-page {
  display: inline-block;
}
[v-cloak] {
  display: none;
}
.no-data {
  text-align: center;
  padding-top: 50px;
}
.home-page .swiper-button-prev,
.home-page .swiper-button-next {
  width: 36px;
  height: 69px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 32px;
  line-height: 69px;
  text-align: center;
}
.home-page .swiper-button-prev {
  left: 0;
}
.home-page .swiper-button-next {
  right: 0;
}
.home-page .swiper-container-horizontal > .swiper-pagination-bullets,
.home-page .swiper-pagination-custom,
.home-page .swiper-pagination-fraction {
  bottom: 30px;
}
.home-page .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.home-page .swiper-pagination-bullet {
  width: 19px;
  height: 19px;
  border: 1px solid #D4D4D4;
  position: relative;
  background: none;
}
.home-page .swiper-pagination-bullet-active {
  background: none;
}
.home-page .swiper-pagination-bullet-active:before {
  content: " ";
  background: #D4D4D4;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 3px;
}
.home-page .countup-content {
  margin-top: 75px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 09版 */
  -webkit-box-align: flex-start;
  /* 12版 */
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-flex-align: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}
.home-page .countup-content .countup-item:hover {
  z-index: 1;
}
.home-page .countup-content .countup-item {
  width: 238px;
  height: 207px;
  background: #525152;
  text-align: center;
  cursor: default;
  position: relative;
  z-index: 0;
}
.home-page .countup-content .countup-item .num {
  font-size: 45px;
  color: #FFFFFF;
  margin-top: 45px;
}
.home-page .countup-content .countup-item .text {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
}
.home-page .countup-content .countup-item:nth-child(2) {
  background: #494643;
}
.home-page .countup-content .countup-item:nth-child(3) {
  background: #FE7F04;
}
.home-page .countup-content .countup-item:nth-child(4) {
  background: #494643;
}
.home-page .index-content .content-title {
  font-size: 40px;
  line-height: 56px;
  color: #000000;
  text-align: center;
}
.home-page .index-content .content-title span {
  color: #FE7F04;
}
.home-page .index-content .content-subtitle {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  text-align: center;
}
.home-page .products-content {
  margin-top: 84px;
}
.home-page .products-content .list-div {
  overflow: hidden;
  margin-top: 50px;
}
.home-page .products-content .list-div .list-item {
  width: 381px;
  height: 362px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.13);
  float: left;
  cursor: pointer;
  position: relative;
  margin-bottom: 40px;
  margin-right: 24px;
}
.home-page .products-content .list-div .list-item .goods-img {
  width: 381px;
  height: 223px;
  position: relative;
  overflow: hidden;
}
.home-page .products-content .list-div .list-item .goods-img .goods-img-text {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-align: center;
  position: absolute;
  background-size: cover;
}
.home-page .products-content .list-div .list-item .goods-con {
  padding: 12px;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
  height: 102px;
}
.home-page .products-content .list-div .list-item .goods-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("../img/morebg.png") no-repeat;
  width: 66px;
  height: 38px;
  padding-left: 30px;
  padding-top: 13px;
}
.home-page .products-content .list-div .list-item:nth-child(3n+3) {
  margin-right: 0;
}
.home-page .about-content {
  margin-top: 50px;
  position: relative;
}
.home-page .about-content .about-text-div {
  padding-top: 50px;
}
.home-page .about-content .about-text-div .about-title {
  font-size: 30px;
  line-height: 42px;
  color: #000000;
}
.home-page .about-content .about-text-div .about-text {
  margin-top: 25px;
  width: 788px;
  font-size: 18px;
  line-height: 35px;
  color: #000000;
}
.home-page .about-content .about-text-div .about-text span {
  color: #FE7E03;
}
.home-page .about-content .about-img {
  position: absolute;
  right: 0;
  top: 163px;
}
.home-page .about-content .about-bottom {
  margin-top: 40px;
  border: 2px solid #FE7E03;
  border-radius: 10px;
  background: url("../img/aboutbg.png") no-repeat;
  background-size: cover;
  padding: 32px 62px;
  position: relative;
}
.home-page .about-content .about-bottom .about-bottom-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  color: #000000;
  text-align: center;
}
.home-page .about-content .about-bottom .about-bottom-text span {
  color: #FE7E03;
}
.home-page .about-content .about-bottom .about-bottom-title {
  width: 226px;
  height: 43px;
  background: #FE7E03;
  opacity: 1;
  border-radius: 5px;
  color: #fff;
  line-height: 43px;
  text-align: center;
  font-size: 18px;
  position: absolute;
  top: -24px;
  left: 72px;
  box-shadow: 5px -5px 0px rgba(255, 216, 178, 0.8);
}
.home-page .case-content {
  margin-top: 50px;
}
.home-page .case-content .case-list {
  margin-top: 40px;
}
.home-page .case-content .case-list .case-item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 09版 */
  -webkit-box-align: flex-start;
  /* 12版 */
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-flex-align: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 50px;
}
.home-page .case-content .case-list .case-item .item-frist {
  width: 202px;
  height: 266px;
  background-size: cover;
  position: relative;
}
.home-page .case-content .case-list .case-item .item-frist .text {
  font-size: 26px;
  line-height: 37px;
  color: #FFFFFF;
  text-align: center;
  padding-top: 78px;
}
.home-page .case-content .case-list .case-item .item-frist .more {
  font-size: 13px;
  line-height: 18px;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.home-page .case-content .case-list .case-item .img-list {
  margin-left: 8px;
  width: calc(100% - 210px);
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 09版 */
  -webkit-box-align: flex-start;
  /* 12版 */
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-flex-align: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.home-page .case-content .case-list .case-item .img-list .img {
  width: 192px;
  height: 262px;
  overflow: hidden;
}
.home-page .case-content .case-list .case-item .img-list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-page .case-content .case-list .case-item:nth-child(odd) .item-frist {
  background: url("../img/case1.png") no-repeat;
}
.home-page .case-content .case-list .case-item:nth-child(odd) .img-list {
  border-bottom: solid 4px #FE7E03;
}
.home-page .case-content .case-list .case-item:nth-child(even) .item-frist {
  background: url("../img/case2.png") no-repeat;
}
.home-page .case-content .case-list .case-item:nth-child(even) .img-list {
  border-bottom: solid 4px #525152;
}
.con-page .bread-div {
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  color: #8E8E8E;
}
.con-page .bread-div .link {
  cursor: pointer;
}
.con-page .bread-div .link:hover {
  color: #FE7E03;
  text-decoration: underline;
}
.about-page .about-text {
  padding-top: 70px;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  color: #000000;
}
.about-page .about-text .p {
  margin-bottom: 16px;
}
.about-page .about-text .line {
  height: 4px;
  background: #FE7E03;
  margin: 50px 0;
}
.about-page .about-text .about-img-text {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 09版 */
  -webkit-box-align: flex-start;
  /* 12版 */
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-flex-align: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}
.about-page .about-text .about-img-text .about-img {
  width: 440px;
}
.about-page .about-text .about-img-text .about-img img {
  width: 100%;
}
.about-page .about-text .about-img-text .img-text {
  padding-left: 16px;
  width: calc(100% - 440px);
}
.about-page .about-text .about-img-text .img-text .title {
  color: #FE7E03;
}
.about-page .about-text .about-img-text .img-text .text {
  font-size: 16px;
  line-height: 35px;
  color: #000000;
}
.about-page .contact-con {
  margin-top: 130px;
  text-align: center;
}
.about-page .contact-con .title {
  font-size: 40px;
  line-height: 56px;
  color: #000000;
}
.about-page .contact-con .sub-title {
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}
.about-page .contact-con .contact-text {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 09版 */
  -webkit-box-align: flext-start;
  /* 12版 */
  -webkit-align-items: flext-start;
  -moz-align-items: flext-start;
  -ms-flex-align: flext-start;
  -o-align-items: flext-start;
  align-items: flext-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  margin-top: 55px;
}
.about-page .contact-con .contact-text .form-div {
  width: 550px;
}
.about-page .contact-con .contact-text .form-div .ivu-form .ivu-form-item-label {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: #000000;
}
.about-page .contact-con .contact-text .form-div .ivu-input {
  border: 1px solid #707070;
  border-radius: 5px;
  height: 50px;
  font-size: 18px;
  padding: 0 20px;
}
.about-page .contact-con .contact-text .form-div textarea.ivu-input {
  height: 240px;
}
.about-page .contact-con .contact-text .form-div .ivu-form-item {
  margin-bottom: 40px;
}
.about-page .contact-con .contact-text .contact-info {
  padding-left: 90px;
  position: relative;
}
.about-page .contact-con .contact-text .contact-info .info-text {
  width: 556px;
  height: 465px;
  background: #222333;
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 50px;
}
.about-page .contact-con .contact-text .contact-info .info-text .title {
  font-size: 27px;
  color: #fff;
  text-align: left;
}
.about-page .contact-con .contact-text .contact-info .info-text .adr-item {
  text-align: left;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 09版 */
  -webkit-box-align: flex-start;
  /* 12版 */
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-flex-align: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  font-size: 18px;
  margin-top: 25px;
  line-height: 28px;
}
.about-page .contact-con .contact-text .contact-info .info-text .adr-item .lable {
  width: 56px;
  text-align: right;
}
.about-page .contact-con .contact-text .contact-info .top-block {
  width: 33px;
  height: 33px;
  background: #FE7E03;
  position: absolute;
  top: -16px;
  left: 75px;
  z-index: 2;
}
.about-page .contact-con .contact-text .contact-info .right-block {
  width: 140px;
  height: 582px;
  position: absolute;
  right: -32px;
  top: -75px;
  background: #EBEBEB;
  z-index: 0;
}
.news-page .news-ad {
  font-size: 40px;
  line-height: 140px;
  height: 140px;
  text-align: center;
  color: #000;
  border-bottom: 1px solid #D4D4D4;
}
.news-page .new-list-item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid #D4D4D4;
  padding: 50px 0;
  cursor: pointer;
}
.news-page .new-list-item .item-img {
  width: 149px;
  height: 149px;
  border: 1px solid #707070;
  overflow: hidden;
}
.news-page .new-list-item .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-page .new-list-item .item-con {
  width: calc(100% - 292px);
  padding: 0 30px;
}
.news-page .new-list-item .item-con .item-title {
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-page .new-list-item .item-con .item-text {
  height: 78px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #8E8E8E;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin-top: 5px;
}
.news-page .new-list-item .item-con .item-time img {
  vertical-align: middle;
}
.news-page .new-list-item .item-con .item-time span {
  color: #FE7E03;
  vertical-align: middle;
}
.news-page .new-list-item .item-btn {
  width: 143px;
  height: 44px;
  border: 1px solid #FE7E03;
  border-radius: 5px;
  line-height: 44px;
  color: #FE7E03;
  font-size: 18px;
  text-align: center;
  overflow: hidden;
}
.news-page .new-list-item .item-btn:hover {
  color: #fff;
}
.news-page .deail-con {
  padding-top: 50px;
}
.news-page .deail-con .new-title {
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  padding: 0 80px;
}
.news-page .deail-con .new-time {
  font-size: 14px;
  color: #A8A8A8;
  margin-top: 30px;
  text-align: center;
}
.news-page .deail-con .line {
  margin-top: 20px;
}
.news-page .deail-con .new-con {
  padding: 40px 20px;
  font-size: 16px;
  line-height: 26px;
  color: #000;
}
.news-page .deail-con .new-con p {
  margin-top: 20px;
}
.news-page .deail-con .new-btn {
  padding: 40px 20px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  font-size: 14px;
}
.news-page .deail-con .new-btn .btn-div {
  cursor: pointer;
}
.news-page .deail-con .new-btn .btn-div:hover {
  color: #FE7E03;
  text-decoration: underline;
}
.product-page .product-con {
  margin-top: 70px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 09版 */
  -webkit-box-align: flex-start;
  /* 12版 */
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-flex-align: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.product-page .product-con .menu-div {
  width: 366px;
}
.product-page .product-con .menu-div .menu-top {
  width: 366px;
  height: 111px;
  line-height: 111px;
  color: #fff;
  font-size: 40px;
  text-align: center;
  background: #FE7E03;
}
.product-page .product-con .menu-div .menu-list {
  border: 1px solid #EBEBEB;
  border-bottom: 0;
  overflow: hidden;
}
.product-page .product-con .menu-div .menu-list .menu-item {
  min-height: 48px;
  border-bottom: 1px solid #EBEBEB;
  text-align: center;
  cursor: pointer;
  padding: 16px 52px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.product-page .product-con .menu-div .menu-list .selected.menu-item {
  box-shadow: 0px 0px 10px rgba(254, 126, 3, 0.35);
  z-index: 1;
  border-bottom: 0px solid #EBEBEB;
}
.product-page .product-con .menu-div .menu-list .menu-item.goods-class {
  background: #f9f9f9;
  font-size: 18px;
  line-height: 25px;
  color: #8E8E8E;
}
.product-page .product-con .menu-div .menu-list .menu-item.goods-class .ivu-icon-ios-arrow-down {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 26px;
  color: #D4D4D4;
}
.product-page .product-con .menu-div .menu-list .menu-item.goods-detail {
  font-size: 16px;
  line-height: 22px;
  color: #A8A8A8;
}
.product-page .product-con .product-info {
  width: 784px;
}
.product-page .product-con .product-info .con-title {
  padding: 30px 0 ;
  font-size: 24px;
  font-weight: bold;
  line-height: 33px;
  color: #FE7E03;
}
.product-page .product-con .product-info .line {
  width: 100%;
  height: 8px;
  background: #FE7E03;
  box-shadow: 0 -3px 0 rgba(254, 126, 3, 0.39);
}
.product-page .product-con .product-info .con-div {
  padding: 30px;
  background: #F9F9F9;
  min-height: 980px;
  font-size: 18px;
  line-height: 35px;
  color: #000;
}
.product-page .product-con .product-info .con-div p {
  margin-top: 20px;
}
/*# sourceMappingURL=page.css.map */