.header {
  /*background-color: #fff;*/
  /* background-image: url(/images/bannerbg.jpg); */
  position: relative;
  background-size: cover;
  background-position: top center;
  background-attachment: local
}

.header .navbar-collapse {
  padding: 0;
}

/* Topbar */
.header .topbar {
  /*background-color: #fff;
	border-bottom: 1px solid #eee;*/
}

.header .topbar {
  padding: 15px 0;
}

.header .top-link {
  float: left;
}

.header .top-link li {
  display: inline-block;
  margin-right: 15px;
}

.header .top-link li:last-child {
  margin-right: 0px;
}

.header .top-link li a {
  color: #2C2D3F;
  font-size: 14px;
  font-weight: 400;
}

.header .top-link li:hover a {
  color: #275293;
}

.header .top-contact {
  float: right;
}

.header .top-contact li {
  display: inline-block;
  margin-right: 25px;
  color: #2C2D3F;
}

.header .top-contact li:last-child {
  margin-right: 0;
}

.header .top-contact li a {
  font-size: 14px;
}

.header .top-contact li a:hover {
  color: #275293;
}

.header .top-contact li i {
  color: #275293;
  margin-right: 8px;
}

.header .header-inner {
  /*background: #EDF2FF;*/
  background: rgba(39, 82, 147, 0.8);
  z-index: 999;
  width: 100%;
}

.get-quote {
  margin-top: 12px;
}

.get-quote .btn {
  color: #fff;
}

.header .logo {
  float: left;
  margin-top: 18px;
}

.header .navbar {
  background: none;
  box-shadow: none;
  border: none;
  margin: 0;
  height: 0px;
  min-height: 0px;
}

.header .nav li {
  margin-right: 15px;
  float: left;
  position: relative;
}

.header .nav li:last-child {
  margin: 0;
}

.header .nav li a {
  /*color: #2C2D3F;*/
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 25px 12px;
  position: relative;
  display: inline-block;
  position: relative;
}

.header .nav li a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0%;
  background: #b0e2f1 !important;
  border-radius: 5px 5px 0 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header .nav li.active a:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.header .nav .active .menuparent {
  color: #b0e2f1 !important;
}

.header .nav .dropdown li.active a {
  color: #275293 !important;
}

.header .nav li:hover a:before {
  opacity: 1;
  width: 100%;
  visibility: visible;
}

.header .nav .menuparent:hover {
  color: #b0e2f1 !important;
}

.header .nav .dropdown li:hover a {
  color: #275293 !important;
}

.header .nav li a i {
  display: inline-block;
  margin-left: 1px;
  font-size: 13px;
}

/* Middle Header */
.header.style2 .header-inner {
  /*border-top: 1px solid #eee;*/
}

.header.style2 .logo {
  margin-top: 6px;
}

.header .middle-header {
  background: #fff;
  padding: 20px 0px;
}

.header .widget-main {
  float: right;
}

.header.style2 .get-quote {
  margin-top: 0;
}

.header .single-widget {
  position: relative;
  float: left;
  margin-right: 30px;
  padding-left: 55px;
}

.header .single-widget:last-child {
  margin: 0;
}

.header .single-widget .logo {
  margin: 0;
  padding: 0;
  margin-top: 7px;
}

.header .single-widget i {
  position: absolute;
  left: 0;
  top: 6px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #fff;
  background: #275293;
  border-radius: 4px;
  text-align: center;
  font-size: 15px;
}

.header .single-widget h4 {
  font-size: 15px;
  font-weight: 500;
}

.header .single-widget p {
  margin-bottom: 5px;
  text-transform: capitalize;
}

.header .single-widget.btn {
  margin-left: 0;
}

/* Dropdown Menu */
.header .nav li .dropdown {
  background: #fff;
  width: 220px;
  position: absolute;
  left: -20px;
  top: 100%;
  z-index: 999;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px #3333334d;
  transform-origin: 0 0 0;
  transform: scaleY(0.2);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
  top: 74px;
  border-left: 3px solid #2889e4;
}

.header .nav li:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.header .nav li .dropdown li {
  float: none;
  margin: 0;
  border-bottom: 1px dashed #eee;
}

.header .nav li .dropdown li:last-child {
  border: none;
}

