/* 关于我们 */
.main-about-us { 
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 2px solid #edeef3;
  overflow: hidden;
}
.main-about-wenan {
  margin-top: 30px;
  line-height: 26px;
}
.main-about-more,
.main-about-more:hover {
  font-size: 18px;
  color: #059440;
  text-decoration: none;
}
.index-about-contact { 
  margin-top: 100px;
}
.index-about-contact-left {   
  line-height: 40px;
  color: #0761ae;
  font-size: 18px;
}
.index-about-contact-left span{
  font-size: 22px;
  font-weight: bolder;
}
.index-about-contact-right {
  background-color: #1167b1;
  width: 140px;  
  border-radius: 10px;
  text-align: center;  
  line-height: 40px;
  cursor: pointer;
}
.index-about-contact-right:hover {
  text-decoration: none;
}

.sign{
  padding-top: 20px;
  padding-bottom: 20px;
}
.sign .signcon{
  background: #edeef3;
  padding:15px 25px 15px 85px;
  min-height: 80px;
  border-bottom-right-radius: 10px;
  background-position: 20px center;
  background-repeat: no-repeat;
  transition: all 0.3s; 
}
.sign .signcon:hover{
  background: #1167b1;
  background-position: 20px center;
  background-repeat: no-repeat;
}
.sign .signcon:hover h3{
  color: #fff;
}
.sign .signcon h3{
  font-size: 20px;
  font-weight: bold;
}
.sign .signcon h3 span{
  font-size: 14px;
  font-weight:lighter;
  display: block;
  margin-top: 10px;
}
.sign .signcon.sign1{
  background-image: url(../images/s1.png);
}
.sign .signcon.sign2{
  background-image: url(../images/s2.png); 
}
.sign .signcon.sign3{
  background-image: url(../images/s3.png);
}
.sign .signcon.sign4{
  background-image: url(../images/s4.png); 
}
.sign .signcon:hover.sign1{
  background-image: url(../images/s_1.png);
}
.sign :hover.sign2{
  background-image: url(../images/s_2.png); 
}
.sign :hover.sign3{
  background-image: url(../images/s_3.png);
}
.sign :hover.sign4{
  background-image: url(../images/s_4.png); 
}
/* product */
.main-product {
  padding: 70px 0px;
  background: #edeef3;
}
.product-ev {
  position: relative;
}
.product-ev .panel-default{
  border: 0px;
}
.product-ev .panel-default>.panel-heading {
    color: #fff;
    background-color: #0870be;
    border-color: #0870be;
    font-size: 18px;
    line-height: 50px;
    padding-left: 30px;
    font-weight: bolder;
}
.product-ev .list-group-item {
    position: relative;
    font-size: 18px;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 0px solid #ddd;
}
.product-ev .list-group-item a{
  color: #2c2c2c;
}

/* 瓶子 */
.product-title{
  font-size: 18px;
  line-height: 80px;
  font-weight: bold;
}
.product-title span{
  color: #0870be;
}
.product-title a{
  font-weight: lighter;
  font-size: 14px;
  margin-right: 10px;
  color: #434343;
}
.pz-ev {
  padding: 0px 10px 20px 10px;
}
.pz-ev .main-img {
  background-color: #fff;
  padding: 10px 10px;
  height: 200px;
  text-align: center;
}
.pz-ev .main-img img {
  width:auto;
  max-height: 100%;
}
.main-pz-word-fa {
  line-height: 30px;
  color: #333;
  text-align: center;
  border: 1px solid #d4d4d4;
}
.pz-ev a:hover .main-pz-word-fa {
  background: #0761ae;
  color: #fff;
  border: 1px solid #0761ae;
}
.pz-word {
  /* display: block; */
  /* height: 50px; */
  display: inline-block;
  /* line-height: 50px; */
}
.pz-row{
  white-space: nowrap;
  overflow: hidden;
}



