@charset "UTF-8";

body {
	width: 100%;
	overflow-x: hidden;
}

* {
	box-sizing: border-box;
}












/* 导航 */
.topnav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all .5s;
	z-index: 10;
}

.topnav .topnav-top {
	width: 100%;
	position: relative;
	z-index: 8;
	transition: all .5s;
}

.topnav.cur .topnav-top {
	background-color: rgba(255, 255, 255, 0.8);
}

.topnav .inner {
	width: 93.22917%;
	margin: 0 auto;
}

.topnav .logo {
	float: left;
	padding: 36px 0;
}

.hd_logo {
	display: block;
	background: url(../image/logo1.png) no-repeat center;
	width: 230px;
	height: 70px;
	background-size: 230px 70px;
}

.cur .hd_logo {
	background: url(../image/logo.png) no-repeat center;
	width: 230px;
	height: 70px;
	background-size: 230px 70px;
}

.topnav .logo img {
	transition: all .4s;
}

.topnav .navbar {
	float: right;
	margin-right: 4.47917%;
	width: 78.21229%;
}

.topnav .navbar ul {
	text-align: right;
}

.topnav .navbar ul li.nav-link {
	display: inline-block;
	text-align: center;
	font-family: 'FZLTHJ';
	margin-right: 5%;
	transition: all .4s;
	padding: 36px 0;
}

.topnav .navbar ul li.nav-link:last-child {
	margin-right: 0;
}

.topnav .navbar ul li.nav-link h2 {
	font-size: 22px;
	line-height: 61px;
}

.topnav .navbar ul li.nav-link h2 a {
	display: inline-block;
	color: #fff;
}

.topnav .navbar ul li.nav-link h2 a:hover {
	color: #132b8d;
}

.topnav .navbar ul li.nav-link.active h2 a {
	color: #132b8d;
}

.topnav .navbar li.dropdown:before {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	transition: all .4s;
	top: 120%;
	opacity: 1;
	visibility: visible;
}

.topnav .btn-search {
	position: absolute;
	right: 3.38542%;
	top: 50%;
	margin-top: -12px;
	display: none
}

.topnav .btn-search i.icon-srh {
	display: block;
	width: 24px;
	height: 24px;
	background: url(../img/icon_search.png) no-repeat;
	transition: all .4s;
}

.topnav .btn-search i.icon-srh:hover {
	transform: scale(0.9);
}

.topnav.fixed {
	position: fixed;
}

.topnav.fixed .topnav-top {
	background-color: rgba(255, 255, 255, 0.8);
}


.topnav .navbar ul li.nav-link:nth-child(6) .list-item {
	transform: translateX(-30%);
}

.topnav .navbar ul li.nav-link:nth-child(7) .list-item {
	transform: translateX(-30%);
}

.topnav .navbar ul li.nav-link:nth-child(8) .list-item {
	transform: translateX(-15%);
}

.topnav .navbar ul li.nav-link .list-item {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	overflow: hidden;
	z-index: -2;
	transition: all .4s;
	visibility: hidden;
}

.topnav .navbar ul li.nav-link .list-item ul {
	position: relative;
}

.topnav .navbar ul li.nav-link .list-item ul li {
	float: left;
	font-size: 20px;
	padding: 20px 0;
}

.topnav .navbar ul li.nav-link .list-item ul li a {
	display: block;
	margin-right: 40px;
	line-height: 30px;
	color: #555;
}

.topnav .navbar ul li.nav-link .list-item ul li:last-child a {
	margin-right: 0;
}

.topnav .navbar ul li.nav-link .list-item ul li a:hover {
	color: #162f8f;
}

.topnav .navbar ul li.nav-link .list-item ul li a.cur {
	color: #162f8f;
}

.mndropdown-defaut-bg {
	transition: all .5s;
	background-color: rgba(231, 234, 243, 0.8);
	visibility: hidden;
	z-index: -3;
	position: absolute;
	left: 0;
	width: 100%;
	height: 70px;
	top: 50%;
	opacity: 0;
}

.mndropdown-defaut-bg.show {
	top: 100%;
	visibility: visible;
	opacity: 1;
}

.topnav .navbar ul li.nav-link.active .list-item.on {
	top: 100%;
	opacity: 1;
	visibility: visible;
}


/* 内页导航 */
.topnav .navbar-white ul li h2 a {
	color: #fff;
}

.topnav .navbar-white ul li h2 a:hover {
	color: #b60005;
}

.topnav .navbar-white ul li.active h2 a {
	color: #b60005;
}

.topnav:hover .navbar-white ul li h2 a {
	color: #5a5757;
}

.topnav:hover .navbar-white ul li h2 a:hover {
	color: #132b8d;
}

.topnav:hover .navbar-white ul li.active h2 a {
	color: #162f8f;
}

.topnav.fixed .navbar-white ul li h2 a {
	color: #5a5757;
}

.topnav.fixed .navbar-white ul li h2 a:hover {
	color: #162f8f;
}

.topnav.fixed .navbar-white ul li.active h2 a {
	color: #162f8f;
}

.topnav.fixed .menu-list {
	background-color: rgba(193, 140, 88, 0.6);
}

.topnav.fixed .search-full .search-full-inner {
	margin-top: 20px;
}

/* Full Search */
.search-full {
	position: fixed;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	z-index: -1;
	display: none;
	background-color: rgba(0, 0, 0, 0.8);
}

.search-full.open {
	z-index: 100;
	display: block;
}

.search-full .search-close {
	position: absolute;
	right: 3.5%;
	top: 5%;
	background-color: transparent;
	outline: none;
	transition: all .4s;
	cursor: pointer;
}

.search-full .search-close i.flaticon-cancel {
	display: block;
	width: 17px;
	height: 17px;
	background: url(../img/icon_close.png) no-repeat;
	transition: all .4s;
}

.search-full .search-close i.flaticon-cancel:hover {
	transform: rotate(180deg);
}

.search-full .search-full-inner {
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	height: 100px;
	top: 50%;
	margin-top: -100px;
}

.search-full .search-full-inner input::-webkit-input-placeholder {
	color: #fff;
}

.search-full .search-full-inner input:-moz-placeholder {
	color: #fff;
}

.search-full .search-full-inner input::-moz-placeholder {
	color: #fff;
}

.search-full .search-full-inner input::-ms-input-input-placeholder {
	color: #fff;
}

.search-full .search-full-inner .main-search-form input {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 2px solid #ffffff;
	width: 100%;
	background-color: transparent;
	color: #ffffff;
	height: 55px;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	transition: 0.4s;
	outline: none;
	-webkit-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
}

.search-full .search-full-inner .srhbtn {
	display: block;
	width: 24px;
	height: 24px;
	background: url(../img/icon_search_white.png) no-repeat;
	transition: all .4s;
	position: absolute;
	right: 0;
	top: 15%;
	cursor: pointer;
}

@media screen and (max-width: 1520px) {
	.topnav .logo {
		padding: 28px 0;
	}

	.topnav .navbar ul li.nav-link {
		padding: 28px 0;
	}

	.topnav .navbar ul li.nav-link {
		margin-right: 3.5%;
	}

	.topnav .navbar ul li.nav-link h2 {
		font-size: 20px;
	}

	.topnav .navbar ul li.nav-link .list-item ul li {
		font-size: 18px;
	}
}

@media screen and (max-width: 1440px) {
	.topnav .logo {
		padding: 16px 0;
	}

	.topnav .navbar ul li.nav-link {
		padding: 22px 0;
	}

	.topnav .navbar {
		width: 76%;
	}

	.topnav .navbar ul li.nav-link {
		margin-right: 3%;
	}

	.topnav .navbar ul li.nav-link h2 {
		font-size: 18px;
		line-height: 50px;
	}

	.topnav .navbar ul li.nav-link .list-item ul li {
		font-size: 16px;
	}

	.topnav .btn-search i.icon-srh {
		width: 20px;
		height: 20px;
		background-size: cover;
	}

	.topnav .logo {
		height: 50px;
		width: 164px;
	}

	.topnav .logo img {
		height: 50px;
		width: 164px;
	}

	.mndropdown-defaut-bg {
		height: 50px;
	}

	/* .topnav .navbar ul li.nav-link:nth-child(5) .list-item { transform: translateX(-50%);} */
	.topnav .navbar ul li.nav-link .list-item ul li {
		padding: 10px 0;
	}

	.search-full .search-full-inner {
		width: 90%;
		margin-left: 0;
		left: 5%;
	}

	.search-full .search-full-inner .srhbtn {
		top: 5%;
	}
}

@media screen and (max-width: 1280px) {
	.topnav .logo {
		padding: 20px 0;
	}

	.topnav .navbar ul li.nav-link {
		padding: 20px 0;
	}

	.topnav .navbar ul li.nav-link {
		margin-right: 2%;
	}

	.topnav .navbar ul li.nav-link h2 {
		line-height: 40px;
	}

	.topnav .logo {
		height: 40px;
		width: 131px;
	}

	.topnav .logo img {
		height: 40px;
		width: 131px;
	}

	.search-full .search-full-inner .main-search-form input {
		height: 40px;
		font-size: 16px;
	}

	.topnav .navbar ul li.nav-link .list-item ul li a {
		margin-right: 20px;
	}
}

.f_banner_tit {
	display: none;
}

/* 手机样式 */
.navbar-toggler {
	display: none;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -13px;
	background-color: transparent;
	cursor: pointer;
}

.navbar-toggler .menu-toggle {
	position: relative;
	display: block;
	width: 25px;
	height: 20px;
	background: transparent;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	color: #292929;
	font-size: 0;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.navbar-toggler .menu-toggle:before {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #ffffff;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: -webkit-transform 0.25s ease-in-out;
	-webkit-transition: -webkit-transform 0.25s ease-in-out;
	-o-transition: -webkit-transform 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out;
	-moz-transition: -webkit-transform 0.25s ease-in-out;
	-ms-transition: -webkit-transform 0.25s ease-in-out;
}

.navbar-toggler .menu-toggle:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #ffffff;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: -webkit-transform 0.25s ease-in-out;
	-webkit-transition: -webkit-transform 0.25s ease-in-out;
	-o-transition: -webkit-transform 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out;
	-moz-transition: -webkit-transform 0.25s ease-in-out;
	-ms-transition: -webkit-transform 0.25s ease-in-out;
}

.navbar-toggler span.is-active {
	border-color: transparent;
}

.navbar-toggler span.is-active:before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.navbar-toggler span.is-active:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.noscrl {
	position: fixed;
}

.topnav.noscrl .topnav-top {
	background-color: #333;
}

.noscrll {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
}

@media screen and (max-width: 998px) {
	.topnav .topnav-top {
		padding: 20px 0;
	}

	.topnav.cur .topnav-top {
		background-color: transparent;
	}

	.topnav.cur.noscrl .topnav-top {
		background-color: rgba(0, 0, 0, .8);
	}

	.topnav .logo {
		padding: 0;
	}

	.topnav .inner {
		width: auto;
		margin: 0 15px;
	}

	.topnav .btn-search {
		right: 60px;
	}

	.navbar-toggler {
		display: block;
	}

	.topnav .navbar {
		display: none;
		position: fixed;
		height: calc(100% - 80px);
		overflow-y: auto;
		top: 80px;
		left: 0;
		background-color: #333;
		width: 100%;
	}

	.topnav .navbar ul {
		padding: 30px 0;
	}

	.topnav .navbar ul li.nav-link {
		display: block;
		padding: 5px 0;
		margin-left: 0;
		text-align: left;
		position: relative;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
		margin: 0 20px;
	}

	.topnav .navbar ul li.dropdown:after {
		content: '';
		display: block;
		width: 20px;
		height: 20px;
		background: url(../img/Arrow_h5.png) 0 0 /cover no-repeat;
		position: absolute;
		top: 25px;
		right: 0;
		transition: all .4s;
	}

	.topnav .navbar ul li.nav-link:last-child {
		border-bottom: none;
		margin-right: 20px;
	}

	.topnav .navbar ul li.dropdown.active:after {
		transform: rotate(-180deg);
	}

	.topnav .navbar ul li.nav-link h2 a {
		padding: 10px 0;
		color: #fff;
	}

	.topnav .navbar ul li.nav-link h2 a:hover {
		color: #B60005;
	}

	.topnav .navbar ul li.nav-link {
		-webkit-animation-duration: 0.5s;
		animation-duration: 0.5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: returnToNormal;
		animation-name: returnToNormal;
	}

	.topnav .navbar ul li.nav-link .list-item {
		display: none;
		position: static;
		opacity: 1;
		visibility: visible;
		transition: auto;
	}

	.topnav .navbar ul li.nav-link .list-item ul {
		padding: 0;
		text-align: left;
	}

	.topnav .navbar ul li.nav-link .list-item ul li {
		display: block;
		float: none;
		margin: 0 30px;
	}

	.topnav .navbar ul li.nav-link .list-item ul li a {
		color: #f1f1f1;
	}

	.mndropdown-defaut-bg {
		display: none;
		color: #fff
	}

	.topnav .navbar ul li.nav-link:nth-child(6) .list-item {
		transform: translateX(0);
	}

	.topnav .navbar ul li.nav-link:nth-child(7) .list-item {
		transform: translateX(0);
	}

	.topnav .navbar ul li.nav-link:nth-child(8) .list-item {
		transform: translateX(0);
	}
}


/* 回到顶部 */
.fixed-box {
	position: fixed;
	right: 5%;
	bottom: 10%;
	display: none;
	z-index: 5;
}

.fixed-box .fixed-item {
	margin-top: 20px;
}

.fixed-box .fixed-item a {
	display: block;
	width: 80px;
	height: 80px;
	background-color: #eee;
	border: 1px solid #e6e6e6;
	text-align: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.fixed-box .fixed-item a span.name {
	font-size: 16px;
	display: block;
	color: #333;
}

.fixed-box .fixed-item a i.icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: 0 0 /cover no-repeat;
	margin: 16px auto 0;
}

.fixed-box .fixed-item a i.icon-backtop {
	background-image: url(../img/icon_backtop.png);
}

.fixed-box .fixed-item a i.icon-hz {
	background-image: url(../img/icon_hz.png);
}

.fixed-box .fixed-item a i.icon-more {
	background-image: url(../img/icon_sate.png);
}

.fixed-box .fixed-item a:hover {
	background-color: #132b8d;
	border-color: #132b8d;
	color: #fff;
}

.fixed-box .fixed-item a:hover span.name {
	color: #fff;
}

.fixed-box .fixed-item a:hover i.icon-backtop {
	background-image: url(../img/icon_backtop_on.png);
}

.fixed-box .fixed-item a:hover i.icon-hz {
	background-image: url(../img/icon_hz_on.png);
}

.fixed-box .fixed-item a:hover i.icon-more {
	background-image: url(../img/icon_sate_on.png);
}


