/* 手机版*/

body {
  position: relative;
  overflow-x: hidden;
  background: #333;
}

.m-top {
  position: relative;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  background: #fff;
}

.m-logo {
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
}

.m-logo img {
  height: 30px;
}

.m-top .btn {
  position: absolute;
  z-index: 100;
  top: 19px;
  right: 10px;
  text-align: center;
}

.m-top .btn span {
  display: block;
  width: 30px;
  height: 4px;
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.m-top .btn span:nth-child(2) {
  margin: 5px 0;
}

.cross span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}

.cross span:nth-of-type(2) {
  opacity: 0;
}

.cross span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

header {
  position: absolute;
  z-index: 99;
  right: -150px;
  top: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  padding-top: 86px;
  background: #333;
}

header li a {
  display: block;
  font: 400 16px/36px "微软雅黑";
  color: #fff;
  text-align: center;
}
.nav ul a .b {
  display: none;
}
.logo {
  display: none;
}

.wrapper {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
}

@media (min-width: 1200px) {
  header {
    display: block;
    position: static;
    right: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: #fff url(../images/head_bg.jpg) no-repeat center bottom;
  }

  .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1360px;
    margin: 0 auto;
    padding: 30px 0;
  }
  .logo {
    display: block;
  }

  .nav {
    padding: 0;
  }
  .nav ul {
    display: flex;
  }
  .nav ul li {
    padding: 0 0 0 1vw;
  }
  .nav ul a {
    display: block;
    position: relative;
    height: 36px;
    overflow: hidden;
    font-size: 18px;
    line-height: 36px;
    color: #333;
  }
  .nav ul a .t {
    position: relative;
    transition: 0.6s;
  }
  .nav ul a .b {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: 0.6s;
  }
  .nav ul a:hover .t {
    opacity: 1;
    transform: translate3d(0, -100%, 0);
  }
  .nav ul a:hover .b {
    color: #1274cf;
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* link */
.link {
  background: #fff;
}

.link-main {
  width: 100%;
  padding: 0.2rem;
}

.link-title {
  padding: 0.2rem 0;
}
.link-title .big {
  font-size: 0.36rem;
  line-height: 0.42rem;
}
.link-title .big span {
  color: #033491;
}
.link-title .small {
  font-size: 12px;
  line-height: 18px;
  color: #000;
}
.link-ul {
  position: relative;
  height: 48px;
  overflow: hidden;
}
.link-ul ul {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
}
.link-ul ul li {
  width: 160px;
  padding: 0 5px;
}
.link-ul ul a {
  display: block;
  border: 1px solid #e1e1e1;
}
.link-ul ul a img {
  width: 100%;
}
@media (min-width: 1200px) {
  .link {
    padding: 60px 0;
    background: #fff;
  }

  .link-main {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
  }

  .link-title {
    padding: 0 0 40px;
  }
  .link-title .big {
    font-size: 30px;
    line-height: 36px;
  }
  .link-title .big span {
    color: #033491;
  }
  .link-title .small {
    font-size: 16px;
    line-height: 30px;
    color: #000;
  }
  .link-ul {
    position: relative;
    height: 74px;
    overflow: hidden;
  }
  .link-ul ul {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
  }
  .link-ul ul li {
    width: 240px;
    padding-right: 10px;
  }
  .link-ul ul a {
    display: block;
    border: 1px solid #e1e1e1;
  }
  .link-ul ul a img {
    width: 100%;
  }
}

/* public */
.public {
  padding: 0.2rem;
  background: #f5f5f5;
}
.public-main {
  width: 100%;
}
.public-name {
  padding: 0.3rem 0 0.1rem;
  font-size: 0.36rem;
  line-height: 0.4rem;
  color: #000;
}
.public-ul {
  display: flex;
  flex-wrap: wrap;
}
.public-li {
  padding-top: 0.2rem;
}
.public-li:nth-child(3) {
  width: 50%;
}
.public-li:nth-child(4) {
  width: 50%;
}

.public-li p {
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
@media (min-width: 1200px) {
  .public {
    padding: 0 0 60px;
    background: #f5f5f5;
  }
  .public-main {
    width: 1200px;
    margin: 0 auto;
  }
  .public-name {
    padding: 60px 0 40px;
    font-size: 24px;
    line-height: 30px;
    color: #000;
  }
  .public-ul {
    display: flex;
    justify-content: space-between;
  }
  .public-li {
    padding: 0;
  }
  .public-li:nth-child(3) {
    width: auto;
  }
  .public-li:nth-child(4) {
    width: auto;
  }
  .public-li p {
    font-size: 16px;
    line-height: 30px;
    color: #000;
  }
}

/* footer */
footer {
  background: #f5f5f5;
  /* border-top: 1px solid #ccc; */
}
.foot-main {
  padding: 0 0.2rem 0.4rem;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.foot-main p {
  display: none;
}
.foo-right {
  display: flex;
  width: 100%;
}
.foot-main a {
  color: #000;
}
.foo-right p {
  padding-right: 10px;
}
@media (min-width: 1200px) {
  footer {
    background: #1274cf;
  }
  .foot-main {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    padding: 12px 0;
    font-size: 14px;
    line-height: 24px;
  }
  .foot-main p {
    display: block;
  }

  .foo-left {
    display: flex;
    width: auto;
  }
  .foo-left p {
    padding-right: 10px;
  }
  .foo-right {
    display: flex;
    width: auto;
  }
  .foot-main p {
    color: #fff;
  }
  .foo-right p {
    padding-left: 10px;
    padding-right: 0;
  }
  .foot-main a {
    color: #fff;
  }
}

.foot-nav {
  position: fixed;
  z-index: 50;
  left: 0;
  bottom: 0;
  width: 100%;
}

.foot-nav ul {
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 1.4rem;
  padding: 0.3rem 0.1rem 0;
  background: #0049a0;
}

.foot-nav ul li {
  width: 25%;
}

.foot-nav ul a {
  display: block;
  text-align: center;
}

.foot-nav ul i {
  display: block;
}

.foot-nav i img {
  width: 0.5rem;
}

.foot-nav a p {
  padding-top: 0.1rem;
  font: 400 0.3rem/0.3rem "微软雅黑";
  color: #fff;
}

@media (min-width: 1200px) {
  .foot-nav {
    display: none;
  }
}

.fixed {
  display: none;
}
@media (min-width: 1200px) {
  /* 悬浮 */
  .fixed {
    display: block;
    position: absolute;
    z-index: 95;
    left: 50%;
    bottom: 36px;
    width: 108px;
    margin-left: 610px;
  }

  .fixed ul li {
    margin: 0 0 10px;
    text-align: center;
  }
  .fixed ul li:nth-child(1) {
    background: #dd0049;
  }
  .fixed ul li:nth-child(2) {
    background: #1274cf;
  }
  .fixed ul li:nth-child(3) {
    background: #01b40e;
  }
  .fixed ul li:nth-child(4) {
    background: #df6f32;
  }
  .fixed ul li:nth-child(5) {
    background: #6558dd;
  }
  .fixed ul li a {
    display: block;
    height: 108px;
    padding: 24px 0 0;
    transition: 0.6s;
  }
  .fixed ul li .top {
    height: 108px;
    padding: 24px 0 0;
    cursor: pointer;
  }
  .fixed ul li a:hover {
    transform: translate3d(0, -5px, 0);
  }

  .fixed ul li i {
    display: block;
  }
  .fixed ul i img {
    width: 32px;
  }
  .fixed ul p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
  }
}