/*广告标语*/
.adv{
  background:url(../images/adv.jpg) no-repeat center #0761ae;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  color: #fff;
  padding: 100px 0px;
}
.adv h4{
  font-size: 42px;
  font-weight: bold;
}
.adv h3{
  font-size: 46px;
  font-weight:bolder;
}
.adv h5{
  font-size:20px;
  font-weight:bolder;
}
.adv .telephone{
  font-size: 22px;
  border-radius: 10px;
  padding: 10px 30px 10px 60px;
  margin-top: 20px;
  display: inline-block;
  background: url(../images/tel.png) no-repeat 10px center #fff;
  color: #1167b1;
}
.adv .telephone span{
  font-weight: bolder;
}
/* 新闻 */
.main-news {
  padding-top: 70px;
  padding-bottom: 70px;
}
.main-img{
  width: 100%;    
  overflow: hidden;
  position:relative;
}
.main-img img{
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
}
.main-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
} 

.main-news .span1 {
  font-size: 22px;
  font-weight: bold;
  color: #4b4848;
  display: inline-block;
  margin-top: 30px;
}
.main-news .more-a {
  font-size: 16px;
  color: #d7251d;
  margin-top: 30px;
  line-height: 30px;
}
.main-news .div1 {
  margin-top: 34px;
}
.main-news .div2 .title {
  font-size: 18px;
  color: #4b4848;
  font-weight: bold;
}
.main-news .date {
  font-size: 14px;
  color: #adadaf;
}
.main-news .div2 .p1 {
  font-size: 16px;
  line-height: 28px;
  color: #736d6d;
  margin-top: 27px;
}
.main-news .div2 .more-btn {
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #0761ae;
  font-size: 14px;
  color: #fff;
  display: block;
  margin-top: 20px;
}
.i-news-ul a {
  display: block;
  height: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 50px;
  padding-left: 30px;
  background: url("../images/yb.png") no-repeat left center;
  border-bottom: 2px solid #f5f5f5;
  color: #2b2b2b;
  font-size: 16px;
}
.i-news-ul a:hover {
  color: #0761ae;
  background: url("../images/yr.png") no-repeat left center;
}
.i-news-ul {
  margin-top: 30px;
}
.i-yn-ul a {
  display: block;
  height: 70px;
  line-height: 70px;
  color: #2b2b2b;
  border-bottom: 1px solid #fff;
  padding-left: 40px;
  background: url("../images/yb.png") no-repeat 14px center;
  background-color: #f9f9f9;
}
.i-yn-ul .right {
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  background-color: #d5d5d5;
  color: white;
  border-radius: 50%;
  margin-top: 23px;
  margin-right: 20px;
}
.i-yn-ul a:hover {
  background: url("../images/yw.png") no-repeat 14px center;
  background-color: #0761ae;
  color: white;
}
.i-yn-ul a:hover .right {
  background-color: #fff;
  color: #7d7474;
}
.i-yn-ul {
  margin-top: 34px;
}
@media (max-width: 767.78px) {
  .main-about-us,.main-product{
    padding: 20px 0px;
  }
  .index-about-contact {
    width: 100%;
	margin-top: 10px;
    margin-bottom: 10px;
  }
  .index-about-contact-left {
    width: 100%;
	text-align:left;
  }
  .index-about-contact-right {
    width: 80px;
  }
  .product-ev .list-group-item {  
    font-size: 14px;   
    padding: 5px 15px; 
  }
  .product-ev .panel-default>.panel-heading {    
    font-size: 16px;
    line-height: 35px;
  }
  .product-title {
    line-height: 60px;
  }
  .product-ev {
    margin-top: 10px;
  }
  .main-new-ev {
    padding: 15px 15px;
  }
  .pz-ev .main-img {
    height:auto;
  }
  .sign .signcon{
	padding: 5px 5px 5px 70px;
	background-size:12%;
	margin-bottom:5px;
  }
  .sign .signcon h3{
	  font-size:16px;
	}
  .title-green-big {   
    font-size: 22px;
}
.main-about-wenan {
    margin-top: 10px;
}
.adv{
	padding:30px 0px;
}
.adv h4{
  font-size: 18px;
  font-weight: bold;
}
.adv h3{
  font-size: 20px;
  font-weight:bolder;
}
.adv h5{
  font-size:14px;
  font-weight:bolder;
}
.adv .telephone{
  font-size: 14px;
  margin-top: 10px; 
}
}
