﻿* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	transition: all .1s;
}
h1 {
	font-weight: bold;
}
h1, h2, h3 {
	margin: 0;
}
ul, ol {
	margin-bottom: 0;
}

html {
	-webkit-tap-highlight-color: transparent
}

@font-face {
	font-family: "Graphik-Light";
	src: url('../font/Graphik-Light.otf');
}
@font-face {
	font-family: "Graphik-Regular";
	src: url('../font/Graphik-Regular.otf');
}
@font-face {
	font-family: "Graphik-Medium";
	src: url('../font/Graphik-Medium.otf');
}

@font-face {
	font-family: "Graphik-Bold";
	src: url('../font/Graphik-Bold.otf');
}

body {
	color: rgba(0, 0, 0, 1);
	padding-top: 61px;
	font-family: Graphik-Regular, AlibabaPuHuiTi, PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
		Arial, PingFang SC-Light, Microsoft YaHei;
}

li {
	text-decoration: none;
	list-style: none;
}

img {
	display: block;
}

a:hover, a:focus {
	color: #ffffff;
	text-decoration: none !important;
}

.font-medium {
	font-family: Graphik-Medium;
	font-weight: 500;
}

.font-light {
	font-family: Graphik-Light;
	font-weight: 300;
}

.font-regular {
	font-family: Graphik-Regular;
	font-weight: normal;
}

.font-bold {
	font-family: Graphik-Bold;
	font-weight: 700;
}

.pager li > a, .pager li > span {
	border-radius: 0;
	margin: 0 5px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #ED0000;
	border-color: #ED0000;
}

