@charset "utf-8";
@import url("../css/common/grid.css");
/*网格*/
@import url("../css/common/layout.css");
/*整体框架*/
@import url("../css/common/icon.css");
/*图标*/
@import url("../css/common/ie.css");
/*图标*/
@import url("../css/animate.css");
/*动画效果*/
@import url("../css/common/page.css");
/*图标*/
@import url("../css/navi/navi_02.css");
/*02导航*/
@import url("../css/common/kefu.css");
/*02导航*/
@import url("../css/navi/navi_01.css");

/*02导航*/
/*@import url("../css/animate.min.css");*/
/*动画*/
*,
::after,
::before {
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
}

.clear {
	display: none;
	clear: both;
}

.dowebok .section {
	overflow: hidden;
}

body {
	overflow: hidden;
}

.header {
	width: 100%;
	background: none;
	background: #ffffff;
	position: fixed !important;
}

.header.header_home {
	background: transparent;
}

.header.pc_fixed .navbar {
	background-color: #fff;
	box-shadow: 0 0 13px rgb(0 0 0 / 13%);
}

.header .navbar {
	margin: 0 auto;
	height: 90px;
	background-color: transparent;
	position: relative;
}

.header .navbar .pc_menu {
	height: 100%;
	margin: 0 auto;
	transition: all 0.3s 0s ease-in-out;
	transition: all 0.2s linear -1ms;
	-webkit-transition: all 0.2s linear -1ms;
	-moz-transition: all 0.2s linear -1ms;
	-ms-transition: all 0.2s linear -1ms;
	-o-transition: all 0.2s linear -1ms;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .navbar .pc_menu .pc_logo {
	position: absolute;
	top: 25%;
	left: 16.6%;
	z-index: 50;
}

.header .navbar .pc_menu .pc_logo a {
	display: block;
	width: 92px;
	height: 105px;
}

.header .navbar .pc_menu .pc_logo a img {
	width: 100%;
}

.header .navbar .pc_menu .Big-index {
	width: 100%;
	height: 100%;
}

.header .navbar .pc_menu .pc_menu_right {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header .navbar .pc_menu .pc_menu_right>li {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	transition: all .5 linear;
	-webkit-transition: all .5 linear;
	-moz-transition: all .5 linear;
	-ms-transition: all .5 linear;
	-o-transition: all .5 linear;
	margin: 0 1.5%;
	border-bottom: 2px solid transparent;
}

.header_home.header .navbar .pc_menu .pc_menu_right>li .t {
	color: #ffffff;
}

.header.pc_fixed .navbar .pc_menu .pc_menu_right>li .t {
	color: #333333;
}

.header .navbar .pc_menu .pc_menu_right>li .t {
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	padding: 0 3px;
	transition: all .5 linear;
	-webkit-transition: all .5 linear;
	-moz-transition: all .5 linear;
	-ms-transition: all .5 linear;
	-o-transition: all .5 linear;
	font-weight: bold;
}

.header .navbar .pc_menu .pc_menu_right>li#m6 {
	width: 100px;
	height: 36px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	background-color: #fcb948;
	position: absolute;
	top: 50%;
	right: 16.6%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.header .navbar .pc_menu .pc_menu_right>li#m6.active {
	border-bottom: 2px solid transparent;
}

.header .navbar .pc_menu .pc_menu_right>li#m6 .t {
	color: #464f52;
}

.header .navbar .pc_menu .pc_menu_right .active {
	border-bottom: 2px solid #fcb948;
}

.header .navbar .pc_menu .pc_menu_right>li:hover {
	border-bottom: 2px solid #fcb948;
}

.header .navbar .pc_menu .pc_menu_right>li:hover .t {
	color: #fcb948;
}

.header .navbar .pc_menu .pc_menu_right>li.active .t {
	color: #fcb948;
}

@media (max-width: 1600px) {
	.header .navbar .pc_menu .pc_menu_right>li#m6 {
		right: 8.6%;
	}

	.header .navbar .pc_menu .pc_logo {
		left: 8.6%;
	}

	.header .navbar .pc_menu .pc_menu_right>li .t {
		font-size: 16px;
	}
}

@media (max-width: 1200px) {
	.header .navbar .pc_menu .pc_menu_right {
		display: none;
	}

	.header.header_home {
		background: #ffffff;
	}

	.header .navbar .pc_menu .pc_logo {
		left: 4.6%;
	}

	.header #navToggle {
		right: 2.6%;
	}

	.header .navbar .pc_menu .pc_logo {
		top: 10%;
	}

	.header .navbar .pc_menu .pc_logo a {
		width: 70px;
		height: 80px;
	}

	.header .navbar {
		height: 60px;
	}
}

