/***样式初始化***/

html {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
q,
dl,
dt,
dd,
ol,
ul,
li,
input,
fieldset,
form,
legend,
caption,
tbody,
tfoot,
thead,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
dialog,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	font-size: 12px;
	color: #333;
	background: #fff;
	font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif;

}

img {
	border: 0;
}

::-webkit-input-placeholder {
	color: #999;
}

:-moz-placeholder {
	color: #999;
}

::-moz-placeholder {
	color: #999;
}

:-ms-input-placeholder {
	color: #ccc;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

/*a{text-decoration: none;}*/

b,
strong {
	font-weight: bold;
}

input:focus,
textarea:focus,
button:focus,
select:focus {
	outline: none;
}

input::-ms-clear {
	display: none;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*清除浮动*/

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clear {
	clear: both;
}

/***样式初始化 END***/


/***float***/

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

/***隐藏与显示***/

.show {
	display: block !important;
}

.hidden {
	display: none !important;
}

.visible-hidden {
	visibility: hidden;
}

.over-initial {
	overflow: initial !important;
}

/***动画过渡时间***/

.transition-0-3s {
	transition: all 0.3s;
}

.transition-0-5s {
	transition: all 0.5s;
}

.transition-0-8s {
	transition: all 0.8s;
}

.transition-1-0s {
	transition: all 1s;
}

.transition-1-5s {
	transition: all 1.5s;
}

.transition-2-0s {
	transition: all 2s;
}

.no-transition {
	transition: none !important;
}

/***文本类容***/


/*标题*/

h1,
.h1 {
	font-size: 28px;
}

h2,
.h2 {
	font-size: 24px;
}

h3,
.h3 {
	font-size: 18px;
}

h4,
.h4 {
	font-size: 16px;
}

h5,
.h5 {
	font-size: 14px;
}

h6,
.h6 {
	font-size: 12px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small {
	font-size: 60%;
	filter: alpha(opacity=60);
	opacity: .6;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
	font-size: 12px;
	filter: alpha(opacity=60);
	opacity: .6;
}

/*自定义链接颜色(可自由更换)*/

a {
	color: #333;
	text-decoration: none;
}

/*链接-颜色*/

a:hover {
	color: #1380cb;
}

/*链接-悬浮颜色*/

.text-underline:hover {
	text-decoration: underline;
}

/*段落*/

p,
.p {
	line-height: 25px;
}

.text-indent,
.text-indent p,
.text-indent div {
	text-indent: 2em;
}

footer{
	padding-top: 61px;
	background-color: #282828;
}

footer .box{
	display: flex;
	justify-content: center;
}

footer .box .message{
	margin-left: 97px;
	color: #fff;
	font-size: 16px;
}

footer .box .title{
	font-weight: bold;
}

footer .box .message .list {
	margin-top: 31px;
}

footer .box .message .list .item{
	margin-top: 20px;
}
footer .box .message .list .item a{
	color: #fff;
	font-size: 16px;

}

footer .box .contact_bottom{
	margin-left: 120px;
	color: #fff;
}

footer .box .contact_bottom .title{
	font-weight: bold;
	font-size: 18px;
}

footer .code{
	text-align: center;
	line-height: 47px;
	color: #818181;
	border-top: 1px solid #2C2C2C;
	margin-top: 40px;
	font-size: 14px;
	background: #333;
}

footer .contact_bottom .contact_box{
	margin-top: 34px;
	width: 365px;
}

footer .contact_box .phone{
	display: flex;
	align-items: flex-start;
}

footer .contact_box .address{
	display: flex;
	align-items: flex-start;
	margin-top: 15px;
}

footer .contact_box span{
	line-height: 24px;
	margin-left: 12px;
	font-size: 16px;
	position: relative;
	top: -4.5px;
}

.top_nav {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 94px;
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	box-shadow: 0px 0px 8px 0px rgba(173, 183, 210, 0.35);
	z-index: 99999;
}

.top_nav .nav {
	flex: 1;
	margin: 0 50px;
	/* width: 1200px; */
	display: flex;

	/* margin-left: 130px; */
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}

.top_nav .nav .item{
	/*margin-right: 40px;*/
	text-align: center;
}

.top_nav .nav .item:last-of-type{
	margin: 0;
}

.top_nav .nav .item a {
	font-size: 18px;
	font-weight: bold;
	color: #0D0D0D;
	text-align: center;
}

.top_nav .nav .item {
	/* margin-left: 87px; */
}

.top_nav .nav .item:first-of-type {
	margin-left: 0;
}

.top_nav .nav .item a:hover {
	color: #FF9228;
}

.top_nav .nav .item .active {
	color: #FF9228;
	position: relative;
}

.top_nav .nav .item .active::after {
	content: '';
	display: block;
	background-color: #FF9228;
	width: 30%;
	height: 3px;
	position: absolute;
	left: 35%;
	bottom: -13px;
	border-radius: 2px;
}

.language {
	margin-left: 20px;
	margin-right: 20px;
	display: flex;
	align-items: center;
	cursor: pointer;
	width: 120px;
}

.language .font {
	font-size: 16px;
	margin-left: 13px;
	color: #0D0D0D;
	margin-right: 10px;
}

.logo {
	margin-left: 10px;
}

.bg{
	position: relative;
	display: flex;
	align-items: center;
}

.bg .font{
	position: absolute;
	left: 340px;
	color: #fff;
	font-weight: bold;
	font-size: 50px;
}

.a_color{
	color: #FF9228;
}

.whatsapp-float {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 999;
}
.whatsapp-icon {
	width: 60px;
	transition: transform 0.3s;
}
.whatsapp-icon:hover {
	transform: rotate(15deg) scale(1.1);
}
.whatsapp{
	font-weight: bold;
}