/* 底部 */
.footer {
	position: relative;
	margin-top: 60px;
	padding-bottom: 50px;
}

.mt0 {
	margin-top: 0;
}

.footer .foot-txt {
	width: 85.4583%;
	float: left;
	border-top: 1px solid #e1e1e1;
	padding-top: 40px;
}

.footer .friend-link strong {
	font-size: 16px;
	margin-right: 10px;
}

.footer .friend-link a {
	display: inline-block;
	background-color: #c1c1c1;
	width: 125px;
	height: 29px;
	border-radius: 10px;
	color: #fff;
	font-size: 16px;
	margin-right: 20px;
	text-align: center;
	line-height: 29px;
}

.footer .friend-link a:hover {
	background-color: #132b8d;
}

.footer .contactus {
	font-size: 18px;
	margin-top: 15px;
}

.footer .contactus a {
	color: #6a7077;
	position: relative;
	padding-left: 0;
	margin-right: 10px;
}

.footer .contactus a:hover {
	color: #5a68b3;
}

.footer .contactus span {
	color: #6a7077;
	font-size: 18px;
}

.footer .foot-qrcode {
	float: right;
	width: 7.58098%;
	position: relative;
}

.footer .foot-qrcode img {
	width: 100%;
}

.footer .foot-qrcode .txt {
	width: 120px;
	position: absolute;
	right: calc(100% + 20px);
	bottom: -5px;
}

.footer .foot-qrcode .txt p {
	font-size: 16px;
	color: #6a7077;
	text-align: right;
	line-height: 26px;
}

@media screen and (max-width: 1440px) {
	.footer {
		padding-bottom: 40px;
		margin-top: 50px;
	}

	.footer .friend-link strong {
		font-size: 16px;
	}

	.footer .friend-link a {
		margin-right: 15px;
		font-size: 14px;
		width: 120px;
	}

	.footer .contactus {
		font-size: 16px;
	}

	.footer .contactus span {
		font-size: 16px;
	}

	.footer .foot-qrcode .txt {
		right: calc(100% + 10px);
	}

	.footer .foot-qrcode .txt p {
		font-size: 14px;
		line-height: 22px;
	}

}

@media screen and (max-width: 1280px) {
	.footer .friend-link strong {
		font-size: 14px;
	}

	.footer .friend-link a {
		width: 120px;
	}

	.footer .contactus {
		font-size: 14px;
	}

	.footer .contactus a {
		margin-right: 2%;
	}

	.footer .contactus span {
		font-size: 14px;
	}

	.footer .foot-qrcode {
		top: auto;
		bottom: 0;
	}
}

@media screen and (max-width: 1024px) {
	.footer {
		margin-top: 40px;
	}

	.footer .friend-link a {
		margin-right: 10px;
		width: auto;
		padding: 0 10px;
	}
}

@media screen and (max-width: 768px) {
	.footer .foot-qrcode {
		width: 90px;
		position: absolute;
		right: 15px;
	}

	.footer .foot-txt {
		width: auto;
		margin-right: 220px;
	}

	.footer .friend-link a {
		margin: 0 1px 10px 0;
		width: auto;
		padding: 0 10px;
	}

	.footer .contactus span {
		font-size: 14px;
	}

	.footer .foot-qrcode {
		top: auto;
		bottom: 0;
	}
}

@media screen and (max-width: 560px) {
	.footer .foot-txt {
		float: none;
		width: 100%;
	}

	.footer .foot-qrcode {
		position: static;
		float: none;
		margin: 20px auto 0;
	}

	.footer .friend-link a {
		font-size: 12px;
	}

	.footer .foot-qrcode .txt {
		position: static;
		margin-top: 10px;
		margin-left: -15px;
	}

	.footer .foot-qrcode .txt p {
		text-align: center;
	}
}

/*  内页banner  */
.banner-news {
	overflow: hidden;
	position: relative;
	min-width: 1280px;
	height: 400px;
}

.banner-news .backgound {
	position: absolute;
	z-index: -1;
	top: 0;
	width: 100%;
	height: 100%;
	transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
	background-position: center 0;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.banner-news .desc-box {
	width: 1100px;
	position: absolute;
	left: 50%;
	top: 43%;
	margin-left: -550px;
	font-size: 36px;
	color: #fff;
	z-index: 2;
}

.banner-news .desc-box h2 span {
	opacity: 0;
	transition: opacity .6s linear;
}

@media screen and (min-width: 1921px) {
	.banner-news .backgound {
		background-size: 100% auto;
	}
}

@media screen and (max-width: 1440px) {
	.banner-news .desc-box {
		font-size: 32px;
	}

	.banner-news {
		height: 350px;
	}

	.banner-news .backgound {
		background-size: 130% auto;
	}

	.banner-news .desc-box {
		width: 70%;
		margin-left: -35%;
	}
}

@media screen and (max-width: 1280px) {
	.banner-news {
		height: 300px;
		min-width: 100%;
	}

	.banner-news .backgound {
		background-size: 150% auto;
	}

	.banner-news .desc-box {
		font-size: 28px;
		left: 10%;
		width: auto;
		margin-left: 0;
	}
}

@media screen and (max-width: 1024px) {
	.banner-news .desc-box {
		font-size: 26px;
	}
}

@media screen and (max-width: 998px) {
	.banner-news {
		height: 300px;
	}

	.banner-news .backgound {
		background-size: auto 300px;
	}

	.banner-news .desc-box {
		left: 0;
		width: 100%;
		text-align: center;
	}
}

@media screen and (max-width: 700px) {
	.banner-news .backgound {
		background-size: auto 300px;
	}
}

@media screen and (max-width: 500px) {
	.banner-news .backgound {
		background-size: auto 300px;
	}
}

/* 内页导航 */
.wrapper {
	width: 1460px;
	margin: 0 auto;
}

.wrapper2 {
	width: 1280px;
	margin: 0 auto;
}

.i-nav {
	border-bottom: 1px solid #eeeeee;
	background-color: #fff;
	height: 80px;
	line-height: 80px;
	position: relative;
	z-index: 9;
	transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.i-nav .innernav-tab {
	width: 1365px;
	text-align: center;
}

.i-nav .innernav-tab .swiper-slide {
	float: left;
	width: 12.5%;
}

.i-nav .innernav-tab .swiper-slide a {
	color: #999;
	font-size: 20px;
	display: inline-block;
	font-family: 'FZLTHJ';
}

.i-nav .innernav-tab .active a {
	color: #132b8c;
	border-bottom: 2px solid #132b8c;
}

.i-nav .innernav-tab .current a {
	color: #132b8c;
	border-bottom: 2px solid #132b8c;
}

.i-nav.fixed {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
}

.pbottom.fixed {
	padding-top: 80px;
}

@media screen and (max-width: 1600px) {
	.wrapper {
		width: 92%;
	}
}

@media screen and (max-width: 1440px) {

	.wrapper2 {
		width: 1100px;
	}

	.i-nav .innernav-tab {
		width: 1180px;
		overflow: hidden;
	}

	.i-nav {
		height: 70px;
		line-height: 70px;
	}

	.i-nav .innernav-tab .swiper-slide a {
		font-size: 18px;
	}

	.pbottom.fixed {
		padding-top: 70px;
	}
}

@media screen and (max-width: 1280px) {
	.wrapper {
		width: 96%;
	}

	.wrapper2 {
		width: 96%;
	}

	.i-nav .innernav-tab {
		width: 100%;
	}

	.i-nav {
		height: 65px;
		line-height: 65px;
	}

	.pbottom.fixed {
		padding-top: 65px;
	}
}

@media screen and (max-width: 1024px) {
	.wrapper2 {
		width: auto;
		margin: 0 20px;
	}

	.wrapper2 {
		width: auto;
		margin: 0 20px;
	}

	.i-nav {
		height: 60px;
		line-height: 60px;
	}

	.i-nav .innernav-tab {
		margin: 0;
	}

	.i-nav .innernav-tab .swiper-slide a {
		font-size: 16px;
	}

	.pbottom.fixed {
		padding-top: 60px;
	}
}

@media screen and (max-width: 768px) {
	.i-nav {
		padding-left: 20px;
	}

	.i-nav .innernav-tab .swiper-slide {
		width: auto;
		margin-right: 20px;
	}

	.i-nav {
		height: 50px;
		line-height: 50px;
	}

	.pbottom.fixed {
		padding-top: 50px;
	}
}

/* 弹窗视频 */
.video-layer {
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	z-index: -1;
	transition: all .4s;
	visibility: hidden;
	opacity: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

.video-layer .video-js {
	width: 1280px;
	height: 60%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.video-layer .video-js .vjs-big-play-button {
	width: 56px;
	height: 56px;
	border-radius: 100%;
	line-height: 56px;
}

.video-layer .video-close {
	position: absolute;
	right: 3.5%;
	top: 5%;
	background-color: transparent;
	outline: none;
	transition: all .4s;
	cursor: pointer;
}

.video-layer .video-close i.video-cancel {
	display: block;
	width: 17px;
	height: 17px;
	background: url(../img/icon_close.png) no-repeat;
	transition: all .4s;
}

.video-layer .video-close i.video-cancel:hover {
	transform: rotate(180deg);
}

.video-layer.open {
	visibility: visible;
	opacity: 1;
	-webkit-animation-name: bigToLittle;
	animation-name: bigToLittle;
	z-index: 99;
}

@media screen and (max-width: 1440px) {
	.video-layer .video-js .vjs-big-play-button {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.video-layer .video-js {
		height: 60%;
		width: 1100px;
	}
}

@media screen and (max-width: 1280px) {
	.video-layer .video-js .vjs-big-play-button {
		width: 46px;
		height: 46px;
		line-height: 42px;
	}

	.video-layer .video-js {
		height: 60%;
		width: 96%;
	}
}

@media screen and (max-width: 1024px) {
	.video-layer .video-js .vjs-big-play-button {
		width: 40px;
		height: 40px;
		line-height: 36px;
	}

	.video-layer .video-js {
		height: 60%;
		width: 96%;
		margin: 0;
	}
}

@media screen and (max-width: 998px) {
	.video-layer .video-js {
		height: 60%;
	}

	.video-layer .video-js .vjs-big-play-button {
		font-size: 2em;
	}
}

@media screen and (max-width: 768px) {
	.video-layer .video-js .vjs-big-play-button {
		width: 30px;
		height: 30px;
		line-height: 26px;
	}

	.video-layer .video-js {
		height: 60%;
	}
}

@media screen and (max-width: 400px) {
	.video-layer .video-js {
		height: 50%;
	}
}

/* 翻页圆点 */
.certify .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #ccc;
	opacity: 1;
	margin: 0 8px;
	transition: all .3s;
	position: relative;
}

.certify .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border: 4px solid #5a68b3;
	position: absolute;
	left: -4px;
	top: -4px;
	border-radius: 100%;
	transition: all .3s;
	transform: scale(0.4);
	z-index: -2;
}

.certify .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
	border-radius: 100%;
	background-color: #fff;
}

.certify .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active:before {
	border-color: #5a68b3;
	transform: scale(1);
}

@media screen and (max-width: 1440px) {
	.certify .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		margin: 0 5px;
	}

	.certify .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:before {
		width: 8px;
		height: 8px;
		border: 2px solid transparent;
		left: -2px;
		top: -2px;
	}

	.certify .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active:before {
		border-color: #5a68b3;
	}
}

@media screen and (max-width: 1280px) {
	.certify {
		width: 100%;
	}

	.certify .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
		margin: 0 5px;
	}

	.certify .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:before {
		width: 6px;
		height: 6px;
	}
}

.wrapper3 {
	width: 1365px;
}

.w1280 {
	width: 1280px;
	margin: 0 auto;
}

.w1000 {
	width: 980px;
	margin: 0 auto;
}

.pb50 {
	padding-bottom: 50px;
}

.bgf7 {
	background-color: #f7f7f7;
}

.bgf6 {
	background-color: #f6f6f6;
}

.bg-floor1 {
	background-color: #f7f7f7;
}

.bg-floor2 {
	background-color: #fff;
}

.gk-sec {
	padding: 100px 0 0;
}

.pad80 {
	padding-bottom: 40px;
}

.bgwhite {
	background-color: #fff;
}

.title-inner {
	text-align: center;
	padding: 85px 0 25px;
}

.title-inner h2 {
	font-size: 36px;
	font-family: 'FZLTHJ';
}

.i-nav-inwrap {
	position: relative;
}

.i-nav-bg1 {
	background-color: #efefef;
	border-bottom: 1px solid #eee;
}

.lnsection {
	padding: 100px 0;
}

@media screen and (max-width: 1440px) {
	.wrapper3 {
		width: 1100px;
	}

	.gk-sec {
		padding-top: 70px;
	}

	.title-inner {
		padding: 70px 0 20px;
	}

	.title-inner h2 {
		font-size: 32px;
	}

	.lnsection {
		padding: 80px 0;
	}
}

@media screen and (max-width: 1280px) {
	.wrapper3 {
		width: 96%;
	}

	.w1000 {
		width: 92%;
	}

	.gk-sec {
		padding-top: 50px;
	}

	.title-inner {
		padding: 60px 0 15px;
	}

	.title-inner h2 {
		font-size: 28px;
	}

	.lnsection {
		padding: 60px 0;
	}
}

@media screen and (max-width: 1024px) {
	.wrapper3 {
		width: auto;
		margin: 0 20px;
	}

	.w1000 {
		width: auto;
		margin: 0 20px;
	}

	.gk-sec {
		padding-top: 40px;
	}

	.title-inner {
		padding: 50px 0 10px;
	}

	.title-inner h2 {
		font-size: 26px;
	}

	.lnsection {
		padding: 50px 0;
	}
}

/* 管理团队通用 */
.tab-mng-team-t {
	text-align: center;
	margin-bottom: 60px;
}

.tab-mng-team-t ul li {
	display: inline-block;
	margin: 0 7px;
}

.tab-mng-team-t ul li a {
	display: block;
	font-size: 22px;
	font-family: 'FZLTHJ';
	width: 180px;
	border: 3px solid #666;
	color: #666;
	box-sizing: border-box;
	text-align: center;
	line-height: 40px;
}

.tab-mng-team-t ul li a:hover {
	background-color: transparent;
	border-color: #132b8c;
	color: #132b8c;
}

.tab-mng-team-t ul li.active a {
	background-color: #132b8c;
	border-color: #132b8c;
	color: #fff;
}

@media screen and (max-width: 1440px) {
	.tab-mng-team-t {
		margin-bottom: 50px;
	}

	.tab-mng-team-t ul li a {
		font-size: 20px;
		width: 160px;
		line-height: 36px;
	}
}

