/* header */
html,
body {
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  color: #fff;
}

.navbar-default {
  border: none;
  background: transparent !important;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent !important;
}

a {
  text-decoration: none;
  color: #333;
}

#appHeader,
#myNav {
  background-color: #fff !important;
  height: auto;
  width: 100%;
}

.container {
  max-width: 1500px !important;
  width: 100%;
  min-width: 375px !important;
  color: #333;
}

.header-left {
  float: left;
}
.goodClass {
  float: right;
  line-height: 80px;
  font-size: 24px;
}
.goodClass img {
  display: none;
  width: 239px;
  height: 222px;
  position: absolute;
  left: 145px;
  top: 70px;
  z-index: 999;
}
/***二级菜单栏*/
.header-ul-li {
  position: relative;
  color: #fff;
}

.navbar-toggle {
  color: #333;
}

.header-ul-item {
  display: none;
  position: absolute;
  left: 0;
  z-index: 99;
  color: red;
  width: auto;
  height: auto;
  padding: 20px 0;
  background: #fff;
}

.navbar-default .navbar-nav>li>a {
  color: #333;
}
.navbar-nav>li>a:hover{
	box-shadow: -10px 0 10px #eee;
}

.header-ul-item-login {
  display: none;
  position: absolute;
  right: 0;
  top: 85px;
  z-index: 99;
  width: auto;
  height: auto;
  padding: 20px;
  background: #fff;
  color: #333;
}

.header-ul-item-login>li,
.header-ul-item>li {
  box-sizing: border-box;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 20px;
}

.header-ul-item-login>li>a,
.header-ul-item>li>a {
  white-space: nowrap;
  line-height: 35px !important;
  color: #929292;
}

.header-ul-item-login>li:hover a,
.header-ul-item>li:hover a {
  text-decoration: none;
  color: #333;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-icon-down {
  font-size: 10px;
  font-weight: 100;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #333;
}

.icon-weixin,
.icon-diqiu {
  font-size: 24px;
}

.glyphicon {
  padding-left: 5px;
}

.navbar-default .navbar-link:hover {
  color: #fff;
}

.header-ul-li:hover .header-ul-item,
.header-ul-li-login:hover .header-ul-item-login {
  display: block;
  list-style: none;
}

.header-ul-li-img {
  height: 165px;
  width: 165px;
}

.navbar-toggle-icon {
  display: none;
}

.navbar-toggle {
  border: none;
}

#myul {
  float: right;
  height: 100%;
  width: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

#myNav {
  min-width: 375px !important;
  /* background: rgba(6, 52, 114, 0.5) !important; */
}

.bs-show-xs {
  display: none;
}

/* 手机端导航栏 */
.phone_nav {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 99;
}

.phone_content {
  position: fixed;
  height: 96%;
  width: 96%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  color: #333;
  border-radius: 1%;
  box-sizing: border-box;
  padding: 30px 0;
  overflow-y: auto;
  z-index: 999;
}

.phone_content>.nav-item {
  margin-top: 40px;
  margin-left: 30px;
}

.phone_content>.nav-item>h5 {
  font-weight: 700;
  color: #2d2d2d;
  font-size: 13px;
}

.phone_content>.nav-item>ul>li {
  /* margin: 20px 0; */
  line-height: 40px;
}

.phone_content>.nav-item>ul>li>a {
  color: #929292;
  font-size: 16px;
  font-weight: 500;
  height: 100%;
}

.glyphicon_cancel {
  position: absolute;
  top: 3%;
  right: 5%;
  z-index: 1000;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}

.cancel {
  font-size: 20px;
  /* position: absolute;
  top: 5%;
  right: 10%;
  z-index: 1000; */
  color: #2d2d2d;
  font-weight: 100;
}

/* Header */
/* 手机尺寸 */
@media (max-width: 324px) {
  .navbar-collapse {
    display: none;
  }
}

