@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);



body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  color:black;
  line-height: 22px;
}

/*h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
}

h1{
  font-size: 36px;
  color:#fff;
}

h2{
  font-size: 20px;
}

h3{
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 16px;
}*/

a {
  color: black;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: #d43133;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}


.btn-primary {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
}


.btn-primary:hover, 
.btn-primary:focus{
  background: #c52d2f;
  outline: none;
  box-shadow: none;
} 

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}

.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
  /*padding: 18px 0;*/
}

.center {
  text-align: center;
  padding-bottom: 55px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}


/*************************
*******Header******
**************************/

#header .search{
  display: inline-block;
}

.navbar>.container .navbar-brand{
  margin-left: 0;
}

.top-bar {
  padding: 10px 0;
  background: #191919;
  border-bottom: 1px solid #222;
  line-height: 28px;
}

.top-number{
  color: #fff;
}

.top-number p{
  margin: 0
}

.social{
  text-align: right;
}

.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
}

ul.social-share li {
  display: inline-block;
}

ul.social-share li a {
  display: inline-block;
  color: #fff;
  background: #404040;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
}

ul.social-share li a:hover {
  background: #c52d2f;
  color: #fff;
}

.search i {
  color: #fff;
}

input.search-form{
  background: transparent;
  border: 0 none;
  width: 60px;
  padding: 0 10px;
  color: #FFF;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

input.search-form::-webkit-input-placeholder{
  color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
  color: #fff;
}

input.search-form:hover {
  width: 180px;
}

.navbar-brand {
  padding: 0;
  margin:0;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  /*background: #151515;*/
  padding: 15px 0;
  padding-bottom: 0;
}

 .navbar-nav{
  margin-top: 12px;
 }

.navbar-nav>li{
  margin-left: 35px;
  padding-bottom: 28px;
}

.navbar-inverse .navbar-nav > li > a {
  padding: 5px 12px;
  margin: 0;
  border-radius: 3px;
  color: black;
  line-height: 24px;
  display: inline-block;
  cursor: pointer;
}

.navbar-inverse .navbar-nav > li > a:hover{
	/*background-color: #c52d2f;*/
  background-color: black;
  color: #fff;
}

.navbar-inverse {
  border: none;
  /*border-bottom: 1px #ccc solid;*/
}

.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  /*background-color: #c52d2f;*/
  background-color: black;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: rgba(0,0,0,.85);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background-color: #c52d2f;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}


/*************************
*******Home Page******
**************************/


#main-slider {
  position: relative;
}

.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .carousel .carousel-content {
  margin-top: 486px;
}

#main-slider .carousel .slide-margin{
  margin-top: 140px;
}

#main-slider .carousel h2 {
  color: #fff;
}

#main-slider .carousel .btn-slide {
  padding: 6px 20px;
  background: #EF4036;
  color: #fff;
  border-radius: 4px;
  /*margin-top: 25px;*/
  display: inline-block;
  margin: 0 auto;
  display: block;
  width: 104px;
  letter-spacing: 2px;
  
}

@media screen and (min-width: 768px) {
  #main-slider .carousel .btn-slide {
    position: absolute;
    right: 0px;
  }
  #main-slider .carousel .carousel-content {
    margin-top: 488px;
  }
}


#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}


#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 730px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: #c52d2f;
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}

#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: #000;
}

#main-slider .prev {
  left: 10px;
}

#main-slider .next {
  right: 10px;
}

#main-slider .carousel-indicators li {
  width: 14px;
  height: 14px;
  background-color: #fff;
  margin: 0 15px 0 0;
  position: relative;
}

#main-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  left: -3px;
  top: -3px;
}

#main-slider .carousel-indicators .active{
  width: 14px;
  height: 14px;
  background-color: #EF4036;
   margin: 0 15px 0 0;
   border: 1px solid #EF4036;
   position: relative;
}

#main-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #EF4036;
  border: 1px solid #EF4036;
  left: -3px;
  top: -3px;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}


/*icon list
 .a，.b｛逗号指相同的css样式｝；

       .a .b｛空格指后代元素｝；

       .a>.b｛大于号指子代元素｝；*/
 


#icon-list{
  
  position: relative;
  top: -22px;
  z-index: 999;
  width: 94%;
  /*width: 100%;*/
}

#icon-list .icon-list-content{
   
  /*width: 90%;*/
  background-color: white;
  border: 1px #ccc solid;
  border-radius: 10px;
  padding-bottom: 2px;
}

