.oneline {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.clear {
  clear: both;
  float: left;
}
.inline-block {
  display: inline-block;
}
.justify {
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}
.w-fix {
  display: inline-block;
  width: 100%;
  height: 0;
  vertical-align: middle;
}
.h-fix {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.container {
  margin: auto;
  position: relative;
  text-align: center;
}
header,
#content,
footer {
  width: 100%;
  float: left;
  clear: both;
}
header {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 108px;
  line-height: 108px;
  background: rgba(89,125,179,0.8);
}
header .header {
  display: inline-block;
  position: relative;
  width: 1200px;
  height: 100%;
}
header .header .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 515px;
  height: 100%;
  background: url(img/logo.png) no-repeat left center;
}
header .header #nav-bn,
header .header .nav-bn,
header .header #nav {
  display: none;
}
header .header .nav {
  float: right;
  white-space: nowrap;
  text-align: right;
  line-height: 60px;
  padding: 20px 0;
}
header .header .nav .main-top {
  line-height: 23px;
}
header .header .nav .main-top a {
  font-size: 15px;
  font-weight: 700;
  color: white;
  background: url(img/link-icon-white.svg) no-repeat left center;
  padding-left: 36px;
  box-sizing: border-box;
  display: inline-block;
  letter-spacing: 1px;
}
header .header .nav .main-menu {
  display: inline-block;
  position: relative;
  vertical-align: top;
  padding-right: 19px;
}
header .header .nav .main-menu #main,
header .header .nav .main-menu #sub {
  display: none;
}
header .header .nav .main-menu .main {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-size: 15px;
  font-weight: 700;
  color: white;
  border-left: 1px solid white;
  padding-left: 20px;
  letter-spacing: 1.1px;
  vertical-align: middle;
  cursor: pointer;
}
header .header .nav .main-menu .main .main-pull {
  display: none;
  position: relative;
  left: 10px;
  width: 12px;
  height: 12px;
}
header .header .nav .main-menu .main .main-pull img {
  position: absolute;
  top: 0;
  left: 0;
}
header .header .nav .main-menu .main .main-pull .pull-up {
  display: none;
}
header .header .nav .main-menu .menu {
  display: none;
  position: absolute;
  top: calc(100% - 8px);
  left: 19px;
  line-height: 40px;
  text-align: left;
}
header .header .nav .main-menu .menu .sub-main,
header .header .nav .main-menu .menu .sub-menu-main {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #004985;
  padding-right: 30px;
  box-sizing: border-box;
  letter-spacing: 1.1px;
}
header .header .nav .main-menu .menu .sub-main .pull,
header .header .nav .main-menu .menu .sub-menu-main .pull {
  display: inline-block;
  position: relative;
  left: 10px;
  width: 12px;
  height: 12px;
}
header .header .nav .main-menu .menu .sub-main .pull img,
header .header .nav .main-menu .menu .sub-menu-main .pull img {
  position: absolute;
  top: 0;
  left: 0;
}
header .header .nav .main-menu .menu .sub-main .pull .pull-up,
header .header .nav .main-menu .menu .sub-menu-main .pull .pull-up {
  display: none;
}
header .header .nav .main-menu .menu .sub {
  border-top: 2px solid rgba(0,0,0,0);
  background: rgba(255,255,255,0.9);
  background-clip: content-box;
}
header .header .nav .main-menu .menu .sub #pull,
header .header .nav .main-menu .menu .sub #change {
  display: none;
}
header .header .nav .main-menu .menu .sub #change:checked + .sub-main .pull .pull-down {
  display: none;
}
header .header .nav .main-menu .menu .sub #change:checked + .sub-main .pull .pull-up {
  display: block;
}
header .header .nav .main-menu .menu .sub #pull:checked + .sub-menu {
  display: block;
}
header .header .nav .main-menu .menu .sub:first-child {
  border-top: none;
}
header .header .nav .main-menu .menu .sub-menu {
  display: none;
}/*953795e33e25c16a067bcfa2a5842f5b*/
header .header .nav .main-menu .menu .sub-main {
  padding-left: 20px;
}
header .header .nav .main-menu .menu .sub-menu-main {
  padding-left: 30px;
}
header .header .nav .page3 .sub-main {
  min-width: 237.109px;
  cursor: pointer;
}
header .header .nav .main-menu:first-child {
  display: none;
}
header .header .nav .main-menu:nth-child(2) .main {
  border: none;
}
header .header .nav .main-menu:last-child {
  padding-right: 0;
}
#content {
  min-height: 500px;
  overflow-x: hidden;
}
#content .banner {
  position: relative;
}
#content .banner img {
  width: auto;
  height: 250px;
  margin-left: calc((100% - 1600px)/2);
}
#content .banner span {
  position: absolute;
  bottom: 21px;
  left: calc((100% - 1200px)/2);
  font-size: 38px;
  font-weight: 700;
  color: white;
  letter-spacing: 4px;
}
#content .path {
  background: #e2efff;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}
