body {
	background: #fff;
	font-family: "Microsoft YaHei New", "Microsoft Yahei", 宋体, SimSun, "华文细黑", sans-serif;
	color: #222624;
	line-height: 1.8rem;
	font-size: 1.1rem;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", 宋体, SimSun, "华文细黑", sans-serif;
	color: #010101;
	font-weight: normal;
	margin-bottom: 1.5rem;
}
h1,h2 {
	font-size: 2.8rem;
	line-height: 65px;
	margin-bottom: 30px;
	display: inline;
}
h3 {
	font-size: 2.2rem;;
}
h4 {
	font-size: 2rem;
	
}
h5 {
	font-size: 1.8rem;
}
h6 {
	font-size: 1.5rem;
}
p {
	font-size: 1.1rem;
	line-height: 1.8rem;
	margin-bottom: 1.3rem;
}
a {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	color: #737373;
	text-decoration: none !important;
}
a:hover, a:focus {
	color: #BC802B;
	text-decoration: none;
	outline: none;
}

.btn {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

section {
	padding: 85px 0;
	margin: 0;
}
figure {
	margin-bottom: 30px;
}

table {
	margin-bottom: 30px;
}
thead {
    color: #333333;
	text-align: center;
}

hr {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
}
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
.transparent-bg {
	background-color: transparent !important;
	margin-bottom: 0;
}
.white-bg {
	background-color: #fff;
}
.gray-bg {
	background-color: #f6f6f6;
}

/******************************** header ********************************/
#header {
	padding: 10px 0;
	animation: fadeInDown 400ms;
	width: 100%;
	max-width: 100%;
	position: relative;
}
.logo {
	margin: 0 0 0px 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
/********************************banner ********************************/
#banner {
	overflow: hidden;
	background-color: #FFF;
	min-height: 320px;
	max-width: 100%;
}
/*********************** ********* bg Style ******************************/
.bg{
	width: 100%;
	height: 100%;
	max-width: 100%;
	position: relative;
	background-color: #fff;
	overflow: hidden;
}
.bg-2 {
	width: 100%;
	height: 100%;
	max-width: 100%;
	position: relative;
	background-color: #fff9f5;
}
.bg img{
	box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
}

/*.page-title {
  display: inline-block;
  position: relative; 
  text-align: center;
}
.page-title:before,
.page-title:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #9E9E9E;
  border-top: 1px solid #9E9E9E;
  top: 50%;
  width: 60px;
}
.page-title:before {
  right: 100%;
  margin-right: 15px;
}
.page-title:after {
  left: 100%;
  margin-left: 15px;
}*/


/*********************** ********* Footer ******************************/

.footer {
	padding-top: 30px;
	padding-bottom: 20px;
	background-color: #fff;
	border: solid 1px #eee;
	position: relative;
	text-decoration: none;
	max-width: 100%;
	overflow: hidden;
}


.footer, .footer p{
	font-size: 13px;
}
.footer a{
	padding: 5px;
	line-height: 30px;
}
.footer a:hover{
	padding: 0 5px;
}

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 13px;
	right: 6%;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	border-radius: 30em;
	background-color: #fff;
	background-image: url(../images/to-top1.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

