/*====================å¯¼èˆª*********/
.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	padding: 0 30px;
	background: rgba(255, 255, 255, 0.6);
	border-bottom: 0px;
}

.dh {
	transform: rotate(90deg) !important;
	transition: all 1s !important;
}

.kf-box {
	width: 100%;
	height: 100%
}

#floatBlock {
	width: 80%;
	float: left;
    background: #fff;
    height: 100%;
}

.kf-qq {
	position: fixed;
	top: 32%;
	right: 0;
	z-index: 999;
	width: 160px;
	height: 540px;
	transition: all .5s;
}

.kf-yc {
	right: -128px !important;
	transition: all .5s;
}


.qqkefu ul li:nth-of-type(10) {
	margin-bottom: 10px;
}

.qqkefu {
	background-color: #fff;
}

.qqkefu>ul {
	margin-bottom: 0;
}

.xg-box>i {
	margin: 30px 0;
	transition: all 1s;
	transform: rotate(-90deg);
}

.xg-box {
	height: 100%;
	width: 20%;
	float: left;
	cursor: pointer;
	padding: 6px 0;
	background-color: #0057a2;
	color: #fff;
	text-align: center;
	border-radius: 100px 0 0 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    letter-spacing: 1px;
}


.qq_czaa {
	padding: 4px 10px;
	border: solid 1px #0057a2;
	border-radius: 24px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
}

.qq_czaa:hover {
	background-color: #0057a2;
}

.qq_czaa:hover a {
	color: #fff;
}

.erweima {
	width: 120px;
}

.container {
	width: 100% !important;
	padding: 0;
}

/* logo */
.logo-box {
	display: flex;
	align-items: center;
	width: 24%;
	height: 100px;
	margin-left: 20px;
}

.erweima img {
	width: 100%;
}

.logo-box img {
	width: 100%;
}

.dh-box>p {
	width: 110px;
}

.logo-box span {
	padding-left: 31px;
}


.logo-box a {
	display: block;
	padding-right: 31px;
	border-right: solid 1px #0056a2;
}



/* å°å›¾æ ‡ */
.ioc-box {}

.ioc-box>ul>li {
	float: left;
	margin-left: 20px;
	position: relative;
}

.ioc-box>ul>li:hover ul {
	display: block;
}


.qq_czaa>a {

	/* margin-bottom: 6px; */
}

.qq_czaa>a>b {
	float: left;
}


.qq_czaa>a:hover {
	color: #fff;
}

.qq_czaa>a>i {
	float: left;
	margin-top: 0 !important;
	line-height: 16px !important;
	margin-right: 10px;
}

.dh-box {
	display: none;
	position: absolute;
	right: 0;
	top: 36px;
	padding: 10px;
	border: solid 1px #0056a2;
	border-radius: 4px;
	background-color: #fff;
}


.ioc-1 {
	margin: 15px 0 0 0;
}

.ioc-1 li a {
	display: block;
	border: solid 1px #0056a2;
	padding: 0 8px;
	border-radius: 30px;
}

.ioc-1 li a:hover {
	background-color: #0056a2;
}

.ioc-1 li a:hover i {
	color: #fff;
}

.ioc-1 li a i {
	line-height: 30px;
	font-size: 20px;
	padding-top: 1px;
}


/*å·¦ä¾§logo*/
.header .left {
	width: 12%;
}

.header .left a img {
	height: 40px;
	margin-top: 6px;
}

.header .left .img2 {
	display: none;
}

/*å³ä¾§*/
.header .nav {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	line-height: 100px;
	display: block;
}

.header .navbar_nav li {
	position: relative;
	display: block;
}

.header .navbar_nav li:after {
	content: "";
	width: 0;
	height: 2px;
	background: #0056a2;
	position: absolute;
	bottom: 20px;
	left: 0;
	transition: all 0.5s ease 0s;
}

.header .navbar_nav li:hover:after {
	width: 100%;
}

.header .navbar_nav li a {
	text-decoration: none;
	height: 100%;
	padding: 0 15px;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	line-height: 100px;
}

.header .navbar_nav li:hover a {
	color: #337ab7;
}

.header .navbar_nav li.dropdown {
	display: inherit;
	position: relative;
}

.header .navbar_nav li.dropdown .jt {
	width: 20px;
	height: 20px;
	background: url(i/top.png) no-repeat;
	background-size: 100% 100%;
	display: block;
}

.header .navbar_nav li.dropdown .dropdown_menu {
	display: none;
	position: absolute;
	top: 100px;
	width: 100%;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
	width: 150%;
	left: -25%;
}