.header .nav li .dropdown li a {
  padding: 12px 15px;
  color: #666;
  display: block;
  font-weight: 400;
  text-transform: capitalize;
  background: transparent;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.header .nav li .dropdown li a:before {
  display: none;
}

.header .nav li .dropdown li:last-child a {
  border-bottom: 0px;
}

.header .nav li .dropdown li:hover a {
  color: #275293;
}

.header .nav li .dropdown li a:hover {
  border-color: transparent;
}

/* Right Bar */
.header.style2 .main-menu {
  display: inline-block;
  margin-right: 80px;
  text-align: left;
}

.header .right-bar {
  float: right;
}

/*@media (min-width:1600px) {
	.header.style2 .main-menu {
		position: absolute;
		bottom: 20px;
	}

	.header .right-bar {
		position: absolute;
		bottom: 30px;
		right: 0px;
	}
}*/

.header .right-bar {
  padding-top: 12px;
}

.header .right-bar {
  display: inline-block;
}

.header .right-bar a {
  color: #fff;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background: #275293;
  border-radius: 4px;
  display: block;
  font-size: 12px;
}

.header .right-bar li a:hover {
  color: #fff;
  background: #27AE60;
}

.header .search-top.active .search i:before {
  content: "\eee1";
  font-size: 15px;
}

/* Search */
.header .search-form {
  /*position: absolute;
	right: 0;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	top: 74px;
	box-shadow: 0px 0px 10px #0000001c;
	border-radius: 4px;
	overflow: hidden;
	transform: scale(0);*/
  position: relative;
  height: 50px;
}

.header .search-top.active .search-form {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.header .search-form input {
  width: 282px;
  height: 50px;
  line-height: 50px;
  padding: 0 70px 0 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 3px;
  border: none;
  background: #fff;
  color: #2C2D3F;
  display: block;
}

.header .search-form button {
  position: absolute;
	right: 0;
	top: 0;
  width: 50px;
  height: 50px;
  border: none;
  color: #fff;
  border-radius: 0 3px 3px 0;
  border-left: 1px solid transparent;
  /* margin-left: -50px; */
}

.header .search-form button:hover {
  background: #fff;
  color: #275293;
  border-color: #e6e6e6;
}

/* Header Sticky */
.header.sticky .header-inner {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  bottom: initial;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  animation: fadeInDown 0.5s both 0.1s;
  box-shadow: 0px 0px 13px #00000054;
}

/*=========================
	End Header CSS
===========================*/
/*=========================
	Start Footer CSS
===========================*/
.footer,
.footer .footer-top .container {
  position: relative;
}
.footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.footer .footer-top {
  padding: 50px 0px;
  position: relative;
  /* background: #275293; */
}

.footer .footer-top:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.1;
}

.footer .single-footer {}

.footer .single-footer .social {
  margin-top: 25px;
}

.footer .single-footer .social li {
  display: inline-block;
  margin-right: 10px;
}

.footer .single-footer .social li:last-child {
  margin-right: 0px;
}

.footer .single-footer .social li a {
  height: 34px;
  width: 34px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #fff;
  text-align: center;
  padding: 0;
  border-radius: 100%;
  display: block;
  color: #fff;
  font-size: 16px;
}

.footer .single-footer .social li a:hover {
  color: #275293;
  background: #fff;
  border-color: transparent;
}

.footer .single-footer .social li a i {}

.footer .single-footer.f-link li a i {
  margin-right: 10px;
}

.footer .single-footer.f-link li {
  display: block;
  margin-bottom: 12px;
  margin-right: 60px;
  float: left;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.footer .single-footer.f-link li:last-child {
  margin: 0;
}

.footer .single-footer.f-link li a {
  display: block;
  color: #fff;
  font-weight: 400;
}

.footer .single-footer.f-link li:hover {
  padding-left: 8px;
  margin-right: 52px;
}

.footer .single-footer h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-transform: capitalize;
  position: relative;
}

.footer .single-footer h2::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  height: 3px;
  width: 50px;
  background: #fff;
}

.footer .single-footer .time-sidual {
  margin-top: 15px;
}

.footer .single-footer .time-sidual {
  overflow: hidden;
}

.footer .single-footer .time-sidual li {
  display: block;
  color: #fff;
  width: 100%;
  margin-bottom: 5px;
}

.footer .single-footer .time-sidual li span {
  display: inline-block;
  float: right;
}

.footer .single-footer .day-head .time {
  font-weight: 400;
  float: right;
}

.footer .single-footer p {
  color: #fff;
}

.footer .single-footer .newsletter-inner {
  margin-top: 20px;
  position: relative;
}

.footer .single-footer .newsletter-inner input {
  background: transparent;
  border: 1px solid #fff;
  height: 50px;
  line-height: 42px;
  width: 100%;
  margin-right: 15px;
  color: #fff;
  padding-left: 18px;
  padding-right: 70px;
  display: inline-block;
  float: left;
  border-radius: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 400;
  border-radius: 5px;
}

.footer .single-footer .newsletter-inner input:hover {
  padding-left: 22px;
}

.footer input::-webkit-input-placeholder {
  opacity: 1;
  color: #fff !important;
}

.footer input::-moz-placeholder {
  opacity: 1;
  color: #fff !important;
}

.footer input::-ms-input-placeholder {
  opacity: 1;
  color: #fff !important;
}

.footer input::input-placeholder {
  opacity: 1;
  color: #fff !important;
}

.footer .single-footer .newsletter-inner .button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  line-height: 50px;
  width: 50px;
  background: #fff;
  border-left: 1px solid #fff;
  text-shadow: none;
  box-shadow: none;
  display: inline-block;
  border-radius: 0px;
  border: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0 5px 5px 0;
  color: #275293;
  font-size: 25px;
}