#icon-list .icon-list-content .icon-list-item{
  display: flex;
}

@media (min-width: 769px ) {
  #icon-list .icon-list-item > img{
    width: 74px;
    
  }
}
@media (max-width: 768px ) {
  #icon-list .icon-list-item > img{
    width: 60%;
    height: 60%;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

.icon-list-text{
  line-height: 24px;
  margin-top: 14px;
  font-size: 18px;
  /*text-align: center;*/
}



/*产品服务内容*/
#tech-plan{
  /*padding-bottom: 18px;*/
}

#tech-plan .content-body{
  background-color: white;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  padding-bottom: 20px;
}

#tech-plan .content-body .content-item{
  width: 86%;
  margin: 0 auto;
}

#tech-plan .content-body .content-item{

}
#tech-plan .content-body .content-item .content-text{
  text-align: center;
}
/*产品区域第一块内容

@media (min-width: 768px ) {
  .row {
      position: relative;
  }

  .bottom-align-text {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

*/

#product-one{
  color: white;
}

#product-one .product-one-body{
  background-color: #001938;
  padding-top: 16px;
  padding-bottom: 16px;
}

#product-one .title-one {
    font-size: 16px;
    
  }
  #product-one .title-two {
    font-size: 18px;
     
    font-weight: 600;
  }

@media (min-width: 900px ) {
  #product-one .title-one {
    font-size: 22px;
    margin-top: 78px
  }
  #product-one .title-two {
    font-size: 28px;
    margin-top: 16px;
    font-weight: 600;
  }
}

#product-one .product-one-item{
  position: relative;
  margin-top: 10px;
}

#product-one .product-one-item img{
  border-radius: 10px;
}

#product-one .product-one-item .product-one-body-content{
  position: absolute;
  z-index: 99;
  left: 10%;
  top: 10%;
  /*width: 300px;*/
}

#product-one .product-one-item .product-one-body-content .title{
  font-size: 22px;
  margin-bottom: 16px;
}

#product-one .product-one-item .btn{
   padding: 4px 14px;
   letter-spacing: 6px;
}

#product-one .product-one-item .product-one-body-content .product-intro{
  margin-bottom: 12px;
}

#product-one .product-one-item .product-main-name-two{
  position: absolute;
  left: 16px;
  /*bottom: 8px;*/
  top: 10px;
  color: white;
  font-weight: bold;
  font-size: 20px
}

#product-one .product-one-item .product-more{
  position: absolute;
  bottom: 10px;
}

@media (min-width: 768px ) {
  #product-one .product-one-item .product-main-name-two{
    position: absolute;
    left: 30px;
    top: 20px;
    color: white;
    font-weight: bold;
    font-size: 24px;
  }
 
}

/*技术支持*/
#support .support-header{
  display: flex;
}

#support .support-header .support-more{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 22px;
}

#support .support-item{
  margin: 40px auto;
}

@media (max-width: 768px ) {
  #support .support-header-text h1{
    font-size: 32px;
  }
}


.bgblue{
  background-color: #001938;
}
.bgred{
  background-color: #F13B2F;
}
.bgblack{
  background-color: black;
}
.bgwhite{
  background-color: white;
}
.fontcolorblack{
  color:black !important;
}
.fontcolorwhite{
  color:white !important;
}
#product-one .product-more{
  position: absolute;
 
  bottom: 20px;
  color: white;
  font-weight: bold;
 
  display: flex;
  justify-content: center;
  width: 100%;
 
}

@media (max-width: 768px ) {
  
  .more .btn {
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    padding: 2px 4px;
  }      

  #product-one .product-more a{
    display: block;
    margin: 0 8px;
  }
}

@media (min-width: 769px ) {
 
  .more .btn {
    padding: 6px 20px;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
   
  }      
  #product-one .product-more a{
    display: block;
    margin: 0 20px;
  }
}

#product-one .ptwo{
  margin-top: 10px;
}



/*新闻活动*/
#activity .activity-bg{
  background-image: url("../images/background/bg1.png");
  background-position: center 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
}

#activity .banner-img{
  margin-left: -15px;
  margin-right: -15px;

  position: relative;
}

#activity  .banner-img> img{
  width: 100%;
}

#activity .activity-item{
  /*width: 100%;*/
  background-color: #001938;
  margin: 10px 2px;
  border-radius: 20px;
  padding: 22px;
}