.swiper-button-next::after {
	display: none;
}

.swiper-button-prev::after {
	display: none;
}


/* 底部 */
.footer {
	padding-top: 60px;
	background-color: #44484d;
}

.footer .content {
	width: 69%;
	margin: 0 auto;
}

.footer .content .boxlist {
	display: flex;
	justify-content: space-between;
	padding-bottom: 60px;
}

.footer .content .boxlist .left {
	width: 60%;
	display: flex;
	justify-content: space-around;
}

.footer .content .boxlist .left>li>a {
	color: #ffffff;
	font-size: 18px;
	display: inline-block;
	margin-bottom: 20px;
	font-weight: bold;
}
.footer .content .boxlist .left>li>a:hover{
	color: #fcb948;
}
.footer .content .boxlist .left li ol li a {
	font-size: 16px;
	color: #bcbcbc;
	line-height: 30px;
}
.footer .content .boxlist .left li ol li a:hover{
	color: #fcb948;
}
.footer .content .boxlist .right {
	width: 34%;
	display: flex;
	justify-content: space-around;
}

.footer .content .boxlist .right .theme {
	text-align: right;
}

.footer .content .boxlist .right .theme p {
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 10px;
}

.footer .content .boxlist .right .theme h1 {
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
}

.footer .content .boxlist .right .img img {
	max-width: 100%;
	margin-bottom: 10px;
}

.footer .content .boxlist .right .img p {
	color: #bcbcbc;
	font-size: 16px;
	line-height: 21px;
}

.footer .content .boxlist .bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.footer .content .boxlist .bottom p {
	color: #333333;
	font-size: 12px;
	line-height: 36px;
	font-weight: lighter;
}

.footer .content .boxlist .bottom p a {
	color: #333333;
	font-size: 12px;
	line-height: 36px;
	font-weight: lighter;
}

.footer .footer_bottom {
	width: 100%;
	border-top: 1px solid rgba(146, 146, 146, .2);
}

.footer .footer_bottom .boxlist {
	padding: 30px 1.5%;
	width: 69%;
	margin: 0 auto;
}

.footer .footer_bottom .boxlist p {
	color: #929292;
	font-size: 14px;
	line-height: 24px;
}

.footer .footer_bottom .boxlist p a {
	color: #929292;
	font-size: 14px;
	line-height: 24px;
}

@media (max-width: 1600px) {
	.footer .content {
		width: 75%;
	}

	.footer .footer_bottom .boxlist {
		width: 75%;
	}

	.footer .content .boxlist .right {
		width: 36%;
	}
}

@media (max-width: 1400px) {
	.footer .content {
		width: 85%;
	}

	.footer .footer_bottom .boxlist {
		width: 85%;
	}
}

@media (max-width: 1200px) {
	.footer .content {
		width: 95%;
	}

	.footer .footer_bottom .boxlist {
		width: 95%;
	}

	.footer .content .boxlist .left {
		display: none;
	}

	.footer .content .boxlist .right {
		width: 100%;
		justify-content: center;
	}

	.footer .content .boxlist .right .theme {
		margin-right: 50px;
	}

	.footer .content .boxlist .right .theme p {
		font-size: 16px;
	}

	.footer .content .boxlist .right .theme h1 {
		font-size: 24px;
	}

	.footer .content .boxlist .right .img p {
		font-size: 14px;
	}

	.footer .footer_bottom .boxlist p {
		font-size: 13px;
	}
}

@media (max-width: 550px) {
	.footer .content .boxlist .right .theme {
		margin-right: 30px;
	}

	.footer .content .boxlist .right .theme p {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.footer .content .boxlist .right .theme h1 {
		font-size: 24px;
		text-align: center;
	}

	.footer .content .boxlist .right .img p {
		font-size: 12px;
		text-align: center;
	}
	.footer .content .boxlist .right .theme{
		margin-right: 0;
		margin-bottom: 30px;
	}
	.footer .footer_bottom .boxlist p {
		font-size: 12px;
	}

	.footer {
		padding-top: 40px;
	}

	.footer .content .boxlist {
		padding-bottom: 40px;
	}

	.footer .footer_bottom .boxlist {
		padding: 20px 1.5%;
	}
	.footer .content .boxlist .right .theme p{
		text-align: center;
	}
	.footer .content .boxlist .right {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

.m_nav .ul li .m_3,
.m_nav .ul li .m_5,
.m_nav .ul li .m_6{
display: none;
}