@charset "utf-8";
/* CSS Document */
/**
 * @description: 网站首页样式
 * @author: ishang_pan
 * @update: ishang_pan 
 */

/*home*/
.g-main{
  padding-bottom: 50px;
}
.m-tabstyle{
  margin: 50px 0 34px 0;
  display: flex;
  align-items: center;
  height: 42px;
}
.m-tabstyle h2{
  padding: 0 21px 0 33px;
  background: url(../images/home/bj.png) left center no-repeat;
  font-family: MicrosoftYaHei-Bold;
	font-size: 32px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	color: #c90e24;
}
.m-tabstyle p img{
  vertical-align: middle;
}
.m-tabstyle .more{
  padding-left: 21px;
  font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #999999;
}


.m-stylelist .col-md-6{
  width: 598px;
}

.m-stylelist h2{
  font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #3d3d3d;
}
.m-stylelist p{
  padding: 5px 0 10px 0;
  font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #999999;
}
.m-stylelist p a{
  color: #ff7e00;
}


.g-stylelist li{
  position: relative;
  height: 38px;
  line-height: 38px;
  padding-left: 12px;
}
.g-stylelist li::before{
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #c90e24;
}
.g-stylelist li a{
  font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #363636;
}
.g-stylelist li span{
    float: right;
}








/*media query*/
/*large pcScreen*/
@media (min-width:1200px) {


}
/*medium pcScreen lg*/
@media screen and (max-width: 1199px) {
    

}
/*pad md*/
@media screen and (max-width: 991px ){
	

}
/*phone sm*/
@media screen and (max-width: 767px) {
    


}
/*small xs*/
@media screen and (max-width: 638px) {
    

}