@media screen and (max-width: 1280px) {
	.tab-mng-team-t {
		margin-bottom: 40px;
	}

	.tab-mng-team-t ul li a {
		font-size: 18px;
		width: 150px;
		line-height: 34px;
	}
}

@media screen and (max-width: 1024px) {
	.tab-mng-team-t {
		margin-bottom: 30px;
	}

	.tab-mng-team-t ul li a {
		font-size: 16px;
		width: 130px;
		line-height: 32px;
		padding-top: 2px;
		border-width: 1px;
	}
}

@media screen and (max-width: 768px) {
	.tab-mng-team-t {
		margin-bottom: 30px;
	}

	.business-tab-box .tab-mng-team-t ul {
		text-align: left;
		width: 280px;
		margin: 0 auto;
	}

	.tab-mng-team-t ul li a {
		font-size: 16px;
		width: 120px;
		line-height: 32px;
		padding-top: 2px;
		border-width: 1px;
	}
}

/* 翻页 */
.pages-item {
	text-align: right;
	vertical-align: middle;
}

.pages-item a {
	display: inline-block;
	min-width: 50px;
	text-align: center;
	padding: 0 17px;
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	border: 1px solid #ccc;
	background-color: #fff;
	margin: 0 3px;
}

.pages-item a:hover {
	color: #5a68b3 !important
}

.pages-item .pageList {
	display: inline-block;
}

.pages-item .pageList a {
	font-size: 32px;
}

.pages-item a.active {
	border-color: transparent;
	background-color: transparent;
}

@media screen and (max-width: 1440px) {
	.pages-item .pageList a {
		font-size: 20px;
	}

	.pages-item a {
		font-size: 22px;
		padding: 0 14px;
		text-align: center;
		min-width: 50px;
		height: 46px;
		line-height: 46px;
	}
}

@media screen and (max-width: 1280px) {
	.pages-item .pageList a {
		font-size: 18px;
	}

	.pages-item a {
		font-size: 18px;
		padding: 0 10px;
		text-align: center;
		min-width: 48px;
		height: 42px;
		line-height: 42px;
	}
}

@media screen and (max-width: 1024px) {
	.pages-item .pageList a {
		font-size: 16px;
	}

	.pages-item a {
		font-size: 16px;
		padding: 0 6px;
		text-align: center;
		min-width: 40px;
		height: 40px;
		line-height: 40px;
	}
}

@media screen and (max-width: 768px) {
	.pages-item .pageList a {
		font-size: 14px;
	}

	.pages-item a {
		font-size: 16px;
		padding: 0 6px;
		text-align: center;
		min-width: 40px;
		height: 40px;
		line-height: 40px;
	}
}

@media screen and (max-width: 600px) {
	.pages-item .pageList a {
		font-size: 16px;
	}

	.pages-item a {
		padding: 0 3px;
		margin: 2px 2px 0;
		text-align: center;
		min-width: 30px;
		height: 30px;
		line-height: 30px;
	}
}

/* 投资者关系 */
.bg-tzbox {
	background: center bottom /100% 100% no-repeat #f7f7f7;
}

.bg-tzbox .footer-bg4 {
	padding-bottom: 0;
	padding-top: 50px;
}

.bg-tzbox .cwbgbox {
	padding-bottom: 0;
}

.tzz-item {
	padding: 100px 0 10px;
}

.tzz-item .title {
	line-height: 60px;
}

.tzz-item .title h1 {
	float: left;
	font-size: 32px;
	font-family: 'FZLTHJ';
	color: #132b8c;
	vertical-align: middle;
}

.tzz-item .title h1 i {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: 0 0 /cover no-repeat;
	margin-right: 15px;
	position: relative;
	top: -2px;
	vertical-align: middle;
}

.tzz-item .title h1 .ico-01 {
	background-image: url(../img/icon_tzz01.png);
}

.tzz-item .title h1 .ico-02 {
	background-image: url(../img/icon_tzz02.png);
}

.tzz-item .title h1 .ico-03 {
	background-image: url(../img/icon_tzz03.png);
}

.tzz-item .title h1 .ico-04 {
	background-image: url(../img/icon_tzz04.png);
}

.tzz-item .title h1 .ico-05 {
	background-image: url(../img/icon_tzz05.png);
}

.tzz-item .title h1 .ico-06 {
	background-image: url(../img/icon_tzz06.png);
}

.tzz-item .title h1 .ico-07 {
	background-image: url(../img/icon_tzz07.png);
}

.tzz-item .title h1 .ico-08 {
	background-image: url(../img/icon_tzz08.png);
}

.tzz-item .title h1 .ico-09 {
	background-image: url(../img/icon_tzz09.png);
}

.tzz-item .title h1 .ico-10 {
	background-image: url(../img/icon_tzz10.png);
}

.tzz-item .title h1 .ico-11 {
	background-image: url(../img/icon_news01.png);
}

.tzz-item .title h1 .ico-12 {
	background-image: url(../img/icon_news02.png);
}

.tzz-item .title h1 .ico-13 {
	background-image: url(../img/icon_news03.png);
}

.tzz-item .title h1 .ico-14 {
	background-image: url(../img/icon_news04.png);
}

.tzz-item .title h1 .ico-15 {
	background-image: url(../img/icon_zr01.png);
}

.tzz-item .title a.lkmore {
	float: right;
	font-size: 24px;
	color: #999;
}

.tzz-item .title a.lkmore:hover {
	color: #5a68b3;
}

.tzz-item .cont {
	padding-top: 40px;
}

.tzz-item-intro p {
	font-size: 20px;
	line-height: 50px;
	text-align: justify;
	color: #666;
}

.GGthlist ul li {
	border-bottom: 1px dashed #cccccc;
	padding: 35px 0;
	font-size: 20px;
}

.GGthlist ul li .datetime {
	float: left;
	margin-right: 50px;
}

.GGthlist ul li h2 {
	float: left;
	width: 55%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal
}

.GGthlist ul li .sort {
	float: right;
}

.GGthlist ul li .sort .pdf {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	background: url(../img/PDF.png) 0 0/cover no-repeat;
	margin-right: 20px;
}

.GGthlist.GGthlist-bbn ul li:last-child {
	border-bottom: none;
}

.bg-ft {
	background: center bottom /100% auto no-repeat;
}

.footer-bg4 {
	padding: 120px 0 70px;
	background-color: transparent;
}

.footer-bg4 .foot-txt {
	border-top: none;
}

@media screen and (max-width: 1024px) {
	.bg-tzbox {
		background-size: auto 100%;
	}
}

/* 股票信息 */
.tzz-item-gpxx .gpxxbox {
	background-color: #fff;
	padding: 5%;
}

/* 公告通函 */
@media screen and (max-width: 1440px) {
	.tzz-item .cont {
		padding-top: 20px;
	}

	.tzz-item-intro p {
		font-size: 18px;
		line-height: 40px;
	}

	.tzz-item .title a.lkmore {
		font-size: 18px;
	}

	.GGthlist ul li {
		padding: 28px 0;
		font-size: fnt8_18;
	}

	.GGthlist ul li .sort .pdf {
		width: 24px;
		height: 24px;
		margin-right: 15px;
	}
}

@media screen and (max-width: 1280px) {
	.tzz-item-intro p {
		font-size: 16px;
		line-height: 36px;
	}

	.tzz-item .title a.lkmore {
		font-size: 16px;
	}

	.GGthlist ul li {
		padding: 22px 0;
		font-size: 16px;
	}

	.GGthlist ul li .sort .pdf {
		width: 20px;
		height: 20px;
		margin-right: 12px;
	}
}

@media screen and (max-width: 1024px) {
	.tzz-item-intro p {
		font-size: 14px;
		line-height: 32px;
	}

	.tzz-item .title a.lkmore {
		font-size: 14px;
	}

	.GGthlist ul li {
		padding: 22px 0;
		font-size: 14px;
	}

	.GGthlist ul li .sort .pdf {
		width: 20px;
		height: 20px;
		margin-right: 12px;
	}
}

/* 总数 */
.cwbg-foot {
	padding-top: 20px;
}

.cwbg-foot .pages-item {
	text-align: left;
	float: left;
}

.cwbg-foot .total {
	float: right;
	line-height: 50px;
	font-size: 20px;
}

.cwbg-foot .total em {
	font-size: 22px;
	color: #132b8c;
	margin: 0 10px;
}

/* 投资者互动 */
.cwbgbox {
	padding: 0 0 100px;
}

.cwbgbox .GGthlist ul {
	margin-bottom: 20px;
}

/* 分析师名单 */
.fxsbox ul li {
	border-bottom: 1px dashed #ccc;
	padding: 30px 0;
	font-size: 20px;
}

.fxsbox ul li span {
	display: block;
	float: left;
	width: 33.3%;
	padding-left: 2%;
	position: relative;
	color: #666;
}

.fxsbox ul li.th span {
	color: #333;
	font-weight: bold;
}

.fxsbox ul li.th span:before {
	content: '';
	display: block;
	width: 9px;
	height: 25px;
	background-color: #132b8c;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}



@media screen and (max-width: 1440px) {
	.fxsbox ul li {
		padding: 15px 0;
		font-size: 18px;
	}

	.fxsbox ul li.th span:before {
		width: 7px;
		height: 22px;
	}
}

@media screen and (max-width: 1280px) {
	.fxsbox ul li {
		padding: 20px 0;
		font-size: 16px;
	}

	.fxsbox ul li.th span:before {
		width: 5px;
		height: 20px;
	}
}

@media screen and (max-width: 1024px) {
	.fxsbox ul li {
		padding: 16px 0;
		font-size: 14px;
	}

	.fxsbox ul li.th span:before {
		width: 4px;
		height: 18px;
	}
}

/* 新闻中心通用 */
.srhNews {
	position: relative;
	right: 0;
	top: 0%;
	z-index: 9;
	width: 300px;
	height: 42px;
	border: 1px solid #d2d2d2;
	line-height: 45px;
	box-sizing: border-box;
	background-color: #fff;
}

.i-nav-bg1.newGbg .wrapper2,
.i-nav-bg1.newGbg {
	display: flex;
	justify-content: right;
	align-items: center;
}

.srhNews .sthtxt {
	float: left;
	box-sizing: border-box;
	width: 257px;
	line-height: 40px;
	height: 40px;
	font-size: 20px;
	padding: 0 5%;
}

.srhNews .sthtxt::-webkit-input-placeholder {
	color: #ccc;
}

.srhNews .bt-srh-news {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background-color: #132b8c;
	cursor: pointer;
	border: 1px solid #132b8c;
	-webkit-transition: background-color .3s, color .3s;
	transition: background-color .3s, color .3s;
}

.srhNews .bt-srh-news i.icon-srh {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../img/icon_srh.png) no-repeat;
	margin: 0 auto;
}

.srhNews .bt-srh-news:before {
	content: '';
	position: absolute;
	top: -13px;
	left: -13px;
	bottom: -13px;
	right: -13px;
	background: inherit;
	z-index: -1;
	opacity: 0.5;
	-webkit-transform: scale3d(0.6, 0.4, 1);
	transform: scale3d(0.6, 0.4, 1);
	display: none\9;
}

.srhNews .bt-srh-news:hover {
	background: #994c52;
	border-color: #994c52;
	-webkit-transition: background-color .1s .3s, color .1s .3s;
	transition: background-color .1s .3s, color .1s .3s;
	-webkit-animation: anim-moema-1 .3s forwards;
	animation: anim-moema-1 .3s forwards;
}

.srhNews .bt-srh-news:hover:before {
	-webkit-animation: anim-moema-2 .3s .3s forwards;
	animation: anim-moema-2 .3s .3s forwards;
}

.srhNews .bt-srh-news:focus {
	background: #994c52;
	border-color: #994c52;
	-webkit-transition: background-color .1s .3s, color .1s .3s;
	transition: background-color .1s .3s, color .1s .3s;
	-webkit-animation: anim-moema-1 .3s forwards;
	animation: anim-moema-1 .3s forwards;
}

.srhNews .bt-srh-news:focus:before {
	-webkit-animation: anim-moema-2 .3s .3s forwards;
	animation: anim-moema-2 .3s .3s forwards;
}

/* 新闻图文列表通用 */
.news-item-yw .title h1 {
	color: #132b8c;
}

.new-tz {
	position: absolute;
	left: 0;
	top: -40px;
}

.news-item-yw .yw-tab-nav {
	float: right;
	border: 1px solid #d2d2d2;
	width: 180px;
	line-height: 40px;
	margin-top: 10px;
}

.news-item-yw .yw-tab-nav li {
	float: left;
	width: 50%;
	text-align: center;
	font-size: 18px;
	vertical-align: middle;
}

.news-item-yw .yw-tab-nav li span {
	color: #999;
}

.news-item-yw .yw-tab-nav li i {
	display: inline-block;
	width: 28px;
	height: 28px;
	background-size: cover;
	background-repeat: no-repeat;
	margin-right: 4px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}

.news-item-yw .yw-tab-nav li i.icon-tw {
	background-image: url(../img/icon_twlb1.png);
}

.news-item-yw .yw-tab-nav li i.icon-lb {
	background-image: url(../img/icon_twlb2.png);
}

.news-item-yw .yw-tab-nav li.active {
	background-color: #132b8c;
}

.news-item-yw .yw-tab-nav li.active span {
	color: #fff;
}

.news-item-yw .yw-tab-nav li.active i.icon-tw {
	background-image: url(../img/icon_twlb1_on.png);
}

.news-item-yw .yw-tab-nav li.active i.icon-lb {
	background-image: url(../img/icon_twlb2_on.png);
}

@media screen and (max-width: 1440px) {
	.tzz-item {
		padding-top: 80px;
	}

	.tzz-item .title h1 i {
		width: 36px;
		height: 36px;
		margin-right: 12px;
	}

	.tzz-item .title h1 {
		font-size: 28px;
	}

	.cwbg-foot .total {
		font-size: 18px;
		line-height: 45px;
	}

	.cwbg-foot .total em {
		font-size: 20px;
	}

	.srhNews .sthtxt {
		font-size: 16px;
	}

	.news-item-yw .yw-tab-nav li {
		font-size: 16px;
	}

	.news-item-yw .yw-tab-nav li i {
		width: 22px;
		height: 22px;
	}
}

@media screen and (max-width: 1280px) {
	.tzz-item .cont {
		padding-top: 30px;
	}

	.tzz-item {
		padding-top: 70px;
	}

	.tzz-item .title h1 i {
		width: 34px;
		height: 34px;
		margin-right: 10px;
	}

	.tzz-item .title h1 {
		font-size: 26px;
	}

	.cwbg-foot .total {
		font-size: 16px;
		line-height: 40px;
	}

	.cwbg-foot .total em {
		font-size: 18px;
	}

	.srhNews .sthtxt {
		font-size: 14px;
	}

	.news-item-yw .yw-tab-nav li {
		font-size: 14px;
	}

	.news-item-yw .yw-tab-nav li i {
		width: 20px;
		height: 20px;
	}
}