.header .navbar_nav li.dropdown .dropdown_menu a {
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	margin-bottom: 2px;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu {
	display: block;
	background: #f3f3f3;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a {
	color: #666;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover {}

/*ç™½è‰²èƒŒæ™¯çš„å¤´éƒ¨*/
.header.on {
	background: #fff;
	border-bottom: 1px solid #ccc;
}

.header.on .left .img1 {
	display: none;
}

.header.on .left .img2 {
	display: block;
}

.header.on .navbar_nav li a {
	color: #333;
}

.header.on .navbar_nav li:hover a {
	color: #0056a2;
}

#navToggle {
	display: none;
}

.m_nav {
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
	width: 100%;
	height: 100%;
	background: #fff;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	z-index: 1000;
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	overflow-y: auto;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	top: 0;
	transform: translateX(100%);
}

.m_nav.open {
	transform: translateX(0);
}

.m_nav .top {
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}

.m_nav .top .closed {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float: right;
	cursor: pointer;
}

.m_nav .logo {
	width: 100%;
	margin: 0 auto;
}

.m_nav .logo img {
	height: 50px;
	display: block;
	margin: 0px auto 30px;
	width: 50%;
}

.m_nav .ul {
	margin-top: 30px;
}

.m_nav .ul li {
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	opacity: 0;
}

.m_nav.open .ul li {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.m_nav .ul li:nth-child(1) {
	-webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(2) {
	-webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(3) {
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(4) {
	-webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(5) {
	-webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(6) {
	-webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	width: 100%;
}

.m_nav .ul li .dropdown_menu {
	display: none;
}

.m_nav .ul li.dropdown.active .dropdown_menu {
	display: block;
}

.m_nav .ul li .dropdown_menu a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}

.m_nav .ul li .dropdown_menu a:last-child {
	border: none;
}

.banner {
	width: 100%;
}

.banner img {
	width: 100%;
}

@media screen and (max-width: 1460px) {
	.header {
		padding: 0px 15px;
	}

	.header .navbar_nav li a {
		padding: 0 6px !important;
	}

}


@media screen and (max-width: 992px) {
	.header {
		padding: 0 10px;
		padding-bottom: 10px;
	}

	.header #navToggle {
		height: 100%;
		padding: 9px 15px;
		margin-right: -15px;
		display: inline-block;
		float: right;
	}

	.header #navToggle span {
		position: relative;
		width: 25px;
		height: 1px;
		margin-top: 19px;
	}

	.header #navToggle span:before,
	.header #navToggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height: 1px;
		left: 0;
	}

	.header #navToggle span,
	.header #navToggle span:before,
	.header #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #4f4f4f;
	}

	.header #navToggle span:before {
		top: 8px;
	}

	.header #navToggle span:after {
		bottom: 10px;
	}

	.header #navToggle.open span:before {
		top: 10px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-moz-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);
	}

	.header #navToggle.open span:after {
		bottom: 12px;
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}

	.header #navToggle.open span {
		background: none;
	}

	.header #navToggle.open span:before,
	.header #navToggle.open span:after {
		background: #4f4f4f;
	}

	.header .nav {
		display: none;
	}

	.banner img {
		height: 600px;
		object-fit: cover;
	}
}


.herderNav {
	display: flex;
	justify-content: space-between;
}

.ioc_Nav {
	margin: 0;
	height: 100px;
	display: flex;
	align-items: center;
}

.ioc_Nav .search-box {
	position: relative;
}

.ioc_Nav .search-box input {
	height: 45px;
	padding-left: 15px;
	width: 150px;
}

.ioc_Nav .search-box button {
	height: 45px;
	width: 45px;
}

.navbar_nav {
	display: flex;
	margin: 0;
}

.header .navbar_nav li.dropdown .dropdown_menu {
	position: fixed;
	justify-content: center;
	padding: 0;
	width: 100%;
	left: 0%;
	background: #ffffff;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu {
	display: flex;
	background: #ffffff;
}


.menu_1,
.menu_2 {
	color: #000 !important;
	font-weight: initial !important;
	height: auto !important;
	text-align: left !important;
	padding: 0 !important;
}

.menu_1 {
	border-bottom: 1px solid #ccc;
	padding-right: 30px !important;
	margin-bottom: 15px !important;
}

.menu_1:hover {
	color: #0056a2 !important;
	border-bottom: 1px solid #0056a2;
}

.menu_2 {
	color: #000 !important;
	opacity: 0.5 !important;
	line-height: 2 !important;
}

.MenuBox {
	padding: 15px 10px;
}

.menu_2:hover {
	opacity: 1 !important;
}


@media screen and (max-width:1600px) {
	.logo-box {
		width: 20%;
		margin-left: 0px;
	}

	.logo-box a {
		padding-right: 15px;
	}

	.logo-box span {
		padding-left: 15px;
	}

	.header .navbar_nav li a {
		font-size: 16px;
	}
}
