a{

	text-decoration: unset;
}
.b600{

	font-weight: 600;
}
.b700{

	font-weight: 700;
}
.font16{
	font-size:16px;
}
.backcolor{

	color:#000000;
}
.hidden{
	overflow: hidden;
}
.smalldes{
	color: #727272;
}
.pd20{
	padding: 0 20px 20px 20px;
}
.one{

    white-space: nowrap;
}
.pd30{
	padding:30px 0px;
}
.shenglue{

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

}
.pd44{
	padding-top: 44px;
}
.pdt52{
	padding-top:52px;
}
.pt124{
	padding-bottom: 124px;
}
.pt60{
	padding-bottom: 60px;
}
.mb46{

	margin-bottom: 46px;
}
.pdt126{
	padding-top: 126px;
}
/*index first*/
.dh{    
	width: 100%;
    z-index: 99;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    padding: 0;
    background: rgb(0 0 139 / 20%);
    height: 90px;
    position: absolute;
    left:0;
    top:0;
}
.navbar-area {
  width: 100%;
  z-index: 99;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  padding: 0;
  background: rgb(0 0 139 / 20%);
}
.navbar-area.sticky {
  position: fixed;
  z-index: 99;
  -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, .05);
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  padding: 0 0;
  background: #fff;
}


.navbar-nav .nav-item {
  z-index: 1;
  position: relative;
}
.navbar-nav .nav-item a {
  font-size: 17px;
  color: #fff;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  position: relative;
  padding: 35px 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  transition: all .3s ease-out 0s;
  position: relative;
  text-transform: capitalize;
  font-weight: 700;
}
.sticky .navbar .navbar-nav .nav-item a {
  color: #1b1b1b;
}
.sticky .navbar .navbar-nav .nav-item a.active {
  color: #4fbcff;
}


.navbar-nav .nav-item .sub-menu.collapse:not(.show) {
  display: block;
}
.navbar-nav .nav-item:hover .sub-menu {
  top: 100% !important;
}
.navbar-nav .nav-item:hover > .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.navbar-nav .nav-item .sub-menu .nav-item a:hover {
  color: #4fbcff;
}
.navbar-nav .nav-item .sub-menu > li:first-child a {
  border: none;
}
.navbar-nav .nav-item .sub-menu {
  padding: 30px;
  min-width: 120px;
  background: #fff;
  -webkit-box-shadow: 0 5px 20px #0000001a;
  box-shadow: 0 5px 20px #0000001a;
  position: absolute;
  top: 110% !important;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  border-radius: 0 0 4px 4px;
  border-radius: 5px;
}
.navbar-nav .nav-item .sub-menu .nav-item {
  width: 100%;
  margin-bottom: 15px;
}
.navbar-nav .nav-item .sub-menu > li {
  display: block;
  margin-left: 0;
}
.navbar-nav .nav-item {
  z-index: 1;
  position: relative;
}
.navbar-nav .nav-item .sub-menu > li:first-child a {
  border: none;
}
.navbar-nav .nav-item .sub-menu .nav-item a {
  padding: 0;
  color: #333;
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
}

