body {
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
  position: relative; }

img {
  max-width: 100%; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p {
  margin: 0; }

.container {
  width: 1400px;
  padding: 0; }

.fl {
  float: left; }

.fr {
  float: right; }

.more_btn {
  overflow: hidden;
  position: relative; }
  .more_btn a, .more_btn span {
    position: relative;
    z-index: 132;
    color: #fff; }
  .more_btn:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    background: #1E1E96;
    -webkit-transition: height .35s ease-in-out;
    transition: height .35s ease-in-out; }
  .more_btn:hover:after {
    height: 100%; }
  .more_btn:hover a, .more_btn:hover span {
    color: #fff;
    text-decoration: none; }
  .more_btn:hover {
    text-decoration: none; }

.header {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
  position: fixed;
  z-index: 12222;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff; }

.header_top {
  width: 100%;
  height: 40px;
  background:#0F325D }
  .header_top a {
    color: #fff; }
  .header_top i {
    font-size: 15px; }

.sns_box {
  line-height: 40px; }
  .sns_box a {
    margin-left: 25px; }

.Danau_logo {
  transition: all .4s;
  width: 98px;
  /* margin: 13px 0 15px; */
  margin-top: 20px;
  display: block; }

.pc_nav ul, .pc_nav li {
  list-style-type: none; }

.pc_nav ul {
  margin-bottom: 0; }
.pc_nav li {
  margin-left: 84px;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  line-height: 100px;
  color: #333333;
  position: relative; }
  .pc_nav li .aa-a {
    transition: all .4s; }
  .pc_nav li .aone {
    border-left: none; }
  .pc_nav li:hover .nav-protype {
    display: block; }
  .pc_nav li:hover .nav-newtype {
    display: block; }
  .pc_nav li:hover .hov_line {
    width: 100%;
    transition: all .4s; }
  .pc_nav li:hover > a {
    color: #0F325D;
    text-decoration: none; }
  .pc_nav li.active .hov_line {
    width: 100%;
    transition: all .4s; }
  .pc_nav li.active > a {
    color: #0F325D;
    text-decoration: none; }
.pc_nav .dnsea {
  margin-left: 40px; }
  .pc_nav .dnsea img {
    width: 20px; }

.hov_line {
  display: block;
  width: 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 12;
  height: 5px;
  background: #0F325D; }

.hov_linea {
  display: block;
  width: 2px;
  height: 20px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  position: absolute;
  left: -41px;
  top: 50%;
  z-index: 12;
  transform: translateY(-50%); }

.nav-protype, .nav-newtype, .a-aa, .nav-twotype {
  position: absolute;
  width: 310px;
  padding: 0 0 30px;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 222; }
  .nav-protype h5, .nav-newtype h5, .a-aa h5, .nav-twotype h5 {
    width: 100%;
    height: 5px;
    margin-bottom: 5px; }
  .nav-protype li, .nav-newtype li, .a-aa li, .nav-twotype li {
    display: block;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #1a1a1a;
    line-height: 42px;
    padding-left: 10px;
    width: 100%;
    transition: all .4s;
    margin-left: 0;
    position: relative; }
    .nav-protype li a, .nav-newtype li a, .a-aa li a, .nav-twotype li a {
      color: #1a1a1a; }
    .nav-protype li b, .nav-newtype li b, .a-aa li b, .nav-twotype li b {
      opacity: 0;
      transition: all .4s;
      margin-right: 5px; }
    .nav-protype li:hover, .nav-newtype li:hover, .a-aa li:hover, .nav-twotype li:hover {
      background-color: #0F325D;
      padding-left: 30px;
      transition: all .4s; }
  .nav-protype li:hover > a, .nav-newtype li:hover > a, .a-aa li:hover > a, .nav-twotype li:hover > a {
    color: #fff; }
  .nav-protype li:hover b, .nav-newtype li:hover b, .a-aa li:hover b, .nav-twotype li:hover b {
    opacity: 1;
    transition: all .4s; }

.nav-twotype {
  top: 0;
  left: 100%; }

.nav-protype li:hover > .nav-twotype {
  display: block; }

.a-aa {
  width: 200px; }

.b-b {
  position: relative;
  display: block; }
  .b-b:hover .a-aa {
    display: block; }

.nav-newtype {
  width: 230px;
  left: 0; }

.header_search_box {
  position: fixed;
  z-index: 9999999;
  display: none;
  top: 140px;
  left: 0;
  text-align: center;
  height: 0;
  font-size: 0;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #ccc; }

.header_search_box .black-overlay {
  height: 800px;
  background-color: #000;
  opacity: .7;
  width: 100%; }

.header_search_box_width {
  overflow: hidden;
  display: inline-block;
  text-align: center;
  padding-bottom: 130px;
  padding-top: 180px;
  position: relative; }

.search_box .search, .search_box .submit_btn {
  float: left; }

.search_box .search {
  height: 48px;
  border-bottom: 1px solid #e6e0e0;
  width: 636px;
  overflow: hidden; }

.search_box .search i {
  font-size: 24px;
  float: left;
  line-height: 48px;
  text-align: center;
  width: 48px;
  color: grey; }

.search_box .search .icon::before {
  vertical-align: middle; }

.search_box .search input {
  float: left;
  width: calc(100% - 54px);
  font-size: 18px;
  height: 100%;
  border: none;
  outline: inherit; }

.search_box .submit_btn {
  width: 120px;
  height: 42px;
  border-radius: 4px;
  background: #212121;
  color: #fff;
  margin-left: 18px;
  outline: inherit;
  border: none;
  font-size: 16px; }

.quick_links_box {
  text-align: center; }

.quick_links_tit {
  color: #ccc;
  font-size: 16px;
  margin-top: 30px;
  text-transform: uppercase; }

.quick_links_box {
  display: inline-block;
  width: 540px;
  text-align: center; }

.quick_links_box a {
  padding: 0 22px;
  border: 1px solid #ededed;
  box-sizing: border-box;
  height: 40px;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  margin: 0 20px 16px 0;
  color: #999;
  line-height: 40px; }

.close_search {
  height: 60px;
  background-color: #f7f7f7;
  text-align: center;
  cursor: pointer;
  width: 100%;
  display: table; }

.close_search div {
  height: 60px;
  display: table-cell;
  vertical-align: middle; }

.close_search i {
  font-size: 20px;
  color: #8d8d8d; }

.close_search p {
  font-size: 16px;
  margin: 0;
  color: #c4c4c4; }

#close_state_box {
  bottom: 8px; }

.enquiry_make, .enquiry_makee {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); }

.active_p {
  background-color: #000000;
  width: 100% !important; }

.enquiry_make p, .enquiry_makee p {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px 30px;
  background: #000;
  color: #fff;
  transform: translate(-50%, -50%); }

.ft_top {
  background: #EFEFEF;
  padding: 28px 0; }
  .ft_top h2 {
    font-size: 27px;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    color: #0F325D;
    line-height: 62px; }
  .ft_top a {
    width: 208px;
    height: 62px;
    background: #003366;
    opacity: 1;
    border-radius: 5px;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #fff;
    line-height: 62px;
    text-align: center;
    display: block; }
    .ft_top a span {
      color: #fff; }

footer {
  background: #0F325D;
  padding-top: 90px;
  position: relative;
  font-size: 0; }

footer .top div {
  display: inline-block;
  vertical-align: top;
  width: 25%; }

footer .top div h3 {
  font-size: 24px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
  margin-bottom: 30px;
  text-transform: uppercase; }

footer .top div ul a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: rgba(255,255,255,0.5);
  line-height: 28px;
  transition: all 0.3s;
  text-transform: capitalize; }

footer .top div.ft_pro ul a {
  line-height: 18px;
  margin-bottom: 15px; }

footer .top div ul a:hover {
  color: #fff; }

footer .top div.ewm {
  margin-top: 40px;
  width: 100%; }
  footer .top div.ewm .ewmimg {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 7px;
    display: inline-block;
    width: 133px; }
  footer .top div.ewm span {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: white;
    line-height: 24px;
    opacity: 0.5;
    vertical-align: bottom;
    display: inline-block;
    margin-left: 13px; }

footer .bottom {
  padding-top: 15px;
  padding-bottom: 55px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 42px; }

footer .bottom p {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: white;
  line-height: 24px;
  opacity: 0.5;
  display: inline-block;
  width: calc(100% - 263px); }

footer .bottom p a {
  color: #fff; }

footer .bottom div {
  display: inline-block;
  position: relative; }
  footer .bottom div a {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 24px;
    margin-left: 35px; }
    footer .bottom div a:hover {
      color: #fff; }

.pcmenu {
  display: none; }

#search_form_phonea {
  padding: 15px 40px;
  font-size: 0; }

#search_form_phonea input[type="text"] {
  width: 68%;
  padding: 10px;
  font-size: 16px;
  color: black;
  border: 1px solid #87898a;
  outline: none;
  vertical-align: top; }

#search_form_phonea input[type="submit"] {
  border: none;
  background-color: #87898a;
  color: white;
  font-size: 18px;
  padding: 9.5px 15px;
  vertical-align: top; }

.lang {
  padding: 0 40px; }

.lang .langbox {
  width: 100%;
  margin: auto;
  text-align: left; }

.lang .langbox a {
  font-size: 18px;
  color: #999;
  font-family: "Lato", sans-serif;
  line-height: 50px;
  display: inline-block;
  margin-right: 4px; }

.btmline {
  width: 100%;
  height: 1px;
  background: #000;
  display: block;
  opacity: 0.1; }

.lang .langbox a:hover {
  color: #212121;
  text-decoration: none; }

.header_box {
  position: absolute;
  height: calc(100vh - 118px);
  right: 0;
  top: 100%;
  transform: translate(490px, 0px);
  overflow-y: auto;
  transition-delay: 0s;
  width: 490px;
  background-color: #f5f5f5;
  z-index: 9999;
  transition: z-index .3s, right .5s,transform .5s; }

.hdbox_tit ul {
  margin-bottom: 0; }

.hdbox_tit li {
  position: relative; }

.hdbox_tit li a {
  display: block;
  color: #333;
  margin: auto;
  width: 100%;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  line-height: 51px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 40px; }

.hdbox_tit li span {
  font-weight: 400;
  line-height: 50px;
  display: block;
  font-size: 18px;
  position: absolute;
  z-index: 123;
  top: 0;
  right: 40px;
  transition: all .4s;
  color: #333; }

.hdbox_tit > ul > li > a:hover {
  color: #212121;
  text-decoration: none; }

.hdbox_tit > ul > li:hover span {
  color: #212121; }

.hdbox_tit ul.myulaa {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  display: none; }

.hdbox_tit ul.myulaa li a {
  font-size: 14px;
  border: none;
  line-height: 32px;
  color: #666;
  font-weight: 400;
  font-family: "Open Sans", sans-serif; }

.hdbox_tit ul.myulaa li a:hover {
  color: #212121; }

.hdbox_tit .activeul {
  color: #212121; }

.hdbox_tit .activespan {
  color: #212121;
  transform: rotate(45deg);
  transition: all .4s; }

.activea {
  transform: translate(0px, 0px);
  transition: z-index .3s,transform .5s; }

.header_box .ft_shej {
  margin-top: 0;
  padding-left: 20px; }
  .header_box .ft_shej a {
    margin-right: 30px; }

.header_box .ft_shej a > i {
  color: #87898a;
  font-size: 20px; }

.Activee {
  transition: all .4s; }
  .Activee .header_top {
    display: none; }
  .Activee .dnsea {
    display: block; }
  .Activee .Danau_logo {
    /* margin: 9px 0; */
    margin: 20px 0;
    transition: all .2s; }
  .Activee .pc_nav > ul > li {
    line-height: 90px;
    transition: all .2s; }
  .Activee .header_search_box {
    top: 90px; }

footer .top section .footConTa {
  margin-top: 0; }

#scrollTop {
  width: 50px;
  cursor: pointer;
  height: 50px;
  position: fixed;
  right: 5px;
  bottom: 65px;
  line-height: 50px;
  background: #4A9A83;
  border-radius: 50%;
  text-align: center;
  z-index: 12; }
  #scrollTop img {
    width: 18px; }

#myulb {
  font-size: 16px;
  line-height: 28px; }

#myulc > li > a {
  padding: 0 50px;
  font-size: 14px;
  line-height: 36px; }

@media screen and (min-width: 1300px) and (max-width: 1450px) {
  .container {
    width: 1200px; }

  .pc_nav > ul > li {
    margin-left: 69px; }

  .hov_linea {
    left: -34px; } }
@media screen and (min-width: 1200px) and (max-width: 1299px) {
  .container {
    width: 1170px; }

  .pc_nav > ul > li {
    margin-left: 65px; }

  .hov_linea {
    left: -32px; } }
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .container {
    width: 970px; }

  .Danau_logo {
    width: 90px;
    height: auto;
    margin: 10px 0 10px; }
    .Danau_logo img {
      width: 100%; }

  .pc_nav > ul > li {
    margin-left: 41px;
    line-height: 88px;
    font-size: 15px; }

  .header_search_box {
    top: 128px; }

  .hov_linea {
    left: -20px; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .log-form li {
    font-size: 14px; }

  .container {
    width: 750px; }

  .Danau_logo {
    width: 80px;
    height: auto;
    margin: 10px 0 10px; }
    .Danau_logo img {
      width: 100%; }

  .Activee {
    transition: all .4s; }
    .Activee .Danau_logo {
      width: 80px;
      margin: 10px 0 10px; }

  .pc_nav {
    display: none; }

  .pcmenu {
    cursor: pointer;
    position: relative;
    z-index: 666;
    display: block;
    margin-top: 30px;
    margin-right: 20px; }

  .pcmenu .ag {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 20px;
    opacity: 0; }

  .actived .ac {
    opacity: 0; }

  .actived .ag {
    opacity: 1;
    z-index: 12; }

  .ft_top h2 {
    font-size: 20px;
    line-height: 46px; }

  .header_search_box {
    top: 118px; }

  .pcmenu > a {
    margin-right: 15px; }

  .ft_top a {
    width: 200px;
    height: 46px;
    line-height: 46px; }

  .search_box .search {
    width: 500px; } }
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 20px; }

  .header_top {
    display: none; }

  .sea_icon {
    display: inline-block;
    margin-right: 20px;
    font-size: 18px;
    line-height: 20px;
    vertical-align: top;
    color: #666; }
    .sea_icon i {
      font-size: 18px;
      line-height: 22px; }

  .Danau_logo {
    width: 80px;
    height: auto;
    margin: 10px 0; }
    .Danau_logo img {
      width: 100%; }

  .Activee {
    transition: all .4s; }
    .Activee .Danau_logo {
      width: 80px;
      margin: 10px 0; }

  .pc_nav {
    display: none; }

  .pcmenu {
    cursor: pointer;
    position: relative;
    z-index: 666;
    display: block;
    margin-top: 27px;
    margin-right: 0; }

  .pcmenu .ag {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 20px;
    opacity: 0; }

  .actived .ac {
    opacity: 0; }

  .actived .ag {
    opacity: 1;
    z-index: 12; }

  .ft_top {
    background: #5fb291;
    padding: 30px 0 15px; }
    .ft_top a {
      width: 180px;
      height: 42px;
      font-size: 14px;
      line-height: 42px;
      margin: 17px auto;
      float: none; }

  .ft_top h2 {
    font-size: 19px;
    line-height: 28px;
    width: 200px;
    margin: auto;
    text-align: center;
    float: none; }

  .header_box {
    height: calc(100vh - 79px);
    width: 100%; }

  .header_search_box_width {
    padding: 18% 3%; }

  .header_search_box_width {
    width: 100%; }

  .search_box .search {
    width: 70%; }

  .search_box .submit_btn {
    width: 80px; }

  .quick_links_box {
    width: 100%; }

  .header {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #fff; }

  .header_search_box {
    top: 71px; }

  .search_box .search input {
    font-size: 15px; }

  footer {
    padding-top: 25px; }

  footer .bottom p {
    font-size: 14px;
    width: 100%;
    margin-bottom: 15px; }

  footer .top div {
    width: 100%;
    margin-bottom: 10px; }

  footer .top div.ewm {
    margin-top: 25px; }

  footer .top div h3 {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0; }

  .hdbox_tit li a, .lang {
    padding: 0 20px; }

  .Activee .nav-wrap .logo img {
    height: 52px !important; }

  .header-close span {
    display: block !important; }

  .header .header1 .nav-wrap .lan-wrap {
    width: 20%;
    text-align: right;
    position: absolute;
    right: 15%;
    top: 30%; }

  footer .bottom div {
    float: none;
    margin-bottom: 20px;
    margin-top: 5px; }

  .Activee .header_search_box {
    top: 80px; }

  footer .top section ul.fcntl a {
    font-size: 18px; }

  #myulc > li > a {
    padding: 0 35px; }

  footer .bottom div a {
    margin-left: 0;
    margin-right: 30px; }

  footer .top div.ewm .ewmimg {
    display: block; }

  footer .top div.ewm span {
    margin-left: 0; } }

/*# sourceMappingURL=common.css.map */