@media screen and (min-width: 325px) and (max-width: 767px) {
  body {
    font-size: 14px !important;
  }

  #myNav {
    /* max-width: 1500px; */
    margin: 0 auto;
  }

  .container {
    /* max-width: 1500px !important;

    /* line-height: 40px; */
    font-size: 16px !important;
    width: 100%;
    padding: 0 !important;
    /* background-color: #1e334d !important; */
  }

  .logo {
    height: 40px;
    width: 100px;
    margin: 20px;
  }

  .navbar-nav>li {
    height: 80px;
    line-height: 80px;
  }

  .navbar-nav>li>a {
    /* height: 80px; */
    line-height: 80px !important;
    padding: 0 15px;
  }

  /* #myul {
    display: flex;
    align-items: center;

  } */
  .bs-hidden-xs {
    display: none !important;
  }

  .bs-show-xs {
    display: none;
  }

  .navbar-toggle-icon {
    display: block;
    float: right;
    /* height: 100%; */
    line-height: 80px;
    margin: 15px 0;
    margin-left: 10px;
  }

  .navbar-toggle {
    display: block;
    margin-right: 10px;
  }

  #myul {
    float: right;
    margin: 0 auto;
  }

  .header-ul-li {
    margin-right: 10px;
  }

  .header-ul-li-login {
    height: 80px;
    line-height: 80px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

/* 平板尺寸和小屏幕电脑 */

@media (min-width: 768px) and (max-width: 1400px){
	.navbar-toggle-icon {
	    display: block;
	}
	
	.bs-hidden-xs {
	  display: none;
	}
	
	.navbar-toggle-icon {
	  float: right;
	  height: 73px;
	
	  /* height: 100%; */
	  /* line-height: 73px; */
	  /* margin: 15px 0; */
	  /* margin-left: 30px;  */
	}
	
	.navbar-toggle {
	  display: block;
	  line-height: 73px;
	  height: 73px;
	  margin: 0;
	}
}

@media (min-width: 768px) and (max-width: 1019px) {
  body {
    font-size: 14px !important;
  }

  #myNav {
    /* max-width: 1500px; */
    margin: 0 auto;
  }

  .container {
    /* max-width: 1500px !important;

    /* line-height: 40px; */
    font-size: 16px !important;
    width: 100%;
    padding: 0 30px !important;
    /* background-color: #1e334d !important; */
  }
  .goodClass {
    margin-left: 50px;
  }
  .logo {
    height: 73px;
    width: 200px;
  }

  .phone_content>.nav-item {
    float: left;
  }

  .navbar-nav>li {
    height: 73px;
    line-height: 73px;
  }

  .navbar-nav>li>a {
    height: 73px;
    line-height: 73px !important;
    padding: 0 15px;
  }

  #myul {
    height: 73px;
    display: flex;
    align-items: center;
    /* line-height: 90px; */
  }


  .bs-show-xs {
    display: none;
  }


  .icon-weixin {
    /* margin-right: 10px; */
  }

  .header-ul-li-login {
    height: 73px;
    line-height: 73px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

/* 大屏幕电脑 */
@media (min-width: 1400px){
	.bs-hidden-xs {
	   display: block;
	 }
}

@media (min-width: 1020px) {
  body {
    /* height: 116px; */
  }
	
  #myNav {
    max-width: 1500px;
    margin: 0 auto;
  }
  .goodClass {
    margin-left: 50px;
  }
  .goodClass img {
    left: 240px;
    top: 90px;
  }
  .container {
    /* max-width: 1500px !important;
    width: 100%; */
    /* line-height: 40px; */
    font-size: 16px !important;
    /* background-color: #1e334d !important; */
  }

  .logo {
    height: 73px;
    width: 200px;
    margin-top: 5px;
  }

  .navbar-nav>li {
    height: 90px;
    line-height: 90px;
    /* overflow: hidden; */
  }

  .navbar-nav>li>a {
    height: 90px;
    line-height: 90px !important;
    padding: 0 15px;
  }

  #myul {
    height: 90px;
    display: flex;
    align-items: center;
    /* line-height: 90px; */
  }

 

  .bs-show-xs {
    display: none;
  }

  .header-ul-li-login {
    height: 90px;
    line-height: 90px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .index_swiper {
    margin-top: 90px;
  }
}

.iconfont {
  color: #333;
}

.glyphicon-menu-down {
  color: #333;
}

.navbar-default .navbar-toggle .icon-bar {
  background: #333;
}

/* footer */
.footer_row {
  max-width: 1500px;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .footer_row {
    padding-right: 30px;
    padding-left: 30px;
  }

  .footer {
    text-align: left !important;
  }

  .footer__item {
    float: left;
    width: 50%;
  }

  .footer__header {
    cursor: auto;
  }

  .footer__childlist {
    display: block !important;
  }

  .sticky-footer {
    display: none;
  }
}

@media (min-width: 1200px) {
  .footer__item {
    display: table-cell;
    float: none;
    width: 1%;
  }
}

@media (max-width: 767px) {
  .footer__header:after {
    display: inline-block;
    content: " ";
    width: 8px;
    height: 8px;
    margin-left: 8px;
    margin-bottom: 4px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border-top: 1px solid;
    border-right: 1px solid;
  }
  .index_swiper {
    margin-top: 80px;
  }
}

.footer {
  border-top: 1px solid #ddd;
  padding: 25px 0;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
}

.footer__header {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #aaa;
  cursor: pointer;
}

.footer__childlist {
  padding: 0;
  margin: 0;
  list-style: none;
  display: none;
}