.footer .single-footer .newsletter-inner .button i {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.footer .single-footer .newsletter-inner .button:hover i {
  color: #2C2D3F;
}

.footer .copyright {
  background: #275293;
  padding: 25px 0px 25px 0px;
  text-align: center;
}

.footer .copyright .copyright-content p {
  color: #fff;
}

.footer .copyright .copyright-content p a {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
  display: inline-block;
  margin-left: 4px;
}

.footer img {
  vertical-align: middle;
}
.nav_mobile{
  display: none;
}
.head-logo{
  padding-left: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
/*=========================
	End Footer CSS
===========================*/

@media screen and (max-width: 768px) {

  .header .d1 {
    display: none;
  }

  .header.style2 {
    display: none;
  }

  /* .header .nav_main {
  display: none;
} */

  .mobile-header .d2 {
    height: 60px;
    background-size: cover;
    background-attachment: local;
    background-position: top center;
  }

  .mobile-header .d2 .block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0;
    margin: 0 20px;
  }

  .mobile-header .logo {
    width: 2.5rem;
    position: static;
  }

  .mobile-header .logo img {
    width: 100%;
    height: auto;
    max-height: none;
  }

  .mobile-header .tools {
    position: static;
    color: #333;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-header .tools .a {
    width: 24px;
    height: 24px;
    margin-left: 15px;
  }

  .mobile-header .mobile-search {
    width: 30px;
    height: 30px;
    margin: 0 15px 0 0;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
  }
  .mobile-header .header-search{
    background-color: #f5f5f5;
    border-radius: 0.4rem;
    padding: 0 10px;
    display: flex;
    align-items: center;
  }
  .mobile-header .header-search span{
    font-size: 14px;
    margin-right: 5px;
  }
  .mobile-header .header-search input{
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 14px;
    width: 2.5rem;
    border:0;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    outline: none;
    max-height: 50px;
  }
  .mobile-header .menu {
    width: 30px;
    height: 28px;
    position: relative;
    font-size: 26px;
    color: #fff;
  }

  .mobile-header.light .menu i {
    background: #333;
  }

  .mobile-header .tools .sc a::after {
    font-size: 16px;
  }

  .mobile-header .tools .lang {
    font-size: 14px;
    display: none;
  }


  .layer,.sidebar-layer {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nav-mobile-box{
    display: -webkit-flex;
    display: flex;
    background: #fff;
    z-index: 999;
    width: 100%;
    color: #1a76d1;
    font-size: 0.3rem;
    border-bottom: 1px solid #eee;
  }
  .nav-mobile-box li {
    padding: 0.2rem 0.1rem;
    flex: 1;
    text-align: center;
  }
  .layer.showdiv {
    opacity: 1;
    visibility: visible;
  }
  .sidebar-layer.showdiv {
    opacity: 1;
    visibility: visible;
    z-index: 999999;
  }
  .layer .close {
    position: absolute;
    right: .4rem;
    top: 0;
    font-size: .5rem;
    cursor: pointer;
    color: #fff;
  }
  
  .layer .search_box {
    height: 45px;
    line-height: 45px;
    width: 96%;
    display: -ms-flexbox;
    display: flex;
    transform: translateY(-50px);
    opacity: 0;
    margin-top: -100px;
  }
  
  .layer.showdiv .search_box {
    transform: none;
    transition: all 0.5s ease-out 0s;
    opacity: 1;
  }
  
  .layer .search_box .kw {
    background: #fff;
    -ms-flex: 1;
    flex: 1;
    padding: 0 12px;
    font-size: 16px;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
  }
  
  .layer .search_box .ok {
    background: #1565bf;
    color: #fff;
    width: 120px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
  }
  .footer .footer-top{
    padding: 0.3rem;
  }
  .showdiv .logo{
    display: none;
  }
  
  .sidebar {
    position: fixed; /* 或者 absolute，取决于你的布局需求 */
    top: 0;
    left: -250px; /* 初始位置在屏幕外 */
    width: 250px;
    height: 100%;
    background-color: #f4f4f4;
    transition: left 0.3s ease; /* 平滑过渡效果 */
    z-index: 99;
  }
  #sub-menu{
    display: none;
  }
  #sidebar-menu .sut-item{
    position: relative;
    display: flex;
    padding: 0 15px;
    min-height: 52px;
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
  }
  .sidebar-layer .close {
    position: absolute;
    right: .4rem;
    top: 0;
    font-size: .5rem;
    cursor: pointer;
    color: #fff;
  }
  /* Header Sticky */
  .mobile-header.sticky .nav-mobile-box{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    bottom: initial;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    animation: fadeInDown 0.5s both 0.1s;
    box-shadow: 0px 0px 13px #00000054;
    width: 100%;
    transition: all 0.4sease;
    animation: fadeInDown 0.5s both 0.1s
  }
  .copyright-content{
    padding: 0 0.3rem;
  }
}