@charset "UTF-8";
/*! PC端 */
@media screen and (min-width: 960px) { .banner img { width: 100%; }
  .detail .info { float: left; margin-right: 50px; width: 890px; }
  .detail .info .photoimg { float: left; margin-right: 30px; background: #ddd; text-align: center; }
  .detail .info .photoimg img { width: 400px; height: 400px; line-height: 400px; }
  .detail .info .baseinfo { float: left; width: 450px; }
  .detail .info .baseinfo h1 { font-size: 24px; font-weight: bold; color: #1E4FB1; }
  .detail .info .baseinfo .subtitle { display: block; height: 45px; line-height: 45px; color: #313131; font-size: 16px; }
  .detail .info .baseinfo .summary { display: inline-block; overflow: hidden; width: 445px; height: 150px; line-height: 25px; font-size: 14px; color: #7d7d7d; }
  .detail .info .btncontactmobile { display: none; }
  .detail .info .btncontactpc { display: inline-block; margin-top: 50px; font-size: 24px; padding-left: 50px; width: 230px; height: 65px; line-height: 65px; background: url(/images/icon/contact.png) no-repeat #EB6100; background-position: 40px 15px; text-align: center; color: #fff; }
  .detail .info .content { padding-top: 40px; } }

/*! 移动端 */
@media screen and (max-width: 960px) { .banner { display: none; }
  .banner img { width: 10rem; }
  .detail .info .photoimg img { width: 10rem; }
  .detail .info .baseinfo { margin: 0.41667rem auto; width: 9.44444rem; }
  .detail .info .baseinfo h1 { font-size: 0.47222rem; font-weight: bold; }
  .detail .info .baseinfo .subtitle { display: block; font-size: 0.38889rem; }
  .detail .info .baseinfo .summary { display: block; margin-top: 0.34722rem; font-size: 0.38889rem; text-indent: 2em; }
  .detail .info .btncontactpc { display: none; }
  .detail .info .btncontactmobile { position: absolute; display: none; margin-right: 0.27778rem; right: 0; width: 2.22222rem; height: 0.83333rem; line-height: 0.83333rem; text-align: center; background: #f60; color: #fff; font-weight: bold; font-size: 0.36111rem; border-radius: 0.13889rem; }
  .detail .info .block-header { padding-left: 0.27778rem; height: 0.69444rem; line-height: 0.69444rem; background: #1e4fb1; color: #fff; font-weight: bold; font-size: 0.36111rem; }
  .detail .info .block-body { margin: 0.41667rem auto; width: 9.44444rem; line-height: 0.69444rem; font-size: 0.36111rem; }
  .detail-list { display: none; } }