@media screen and (max-width: 1024px) {
	.tzz-item {
		padding-top: 60px;
	}

	.tzz-item .title h1 i {
		width: 32px;
		height: 32px;
		margin-right: 8px;
	}

	.tzz-item .title h1 {
		font-size: 24px;
	}

	.tzz-item .cont {
		padding-top: 20px;
	}

	.cwbg-foot .total {
		font-size: 14px;
		line-height: 38px;
	}

	.cwbg-foot .total em {
		font-size: 16px;
	}

	.srhNews {
		height: 36px;
		width: 256px;
	}

	.srhNews .sthtxt {
		font-size: 14px;
		height: 34px;
		line-height: 34px;
		width: 222px;
	}

	.srhNews .bt-srh-news {
		height: 34px;
		width: 34px;
	}

	.srhNews .bt-srh-news i.icon-srh {
		width: 16px;
		height: 16px;
		background-size: cover;
	}

	.news-item-yw .yw-tab-nav li {
		font-size: 14px;
	}

	.news-item-yw .yw-tab-nav li i {
		width: 20px;
		height: 20px;
	}
}

@media screen and (max-width: 768px) {
	.tzz-item {
		padding-top: 50px;
	}

	.tzz-item .title h1 i {
		width: 28px;
		height: 28px;
		margin-right: 6px;
	}

	.tzz-item .title h1 {
		font-size: 22px;
	}

	.tzz-item .cont {
		padding-top: 15px;
	}

	.srhNews {
		height: 32px;
		width: 200px;
		top: 60px;
		transform: translateY(0);
	}

	.srhNews .sthtxt {
		height: 30px;
		line-height: 30px;
		width: 170px;
	}

	.srhNews .bt-srh-news {
		height: 30px;
		width: 30px;
	}

	.srhNews .bt-srh-news i.icon-srh {
		width: 12px;
		height: 12px;
		background-size: cover;
	}

	.news-item-yw .yw-tab-nav {
		width: 150px;
		line-height: 34px;
	}

	.news-item-yw .yw-tab-nav li i {
		width: 16px;
		height: 16px;
		top: -1px;
	}
}

@media screen and (max-width: 600px) {
	.tzz-item {
		padding-top: 50px;
	}

	.tzz-item .title h1 i {
		width: 24px;
		height: 24px;
		margin-right: 5px;
	}

	.tzz-item .title h1 {
		font-size: 20px;
	}

	.srhNews {
		height: 32px;
		width: 160px;
	}

	.srhNews .sthtxt {
		width: 120px;
	}

	.srhNews .bt-srh-news {
		height: 30px;
		width: 30px;
	}

	.srhNews .bt-srh-news i.icon-srh {
		width: 12px;
		height: 12px;
		background-size: cover;
	}

	.cwbg-foot .pages-item {
		float: none;
		text-align: center;
	}

	.cwbg-foot .total {
		float: none;
		text-align: center;
		margin-top: 10px;
	}
}

.footerpb {
	padding-bottom: 0;
	background-color: transparent;
}




/* 办事机构 */
.workingbody .Report-head {
	display: inline-block;
	padding: 0 50px;
	line-height: 73px;
	position: relative;
	margin: 0 10px;
	font-size: 32px;
	background: linear-gradient(top, rgb(24, 48, 143) 24%, rgb(111, 127, 189) 80%);
	background: -o-linear-gradient(top, rgb(24, 48, 143) 24%, rgb(111, 127, 189) 80%);
	background: -ms-linear-gradient(top, rgb(24, 48, 143) 24%, rgb(111, 127, 189) 80%);
	background: -moz-linear-gradient(top, rgb(24, 48, 143) 24%, rgb(111, 127, 189) 80%);
	background: -webkit-linear-gradient(top, rgb(24, 48, 143) 24%, rgb(111, 127, 189) 80%);
	color: #fff;
}

.workingbody .Report-head:before {
	content: '';
	display: block;
	left: -10px;
	top: 0;
	height: 100%;
	width: 6px;
	background: linear-gradient(top, rgb(24, 48, 143) 24%, rgb(111, 127, 189) 80%);
	background: -o-linear-gradient(top, rgb(24, 48, 143) 24%, rgb(111, 127, 189) 80%);
	background: -ms-linear-gradient(top, rgb(24, 48, 143) 24%, rgb(111, 127, 189) 80%);
	background: -moz-linear-gradient(top, rgb(24, 48, 143) 24%, rgb(111, 127, 189) 80%);
	background: -webkit-linear-gradient(top, rgb(24, 48, 143) 24%, rgb(111, 127, 189) 80%);
	position: absolute;
}

.workingbody .Report-head:after {
	content: '';
	display: block;
	right: -10px;
	top: 0;
	height: 100%;
	width: 6px;
	background: linear-gradient(top, rgb(24, 48, 143) 24%, rgb(111, 127, 189) 80%);
	background: -o-linear-gradient(top, rgb(24, 48, 143) 24%, rgb(111, 127, 189) 80%);
	background: -ms-linear-gradient(top, rgb(24, 48, 143) 24%, rgb(111, 127, 189) 80%);
	background: -moz-linear-gradient(top, rgb(24, 48, 143) 24%, rgb(111, 127, 189) 80%);
	background: -webkit-linear-gradient(top, rgb(24, 48, 143) 24%, rgb(111, 127, 189) 80%);
	position: absolute;
}

.workingbody .Report-body h3 {
	font-size: 24px;
	margin: 45px 0 20px;
	color: #595959
}

.workingbody .searchsf {
	border: 2px solid #ccc;
	width: 260px;
	height: 56px;
	position: relative;
	background-color: #fff;
	margin-bottom: 20px;
}

.workingbody .searchsf:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 12px solid #d2d2d2;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 26px;
	position: absolute;
	z-index: 1;
}

.workingbody .searchsf select {
	width: 100%;
	height: 100%;
	font-size: 22px;
	padding: 0 22px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	position: relative;
	z-index: 3;
	background: transparent;
	border: 0;
}

.workingbody .searchsf select:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 12px solid #d2d2d2;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 26px;
	position: absolute;
	z-index: 4;
}

.workingbody .searchsf select::-ms-expand {
	display: none;
}

.workingbody .bs-info {
	margin-top: 60px;
	margin-bottom: 100px;
}

.workingbody .bs-info ul li {
	vertical-align: middle;
	margin-bottom: 20px;
}

.workingbody .bs-info ul li i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}

.workingbody .bs-info ul li span {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	color: #595959;
}

@media screen and (max-width: 1440px) {
	.workingbody .Report-head {
		padding: 0 40px;
		font-size: 28px;
		line-height: 68px;
	}

	.workingbody .Report-body h3 {
		font-size: 22px;
		margin: 35px 0 15px;
	}

	.workingbody .searchsf select {
		font-size: 20px;
		padding: 0 18px;
	}

	.workingbody .searchsf {
		width: 220px;
		height: 50px;
	}

	.workingbody .searchsf:before {
		right: 16px;
		border-width: 8px;
	}

	.workingbody .bs-info ul li {
		margin-bottom: 15px;
	}

	.workingbody .bs-info ul li i {
		width: 48px;
		height: 48px;
		margin-right: 20px;
	}

	.workingbody .bs-info ul li span {
		font-size: 20px;
	}
}

@media screen and (max-width: 1280px) {
	.workingbody .Report-head {
		padding: 0 30px;
		font-size: 26px;
		line-height: 60px;
	}

	.workingbody .Report-body h3 {
		font-size: 20px;
		margin: 30px 0 10px;
	}

	.workingbody .searchsf select {
		font-size: 18px;
		padding: 0 14px;
	}

	.workingbody .searchsf {
		width: 210px;
		height: 45px;
	}

	.workingbody .searchsf:before {
		right: 12px;
		border-width: 8px;
	}

	.workingbody .bs-info ul li {
		margin-bottom: 12px;
	}

	.workingbody .bs-info ul li i {
		width: 42px;
		height: 42px;
		margin-right: 15px;
	}

	.workingbody .bs-info ul li span {
		font-size: 18px;
	}
}

@media screen and (max-width: 1024px) {
	.workingbody .Report-head {
		padding: 0 25px;
		font-size: 24px;
		line-height: 55px;
		margin: 0 6px;
	}

	.workingbody .Report-head:before {
		width: 3px;
		left: -6px;
	}

	.workingbody .Report-head:after {
		width: 3px;
		right: -6px;
	}

	.workingbody .Report-body h3 {
		font-size: 18px;
		margin: 30px 0 10px;
	}

	.workingbody .searchsf select {
		font-size: 16px;
		padding: 0 12px;
	}

	.workingbody .searchsf {
		width: 200px;
		height: 40px;
	}

	.workingbody .searchsf:before {
		right: 10px;
		border-width: 6px;
	}

	.workingbody .bs-info ul li {
		margin-bottom: 10px;
	}

	.workingbody .bs-info ul li i {
		width: 38px;
		height: 38px;
		margin-right: 12px;
	}

	.workingbody .bs-info ul li span {
		font-size: 16px;
	}
}

@media screen and (max-width: 768px) {
	.workingbody .Report-head {
		padding: 0 20px;
		font-size: 22px;
		line-height: 50px;
	}

	.workingbody .Report-body h3 {
		font-size: 18px;
		margin: 30px 0 10px;
	}

	.workingbody .searchsf select {
		font-size: 14px;
		padding: 0 12px;
	}

	.workingbody .searchsf {
		width: 180px;
		height: 38px;
	}

	.workingbody .searchsf:before {
		right: 10px;
		border-width: 6px;
	}

	.workingbody .bs-info ul li {
		margin-bottom: 10px;
	}

	.workingbody .bs-info ul li i {
		width: 32px;
		height: 32px;
		margin-right: 10px;
	}

	.workingbody .bs-info ul li span {
		font-size: 14px;
	}
}

/* 招贤纳士通用样式S */
.zx-section {
	padding: 80px 0 0;
}

.zx-section .title h2 {
	display: inline-block;
	padding: 0 50px;
	line-height: 73px;
	position: relative;
	margin: 0 10px;
	background: linear-gradient(top, rgb(24, 48, 143) 24%, rgb(111, 127, 189) 80%);
	background: -o-linear-gradient(top, rgb(24, 48, 143) 24%, rgb(111, 127, 189) 80%);
	background: -ms-linear-gradient(top, rgb(24, 48, 143) 24%, rgb(111, 127, 189) 80%);
	background: -moz-linear-gradient(top, rgb(24, 48, 143) 24%, rgb(111, 127, 189) 80%);
	background: -webkit-linear-gradient(top, rgb(24, 48, 143) 24%, rgb(111, 127, 189) 80%);
	color: #fff;
}

.zx-section .title400 h2 {
	width: 400px;
	text-align: center;
	padding: 0;
}

.zx-section .title h2:before {
	content: '';
	display: block;
	left: -10px;
	top: 0;
	height: 100%;
	width: 6px;
	background: linear-gradient(top, rgb(24, 48, 143) 24%, rgb(111, 127, 189) 80%);
	background: -o-linear-gradient(top, rgb(24, 48, 143) 24%, rgb(111, 127, 189) 80%);
	background: -ms-linear-gradient(top, rgb(24, 48, 143) 24%, rgb(111, 127, 189) 80%);
	background: -moz-linear-gradient(top, rgb(24, 48, 143) 24%, rgb(111, 127, 189) 80%);
	background: -webkit-linear-gradient(top, rgb(24, 48, 143) 24%, rgb(111, 127, 189) 80%);
	position: absolute;
}

.zx-section .title h2:after {
	content: '';
	display: block;
	right: -10px;
	top: 0;
	height: 100%;
	width: 6px;
	background: linear-gradient(top, rgb(24, 48, 143) 24%, rgb(111, 127, 189) 80%);
	background: -o-linear-gradient(top, rgb(24, 48, 143) 24%, rgb(111, 127, 189) 80%);
	background: -ms-linear-gradient(top, rgb(24, 48, 143) 24%, rgb(111, 127, 189) 80%);
	background: -moz-linear-gradient(top, rgb(24, 48, 143) 24%, rgb(111, 127, 189) 80%);
	background: -webkit-linear-gradient(top, rgb(24, 48, 143) 24%, rgb(111, 127, 189) 80%);
	position: absolute;
}

.zx-section .title-hs h2 {
	background-color: #132b8c;
	width: 237px;
	text-align: center;
	font-family: 'FZLTHJ-bold';
}

.zx-section .title-hs h2:before {
	background-color: #132b8c;
}

.zx-section .title-hs h2:after {
	background-color: #132b8c;
}

.zx-section .title2 {
	color: #132b8c;
}

.zx-section .title2 i {
	display: inline-block;
	width: 62px;
	height: 62px;
	margin-right: 15px;
	background: 0 0 /cover no-repeat;
	vertical-align: middle;
	position: relative;
	top: -3px;
}

.zx-section .title2 i.icon-01 {
	background-image: url(../img/icon_zx01.png);
}

.zx-section .title2 i.icon-02 {
	background-image: url(../img/icon_zx02.png);
}

.zx-section .cont {
	padding: 40px 0 10px;
}

.zx-section h2 {
	font-size: 32px;
}

.zx-section p {
	font-size: 22px;
	color: #666;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 36px;
	margin-bottom: 5px;
}

.zx-section p.wei {
	text-align: right;
	margin-top: 30px;
}

.zx-section p strong {
	color: #5a68b3;
	font-weight: normal;
}

.zx-section .zx-lr-box {
	position: relative;
	width: 94.92188%;
	margin: 60px 0 20px 4.6875%;
}

.zx-section .zx-lr-box:before {
	content: '';
	display: block;
	width: 100px;
	height: 100px;
	background-color: #5a68b3;
	position: absolute;
	left: -1.97531%;
	top: -21px;
	opacity: 0.5
}

.zx-section .zx-lr-box:after {
	content: '';
	display: block;
	width: 100px;
	height: 100px;
	background-color: #5a68b3;
	position: absolute;
	right: -1.97531%;
	bottom: -21px;
	opacity: 0.5
}

.zx-section .zx-lr-box .zx-lr-inner {
	border: 1px solid #dcdcdc;
	background-color: #f6f6f6;
	position: relative;
	z-index: 3;
}

.zx-section .zx-lr-box .zx-left-img {

	padding: 15px;
	top: 55px;
	overflow: hidden;
	position: absolute;
	width: 29.1358%;
}

.zx-section .zx-lr-box .zx-left-img .img {
	width: 100%;
}

.zx-section .zx-lr-box .zx-right-word {
	float: right;
	width: 70%;
	padding: 6% 1%;
	margin-left: 26.74897%;
}

.zx-section .zx-lr-box .zx-right-word h2 {
	color: #132b8c;
	text-align: center;
	margin-bottom: 2%;
}

