body {
  transform-origin: 0 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
}

body::-webkit-scrollbar {/*滚动条里面轨道*/
  /*滚动条整体样式*/
  width: 1px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.banner__container {
  position: relative;
  height: 540px;
}

.bgImg {
  position: relative;
  height: 540px;
}

.banner__logo {
  position: absolute;
  color: #FFF;
  top: 81px;
  left: 360px;
}

.login {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 413px;
  width: 319px;
  z-index: 222;
  background: rgba(0, 0, 0, 0.382);
}

.main {
  position: relative;
  padding: 0 360px;
}

.home__module__title {
  position: relative;
  margin: 52px 0 19px;
  border-bottom: 1px solid #CCC;
}

.home__module__title h2 {
  margin-bottom: 7px;
  font-weight: bold;
  font-size: 24px;
}

.home__module__title p {
  margin-bottom: 7px;
  color: #666666;
}

.home__module__bottom__line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 94px;
  height: 5px;
  background: linear-gradient(180deg, #F7680A 0%, #F88115 48%, #F99E1E 100%);
}

.module__menu__container {
  position: absolute;
  right: 0;
  bottom: 13px;
  color: #666;
}

.more {
  float: left;
  margin-top: 5px;
}

.more:hover {
  color: #1F81EC;
  cursor: pointer;
}

.module__menu__list {
  margin: 0;
  padding: 0;
  float: left;
  display: flex;
  list-style: none;
  margin-right: 26px;
}

.module__menu__item {
  width: 96px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 2px;
  color: #666666;
}

.module__menu__item:hover {
  color: #fff;
  background: #1F81EC;
  cursor: pointer;
}

.module__menu__item--active {
  color: #fff;
  background: #1158AA;
}

/* 地方特色应用 */
.specialLocalApplications {
  margin-top: 44px;
  overflow: hidden;
}

.specialLocalApplications__bg {
  position: absolute;
  top: 270px;
  left: 0;
  right: 0;
  height: 506px;
  background: #F5F5F5;
  z-index: -1;
}

.specialLocalApplications__menu__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* .specialLocalApplications__menu__item {
  width: 384px;
  height: 88px;
  margin-bottom: 24px;
  background: url('../img/home/specialLocalApplications_menu.png') no-repeat;
  border-radius: 4px;
  cursor: pointer;
}

.specialLocalApplications__menu__item:hover {
  transform: translateX(8px);
}

.specialLocalApplications__menu__item__label {
  float: left;
  margin: 18px 25px 0 42px;
  width: 52px;
  height: 52px;
}

.specialLocalApplications__menu__item__title {
  float: left;
  margin-top: 32px;
  font-size: 20px;
  color: #333333;
} */

.specialLocalApplications__menu__item {
  width: 282px;
  height: 130px;
  margin-bottom: 24px;
  /* background: url('../img/home/specialLocalApplications_menu.png') no-repeat; */
  background: url('../img/home/specialLocalApplications_menu.png') no-repeat;
  border-radius: 4px;
  cursor: pointer;
}

.specialLocalApplications__menu__item:hover {
  transform: translateX(8px);
}

.specialLocalApplications__menu__item__label {
  float: left;
  margin: 39px 25px 0 42px;
  width: 52px;
  height: 52px;
}

.specialLocalApplications__menu__item__title {
  float: left;
  margin-top: 50px;
  font-size: 20px;
  color: #333333;
}

.specialLocalApplications__menu__item__title--ts {
  margin-top: 35px;
}

.specialLocalApplications__menu__item__subtitle {
  float: left;
  font-size: 20px;
}

/* 口岸资讯 */
.portInformation {
  margin-top: 44px;
  overflow: hidden;
}

.informationArticleList {
  display: flex;
  justify-content: center;
}

.portInformation__left {
  flex: 1.95;
  position: relative;
  background: #ccc;
}

.portInformation__right {
  flex: 1;
  padding-left: 3.6875rem;
}

.info__box {
  position: absolute;
  left: 0;
  right: 0;
  /*bottom: 11px;*/
  bottom: 0px;
  height: 136px;
  background: rgba(0, 0, 0, 0.7);
}

.info__img__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.info__img {
  width: 100%;
  height: 100%;
}

.info__title {
  margin-top: 41px;
  margin-left: 45px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #fff;
}

.info__sub__title {
  margin: 10px 143px 0 45px;
  color: #A7A8AA;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.news__item {
  margin-bottom: 24px;
  cursor: pointer;
}

.news__item:last-child {
  margin-bottom: 0;
}

.news__item:hover {
  box-shadow: 0px 0px 8px #dee2e6;
}

.news__item:hover .news__header {
  color: #1158AA;
}

.news__item:hover .news__title, .news__item:hover .news__content {
  transition: all .5s ease 0s;
  transform: translateX(8px);
}

.news__item:hover .news__icon {
  transition: all .5s ease 0s;
  transform: translateX(-8px);
}

.news__item__link {
  color: #333;
}

.news__header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.news__header {
  margin-bottom: 22px;
}

.news__date {
  font-size: 20px;
}

.news__footer {
  padding-bottom: 12px;
  overflow: hidden;
  border-bottom: 1px solid #CCCCCC;
}

.news__title {
  width: 309px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.news__content {
  float: left;
  margin: 0;
  width: 309px;
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #666;
}

.news__icon {
  float: right;
}

.port__info__list {
  margin-bottom: 52px;
  display: flex;
  justify-content: space-between;
}

.port__info__item {
  position: relative;
  padding-bottom: 59px;
  width: 282px;
  background: #F5F5F5;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.port__info__item:hover {
  cursor: pointer;
  transform: translateY(8px);
}

.port__info__img {
  margin-bottom: 20px;
  height: 161px;
}

.port__info__title {
  margin: 0;
  margin-bottom: 16px;
  font-size: 24px;
  text-align: center;
}

.port__info__content {
  margin: 0 9px 12px 12px;
  height: 124px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-align: justify;
  font-size: 12px;
  color: #999;
}

.port__info__more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 32px;
  cursor: pointer;
  text-align: center;
}

.port__info__more__line {
  display: inline-block;
  margin: 0 8px -2px;
  width: 1px;
  height: 14px;
  background-color: #333333;
}

#div_app_1 {
  height:40px;
  MARGIN-RIGHT: auto;
  MARGIN-LEFT: auto;
}

#div_app_2 {
  position: relative;
  height: 40px;
  background-image: url(../img/home/20170918-guide.png);
}

#span_gov {
  position: absolute;
  left: 360px;
  bottom: 0;
  width: 140px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  font-weight: 600;
  color: #2D84ED;
  background-color: #ffffff;
  text-align: center;
}

#app_iframe_1 {
  width: 100%;
  height: 100%;
  min-width:1000px;
  min-height:215px;
}
