@charset "utf-8";
@font-face {
	font-family: gb;
	src: url('../fonts/minihzgb.ttf');
}
.block_pc {
	display: inline-block;
	width: 100%;
}

.block_sj {
	display: none;
	width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
}

input[type="number"] {
	-moz-appearance: textfield;
}

.video_modal {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	z-index: 10;
	background: rgba(0, 0, 0, .6);
	display: flex;
}


.video_box {
	width: 900px;
	max-width: 100%;
	position: relative;
}

.close_img {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -40px;
	right: -40px;
	cursor: pointer;
}

.video_modal div video {
	width: 100%;
	height: auto;
}

/* CSS Document */
body {
	color: #333;
	font-size: 12px;
	font-family: "Source Han Sans CN";
    font-weight: normal;
	margin: 0 auto;
	padding-top: 120px;
	box-sizing: border-box;

}

body * {
	box-sizing: border-box;
}

/* 重置 */

div,
form,
p,
i,
img,
ul,
li,
ol,
dl,
dt,
dd,
table,
tr,
td,
th,
fieldset,
label,
legend,
select,
button,
input {
	margin: 0;
	padding: 0;
}

p,
li,
div {
	/* 
	line-height: 20px;*/
}

/* 标题样式 */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
	margin: 0;
}

/* 列表样式 */

ul,
ol,
li,
dl,
dt,
dd {
	list-style: none;
}

/* 图片样式 */

img,
a img {
	border: 0px;
	padding: 0px;
	margin: 0px;

}

/* 链接样式 */
a {
	color: #333;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
}

/** 图片链接效果 **/

.pic a {
	padding: 0px;
	border: 1px solid #fff;

}

.pic a:hover {
	border: 1px solid #d00;
	background: #fff4ce;
}

/**输入框颜色样式**/

.input-gray {
	color: #999;
}

.input-black {
	color: #000;
}

/* 清除浮动 */
.clearBoth {
	clear: both;
	/*控制分类后，各行高度不一样对不齐问题*/
	width: 100%;
	height: 0px;
	font-size: 0;
	overflow: hidden;
	/*控制分类后，各行高度不一样对不齐问题*/
	line-height: 0;
}


/*公共导航nav*/
.head_nav {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	height: 120px;
	box-sizing: border-box;
	background: #006FBB;

}










.nav_pc {
	display: inline-block;
}

.nav_mobile {
	display: none;
}

.safe_width {
	max-width: 1660px;
	min-width: 1300px;

	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}

.menu_nav {
	height: 120px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	min-width: 1300px;

	padding: 0 20px;
	width: 100%;
	max-width: 1660px;
	margin: 0 auto;
}

.nav_logo {
	display: inline-block;
}


.nav_logo img {
	width: auto;
	height: auto;
}

.logo_w {
	display: inline-block;
}



.menu_main {
	width: auto;
	margin: 0;
	height: 120px;
	padding: 0;
	display: flex;
	justify-content: left;
	align-items: center;
}




.menu_main li.main_li {
	margin: 0 0px;
	padding: 0 15px;
	box-sizing: border-box;
	line-height: 120px;
	position: relative;
}

.menu_main li.main_li:last-child {
	padding-right: 0;
}

.menu_main li.li_phone img {
	margin-left: 10px;
	width: 32px;
	height: auto;
	margin-right: 10px;
}

.menu_main li.li_phone {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	display: flex;
	justify-content: left;
	align-items: center;
}

.menu_main li.main_li .main_a {
	font-size: 16px;
	color: #fff;
	display: inline-block;
	height: 120px;
	letter-spacing: 1px;
	line-height: 120px;
	position: relative;
	transition: all 0.5s ease-in-out;

}

.menu_main li.main_li .main_a::after {
	content: "";
	height: 1px;
	background: #fff;
	position: absolute;
	left: 50%;
	width: 0;
	bottom: 30px;

	transition: all 0.5s ease-in-out;
}


.menu_main li.main_li .main_a:focus {
	text-decoration: none;
}

.menu_main li.main_li.active .main_a {
	color: #fff;
}


.menu_main li.main_li.active .main_a::after {
	width: 100%;
	margin-left: -50%;
}




.menu_main li.main_li:hover .main_a {
	color: #fff;

}

