@charset "utf-8";
.wrapper{/* width: 1150px; */}

/* section titles */
.tab-item a:hover{color:#333;}
.section-information{margin-top: 10px;}
.section-cnt {margin: 50px 0 0 0;}
.section-information .section-title{background: url(../img/icon-menu.png) left top no-repeat;}
.section-information .tab-trigger {display: flex;}
.section-gszl .section-title{background: url(../img/icon-factory.png) left top no-repeat;}
.section-contact .section-title{background: url(../img/icon-circle.png) left top no-repeat;}

/* tab */
.section-information .tab-item{width: 376px;height: 92px;line-height: 92px;font-size: 29px;background: #e2e2e2;margin: 0 10px 0 10px;flex: 1;}
.section-information .tab-item.cur{background: #ff6600;}
.news-list .news-list-item:hover{background: url(../img/bg-news-list-hover.png) center center no-repeat;background-size: 100%;}
.section-information .tab-cnt{min-height: 250px;}

/* section-contact */
.section-contact p{font-size: 21px;color: #333;padding-left: 24px;line-height: 42px;}
.section-contact p a{color: #333;}
.tel{background: url(../img/icon-tel.png) 0 center no-repeat;}
.email{background: url(../img/icon-mail.png) 0 center no-repeat;}

@media screen and (max-width: 900px){
  .wrapper{width: 100%;}
  .tab-trigger{display: flex;justify-content: space-between;}
  .section-information{margin: 5px 0 60px 0;}
  .section-information .tab-item{width: 33%;height: .58rem;line-height: .58rem;font-size: .28rem;}
  .section-gszl .section-body,
  .section-contact .section-body{margin-top: .7rem;}
  .section-contact p{font-size: .3rem;line-height: .5rem;}
}
