html, body {
    min-width: 1200px;
    height: 100%;
    overflow-x: initial;
}
#navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height:88px;
  line-height: 55px;
  background-color: #fff;
  transition: transform 0.3s ease-in-out;
  transform: translateY(0);
  z-index: 100;
}

#navbar.hide {
  transform: translateY(-100%);
}
#navbar .logo{    
    width: 28%;
    height: 100%;
    float: left;
    display: inline-flex;
    align-items: center;
    padding-left: 3.5%;
}
#navbar .logo img{width:auto;display: block;}
.nav{
    float: left;
    width: 50%;
}
.nav .menu{
    display: flex;
    justify-content: space-around;
    list-style: none;
}
.nav .menu a{
	text-decoration:none;
  	color:#333;
}
.dropdown-menu {
    position: absolute;
   text-align:center;
    width: 150px;
    background: #ffffff;
    filter: alpha(opacity=85);
    height: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    margin-left: -30px;
    transition:  all .3s;
}

.dropdown-menu.show {
  			height:auto;
  			padding:5px 0 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
 }
.dropdown-menu.show:hover{
            background-color: rgba(255, 255, 255, 1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.dropdown-menu li{transition:all .4s;color:#555;}
.dropdown-menu li:hover{
    color: #000;
    background-color: #eee;
  	transition:all .4s;
}
.top .en{
  	position: relative;
  	overflow: hidden;
    float: right;
    width: 9%;
    display: flex;
    align-items: center;
    line-height: 88px;
  	height:88px;
    padding-left: 7%;
    padding-right: 2%;
    justify-content: space-around;
  	display:none;
}

.closeIcon {
  position: relative;
  display: inline-block;
   cursor: pointer;
  width:22px;
  height:22px;
  background:url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='22' height='22'%3E%3Cpath d='M465.335 146.286c176.201 0 319.025 145.09 319.025 324.096a325.973 325.973 0 0 1-65.56 196.827l158.914 161.402-48.347 49.103L671.72 717.531a314.856 314.856 0 0 1-206.385 76.922c-176.201 0-319.05-145.066-319.05-324.071s142.849-324.096 319.05-324.096zm0 69.437c-138.46 0-250.685 114.03-250.685 254.659s112.225 254.634 250.685 254.634c138.435 0 250.66-114.005 250.66-254.634 0-140.63-112.225-254.66-250.66-254.66z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.searchInput {
  position: absolute;
  top: 20px;
  right: 0;
  width: 0;
    text-indent: 5px;
    font-size: 16px;
  height: 100%;
  background-color: #f2f2f2;
  border: none;
  transition: width 0.3s ease-in-out;
  opacity: 0;
}
.searchIcon{
  display:none;
}
.en.hide-searchIcon .closeIcon{
  background:url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='22' height='22'%3E%3Cpath d='M556.8 512L832 236.8c12.8-12.8 12.8-32 0-44.8-12.8-12.8-32-12.8-44.8 0L512 467.2 236.8 189.867c-12.8-12.8-32-12.8-44.8 0-12.8 12.8-12.8 32 0 44.8L467.2 512 189.867 787.2c-12.8 12.8-12.8 32 0 44.8 6.4 6.4 14.933 8.533 23.466 8.533S230.4 838.4 236.8 832L512 556.8 787.2 832c6.4 6.4 14.933 8.533 23.467 8.533s17.066-2.133 23.466-8.533c12.8-12.8 12.8-32 0-44.8L556.8 512z' fill='%23666'/%3E%3C/svg%3E") center/contain no-repeat;
}
.en.hide-searchIcon .searchIcon{
  display:inline-block;
  width:22px;
  height:22px;
    position: relative;
    cursor: pointer;
  background:url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='22' height='22'%3E%3Cpath d='M465.335 146.286c176.201 0 319.025 145.09 319.025 324.096a325.973 325.973 0 0 1-65.56 196.827l158.914 161.402-48.347 49.103L671.72 717.531a314.856 314.856 0 0 1-206.385 76.922c-176.201 0-319.05-145.066-319.05-324.071s142.849-324.096 319.05-324.096zm0 69.437c-138.46 0-250.685 114.03-250.685 254.659s112.225 254.634 250.685 254.634c138.435 0 250.66-114.005 250.66-254.634 0-140.63-112.225-254.66-250.66-254.66z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.en.hide-searchIcon .searchInput {
  width: 160px;
    height: 50%;
    right: 40%;
    border: 1px solid #ccc;
  opacity: 1;
  transition: width 0.3s ease-in-out;
}
.en.hide-content strong,
.en.hide-content .line {
  display: none;
}

.proSearch{text-align:center;}
.proInput{
    height: 88px;
    width: 50%;
    border: none;
    font-size: 28px;
    text-indent: 4%;
    color: #f3f2f2;
    margin-top: 3.5%;
    background: #008ad6ad;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.proInput::placeholder{
    color: #f3f2f2;
}
.proBtn{
    height: 88px;
    border: none;
    width: 6%;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    background: #ff9500;
    color: #f3f2f2;
    font-size: 22px;
}
.menu-toggle{
	display:none;
}
.menu-toggle.hide{
	display:none;
}
.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: auto;
}
.banner .pcimg img{
	width:100%;
}
.banner .info {
    width: 94%;
    position: absolute;
    top: 40%;
}
.banner .info .t {
    color: #ffffff;
    position: relative;
    font-size: 60px;
    text-align: center;
}
.banner .lc_tit{
    position: absolute;
    bottom: 6px;
    display: flex;
    justify-content: space-around;
    width: 88%;
    padding-left: 6%;
    padding-right: 6%;
    background-color: rgba(0, 0, 0, .3);
}
.banner .lc_tit a{
	text-decoration:none;
  	color:#fff;
  	font-size:20px;
}
.banner .lc_tit .item{
    padding: 1.5%;
    width: 30%;
    text-align: center;
  	transition:all .4s;
}
.banner .lc_tit .item:hover{
    background-color: rgba(255, 255, 255, .3);
  	transition:all .4s;
}
.banner .lc_tit .item.current{
    border-bottom: 3px solid #0182D0;
}


.footer{background: #091971;
    color: #ddd;
    padding: 3% 12% 1%;}
.footer a{color:#ddd;text-decoration:none;transition:all .3s;}
.footer ul,.footer li{list-style:none;line-height: 36px;text-align: center;vertical-align: top;}
.footer .ftmenu{ display: inline-flex;vertical-align: top;width: 53%;justify-content: space-between;}
.footer .ftmsg{
    display: inline-block;
    padding-left: 7%;
    margin-left: 7%;
    border-left: 1px solid #555;
}
.ftmsg b{font-size: 22px;}
.ftmsg .code{text-align:center;}
.code img{width:auto;}
.ftmenu > li {}
.footer .ftmenu a{ font-size: 20px;}
.footer .subMenu {
    margin-top: 30px;
    padding-left: 0;}
.footer .subMenu a{
	font-size:16px;
}
.footer a:hover{color:#fff; transition:all .3s;}

.footer .botm{
    border-top: 1px solid #3e456a;
    color: #cacaca;
    display: flex;
}
.footer .botm p{ margin-left:2%;}
.footer .botm .gzwm{
    position: absolute;
    right: 5%;
}
.footer .botm .right{ 
    margin-right: auto;
}
    @media screen and (max-width: 800px) {
      
      .menu-toggle{
        display: inline-block;
        position: absolute;
        top: 35%;
        /*right: 12%;*/
        right: 5%;
        border: none;
        background: transparent;
      }
      .menu-toggleicon{
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='25' height='25'%3E%3Cpath d='M224 160h736v64H224zm-96 0H96c-17.7 0-32 14.3-32 32s14.3 32 32 32h32c17.7 0 32-14.3 32-32s-14.3-32-32-32zm96 320h736v64H224zm-96 0H96c-17.7 0-32 14.3-32 32s14.3 32 32 32h32c17.7 0 32-14.3 32-32s-14.3-32-32-32zm96 320h736v64H224zm-96 0H96c-17.7 0-32 14.3-32 32s14.3 32 32 32h32c17.7 0 32-14.3 32-32s-14.3-32-32-32z' fill='%23707070'/%3E%3C/svg%3E") no-repeat;
      }
       header .nav {
        height: 0;
        overflow: hidden;
            position: absolute;
            top: 88px;
            left: 0;
            width: 100%;
          transition:all .3s;
        }
     header .nav.show{
        height:auto;
      	display:block;
        background: #fff;
      }
     header .nav.show .menu{flex-direction: column;transition:all .3s;}
      .dropdown-menu {
        position: relative;
    display: block;
    height: auto;
    overflow: hidden;
    opacity: 1;
    padding:0;
   	margin-left: 20px;
    visibility: visible;
    text-align: left;
    box-shadow: none;
    transition:all .3s;
      }
      .dropdown-menu.show{
        height:auto;
      }
    }

@media screen and (max-width: 425px) {
    html, body {
        min-width: auto;
    }
  #navbar .logo {
    width: 60%;
  }
  .top .en{overflow:visible;}
  .banner .lc_tit{display:none;}
  .proSearch{display:none;}
  .footer .ftmenu{
  flex-direction: column;
        padding-left: 2%;
    width:100%
  }
  .footer .ftmsg{
    padding-left: 0;
    margin-left: 0;
    width: 100%;
    border-left: none;
  }
  .footer{
    padding: 3% 4% 1%;
  }
  .footer .botm{flex-direction: column;}
  .footer .subMenu{    display: none;}
  .footer li{
    margin-bottom: 3%;
    border-bottom: 1px solid;
  }
  .banner .info{ top:55%;}
  .banner .info .t{    font-size: 47px;}
}