﻿header {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}
footer {
  width:100%;
  display:flex;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  color:#ccc;
}
footer{background-color :#4b566b !important;}
.h10{margin-top:15px;}
img{max-width:100%}
h2{margin-top:15px;}
h4{color:#6c757d!important}
.login{margin-right:10px;background-color:#198754;color:#FFF}
.topbg{background:url("../img/bg-masthead.jpg") no-repeat center center}
.text-muted{color:#ffffff !important}
.r-20{margin-left:20px;color:#ffffff !important}
.navbar{position: sticky; top: 0; z-index: 1020;}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100%;
  position: relative;
  position: relative;
}

#hero:before {
  content: "";
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  padding-top: 80px;
}

#hero h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 72px;
  color: #124265;
  font-family: "Poppins", sans-serif;
}

#hero h2 {
  color: #5e5e5e;
  margin: 10px 0 0 0;
  font-size: 22px;
}

#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 14px 50px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #2487ce;
}

#hero .btn-get-started:hover {
  background: #3194db;
}

#hero .icon-boxes {
  margin-top: 50px;
}

#hero .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

#hero .icon-box .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#hero .icon-box .title a {
  color: #124265;
  transition: 0.3s;
}

#hero .icon-box .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

#hero .icon-box .icon {
  margin-bottom: 20px;
  padding-top: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 36px;
  line-height: 1;
  color: #2487ce;
}

#hero .icon-box:hover {
  transform: scale(1.08);
}

#hero .icon-box:hover .title a {
  color: #2487ce;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-height: 800px) {
  #hero {
    height: auto;
  }
}

@media (max-width: 992px) {
  #hero {
    height: auto;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.mb-5{margin-bottom: 2rem!important;}
.col-md-4{margin-bottom:2rem!important;}
.mt-md-4{margin-top: 0rem!important;}
.mt-5 {margin-top: 0rem!important;}
.pb-3{padding-bottom: 0rem!important;}
.card-body h5{padding-bottom: 0.5rem!important;}
.pb-3 p{margin-bottom: 0.5rem!important;}
.icon{width:100%;}
.icon01{
  background:url(/uploads/icon/icon01.png);
}
.icon02{
  background:url(/uploads/icon/icon02.png);
}
.icon03{
  background:url(/uploads/icon/icon03.png);
}
.icon04{
  background:url(/uploads/icon/icon04.png);
}
.icon01,.icon02,.icon03,.icon04{
  width:80px;
  height:80px;
  margin:0 auto;
  display: block;
  background-size:80px 80px;    
  background-repeat:no-repeat;
}
.bg-gr{background-color:#198754;}
.btn-c{background-color:#92b76a}
.toptile{
	padding:10px 0px 6px 0px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 10px;
}

/*文章页面*/
.toptile .breadcrumb{
	margin:0;
	padding:0;
	background-color:#fff;
}
/*左边*/
.bodyleft{	
	padding:0;
	overflow: hidden;
}
/*登录框左边*/
.index-login{
	padding-left: 15px;
	padding-right: 15px;
}
/*mian右边的部分*/
.bodyright{
	min-height: 400px;
	margin: 0;
	padding:0 0 10px 0;	
}
.pager{
	margin:0;
}
.bodyright .tlakitem{
	border-radius: 5px;
	border: 1px solid #eeeeee;
  padding:10px 20px;
}
.pull-left{float: left;}
.pull-right{float: right;}
.mtatr{margin-top:20px;}
.mtop{margin-top:10px;}
.breadcrumb a{text-decoration: none;}
.pager li {
  display: inline;
}
.pager li a{text-decoration: none;}
.pager li>a, .pager li>span {
  display: inline-block;
  padding: 3px 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.mycontent_hd li,.mycontent_hd ul{list-style: none;padding-left:0;float: left;margin-right:10px;color:#999;}
.pd15{padding-left:5px;}
.title a{text-decoration:none};
.card-hover{opacity: 0.8;}
.card-hover img:hover{opacity: 0.8;}
footer a{text-decoration:none;color:#ccc;}
footer a:hover{text-decoration:none;color:#aaa;}
.btn-light:hover{opacity: 0.9;}
.btn-c:hover{opacity: 0.9;}
.btn-outline-success:hover{opacity: 0.9;}
.badge{cursor:pointer}
.mtatr a{text-decoration: none;}
#returntop{width:55px;height:55px;background:url('/public/img/rrt.png');background-size:cover;position:fixed;right:15px;bottom:100px;border-radius:5px;z-index:1000;display:none;cursor:pointer;}
.badge{text-decoration:none;padding: 8px 18px; font-size: 14px;margin: 3px 1px;}
@media (max-width: 640px) {
.fw-bolder{font-size: 22px;}
.lead{font-size: 16px;}
}
@media (max-width:768px){.col-5,.col-7{width:100%}
}
@media (max-width:992px){.float-end{padding-top:10px;margin-top:10px;border-top:1px #f8f9fa solid}
}
#ful{width:100%; list-style:none;padding-top:5px;}#ful li{display: inline-block; width:75px;}