@media (min-width: 769px ) {
  #activity .activity-item .title-one{
    color: white;
    font-size: 22px;
    margin-top: 86px;
  }
  #activity .activity-item .title-two{
     color: white;
     font-size: 28px;
     margin-top: 12px;
     font-weight: 600;
  }
}

@media (max-width: 768px ) {
  #activity .activity-item .title-one{
    color: white;
    font-size: 16px;
     
  }
  #activity .activity-item .title-two{
     color: white;
     font-size: 18px;
     font-weight: 600;
  }
}

#activity  .activity-contnet{
  padding: 10px;
}

#activity  .activity-contnet img{
  border-radius: 10px;
}

#activity .activity-content-text{
  width: 94%;
  margin: 16px auto;
  color: #A6AAAE;
}


@media (min-width: 769px){
  #activity .activity-item .activity-contnet .ac-title-one{
    font-size: 18px;
  }
  #activity .activity-item .activity-contnet .ac-title-two{
    font-size: 22px;
    margin-top: 8px;
  }
}
@media (max-width: 768px){
  #activity .activity-item .activity-contnet .ac-title-one{
    font-size: 16px;
  }
  #activity .activity-item .activity-contnet .ac-title-two{
    font-size: 18px;
    margin-top: 4px;
  }
}



/*公用的标题*/
@media (max-width: 768px ) {
  .content-title{
    position: relative;
  }

  .content-title img{
    margin-top: 18px;
    width: 20%;
  }

  .content-title .content-title-text{
    position: absolute;
    top: 19px;
    left: 16px;
  }
}

@media (min-width: 769px ) {
  .content-title{
    position: relative;
  }

  .content-title img{
    margin-top: 38px;
  }

  .content-title .content-title-text{
    position: absolute;
    top: -25px;
    left: 32px;
  }
  
}


@media (min-width: 769px ) {
  #activity .event-more{
    position: absolute;
    bottom: 50px;
    color: white;
    display: flex;
    justify-content: space-around;
    width: 90%;
  }
  #activity .event-more .transparency-box{
    border: 2px #ccc solid;
  }
  #activity .event-more .btn {
      padding: 6px 52px;
      color: #fff;
      border-radius: 13px;
      display: inline-block;
      font-size: 18px;
  } 
}

@media (max-width: 768px){
  #activity .event-more{
    position: absolute;
    bottom: 20px;
    color: white;
    display: flex;
    justify-content: space-around;
    width: 90%;
  }
  #activity .event-more .transparency-box{
    border: 1px #ccc solid;
  }
  #activity .event-more .btn {
      padding: 3px 12px;
      color: #fff;
      border-radius: 9px;
      display: inline-block;
      font-size: 12px;
  } 
}

@media (max-width: 768px){
  #activity .event-left-content {
    position: absolute;
    bottom: 62px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    color: white;
  }
  #activity .event-left-content .design-text{
    width: 46%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  #activity .event-left-content .design-title-text{
    font-size: 2em;
    font-weight: 600;
    padding: 20px 0px;
  }
}

@media (min-width: 769px){
  #activity .event-left-content {
    position: absolute;
    bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    color: white;
  }

  #activity .event-left-content .design-text{
    width: 46%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 30px;
  }

  #activity .event-left-content .design-title-text{
    font-size: 2em;
    font-weight: 600;
    padding: 20px 0px;
  }
}




/*服务内容*/

#services-mobile  .services-title{
  text-align: center;
  display: block;
  font-size: 18px;
  color: white;
  /*font-weight: bold;*/
  margin: 29px auto;
}

#services-mobile .services-itme{
  display: flex;
  flex-direction: column;
  padding: 0 16px;
}
#services-mobile .services-itme .services-content-text{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-top: 10px;
}
#services-mobile .services-itme .services-content-text img{
  width: 14%;
}
#services-mobile .services-itme .services-content-text .title-one{
  font-weight: 500;
  font-size: 18px;
  /*margin-bottom: 6px;*/
}
#services-mobile .services-itme .services-content-text .title-one img{
  width: 14px;
}

#services-mobile , #services {
  color: white;
}

#services  .services-title{
  text-align: center;
  display: block;
  font-size: 28px;
  color: white;
  /*font-weight: bold;*/
  margin: 56px auto;
}
#services .services-itme .services-content{
  position: relative;
}
#services .services-itme .services-content>img{
  border-radius: 20px;
  box-shadow: 4px 4px 5px #888888;
}

