.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flex-s {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-align-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-align-e {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-justify-a {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex-justify-b {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-justify-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.one {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.two {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.three {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}


.title {
  font-size: 30px;
  color: #282828;
  text-align: center;
  margin: 120px 0 60px;
}

.title .ti-text1 {
  font-size: 48px;
  color: #265d14;
  line-height: 1;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}

.title .ti-text1::before {
  content: "";
  width: 87px;
  height: 1px;
  background: #c5c5c5;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -116px;
}

.title .ti-text1::after {
  content: "";
  width: 87px;
  height: 1px;
  background: #c5c5c5;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -116px;
}

.comBtn {
  font-size: 16px;
  color: #656565;
  width: 121px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 18px;
  margin: auto;
}



.navTitle{
	position: relative;
}

.navTitle li .down {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.navTitle li .down1 {
  display: none;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.navTitle li:hover {
  color: #000;
}

.navTitle li:hover .down {
  display: none;
}

.navTitle li:hover .down1 {
  display: block;
}

.navTitle li:hover .level {
  opacity: 1;
  visibility: visible;
}
.navTitle li img{
    width: 8px;
    height: 14px;
    margin-left: 10px;
}
.level {
  position: absolute;
  top: 54px;
  left: -30px;
  height: 324px;
  background: #fff;
  z-index: 11;
  border-radius: 0px 0px 10px 10px;
  padding: 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.level .item {
  width: 329px;
  height: 100%;
  overflow: scroll;
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
  overflow-x: hidden;
  overflow-y: auto;
  border-right: 1px solid #F1F1F1;
}

 .level .item ul {
  width: 100%;
  text-align: center;
}

.level .item ul li {
  font-size: 16px;
  color: #656565;
  height: initial;
  line-height: 1;
  padding-bottom: 30px;
}

.level .item ul li .zdown1 {
  display: none;
}

.level .item ul li:hover {
  color: #000;
}

.level .item ul li:hover .zdown {
  display: none;
}

.level .item ul li:hover .zdown1 {
  display: block;
}

.level .item::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}

.level .item:last-child {
  border: none;
}




.home .index-banner {
/*  height: 1078px;*/
min-width: 1200px;
}

.home .index-banner .img {
  display: block;
/*  width: 100%;*/
/*  height: 100%;*/
/*  background-position: center center;*/
/*  background-repeat: no-repeat;*/
/*  background-size: cover;*/
}
.home .index-banner .img img{
width:100%;
min-width: 1200px;
height:auto;
}

.home .index-banner .swiper-pagination-bullet {
  opacity: 1;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
	width: 12px;
	height: 12px;
	background: rgb(153, 153, 153);
	background: -moz-linear-gradient(top, rgb(153, 153, 153) 0%, rgb(225, 225, 225) 100%);
	background: -webkit-linear-gradient(top, rgb(153, 153, 153) 0%,rgb(225, 225, 225) 100%);
	background: -o-linear-gradient(top, rgb(153, 153, 153) 0%,rgb(225, 225, 225) 100%);
	background: -ms-linear-gradient(top, rgb(153, 153, 153) 0%,rgb(225, 225, 225) 100%);
	background: linear-gradient(to bottom, rgb(153, 153, 153) 0%,rgb(225, 225, 225) 100%);
	filter: progid:dximagetransform.microsoft.gradient( startcolorstr="rgb(153, 153, 153)", endcolorstr="rgb(225, 225, 225)",gradienttype=0 );
	border: 3px solid rgb(229, 229, 229);
	border-radius: 50%;
	cursor: pointer;
	box-sizing: content-box;
}

.home .index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgb(102, 102, 102);
}

.home .main {
  width: 1200px;
  margin: auto;
  padding-bottom: 120px;
}

.home .main .brand .slide {
  position: relative;
  width: 380px;
  height: 261px;
  margin-right: 30px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(220, 220, 220, 0.35);
          box-shadow: 0px 0px 10px 0px rgba(220, 220, 220, 0.35);
}

.home .main .brand .slide .img {
  display: block;
  width: 100%;
  height: auto;
}

.home .main .brand .slide .slide_cover {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.home .main .brand .slide .slide_cover .t1 {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  font-size: 20px;
}

.home .main .brand .slide:nth-child(3n) {
  margin-right: 0;
}

.home .main .brand .slide:nth-child(n + 4) {
  margin-top: 30px;
}

.home .main .brand .slide:hover .slide_cover {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.home .main .hotSale .item {
  width: 579px;
  margin-right: 42px;
  font-size: 18px;
  color: #282828;
  text-align: center;
    border: 1px solid #f2f2f2;
    -webkit-box-sizing: border-box;
          box-sizing: border-box;
    padding-bottom: 40px;
}

.home .main .hotSale .item .img1 {
  overflow: hidden;
  height: 680px;
}

.home .main .hotSale .item .img2 {
  overflow: hidden;
  height: 579px;
}

.home .main .hotSale .item img {
  width: 100%;
  height: auto;
}

.home .main .hotSale .item .goodTitle {
  line-height: 1;
  margin: 40px 0 21px;
}

.home .main .hotSale .item:nth-child(2n) {
  margin-right: 0;
}

.home .main .hotSale .item:nth-child(n + 3) {
  margin-top: 40px;
}

.home .main .newArrivals .newLogo {
  width: 600px;
  height: 864px;
  overflow: hidden;
}

.home .main .newArrivals .goodsTitle {
  line-height: 1;
  margin: 25px 0 49px;
}

.home .main .newArrivals img {
  width: 100%;
  height: auto;
}

.home .main .newArrivals .newBanner {
  width: 600px;
  height: 824px;
  margin-top: 40px;
  padding: 64px 54px;
  background: #f8f8f8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.home .main .newArrivals .newBanner .newGoods-banner {
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #282828;
  background: #fff;
  text-align: center;
}

.home .main .newArrivals .newBanner .newGoods-banner .swiper-slide {
  width: 100%;
  height: 100%;
}

.home .main .newArrivals .newBanner .newGoods-banner .swiper-slide .goodsImg1 {
  width: 100%;
  height: 492px;
  overflow: hidden;
}

.home .main .newArrivals .newBanner .newGoods-banner .swiper-slide .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  border-radius: 8px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.home .main .newArrivals .newBanner .newGoods-banner .swiper-slide .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #004ea2;
}

.home .main .newArrivals .goodsItem {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 380px;
  height: 542px;
  text-align: center;
  border: 1px solid #f2f2f2;
  margin-top: 60px;
  margin-right: 30px;
}

.home .main .newArrivals .goodsItem .goodsImg2 {
  width: 100%;
  height: 380px;
  overflow: hidden;
}

.home .main .newArrivals .goodsItem:nth-child(3n) {
	margin-right:0;
}

.home .main .aboutCorey .leftText {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 600px;
  height: 741px;
  font-size: 18px;
  color: #989898;
  padding: 93px 45px;
  background: #f8f8f8;
}

.home .main .aboutCorey .leftText .comBtn {
  margin-top: 116px;
}

.home .main .aboutCorey .img {
  width: 600px;
  height: 791px;
  overflow: hidden;
}

.home .main .aboutCorey .img img {
  width: 100%;
  height: auto;
}

.reveal .main {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 120px;
}

.reveal .main .swiper-container {
  height: 530px;
}

.reveal .main .swiper-container .img {
  display: block;
  width: 1052px;
  height: 100%;
  margin: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.reveal .main .swiper-container .swiper-button-next,
.reveal .main .swiper-container .swiper-button-prev {
  width: 18px;
  background-size: 14px;
  color: #969696 !important;
}

.reveal .main .swiper-container .swiper-button-next {
  right: 0 !important;
}

.reveal .main .swiper-container .swiper-button-prev {
  left: 0 !important;
}

.major .main {
  width: 1200px;
  margin: auto;
  padding: 120px 0 120px;
}

.major .main .btns span {
  display: inline-block;
  height: 32px;
  line-height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  color: #2c2c2c;
  padding: 0 20px;
}

.major .main .btns .active {
  color: #000;
  border: 1px solid #000;
  border-radius: 16px;
}

.major .main .synopsis {
  width: 805px;
  margin: auto;
  text-align: center;
  font-size: 20px;
  color: #333;
}

.major .main .synopsis .content {
  font-size: 16px;
  color: #656565;
  margin: 22px 0 34px;
}

.major .main .swiper-container {
  height: 428px;
}

.major .main .swiper-container .img {
  display: block;
  width: 983px;
  height: 100%;
  margin: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.major .main .swiper-container .swiper-button-next,
.major .main .swiper-container .swiper-button-prev {
  width: 18px;
  background-size: 14px;
}

.major .main .swiper-container .swiper-button-next {
  right: 0 !important;
}

.major .main .swiper-container .swiper-button-prev {
  left: 0 !important;
}

.major .main .item {
  margin-bottom: 40px;
}

.major .main .item .img {
  width: 363px;
  height: 363px;
  overflow: hidden;
}

.major .main .item .img img {
  width: 100%;
  height: auto;
}

.major .main .item .right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 35px;
  font-size: 16px;
  color: #656565;
}

.major .main .item .right p:first-child {
  font-size: 20px;
  color: #282828;
  margin-bottom: 40px;
}

.major .main .item:last-child {
  margin-bottom: 0;
}

.major .main .maintain {
  font-size: 16px;
  color: #656565;
}

.major .main .maintain .img1 {
  width: 503px;
  height: 263px;
  overflow: hidden;
  margin-right: 24px;
}
.major .main .maintain .img1 img{
  width: 100%;
}

.major .main .maintain p {
  line-height: 1.5;
}

.major .main .train .train_item {
  width: 380px;
  height: 495px;
  margin: 60px 30px 0 0;
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.major .main .train .train_item .img2 {
  width: 380px;
  height: 285px;
  overflow: hidden;
}
.major .main .train .train_item .img2 img{
	width: 100%;
}

.major .main .train .train_item .tr_txt {
  font-size: 16px;
  color: #656565;
  margin: 0 22px;
}

.major .main .train .train_item .tr_txt p:first-child {
  font-size: 20px;
  color: #333;
  line-height: 1;
  margin: 24px 0;
}

.major .main .train .train_item .tr_bottom {
  position: absolute;
  bottom: 23px;
  width: calc(100% - 44px);
  font-size: 14px;
  color: #969696;
}

.major .main .train .train_item .tr_bottom img {
  width: 34px;
  height: 30px;
}

.major .main .train .train_item:nth-child(3n) {
  margin-right: 0;
}

.media {
  width: 1200px;
  margin: auto;
  padding: 120px 0;
}

.media .me_item {
  width: 860px;
  padding: 40px 0;
  border-bottom: 1px solid #ededed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.media .me_item .me_img {
  width: 272px;
  height: 212px;
  overflow: hidden;
  margin-right: 35px;
}

.media .me_item .right {
  font-size: 16px;
  color: #656565;
  overflow: hidden;
}

.media .me_item .right .me_title {
  font-size: 24px;
  color: #000;
  line-height: 1;
  margin-bottom: 15px;
}

.media .me_item .right img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.media .me_item .right .content {
  margin: 18px 0 36px;
}

.media .articles {
  padding: 0 20px;
  background: #fafafa;
  overflow: hidden;
  margin-left: 55px;
  margin-top: 40px;
}

.media .articles .ar_title {
  font-size: 18px;
  margin-top: 20px;
}

.media .articles .ar_item {
  font-size: 16px;
  color: #282828;
  padding: 20px 0 13px;
  border-bottom: 1px solid #ededed;
}

.media .articles .ar_item:last-child {
  border-bottom: none;
}

.mediaDetails .main {
  padding: 120px 0;
  width: 1200px;
  margin: auto;
}

.mediaDetails .main .me_title {
  font-size: 16px;
  color: #656565;
}

.mediaDetails .main .me_title .time {
  color: #000;
  margin-right: 26px;
}

.mediaDetails .main .me_title .time .heavy {
  font-size: 60px;
  line-height: 1;
}

.mediaDetails .main .me_title .right {
  text-align: left;
}

.mediaDetails .main .me_title .right .ri-title {
  font-size: 28px;
  color: #000;
  line-height: 1;
  margin-bottom: 19px;
}

.brandDetail .main {
  padding: 0 0 120px;
}

.brandDetail .main .introduce {
  width: 100%;
  height: 443px;
  font-size: 20px;
  color: #282828;
  font-weight: bold;
  background: -webkit-gradient(linear, right top, left top, from(#fef0f0), to(#fceced));
  background: linear-gradient(270deg, #fef0f0, #fceced);
}

.brandDetail .main .introduce .in_img {
  width: 600px;
  height: 443px;
}

.brandDetail .main .introduce .right {
  text-align: center;
  margin-left: 10px;
}

.brandDetail .main .introduce .right img {
  width: 400px;
  height: 38px;
  margin-bottom: 56px;
}

.brandDetail .main .introduce .right .ri_content {
  font-size: 18px;
  color: #656565;
  font-weight: initial;
  text-align: left;
  line-height: 32px;
  margin-top: 28px;
}
.brandDetail .main .introduce_img{
	width:100%;
	height: auto
}
.brandDetail .main .hotSale .newLogo {
  width: 600px;
  height: 776px;
}

.brandDetail .main .hotSale .goodsTitle {
  line-height: 1;
  margin: 25px 0 49px;
}

.brandDetail .main .hotSale img {
  width: 100%;
  height: auto;
}

.brandDetail .main .hotSale .newBanner {
  width: 600px;
  height: 736px;
  margin-top: 40px;
  padding: 58px 98px 97px;
  background: #f8f8f8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.brandDetail .main .hotSale .newBanner .newGoods-banner {
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #282828;
  background: #fff;
  text-align: center;
}

.brandDetail .main .hotSale .newBanner .newGoods-banner .swiper-slide {
  width: 100%;
  height: 100%;
}

.brandDetail .main .hotSale .newBanner .newGoods-banner .swiper-slide .goodsImg1 {
  width: 100%;
  height: 404px;
  overflow: hidden;
}

.brandDetail .main .hotSale .newBanner .swiper-pagination {
  position: relative;
  top: 30px;
}

.brandDetail .main .hotSale .newBanner .swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px;
  background-color: #a9a8a8;
  opacity: 1;
  border-radius: 8px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.brandDetail .main .hotSale .newBanner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #004ea2;
}

.brandDetail .main .hotSale .newBanner .swiper-button-next,
.brandDetail .main .hotSale .newBanner .swiper-button-prev {
  width: 18px;
  background-size: 14px;
  color: #969696 !important;
}

.brandDetail .main .allProducts .goodsItem {
  width: 280px;
  height: 482px;
  background: #f7f7f7;
  border: 1px solid #f2f2f2;
  margin: 0 24px 60px 0;
}

.brandDetail .main .allProducts .goodsItem .goodImg {
  width: 100%;
  height: 280px;
  overflow: hidden;
  margin-bottom: 39px;
}

.brandDetail .main .allProducts .goodsItem .goodImg img {
  width: 100%;
  height: auto;
}

.brandDetail .main .allProducts .goodsItem .content {
  line-height: 1;
  text-align: center;
  font-size: 18px;
  color: #232323;
}

.brandDetail .main .allProducts .goodsItem .content .price {
  margin: 24px 0 34px 0;
}

.brandDetail .main .allProducts .goodsItem:nth-child(4n) {
  margin-right: 0;
}

.brandDetail .main .allProducts .moreBtn {
  width: 121px;
  height: 37px;
  text-align: center;
  line-height: 35px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 18px;
  font-size: 16px;
  color: #000;
  margin: 20px auto 0;
}

.brandDetail .w12 {
  width: 1200px;
  margin: auto;
}

.allGoods .main {
  width: 1200px;
  margin: auto;
  padding: 120px 0;
}

.allGoods .main .screen .box_sear_sh {
  margin-bottom: 62px;
  width: 215px;
  margin-right: 20px;
}

.allGoods .main .screen .boxs_txt {
  width: 100%;
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
  font-size: 16px;
  border: 1px solid #ededed;
  color: #282828;
}

.allGoods .main .screen .boxs_txt[readonly] {
  background-color: #ccc;
}

.allGoods .main .goodsList .goodsItem {
  width: 280px;
/*  height: 482px;*/
/*  background: #f7f7f7;*/
  margin: 0 24px 0 0;
  box-sizing: border-box;
}

.allGoods .main .goodsList .goodsItem .goodImg {
  width: 100%;
  height: 280px;
  overflow: hidden;
  border: 1px solid #f2f2f2;
/*  margin-bottom: 39px;*/
}

.allGoods .main .goodsList .goodsItem .goodImg img {
  width: 100%;
  height: auto;
}

.allGoods .main .goodsList .goodsItem .content {
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  color: #232323;
  padding: 14px 0 31px;
}

.allGoods .main .goodsList .goodsItem .content .price {
  font-size: 13px;
  font-weight: initial;
  margin: 8px 0 0;
}

.allGoods .main .goodsList .goodsItem:nth-child(4n) {
  margin-right: 0;
}
/*# sourceMappingURL=style.css.map */
#page .current{display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #e9e9e9;
    color: #fff;
    font-size: 12px;
    background-color: #fff;
    float: left;
    margin-right: 10px;
    border-radius: 3px;
    transition: all .3s;
	border: none;
    background: #000;
	}
	.page_box{margin-top:20px}
.page_box a:hover,.page_box a.next:hover,.page_box a.prev:hover {
    background-color: #000;
    color: #fff;
}