#content .path .inner {
  display: inline-block;
  width: 1200px;
  line-height: 40px;
  text-align: left;
}
#content .path .inner span {
  display: inline-block;
}
#content .path .inner span img {
  margin: 0 6px;
  vertical-align: top;
}
#content .path .inner span a {
  font-size: 14px;
  color: #282828;
  letter-spacing: 1px;
  vertical-align: top;
}
#content .path .inner .cur a {
  color: #004985;
}
#content .path .inner .back {
  float: right;
}
#content .path .inner .back img {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
footer {
  line-height: 55px;
  padding: 0 20px;
  box-sizing: border-box;
}
footer .footer-copyright,
footer .footer-copyright a {
  font-size: 13px;
  color: #597db3;
  letter-spacing: 0.4px;
}
@media (min-width: 1600px) {
  #content .banner img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}
@media (min-width: 1240px) {
  header .header .nav .main-menu .menu .sub:hover {
    background: rgba(204,227,255,0.9);
    background-clip: content-box;
  }
  header .header .nav .main-menu:hover .main span {
    padding-bottom: 17px;
    border-bottom: 2px solid white;
  }
  header .header .nav .main-menu:hover .menu {
    display: block;
  }
}
@media (max-width: 1239px) {
  header {
    position: relative;
    background: #597db3;
  }
  header .header {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
  header .header .logo {
    left: 20px;
    background: url(img/logoT.png) no-repeat left center;
  }
  header .header #nav-bn:checked + .nav-bn .open {
    display: none;
  }
  header .header #nav-bn:checked + .nav-bn .close {
    display: block;
  }
  header .header .nav-bn {
    display: block;
    position: absolute;
    top: 42px;
    right: 20px;
    width: 40px;
    height: 24px;
    cursor: pointer;
  }
  header .header .nav-bn img {
    position: absolute;
    top: 0;
    left: 0;
  }
  header .header .nav-bn .close {
    display: none;
  }
  header .header #nav:checked + .nav {
    display: block;
  }
  header .header .nav {
    display: none;
    float: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    line-height: 60px;
    text-align: left;
    border-top: 2px solid white;
    background: #e2efff;
    padding-top: 5px;
    padding-bottom: 18px;
  }
  header .header .nav .index {
    display: block !important;
  }
  header .header .nav .main-top {
    padding: 0 38px;
  }
  header .header .nav .main-top a {
    font-size: 18px;
    color: #004985;
    background: url(img/link-icon-blue.svg) no-repeat left center;
    padding-left: 40px;
    display: block;
    line-height: 92px;
    letter-spacing: 2px;
    border-bottom: 2px solid white;
  }
  header .header .nav .main-menu {
    display: block;
    padding-right: 0;
    padding-left: 20px;
  }
  header .header .nav .main-menu.index {
    padding-top: 18px;
    box-sizing: border-box;
  }
  header .header .nav .main-menu .main {
    font-size: 18px;
    color: #004985;
    border: none;
    letter-spacing: 2.1px;
  }
  header .header .nav .main-menu .main .main-pull {
    display: inline-block;
  }
  header .header .nav .main-menu .menu {
    position: relative;
    line-height: 48px;
    margin-bottom: 4px;
  }
  header .header .nav .main-menu .menu .sub {
    background: none;
  }
  header .header .nav .main-menu .menu .sub .sub-main {
    font-size: 16px;
    letter-spacing: 2.2px;
  }
  header .header .nav .main-menu .menu .sub .sub-menu {
    line-height: 50px;
  }
  header .header .nav .main-menu .menu .sub .sub-menu .sub-menu-main {
    font-size: 16px;
    font-weight: 400;
    padding-left: 40px;
    padding-right: 0;
    letter-spacing: 2.3px;
  }
  header .header .nav .main-menu .menu .sub:first-child {
    margin-top: -2px;
  }
  header .header .nav .main-menu #main:checked + .main .main-pull .pull-down {
    display: none;
  }
  header .header .nav .main-menu #main:checked + .main .main-pull .pull-up {
    display: block;
  }
  header .header .nav .main-menu #sub:checked + .menu {
    display: block;
  }
  #content .banner {
    width: 150%;
    margin-left: -25%;
  }
  #content .banner img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  #content .banner span {
    left: calc(16.667% + 20px);
  }
  #content .path .inner {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  header .header .logo {
    width: calc(100% - 106px);
    max-width: 373px;
    background: url(img/logoM.png) no-repeat left center;
    background-size: 100%;
  }
  #content .banner span {
    font-size: 2rem;
  }
}
@media (min-width: 1240px) {
  header .header .nav .page2 .main span {
    padding-bottom: 17px;
    border-bottom: 2px solid white;
  }
}
.intro {
  position: relative;
  min-height: 438px;
  overflow: hidden;
}
.intro .bg {
  position: absolute;
  top: 0;
  left: -100%;
  right: -100%;
  z-index: -1;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  margin: auto;
}
.intro .inner {
  display: inline-block;
  width: 980px;
  padding: 60px 0;
}
.intro .inner .title {
  line-height: 24px;
  font-size: 26px;
  font-weight: 700;
  color: #004985;
  letter-spacing: 1px;
  margin-bottom: 11px;
}
.intro .inner .title span {
  display: inline-block;
  width: 100px;
  height: 4px;
  background: #004985;
}
.intro .inner .editor {
  text-align: center;
}
.intro .inner .editor p,
.intro .inner .editor span,
.intro .inner .editor li,
.intro .inner .editor a,
.intro .inner .editor div,
.intro .inner .editor td,
.intro .inner .editor th {
  font-size: 15px;
  color: #282828;
  line-height: 28px;
  letter-spacing: 0.6px;
}
.contact {
  text-align: right;
  height: 700px;
  overflow: hidden;
  background: #bddafc;
  border-bottom: 2px solid white;
  position: relative;
}
.contact .main-map {
  display: inline-block;
  position: relative;
  width: calc(1200px - 460px + (100% - 1200px)/2);
  height: 100%;
  vertical-align: top;
}
.contact .map {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: calc(1200px - 460px + (100% - 1200px)/2);
  height: 100%;
  vertical-align: top;
}
.contact .info {
  display: inline-block;
  position: relative;
  width: 460px;
  height: 100%;
  vertical-align: top;
  text-align: left;
  overflow: hidden;
}
.contact .info .outer {
  display: inline-block;
  position: relative;
  left: 0;
  width: calc(100% + 17px);
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  box-sizing: border-box;
  padding-top: 58px;
}
.contact .info .inner {
  display: inline-block;
  width: 410px;
}
.contact .info .inner .head {
  font-size: 26px;
  font-weight: 700;
  color: #004985;
  line-height: 25px;
  letter-spacing: 1px;
  margin-bottom: 11px;
}
.contact .info .inner .head span {
  display: inline-block;
  width: 100px;
  height: 4px;
  background: white;
}
.contact .info .inner .cat {
  border-bottom: 2px solid white;
  margin-bottom: 23px;
}
.contact .info .inner .cat .title {
  font-size: 15px;
  font-weight: 700;
  color: #004985;
  line-height: 28px;
  letter-spacing: 0.55px;
}
.contact .info .inner .cat .title span {
  font-weight: 400;
  color: #282828;
}
.contact .info .inner .cat .all {
  margin-bottom: 28px;
}
.contact .info .inner .cat .all .subtitle {
  font-size: 15px;
  color: #282828;
  line-height: 28px;
  letter-spacing: 0.55px;
}
.contact .info .inner .cat .all .editor p,
.contact .info .inner .cat .all .editor span,
.contact .info .inner .cat .all .editor a,
.contact .info .inner .cat .all .editor li,
.contact .info .inner .cat .all .editor div,
.contact .info .inner .cat .all .editor td,
.contact .info .inner .cat .all .editor th {
  font-size: 15px;
  color: #282828;
  line-height: 28px;
  letter-spacing: 0.55px;
}
.contact .info .inner .cat .all .editor .go {
  margin-left: 10px;
  vertical-align: top;
  cursor: pointer;
}
.contact .info .inner .cat .all:last-child {
  margin-bottom: 21px;
}
.contact .info .scroll {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
  background: #dcecff;
}
.contact .info .scroll .inner {
  width: 100%;
  background: #004985;
}
.content {
  background: #004985;
  padding: 22px 0;
}
.content .editor {
  display: inline-block;
  width: 1200px;
  text-align: left;
}
.content .editor p,
.content .editor span,
.content .editor a,
.content .editor li,
.content .editor div,
.content .editor td,
.content .editor th {
  font-size: 15px;
  color: white;
  line-height: 28px;
  letter-spacing: 0.6px;
}
@media (max-width: 1239px) {
  .contact {
    height: auto;
    text-align: center;
  }
  .contact .info {
    width: 100%;
    height: 350px;
  }
  .contact .info .inner {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .contact .map {
    width: 700px;
    max-width: calc(100% - 40px);
    height: auto;
  }
  .contact .main-map {
    width: 700px;
    max-width: calc(100% - 40px);
    height: auto;
    margin: 40px 0;
  }
  .content .editor {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
}
@media (max-width: 1019px) {
  .intro .inner {
    width: 100%;
    box-sizing: border-box;
    padding: 60px 20px;
  }
}
