@font-face {
	font-family: myFont;
	src: url('../font/DIN-Bold.otf');
}

/* base公共样式 */
* {
	padding: 0;
	margin: 0;
	-webkiit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: calc(100vw/19.2);
}

@media (min-width: 1921px) {
	html {
		font-size: 100px;
	}
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	font-size: 12px;
	text-align: center;
	font-family: myFont;
	color: color: #222222;
	background: #fff;
}

@media (max-width: 1440px) {
	body {
		font-size: 14px;
	}
}

textarea {
	font-family: "PingFang SC", "Microsoft YaHe", 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', 'Arial', 'sans-serif', \5b8b\4f53;
}

.posifixed {
	position: fixed;
	z-index: 998px;
	top: 0;
	left: 0;
	width: 100%;
}

.nav {
	display: flex;
	margin-bottom: 0px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 90px;
	z-index: 2;
	background: transparent;
	transition: all ease 0.9s;
	margin-left: 0;
	list-style: none;
}

.navWhiteBg {
	background: #ffffff;
}

.c_nav {
	margin: auto;
	text-align: left;
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-left: 20px;
	padding-right: 20px;
}

@media (min-width: 992px) {
	.c_nav {
		width: 90%;
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 1200px) {
	.c_nav {
		width: 88.888%;
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 1600px) {
	.c_nav {
		width: 75.67%;
		padding-left: 0;
		padding-right: 0;
		
	}
}

.nav .row1 {
	padding: 0 0 5px 10px;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul li {
	list-style: none;
}

.nav .row1 ul li {
	height: 90px;
	line-height: 73px;
	white-space: nowrap;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	position: relative
}

.nav .row1 ul li.on {
	color: #333;
	text-decoration: none;
	position: relative
}

.nav .row1 ul li.on::after {
	content: "";
	width: 25px;
	height: 2px;
	background: #556AFF;
	position: absolute;
	bottom: 0.2rem;
	left: 50%;
	transform: translateX(-50%);
}

.nav .c_nav .row1 ul li a {
	display: block;
	padding-left: 23px;
	padding-right: 23px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.nav .c_nav .row1 ul li:last-child  a{
	padding-right: 0px;
}

.nav .c_nav .row1 ul li a:link,
.nav .row1 ul li a:visited,
.nav .row1 ul li a:active {
	color: #fff;
	text-decoration: none;
	opacity: 1;
	font-size: 16px;
}

.nav .row1 ul li.on a {
	opacity: 1;
}

.nav .row1 ul li a.blackFore:link,
.nav .row1 ul li a.blackFore:visited,
.nav .row1 ul li a.blackFore:active {
	color: #111;
	text-decoration: none;
	opacity: 1;
	font-size: 16px;
}

.nav .c_nav .row1 ul li a:hover::after {
	content: "";
	width: 60%;
	height: 2px;
	background: #556AFF;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.nav .c_nav .row1 ul li:last-child  a:hover::after{
	content: "";
	width: 70%;
	height: 2px;
	background: #556AFF;
	position: absolute;
	bottom: 0;
	left: 65%;
	transform: translateX(-50%);
}

.nav .c_nav .row1 ul li .active1::after{
	content:"";
	width: 60%;
	height: 2px;
	background: #556AFF;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	
}

.nav .lt {
	padding: 0px;
	flex: 1;
}

.nav .logo {
	float: left;
	display: block;
	width: 218px;

}

.nav .logo img {
	width: 85%;
}

.basemenu {
	display: none;
}

.menuimg {
	width: 27px;
}

@media (max-width: 1199px) {
	.nav .c_nav .row1 {
		display: none;
	}

	.nav .logo {
		width: 180px;
	}

	.basemenu {
		display: block;
	}

}

.hdbox-sec2 {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	display: none;
	text-align: left;
}

.hdbox-sec2 .fz_list .cont {
	display: none;
	background-color: #FAFAFA;
	overflow: auto;
	max-height: calc(100vh - 92px - 82px);
}

@media (max-width: 1440px) {
	.hdbox-sec2 .fz_list .cont {
		max-height: calc(100vh - 82px - 83px);
	}
}

.hdbox-sec2 .fz_list .cont.active {
	display: block;
}

@media (min-width: 992px) {
	.hdbox-sec2 .container {
		width: 90%;
	}
}

@media (min-width: 1200px) {
	.hdbox-sec2 .container {
		width: 88.888%;
	}
}

@media (min-width: 1600px) {
	.hdbox-sec2 .container {
		width: 75.67%;
	}
}

.hdbox-sec2 .container {
	margin-left: auto;
	margin-right: auto;
}

.hdbox-sec2 .fz_list .cont .container .hd_pop {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.2rem;

}

.base80 {
	/* 顶部滑过有用到，此处禁用 */
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
}

@media (max-width: 1199px) {
	.base80 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media (max-width: 1440px) {
	.hdbox-sec2 .fz_list .cont .container .hd_pop {
		margin: 0 -14px;
	}
}

@media (max-width: 1366px) {
	.hdbox-sec2 .fz_list .cont .container .hd_pop {
		margin: 0 -10px;
	}
}

.hdbox-sec2 .fz_list .cont .container .hd_pop .item {
	width: 30%;
	padding: 0 0.2rem;
	margin-bottom: 0.4rem;
	margin-right: 4.5%;
	font-family: PingFangSC-Regular, PingFang SC;
}

.hdbox-sec2 .fz_list .cont .container .hd_pop .item:last-child {
	margin-right: 0;
}

@media (max-width: 1440px) {
	.hdbox-sec2 .fz_list .cont .container .hd_pop .item {
		padding: 0 14px;
	}
}

@media (max-width: 1366px) {
	.hdbox-sec2 .fz_list .cont .container .hd_pop .item {
		padding: 0 10px;
	}
}

.hdbox-sec2 .fz_list .cont .container .hd_pop .item img {
	width: 100%;
}

.hdbox-sec2 .fz_list .cont .container .hd_pop .item .tit {
	display: block;
	width: 100%;
	padding-bottom: 0.2rem;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 0.3rem;
	border-bottom: 1px solid #ddd;
}
.hdbox-sec2 .fz_list .cont .container .hd_pop .item .tit0 {
	display: block;
	width: 100%;
	padding-bottom: 0.2rem;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 0.3rem;
	border-bottom: 1px solid #ddd;
}

.hdbox-sec2 .fz_list .cont .container .hd_pop .item .tit img {
	width: 30px;
	float: right;
}
.hdbox-sec2 .fz_list .cont .container .hd_pop .item .tit0 img {
	width: 30px;
	float: right;
}

@media (max-width: 1440px) {
	.hdbox-sec2 .fz_list .cont .container .hd_pop .item .tit {
		margin-bottom: 22px;
		font-size: 22px;
		padding-bottom: 20px;
	}
	.hdbox-sec2 .fz_list .cont .container .hd_pop .item .tit0 {
		margin-bottom: 22px;
		font-size: 22px;
		padding-bottom: 20px;
	}
}

@media (max-width: 1366px) {
	.hdbox-sec2 .fz_list .cont .container .hd_pop .item .tit {
		margin-bottom: 16px;
		font-size: 20px;
	}
	.hdbox-sec2 .fz_list .cont .container .hd_pop .item .tit0 {
		margin-bottom: 16px;
		font-size: 20px;
	}
}

.hdbox-sec2 .fz_list .cont .container .hd_pop .item .f_jut {
	width: 100%;
}

.hdbox-sec2 .fz_list .cont .container .hd_pop .item .f_jut .f_list {
	display: block;
	margin-bottom: 14px;
	font-size: 0.16rem;
}

.hdbox-sec2 .fz_list .cont .container .hd_pop .item .f_jut .f_list:hover {
	color: #0C63CC;
}

.hdbox-sec2 .fz_jut {
	background-color: #f6f7f9;
	padding: 0.3rem 0;
}

@media (max-width: 1440px) {
	.hdbox-sec2 .fz_jut {
		padding: 24px 0;
	}
}

.hdbox-sec2 .fz_jut .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hdbox-sec2 .fz_jut .container .lt {
	display: flex;
	align-items: center;
}

.hdbox-sec2 .fz_jut .container .lt .tel {
	margin-right: 16px;
}

@media (max-width: 1440px) {
	.hdbox-sec2 .fz_jut .container .lt .tel {
		font-size: 14px;
	}
}

.hdbox-sec2 .fz_jut .container .lt .tel span {
	font-size: 20px;
}

@media (max-width: 1440px) {
	.hdbox-sec2 .fz_jut .container .lt .tel span {
		font-size: 18px;
	}
}

.hdbox-sec2 .fz_jut .container .lt .but {
	width: 100px;
	height: 40px;
	background-color: #0059aa;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

@media (max-width: 1440px) {
	.hdbox-sec2 .fz_jut .container .lt .but {
		width: 80px;
		height: 35px;
	}
}

.hdbox-sec2 .fz_jut .container .close {
	display: block;
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: absolute;
	right: 2.5rem;
	top: 10px;
	width: 24px;
}

@media (max-width: 1440px) {
	.hdbox-sec2 .fz_jut .container .close {
		width: 20px;
	}
}

@media (max-width: 1600px) {
	.hdbox-sec2 .fz_jut .container .close {
		right: 1.2rem;
	}
}

.hdbox-sec2 .fz_jut .container .close img {
	float: left;
	width: 100%;
}

.hdbox-sec2 .fz_jut .container .close:hover {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.hdbox-sec3 {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 999;
	width: 100%;
	height: 100vh;
	height: calc(100vh - 70px);
	background-color: #fff;
	display: none;
}

.hdbox-sec3 .container {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}

@media (max-width: 1199px) {
	.hdbox-sec3 .container {
		width: 96%;
		height: 100%;
	}
}

@media (max-width: 991px) {
	.hdbox-sec3 .container {
		width: 100%;

	}
}

.hdbox-sec3 .container .f_portrait {
	width: 90px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #0059aa;
	border-radius: 4px;
	font-size: 14px;
}

.hdbox-sec3 .container .navbox {
	padding: 0.6rem 0;
	line-height: 45px;
	height: 100%;
}

.hdbox-sec3 .container .navbox>ul {
	height: calc(100% - 60px);
	overflow-x: hidden;
	overflow-y: auto;
}

.hdbox-sec3 .container .navbox>ul li {
	list-style: none;
	text-align: left;
}

.hdbox-sec3 .container .navbox>ul>li {
	border-bottom: 1px solid #ddd;
}

.hdbox-sec3 .container .navbox>ul>li .tit {
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #666;
	padding-right: 10px;
}

.hdbox-sec3 .container .navbox>ul>li .tit i {
	width: 13px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	display: inline-block;
}

.hdbox-sec3 .container .navbox>ul>li .tit i img {
	float: left;
	width: 100%;
}

.hdbox-sec3 .container .navbox>ul>li ul {
	line-height: 32px;
	padding-bottom: 15px;
	padding-left: 20px;
	display: none;
}

.hdbox-sec3 .container .navbox>ul>li ul a {
	font-size: 14px;
	color: #666;
}

.hdbox-sec3 .container .navbox>ul>li.active .tit i {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.hdbox-sec3 .container .navbox>ul>li.on .tit {
	color: #0059aa;
}

.hdbox:hover .hdbox-sec1 {
	background-color: #0c0c0f;
}

.hdbox2 .hdbox-sec1 {
	background-color: #0c0c0f;
}

.hdbox3 {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

/* 新增修改 */
.hdbox-sec3 {
	display: none;
}

.hdbox-sec3 .container .navbox>ul>li ul {
	padding-right: 10px;
}

.hdbox-sec3 .container .navbox>ul>li ul li .f_tit {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hdbox-sec3 .container .navbox>ul>li ul li .f_tit i {
	width: 13px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	display: inline-block;
}

.hdbox-sec3 .container .navbox>ul>li ul li .f_tit i img {
	float: left;
	width: 100%;
}

.hdbox-sec3 .container .navbox>ul>li ul li.active .f_tit i {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	text-decoration: none;
}

img {
	vertical-align: middle;
	border: none;
}