/* css默认 */
html {
	font-size: 16px;
}

body {
	background-color: #ffffff;
	font-size: 1rem;
	font-family: "arial, helvetica, sans-serif";
	color: #383838;
	font-weight: normal;
	margin: 0;
}

a:link {
	text-decoration: none;
	color: #383838
}

a:active {
	text-decoration: none;
	color: #383838
}

a:hover {
	text-decoration: underline;
	color: #383838
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

input {
	outline: none;
}

.nav-container {
	width: 86%;
	padding: 0 1.25rem;
	margin: 0 auto;
}

/* flex公共css */
.flex {
	display: flex;
	display: -webkit-flex;
}

.flex-column {
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.justify-content-start {
	justify-content: flex-start;
}

.justify-content-end {
	justify-content: flex-end;
}

.justify-content-center {
	justify-content: center;
}

.justify-content-between {
	justify-content: space-between;
}

.justify-content-around {
	justify-content: space-around;
}

.align-items-start {
	align-items: flex-start;
}

.align-items-end;

	{
	align-items: flex-end;
}

.align-items-center {
	align-items: center;
}

.bg-white {
	background-color: #ffffff;
}

.bg-gary {
	background-color: #f5f5f5;
}

.border-radius-5 {
	border-radius: 0.3125rem
}

.border-radius-10 {
	border-radius: 0.625rem
}

.p-1 {
	padding: 0.625rem;
}

.p-2 {
	padding: 0.9375rem;
}

.p-3 {
	padding: 1.25rem;
}

.p-4 {
	padding: 1.5625rem;
}

.p-5 {
	padding: 1.875rem;
}

.ptb-1 {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}

.ptb-2 {
	padding-top: 0.9375rem;
	padding-bottom: 0.9375rem;
}

.ptb-3 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}

.ptb-4 {
	padding-top: 1.5625rem;
	padding-bottom: 1.5625rem;
}

.ptb-5 {
	padding-top: 1.875rem;
	padding-bottom: 1.875rem;
}

.plr-1 {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.plr-2 {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.plr-3 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.plr-4 {
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.plr-5 {
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}

.pt-1 {
	padding-top: 0.625rem;
}

.pt-2 {
	padding-top: 0.9375rem;
}

.pt-3 {
	padding-top: 1.25rem;
}

.pt-4 {
	padding-top: 1.5625rem;
}

.pt-5 {
	padding-top: 1.875rem;
}

.pb-1 {
	padding-bottom: 0.625rem;
}

.pb-2 {
	padding-bottom: 0.9375rem;
}

.pb-3 {
	padding-bottom: 1.25rem;
}

.pb-4 {
	padding-bottom: 1.5625rem;
}

.pb-5 {
	padding-bottom: 1.875rem;
}

.border-0 {
	border: none
}

/* nav css */
.logo-box {
	flex-grow: 1;
	width: auto;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	justify-content: start;
	align-items: center;
}

.logo-box .logo-txt {
	float: left;
	padding: 10px 0 10px 10px;
}

.logo-box .logo-txt .tit {
	font-family: monospace;
	font-size: 1.2rem;
	color: #ffffff;
	margin: 0;
	letter-spacing: -2px;
    white-space: nowrap;
}

.logo-box .logo-txt .txt {
	font-size: 0.75rem;
	color: #ffffff;
	letter-spacing: 0;
    white-space: nowrap;
}

.logo-box .logo {
	float: left;
	width: 4rem;
}

.nav-menu {
	margin: 0.3125rem 0;
	opacity: 0.8;
	display: none;
}

.nav-menu:hover {
	opacity: 1;
}

.nav-menu:active {
	opacity: 1;
}

.nav-menu img {
	display: block;
	width: 2.25rem;
}

.top-nav {
	width: 100%;
	color: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	box-sizing: border-box;
	background-color: #05baa7;
	z-index: 100;
}

.top-nav a {
	color: #ffffff
}

.top-nav-text {
	padding: 0.375rem 0.3125rem;
}

.top-nav-text span {
	font-size: 0.875rem;
	margin-right: 0.9375rem;
}

.top-nav-text a {
	font-size: 0.875rem;
	padding: 0 0.3125rem;
}

.top-nav-text button {
	color: #ffffff;
	border-radius: 0.1875rem;
	background-color: #ff6159;
	border: 0.0625rem solid #ff6159;
	outline: none;
	margin-right: 0.3125rem;
	padding-bottom: 0.125rem;
}

.top-nav-text button:hover {
	border: 0.0625rem solid #ee2217;
}

.top-search {
	margin: 0 0.3125rem;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.top-nav-menu a {
	position: relative;
	padding-left: 1.875rem;
	transition: all 0.3s;
}

.top-nav-menu a:hover {
	top: -0.3125rem;
	text-decoration: none;
}

.top-nav-menu h2 {
	font-size: 1rem;
	margin-bottom: 0;
	margin-top: 0.375rem;
}

.top-nav-menu h6 {
	font-size: 0.875rem;
	margin-bottom: 0.5rem;
	margin-top: 0.125rem;
	font-weight: normal;
	opacity: 0.6;
	white-space: nowrap;
}

/* list 导航css */
.nav-menu-list {
	display: none;
	width: 100%;
	box-sizing: border-box;
	background-color: #ffffff;
	box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.5);
}

.nav-menu-list .nav-menu-search {
	padding: 0.3125rem 0.625rem 0.3125rem 1.25rem;
	box-sizing: border-box;
}

.nav-menu-list .nav-menu-search input {
	flex-grow: 1;
	padding: 0.3125rem 0;
	background-color: transparent;
}

.nav-menu-list .nav-menu-search img {
	width: 0.875rem;
	padding: 0.3125rem;
}

.nav-menu-ul {
	margin-top: 0.625rem;
}

.nav-menu-li a {
	padding: 0 0.3125rem;
	display: block;
	color: #383838;
	overflow: hidden;
	border-bottom: 0.125rem dashed #dddddd;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav-menu-li a:hover {
	background-color: #f5f5f5;
}

.nav-menu-li a:active {
	background-color: #f5f5f5;
}

.nav-menu-li a h2 {
	font-size: 1rem;
	float: left;
	margin: 0.625rem 0;
}

.nav-menu-li a h6 {
	font-weight: normal;
	float: right;
	color: #999999;
	margin: 0;
}

/* banner */
.banner-box {
	width: 100%;
	height: 516px;
	overflow: hidden;
	position: relative;
	margin-top: 5.8125rem;
}

.banner-content {
	position: relative;
	height: 100%;
}

.banner-content img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-content-icon {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0.625rem;
}

.banner-content-icon span {
	width: 1.875rem;
	height: 0.5rem;
	background-color: rgba(255, 255, 255, 0.05);
	margin: 0.625rem;
	border-radius: 0.625rem;
}

.banner-content-icon .active {
	background-color: rgba(255, 255, 255, 0.2);
}

/* content css */
.container {
	font-size: 1rem;
	width: 1440px;
	margin: 0 auto;
	box-sizing: border-box;
}
.content-box {
	position: relative;
	margin-top: 1.25rem;
	flex-flow: wrap;
}

.content-btn {
	overflow: hidden;
}

.conent-item-btn1 {
	float: left;
	font-size: 1.125rem;
	color: #ffffff;
	text-align: center;
	margin-right: 1.875rem;
	margin-top: 1.25rem;
	background-color: #ff3b31;
	cursor: default;
	border-radius: 0.1875rem;
}

.conent-item-btn1:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #ed2218;
}

.conent-item-btn1:active {
	color: #ffffff;
	text-decoration: none;
	background-color: #ed2218;
}

.conent-item-btn2 {
	float: left;
	font-size: 1.125rem;
	color: #ffffff;
	text-align: center;
	margin-top: 1.25rem;
	background-color: #05baa7;
	cursor: default;
	border-radius: 0.1875rem;
}

.conent-item-btn2:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #00a392;
}

.conent-item-btn2:active {
	color: #ffffff;
	text-decoration: none;
	background-color: #00a392;
}

/* footer css */
.footer-box {
	margin-top: 1.875rem;
	background-color: #05baa7;
}

.footer-content-btn {
	text-align: center;
	overflow: hidden;
}

.footer-btn {
	color: #ffffff;
	float: left;
	padding: 0.5rem 1.25rem;
	background-color: #ff3b31;
	border-radius: 0.1875rem;
	box-sizing: border-box;
	cursor: pointer;
}

.footer-btn:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #ed2218;
}

.footer-btn:active {
	color: #ffffff;
	text-decoration: none;
	background-color: #ed2218;
}

.footer-content-item h2 {
	color: #ffffff;
	font-size: 1rem;
	margin-top: 0;
	margin-bottom: 0.9375rem;
}

.footer-content-item h6 {
	color: #ffffff;
	font-size: 0.875rem;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0.1875rem;
}

.footer-content-item a {
	display: block;
	color: #ffffff;
	font-size: 0.875rem;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0.1875rem;
	cursor: pointer;
}

.footer-copy {
	padding: 20px 0;
	margin: 1.875rem auto 0 auto;
	border-top: 0.0625rem rgba(0, 0, 0, 0.1) solid;
	background-color: #05baa7;
}

.footer-copy p {
	font-size: 0.875rem;
	line-height: 1.5rem;
	text-align: center;
	color: #ffffff;
	margin: 0;
}

/* call me css */
.call-me-box {
	position: fixed;
	right: 0.625rem;
	bottom: 0.625rem;
	width: auto;
	height: auto;
}

.call-me-box .btn-box {
	position: absolute;
	bottom: 85%;
	right: 0.625rem;
}

.call-me-box .btn-box div {
	width: 3.125rem;
	height: 3.125rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0.3125rem;
	border-radius: 0.3125rem;
	border: 0.125rem solid #ffffff
}

.call-me-box .btn-box div img {
	display: block;
	width: 1.875rem;
}

.btn-wechat {
	background-color: #09de5e;
}

.btn-wechat:hover {
	background-color: #009b3e;
}

.btn-qq {
	background-color: #176ec0;
}

.btn-qq:hover {
	background-color: #0059ac;
}

.btn-top {
	background-color: #7a7a7a;
}

.btn-top:hover {
	background-color: #555555;
}

.btn-top:active {
	background-color: #555555;
}

.call-me-box .btn-close {
	position: absolute;
	top: 20%;
	right: 0;
	height: 2.25rem;
	width: 2.25rem;
	cursor: pointer;
}

.call-me-box .tel {
	position: absolute;
	top: 52%;
	left: 0.9375rem;
}

.call-me-box .tel span {
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.5rem;
	display: block;
	color: #ffffff;
}

.call-me-box .tel span i{
	display: block;
	font-size: 0.75rem;
	line-height: 0.75rem;
	color: #ffffff;
}

.floating_qq {
	display: none;
	position: absolute;
	top: -5.46rem;
	right: 5rem;
	color: #f5f5f5;
	background-color: #dddddd;
}

.floating_qq::before {
	content: '';
	display: block;
	position: absolute;
	top: 0.3125rem;
	right: -0.625rem;
	width: 1px;
	height: 1px;
	border-top: 0.625rem rgba(0, 0, 0, 0) solid;
	border-left: 0.625rem #dddddd solid;
	border-bottom: 0.625rem rgba(0, 0, 0, 0) solid;
}

.floating_qq a {
	display: block;
	color: #ffffff;
	background-color: #05BAA7;
	margin: 0.5rem;
	padding: 0.1875rem 0.625rem 0.3125rem;
	border-radius: 0.125rem;
}

.floating_wechat {
	display: none;
	position: absolute;
	top: -9.2rem;
	right: 5rem;
	color: #f5f5f5;
	background-color: #dddddd;
}

.floating_wechat::before {
	content: '';
	display: block;
	position: absolute;
	top: 0.3125rem;
	right: -0.625rem;
	width: 1px;
	height: 1px;
	border-top: 0.625rem rgba(0, 0, 0, 0) solid;
	border-left: 0.625rem #dddddd solid;
	border-bottom: 0.625rem rgba(0, 0, 0, 0) solid;
}

.floating_wechat img {
	display: block;
	margin: 0.5rem;
	border-radius: 0.125rem;
}

.tel-me-box {
	display: none;
	position: fixed;
	right: 0.625rem;
	bottom: 0.625rem;
	width: auto;
	height: auto;
}

.tel-me-box .btn-top {
	width: 3.125rem;
	height: 3.125rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0.3125rem;
	border-radius: 0.3125rem;
	border: 0.125rem solid #ffffff
}

.tel-me-box a {
	width: 3.125rem;
	height: 3.125rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0.3125rem;
	border-radius: 0.3125rem;
	border: 0.125rem solid #ffffff;
	background-color: #c6deff;
}

.tel-me-box a img {
	width: 2.875rem;
}

/* content页面 css */
.banner {
	width: 100%;
	height: 24.375rem;
	margin-top: 5.8125rem;
	position: relative;
}

.banner img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-name {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.page-name h1 {
	font-size: 3rem;
	color: rgba(255, 255, 255, 0.5)
}

/* content css */
.content-item{
	flex: 1;
}

.all-content {
	width: 100%;
	min-height: auto;
	padding-right: 0;
}

.content-item .tit {
	text-align: center;
	font-size: 1.5rem;
	color: #000000;
	margin-bottom: 0.3125rem;
}

.content-item .txt {
	font-weight: normal;
	text-align: center;
	font-size: 1rem;
	color: #555555;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid #dddddd;
}

.input-tit {
	font-size: 1rem;
	font-weight: bold;
	color: #000000
}

.input-txt {
	font-size: 0.875rem;
	color: #888888;
	line-height: 1.625rem;
	margin-bottom: 0.625rem;
}

.content-item button {
	display: block;
	width: 9.375rem;
	font-size: 1rem;
	color: #ffffff;
	text-align: center;
	margin-top: 1.25rem;
	margin-bottom: 3.125rem;
	background-color: #ff3b31;
	border-radius: 0.1875rem;
	border: none;
	cursor: default;
	outline: none;
}

.content-item button:hover {
	background-color: #e3251c;
}

.content-item button:active {
	background-color: #da170e;
}

.textarea-content {
	width: 100%;
	font-size: 1rem;
	padding: 1.25rem;
	border-color: #dddddd;
	box-sizing: border-box;
}

.input-content-div {
	overflow: hidden;
	margin-bottom: 1.875rem;
}

.input-content-div button {
	float: left;
	margin: 0;
	line-height: 1.25rem;
	margin-left: 1.25rem;
}

.input-content {
	float: left;
	width: 30%;
	font-size: 1rem;
	padding: 0.625rem 1.25rem;
	border-color: #dddddd;
	border: 1px solid #dddddd;
	border-radius: 0.1875rem;
	box-sizing: border-box;
}

.content-right {
	width: 18.75rem;
	margin-left: 50px;
}

.content-right-item {
	background-color: #F5F5F5;
	border: 1px solid #dddddd;
	padding: 1px;
}

.content-right-item .tit {
	font-size: 1.125rem;
	color: #ffffff;
	margin: 0;
	padding: 0.625rem 0.9375rem;
	background-color: #000000;
}

.content-right-item .alert {
	padding: 1.25rem;
	margin: 0;
	line-height: 1.625rem;
}

.content-right-item .btn {
	width: 70%;
	text-align: center;
	color: #ffffff;
	display: block;
	margin: 1.875rem auto;
	background-color: #ff3b31;
	border-radius: 0.1875rem;
	padding: 0.625rem 0.9375rem;
	cursor: pointer;
}

.content-right-item .btn:hover {
	background-color: #ed2218;
	text-decoration: none;
}

.content-right-item .btn:active {
	background-color: #ed2218;
}

.content-right-item .btn span {
	font-weight: bold;
	padding-right: 0.625rem;
}

.content-right-banner {
	margin-top: 1.25rem;
	padding: 1.875rem 0.9375rem 1.875rem 1.875rem;
	background-image: url(../img/right-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.content-right-banner-tit h1 {
	font-size: 1.25rem;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.25rem;
	margin: 0;
}

.content-right-banner-tit a {
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.7);
	font-weight: none;
	text-decoration: underline;
	margin: 0.3125rem 0;
	cursor: pointer;
}

.content-right-li {
	padding-left: 1.25rem
}

.content-right-li li {
	font-size: 0.875rem;
	line-height: 26px;
	color: rgba(255, 255, 255, 0.8);
	list-style: disc;
}

.content-table-box {
	width: 100%;
	overflow-x: auto;
}

.content-table {
	display: table;
	width: 100%;
	border-bottom: 1px solid #e6e7f1;
	border-left: 1px solid #e6e7f1;
	border-right: 1px solid #e6e7f1;
	border-color: #e6e7f1;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1.25rem;
}

.content-table th {
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	padding: 0.75rem 0.625rem;
	background-color: rgb(137 146 167 / 95%);
	white-space: nowrap;
}

.content-table tbody tr:nth-child(odd) td {
	color: #5b5d6c;
	padding: 0.75rem 0.625rem;
	background-color: #f6f7fa;
	white-space: nowrap;
}

.content-table tbody tr:nth-child(even) td {
	color: #5b5d6c;
	padding: 0.75rem 0.625rem;
	background-color: #ffffff;
	white-space: nowrap;
}

.content-table-box2 {
	width: 100%;
	overflow-x: auto;
	border: 1px solid #dadbe3;
	box-sizing: border-box;
	margin-bottom: 1.25rem;
}

.content-table2 {
	display: table;
	width: 100%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

.content-table2 th {
	color: #000000;
	font-weight: bold;
	text-align: left;
	padding: 0.75rem 0.625rem;
	white-space: nowrap;
	border: none;
}

.content-table2 tbody tr td {
	color: #5b5d6c;
	padding: 0.75rem 0.625rem;
	border: none;
	border-top: 1px solid #dadbe3;
	box-sizing: border-box;
}

/* .content-table2 tbody tr:nth-child(odd) td{
	color: #5b5d6c;
	padding:0.75rem 0.625rem;
	background-color: #f6f7fa;
	border: none;
	border-top: 1px solid #dadbe3;
}
.content-table2 tbody tr:nth-child(even) td{
	color: #5b5d6c;
	padding:0.75rem 0.625rem;
	background-color: #ffffff;
	border: none;
	border-top: 1px solid #dadbe3;
} */
.tbodyChildDiv {
	overflow: hidden;
}

.tbodyChildDiv .tableTit {
	float: left;
	width: 20%;
	color: #168c80
}

.tbodyChildDiv .tableTxt {
	float: left;
	width: 80%;
	word-wrap: break-word
}

.arrow {
	cursor: pointer;
}

.arrowRight {
	width: 0.0625rem;
	border-top: 0.3125rem solid rgba(0, 0, 0, 0);
	border-left: 0.3125rem solid #97969d;
	border-bottom: 0.3125rem solid rgba(0, 0, 0, 0);
	margin-left: 0.625rem;
}

.arrowDown {
	width: 0.0625rem;
	border-left: 0.3125rem solid rgba(0, 0, 0, 0);
	border-top: 0.3125rem solid #97969d;
	border-right: 0.3125rem solid rgba(0, 0, 0, 0);
	margin-left: 0.625rem;
}

.map_box {
	width: 100%;
	height: 25rem;
}

.content_tit {
	color: #000000;
	font-size: 1rem;
	margin-top: 1.25rem;
	padding-bottom: 0.625rem;
	border-bottom: 0.0625rem solid #dddddd;
}

.content_txt {
	line-height: 1.5rem;
}
.index-btn-left{
	width: 38%;
	padding: 0.625rem 3.125rem;
	margin: 2.5rem 0;
	border-left: 0.3125rem solid rgba(255,59,49,0.2);
}
.index-btn-right{
	width: 38%;
	padding: 0.625rem 3.125rem;
	margin: 2.5rem 0;
	border-left: 0.3125rem solid rgba(5,186,167,0.2);
}
.index-btn-left p,
.index-btn-right p{
	line-height: 1.875rem;
	font-size: 1rem;
}
.doc{
	min-height: 22.5rem;
}