.footer-detail {
  margin-top: 60px;
  text-align: left;
  font-size: 12px;
  line-height: 22px;
}

.footer-detail__content {
  text-align: justify;
}

.footer-detail__content,
.footer-detail__company {
  color: #677280;
  opacity: 0.5;
}

.footer-detail a {
  font-weight: bold;
}

.footer-detail__copyright {
  color: #677280;
}

.footer-detail a {
  font-weight: bold;
}

.footer a {
  color: #677280;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@-webkit-keyframes flash {
  0% {
    background-color: #fff;
    opacity: 1;
  }

  50% {
    background-color: skyblue;
  }

  100% {
    background-color: #fff;
  }
}

.flash {
  -webkit-animation-name: flash;
  -webkit-animation-duration: 1000ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
}

.sticky-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0f3a8b;
  box-sizing: border-box;
  padding: 10px 0px;
  cursor: pointer;
}

.sticky-footer a {
  color: white;
  display: inline-block;
  box-sizing: border-box;
  font-size: 14px;
  padding: 5px 20px;
  width: 50%;
  float: left;
  text-align: center;
}

.clearfix:after {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

/* 轮播图  */
.swiper-container {
  /* width: 100%; */

}

.swiper-wrapper {
  /* width: 100%; */

}

.swiper-slide {
  width: 100%;
  overflow: hidden;
  height: 0;
  padding-bottom: 41%;
}

.swiperImg {
  width: 100%;
}

.swiper-button-white {
  display: none;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}


@media (max-width: 324px) {
  .swiper-container {
    /* height: 216px; */
  }
}
@media (max-width: 360px) {
  .codes {
    right: -58px !important;
  }
  .codess {
    right: -90px !important;

  }
}

@media screen and (min-width: 325px) and (max-width: 767px) {
  .swiper-container {
    /* height: 216px; */
  }
}

@media (min-width: 768px) and (max-width: 1019px) {
  .swiper-container {
    /* height: 520px; */
  }
}


@media (min-width: 1020px) {
  .swiper-container {
    /* height: 550px; */
  }

  .swiper-container:hover .swiper-button-white {
    display: block;
  }
}


/* 轮播图 */

.rich {
  height: auto;
  width: 100%;
  max-width: 1500px !important;
  margin: 30px auto;
}

.rich img {
  display: block;
  max-width: 100%;
}

.about-us {
  background-image: url(http://www.kvbkunlun.com/img/home/bg_pattern.png);
  background-repeat: repeat;
  padding: 30px 0 0;
  background-color: white;
  padding: 30px 0 50px;
  position: relative;
  width: 100%;
}

.about-us .section-max-width-container {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  min-width: 320px;
}

@media (min-width: 1000px) {

  .two-side-block__left,
  .two-side-block__right {
    padding: 0 50px;
  }
  #myul .codes {
    right: 20px !important;
  }
  #myul .codess {
    right: -20px !important;

  }
}

@media (min-width: 768px) {
  .two-side-block__left {
    float: left;
    width: 40% !important;
    box-sizing: border-box;
    padding: 0 20px;
  }

  .two-side-block__right {
    float: left;
    width: 60% !important;
    box-sizing: border-box;
    padding: 0 20px;
  }

  .accreditation {
    text-align: left !important;
  }

  .accreditation ul {
    position: relative;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
  }

  .accreditation ul li {
    display: table;
    width: 100%;
  }

  .accreditation__img {
    display: table-cell;
    min-width: 160px;
    width: 38%;
    text-align: center;
    vertical-align: middle;
  }

  .accreditation__content {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
  }

  .accreditation__title {
    margin-top: 0;
  }
  .codes,
  .codess {
    width: 375px !important;
  }
}

.two-side-block__left,
.two-side-block__right {
  width: 100%;
  position: relative;
  margin: 20px auto 100px;
}

.about-us .product-content-pic {
  margin: 40px auto;
  border-bottom: 1px solid #e2e2e2;
}

.two-side-block__left h2 {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.4;
  margin: 20px 0;
  color: #040F16;
}

.two-side-block__left p {
  font-size: 16px;
  line-height: 1.8;
  margin: 20px 0;
  opacity: 0.8;
  color: #040F16;
}

img {
  display: inline-block;
  vertical-align: middle;
}

.about-us-annual {
  text-align: center;
}

