/*
    Theme Name: Bikin
    Theme URL: https://bootstrapmade.com/bikin-free-simple-landing-page-template/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/

/* ==== Google font ==== */

@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700,100);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */

@import url('overwrite.css');
@import url('animate.css');
/*************************
*******总体样式******
**************************/

body {
  background: #fff;
  /* font-family: 'Roboto', Arial, sans-serif; */
  color: #333;
  line-height: 1.6em;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  /* font-family: 'Roboto'; */
  color: #000;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* h1{
  font-size: 36px;
  color:#fff;
}

h2{
  font-size:20px;
}

h3{
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 16px;
} */

a {
  color: #235CB3;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: rgba(0, 0, 0, .85);
  text-decoration: none;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

.btn-primary {
  /* margin-top: 30px; */
}

.btn {
  color: #fff;
  background-color: rgba(14, 35, 60);
}

.btn:hover {
  color: #fff;
  background-color: rgba(14, 35, 60);
  border-color: #235CB3;
}

/*************************
*******导航栏******
**************************/
#header {
  height: 64px;
  background-color: rgba(14, 35, 60);
}

.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}

.navbar-fixed-top .navbar-toggle .icon-bar {
  background-color: #2f5dad;
}

.navbar-toggle {
  /* background-color: #2f5dad; */
}

.navbar>.container .navbar-brand {
  margin-left: 0;
}

.navbar-brand {
  padding: 0;
  margin: 0;
}

.navbar-header a.navbar-brand {
  /* color:#235CB3; */
  color: #fff;
  /* font-family: 'Roboto'; */
}

.navbar-header a.navbar-brand:hover {
  /* color:#235CB3; */
  /* color: #fff; */
}

.navbar-header img {
  width: 20px;
  height: 16px;
  float: left;
  margin: 0 10px;
}

.navbar-header .logg-brand {
  display: flex;
  align-items: center;
}

.navbar {
  height: 70px;
  /* margin-bottom: 0; */
  padding: 10px 0;
}

.navbar-nav button {
  color: #fff;
  font-size: 14px;
}
.navbar {
  margin-bottom: 0;
  border: none;
}

@media (max-width: 767px) {
  .navbar-header {
    /* margin-top: -12px; */
  }
  .navbar-header a.navbar-brand {
    font-size: 18px;
  }
  .navbar {
    padding-bottom: 0px;
  }
  .slider {
    margin-top: 70px;
  }
  .navbar-header a.navbar-brand {
    color: #235CB3;
  }
  .navbar .navbar-header img {
    width: 29px;
    height: 20px;
  }
  .navbar-fixed-top .container {
    background-color: #235CB3;
  }
  .navbar-fixed-top, .navbar-header {
    background-color: white;
  }
}

.navbar-nav>li {
  margin-left: 20px;
  margin-top: 8px;
  /* padding-bottom: 28px; */
}

.navbar-fixed-top .navbar-nav>li>a {
  padding: 5px 12px;
  margin: 0;
  border-radius: 3px;
  /* color: #235CB3; */
  color: #fff;
  line-height: 24px;
  display: inline-block;
  /* font-weight: bold; */
  font-size: 15px;
  letter-spacing: 2px;
  /* font-family: 'Roboto'; */
}

.navbar-fixed-top .navbar-nav>li>a:hover {
  background: none;
  /* color:#235CB3; */
  /* color: #fff; */
}

.navbar-fixed-top {
  /* border: none; */
  /* background: #fff; */
  /* background: none; */
}

.navbar-fixed-top .navbar-brand {
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 2px;
  color: #fff;
}

.navbar-fixed-top .navbar-nav>.active>a, .navbar-fixed-top .navbar-nav>.active>a:hover, .navbar-fixed-top .navbar-nav>.active>a:focus, .navbar-fixed-top .navbar-nav>.open>a, .navbar-fixed-top .navbar-nav>.open>a:hover, .navbar-fixed-top .navbar-nav>.open>a:focus {
  background-color: transparent;
}

/*************************
*******轮播******
**************************/

.slider {
  position: relative;
  /* padding-top: 70px; */
}

.slider img {
  width: 100%;
}

#carousel-slider {
  position: relative;
}

#carousel-slider .carousel-indicators {
  /* bottom: -25px; */
}

#carousel-slider .carousel-indicators li:nth-last-of-type(2) {
  /* border: 1px solid #ffbd20; */
  margin-right: 35px;
  margin-left: 35px;
}

#carousel-slider a i {
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 30px;
  height: 50px;
  padding: 8px;
  position: absolute;
  top: 50%;
  width: 50px;
  color: #fff;
}

#carousel-slider a i:hover {
  /* background:#235CB3; */
  /* color:#fff; */
  /* border: 1px solid #235CB3; */
}

.product-banner {
  right: 50%;
  transform: translateX(50%);
  left: unset;
}

.carousel-inner .form-inline {
  /* margin-top: 70px; */
}

.carousel-inner .form-group input {
  width: 240px;
  height: 44px;
  background-color: rgb(242, 242, 242);
  border: none;
  border-radius: 3px;
  color: #235CB3;
  box-shadow: none;
}

.carousel-inner .form-group button {
  border: 1px solid white;
  width: 240px;
  height: 44px;
  border-radius: 3px;
  background-color: transparent;
  text-align: left;
  padding: 6px 12px;
  color: white;
}