.menu_main li.main_li:hover .main_a::after {
	width: 100%;
	margin-left: -50%;
}

.sub_menu {
	width: 140px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -70px;

	top: 160px;

	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 0;
	overflow: hidden;
	opacity: 0;

	transition: all 0.5s ease-in-out;

box-shadow: 0 6px 12px rgba(0, 0, 0, .05);

}

.sub_menu a:first-child {
	margin-top: 10px;
}

.sub_menu a:last-child {
	margin-bottom: 10px;
}

.main_li:hover .sub_menu {


	transition: all 0.5s ease-in-out;

	opacity: 1;
	height: auto;
	overflow: visible;
	top: 120px;

}











.sub_a_link {
	line-height: 40px;
	text-align: left;
	font-size: 14px;
	color: #666666;
}

.sub_a_link:hover,
.sub_a_link.on {
	color: #006FBB;
}


/*footer*/
.footer {
	width: 100%;
	background: #006fbb;
}

.footer_01 {
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, .45)
}

.footer_01 ul {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 30px 0 12px 0;
}

.footer_01 ul li {
	margin: 0 2% 15px 2%;
}

.footer_01 ul li a {
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	text-decoration: none;

}

.footer_01 ul li a:hover {
	text-decoration: underline;
}

.footer_02 .safe_width {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;

}

.footer02_item {
	margin: 46px 0;
	width: 23%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	padding-left: 3%;
	height: 95px;
	border-left: 1px solid rgba(255, 255, 255, .45);
}

.footer02_item:nth-child(1) {
	width: 31%;
	padding-left: 0;
	border: none;
}

.footer02_item p {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	color: #fff;
	line-height: 20px;
	padding: 4px 0;
}

.footer02_item p a {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	line-height: 20px;

}

.footer02_item.footer02_item_ewm {
	display: flex;
	justify-content: left;
	align-items: center;
	flex-direction: unset;
}

.footer02_item p.d_show {
	display: none;
}

.f_ewm {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-right: 8%;
}

.f_ewm img {
	display: inline-block;
	width: 96px;
}

.f_ewm span {
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	margin-top: 10px;
}

.footer_03 {
	width: 100%;
	background: #065b95;
}

.footer_03 .safe_width {
	line-height: 60px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}

.footer_03 .safe_width a {
	color: #fff;
	text-decoration: none;
	margin-left: 10px;
}

@media screen and (max-width:1660px) {}

@media screen and (max-width:1650px) {}

@media screen and (max-width:1440px) {


	.footer02_item {
		height: 110px;
		width: 30%;
		margin: 40px 0;
	}

	.footer02_item:nth-child(3) {
		display: none;
	}

	.footer02_item:nth-child(1) {
		width: 40%;
	}


	.footer02_item p.d_show {
		display: inline-block;
	}

















	.menu_main li.main_li {
		/* padding: 0 18px; */
	}



}

@media screen and (max-width:1439px) {



	.menu_main li.main_li {
		padding: 0 10px;
	}

	.menu_main li.main_li .main_a {
		font-size: 15px;
	}

	.menu_main li.li_phone {
		font-size: 18px;
	}

	.menu_main li.li_phone img {
		margin-right: 6px;
	}
}



