@charset "UTF-8";
/*!

Buy.css
版权归属于：http://www.chinatpm.net/（深圳市华天谋企业管理顾问有限公司）
作者：fqn
*/
img{max-width: 100%}
.title{
  text-align: center;
  font-size:26px;
  color: #15499a;
  font-weight: bold;
  padding:70px 0 50px 0;
}

.title:after, .title:before {
  content: '';
  width: 60px;
  height: 1px;
  background: #15499a;
  display: inline-block;
  margin: 0px 20px;
  vertical-align: middle;
}
.star1 .left{
  width: 600px;
  float: left;
}
.star1 .right{
  width: 560px;
  float: right;
}
.star_list{
padding-bottom: 50px;
}
.star_list img{
  width: 50px;
  display: block;
  margin: 10px auto;
}
.star_list li{
  float: left;
  box-sizing: border-box;
  padding: 15px;
  width: 18.5%;
  box-shadow: 0px 0px 3px 1px rgba(0,0,0,.3);
  background: #FFFFFF;
  display: inline-block;
  vertical-align: top;
  height: 250px;
  margin-left: 1.875%;
}
.star_list li:first-child{
  margin-left: 0;
}
.star_list .t1{
font-size: 18px;
  font-weight: bold;
  color: #15499a;
  padding:5px 0;
}
.star_list .t2{
margin: 10px auto;
}
.star_list1{

}
.star_list1 li{
  /*box-shadow: 0px 0px 3px 1px rgba(0,0,0,.3);*/
  background: #f8f8f8;
  padding: 25px;
  margin-bottom:25px;
}
.star_list1 .t1{
color: #15499a;
  font-size: 18px;
  font-weight: bold;

}
.star_list1 .t2{
width: 100px;
  height: 1px;
  background: #ac2727;
  margin: 15px 0;
}

.class_contact .text{
  display: block;
  margin: auto;
  margin-bottom: 30px;
  width: 80%;
  max-width: 500px;
  line-height: 40px;
  font-size: 16px;
  padding: 10px;
  border:1px solid #999;
  background: #fff;
}
.class_contact .sub{
  width:90%;
  max-width: 150px;
  line-height: 50px;
  height: 50px;
  display: block;
  margin: auto;
  background: #ac1717;
  color: #FFFFFF;
  font-size: 18px;
  border-radius: 30px;
  text-align: center;
}
.class_contact{
  padding-bottom: 100px}

@media screen and (max-width: 1300px) {
  .star1 .left{
    width: 49%;
  }
  .star1 .right{
    width: 49%;
  }
}
@media screen and (max-width: 1100px) {
  .star1 .left{
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 15px;
  }
  .star1 .right{
    width: 100%;
    float: none;
  }
  .star_list li{
    width: 48.5%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .star_list li:nth-child(odd){
    margin-right: 3%;
  }
  .title{
    font-size: 24px;
  }
  .title:after, .title:before{
    width: 50px;
  }
}
@media screen and (max-width:600px) {
  .star_list li{
    height: 250px;
  }
  .star_list img{
    width: 30px;
  }
  .star_list .t1,.star_list1 .t1{
    font-size: 16px;
  }
  .title{
    font-size: 21px;
    padding: 50px 0 25px 0;
  }
  .title:after, .title:before{
    width: 30px;
    margin: 0px 10px;
  }
  .editor{
    font-size: 14px;
    line-height: 30px;
  }
}