.text-ell1 {overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.text-ell2 {overflow: hidden;text-overflow:ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.text-ell3 {overflow: hidden;text-overflow:ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}
.text-ell4 {overflow: hidden;text-overflow:ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;}
.text-ell5 {overflow: hidden;text-overflow:ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;}


.index-block-title {
	font-size: 50px;
	line-height: 69px;
}
.layout-header {
	width: 100%;
	height: 61px;
	background: rgba(255, 80, 0, 1);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
}

.layout-header nav {
	height: 100%;
}

.main-row {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

.content-main-row {
	width: 100%;
	max-width: 1342px;
	margin: 0 auto;
}

.header-logo {
	width: 50px;
	height: 50px;
}
.header-mobile-logo {
	display: none;
}

.header-nav {
	height: 100%;
	flex: 1;
}

.header-nav-item {
	font-size: 18px;
	line-height: 24px;
	margin-left: 39px;
	cursor: pointer;
	position: relative;
	height: 100%; color: #fff;
}

.header-nav-item a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: inherit;
}

.header-nav-icon {
	width: 8px;
	height: 8px;
	margin-left: 8px;
	background: url('../image/nav-add.png') no-repeat center / 100%;
}

.header-nav-item.active::after {
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	background: #fff;
	position: absolute;
	left: 1px;
	bottom: 8px;
}

.header-nav-item:hover .header-sub-nav {
	display: block;
}

.header-sub-nav {
	display: none;
	width: 186px;
	background: rgba(255, 80, 0, .8);
	position: absolute;
	left: 0;
	top: 61px;
	padding: 25px 0;
	font-size: 20px;
}

.header-sub-nav-item {
	width: 100%;
	height: 64px;
	padding: 0 20px;
	line-height: 64px;
}

.header-sub-nav-item.active {
	color: #ED0000;
}

.header-sub-nav-item.active .header-nav-icon {
	background: url('../image/nav-add-red.png') no-repeat center / 100%;
}

.header-sub-nav-item:hover {
	background: rgba(255, 255, 255, .9);
	color: #ED0000;
}

.header-sub-nav-item:hover .header-nav-icon {
	background: url('../image/nav-add-red.png') no-repeat center / 100%;
}

.header-sub-nav-item:hover .header-sub-sub-nav {
	display: block;
	color: #000000;
}

.header-sub-sub-nav {
	display: none;
	position: absolute;
	width: 100%;
	min-height: 100%;
	background: #FFFFFF;
	left: 100%;
	top: 0;
	padding: 25px 0;
}

.header-sub-sub-nav-item {
	width: 100%;
	height: 64px;
	padding: 0 20px;
	line-height: 64px;
}

.header-sub-sub-nav-item.active {
	color: #ED0000;
}

.header-sub-sub-nav-item:hover {
	background: #ED0000;
	color: #FFFFFF !important;
}

.layout-footer {
	width: 100%;
	/*height: 468px;*/
	background: #000000;
	color: #BFBFBF;
	padding-top: 46px;
	font-size: 16px;
	padding-bottom: 20px;
}

.footer-code {
	width: 172px;
	height: 172px;
	object-fit: contain;
	margin-bottom: 12px;
}

.footer-info-row {
	line-height: 22px;
	margin-bottom: 24px;
	/* width: 380px; */
}

.footer-info {
	margin-left: 36px;
	margin-top: 8px;
}

.footer-a-wrap {
	line-height: 22px;
	margin-left: 120px;
}

.footer-a {
	display: block;
	text-decoration: none;
	color: #BFBFBF;
	margin-top: 24px;
}

.footer-link-wrap {
	text-align: center;
	margin-top: 102px;
	line-height: 22px;
}

.footer-link-wrap a {
	color: #BFBFBF;
	text-decoration: none;
}

.footer-copyright {
	line-height: 48px;
	box-shadow: 0px -1px 0px 0px rgba(191, 191, 191, 0.2);
	margin-top: 20px;
}

.linear-orange-line {
	width: 96px;
	height: 4px;
	background: linear-gradient(90deg, #ED0000 0%, #FFB700 100%);
}
.linear-gap-line {
	width: 96px;
	height: 4px;
	background: url('../image/gap-line.png') no-repeat center / cover;
}
.nav-title {
	display: none;
}

.hamburger {
	display: none;
}

.hamburger>span {
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-transform-origin: center;
	transform-origin: center;
}

.hamburger>span.topIcon {
	top: -10%;
	left: 0;
}

.hamburger>span.middleIcon {
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.hamburger>span.bottomIcon {
	bottom: -10%;
	left: 0;
}

.hamburger.active .topIcon {
	transform: rotateZ(45deg);
	top: 5px;
}

.hamburger.active .middleIcon {
	opacity: 0;
}

.hamburger.active .bottomIcon {
	transform: rotateZ(-45deg);
	bottom: 5px;
}
.mob-nav-wrap {
	position: fixed;
	top: 40px;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(225, 225, 225, .94);
	display: none;
	padding: 20px;
	overflow-y: auto;
	font-size: 12px;
}
.mob-nav-item {
	width: 100%;
	line-height: 40px;
	border-top: 1px solid #000000;
}
.mob-nav-item:nth-last-of-type(1) {
	border-bottom: 1px solid #000000;
}
.mob-nav-item > div {

}
.mob-nav-item a {
	display: block;
	text-decoration: none;
	color: #000;
}
.mob-sub-nav-item {
	color: #000;

}
.mob-nav-item.hasChildren {
	
}
.mob-nav-item img {
	width: 8px;
	height: 8px;
	object-fit: contain;
}
.mob-sub-nav-list {
	padding-left: 60px;
	display: none;
}
.mob-sub-nav-item{
	border-top: 1px solid #000000;
}

.mob-nav-item.hasChildren .active {
	/* color: rgba(255, 183, 0, 1); */
}
.mob-nav-item.active {
	color: #ED0000;
}
.mob-sub-nav-item.active {
	color: #ED0000;
}

.mob-sub-nav-item.active > a {
	color: #ED0000;
}


.mob-nav-item.active > .mob-sub-nav-list {
	display: block;
}
.mob-sub-nav-item.active > .mob-sub-nav-list {
	display: block;
}


.header-nav .form-search input[type=search] {
	-webkit-appearance: textfield;
	font-family: inherit;
	font-size: 100%;
}
.header-nav .form-search input::-webkit-search-decoration,
.header-nav .form-search input::-webkit-search-cancel-button {
	display: none;
}
.header-nav .form-search input[type=search] {
	background: url('../image/search.svg') no-repeat 10px center;
	background-size: 18px 18px;
	border-color: transparent;
	padding: 6px 10px 6px 28px;
	width: 35px;
	-webkit-border-radius: 10em;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 10em;
	-moz-background-clip: padding;
	border-radius: 10em;
	background-clip: padding-box;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	height: inherit;
	cursor: pointer;
	box-shadow: none;
	color: transparent;
	outline: none;
}
.header-nav .form-search input[type=search]:hover {
	background-color: #fff;
}
.header-nav .form-search input[type=search]:focus {
	border-color: rgba(255, 183, 0, 1);
	width: 200px;
	padding-left: 32px;
	color: #000;
	background-color: #fff;
	cursor: auto;
	-webkit-box-shadow: 0 0 5px rgba(255, 183, 0, 1);
	-moz-box-shadow: 0 0 5px rgba(255, 183, 0, 1);
	box-shadow: 0 0 5px rgba(255, 183, 0, 1);
}
.header-nav .form-search input[type=search]:focus::-moz-placeholder {
	color: #999;
}
.header-nav .form-search input[type=search]:focus::-webkit-input-placeholder {
	color: #999;
}


#floatbtn {
	width: 50px;
	height: auto;
	position: fixed;
	top: auto;
	right: 10px;
	top: 150px;
	left: auto;
	z-index: 80;
	/*margin-right: -640px;*/
}
#floatbtn.fixed {
	position: absolute;
	bottom: 279px;
	right: 50%;
}
#floatbtn > a,
#floatbtn .floatbtn-item {
	cursor: pointer;
	position: relative;
	z-index: 90;
	display: block;
	margin-top: 4px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	color: #d5d5d5;
	background-color: rgba(65,65,65,1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#floatbtn > a.hover:hover,
#floatbtn .floatbtn-item.hover:hover {
	-webkit-transition: background-color 400ms ease-out;
	-moz-transition: background-color 400ms ease-out;
	-o-transition: background-color 400ms ease-out;
	transition: background-color 400ms ease-out;
	background: rgba(255, 183, 0, 1);
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	padding: 5px;
}
#floatbtn svg {
	width: 25px;
	height: 25px;
	display: block;
}
#floatbtn > a {
	display: flex;
	align-items: center;
	justify-content: center;
}
#floatbtn > a.hover:hover svg,
#floatbtn .floatbtn-item.hover:hover svg {
	display: none;
}
#floatbtn > a.hover:hover em,
#floatbtn .floatbtn-item.hover:hover em {
	display: block;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
}
#floatbtn > a em,
#floatbtn .floatbtn-item em {
	display: none;
}
#floatbtn > a:hover,
#floatbtn .floatbtn-item:hover {
	background: rgba(255, 183, 0, 1);
}
#floatbtn > a:hover svg,
#floatbtn .floatbtn-item:hover svg {
	color: #fff;
}
#floatbtn > a:hover .floatbtn-wrapper,
#floatbtn .floatbtn-item:hover .floatbtn-wrapper {
	display: block;
}
#floatbtn .iconfont {
	display: inline-block;
	font: normal normal normal 14px/1 iconfont;
	font-size: inherit;
}
.floatbtn-wrapper {
	position: absolute;
	right: 59px;
	top: -55px;
	z-index: 120;
	display: none;
	width: 500px;
	height: 212px;
	padding: 20px 20px;
	background-color: rgba(255, 183, 0, 1);
	color: #000000;
	line-height: 1.8;
	/*border: 1px solid #eee;*/
	font-size: 18px;
}
.floatbtn-contact {
	/* color: #ED0000; */
}
.floatbtn-code {
	width: 70px;
	height: 70px;
}
.floatbtn-wrapper .floatbtn-logo {
	width: 50px;
	height: 50px;
}
.floatbtn-wrapper .floatbtn-wrap-title {
	font-size: 20px;
	/* color: #ED0000; */
	margin-left: 10px;
	font-weight: bold;
}
.floatbtn-wrapper:before {
	content: "";
	position: absolute;
	right: -12px;
	top: 0;
	height: 200px;
	width: 12px;
	background: transparent;
}
.floatbtn-wrapper:after {
	content: "";
	position: absolute;
	right: -6px;
	top: 73px;
	display: block;
	width: 0;
	height: 0;
	border-left: 6px solid rgba(255, 183, 0, 1);
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
.floatbtn-wrapper > .qrcode {
	margin-top: 20px;
	line-height: 1;
}
.floatbtn-wrapper > .qrcode > img {
	width: 128px;
	height: 128px;
}
.floatbtn-wrapper p {
	font-size: 14px;
	line-height: 20px;
	color: #999;
}
.floatbtn-wrapper p em {
	color: #dd3067;
}
.floatbtn-share .floatbtn-wrapper:after {
	top: 18px;
}
.floatbtn-share .floatbtn-wrapper .social-share .icon-wechat .wechat-qrcode p {
	font-size: 12px;
}


@media screen and (max-width: 1342px) {
	.content-main-row {
		padding: 0 10px;
	}
}


@media screen and (max-width: 1200px) {
	.content-main-row {
		padding: 0 10px;
	}

	.footer-a-wrap {
		display: none;
	}

	.footer-copyright {
		text-align: center;
	}

	.layout-footer .content-main-row .flex-1 {
		justify-content: center;
	}
}

@media screen and (max-width: 620px) {
	.layout-footer {
		height: auto;
		padding-top: 10px;
		font-size: 12px;
	}

	.layout-footer .content-main-row .flex-1 {
		flex-direction: row-reverse;
	}

	.layout-footer .content-main-row .flex-1 .flex-center-center {
		flex-shrink: 0;
	}

	.footer-info {
		margin-left: 0;
		margin-top: 0;
		padding: 10px 10px 0;
	}

	.footer-info-row {
		width: 100%;
		word-break: break-all;
		font-size: 12px !important;
		margin-bottom: 6px;
	}

	.footer-link-wrap {
		margin-top: 0px;
	}

	.footer-copyright {
		margin-top: 10px;
		line-height: 2;
		padding-bottom: 20px;
	}

	.footer-code {
		width: 100px;
		height: 100px;
	}
}

@media screen and (max-width: 640px) {
	body {
		padding-top: 40px;
	}
	#floatbtn {
		display: none;
	}

	.layout-header {
		height: 40px;
	}

	.header-logo {
		display: none;
	}
	.header-mobile-logo {
		display: block;
		width: 35px;
		height: 35px;
	}

	.header-nav {
		display: none !important;
	}

	.hamburger {
		display: block;
		width: 24px;
		height: 12px;
		background: transparent;
		position: relative;
	}

	.layout-header nav {
		justify-content: space-between;
	}
	.nav-title {
		color: #fff;
		display: block;
		font-size: 16px;
		width: 60%;
		overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
		text-align: center;
	}
}