.product-content-section .learn-more-action-btn {
  font-size: 14px;
  border: 1px solid #0F3A8B;
  border-radius: 60px;
  color: #0F3A8B;
  padding: 12px 26px;
  cursor: pointer;
  margin: 10px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

.two-side-block__right .two-side-block__item {
  width: 100%;
  margin: 0 auto 80px;
}

.two-side-block__right .two-side-block__item h2 {
  font-size: 18px;
  line-height: 1.4;
  margin: 20px 0;
  font-weight: bold;
  color: #040F16;

}

.two-side-block__right .two-side-block__item ul {
  list-style-type: disc;
  box-sizing: border-box;
  padding-left: 24px;
  font-size: 16px;
  line-height: 1.8;
  margin: 20px 0;
  opacity: 0.8;
}

.two-side-block__right .two-side-block__item ul li {
  color: #040F16;
  margin-bottom: 10px;
  list-style-type: disc;
}

.accreditation {
  background-color: #ffffff;
  text-align: center;
  min-width: 320px;
  box-sizing: border-box;
  padding: 40px 0;
}

.accreditation .section-max-width-container {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  min-width: 320px;
}

.accreditation .section-max-width-container h1 {
  text-align: center;
  margin: 30px auto 60px;
  font-size: 32px;
  color: #040F16;
  font-weight: bold;
}

.accreditation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #040F16;
}

.accreditation ul li {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}

.accreditation__img img {
  display: inline-block;
  vertical-align: middle;
}

.accreditation__content {
  color: #040F16;
}

.accreditation__content h3 {
  font-size: 18.72px;
}

.partner {
  background-image: url(http://www.kvbkunlun.com/img/partners/img-bg-partners.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  text-align: center;
  min-width: 320px;
  box-sizing: border-box;
  padding: 20px 0 100px;
}

.partner .section-max-width-container {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  min-width: 320px;
}

.partner .section-max-width-container h1 {
  text-align: center;
  font-size: 28px;
  margin: 30px auto 60px;
  font-weight: bold;
  color: #040F16;
}

.partner__group .partner__item {
  margin: 80px;
  font-size: 14px;
}

.partner__group .partner__item h3 {
  font-size: 18.72px;
  color: #040F16;
  font-weight: bold;
}

.partner__group .partner__item ul {
  padding: 0;
  margin: 15px 0;
  list-style: none;
  line-height: 2;
  color: #040F16;
}

* {
  box-sizing: border-box;
}
#myul .codess,
#myul .codes {
  width: 10rem;
  background: url("../img/code.png") 100%;
  right: -70px;
  height: 590px;
  padding: 0;
}
#myul .codess {
  right: -105px;

}
#myul .codess .er,
#myul .codes .er {
  text-align: center;
  font-size: 20px;
  color: #fff;
  height: 60px;
  line-height: 60px;
}
#myul .codess .code,
#myul .codes .code {
  width: 315.5px;
  height: 340.5px;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 30px 34.5px 0 30px;
  margin: 0 auto;
}
#myul .codess .code img,
#myul .codes .code img {
  width: 251px;
  height: 251px;
}
#myul .codess .code p
#myul .codes .code p {
  font-size: 18px;
  color: #1a1a1a;
  height: 40.5px;
  line-height: 60.5px;
  text-align: center;
}

#myul .codes .service {
  width: 315.5px;
  height: 49px;
  background-color: #f8f8f8;
  border-radius: 5px;
  margin: 30px auto 0;
  color: #1a1a1a;
  font-size: 17px;
  text-align: center;
  line-height: 49px;
}

.product {
  margin-top: 80px;
  background-color: #f8f8f8;
}

.product .title {
  font-size: 20px;
  text-align: center;
  height: 85px;
  line-height: 85px;
  color: #1a1a1a;
  /* background-color: #f8f8f8; */
}

.product .group {
  display: flex;
  /* width: 375px; */
  height: 122px;
  padding: 10px 20px 10px 15px;
  background-color: #fff;
  margin-bottom: 15px;
}

.product .group .left {
  width: 102px;
  height: 102px;
  margin-right: 15px;
}

.product .group .left img {
  width: 100%;
  height: 100%;
}

.product .group .right {
  width: 233px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product .group .right .subtitle {
  font-size: 15px;
  color: #333;
}

.product .group .right .desc {
  font-size: 13px;
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.product .group .right .time {
  font-size: 12px;
  color: #969696;
}
.downs {
  color: #fff;
}
.product-detail {
  margin-top: 80px;
  padding: 0 15px;
}
.product-detail .title {
  font-size: 20px;
  color: #333;
  text-align: center;
  height: 60px;
  line-height: 60px;
}
.product-detail p {
  color: #333;
  font-size: 16px;
  text-align: center !important;
}
.product-detail  p img {
  width: 100%;
  height: 100%;
}

.product-detail .time {
  color: #969696;
  font-size: 14px;
  text-align: right !important;
}
.imgs {
  width: 24px;
  height: 24px;
}
.index-content {
  color: #333;
}
.rich {
  padding: 0 20px;
  color: #333 !important;
}
.rich h2 {
  text-align: center;
}
.rich p {
  text-align: left;
}
.rich p img {
  margin: 0 auto;
}