/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel { 
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 510px;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%; 
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}





.container{ padding: 0 }
* {
     -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
     border-radius: 0 !important;
}
.row{ margin:0 -5px;  }
.col-lg-3{ padding:5px  }


.card-title{ font-size: 18px;color: #333 }
.card-text{ font-size: 14px; }

  .nav-link{ color: #fff; font-size: 14px;line-height: 30px;}
  .nav-link:hover{color:#fff;}
  .nav-item.active{background:#1954b3;}
  .nav-item:hover{background:#1954b3;}
a:hover{text-decoration-line: none;}



.kjsNav2{position: absolute;left:0;z-index: 2}
.kjsnav2L{background: #2e6ed5;height: 510px;padding-top: 10px;width: 200px;float: left;}
.kjsnav2L a{display: block;width: 200px;height: 40px;line-height: 40px;border:0;position:relative;font-size: 14px;color:#fff;text-indent: 35px;}
.kjsnav2L a:hover{background: #fff;color:#2e6ed5;cursor: pointer;}
.kjsJjpic{width:7px;height: 12px;background-position: -135px -4px;position: absolute;right: 20px;top:18px;}
.kjsnav2L .kjsnavCur{background: #fff;color:#2e6ed5;cursor: pointer;}
.kjsnav2Con{width: 500px;height: 510px;background: #fff;margin-left:199px;display: none;}
.kjsnav2Con>div{width: 500px;height: 510px;background: #fff;display: none;    border: 1px solid #e0e0e0;-webkit-box-shadow: 0 8px 16px rgba(0,0,0,0.18);
    box-shadow: 0 8px 16px rgba(0,0,0,0.18);}

.kjsnav2Con>div>a{color:#777;display: inline-block;width:240px;padding:15px ;cursor: pointer;font-size: 14px;}

.fl{ float: left }
.fr{ float:right; }

.loginbox{max-width:520px;height:65px;margin:0;} 
.loginbox a{ float:left; line-height:29px; padding:0 12px; text-decoration:none; color:#2e6ed5; font-size:14px; font-weight:100;}
.loginbox a.style1{ background-color:#2e6ed5; color:#fff}
.bodys input{ height:36px;line-height:36px;width:80%; max-width:390px;padding:0 10px;float:left;}
.bodys .one{ border:#2e6ed5 1px solid} 
.bodys .one1{ background-color:#2e6ed5; } 
.bodys button{float:left;border:0;height:36px;width:100px; color:#FFF; line-height:36px;text-align:center;overflow:hidden;}


.card{ background: #fff; transition:all .2s linear;}
.card:hover{transform: translate3d(0 ,-2px,0);box-shadow: 0 15px 30px rgba(0,0,0,0.1);}

/*
@media (min-width: 1200px){
.container {
    max-width: 1200px;
}
}
@media (min-width: 1400px){
.container {
    max-width: 1400px;
}
}
*/