/* 头部区域 */
#EdgePro .header .logo {
  background: transparent url('../../img/iai/ep_logo.png') no-repeat;
  background-size: 100%;
}
#EdgePro .core-function .arrow-pointer {
  bottom: 20px;
}
#EdgePro .content-function .center .computer {
  background: transparent url('../../img/iai/ep_computer.png') no-repeat;
  background-size: 100%;
}

#EdgePro .header .desc{
  line-height: 20px;
}

/* 1280 1336 1440 1600 1920  */
@media screen and (min-width: 1280px) and (max-width: 1366px) {
}
@media screen and (min-width: 1366px) and (max-width: 1440px) {
}
@media screen and (min-width: 1440px) and (max-width: 1600px) {
}
@media screen and (min-width: 1600px) and (max-width: 1920px) {
}