.dh .button {
  display: inline-block;
  margin-left: 10px;
}
.dh .button.home-btn .btn:hover {
  background-color: #5c52e9;
  color: #fff;
}
.dh .button .btn {
  background: #d2efff;
  color: #1f95de;
  font-weight: 500;
}
.button .btn {
  display: inline-block;
  text-transform: capitalize;
  font-size: 15px;
  padding: 14px 30px;
  border: none;
  transition: all .4s ease;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.dh.sticky .button .btn {
  background-color: #4fbcff;
  color: #fff;
}

.hero-content .button .btn:hover {
  color: #fff;
  background: linear-gradient(30deg,#4fbcff 0%,#5c52e9 100%);
}


.container100{
	width:100%;
	background-color: #f4f7fa;
}
.bz_container{
	width:1200px;
	margin:0px auto;
}
.navbar-brand img {
    width: 140px;
}


.navbar-nav .nav-item a {
    font-size: 17px;
    color: #fff;
    padding: 24px 22px;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    transition: all .3s ease-out 0s;
    position: relative;
    text-transform: capitalize;
    font-weight: 700;
}

.index-bg {
	height: 750px;
    position: relative;
    background: #34acf7 url(http://www.qikanvip.com/images23/banner.jpg) no-repeat top center;
    background-size: cover;
}
.index-box{

	display: flex;
}
.hero-content {
    border-radius: 0;
    position: relative;
    z-index: 1;
    text-align: left;
    padding: 180px 0 180px;
    width:50%;
}
.hero-content h1 {
    font-weight: 800;
    font-size: 52px;
    line-height: 105px;
    color: #050066;
    text-transform: capitalize;
}
.hero-content h1 font {
    color: #ff0;
    font-size: 94px;
}
.hero-content p {
    font-weight: 400;
    font-size: 30px;
    line-height: inherit;
    margin-top: 20px;
    color: #fff;
}
.hero-content p b {
  color: #4b0082;
}
.hero-content .button {
    margin-top: 50px;
}
.hero-content .button .btn {
	font-size: 20px;
    background: linear-gradient(30deg,#e98c52 0%,#ffc94f 100%);
    color: #b22222;
    font-weight: 500;
    border-radius: 30px;
	display: inline-block;
    text-transform: capitalize;
    
    padding: 14px 30px;
    border: none;
    transition: all .4s ease;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.fw{

	width: 40%;
	position: relative;
	margin-top: 188px;
    background:url(http://www.qikanvip.com/images23/hero-image.png) no-repeat top center;
   	background-size: 480px;
}
.renqun {
    position: absolute;
}
.renqun a:hover {
  transform: scale(1.1, 1.1);
}
.renqun a {
    display: inline-block;
    width: 100px;
    height: 100px;
    text-align: center;
    color: #050066;
    background: linear-gradient(45deg, #dceffe 0%, #4fbcff 100%);
    border-radius: 100px;
    line-height: 100px;
    position: absolute;
    transition: all 0.5s ease-out;
    transform: scale(1);
}
.renqun a.rq1 {
    top: 300px;
    left: 41px;
}
.renqun a.rq2 {
    top: 106px;
    left: 0px;
}
.renqun a.rq3 {
    top: -40px;
    left: 107px;
}
.renqun a.rq4 {
    top: -18px;
    left: 359px;
}
.renqun a.rq5 {
    top: 134px;
    left: 450px;
}
.renqun a.rq6 {
    top: 311px;
    left: 412px;
}

.index_form_box {
    box-shadow: 0 0 30px rgba(81, 94, 125, .082);
    background: #fff;
    padding: 20px 80px 30px;
    margin: 0px auto 0;
    border-radius: 30px;
    top: -110px;
    position: relative;
    background-size: cover;
    height: 250px;
    text-align: center;
}
.index_form_box h5 {
    font-size: 34px;
    margin: 25px 0px 40px;
    text-align: center;
    color: #050068;
    display: inline-block;
}
.index_form_box:before {
    content: "";
    position: absolute;
    width: 112%;
    height: 94%;
    background: rgb(79 187 254 / 7%);
    border-radius: 30px;
    top: 20%;
    left: -6%;
    z-index: -2;
}
.index_form_box:after {
    content: "";
    position: absolute;
    width: 106%;
    height: 117%;
    background: rgb(79 187 254 / 7%);
    border-radius: 30px;
    top: 10%;
    left: -3%;
    z-index: -1;
}


.diyinput {
    line-height: 50px;
    width: 26%;
    display: block;
    padding-left: 20px;
    border-radius: 5px;
    border: 1px solid #4fbcff29;
    margin-bottom: 30px;
    font-size: 15px;
    background: #f1f9ff;
    float: left;
    margin-right: 20px;
}
.index_form_box form select{
    height: 53px;
    line-height: 50px;
    width: 26%;
    display: block;
    padding-left: 20px;
    border-radius: 5px;
    border: 1px solid #4fbcff29;
    margin-bottom: 30px;
    font-size: 15px;
    background: #f1f9ff;
    float: left;
    margin-right: 20px;
    color: #727272;

}
.lingqu{    
	width: 15%;
    height: 50px;
    line-height: 50px;
    background: linear-gradient(30deg, #5c52e9 0%, #4fbcff 100%);
    box-shadow: 0px 5px 15px rgb(89,104,223,.5);
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    border: none;
}

.panneltitle h2 {
    font-size: 34px;
    margin-bottom: 4px;
    line-height: 42px;
    text-transform: capitalize;
    position: relative;
    font-weight: 700;
    color: #070262;
}
.panneltitle >small{
	color:#ccc;
}
.showfour,.showthree{
	display: flex;
	justify-content: space-around;
}
.listbox{
	width: 23.5%;
}
.smalltitle{
	color:#000000;
	font-size: 18px;
    padding-left: 0.5rem;
}
.more{
	background-color: transparent;
    color: #1b1b1b73;
    overflow: visible;
    font-size: 14px;
    line-height: 40px;
    padding: 0 0.5rem;
    float:right;
}
.listbox img{
	width:100%;
	height: 207px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .089);
}
.bzbox{
	width: 280px;
	padding:0px 8px 0px 8px;
}
.listbox h4 a{
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.disp{
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 12px;
    line-height: 20px;	
}
.listp a{
	color: #1b1b1b;
	position: relative;
	font-size:14px;
	padding-left: 12px; 
}
.listp a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #5c52e9;
    border-radius: 50%;
}

.index-bgcolor{

	background-color: #4fbcff;
	position: relative;
    z-index: 9;
    padding-bottom: 0;
}
.index-bgcolor::before{
	position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 150px;
    width: 100%;
    background-color: #f4f7fa;
    z-index: -1;
}
.hongsi{
	background: url(http://www.qikanvip.com/images23/ggw1.jpg) no-repeat top center;
	padding: 100px 0 64px 0;
	border-radius: 15px;
}

.hongsi::before {
	content: "";
	padding: 203px 325px;
	border: 1px solid #eeeeee40;
	border-radius: 30px;
	background: #ffffff24;
  	position: absolute;
  	width: 68%;
  	left: 16%;
  	top: 4%;
}
.hongsi>p,
.xinjiapo>p{
	color: #ffffff;
	font-size: 34px;
	font-weight: 700;
}

.zx {
    display: inline-block;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    padding: 14px 30px;
    background: linear-gradient(30deg,#5c52e9 0%,#4fbcff 100%);
    color: #fff;
    border: none;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    margin-right: 7px;
    overflow: hidden;
}
.zx:hover {
  color: #fff;
  background: linear-gradient(30deg,#4fbcff 0%,#5c52e9 100%);
}
a:hover{
	color:#0a58ca;
}
.showthree{
	
}
.chushu{

	width: 31.5%;
	background: #fff;
  	border-radius: 10px;
}
.pannel_title{

	
	background-size: 602px 202px;
	height: 200px;
    width: 200px;
    border-radius: 50%;
    background-origin: border-box; 
    border:10px solid #ffffff;
	position: relative;
	bottom: 96px;
  	left: 86px;

}
.guoji{
	background: url(http://www.qikanvip.com/img/shuchubg.png) 0px 200px;
}
.guonei{
	background: url(http://www.qikanvip.com/img/shuchubg.png) 202px 200px;
}
.chubanshe{
	background: url(http://www.qikanvip.com/img/shuchubg.png) 382px 200px;
}
.pannel_title h4{
	display: block;
	font-size: 22px;
    font-weight: 600;
    margin-top: 200px;
}
.pannel_title h4 a{
	color: inherit;
}
.pannel_title h4 span{
	color: #727272;
    font-size: 14px;
    display: block;
    margin-top: 10px;
    font-weight: 500;
    font-family: DM Sans;
}
.chushu_p{

	display: block;
	padding: 0px 30px;
}
.chushu_p a{
	text-align: center;
}
.chushu_p p::before {
  position: relative;
  left: 0;
  top: 2px;
  content: "\ea5a";
  font-family: lineIcons;
  color: #050068;
  font-size: 15px;
}

.index-cbs-bgcolor{

	background-color: #4fbcff;
	position: relative;
    z-index: 9;
    /*padding-bottom: 0;*/
}
.xinjiapo{
	background: #5c52e9;
	background: url(http://www.qikanvip.com/img/xinjiapo.png)  no-repeat;
	background-size: 1200px 314px;
	border-radius: 30px;
    height: 314px;
    padding: 67px 0px 0px 300px;
}

.fenlei {
  overflow: hidden;
}
.fenlei .single-service {
  width: 14%;
  float: left;
  margin: 1%;

  margin-top: 30px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(81, 94, 125, .082);
  box-shadow: 0 0 30px rgba(81, 94, 125, .082);
  padding: 14px 14px;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.single-service .main-icon {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #4fbcff;
  color: #fff;
  border-radius: 10px;
  font-size: 20px;
  text-align: center;
  display: inline-block;
}
.lni {
  display: inline-block;
  font: normal normal normal 1em/1 'LineIcons';
    line-height: 1;
  color: inherit;
  flex-shrink: 0;
  speak: none;
  text-transform: none;
  line-height: 1;
  vertical-align: 0em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.single-service .text-title {
  color: #1b1b1b;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 15px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.single-service .text-title a {
  display: initial;
}
.single-service p {
  line-height: 20px;
  font-size: 15px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.single-service:hover a {
  color: #4fbcff;
}
.single-service:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	border-top-color: #4fbcff;
	border-bottom-color: #4fbcff
}
.fontcolor h2,.fontcolor small{
	color:#fff;
}

.new_bd_form_box {
        box-shadow: 0 0 30px rgba(81, 94, 125, .082);
    height: 100%;
    background: #fff;
    background-size: cover;
    padding: 20px 80px 30px;
    margin: 30px auto 0;
    border-radius: 30px;
    margin-bottom: 50px;
    top: -110px;
    position: relative;
    background-size: cover;
    height: 250px;
	text-align:center;
 }

.new_bd_form_box strong {
	display: block;
	font-size: 24px;
	text-align: center;
	color: #fff;
	}
	.new_bd_form_box h1 {
	font-size: 34px;
	margin: 25px 0px 40px;
	text-align: center;
	color: #050068;
	display:inline-block;
	}
.new_bd_form_box h5 {
	font-size: 34px;
	margin: 25px 0px 40px;
	text-align: center;
	color: #050068;
	display:inline-block;
	}
.new_bd_form_box form input {
	line-height: 50px;
    width: 26%;
    display: block;
    padding-left: 20px;
    border-radius: 5px;
    border: 1px solid #4fbcff29;
    margin-bottom: 30px;
    font-size: 15px;
    background: #f1f9ff;
    float: left;
    margin-right: 20px;
	}
	
.new_bd_form_box form select{
	height: 53px;
	line-height: 50px;
    width: 26%;
    display: block;
    padding-left: 20px;
    border-radius: 5px;
    border: 1px solid #4fbcff29;
    margin-bottom: 30px;
    font-size: 15px;
    background: #f1f9ff;
    float: left;
    margin-right: 20px;
        color: #727272;
}	
	

.new_bd_form_box form .tijiao{
	width: 15%;
    height: 50px;
    line-height: 50px;
    background: linear-gradient(30deg, #5c52e9 0%, #4fbcff 100%);
    box-shadow: 0px 5px 15px rgb(89,104,223,.5);
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    border: none;
}
.new_bd_form_box form .tijiao a{

    color: #fff;

}

.fw_more h3 {
  line-height: 56px;
  font-size: 24px;
  color: #fff;
  display: flex;
  margin-bottom: 22px;
}
.fw_more h3 span {
  margin: 0 3%;
  width: 20%;
  background: #fff;
  color: #4fbcff;
  border-radius: 10px;
  text-align: center;
}
.fw_more ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0px;
}
.fw_more ul li {
  margin: 15px 5px;
  width: calc(25% - 10px);
  background: #f5fafe;
  border-radius: 6px;
  box-shadow: 0px 5px 0px #cedeff;
  text-align: center;
  padding: 0px 15px 20px;
}
.fw_more ul li h4 {
  line-height: 30px;
  background: #4fbcff;
  font-size: 16px;
  color: #fff;
  padding: 0px 15px 5px 15px;
  display: block;
  border-radius: 5px;
  margin: -15px 25px 0px;
}
.fw_more ul li p {
  position: relative;
  font-size: 13px;
  line-height: 24px;
  text-align: left;
  color: #525252;
  padding-left: 25px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e6effe;
  margin: 15px 0px;
}
.fw_more ul li p span {
  display: block;
}
.fw_more ul li p span a {
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
  color: #050068;
}
.fw_more ul li .more_a {
  display: inline-block;
  background: linear-gradient(30deg,#5c52e9 0%,#4fbcff 100%);
  line-height: 34px;
  font-size: 18px;
  color: #fff;
  padding: 4px 50px;
  border-radius: 30px;
  box-shadow: 0px 6px 5px rgb(83 158 249 / 26%);
}
.fw_more ul li p span a:hover {
  color: #5c52e9;
}
.fw_more ul li .more_a:hover {
  background: linear-gradient(30deg,#4fbcff 0%,#5c52e9 100%);
}

.service-grids .grid {
  width: calc(25% - 30px);
  float: left;
  margin: 0 15px 40px;
  padding: 25px 26px 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
  -moz-box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
  box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-align: center;
  border-radius: 10px;
  height: 320px;
}
.overlay {
  position: relative;
  z-index: 1;
}
.overlay::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: #1b1b1b;
  content: "";
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: -1;
}
.grid .icon {
  position: inherit;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fbfbfb;
  text-align: center;
  margin: 0 auto 15px;
  font-size: 30px;
  line-height: 75px;
  color: #f47425;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
  z-index: 0;
}
.grid .icon::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #f1f1f1;
  content: '';
  z-index: -1;
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.icon>img{
	width:100%;
	max-width: :100%;
}
.grid:hover .icon:after {
	visibility: visible;
	opacity: 1;
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.grid h3 a {
  color: #333;
  font-size: 22px;
  margin-bottom: 15px;
}
.grid p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
}
.service-grids .grid .button a {
  background: none;
  margin-top: 20px;
  border: 1px solid #5c52e9;
  color: #5c52e9;
  padding: 5px 35px;
  font-size: 16px;
}
.service-section-s2 .grid:hover .icon {
  color: #fff;
}
.service-grids .grid .button a:hover {
  background: linear-gradient(30deg,#5c52e9 0%,#4fbcff 100%);
  color: #fff;
  border: none;
}



.meiwen{
	width:100%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
	padding: 10px;
	height: 300px;
}
.meiwen p{

	float:left;
	/* margin: 4px; */
  line-height: 32px;
  width: 295px;
}
.meiwen p a{
	color: :#fff;
}
.meiwen p::before {
  position: relative;
  left: 0;
  top: 2px;
  content: "\ea5a";
  font-family: lineIcons;
  color: #050068;
  font-size: 15px;
}
footer{
	    background-color: #050068;
	    color:#ffffff;
	    padding:30px 0px;
	    font-size:14px;
	    clear: both;
}
footer p a{color: #ffffff;margin-right:10px;}



.scroll-top {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #5c52e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #fff !important;
  position: fixed;
  bottom: 30px;
  left: 200px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  border-radius: 5px;
}
.sjk_flex {
  position: fixed;
  width: 50px;
  background: #3b5998;
  border-radius: 30px;
  left: 0px;
  top: 30%;
  font-size: 20px;
  z-index:9999;
}
.sjk_flex a {
  display: block;
  text-align: center;
  color: #D9D919;
  padding: 25px 10px;
  color: #D9D919;
  text-decoration: none;
}


/*content page*/
.index-conbg {
	height: 316px;
    position: relative;
    background: #34acf7 url(http://www.qikanvip.com/images23/banner.jpg) no-repeat top center;
    background-size: cover;
}
.page-banner {
  font-size: 42px;
  color: #fff;
  font-weight: 700;
  position: relative;
  line-height: 58px;
  text-transform: capitalize;
}

.glyphicon-home:before {
    content: "\e021";
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    border-radius: 4px;
    display: inline-flex;
	color: #fff;
}
.breadcrumb li a{
	color: #fff;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #fff;
    content: "/\00a0";
}
.breadcrumb>.active {
    color: #fff;
}
.contentp{
	line-height: 36px;
}