.s {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 7px;
}
.w {
  width: 1200px;
  margin: 0 auto;
}
.header {
  width: 100%;
  height: 135px;
  background: #00478d;
}
.header .logo {
  height: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.lg {
  color: #ffffff;
  display: flex;
  align-items: center;
}
.lg span {
  font-size: 30px;
  margin-left: 10px;
  font-weight: bolder;
}
.lg img {
  width: auto;
  height: 63px;
  margin-right: 10px;
}
.header-form2 {
  display: flex;
  align-items: center;
}

.header-form2-input1 {
  width: 235px;
  height: 36px;
  padding-left: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #999999;
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.9);
  border-right: none;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  border-radius: 20px 0 0 20px;
}

.header-form2-input1::-webkit-input-placeholder {
  color: #999999;
}

.header-form2-input2 {
  width: 46px;
  height: 36px;
  border-style: none;
  outline: none;
  background: #ffb914;
  border-left: none;
  background-image: url(/DFS/template/314/images/ss.png);
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  border-radius: 18px;
  cursor: pointer;
  margin-left: -31px;
}

/* µ¼º½À¸ */
.nav {
  height: 54px;
}
.nav ul {
  width: 100%;
  display: flex;
}

.nav ul li {
  width: 11.11%;
}

.nav .ul1 > li {
  position: relative;
}

.nav ul li a {
  display: block;
  width: 100%;
  line-height: 55px;
  text-align: center;
}

.nav ul li a p {
  font-size: 16px;
  color: #fff;
}

.nav ul li a:hover {
  background-color: #ffb914;
  font-weight: bold;
}

.nav ul li .ul2 {
  display: none;
  position: absolute;
  width: 130%;
  z-index: 999;
  top: 55px;
  left: -15%;
}

.nav ul li .ul2 li {
  width: 100%;
  background: #00478d;
}

.nav ul li .ul2 > li {
  position: relative;
}

.nav ul li .ul2 li .ul3 {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 99%;
}

.nav ul li .ul2 li .ul3 li a p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
} /* µ¼º½À¸end */
.nav-icon {
  display: none;
}
.nav-icon-button {
  width: 50px;
  height: 20px;
  background-size: cover;
}

/* ÒÆ¶¯¶Ëµ¼º½À¸ start */
.point {
  display: inline-block;
  width: 20px;
  height: 18px;
  position: relative;
  outline: none;
}
.navbtn {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: #fff;
  margin-top: -1px;
}
.navbtn::after,
.navbtn::before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  content: "";
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: #fff;
}
.navbtn::before {
  top: 8px;
}
.navbtn::after {
  top: -8px;
}

.sws .navbtn {
  background: 0 0;
}
.sws .navbtn::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}
.sws .navbtn::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}
.body-over {
  overflow-y: hidden;
}
.mobile {
  display: none;
  position: fixed;
  z-index: 15;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100%;
  padding: 20px 20px 30px;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(64 129 195) 0%,
    rgb(77 136 195) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(64 129 195) 0%,
    rgb(77 136 195) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(64 129 195) 0%,
    rgb(77 136 195) 100%
  );
  overflow: hidden;
  overflow-y: scroll;
  transition: all 0.7s;
}

.mobile-right {
  right: 0;
}

.mobile-close {
  display: flex;
  justify-content: flex-end;
}

.mobile-close-button img {
  width: 40px;
}

.mobile-list li {
  width: 100%;
}

.mobile-list li .con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.mobile-list li .con a {
  flex: 1;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
}

.mobile-list li .con .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
}

.mobile-list li .con .arrow img {
  width: 30px;
  height: 30px;
}

.mobile-list > .on > .con > .arrow > img {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

.mobile-list-ul2 {
  display: none;
  width: 100%;
}

.mobile-list-ul2 li .con {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.mobile-list-ul2 li .con a {
  height: 55px;
  line-height: 55px;
  padding-left: 10px;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.9);
}

.mobile-list-ul2 li .con .arrow {
  height: 55px;
}

.mobile-list-ul2 > .on > .con > .arrow > img {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

.mobile-list-ul3 {
  display: none;
  width: 100%;
}

.mobile-list-ul3 li .con {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.mobile-list-ul3 li .con a {
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.mobile-list-ul3 li .con .arrow {
  height: 50px;
}

.mobile-list-ul3 > .on > .con > .arrow > img {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

.mobile-list-ul4 {
  display: none;
  width: 100%;
}

.mobile-list-ul4 li .con {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.mobile-list-ul4 li .con a {
  height: 45px;
  line-height: 45px;
  padding-left: 30px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}

.mobile-list-ul4 li .con .arrow {
  height: 45px;
}

.mobile-list-ul4 > .on > .con > .arrow > img {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

.mobile form {
  justify-content: center;
}
/* ÒÆ¶¯¶Ëµ¼º½À¸ end */

@media screen and (max-width: 768px) {
  .lg img {
    width: 100%;
    height: 63px;
  }
}
