body,
textarea,
input,
button,
select,
keygen,
legend {
  color: #ffffff;
  outline: 0;
}
a {
  color: #ffffff;
}
a:hover {
  color: #ecc395;
}
.btn {
  background-color: #ecc395;
  color: #fff;
  display: inline-block;
  height: 2rem;
  line-height: 3rem;
  padding: 0 1.5rem 2px 1.3rem;
  white-space: nowrap;
  text-align: center;
  font-size: 1em;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  align-items: center;
}
.btn img {
  float: right;
  width: 1.8rem;
  margin-top: .63rem;
  margin-left: .6rem;
}
.banner {
  width: 100%;
  margin: 0 auto;
  margin-top: -6rem;
  height: 57.5rem;
}
.banner .btn {
  background-color: #fff;
  color: #ecc395;
  font-weight: 700;
  height: 3em;
}
.banner .btn:hover {
  background-color: #ecc395;
  color: #fff;
}
.banner div {
  text-align: left;
}
.banner div h1 {
  text-align: left;
  padding-top: 15%;
  font-size: 4em;
  color: #fff;
  padding-bottom: 2.5rem;
}
.banner div h2 {
  text-align: left;
  color: #fff;
  padding-bottom: 3rem;
  font-size: 1.3em;
  line-height: 1.5em;
}
.banner_radio {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: -50px;
  z-index: 9999999;
}
.banner_radio input {
  border: none;
  background-color: #fff;
  margin-right: 10px;
}
.selected {
  background-color: #eac497 !important;
}
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border: none;
  border-radius: 50%;
  outline: none;
  transition: border-color 0.3s;
}
input[type="radio"]:checked::after {
  transform: scale(1);
  /* 选中时显示 */
}
.banner_bg_0 {
  background: url('../images/banner.jpg') center no-repeat;
  animation: slide2 1s forwards;
}
.banner_bg_1 {
  background: url('../images/banner2.jpg') center no-repeat;
  animation: slide4 1s forwards;
}
.banner_bg_2 {
  background: url('../images/banner3.jpg') center no-repeat;
  animation: slide3 1s forwards;
}
.banner_bg_3 {
  background: url('../images/banner4.jpg') center no-repeat;
  animation: slide4 1s forwards;
}
@keyframes slide {
  0% {
    transform: scale3d(10%, -100%, 10%);
  }
  100% {
    transform: scale3d(100%, 100%, 100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(-1500px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes slide3 {
  0% {
    transform: translateX(-1400px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes slide4 {
  0% {
    transform: translateX(-1600px);
  }
  100% {
    transform: translateX(0px);
  }
}
@media screen and (max-width: 1536px) {
  .banner {
    height: 43rem;
  }
}
@media screen and (max-width: 1200px) {
  .banner {
    height: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    height: 22rem;
  }
}
.mobile_ico {
  position: fixed;
  right: 0;
  top: 1.2rem;
  z-index: 999999999;
  width: 10%;
  height: 4rem;
}
.mobile_ico img {
  width: 2.5rem;
}
.menu {
  position: fixed;
  top: 0;
  z-index: 9999999;
  width: 40%;
  text-align: center;
  background-color: #000;
  right: 0;
}
.menu ul li {
  line-height: 3em;
}
.menu ul li a {
  font-size: 1.5em;
}
.menu a {
  color: #fff;
}
.menu a:hover {
  color: #ecc395;
}
.menu .hover {
  color: #ecc395;
}
.menu .m_subnav {
  padding: 0.2rem;
  background: #000;
  opacity: 0.8;
  border-top: 2px solid #ecc395;
  box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
}
.menu .m_subnav a {
  display: block;
  font-size: 1.2em;
}
.menu li:hover .m_subnav {
  opacity: 0.8;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.subnav {
  height: 50px;
  line-height: 50px;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  opacity: 0;
  font-size: .7em;
  transition: all .6s ease 0s;
  transform: translate3d(0, 10px, 0);
  -moz-transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
}
.subnav_hover {
  display: block;
  color: #ffffff;
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 1999999 !important;
}
.nav_hover {
  color: #ecc395;
  border-bottom: 2px solid #ecc395;
  background: url('../images/triangle.png') bottom center no-repeat;
}
.full {
  position: fixed !important;
  top: 0;
  z-index: 100000;
  width: 100%;
  background-color: #2778af;
  float: left;
  height: 40px;
}
.header_fixed {
  position: fixed !important;
  top: 0;
  width: 100% !important;
  left: 0;
  right: 0;
  margin: auto !important;
  z-index: 10000;
  float: none !important;
  background-color: #000;
  height: 6rem;
  border-bottom: 1px solid #ecc395;
  box-shadow: 0px 0px 10px 0px #ecc395;
}
@media screen and (max-width: 768px) {
  .header_fixed {
    height: 5rem;
  }
}
.footer {
  width: 100%;
  background-color: #0b1e2e;
}
.footer .content {
  border-bottom: 2px solid #1e2f3e;
}
.footer .content .home {
  padding: 3rem 0 0.8rem 0;
}
.footer .content .home a {
  color: #fff;
  font-size: 1.2em;
}
.footer .content .home img {
  float: right;
}
.footer .content .logo {
  float: left;
  width: 25%;
  margin-top: 3rem;
  border-right: 1px solid #1e2f3e;
  padding-top: 3.7rem;
  padding-bottom: 3.8rem;
}
.footer .content .logo img {
  width: 80%;
}
.footer .content .logo div {
  background: url("../images/email.png") 5px 8px no-repeat;
  background-color: #ecc395;
  padding-left: 35px;
  width: 70%;
  line-height: 2.5rem;
  margin-top: 1.5rem;
  color: #fff;
}
.footer .content .nav {
  float: right;
  width: 70%;
}
.footer .content .nav ul {
  height: 15rem;
  padding: 3rem 0 2rem 0;
  color: #ffffff;
}
.footer .content .nav ul li {
  float: left;
  width: 16.8%;
}
.footer .content .nav ul li strong {
  display: block;
  color: #fff;
  line-height: 3rem;
  font-size: 1.3em;
  font-weight: 500;
}
.footer .content .nav ul li a {
  display: block;
  color: #fff;
  line-height: 3rem;
  font-size: 0.9em;
}
.footer .content .nav ul li a:nth-child(1) {
  font-size: 1.5em;
}
.footer .content .nav ul li a:hover {
  color: #ecc395;
}
.footer .content .nav ul li:nth-child(1) a {
  line-height: 2.555em;
}
.footer .content .nav ul li:nth-child(3) {
  width: 24%;
}
.footer .content .nav ul li:nth-child(3) strong {
  font-size: 1.1em;
}
.footer .content .nav ul li:nth-child(3) a {
  line-height: 2.555em;
}
.footer .content .nav ul li:nth-child(5) {
  width: auto;
  float: right;
}
.footer .content .nav ul li:nth-child(5) a:nth-child(1) {
  border: 1px solid red;
  text-align: right;
}
.footer .content .links {
  margin-top: 1rem;
}
.footer .content .links a {
  font-size: 1.2em;
  color: #fff;
  padding-left: 1rem;
}
.footer .content .links a:hover {
  color: #ecc395;
}
.copyright {
  height: 3rem;
  width: 100%;
  background-color: #0b1e2e;
  padding-top: 1rem;
  font-size: 1rem;
  color: #fff;
  text-align: center;
}
.copyright div:nth-child(4) {
  text-align: right;
}
.copy {
  background-color: #d3d3d3;
  line-height: 3rem;
}
@media screen and (max-width: 1200px) {
  .copyright {
    padding-left: 6%;
  }
  .copyright div:nth-child(4) {
    width: 100%;
    float: left;
    margin-top: 1rem;
    text-align: center;
    margin-left: -6%;
  }
}
@media screen and (max-width: 768px) {
  .copy {
    margin-top: 5rem;
    line-height: 10rem;
  }
  .copyright {
    margin-top: 3rem;
    height: 9rem;
    padding-left: 0;
  }
  .copyright div {
    float: none;
    text-align: center;
    line-height: 2em;
  }
  .copyright div:nth-child(4) {
    margin-left: 0;
    text-align: center;
  }
}
.index .title h1 {
  font-weight: 700;
  font-size: 2em;
  margin-bottom: 1.5rem;
  color: #000;
}
.index .title h2 {
  font-size: 1.2em;
  color: #ecc395;
  font-weight: 700;
  line-height: 2.5em;
}
.index .title_top .title {
  float: left;
}
.index .title_top a {
  margin-top: 4rem;
  float: right;
}