.relative {
	position: relative;
}

.flex {
	display: flex;
}

.flex-col {
	display: flex;
	flex-direction: column;
}

.flex-wrap {
	display: flex;
	flex-wrap: wrap;
}

.flex-nowrap {
	display: flex;
	flex-wrap: nowrap;
}

.flex-shrink0 {
	flex-shrink: 0;
}

.flex-1 {
	flex: 1;
}

.flex-start-start {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.flex-start-end {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}

.flex-start-center {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.flex-end-start {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}

.flex-end-end {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.flex-end-center {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.flex-center-start {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.flex-center-end {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.flex-center-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex-between-start {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.flex-between-end {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.flex-between-center {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flex-evenly-start {
	display: flex;
	justify-content: space-evenly;
	align-items: flex-start;
}

.flex-evenly-end {
	display: flex;
	justify-content: space-evenly;
	align-items: flex-end;
}

.flex-evenly-center {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.flex-around-start {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}

.flex-around-end {
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
}

.flex-around-center {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.flex-start {
	display: flex;
	justify-content: flex-start;
}

.flex-end {
	display: flex;
	justify-content: flex-end;
}

.flex-center {
	display: flex;
	justify-content: center;
}

.flex-between {
	display: flex;
	justify-content: space-between;
}

.flex-evenly {
	display: flex;
	justify-content: space-evenly;
}

.flex-around {
	display: flex;
	justify-content: space-around;
}

.flex--start {
	display: flex;
	align-items: flex-start;
}

.flex--end {
	display: flex;
	align-items: flex-end;
}

.flex--center {
	display: flex;
	align-items: center;
}

