﻿/**/
body{
	font-size: 14px;
	line-height: 30px;
	font-family: Arial;
	color: #000;
}
input,button{outline: none !important;}
.mbto{margin-bottom: 1rem;}
.mtop{margin-top: 1rem;}
.hide{display: none;}
.img-fluid{width: 100%;}
::-webkit-scrollbar{
  display:none;
}
.inner-container::-webkit-scrollbar {
    display: none;
}
/*nav*/
.navbar-fixed-top{
	position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #20ad8e;
}
.navbar-header{
	width: 100%;
}
.navbar-toggle{
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
	width: 30px;
	height: 30px;
	border: 1px solid transparent;
	background: url("../mimages/navbar.png") center center no-repeat;
	background-size: 30px 30px;
}
.navbar-nav a{
	display: block;
	width: 100%;
	line-height: 40px;
	margin: 2px 0;
	font-size: 18px;
	color: #fff;
}
.navbar-nav li:hover{
	background: #20ad8e;
}
.navbar-nav li.active{
	border-bottom: 2px #2dcba8 solid;
}
.navbar-nav .dropdown-menu{padding: 0 20px;border:0;background: #2dcba8;}
.navbar-nav .dropdown-menu a:hover{background: #2dcba8;}
/*mob*/
.mob-wrap{
	max-width: 768px;
	overflow: hidden;
}
.section{overflow: hidden;}
.section p{
	line-height: 30px;
	font-size: 16px;
}
.footer{
	padding-top: 1rem;
	padding-bottom: 1rem;
	text-align: center;
	color: #fff;
	background: #089290;
}
.footer span{display: block;line-height: 30px; font-size: 16px;}
.mt60{margin-top: 62px;}
.hd_title{line-height: 30px;font-size: 18px;font-weight: bold;margin: 1rem 0;text-align: center;color: #309e86;font-family: Arial;}
.sub_main{min-height: 300px;overflow: hidden;}