#services .services-itme .services-content-text{
    width: 100%;
    /*border: 1px #ccc solid;*/
    bottom: 0px;
    /*position: absolute;*/
    /*background-color: white;*/
    /*border-radius: 0px 0px 20px 20px;*/
    padding: 20px;
    display: flex;
}

#services .services-itme .services-content-text .title-one{
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 6px;
}
#services .services-itme .services-content-text .title-one img{
  width: 15px;
  margin-left: 10px;
}
#services .services-itme .services-content-text .title-two{
  
}

#services .services-itme .services-content-text img{
  width: 14%;
}



/*文字列表*/
#article .article-bg{
  background-image: url("../images/background/bg2.png");
  background-position: center 0;
  /*background-repeat: no-repeat;*/
  background-repeat: repeat-y;
  /*background-attachment: fixed;*/
  /*background-size: cover;*/
  /*-webkit-background-size: cover;*/
  /*-o-background-size: cover;*/
  /*-moz-background-size: cover;*/
  /*-ms-background-size: cover;*/
}

#article .article-item{
  color: white;
  padding: 24px;
}





/***********************
********* Footer ******
************************/
#bottom {
  
  /*border-bottom: 5px solid #c52d2f;*/
  font-size: 14px;
  /*margin-top: -36px;*/
  color: black;
}

#bottom .bottom-content{
  margin: 10px auto;
}  

@media (min-width: 769px){
  #bottom .bottom-content{
    padding: 26px;
  }  
}


#bottom h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size:22px;
  color: #000;
}

#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottom ul li {
  display: block;
  padding: 5px 0;
}

#bottom ul li a {
  color: black;
}

#bottom ul li a:hover {
  color: #c52d2f;
}


@media (max-width: 768px) {
  #bottom .widget {
    height: 246px;
    border: 1px #ccc solid; 
    border-radius: 10px;
    margin: 0px;
    padding: 10px;
    background-color: white;
    margin-left: -4px;
    margin-right: -4px;
  }
}
#bottom .widget {
  margin-bottom: 0;
}



#footer {
  
  color: black;
  
}

#footer .footer-content{
  /*margin-top: -18px;*/
  padding-top: 22px;
  padding-bottom: 22px;
  background: #D1D2D4;
}

#footer a {
  color: black;
}

#footer a:hover {
  color: #c52d2f;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul > li {
  display: inline-block;
  margin-left: 15px;
}



#ur_here{
  margin-top: 13px;
  margin-bottom: 13px;
}

#category-body .displaylist{
  border: 1px solid #ccc;
  padding: 10px;
}

#category-body .goods_box .goods-item {
   
  height: 460px;
  background: #fff;
  padding: 10px;
  border: 1px #ccc solid;
  margin: 6px auto;
}

#category-body .goods_box .goods-item .img-box{
    width: 220px;
    height: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 35px auto;
}
#category-body .goods_box .goods-item .goods-info{
    width: 250px;
    border-top: 1px solid #ccc;
    margin: 0 auto;
    padding: 20px 0;
}


#category-body .goods_box .goods-item .img-box img{max-width: 220px; max-height: 220px; border:none;}
#category-body .goods_box .goods-item .goods-info{ border-top:1px solid #ccc; margin: 0 auto; padding: 20px 0;}
#category-body .goods_box .goods-item .goods-info .goods-title{font-size: 16px; text-align: left;}
#category-body .goods_box .goods-item .goods-info .goods-title a{color: #333;}
#category-body .goods_box .goods-item .goods-info.goods-title a:hover{color: #d72426;}
#category-body .goods_box .goods-item .goods-info .goods-ms{text-align: left; color: #666; line-height: 23px; font-size: 13px; padding: 10px 0; height: 42px; overflow: hidden;}
#category-body .goods_box .goods-item .goods-info .price-box{padding-top: 15px;}
#category-body .goods_box .goods-item .goods-info .price-box .shop_s{float: left; font-size: 24px; font-weight: bold; padding-top: 10px;}
#category-body .goods_box .goods-item .goods-info .price-box .price-btn{
    display: block; width: 80px; height: 30px; line-height: 30px; border:1px solid #D72326; color: #D72326; float: right; font-size: 14px;
    color: white;
    background-color: #EF4036;
    font-size: 14px;
    text-align: center;
  }
#category-body .goods_box .goods-item .goods-info .price-box .price-btn:hover{background:#D72326; color: #fff; }