/* Add here all your CSS customizations */
.bg-huika{
  background-color: #eb3d00 !important;
}
.nav-huika:hover{
  background: #bc3100;
}
.border-huika{
  border: 2px solid #eb3d00 !important;
}
.border-0{
  border:none !important;
}
.index-about-bg1 {
  background: url(../images/home/bg1.jpg) !important;
  background-position: center !important;
}
.index-about-bg2 {
  background: url(../images/home/bg2.jpg) !important;
  background-position: center !important;
}
.sousuo {
 width: 360px;
 margin: 0 auto !important;
}
.sousuoanniu {
  width: 100px;
  background-color: #eb3d00 !important;
  color: #FFF !important;
  border: none;
}
.sousuoshadow{
  box-shadow: 2px 2px 3px #333;
}
.juzhong{
  margin: 0 auto !important;
  text-align:center !important; 
}
.bg-foot{
  background-color: #eb3d00 !important;
}
.text-color-huise{
  color: #d5d5d5 !important;
}
@media (max-width: 1200px) {
  .phone-index {
   float:left !important;
   margin-top: 10px;
   margin: 0 auto !important;
   padding: 0 !important;

  }
}
@media (max-width: 1200px) {
  .phone-index-1 {
   margin: 0 auto !important;
   padding: 0 !important;

  }
}
@media (max-width: 770px) {
  .phone-index-2 {
   margin: 0 auto !important;
   padding: 0 !important;
   flex: 0 0 65%;
    max-width: 65%;

  }
}
@media (max-width: 1220px) {
  .phone-index-3 {
   margin: 0 auto !important;
   padding: 0 !important;
   flex: 0 0 70%;
    max-width: 70%;

  }
}
@media (max-width: 500px) {
  #index-product {
  display: none;
  }
  #phone-product {
    display: inline;
    }
    .display-h{
      display: none;
    }
}
@media (min-width: 500px) {

  #phone-product {
    display: none;
    }

}
@media (max-width: 500px) {
  .phone-p{
    flex: 0 0 50%;
    max-width: 50%;
  }
}


/* about us */
.border-about{
  border-bottom: 1px solid #999;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.text-color-huika{
  color: #eb3d00 !important;
}
.tabs.tabs-simple .nav-tabs > li .nav-link:hover{
  color:  #eb3d00 !important;
}
.tabs.tabs-simple .nav-tabs > li .active{
  color:  #eb3d00 !important;
}
.tabs-simple .nav-tabs .active .nav-link{
  color:  #eb3d00 !important;
}
.index-about-bg3 {
  background: url(../images/about/bg3.jpg) !important;
  background-position: center !important;
}



/* productes */
.divider-cebian{
  width:60px;
  height:2px;
  background: #eb3d00;
}
.divider-cebian hr{
  height:0px;
}
.text-color-cebianlan{
  color: #333;

}
.text-color-cebianlan :hover{
  color: #eb3d00;
}
.pagination{
  width: 120px;
  padding: 0 !important;
  margin: 0 auto;
}

/*产品详情*/
/*================== */
.spec-preview {
  width: 80%;
  float: right;
}

.jqzoom {
  width: 100%;
  float: left;
  position: relative;
  padding: 0px;
  cursor: pointer;
  margin: 0px;
  display: block;
}

.zoomdiv {
  z-index: 100;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 300px;
  height: 300px;
  background: #ffffff;
  border: 1px solid #CCCCCC;
  display: none;
  text-align: center;
  overflow: hidden;
}

.jqZoomPup {
  z-index: 10;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
  background: #ffffff /*url(../images/zoom.png) 50% center no-repeat*/;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(Opacity=50);
}

.jqzoom img {
  border: 1px solid #DFDFDF;
  width: 100%;
}



.spec-scroll .items ul li img:hover {
  border: 1px solid #A9A9A5;;
  padding: 1px;
}

.p-crumb a, .p-crumb span {
  text-transform: capitalize;
}

.right-extra {
  float: left;
  margin-top: 30px;
  margin-bottom: 60px;
}

.detail-right {
  float: left;
  z-index: 99;
  margin-top: 30px;
  margin-bottom: 60px;
}

.prd {
  border-bottom: 1px solid #ddd;
}

.tab-content img {
  max-width: 100%!important;
  height: auto!important;
}


.spec-scroll {
  width: 18%;
  float: left;
  display: inline-block;
}


.spec-scroll .items ul {
  padding-left: 0px;
}

.spec-scroll .items ul li {
  list-style: none;
  padding-bottom: 10px;
}

.spec-scroll .items ul li img {
  width: 100%;
}

.spec-scroll .items ul li img:hover {
  border: 1px solid #dcdcdc;
  padding: 1px;
}

.product-main {
  background: #f2f2ea;
  padding-bottom: 30px;
}


.product-main {
  background: #f2f2ea;
  padding-bottom: 30px;
}

.product-main-ul {
  padding: 20px 0 0px 0;
  margin-left: 0px;
}

.product-main-ul li {
  line-height: 25px;
}

.product-main-ul li:nth-child(odd) {
  float: left;
  width: 30%;
  margin-bottom: 0px;
  text-transform: capitalize;
}

.product-main-ul li:nth-child(even) {
  color: #888;
  float: right;
  width: 70%;
  min-height: 25px;
}


.spec-scroll .prev {
  float: left;
}

.spec-scroll .next {
  float: right;
}

.spec-scroll .prev, .spec-scroll .next {
  display: block;
  text-align: center;
  width: 13px;
  height: 54px;
  margin-top: 12px;
  line-height: 54px;
  cursor: pointer;
  text-decoration: none;
  color: #333;
}



.product-detail-table2 {
  margin-top: 105px;
  border: 1px #dcdcdc solid;
  width: 100% !important;
}

.product-detail-table2 tr th {
  background-color: #4f81bd;
  color: #fff;
}

.product-detail-form1 {
  width: 47%;
  float: left;
  background-color: #fff;
  border: 1px #dcdcdc solid;
  margin-bottom: 15px;
}

.product-detail-form2 {
  float: right;
}

.product-detail-form3 {
  width: 100%;
  height: 150px;
  border: 1px #dcdcdc solid;
  margin-bottom: 15px;
  padding: 10px 0 0 10px;
}

.product-detail-about1 img {
  width: 100%;
}

.product-detail-about {
  margin: 100px 0 100px 0;
}

/*------------------*/
.product-main-left{
  padding-left: 0px;
  padding-right: 55px;
}

.anniu-p{
  border-radius:0 !important;
}
@media (min-width: 992px) {
	.kuandu1 {
    flex: 0 0 52%;
    max-width: 52%;

	}
}
@media (min-width: 992px) {
	.kuandu2 {
    flex: 0 0 38%;
    max-width: 38%;

	}
}


    /* NEW */
    @media (max-width: 990px) {
      .phone-news {
       float:left !important;
       margin-top: 10px;
    
      }
    }



/* contact */
.border-contact{
  border: 1px solid #f7f7f7;
  text-align: center;
  margin: 0 auto; 
  box-shadow: 0px 2px 2px #d5d5d5;
}
.border-contact-h2{
  border-right: 2px solid #999;
}
.anniu-sed{
  background-color: #231f20 !important;
  border: none !important;
}



/* foot */
.gongsidiwen{
  background: url(../images/home/bg1.jpg) !important;
  background-position: center !important;
}
@media (max-width: 700px) {
	.display-f {
    display:none;
	}
}

@media (max-width: 700px) {
	.display-f-center {
    text-align: center !important;
	}
}

@media (max-width: 700px) {
	.phone-col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 20px !important;
	}
}