.zx-section .zx-lr-box .zx-right-word h2 b {
	font-size: 56px;
	margin: 0 10px;
	display: inline-block;
}

.zx-section .zx-lr-box2 {
	margin-top: 90px;
}

.zx-section .zx-lr-box2 .zx-left-img {
	width: 48.14815%;
}

.zx-section .zx-lr-box2 .zx-right-word {
	width: 52.6749%;
	margin-left: 45.26749%;
	padding-top: 6%;
}

/* 通用E */
.zx-wrap {
	border-top: 2px dashed #ccc;
	border-bottom: 2px dashed #ccc;
	padding-bottom: 70px;
}

/* 方块s */
.tlbr-block {
	position: relative;
}

.tlbr-block:before {
	content: '';
	display: block;
	width: 100px;
	height: 100px;
	background-color: #dac2aa;
	opacity: 0.5;
	position: absolute;
	top: -20px;
	left: -20px;
	z-index: 1;
}

.tlbr-block:after {
	content: '';
	display: block;
	width: 100px;
	height: 100px;
	background-color: #dac2aa;
	opacity: 0.5;
	position: absolute;
	bottom: -5px;
	right: -20px;
	z-index: 1;
}

.tl-block {
	position: relative;
}

.tl-block:before {
	content: '';
	display: block;
	width: 100px;
	height: 100px;
	background-color: #5a68b3;
	opacity: 0.5;
	position: absolute;
	top: -20px;
	left: -20px;
	z-index: 1;
}

.br-block {
	position: relative;
}

.br-block:after {
	content: '';
	display: block;
	width: 100px;
	height: 100px;
	background-color: #5a68b3;
	opacity: 0.5;
	position: absolute;
	bottom: -20px;
	right: -20px;
	z-index: 1;
}

/* 方块E */

.rc-block-box {
	margin-top: 80px;
}

.rc-block-box .tit {
	text-align: center;
}

.rc-block-box .tit h3 {
	color: #132b8c;
	font-size: 24px;
	vertical-align: middle;
}

.rc-block-box .tit h3:before {
	content: '';
	display: inline-block;
	width: 10.46875%;
	height: 2px;
	background: url(../img/line_l.png) 0 0/100% 100% no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}

.rc-block-box .tit h3:after {
	content: '';
	display: inline-block;
	width: 10.46875%;
	height: 2px;
	background: url(../img/line_r.png) 0 0/100% 100% no-repeat;
	margin-left: 10px;
	vertical-align: middle;
}

@media screen and (max-width: 1440px) {
	.zx-section {
		padding-top: 70px;
	}

	.zx-section h2 {
		font-size: 28px;
	}

	.zx-section p {
		font-size: 20px;
		line-height: 32px;
	}

	.zx-section .title h2 {
		padding: 0 40px;
		line-height: 68px;
	}

	.zx-section .title400 h2 {
		width: 300px;
	}

	.zx-section .title-hs h2 {
		width: 200px;
	}

	.zx-section .cont {
		padding: 30px 0 10px;
	}

	.zx-section .title2 i {
		width: 56px;
		height: 56px;
		margin-right: 12px;
	}

	.zx-wrap {
		padding-bottom: 60px;
	}

	.zx-section .zx-lr-box .zx-right-word {
		padding: 4% 1%;
	}

	.zx-section .zx-lr-box .zx-right-word h2 b {
		font-size: 48px;
	}

	.zx-section .zx-lr-box .zx-left-img {
		padding: 10px;
	}

	.rc-block-box {
		margin-top: 70px;
	}

	.rc-block-box .tit h3 {
		font-size: 20px;
	}

	.zx-section .zx-lr-box .zx-left-img {
		top: 50px;
	}
}

@media screen and (max-width: 1280px) {
	.zx-section .zx-lr-box .zx-left-img {
		top: 40px;
	}

	.zx-section {
		padding-top: 60px;
	}

	.zx-section h2 {
		font-size: 26px;
	}

	.zx-section p {
		font-size: 18px;
		line-height: 30px;
	}

	.zx-section .title h2 {
		padding: 0 35px;
		line-height: 60px;
	}

	.zx-section .title400 h2 {
		width: 280px;
	}

	.zx-section .title-hs h2 {
		width: 180px;
	}

	.zx-section .cont {
		padding: 25px 0 10px;
	}

	.zx-section .title2 i {
		width: 50px;
		height: 50px;
		margin-right: 10px;
	}

	.zx-wrap {
		padding-bottom: 50px;
	}

	.zx-section .zx-lr-box .zx-right-word {
		padding: 6% 1% 4%;
	}

	.zx-section .zx-lr-box .zx-right-word h2 b {
		font-size: 40px;
	}

	.zx-section .zx-lr-box .zx-left-img {
		padding: 10px;
	}

	.rc-block-box {
		margin-top: 60px;
	}

	.rc-block-box .tit h3 {
		font-size: 20px;
	}
}

@media screen and (max-width: 1024px) {
	.zx-section {
		padding-top: 50px;
	}

	.zx-section h2 {
		font-size: 24px;
	}

	.zx-section p {
		font-size: 16px;
		line-height: 28px;
	}

	.zx-section .title h2 {
		padding: 0 30px;
		line-height: 55px;
	}

	.zx-section .title400 h2 {
		width: 240px;
	}

	.zx-section .title-hs h2 {
		width: 160px;
		padding: 0;
	}

	.zx-section .cont {
		padding: 20px 0 10px;
	}

	.zx-section .title2 i {
		width: 46px;
		height: 46px;
		margin-right: 8px;
	}

	.zx-wrap {
		padding-bottom: 40px;
	}

	.zx-section .zx-lr-box .zx-right-word h2 b {
		font-size: 34px;
	}

	.tlbr-block:before {
		left: -10px;
		top: -10px;
	}

	.tlbr-block:after {
		right: -10px;
		bottom: 5px;
	}

	.tl-block:before {
		width: 50px;
		height: 50px;
		left: -10px;
		top: -10px;
	}

	.br-block:after {
		width: 50px;
		height: 50px;
		right: -10px;
		bottom: -10px;
	}

	.rc-block-box {
		margin-top: 50px;
	}

	.rc-block-box .tit h3 {
		font-size: 18px;
	}

}

@media screen and (max-width: 768px) {
	.zx-section {
		padding-top: 40px;
	}

	.zx-section h2 {
		font-size: 22px;
	}

	.zx-section p {
		font-size: 14px;
		line-height: 26px;
	}

	.zx-section .title h2 {
		padding: 0 25px;
		line-height: 50px;
		margin: 0 6px;
	}

	.zx-section .title400 h2 {
		width: 220px;
	}

	.zx-section .title h2:before {
		width: 3px;
		left: -6px;
	}

	.zx-section .title h2:after {
		width: 3px;
		right: -6px;
	}

	.zx-section .cont {
		padding: 20px 0 10px;
	}

	.zx-section .title2 i {
		width: 46px;
		height: 46px;
		margin-right: 8px;
	}

	.zx-wrap {
		padding-bottom: 40px;
	}

	.zx-section .zx-lr-box:before {
		top: -10px;
	}

	.zx-section .zx-lr-box:after {
		bottom: -10px;
	}

	.zx-section .zx-lr-box .zx-right-word h2 {
		font-size: 20px;
	}

	.zx-section .zx-lr-box .zx-right-word h2 b {
		font-size: 30px;
	}

	.zx-section .zx-lr-box .zx-left-img {
		width: 40%;
		position: relative;
		float: left;
	}

	.zx-section .zx-lr-box .zx-right-word {
		float: none;
		margin-left: 10px;
		width: auto;
	}

	.zx-section .zx-lr-box2 .zx-left-img {
		width: 48%;
	}

	.tlbr-block:before {
		left: -10px;
		top: -10px;
		width: 50px;
		height: 50px;
	}

	.tlbr-block:after {
		right: -10px;
		bottom: 5px;
		width: 50px;
		height: 50px;
	}

	.rc-block-box {
		margin-top: 30px;
	}
}

@media screen and (max-width: 500px) {
	.zx-section .zx-lr-box:before {
		top: -20px;
	}

	.zx-section .zx-lr-box .zx-right-word h2 {
		font-size: 18px;
	}

	.zx-section .zx-lr-box .zx-right-word h2 b {
		font-size: 20px;
		margin: 0 1px;
	}

	.zx-section .zx-lr-box .zx-left-img {
		width: 100%;
		float: none;
		top: -10px;
	}

	.zx-section .zx-lr-box .zx-left-img .img-responsive {
		width: 100%;
	}

	.zx-section .zx-lr-box .zx-right-word {
		margin-left: 0;
		padding: 10px 10px 20px;
	}

	.zx-section .zx-lr-box2 {
		margin-top: 60px;
	}

	.zx-section .title2 i {
		width: 38px;
		height: 38px;
	}

	.zx-wrap .wrapper2 {
		margin: 0;
	}
}

/* 招贤纳士菜单切换 */
.rcpy-tab {
	position: relative;
}

.rcpy-tab .rcpy-item {
	float: left;
	width: 31.875%;
	margin-right: 1.95313%;
}

.rcpy-tab .rcpy-item:last-child {
	margin-right: 0;
}

.rcpy-tab .rcpy-item a {
	display: block;
}

.rcpy-tab .py-head {
	text-align: center;
	margin-bottom: 50px;
}

.rcpy-tab .py-head i {
	display: block;
	width: 78px;
	height: 78px;
	background: 0 0 /cover no-repeat;
	margin: 0 auto;
}

.rcpy-tab .py-head i.icon-1 {
	background-image: url(../img/icon_rcpy01.png);
}

.rcpy-tab .py-head i.icon-2 {
	background-image: url(../img/icon_rcpy02.png);
}

.rcpy-tab .py-head i.icon-3 {
	background-image: url(../img/icon_rcpy03.png);
}

.rcpy-tab .py-head h3 {
	color: #666;
	font-size: 24px;
	vertical-align: middle;
}

.rcpy-tab .py-head h3:before {
	content: '';
	display: inline-block;
	width: 25.4902%;
	height: 2px;
	background: url(../img/line2_l.png) 0 0/100% 100% no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}

.rcpy-tab .py-head h3:after {
	content: '';
	display: inline-block;
	width: 25.4902%;
	height: 2px;
	background: url(../img/line2_r.png) 0 0/100% 100% no-repeat;
	margin-left: 10px;
	vertical-align: middle;
}

.rcpy-tab .py-body {
	border: 1px solid #d2d2d2;
	position: relative;
}

.rcpy-tab .py-body .img {
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.rcpy-tab .py-body .img .img-responsive {
	width: 100%;
	transition: all .4s;
}

.rcpy-tab .py-body .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
	background-color: rgba(0, 0, 0, 0.75);
}

.rcpy-tab .py-body .bg span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 300px;
	line-height: 64px;
	color: #fff;
	box-sizing: border-box;
	border: 4px solid #fff;
	font-size: 28px;
	text-align: center;
}

.rcpy-tab .py-body:after {
	content: '';
	display: block;
	z-index: 1;
	width: 100%;
	height: calc(100% + 26px);
	background: url(../img/bg_rcpy01.png) center bottom/cover no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .4s;
	opacity: 0;
}