@media screen and (max-width:1024px) {
	body {
		padding-top: 104px
	}

	.right_ti {
		display: none;
	}

	.safe_width {
		width: 100%;
		max-width: 100%;
		min-width: unset;
		padding: 0 20px;
	}

	body {

		min-width: unset;
		width: 100%;
		/* background: #f6f6f6; */
	}


	/*手机端top nav*/
	.nav_pc {
		display: none;
	}

	.nav_mobile {
		display: inline-block;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 5;
		background: rgba(255, 255, 255, 1);
		box-shadow: 0 6px 12px rgba(0, 0, 0, .05);

	}


	.nav_m_con {
		width: 100%;
		height: 104px;

		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0px;
		background: #006fbb;
	}

	.nav_m_con a {
		width: 540px;
		height: 104px;
		display: inline-block;
		background: url(../images/m_logo_b.png) no-repeat left center;
		-webkit-background-size: auto 104px;
		background-size: auto 104px;
	}



	.nav_m_con a img {
		display: none;

	}

	.m_r_show {
		display: inline-block;
		width: 104px;
		height: 104px;
	}

	.m_r_show img {

		width: 100%;
		height: 100%;
	}




	.m_menu_box {
		display: block;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		right: -100%;
		background: rgba(0, 0, 0, .6);
		z-index: 10;
		transition: all .5s;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		opacity: 0;
		visibility: hidden;
		overflow: auto;
		padding-top: 104px;
	}

	.menu_head {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0px;
		height: 104px;
		line-height: 104px;
		box-sizing: border-box;
		background: #fff;
		z-index: 5;
	}

	.close_nav {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.close_nav img {
		display: inline-block;
		width: 104px;
		height: 104px;
	}

	.menu_head a {
		width: 540px;
		height: 104px;
		display: inline-block;
		background: url(../images/m_logo_w.png) no-repeat left center;
		-webkit-background-size: auto 104px;
		background-size: auto 104px;
	}

	.menu_head a img {
		display: none;

	}

	.m_nav_box {
		width: 100%;

		box-sizing: border-box;
		height: 100%;
		position: relative;
	}

	/* .hide_m_nav {
		width: 33%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0);
	} */

	.m_nav_ul {
		width: 100%;
		margin: 0;
		padding: 20px;
		height: 100%;
		list-style: none;
		background: #fff;
		overflow: auto;
	}

	.m_nav_ul li {
		display: inline-block;
		width: 100%;
		line-height: 60px;
		padding: 0 20px;
		text-align: center;
		border-bottom: 1px solid #ececec;
	}

	.m_nav_ul li.active a {
		color: #305dc3;
	}

	.m_nav_ul li a {
		display: inline-block;
		width: 100%;
		line-height: 60px;
		font-size: 16px;
		color: #000;
	}

	.m_nav_ul li.m_nav_ul_p {
		padding: 0;
	}

	.m_nav_ul li.m_nav_ul_p .parent_a {
		padding: 0 20px;
	}

	.m_nav_ul_p .parent_a {
		position: relative;
	}

	.m_nav_ul_p.show_nav .m_nav_div {
		display: inline-block;
	}

	.m_nav_ul_p .parent_a::after {
		content: '';
		width: 12px;
		height: 12px;
		background: url(../images/nav_arrow.png) no-repeat;
		background-size: 100% auto;
		background-position: center center;
		position: absolute;
		right: 20px;
		top: 50%;
		margin-top: -6px;
	}

	.m_nav_ul_p.show_nav .parent_a::after {
		content: '';
		width: 12px;
		height: 12px;
		background: url(../images/nav_arrow_b.png) no-repeat;
		background-size: 100% auto;
		background-position: center center;
		position: absolute;
		right: 20px;
		top: 50%;
		margin-top: -6px;
	}


	.m_nav_div {

		width: 100%;
		display: none;
		padding: 0 20px;
		background: #f9f9f9;
	}

	.m_nav_div div a {
		line-height: 50px;
		color: #000;
		font-size: 14px;

	}



	.jump_sub_m a {
		position: relative;
	}

	.jump_sub_m a::after {
		content: '';
		width: 12px;
		height: 12px;
		background: url(../images/nav_arrow.png) no-repeat;
		background-size: 100% auto;
		background-position: center center;
		position: absolute;
		right: 20px;
		top: 50%;
		margin-top: -6px;

	}

	.m_nav_sub {
		display: none;
	}

	.m_r_show_right {
		display: flex;
		justify-content: right;
		align-items: center;

	}



	/*footer*/
	.footer_01 {
		display: none;
	}



	.footer02_item {
		width: 50%;
	}

	.footer02_item:nth-child(1) {
		width: 100%;
		margin: 20px 0 10px 0;
	}

	.footer02_item:nth-child(2) {
		padding-left: 0;
		border: none;
		margin-top: 0;
		margin-bottom: 50px;
	}

	.footer02_item:last-child {
		width: 50%;
		padding: 0%;
		margin-top: 0;
		margin-bottom: 50px;

	}

	.f_ewm {
		margin: 0 20px;
	}

	.footer02_item.footer02_item_ewm {
		justify-content: center;
		align-items: center;
	}



}





@media screen and (max-width:767px) {
	.safe_width {
		width: 100%;
		max-width: 100%;
		padding: 0 0.65rem;
	}

	.block_pc {
		display: none;
	}

	.block_sj {
		display: inline-block;
	}

	body {
		padding-top: 2.6rem;
	}




	.nav_m_con {

		height: 2.6rem;
		padding: 0;
		background: #006fbb;
	}


	.nav_m_con a {
		width: calc(100% - 2.6rem);
		height: 2.6rem;
		display: inline-block;
		background: url(../images/m_logo_b.png) no-repeat center center;

		-webkit-background-size: auto 100%;
		background-size: auto 100%;
	}



	.m_r_show {
		display: inline-block;
		width: 2.6rem;
		height: 2.6rem;
	}




	.m_menu_box {

		padding-top: 2.6rem;
	}

	.menu_head {

		padding: 0;
		height: 2.6rem;
		line-height: 2.6rem;

	}



	.close_nav img {
		width: 2.6rem;
		height: 2.6rem;
	}

	.menu_head a {

		background: url(../images/m_logo_w.png) no-repeat center center;
		width: calc(100% - 2.6rem);
		height: 2.6rem;
		display: inline-block;

		-webkit-background-size: auto 2.6rem;
		background-size: auto 2.6rem;
	}



	.m_nav_ul {
		padding: 0.7rem;
	}

	.m_nav_ul li {
		line-height: 2.1rem;
		padding: 0 0.8rem;
	}



	.m_nav_ul li a {

		line-height: 2.1rem;
		font-size: 0.7rem;
	}


	.m_nav_ul li.m_nav_ul_p .parent_a {
		padding: 0 0.8rem;
	}



	.m_nav_ul_p .parent_a::after {
		content: '';
		width: 0.6rem;
		height: 0.6rem;
		background: url(../images/nav_arrow.png) no-repeat;
		background-size: 100% auto;
		background-position: center center;
		position: absolute;
		right: 0.8rem;
		top: 50%;
		margin-top: -0.325rem;
	}

	.m_nav_ul_p.show_nav .parent_a::after {
		content: '';
		width: 0.6rem;
		height: 0.6rem;
		background: url(../images/nav_arrow_b.png) no-repeat;
		background-size: 100% auto;
		background-position: center center;
		position: absolute;
		right: 0.8rem;
		top: 50%;
		margin-top: -0.325rem;
	}


	.m_nav_div {

		width: 100%;
		display: none;
		padding: 0 0.8rem;
		background: #f9f9f9;
	}

	.m_nav_div div a {
		line-height: 2.1rem;
		color: #000;
		font-size: 0.65rem;

	}



	.jump_sub_m a::after {
		content: '';
		width: 0.6rem;
		height: 0.6rem;
		background: url(../images/nav_arrow.png) no-repeat;
		background-size: 100% auto;
		background-position: center center;
		position: absolute;
		right: 0.8rem;
		top: 50%;
		margin-top: -0.325rem;

	}





	.m_r_show_right {
		display: flex;
		justify-content: right;
		align-items: center;

	}

	.m_search {
		margin-right: 1rem;
	}

	.m_search input {
		width: 5.2rem;
		display: none;
		border: none;
		border-bottom: 0.025rem solid #333;
		outline: none;
		line-height: 1.25rem;
		padding-left: 1.25rem;
		background: url(../images/search_m.png) no-repeat 0.1rem center;
		background-size: 0.7rem auto;
		font-size: 0.6rem;
		color: #333;
	}

	.m_search.m_s_show input {
		display: inline-block;
	}

	.m_search.m_s_show img {
		display: none;
	}

	.m_search img {
		display: inline-block;
		width: 0.8rem;
		height: 0.8rem;
	}



	/*footer*/
	body {
		padding-bottom: 2.25rem;
	}

	.footer_m {
		width: 100%;
		padding: 1.3rem 0.5rem 0.2rem 0.5rem;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		background: #f3f3f3;
	}

	.footer_logo {
		display: inline-block;
		width: 11.6rem;
		height: auto;
		margin-bottom: 1.2rem;
	}

	.footer_tel {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: .85rem;
		color: #343434;
		font-weight: bold;
		margin-bottom: 0.65rem;
	}

	.footer_tel img {
		display: inline-block;
		width: 1.5rem;
		height: auto;
		margin-right: 0.35rem;
	}

	.footer_m p {
		width: 100%;
		text-align: center;
		font-size: 0.65rem;
		color: #343434;
		line-height: 0.8rem;
		margin-bottom: 0.5rem;
	}


	.b_ba {
		margin-top: 0.4rem;
		width: 100%;
		font-size: 0.55rem;
		line-height: 0.9rem;
		color: #343434;
		text-align: center;
		padding: 0.7rem 0;
		border-top: 0.025rem solid #c1c1c1;
	}

	.bottom_fixed {
		width: 100%;
		display: flex;
		height: 2.25rem;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 5;
		background: #006FBB;
		justify-content: center;
		align-items: center;
	}

	.bottom_fixed a {
		display: inline-block;
		flex: 1;
		text-align: center;
		font-size: 0.55rem;
		color: #fff;
		text-decoration: none;
		line-height: 2.25rem;
		border-right: 0.025rem solid #fff;
	}

	.bottom_fixed a:last-child {
		border-right: none;
	}



}


@media screen and (max-width:320px) {}


/*浮窗*/
.Float_windows {
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -120px;
	z-index: 6;
}

.Float_windows ul {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 80px;
}

.Float_windows ul li {
	display: inline-block;
	width: 80px;
	height: 80px;
	margin-bottom: 1px;
	position: relative;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.Float_windows ul li:last-child {
	border: none;
}

.Float_windows ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	flex-direction: column;
	height: 100%;
	font-size: 14px;
	color: #999;
	background: #fff;
	border: 1px solid #ECECEC;
}

.Float_windows ul li a span {
	display: inline-block;
	width: 34px;
	height: 34px;
	background: url(../images/fc_dh.png) no-repeat;
	background-size: 68px auto;

	background-position: 0 0;
	margin-bottom: 6px;
}

.Float_windows ul li a .icon_01 {

	background-position: 0px 0px;
}

.Float_windows ul li a .icon_02 {

	background-position: 0px -34px;
}

.Float_windows ul li a .icon_03 {

	background-position: 0px -68px;
}

.Float_windows ul li a .icon_04 {

	background-position: 0px -102px;
}

.Float_windows ul li a .icon_05 {

	background-position: 0px -136px;
}


.Float_windows ul li:hover a .icon_01 {

	background-position: -34px 0px;
}

.Float_windows ul li:hover a .icon_02 {

	background-position: -34px -34px;
}

.Float_windows ul li:hover a .icon_03 {

	background-position: -34px -68px;
}

.Float_windows ul li:hover a .icon_04 {

	background-position: -34px -102px;
}

.Float_windows ul li:hover a .icon_05 {

	background-position: -34px -136px;
}






.Float_windows ul li:hover a,
.Float_windows ul li:focus a {
	text-decoration: none;
	color: #305dc3;
}

.phone_box {
	display: none;
	height: 80px;
	width: 280px;
	background: #fff;
	opacity: 0;
	position: absolute;
	right: -280px;
	top: 0;
	text-align: center;
	box-shadow: 0 8px 24px rgba(74, 74, 74, .15);
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;

}

.Float_windows ul li:hover .phone_box {
	display: inline-block;
	right: 81px;
	opacity: 1;
}

.phone_box text {
	font-size: 20px;
	font-weight: bold;
	background: #333;
	-webkit-background-clip: text;
	color: transparent;
	line-height: 80px;
}

.phone_box.ewm_right {
	width: auto;
	padding: 10px;
	height: auto;
}

.phone_box.ewm_right text {
	width: 100%;
	line-height: 20px;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
}

#myBtn {
	display: none;
}






/*滚动条样式*/
/*滚动条样式*/
::-webkit-scrollbar {
	width: 0px;
	/*height: 4px;*/
}

::-webkit-scrollbar-thumb {
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
	background: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
	border-radius: 0;
	background: rgba(0, 0, 0, 0);

}


img {
	/* pointer-events: none; */
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}




* {

	-webkit-touch-callout: none;

	-webkit-user-select: none;

	-moz-user-select: none;

	-ms-user-select: none;

	user-select: none;

}




.bigPic-show {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2000;
    width: 100%;
    height: 100%;
    display: none;

}

.bigPic-show div {
    position: absolute;
}

.bigPic-show div img {
    display: inline-block;
    width: 100%;
    height: auto;
}
