body {
  padding-top: 120px;
}
.fixed-top{
  padding: 0;
}
.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}
img{
      max-width: 100%;
}
@media (min-width: 392px) {
  .tel {
    display: block !important;
    font-size: 12px;
    text-align: right;
    padding: 32px 10px 10px 0px;
    text-align: right;
  }
}
.lgug{
  width: 100px;
      display: inline-block;
}
.lgug .btn-secondary{
      border: 1px #eeeeee solid;
    color: #999;
    font-size: 12px;
    background-color: #fff;
    padding: 4px 6px;
}
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
  padding: 0;
}
.v-flex{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.v-flex__item{
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.bg-dark {
  background-color: #ffffff !important;
  border-bottom: 1px #f1f1f1 solid;
}
.navbar .container{
  max-width: 1200px;
  margin: auto;
}
.navbar-brand{
  padding: 0;
}
.navbar-dark .navbar-nav .nav-link {
  color: #898989;
  font-size: 12px;
  margin: 0 5px;
  padding: 0 1rem;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.75);
}

.navbar-dark .navbar-toggler {
  color: rgba(0, 0, 0, .5);
  border-color: rgba(0, 0, 0, .1);
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
  color: #898989;
  border-bottom: 4px #898989 solid;
}
.dropdown-menu{
  border:none;
  background-color: rgba(0,0,0,.8);
  color: #ffffff;
}
.dropdown-menu .dropdown-item{
  color: #ffffff;
  background-color: rgba(0,0,0,.0);
}
.dropdown-item:focus, .dropdown-item:hover{
  background-color: rgba(0,0,0,.1);
  color: #ffff00;
}
.carousel-item{
  height: 409px;
}
.container{
  min-width: 1000px;
}
.copy{
  height: 30px;
  background: #5a5657;
  text-align: center;
  line-height: 30px;
  color: #aaaaaa;
  font-size: 12px;
}
.bottom{
  background-color: #dedede !important;
  min-width: 1000px;
}
.bottomMenus{
  min-width: 1000px;
  max-width: 1200px;
  color:rgba(137,137,137,1);
  margin:20px auto;
  padding:30px 0;
}
.bottomMenus .menus{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.bottomMenus .menus .nav-link{
  color: #898989;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  padding-left: 0;
  position: relative;
  margin-bottom: 12px;
}
.bottomMenus .menus .nav-link::before{
  content: '';
  position: absolute;
  bottom:0;
  left: 0;
  width: 27px;
  border-bottom: 2px rgba(137,137,137,1) solid;
}
.bottomMenus .navbar-nav .nav-item{
  -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.bottomMenus .menus .sdum-item{
  font-size:12px;
  color:rgba(137,137,137,1);
  display: block;
  position: relative;
  line-height: 2;
}
.bottomLogo{
  line-height: 2;
}
.bottomMenus .menus .mu{
  padding:0 12px;
  width: 240px;
}
.main {
  width: 1200px !important;
  margin-top: 20px;
}
.leftmu{
  background-color: #f2f2f1;
}
.leftmu .leftmu_top{
  background-color: #0054a7;
  padding:35px 15px;
  font-size: 24px;
  color: #ffffff;
}
.leftmu .leftmu_bottom{
  background-color: #0054a7;
  padding:5px 15px;
  font-size: 18px;
  color: #ffffff;
}
.leftmu .mu-item{
  background-image: url('../assets/mubg01.png');
  background-position: left bottom;
  background-repeat: no-repeat;
  margin: 5px 0;
  padding:5px 20px;
  padding-left: 35px;
  text-align: left;
  min-height: 30px;
  font-size: 12px;
  margin-left: 5px;
  color: #666666;
  text-decoration: none;
  padding-right: 68px;
}
.leftmu .mu-item:hover{
  background-image: url('../assets/mubg02.png');
}
.mainCon{
  padding-left: 10px;
}
.mainCon .hr{
  height: 3px;
  background-color: #999999;
}
.bread{
  margin: 3px 0 0 0;
  color: #093483;
  font-size: 12px;
  background-color: #eeeeee;
  padding:8px 15px;
}
.bread span{
  display: inline-block;
  margin:0 6px;
  vertical-align: middle;
}
.bread .l{
  font-size: 15px;
  border-left: 2px #0054a7 solid;
  padding-left: 12px;
  font-weight: bold;
}
.bread .r{
  text-align: right;
}
.jiantou{
  width: 7px;
  height: 7px;
  border-right: 1px #093483 solid;
  border-bottom: 1px #093483 solid;
  position: relative;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.video{
  width: 750px;
  height: 450px;
  background-color: #dedede;
  margin: auto;
  margin-top: 30px;
}
.video{
  width: 100%;
}
.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}
.col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link{
      border-bottom: 1px #898989 solid;
}
.collapse:not(.show) {
    display: block;
}
.navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}
.navbar-expand-lg .navbar-toggler {
    display: none;
}
header{
  min-width: 1000px;
}

.navbar-brand img{
  height: 120px;
}
.bottomLogo img{
  width: 240px;
}
.bread .r img{
  height: 16px;
}
.leftmu_bottom img{
  height: 38px;
}
.contact .mu-item,.product .mu-item,#products .mu-item{
  display: block;
  margin-left: 0;
}
.contact .mu-item:first-child{
  padding-right: 80px !important;
}
#products .mu-item:nth-child(3){
  padding-right: 55px !important;
}

#products .mu-item:nth-child(2){
  background-position-y: -4px;
  padding-right: 60px !important;
  height: 46px;
    line-height: 35px;
}