.rcpy-tab .py-foot {
	padding: 25px 30px;
	height: 240px;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.rcpy-tab .py-foot p {
	font-size: 20px;
	color: #666;
	text-align: justify;
}

.rcpy-tab .active i.icon-1 {
	background-image: url(../img/icon_rcpy01_on.png);
}

.rcpy-tab .active i.icon-2 {
	background-image: url(../img/icon_rcpy02_on.png);
}

.rcpy-tab .active i.icon-3 {
	background-image: url(../img/icon_rcpy03_on.png);
}

.rcpy-tab .active h3 {
	color: #132b8c;
}

.rcpy-tab .active .py-body:after {
	opacity: 1;
}

.rcpy-tab .active .py-foot p {
	color: #fff;
}

.rcpy-tab a:hover .py-body img {
	transform: scale(1.05);
}

@media screen and (max-width: 1440px) {
	.rcpy-tab {
		padding-top: 80px;
	}

	.rcpy-tab .py-head i {
		width: 70px;
		height: 70px;
	}

	.rcpy-tab .py-head h3 {
		font-size: 22px;
	}

	.rcpy-tab .py-head {
		margin-bottom: 40px;
	}

	.rcpy-tab .py-body .bg span {
		width: 80%;
		border-width: 2px;
		font-size: 26px;
		line-height: 60px;
	}

	.rcpy-tab .py-foot {
		padding: 20px;
		height: 200px;
	}

	.rcpy-tab .py-foot p {
		font-size: 18px;
	}
}

@media screen and (max-width: 1280px) {
	.rcpy-tab {
		padding-top: 70px;
	}

	.rcpy-tab .py-head i {
		width: 65px;
		height: 65px;
	}

	.rcpy-tab .py-head h3 {
		font-size: 20px;
	}

	.rcpy-tab .py-head {
		margin-bottom: 35px;
	}

	.rcpy-tab .py-body .bg span {
		width: 80%;
		border-width: 2px;
		font-size: 24px;
		line-height: 56px;
	}

	.rcpy-tab .py-foot {
		padding: 15px;
		height: 200px;
	}

	.rcpy-tab .py-foot p {
		font-size: 16px;
	}
}

@media screen and (max-width: 1024px) {
	.rcpy-tab {
		padding-top: 60px;
	}

	.rcpy-tab .py-head i {
		width: 50px;
		height: 50px;
	}

	.rcpy-tab .py-head h3 {
		font-size: 18px;
	}

	.rcpy-tab .py-head {
		margin-bottom: 35px;
	}

	.rcpy-tab .py-head h3:before {
		width: 15%;
	}

	.rcpy-tab .py-head h3:after {
		width: 15%;
	}

	.rcpy-tab .py-body .bg span {
		width: 80%;
		border-width: 2px;
		font-size: 22px;
		line-height: 50px;
	}

	.rcpy-tab .py-foot {
		padding: 15px;
		height: 200px;
	}

	.rcpy-tab .py-foot p {
		font-size: 14px;
	}
}

@media screen and (max-width: 768px) {
	.rcpy-tab {
		padding-top: 50px;
	}

	.rcpy-tab .py-head i {
		width: 40px;
		height: 40px;
	}

	.rcpy-tab .py-head h3 {
		font-size: 16px;
	}

	.rcpy-tab .py-head {
		margin-bottom: 25px;
	}

	.rcpy-tab .py-head h3:before {
		display: none;
	}

	.rcpy-tab .py-head h3:after {
		display: none;
	}

	.rcpy-tab .py-body .bg span {
		width: 90%;
		border: none;
		font-size: 20px;
		line-height: 40px;
	}

	.rcpy-tab .py-foot {
		padding: 10px;
		height: auto;
	}
}

@media screen and (max-width: 500px) {
	.rcpy-tab .py-head h3 {
		font-size: 14px;
	}
}

/* 轮播公用 */
.certify {
	margin: 56px auto;
	width: 98%;
	position: relative;
}

.certify .swiper-container {
	padding: 20px 0 80px;
}

.certify .swiper-slide {
	width: 47.1875%;
	background: #fff;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}

.certify .swiper-slide .txt {
	line-height: 80px;
	background-color: #fff;
	position: relative;
	text-align: center;
	font-size: 22px;
	color: #666;
}

.certify .swiper-slide .txt:after {
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: -2px;
	left: 0%;
	transition: all .6s ease-in-out;
	background: linear-gradient(to right, rgba(19, 43, 140, 0) 1%, rgba(19, 43, 140, 0.7) 23%, rgba(19, 43, 140, 0.72) 25%, rgba(19, 43, 140, 1) 50%, rgba(19, 43, 140, 0.75) 74%, rgba(19, 43, 140, 0.72) 75%, rgba(19, 43, 140, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#132b8c', endColorstr='#132b8c', GradientType=1);
}

.certify .swiper-slide .report-img {
	background: #fff;
	width: 100%;
	display: table;
	overflow: hidden;
	cursor: pointer;
}

.certify .swiper-slide .report-img img {
	width: 100%;
	transition: all .4s;
}

.certify .swiper-slide .report-img:hover img {
	transform: scale(1.05);
}

.certify .swiper-slide-active:hover .txt:after {
	width: 100%;
	left: 0;
}

.certify .swiper-slide {
	position: relative;
}

.certify .swiper-slide .swiper-over {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.certify .swiper-slide-active .swiper-over {
	display: none;
}

@media screen and (max-width: 1440px) {
	.certify {
		margin: 40px auto;
	}

	.certify .swiper-container {
		padding-bottom: 60px;
	}

	.certify .swiper-slide .txt {
		line-height: 60px;
		font-size: 20px;
	}
}

@media screen and (max-width: 1280px) {
	.certify {
		margin: 35px auto;
	}

	.certify .swiper-container {
		padding-bottom: 50px;
	}

	.certify .swiper-slide .txt {
		line-height: 50px;
		font-size: 18px;
	}
}

@media screen and (max-width: 1024px) {
	.certify {
		margin: 30px auto;
	}

	.certify .swiper-container {
		padding-bottom: 40px;
	}

	.certify .swiper-slide .txt {
		line-height: 40px;
		font-size: 16px;
	}
}

@media screen and (max-width: 768px) {
	.certify {
		margin: 25px auto;
	}

	.certify .swiper-container {
		padding-bottom: 30px;
	}

	.certify .swiper-slide .txt {
		line-height: 30px;
		font-size: 14px;
	}

	.tlbr-block-even:after {
		display: none;
	}

	.certify .swiper-slide {
		width: 70%;
	}
}

/* 轮播菜单导航 */
.historybx {
	line-height: 50px;
	border-radius: 25px;
}

.historybx .Casesnextprev {
	font-size: 16px;
}

.historybx .swiper-slide {
	width: 100px;
	margin-right: 20px;
}

.historybx {
	margin: 20px 0;
}

.historybx {
	background: url(../img/huawen_gray.jpg);
	border: 2px solid #d2d2d2;
	overflow: hidden;
	line-height: 76px;
	border-radius: 38px;
	margin: 58px 0;
}

.historybx .Casesnextprev {
	font-size: 26px;
	width: 9.375%;
	text-align: center;
	font-weight: bold;
	outline: none;
}

.historybx .Casesnext {
	float: left;
}

.historybx .Casesprev {
	float: right;
}

.historybx .innernav-tab-qs {
	float: left;
	font-size: 20px;
	width: 81.25%;
	overflow: hidden;
}

.historybx .swiper-slide {
	width: 140px;
	text-align: center;
	margin-right: 40px;
}

.historybx .swiper-slide:last-child {
	margin-right: 0;
}

.historybx .swiper-slide.active {
	background-color: #5a68b3;
}

.historybx .swiper-slide.active a {
	color: #fff;
}

@media screen and (max-width: 1440px) {
	.historybx {
		line-height: 70px;
		border-radius: 35px;
	}

	.historybx .Casesnextprev {
		font-size: 22px;
	}

	.historybx .innernav-tab-qs {
		font-size: 18px;
	}

	.historybx .swiper-slide {
		width: 130px;
		margin-right: 25px;
	}

	.historybx {
		margin: 40px 0;
	}
}

@media screen and (max-width: 1280px) {
	.historybx {
		line-height: 65px;
		border-radius: 32px;
	}

	.historybx .Casesnextprev {
		font-size: 20px;
	}

	.historybx .innernav-tab-qs {
		font-size: 16px;
	}

	.historybx .swiper-slide {
		width: 130px;
		margin-right: 25px;
	}

	.historybx {
		margin: 30px 0;
	}
}

@media screen and (max-width: 1024px) {
	.historybx {
		line-height: 60px;
		border-radius: 30px;
	}

	.historybx .Casesnextprev {
		font-size: 18px;
	}

	.historybx .innernav-tab-qs {
		font-size: 14px;
	}

	.historybx .swiper-slide {
		width: 120px;
		margin-right: 20px;
	}

	.historybx {
		margin: 25px 0;
	}
}

@media screen and (max-width: 768px) {
	.historybx {
		line-height: 45px;
		border-radius: 25px;
		border-width: 1px;
	}

	.historybx .Casesnextprev {
		font-size: 16px;
	}

	.historybx .swiper-slide {
		width: 100px;
		margin-right: 15px;
	}

	.historybx {
		margin: 20px 0;
	}
}

/* 视频排列盒子 */
.video-jinji {
	position: relative;
	z-index: 2;
	margin-top: 46px;
}

.video-jinji li {
	float: left;
	width: 32.8125%;
	box-sizing: border-box;
	border: 2px solid #fff;
	margin-right: 0.78125%;
	margin-bottom: 15px;
	background-color: #fff;
	overflow: hidden;
	position: relative;
}

.video-jinji li:nth-child(3n) {
	margin-right: 0;
}

.video-jinji li:nth-child(4) {
	margin-bottom: 0;
}

.video-jinji li:nth-child(5) {
	margin-bottom: 0;
}

.video-jinji li:nth-child(6) {
	margin-bottom: 0;
}

.video-jinji li .bg {
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.video-jinji li .bg .icon-paly {
	display: block;
	width: 51px;
	height: 51px;
	background: url(../img/icon_video.png) 0 0/cover no-repeat;
	transform: translate(-50%, -50%) scale(0.8);
	transition: all .4s;
	position: absolute;
	left: 50%;
	top: 50%;
}

.video-jinji li img {
	transition: all .4s;
	width: 100%;
}

.video-jinji li a:hover img {
	transform: scale(1.05);
}

.video-jinji li a:hover .bg .icon-paly {
	transform: translate(-50%, -50%) scale(1);
}

@media screen and (max-width: 768px) {
	.video-jinji li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 10px;
	}

	.video-jinji li:nth-child(3n) {
		margin-right: 2%;
	}

	.video-jinji li:nth-child(2n) {
		margin-right: 0;
	}

	.video-jinji li:nth-child(4) {
		margin-bottom: 10px;
	}
}

/* 多张图片 */
.zx-section .qiyuanWrap {
	position: relative;
}

.zx-section .qiyuan {
	margin-top: 50px;
	padding-bottom: 0;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 3;
}

.zx-section .qiyuan .swiper-slide {
	width: 32.26563%;
	margin-right: 1.48438%;
}

.zx-section .qiyuan img {
	width: 100%;
}

.zx-section .qiyuan ul {
	position: relative;
	z-index: 2;
}

.zx-section .qiyuan ul li {
	float: left;
	width: 32.26563%;
	margin-right: 1.48438%;
	box-sizing: border-box;
	position: relative;
}

.zx-section .qiyuan ul li img {
	box-sizing: border-box;
	border: 2px solid #af7c49;
}

.zx-section .qiyuan ul li:last-child {
	margin-right: 0;
}



.zx-section .qiyuan-txt .txt {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 15px 0 0 0;
}

.zx-section .qiyuan-txt .txt p {
	color: #666;
	text-align: center;
	margin-bottom: 0;
}

@media screen and (max-width: 500px) {
	.zx-section .qiyuan .swiper-slide {
		width: 100%;
		margin-right: 0;
	}
}

/* //图片弹窗 */
.picLayer {
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	opacity: 0;
	transition: all .4s;
	visibility: hidden;
	z-index: -1;
}

.picLayer.open {
	opacity: 1;
	visibility: visible;
	z-index: 100;
}

.picLayer .picLayer-inner {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 880px;
	transform: translate(-50%, -50%);
}

.picLayer .close-layer {
	position: absolute;
	top: -15%;
	right: -15%;
	width: 59px;
	height: 59px;
	background: url(../img/icon_close2.png) 0 0/cover no-repeat;
	cursor: pointer;
	transition: all .4s;
	transform: scale(0.9);
}

.picLayer .close-layer:hover {
	transform: scale(1);
}

.picLayer .swiper-button-next {
	width: 46px;
	height: 80px;
	background: url(../img/icon_next.png) 0 0 /100% 100% no-repeat;
	right: -100px;
	outline: none;
}

.picLayer .swiper-button-next:after {
	content: '';
}

.picLayer .swiper-button-prev {
	width: 46px;
	height: 80px;
	background: url(../img/icon_prev.png) 0 0 /100% 100% no-repeat;
	left: -100px;
	outline: none;
}

.picLayer .swiper-button-prev:after {
	content: '';
}

.picLayer .layer-pic-wrap {
	padding: 10px;
	background-color: #fff;
	overflow: hidden;
}

.picLayer .layer-pic-wrap .swiper-slide {
	width: 100%;
}

.picLayer .layer-pic-wrap .swiper-slide img {
	width: 100%;
}

.picLayer .layer-pic-wrap .swiper-pagination {
	text-align: right;
	width: auto;
	left: auto;
	right: 20px;
	display: inline-block;
	line-height: 32px;
	background-color: #d2d2d2;
	padding: 0 16px;
	border-radius: 16px;
	font-size: 22px;
}

.picLayer .pic-txt {
	font-size: 24px;
	line-height: 36px;
	margin-top: 20px;
	color: #fff;
}

.picLayer .pic-txt p {
	text-align: justify;
	padding: 0 10px;
}

@media screen and (max-width: 1740px) {
	.picLayer .close-layer {
		width: 45px;
		height: 45px;
		top: -8%;
		right: -8%;
	}

	.picLayer .layer-pic-wrap {
		padding: 8px;
	}

	.picLayer .pic-txt {
		font-size: 22px;
		line-height: 32px;
		margin-top: 15px;
	}

	.picLayer .layer-pic-wrap .swiper-pagination {
		font-size: 20px;
		line-height: 30px;
	}

	.picLayer .picLayer-inner {
		width: 700px;
	}
}


@media screen and (max-width: 1440px) {
	.fixed-box {
		right: 20px;
		bottom: 5%;
	}

	.fixed-box .fixed-item {
		margin-top: 15px;
	}

	.fixed-box .fixed-item a {
		width: 70px;
		height: 70px;
	}

	.fixed-box .fixed-item a i.icon {
		width: 26px;
		height: 26px;
		margin-top: 12px;
	}

	.fixed-box .fixed-item a span.name {
		font-size: 14px;
	}

	.hd_logo {
		display: block;
		background: url(../image/logo1.png) no-repeat center;
		height: 63px;
		background-size: 210px 63px;
		width: 210px;
	}

	.cur .hd_logo {
		display: block;
		background: url(../image/logo.png) no-repeat center;
		height: 63px;
		background-size: 210px 63px;
		width: 210px;
	}

}

@media screen and (max-width:1700px) {
	.fixed-box {
		bottom: 160px;
	}
}

@media screen and (max-width: 1280px) {
	.picLayer .close-layer {
		width: 40px;
		height: 40px;
		top: -7%;
		right: -7%;
	}

	.picLayer .layer-pic-wrap {
		padding: 6px;
	}

	.picLayer .pic-txt {
		font-size: 20px;
		line-height: 30px;
		margin-top: 12px;
	}

	.picLayer .layer-pic-wrap .swiper-pagination {
		font-size: 18px;
		line-height: 28px;
	}

	.hd_logo {
		display: block;
		background: url(../image/logo1.png) no-repeat center;
		height: 47px;
		background-size: 158px 47px;
		width: 158px;
	}

	.cur .hd_logo {
		display: block;
		background: url(../image/logo.png) no-repeat center;
		height: 47px;
		background-size: 158px 47px;
		width: 158px;
	}
}

@media screen and (max-width: 1024px) {
	.picLayer .close-layer {
		width: 36px;
		height: 36px;
		top: -8%;
		right: 4%;
	}

	.picLayer .picLayer-inner {
		width: 98%;
	}

	.picLayer .layer-pic-wrap {
		padding: 5px;
		max-width: 90%;
		margin: 0 auto;
	}

	.picLayer .swiper-button-next {
		right: 10px;
		width: 20px;
		height: 35px;
	}

	.picLayer .swiper-button-prev {
		left: 10px;
		width: 20px;
		height: 35px;
	}

	.picLayer .pic-txt {
		width: 90%;
		font-size: 18px;
		line-height: 28px;
		margin: 10px auto 0;
	}

	.picLayer .layer-pic-wrap .swiper-pagination {
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width: 768px) {
	.picLayer .close-layer {
		width: 30px;
		height: 30px;
		top: -45px;
		right: 4%;
	}

	.picLayer .swiper-button-next {
		right: 8%;
		top: 40%;
		width: 15px;
		height: 26px;
	}

	.picLayer .swiper-button-prev {
		left: 8%;
		top: 40%;
		width: 15px;
		height: 26px;
	}

	.picLayer .pic-txt {
		font-size: 16px;
		line-height: 26px;
	}

	.picLayer .layer-pic-wrap .swiper-pagination {
		font-size: 14px;
		line-height: 22px;
	}

	.cur .hd_logo {
		background: url(../image/logo1.png) no-repeat center;
		background-size: 131px 40px !important;
		width: 131px;
	}
}



@media screen and (max-width: 768px) {
	.fixed-box .fixed-item {
		margin-top: 10px;
	}

	.fixed-box .fixed-item a {
		width: 40px;
		height: auto;
		padding: 10px 0 8px;
	}

	.fixed-box .fixed-item a i.icon {
		width: 20px;
		height: 20px;
		margin-top: 1px;
	}

	.fixed-box .fixed-item a span.name {
		font-size: 14px;
	}

	.hd_logo {
		background-size: 131px 40px !important;
		width: 131px;
	}
}



/*2020.10.24豆豆糖*/
/*业务领域*/
.business-tab-box .tab-mng-team-t {
	margin-top: 60px;
	margin-bottom: 20px;
}

.business-tab-box .tab-mng-team-t ul li a:hover {
	background-color: transparent;
	border-color: #132b8c;
	color: #132b8c;
}

.business-tab-box .tab-mng-team-t ul li.active a {
	background-color: #132b8c;
	border-color: #132b8c;
	color: #fff;
}

@media screen and (max-width: 1440px) {
	.business-tab-box .tab-mng-team-t {
		margin-top: 50px;
	}
}

@media screen and (max-width: 1280px) {
	.business-tab-box .tab-mng-team-t {
		margin-top: 40px;
	}
}

@media screen and (max-width: 1024px) {
	.business-tab-box .tab-mng-team-t {
		margin-top: 30px;
	}
}

@media screen and (max-width: 768px) {
	.business-tab-box .tab-mng-team-t ul {
		width: 410px;
	}
}

@media screen and (max-width: 500px) {
	.business-tab-box .tab-mng-team-t ul {
		width: 280px;
	}
}

/* 浏览下一板块 */
.YwNextDiv {
	text-align: center;
	margin-top: 50px;
	position: relative;
	z-index: 3;
}

.YwNextDiv a.viewNext {
	display: block;
	color: #555555;
	font-size: 22px;
}

.YwNextDiv a.viewNext:hover {
	text-decoration: underline;
}

.YwNextDiv-red a.viewNext {
	color: #555;
}

@media screen and (max-width: 1440px) {
	.YwNextDiv {
		margin-top: 40px;
	}

	.YwNextDiv a.viewNext {
		font-size: 20px;
	}
}

@media screen and (max-width: 1024px) {
	.YwNextDiv {
		margin-top: 30px;
	}

	.YwNextDiv a.viewNext {
		font-size: 18px;
	}
}

/* 标签切换2.2 */
.dtfc-head-tab {
	text-align: center;
	margin-bottom: 40px;
}

.dtfc-head-tab ul {
	display: inline-block;
	text-align: left;
	margin-left: 30px;
}

.dtfc-head-tab li {
	display: inline-block;
}

.dtfc-head-tab li a {
	display: inline-block;
	width: 180px;
	line-height: 40px;
	border: 3px solid #666;
	font-size: 22px;
	box-sizing: border-box;
	margin: 0 9px 20px;
	text-align: center;
	border-color: #666;
	background-color: #fff;
	color: #666;
}

.dtfc-head-tab li a:hover {
	background-color: #fff;
	color: #132b8c;
	border-color: #132b8c;
}

.dtfc-head-tab li.active a {
	border-color: #132b8c;
	background-color: #132b8c;
	color: #fff;
}

@media screen and (max-width: 1440px) {
	.dtfc-head-tab {
		margin-bottom: 30px;
	}

	.dtfc-head-tab ul {
		margin-left: 20px;
	}

	.dtfc-head-tab li a {
		width: 140px;
		line-height: 36px;
		font-size: 20px;
		margin: 0 5px 15px;
	}
}

@media screen and (max-width: 1280px) {
	.dtfc-head-tab {
		margin-bottom: 20px;
	}

	.dtfc-head-tab ul {
		margin-left: 10px;
	}

	.dtfc-head-tab li a {
		width: 110px;
		line-height: 32px;
		font-size: 18px;
		margin: 0 5px 12px;
	}
}

@media screen and (max-width: 1024px) {
	.dtfc-head-tab {
		margin-bottom: 0px;
	}

	.dtfc-head-tab ul {
		margin-left: 0px;
		text-align: center;
	}

	.dtfc-head-tab li a {
		width: 110px;
		line-height: 32px;
		font-size: 16px;
		margin: 0 5px 12px;
	}
}

@media screen and (max-width: 768px) {
	.dtfc-head-tab li a {
		width: 100px;
		line-height: 30px;
		font-size: 16px;
		margin: 0 2px 10px;
		border-width: 1px;
	}
}

/* 标签切换2.3 */
.ywlyTab3 {
	text-align: left;
	padding: 0px 0 20px;
}

.ywlyTab3 ul {
	display: inline-block;
	margin-left: 5%;
}

.ywlyTab3 ul li {
	display: inline-block;
	position: relative;
	margin: 0 16px 20px;
	text-align: center;
}

.ywlyTab3 ul li:before {
	content: '';
	display: block;
	width: 5px;
	height: 100%;
	position: absolute;
	left: -9px;
	top: 0;
	background-color: #959595;
	transition: all .4s;
}

.ywlyTab3 ul li:after {
	content: '';
	display: block;
	width: 5px;
	height: 100%;
	position: absolute;
	right: -9px;
	top: 0;
	background-color: #959595;
	transition: all .4s;
}

.ywlyTab3 ul li a {
	color: #999;
	display: block;
	width: 240px;
	box-sizing: border-box;
	border: 3px solid #959595;
	position: relative;
	font-size: 26px;
	vertical-align: middle;
	line-height: 49px;
}

.ywlyTab3 ul li a:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-top: 15px solid #132b8c;
	position: absolute;
	top: 100%;
	left: calc(50% - 12px);
	opacity: 0;
	transition: all .4s;
}

.ywlyTab3 ul li:hover:before {
	background-color: #132b8c;
}

.ywlyTab3 ul li:hover:after {
	background-color: #132b8c;
}

.ywlyTab3 ul li:hover a {
	border-color: #132b8c;
	color: #132b8c;
}

.ywlyTab3 ul li.active:before {
	background-color: #132b8c;
}

.ywlyTab3 ul li.active:after {
	background-color: #132b8c;
}

.ywlyTab3 ul li.active a {
	color: #fff;
	background-color: #132b8c;
	border-color: #132b8c;
}

.ywlyTab3 ul li.active a:after {
	opacity: 1;
}

/* 2.18-2.20教育 */
.ywlyTab3-red {
	text-align: center;
}

.ywlyTab3-red ul li a:after {
	border-top-color: #132b8c;
}

.ywlyTab3-red ul li:hover:before {
	background-color: #132b8c;
}

.ywlyTab3-red ul li:hover:after {
	background-color: #132b8c;
}

.ywlyTab3-red ul li:hover a {
	border-color: #132b8c;
	color: #132b8c;
}

.ywlyTab3-red ul li.active:before {
	background-color: #132b8c;
}

.ywlyTab3-red ul li.active:after {
	background-color: #132b8c;
}

.ywlyTab3-red ul li.active a {
	color: #fff;
	background-color: #132b8c;
	border-color: #132b8c;
}

@media screen and (max-width: 1440px) {
	.ywlyTab3 {
		padding-bottom: 15px;
	}

	.ywlyTab3 ul li a {
		width: 220px;
		line-height: 45px;
		font-size: 24px;
	}
}

@media screen and (max-width: 1280px) {
	.ywlyTab3 {
		padding-bottom: 10px;
	}

	.ywlyTab3 ul li a {
		width: 200px;
		line-height: 40px;
		font-size: 22px;
	}
}

@media screen and (max-width: 1024px) {
	.ywlyTab3 {
		padding-bottom: 0;
	}

	.ywlyTab3 ul li a {
		width: 150px;
		line-height: 40px;
		font-size: 18px;
	}

	.ywlyTab3 ul li:before {
		width: 3px;
	}

	.ywlyTab3 ul li:after {
		width: 3px;
	}

	.ywlyTab3-red ul li a {
		width: 170px;
	}
}

@media screen and (max-width: 768px) {
	.ywlyTab3 ul {
		margin-left: 0;
		text-align: center;
	}

	.ywlyTab3 ul li {
		margin: 0 10px 15px;
	}

	.ywlyTab3 ul li a {
		width: 140px;
		padding: 0 10px;
		line-height: 30px;
		font-size: 16px;
	}

	.ywlyTab3 ul li:before {
		width: 2px;
		left: -5px;
	}

	.ywlyTab3 ul li:after {
		width: 2px;
		right: -5px;
	}

	.ywlyTab3 ul li a:after {
		border-width: 6px;
		border-top-width: 8px;
		left: calc(50% - 6px);
	}

	.ywlyTab3-red ul li a {
		width: 160px;
	}
}

@media screen and (max-width: 500px) {
	.ywlyTab3 ul li a {
		padding: 0 5px;
		line-height: 30px;
		font-size: 14px;
		border-width: 1px;
	}

	.ywlyTab3 ul li:before {
		display: none;
	}

	.ywlyTab3 ul li:after {
		display: none;
	}
}

@media screen and (max-width: 376px) {
	.ywlyTab3 ul li {
		margin: 0 5px 15px;
		line-height: 1.5;
	}

	.ywlyTab3 ul li a {
		width: 110px;
		padding: 0 5px;
		line-height: 30px;
		font-size: 16px;
		border-width: 1px;
	}

	.ywlyTab3 ul li:before {
		display: none;
	}

	.ywlyTab3 ul li:after {
		display: none;
	}

	.ywlyTab3-red ul li a {
		width: 150px;
	}

}



/* ====业务板块共用样式==== */
.title-tl-br {
	text-align: center;
	margin-bottom: 50px;
}

.title-tl-br h2 {
	font-size: 32px;
	display: inline-block;
	text-align: center;
	color: #132b8c;
	position: relative;
	padding: 0 80px;
}

.title-tl-br h2:before {
	content: '';
	display: block;
	width: 39px;
	height: 39px;
	background: url(../img/img_gd_t01.png) 0 0/cover no-repeat;
	position: absolute;
	left: -14px;
	top: -8px;
}

.title-tl-br h2:after {
	content: '';
	display: block;
	width: 39px;
	height: 39px;
	background: url(../img/img_gd_t02.png) 0 0/cover no-repeat;
	position: absolute;
	right: -14px;
	bottom: -8px;
}

.Financial-head {
	padding: 100px 0 0;
}

.Financial-head .txt p {
	font-size: 22px;
	color: #666;
	margin-bottom: 5px;
	text-align: justify;
	line-height: 1.8;
}

.Financial-head .txt p strong {
	color: #132b8c;
	font-weight: normal;
}

/* .Financial-head.Financial-head-pt40 { padding-top: 60px; } */

/* .zx-section p.color333 { color: #333; } */

@media screen and (max-width: 1440px) {
	.title-tl-br {
		margin-bottom: 40px;
	}

	.title-tl-br h2 {
		font-size: 28px;
		padding: 0 60px;
	}

	.title-tl-br h2:before {
		width: 30px;
		height: 30px;
	}

	.title-tl-br h2:after {
		width: 30px;
		height: 30px;
	}

	.Financial-head {
		padding-top: 80px;
	}

	/* .Financial-head.Financial-head-pt40 { padding-top: 50px; } */
	.Financial-head .txt p {
		font-size: 20px;
	}
}

@media screen and (max-width: 1280px) {
	.title-tl-br {
		margin-bottom: 35px;
	}

	.title-tl-br h2 {
		font-size: 26px;
		padding: 0 50px;
	}

	.title-tl-br h2:before {
		width: 26px;
		height: 26px;
	}

	.title-tl-br h2:after {
		width: 26px;
		height: 26px;
	}

	.Financial-head {
		padding-top: 70px;
	}

	/* .Financial-head.Financial-head-pt40 { padding-top: 45px; } */
	.Financial-head .txt p {
		font-size: 18px;
	}
}

@media screen and (max-width: 1024px) {
	.title-tl-br {
		margin-bottom: 30px;
	}

	.title-tl-br h2 {
		font-size: 24px;
		padding: 0 40px;
	}

	.title-tl-br h2:before {
		width: 22px;
		height: 22px;
		left: -8px;
		top: -4px;
	}

	.title-tl-br h2:after {
		width: 22px;
		height: 22px;
		right: -8px;
		bottom: -4px;
	}

	.Financial-head {
		padding-top: 60px;
	}

	/* .Financial-head.Financial-head-pt40 { padding-top: 30px; } */
	.Financial-head .txt p {
		font-size: 16px;
	}
}

@media screen and (max-width: 800px) {
	.title-tl-br {
		margin-bottom: 26px;
	}

	.title-tl-br h2 {
		font-size: 22px;
		padding: 0 30px;
	}

	.title-tl-br h2:before {
		width: 18px;
		height: 18px;
		left: -8px;
		top: -4px;
	}

	.title-tl-br h2:after {
		width: 18px;
		height: 18px;
		right: -8px;
		bottom: -4px;
	}

	.Financial-head {
		padding-top: 50px;
	}

	.Financial-head .txt p {
		font-size: 14px;
	}
}

@media screen and (max-width: 500px) {
	.title-tl-br h2 {
		font-size: 20px;
		padding: 0 20px;
	}
}

/* 5个圈 */
.ywys-item li {
	float: left;
	width: 20%;
	text-align: center;
}

.ywys-item li i {
	display: block;
	width: 200px;
	height: 200px;
	background: url(../img/bg_yuan.png) 0 0/cover no-repeat;
	font-size: 26px;
	text-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
	color: #fff;
	text-align: center;
	line-height: 200px;
	font-style: normal;
	margin: 0 auto;
	position: relative;
}

.ywys-item li i:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/bg_yuan2.png) 0 0/cover no-repeat;
	transition: all 0.5s;
	transform: scale(1) rotate(0);
}

.ywys-item li i span {
	position: relative;
}

.ywys-item li h3 {
	font-size: 22px;
	margin-top: 20px;
	font-weight: normal;
	color: #666;
}

.ywys-item li:hover i:before {
	transform: scale(1.1) rotate(360deg);
}

@media screen and (max-width: 1440px) {
	.ywys-item li i {
		width: 160px;
		height: 160px;
		line-height: 160px;
		font-size: 24px;
	}

	.ywys-item li h3 {
		font-size: 20px;
		margin-top: 15px;
	}
}

@media screen and (max-width: 1280px) {
	.ywys-item li i {
		width: 140px;
		height: 140px;
		line-height: 140px;
		font-size: 22px;
	}

	.ywys-item li h3 {
		font-size: 18px;
		margin-top: 12px;
	}
}

@media screen and (max-width: 1024px) {
	.ywys-item li i {
		width: 120px;
		height: 120px;
		line-height: 120px;
		font-size: 20px;
	}

	.ywys-item li h3 {
		font-size: 16px;
		margin-top: 10px;
	}
}

@media screen and (max-width: 768px) {
	.ywys-item li {
		width: 33.33%;
		margin-bottom: 20px;
	}

	.ywys-item li i {
		width: 100px;
		height: 100px;
		line-height: 100px;
		font-size: 18px;
	}

	.ywys-item li h3 {
		font-size: 14px;
	}
}

@media screen and (max-width: 500px) {
	.ywys-item li {
		width: 50%;
	}
}

/* 领域 */
.fwly-item li {
	float: left;
	width: 23.4375%;
	border-top: 1px solid #e5e5e5;
	box-sizing: border-box;
	margin-right: 2.03125%;
	margin-bottom: 30px;
	box-shadow: 2px 0 20px rgba(0, 0, 0, 0.12);
	background-color: #fff;
	position: relative;
}

.fwly-item li:nth-child(4n) {
	margin-right: 0;
}

.fwly-item li:after {
	content: '';
	display: block;
	width: 0;
	height: 4px;
	position: absolute;
	bottom: -1px;
	left: 50%;
	transition: all .4s;
	background: linear-gradient(to right, rgba(212, 181, 114, 0) 1%, rgba(19, 43, 140, 0.7) 23%, rgba(19, 43, 140, 0.72) 25%, rgba(19, 43, 140, 1) 50%, rgba(19, 43, 140, 0.75) 74%, rgba(19, 43, 140, 0.72) 75%, rgba(19, 43, 140, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#132b8c', endColorstr='#132b8c', GradientType=1);
}

.fwly-item li .img {
	overflow: hidden;
	width: 100%;
	border: 1px solid #fff;
}

.fwly-item li .img img {
	transition: all .4s;
	width: 100%;
}

.fwly-item li .timu {
	padding: 15px 5% 15px;
	border: 1px solid #e5e5e5;
	border-top: none;
	vertical-align: middle;
}

.fwly-item li .timu .icon {
	display: inline-block;
	width: 33px;
	height: 33px;
	background: 0 0 /cover no-repeat;
	margin-right: 12px;
	vertical-align: middle;
}

.fwly-item li .timu h3 {
	font-size: 22px;
	display: inline-block;
	vertical-align: middle;
}

.fwly-item li:hover .img img {
	transform: scale(1.05);
}

.fwly-item li:hover .timu .icon {
	-webkit-animation: swing .3s .3s forwards;
	animation: swing .3s .3s forwards;
}

.fwly-item li:hover:after {
	left: 0;
	width: 100%;
}

@media screen and (max-width: 1440px) {
	.fwly-item li .timu .icon {
		width: 28px;
		height: 28px;
		margin-right: 10px;
	}

	.fwly-item li .timu h3 {
		font-size: 20px;
	}
}

@media screen and (max-width: 1280px) {
	.fwly-item li {
		margin-bottom: 20px;
	}

	.fwly-item li .timu .icon {
		width: 25px;
		height: 25px;
		margin-right: 8px;
	}

	.fwly-item li .timu h3 {
		font-size: 18px;
	}
}

@media screen and (max-width: 1024px) {
	.fwly-item li {
		margin-bottom: 20px;
	}

	.fwly-item li .timu .icon {
		width: 20px;
		height: 20px;
		margin-right: 5px;
	}

	.fwly-item li .timu h3 {
		font-size: 16px;
	}
}

@media screen and (max-width: 768px) {
	.fwly-item li {
		width: 49%;
		margin-right: 2%;
	}

	.fwly-item li:nth-child(4n) {
		margin-right: 2%;
	}

	.fwly-item li:nth-child(2n) {
		margin-right: 0;
	}

	.fwly-item li .timu {
		padding: 10px 5%;
	}

	.fwly-item li .timu .icon {
		width: 18px;
		height: 18px;
		margin-right: 5px;
	}

	.fwly-item li .timu h3 {
		font-size: 14px;
	}
}

@media screen and (max-width: 500px) {
	.fwly-item li {
		width: 100%;
		margin-right: 0%;
	}

	.fwly-item li:nth-child(4n) {
		margin-right: 0%;
	}

	.fwly-item li:nth-child(2n) {
		margin-right: 0;
	}
}

/* 带点标题案例 */
.tzal-item h2 {
	font-size: 24px;
	text-align: center;
	color: #132b8c;
}

.tzal-item ul {
	margin-top: 30px;
}

.tzal-item ul li {
	float: left;
	width: 48.82813%;
	margin-right: 2.34375%;
	margin-bottom: 30px;
	height: 270px;
	box-sizing: border-box;
	border: 1px solid #132b8c;
	border-radius: 10px;
}

.tzal-item ul li:nth-child(2n) {
	margin-right: 0;
}

.tzal-item ul li .tit {
	text-align: center;
	padding: 39px 0 0;
	vertical-align: middle;
}

.tzal-item ul li .tit h3 {
	font-size: 22px;
	display: inline-block;
	font-family: 'FZLTHJ-bold';
}

.tzal-item ul li .tit h3:before {
	content: '';
	display: inline-block;
	width: 29px;
	height: 17px;
	background: url(../img/l.png) 0 0/cover no-repeat;
	margin-right: 20px;
}

.tzal-item ul li .tit h3:after {
	content: '';
	display: inline-block;
	width: 29px;
	height: 17px;
	background: url(../img/l1.png) 0 0/cover no-repeat;
	margin-left: 20px;
}

.tzal-item ul li .ct {
	margin: 10px 0;
}

.tzal-item ul li .imgbox {
	width: 90.56%;
	margin: 0 auto;
}

.tzal-item ul li .imgbox dd {
	float: left;
}

.tzal-item ul li .imgbox img {
	width: 100%;
	transition: all .4s;
}

.tzal-item ul li:hover .imgbox img {
	transform: scale(1.02);
}

@media screen and (max-width: 1440px) {
	.tzal-item ul li .tit h3 {
		font-size: 22px;
	}

	.tzal-item h2 {
		font-size: 22px;
	}
}

@media screen and (max-width: 1280px) {
	.tzal-item ul li .tit h3 {
		font-size: 20px;
	}

	.tzal-item ul li {
		height: 240px;
	}

	.tzal-item h2 {
		font-size: 20px;
	}
}

@media screen and (max-width: 1024px) {
	.tzal-item h2 {
		font-size: 18px;
	}

	.tzal-item ul {
		margin-top: 15px;
	}

	.tzal-item ul li {
		height: 180px;
		margin-bottom: 20px;
	}

	.tzal-item ul li .tit {
		padding: 15px 0 10px;
	}

	.tzal-item ul li .tit h3 {
		font-size: 18px;
	}

	.tzal-item ul li .tit h3:before {
		margin-right: 5px;
	}

	.tzal-item ul li .tit h3:after {
		margin-left: 5px;
	}
}

@media screen and (max-width: 900px) {
	.tzal-item ul li .tit h3:before {
		margin-right: 3px;
	}

	.tzal-item ul li .tit h3:after {
		margin-left: 3px;
	}
}

@media screen and (max-width: 768px) {
	.tzal-item ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		float: none;
		height: auto;
	}

	.tzal-item ul li .tit h3:before {
		margin-right: 5px;
	}

	.tzal-item ul li .tit h3:after {
		margin-left: 5px;
	}

	.tzal-item h2 {
		font-size: 16px;
	}

	.tzal-item ul li .tit h3 {
		font-size: 16px;
	}
}

/* 超过三张可滑动 */
.qiyuanWrap {
	position: relative;
	margin-top: 70px;
}

.qiyuanWrap .swiper-slide .img {
	border-radius: 10px;
	overflow: hidden;
}

.qiyuanWrap.tlbr-block-radius:before {
	border-top-left-radius: 10px;
}

.qiyuanWrap.tlbr-block-radius:after {
	border-bottom-right-radius: 10px;
}

@media screen and (max-width: 1440px) {
	.zx-section .qiyuanWrap {
		margin-top: 50px;
	}
}

@media screen and (max-width: 1280px) {
	.zx-section .qiyuanWrap {
		margin-top: 45px;
	}
}

@media screen and (max-width: 1024px) {
	.zx-section .qiyuanWrap {
		margin-top: 40px;
	}
}

@media screen and (max-width: 1024px) {
	.zx-section .qiyuanWrap {
		margin-top: 40px;
	}
}

/* ====业务板块共用样式==== */

/* ====业务板块-教育共用样式==== */
.title-tl-br-red {
	margin-bottom: 50px;
}

.title-tl-br-red h2 {
	font-size: 32px;
	display: inline-block;
	text-align: center;
	color: #b60005;
	position: relative;
	padding: 0 70px;
}

.title-tl-br-red h2:before {
	content: '';
	display: block;
	width: 39px;
	height: 39px;
	background: url(../img/corn_edu_t01.png) 0 0/cover no-repeat;
	position: absolute;
	left: -14px;
	top: -8px;
}

.title-tl-br-red h2:after {
	content: '';
	display: block;
	width: 39px;
	height: 39px;
	background: url(../img/corn_edu_t02.png) 0 0/cover no-repeat;
	position: absolute;
	right: -14px;
	bottom: -8px;
}

.Education-head {
	padding: 100px 0 0;
}

.Education-head .txt p {
	font-size: 22px;
	color: #666;
	margin-bottom: 5px;
	text-align: justify;
	line-height: 1.8;
}

.Education-head .txt p strong {
	color: #b60005;
	font-weight: normal;
}

.Education-head .imgbox {
	margin: 50px 0 0;
}

.Education-head .img {
	position: relative;
	z-index: 2;
	box-shadow: 5px 12px 20px rgba(153, 153, 153, 0.4);
	background-color: #fff;
	padding: 8px;
	overflow: hidden;
}

.Education-head .img img {
	transition: all .4s;
}

.Education-head .img:hover .open-vr {
	opacity: 1;
	visibility: visible;
}

.Education-head .img:hover img {
	transform: scale(1.05);
}

/* .zx-section p.color333 { color: #333; } */

@media screen and (max-width: 1440px) {
	.title-tl-br-red {
		margin-bottom: 40px;
	}

	.title-tl-br-red h2 {
		font-size: 28px;
		padding: 0 60px;
	}

	.title-tl-br-red h2:before {
		width: 30px;
		height: 30px;
	}

	.title-tl-br-red h2:after {
		width: 30px;
		height: 30px;
	}

	.Education-head {
		padding-top: 80px;
	}

	.Education-head .imgbox {
		margin-bottom: 40px;
	}

	.Education-head .txt p {
		font-size: 20px;
	}
}

@media screen and (max-width: 1280px) {
	.title-tl-br-red {
		margin-bottom: 35px;
	}

	.title-tl-br-red h2 {
		font-size: 26px;
		padding: 0 50px;
	}

	.title-tl-br-red h2:before {
		width: 26px;
		height: 26px;
	}

	.title-tl-br-red h2:after {
		width: 26px;
		height: 26px;
	}

	.Education-head {
		padding-top: 70px;
	}

	.Education-head .txt p {
		font-size: 18px;
	}
}

@media screen and (max-width: 1024px) {
	.title-tl-br-red {
		margin-bottom: 30px;
	}

	.title-tl-br-red h2 {
		font-size: 24px;
		padding: 0 40px;
	}

	.title-tl-br-red h2:before {
		width: 22px;
		height: 22px;
		left: -8px;
		top: -4px;
	}

	.title-tl-br-red h2:after {
		width: 22px;
		height: 22px;
		right: -8px;
		bottom: -4px;
	}

	.Education-head {
		padding-top: 60px;
	}

	.Education-head .imgbox {
		margin: 30px 0 0;
	}

	.Education-head .txt p {
		font-size: 16px;
	}
}

@media screen and (max-width: 800px) {
	.title-tl-br-red {
		margin-bottom: 26px;
	}

	.title-tl-br-red h2 {
		font-size: 22px;
		padding: 0 30px;
	}

	.title-tl-br-red h2:before {
		width: 18px;
		height: 18px;
		left: -8px;
		top: -4px;
	}

	.title-tl-br-red h2:after {
		width: 18px;
		height: 18px;
		right: -8px;
		bottom: -4px;
	}

	.Education-head {
		padding-top: 50px;
	}

	.Education-head .txt p {
		font-size: 16px;
	}
}

@media screen and (max-width: 500px) {
	.title-tl-br-red h2 {
		font-size: 20px;
		padding: 0 20px;
	}
}


/* 特色 */
.Character-ul ul li {
	float: left;
	width: 47.65625%;
	margin: 0 3.125% 40px 0;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	box-shadow: 2px 0 20px rgba(0, 0, 0, 0.12);
	background-color: #fff;
}

.Character-ul ul li:nth-child(2n) {
	margin-right: 0;
}

.Character-ul ul li .img {
	overflow: hidden;
	padding: 1px;
}

.Character-ul ul li .img img {
	transition: all .4s;
	width: 100%;
}

.Character-ul ul li .info {
	padding: 15px 5%;
}

.Character-ul ul li .t {
	padding: 0 0 15px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #d2d2d2;
}

.Character-ul ul li .t .icon {
	display: inline-block;
	width: 52px;
	height: 52px;
	background: url(../img/icon_long.png) 0 0/cover no-repeat;
	margin-right: 15px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}

.Character-ul ul li .t h3 {
	font-size: 24px;
	color: #132b8c;
	display: inline-block;
	vertical-align: middle;
}

.Character-ul ul li:hover .img img {
	transform: scale(1.05);
}

@media screen and (max-width: 1440px) {
	.Character-ul ul li .t .icon {
		width: 45px;
		height: 45px;
	}

	.Character-ul ul li .t h3 {
		font-size: 22px;
	}

	.Character-ul ul li .t {
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 1280px) {
	.Character-ul ul li .t .icon {
		width: 40px;
		height: 40px;
	}

	.Character-ul ul li .t h3 {
		font-size: 20px;
	}

	.Character-ul ul li .t {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 1024px) {
	.Character-ul ul li .t .icon {
		width: 36px;
		height: 36px;
	}

	.Character-ul ul li .t h3 {
		font-size: 18px;
	}
}

@media screen and (max-width: 768px) {
	.Character-ul ul li .info {
		padding: 10px;
	}

	.Character-ul ul li .t .icon {
		width: 26px;
		height: 26px;
		margin-right: 8px;
	}

	.Character-ul ul li .t h3 {
		font-size: 16px;
		width: calc(100% - 41px);
	}
}

@media screen and (max-width: 600px) {
	.Character-ul ul li {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
		height: auto;
	}
}

.footer-addbg {
	padding: 150px 0 20px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	z-index: 1;
	margin-top: -100px;
}

.footer-addbg .footer .foot-txt {
	border-top: none;
}

@media screen and (max-width: 1440px) {
	.footer-addbg {
		padding: 10px 0;
		background-size: auto 300%;
		margin-top: -20px;
	}
}

@media screen and (max-width: 768px) {
	.footer-addbg {
		padding: 0;
		background-size: auto 300%;
		margin-top: 0px;
	}
}

@media screen and (max-width: 500px) {
	.footer-addbg {
		padding: 0;
		background-size: auto 100%;
	}
}

/* ====业务板块-教育共用样式==== */


.common-nav .innernav-tab .swiper-slide {
	background-color: rgba(231, 234, 243, 0.8);
	margin-right: 2px;
}

.common-nav .innernav-tab .swiper-slide a {
	padding: 0 10px;
}