.carousel-inner .form-group input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #235CB3;
}

.carousel-inner .form-group input::-moz-placeholder {
  /* Firefox 19+ */
  color: #235CB3;
}

.carousel-inner .form-group input:-ms-input-placeholder {
  /* IE 10+ */
  color: #235CB3;
}

.carousel-inner .form-group input:-moz-placeholder {
  /* Firefox 18- */
  color: #235CB3;
}

.carousel-inner .form-inline .form-group button[type="livedemo"] {
  /* padding: 20px 60px; */
  font-size: 14px;
  background: #235CB3;
  color: #fff;
}

.carousel-inner .form-inline .form-group button[type="livedemo"]:hover {
  /* color:#235CB3; */
  /* background:#fff; */
  transition: color 300ms, background-color 300ms;
}

.carousel-inner .form-inline .form-group button[type="getnow"] {
  /* padding: 20px 60px; */
  font-size: 14px;
  background: #fff;
  color: #235CB3;
}

.carousel-inner .form-inline .form-group button[type="getnow"]:hover {
  /* color:#fff; */
  /* background:#235CB3; */
  transition: color 300ms, background-color 300ms;
}

@media (max-width: 767px) {
  .mt h2 {
    margin-top: 40px;
  }
  .carousel-inner .form-inline .form-group button[type="livedemo"], .carousel-inner .form-inline .form-group button[type="getnow"] {
    padding: 10px 30px;
    font-size: 18px;
  }
  .carousel-inner .form-inline {
    margin-bottom: 0;
    margin-top: 0;
  }
  .btn-primary {
    margin-top: 10px;
  }
  .carousel-inner .form-group {
    display: inline;
  }
  #carousel-slider .carousel-indicators {
    bottom: 0;
  }
}

@media (max-width: 575px) {
  .carousel-inner .form-inline .form-group button[type="livedemo"], .carousel-inner .form-inline .form-group button[type="getnow"] {
    padding: 5px 20px;
    font-size: 14px;
  }
  .carousel-inner .form-inline {
    margin-bottom: 0;
    margin-top: 0;
  }
  .carousel-inner .form-group {
    display: inline;
    padding-top: 0;
  }
  #carousel-slider .carousel-indicators {
    display: none !important;
  }
  .carousel-inner .btn-primary {
    margin-top: 0px;
  }
}

/*************************
*******公共字体样式******
**************************/

.text-center h4 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  letter-spacing: 3px;
  color: #235CB3;
}

.text-center p {
  color: #AAAAAA;
  font-size: 16px;
  margin-bottom: 10px;
}

/* .text-center i {
	font-size:30px;
	margin-top:50px;
	margin-bottom:30px;
	background:#235CB3;
	color:#fff;
	padding:50px;
	background:#235CB3;
	border-radius:50%;
} */

.hi-icon-effect {
  /* padding-left: 10px; */
  /* padding-right: 10px; */
  /* width: 300px; */
  height: 330px;
}

@media (min-width: 767px) and (max-width:1000px) {
  .sub-footer .text-left {
    text-align: center;
  }
}

@media (max-width: 767px) {
  #listen p {
    text-align: center;
  }
  .sub-footer .text-left {
    text-align: center;
  }
}

@media (min-width:700px) and (max-width:1200px) {
  .carousel-inner .form-inline .form-group button[type="livedemo"], .carousel-inner .form-inline .form-group button[type="getnow"] {
    padding: 10px 30px;
    font-size: 14px;
  }
}

/*************************
******* 导航模块 ******
**************************/
#nav {
  height: 96px;
  padding-top: 33px;
  background-color: #fff;
  margin-bottom: 4px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);
}

#nav .nav {
  width: 960px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-around;
}

.nav-pills>li.active::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 8px;
  background-color: #016EB8;
}

.nav-pills>li>a {
  color: rgba(51, 51, 51, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
}



.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
  color: #016EB8;
  background-color: #fff;
}


/*************************
******* 文章列表 ******
**************************/

#choose {
  padding-top: 64px;
  padding-bottom: 130px;
  background-color: #F8F8F8;
}

#choose .choose {
  max-width: 1080px;
  margin: 0 auto;
}

#choose .choose .flexStyle > div {
  margin-bottom: 64px;
}

figure .description {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* width: 584px; */
  height: 90px;
  background-color: #fff;
  padding: 0 24px;
}

figure .description > div {
  color: rgba(51, 51, 51, 1);
  font-size: 20px;
  font-family: PingFangSC-Medium;
}

figure .description .img-responsive {
  width: 48px;
  height: 48px;
}

figure.effect-chico .img {
  /* width: 584px;
  height: 365px; */
}

figure.effect-chico .img img {
  width: 100%;
  height: 205px;
}

figure.effect-chico:hover img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}


/*************************
*******footer******
**************************/

footer {
  height: 128px;
  padding-top: 35px;
  background-color: rgba(26, 26, 28, 1);
}

footer p {
  font-size: 13px !important;
  color: #AAAAAA;
  font-weight: 400;
}

.copyright > p > a {
  color: rgba(248, 248, 248, 1);
  font-size: 12px;
  font-family: PingFangSC-Regular;
}