
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}


@media screen and (max-width: 768px) {
  .navbar-toggle {
    position: absolute;
    right: 0;
  }
  .icon_box2 img{width: 95%;margin-bottom: 40px;}
  .logo img,.title2 img,.title img{width: 100%}
  .icon_box {
    display: none !important;
  }
  .item1{width: 100%;}
  .navbar-collapse {
    display: none !important;
  }
  .right_box {
    display: block !important;
  }
  .w-300{width: 100%;}
}
.flex_centent {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.text_center {
  text-align: center;
}

.navbar-default {
  background: #fff;
  border: none;
  box-shadow: 0 2px 8px 0 rgb(50 50 50 / 4%);
  margin: 0 !important;
}

.navbar-inverse .navbar-nav > li > a {
  font-size: 16px;
  color: #83b1ce;

}
.navbar-inverse .navbar-nav > li > .active {
  color: #fff !important;
  background-color: none;

}
.w-300{width: 100%;margin: 0 auto;text-align: center;}
/*.active a {*/
/*  background: rgb(60, 69, 71) !important;*/
/*}*/
.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: rgb(60, 69, 71);
  /* padding: 15px 0; */
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;

}
.navbar-header {
  width: 318px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-header .icon_box {
  /* width: 200px;
  height: 100px; */
  display: flex;
  align-items: center;
  color: rgb(49, 130, 181) !important;
}

.hover .down_hover p a{font-weight:bold;}
.logo {
 margin-top:-20px;
}

.navbar-nav>li{padding-top: 20px;}
/*.navbar-inverse .navbar-nav>.active>a{min-width:100px;text-align:center;background:url("../images/navbg.png") no-repeat top center;color: #232323;font-weight:bold;height: 96px;padding-top: 35px;}*/
/*.nav li.active{background:url("../images/navbg.png") no-repeat top center;color: #000;display: block;padding:0 5px}*/


.navbar-inverse .navbar-nav>.active>a{
  text-align:center;
  border-radius: 10px;
  background-color:#3c4547;
  color: #fff;
  font-weight:bold;
  }
.nav li.active{
  background:#3c4547;
  border-radius: 10px;
  color: #83b1ce;
  margin-top: 20px;
  display: block;
  padding:0 5px;}


.navbar-inverse .navbar-nav> li>a:hover
{
  text-align:center;
  background:#c0c0c0;
  color: #232323;
  font-weight:bold;
  border-radius: 10px;
  position: relative;

}
.navbar-inverse .navbar-nav> li.active>a:hover
{
  margin-top: 0px;
  background-color:#c0c0c0;
}


.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #151515;
  font-size: 20px !important;
  font-family:'Homenaje-Regular';
}
.gray-section {
  background: #040404;
  padding-top: 60px;
}

.gray-section p {
  font-size: 20px;
  color: #fff;
  padding-top: 16px;
  font-family:'Homenaje-Regular';
}

.main {
}

/* 尾部 */
.contact h1 {
  font-size: 30px;
  font-weight: bolder;
  color: #636363;
  line-height: normal;
  overflow-wrap: break-word;

}
.contact h2{border-bottom: 8px solid #ffcc00; width: 100px;margin:40px auto;}
.contact .footer_box {
  max-width: 717px;
  margin: 0 auto;
}
.contact .footer_box p {
  text-align: center;
  margin: 0 auto;
}
.contact .footer_box .des1,
.contact .footer_box .des2 {
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  color:#898989;
  max-width: 605px;
}
.contact .footer_box .des3 {
  letter-spacing: 0.05em;
  font-size: 15px;
  font-style: italic;
  color: gray;
}
.contact .footer_box .des4 a {
  font-size: 14px;
  line-height: 2.5em;
  color: #d4d4d4;
}
.contact .footer_box .des5 {
  line-height: 1.6em;
  color: rgb(99, 99, 99);
  font-size: 15px;
  font-style: italic;
  letter-spacing: 0.05em;
  text-decoration: underline;
}
.contact .footer_box .des6 {
  line-height: 1.6em;
  color: #3182b5;
}

.footer {
  height: 423px;
  background-color:#040404;
  display: flex;
  justify-content: center;
  padding-top: 50px;
  color: #3c4547;
}
.footer * {
  text-align: center;
  font-family:'Homenaje-Regular';
}
.footer .title {
  font: normal normal normal 30px/1.4em pacifica-w00-condensed, fantasy;
  font-size: 30px;
  color: #3182b5;
  font-weight: 300;
}
.right_box {
  display: none;
  transform: translateX(100%);
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 80vw;
  background: #fff;
  z-index: 9999;
  transition: all 0.2s;
}
.right_box .icon_box2 {
  display: flex;
  margin-top: 19px;
  margin-bottom: 19px;
  justify-content: center;
  position: relative;
}
.menu_content {
  padding: 20px 20px;
  margin-top: 40px;
}
.menu_content h3{font-size: 16px;}

.menu_content .svg {
  display: flex;
  align-items: center;
}
.childMenu {
  overflow: hidden;
  display: none;
  transition: all 0.1s;
}
.childMenu p {
  padding:0 0 0 15px;
  line-height: 28px;
  font-size: 15px;

}
.hover {
  position: relative;
}
.hover .down_hover {
  position: absolute;
  display: none;
  width: 150px;
  border: 1px solid;
  left: 0;

  z-index: 9999;
  font-family:'Homenaje-Regular';
  background-color: rgb(150, 150, 150);
}
.hover .down_hover p {
  color: #fff;
  font-weight: 500;
  line-height: 36px;
  padding-left: 5px;
  cursor: pointer;
  font-family:'Homenaje-Regular';
}
.WtQOd{padding-top: 2px;}
.hover .down_hover p:hover {
  color: yellowgreen;
}
.normal{font-size: 18px;}
.hover2 {
  position: relative;
}
.hover2 .down_hover2 {
  position: absolute;
  display: none;
  width: 150px;
  border: 1px solid;
  left: 0;
  top: 50px;
  font-family:'Homenaje-Regular';
  z-index: 9999;
  background-color: rgb(150, 150, 150);
}
.hover2 .down_hover2 p {
  color: #fff;
  font-weight: 500;
  line-height: 36px;
  font-family:'Homenaje-Regular';
  padding-left: 5px;
  cursor: pointer;
}
.hover2 .down_hover2 p:hover {
  color: yellowgreen;
}
