body {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	width: 100% !important;
	line-height: 1.5;
	color: #444444;
}

.container {
	max-width: 1200px;
	margin: auto;
}

a {
	text-decoration: none;
	color: #000;
}

ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.pointer {
	cursor: pointer;
}

/* header头部 */
.nav-active {
	border-bottom: 3px solid #015293;
}

.nav-active a {
	color: #000000;
}

.header-item {
	height: 100px;
}

.main-header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1000;
}

.main-menu .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1200px;
	height: 70px;
	z-index: 1000;
	background-color: rgba(255, 255, 255, 0.6);
}

.main-menu {
	padding: 15px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	z-index: 91;
}

.main-menu .main-menu__list {
	display: flex;
}

.main-menu .main-menu__list>li {
	position: relative;
}

.main-menu .main-menu__list>li {
	margin-left: 20px;
}

.main-menu .main-menu__list li ul {
	padding: 0;
	position: absolute;
	top: 100%;
	left: -20px;
	width: max-content;
	background-color: #fff;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 500ms ease;
	transition: 500ms ease;
	z-index: 99;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}

.main-menu .main-menu__list li:hover>ul {
	opacity: 1;
	visibility: visible;
}

.main-menu .main-menu__list li:hover>a {
	color: #000000;
}

.main-menu .main-menu__list li:hover a img {
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}

.main-menu .main-menu__list li ul li a {
	font-size: 16px;
	line-height: 30px;
	/*color: #848d89;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.main-menu .logo-box img {
	width: 400px;
}

.dropdown:hover .first {
	color: #015293 !important;
}

.dropdown:hover>a {
	color: #015293 !important;
}

.list_li:hover>a {
	color: #015293 !important;
}

.dropdown img {
	width: 15px;
	margin-left: 5px;
}

.dropdown a {
	display: flex;
	align-items: center;
	position: relative;
	font-weight: bold;
}

.mobile-nav-click {
	display: none;
}

@media screen and (max-width:1120px) {
	.main-menu__list {
		display: none !important;
	}

	.mobile-nav-click {
		display: block;
	}
}

/* banner */
.mySwiper {
	max-height: 380px;
	height:100%;
	overflow: hidden;
	position: relative;
}

.mySwiper img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.disnone {
	display: none;
}

.aboutSwiper {
	height: 380px;
	overflow: hidden;
	position: relative;
}

.aboutSwiper img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-pagination span {
	width: 30px;
	height: 6px;
	border-radius: 5px;
	background-color: #ffffff;
}

/* 热点新闻 */
.hot-news {
	margin-top: 20px;
}

.news-h {
	width: max-content;
	height: 50px;
	position: absolute;
	left: -35px;
	top: 0;
	border-radius: 5px;
}

.new {
	margin-right: 0 !important;
	width: calc(100% - 35px);
	margin: auto;
	border-radius: 5px;
	padding: 20px 0;
	position: relative;
	background-color: #ffffff;
	box-shadow: 0px 1px 9px rgb(204, 204, 204, 0.76);
}

.new-box {
	position: relative;
	height: 30px;
	overflow: hidden;
}

.ul1 {
	padding-left: 40px;
	list-style: none;
	margin: 0
}

.ul1 li {
	padding: 5px;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.item-h {
	width: max-content;
	font-size: 30px;
	color: #015293;
	border-bottom: 4px solid #015293;
	margin: 30px 0;
}

/* 关于我们 */

.box {
	overflow: hidden;
}

.box .box_bj {
	padding-bottom: 40px;
	/*background-image: url('../img/bj.jpg');*/
	/*background-size: auto;*/
	/*background-position: center;*/
}

.box .about {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}

.box .about .img {
	position: relative;
	width: 29%;
	/*height: 360px;*/
	overflow: hidden;
	border-radius: 5px;
	background-color: #015293;
	color: #ffffff;
}

.box .about .img p {
	text-indent: 2em;
	padding: 0 20px;
}

.box .about .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	max-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
	border-radius: 5px;
}

.box .about .about-title {
	width: 100%;
	position: relative;
	/*padding: 20px 0;*/
	display: flex;
	justify-content: space-between;
	border-radius: 5px;
	overflow: hidden;
}

.about-left div {
	width: 280px;
	height: 126.5px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background-color: #015293;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

.subject_active {
	color: #ffffff !important;
	background-color: rgba(1, 82, 147, 0.8) !important;
}

.subject_right {
	/*display: none;*/
	/*justify-content: space-between;*/
}

.subject_right:first-child img {
	object-fit: cover;
	width: 100%;
	height: auto;
}

.subject_right img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.subject_title {
	width: 100%;
	height: 50px;
	line-height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 0;
	background-color: rgba(1, 82, 147, 0.6);
	text-align: center;
}

.box .about .about-title .h {
	font-size: 26px;
	color: #015293;
	font-weight: bold;
}

.box .about .about-title .p {
	text-indent: 2em;
	margin: 15px 0;
	line-height: 1.8;
	padding-top: 5px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	overflow: hidden;
}

.box .about .more a {
	color: #aaaaaa;
	position: absolute;
	right: 20px;
	bottom: 25px;
}

.box .about .about-title .more a:hover {
	color: #015293;
	position: absolute;
	right: 20px;
	bottom: 10px;
}

/* 主营业务 */
ul {
	list-style: none;
}

.wrapper {
	margin: 0px auto;
	width: 100%;
	height: 280px;
	/*padding-bottom: 50px;*/
	overflow: hidden;
}

.wrapper .a {
	display: block;
	width: 20%;
	height: 280px;
	float: left;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	display: flex;
	justify-content: left;
	align-items: center;
}

.wrapper .a .left {
	position: absolute;
	left: 2.3vw;
	/*bottom: 0;*/
	color: #ffffff;
	/*color: #ffffff;*/
	/*background-color: rgba(1,82,147,0.6);*/
	width: 100%;
	font-size: 20px;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.wrapper .a .center {
	display: none;
	width: max-content;
	white-space: nowrap;
	position: absolute;
	right: 0;
	left: 0;
	padding-left: 140px;
	font-size: 16px;
	margin: auto;
	color: #ffffff;
}

.wrapper .a .center a {
	color: #ffffff;
	margin: 0 10px;
	border-bottom: 2px solid #ffffff;
}

.wrapper .a .center a:hover {
	color: #015293;
	font-weight: bold;
	border-bottom: 2px solid #015293;
}

.wrapper .a img {
	min-width: 720px;
	min-height: 100%;
	object-fit: fill;
	filter: blur(2px);
}

.wrapper li.big .a {
	width: 60%;
}

ul * {
	transition: all linear 0.2s;
}

.flex-b .more a {
	font-size: 14px;
	color: #015293;
}

.box-fr {
	width: calc(100% - 28% - 35px);
	float: right;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	background-color: #ffffff;
	border-radius: 5px;
	padding: 20px 0;
}

.box-fr .box-fr-top .box-fr-top-l {
	width: 38%;
	text-align: center;
	margin-right: 30px;
}

.box-fr .detail-tab .tab-aout>div {
	border: 2px solid #ffffff;
}

.box-fr .box-fr-top .box-fr-top-r {
	width: 55%;
	text-align: center;
}

.box-fr-top-l .box-h {
	color: #000000;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 600;
}

.box-fr .box-padd {
	padding: 0 20px;
}

.box-fr-top-l .box-img {
	padding: 10px 0;
	background-color: #ffffff;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
}


.box-fr-top-l .box-img .card-box {
	width: 32%;
	height: 260px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.box-fr-top-l .box-img .card-box img {
	width: 100%;
}

.boxtext {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	color: #ffffff;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.boxtext-h {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 5px;
}

.boxtext-p {
	text-align: left;
	padding: 10px 20px;
	font-size: 14px;
}

.boxtext-p .you {
	position: absolute;
	right: 10px;
	bottom: 10px;
	background-color: #015293;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 28px;
	border-radius: 50px;
}

.boxtext-p .you a {
	color: #ffffff;
}
.about-right{
	overflow:hidden;
}
/* 企业动态 */
.dynamic {
	/*background-color: #F0F4F7;*/
	padding-bottom: 20px;
	width:100%;
}

.dynamic-h {
	/* height: 60px; */
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	padding: 20px 0;
}

.dynamic-m {
	display: none;
}

.dynamic-h .line {
	position: relative;
	top: 10px;
	width: 50px;
	height: 5px;
	margin: 0 auto;
	border-radius: 50px;
	background-color: #015293;
}

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

.dynamic-top .dynamic-l {
	width: 49%;
	height: 420px;
	border-radius: 5px;
	overflow: hidden;
}

.dynamic-top .mySwiper {
	height: 100%;
}

.dynamic-top .dynamic-l .mySwiper .swiper-slide {
	height: 100%;
	position: relative;
}

.dynamic-top .dynamic-l .mySwiper .swiper-slide .swiper-h {
	width: calc(100% - 40px);
	padding: 15px 20px;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.4);
	left: 0;
	bottom: 0;
	color: #ffffff;
}

.dynamic-top .dynamic-l .mySwiper .swiper-slide .swiper-h div {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.dynamic-top .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0;
}

.dynamic-top .dynamic-r {
	width: 49%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.h3 {
	font-size: 17px;
	color: #aaaaaa;
}

.dynamic-top .dynamic-r .detail {
	height: 100%;
	overflow: hidden;
}

.dynamic-r .detail {
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0px 1px 9px rgb(204, 204, 204, 0.76);
	min-height: 190px;
	overflow: hidden;
}

.dynamic-r .detail .flex-b {
	padding-right: 10px;
	/*border-bottom: 1px solid #015293;*/
	display: flex;
	align-items: center;
	overflow: auto;
	justify-content: space-between;
}

.dynamic-r .dy-type {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 100%;
}

.dynamic-r .dy-type span {
	color: #aaaaaa;
	font-size: 20px;
}

.dynamic-r .detail .h3 {
	cursor: pointer;
	width: max-content;
	padding: 10px 5px;
	font-weight: 600;
}

.dynamic-r .detail .active-type a {
	font-weight: 600;
	/*border-bottom: 2px solid #015293;*/
	/*background-color: #015293;*/
	color: #015293;
}

.dynamic-r .detail .p {
	border-bottom: 1px dashed #e8e8e8;
	padding: 10px 20px;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.dynamic-r .detail .p span {
	width: calc(100% - 150px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.dynamic-r .detail .p span:last-child {
	color: #aaaaaa;
	width: 100px;
}

.dynamic-r .detail a:last-child .p {
	border-bottom: 0px dashed #015293;
	padding: 10px 20px;
}

.dynamic-bottom {
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
}

.dynamic-bottom .dynamic-r {
	width: 49%;
	background-color: #fff;
	border-radius: 5px;
}

.dy-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
	padding: 10px;
	border-radius: 5px;
	background-color: #ffffff;
	box-shadow: 0px 1px 9px rgb(204, 204, 204, 0.76);
}

.dy-footer .left {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 10%;
}

.dy-footer .left .left-h {
	width: max-content;
	color: #ffffff;
	font-size: 28px;
	text-align: center;
	padding: 10px 24px;
	background-color: #f38900;
	border-radius: 5px;

}

.dy-footer .right {
	width: 89%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.dy-footer .right .footerSwiper {
	width: 90%;
	display: flex;
	align-items: center;
}

.dy-footer .footerSwiper {
	height: 100px;
	overflow: hidden;
}

.dy-footer .footerSwiper .swiper-slide img {
	width: 100%;
	height: 100%;
}

.footerswiper-button-prev,
.footerswiper-button-next {
	width: 30px;
}

/* 公司介绍 */
.business-h {
	/* height: 60px; */
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	padding: 20px 0;
}

.business-h .line {
	position: relative;
	top: 10px;
	width: 50px;
	height: 5px;
	margin: 0 auto;
	border-radius: 50px;
	background-color: #015293;
}

.business-top {
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
}

.business-top .fl {
	width: 39%;
	display: flex;
	background-color: #ffffff;
	border-radius: 6px;
}

.business-top .fl img {
	width: 50%;
	border-radius: 5px 0 0 5px;
}

.business-top .fl .title-tips {
	padding: 15px;
	width: 100%;
}

.business-top .fl .title-tips .data-num {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.business-top .fl .title-tips .data-num .li {
	width: 50%;
	text-align: center;
}

.business-top .fl .title-tips .data-num .li .num {
	font-size: 50px;
	font-family: Impact, sans-serif;
	font-weight: bold;
	color: #015293;
	display: block;
}

.business-top .fl .title-tips .title-h {
	font-size: 20px;
	font-weight: bold;
	color: #015293;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.business-top .fl .title-tips .title-h span {
	padding-bottom: 10px;
	border-bottom: 2px solid #015293;
}

.business-top .fr {
	width: 59%;
	border-radius: 5px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.business-top .fr img{
	width:100%;
}
.data {
	background-image: url('/static/img/demo2.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	color: #ffffff;
	padding: 20px 0;
	margin-top: 20px;
}

.data .data-num {
	display: flex;
	justify-content: space-around;
	font-size: 14px;
}

.data .data-num .li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.data .data-num .li img {
	width: 40px;
}

.data .data-num .li .num {
	font-size: 30px;
}

/* 集团服务 */
.flex-t {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.margin {
	margin: 20px 0;
}

.about-us {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	color: #ffffff;
}

.about-us>div {
	padding: 20px;
}

.about-h {
	margin-top: 25px;
	padding-bottom: 10px !important;
	margin-bottom: 30px;
	font-size: 26px;
	/*border-bottom: 1px solid #e8e8e8;*/
	font-weight: bold;
	color: #ffffff !important;
}

.about-h span {
	padding-bottom: 10px;
	border-bottom: 3px solid #015293;
	color: #015293;
}

.video {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	position: relative;
	background-image: url(/static/img/video-1-1.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.video>img {
	width: 100%;
	border-radius: 5px;
	background-color: #000;
}

.video>video {
	width: 100%;
	border-radius: 5px;
	background-color: #000000;
}

.play {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	margin: auto;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 5px;
	cursor: pointer;
}

.fuwu-box {
	width: 100%;
	border-radius: 5px;
	padding: 15px;
	background-color: #ffffff;
}

.fuwu {
	display: flex;
	flex-wrap: wrap;
}

.fuwu img {
	width: 185px;
	margin: 10px 5px;
}

.fuwu a {
	position: relative;
}

.qrcode {
	display: none;
	width: 70% !important;
	position: absolute;
	top: -130%;
	left: 0;
	right: 0;
	margin: 0 auto !important;
}

.qrcode-none {
	position: relative;
}

.fuwu .qrcode-none:hover .qrcode {
	display: block;
}

/* 底部 */
.footer {
	background-color: #015293;
	color: #fff;
	padding: 60px 0;
}

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

.footer .left img {
	width: 140px;
}

.footer .center {
	text-align: center;
	line-height: 30px;
}

.footer .right {
	display: flex;
}

.footer .right img {
	width: 90px;
	margin-left: 20px;
}

/* 手机导航 */
.mobile-nav-click {
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.mobile-nav-click img {
	width: 100%;
}

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

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

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

.active-s {
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown .first {
	display: flex;
}

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

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

.m_nav .ul li .dropdown_menu a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

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

.m_nav .dropdown img {
	width: 20px;
	margin-left: 5px;
	position: absolute;
	right: 0;
	top: 0;
	bottom:0;
	margin: auto;
	z-index:1000;
}

/* 详情页banner图 */
.detail-banner {
	height: auto;
	position: relative;
}

.detail-h {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20%;
	width: max-content;
	height: max-content;
	margin: auto;
	font-size: 44px;
	font-weight: bold;
}

.detail-banner img {
	width: 100%;
	opacity: 0.8;
}

.detail-container {
	border-bottom: 1px solid #eeeeee;
	/*box-shadow: 0 1px 6px rgba(167, 165, 165, 0.38);*/
}

.detail-tab {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

.detail-tab>div {
	padding: 0 10px;
	cursor: pointer;
}

.tab-aout {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.tab-aout>div {
	width: 240px;
	text-align: center;
	height: 60px;
	line-height: 60px;
}

.tab-active {
	color: #015293 !important;
	font-weight: bold;
	border-bottom: 4px solid #015293;
}

.tab-active a {
	color: #015293 !important;
}

.tab-active1 {
	/*color: #ffffff !important;*/
	/*background-color: #015293;*/
	border-left: 4px solid #015293 !important;
}

/*.tab-active1 a{*/
/*color: #ffffff !important;*/
/*}*/
.tab-active-index {
	color: #ffffff;
	border: 2px solid #015293 !important;
	color: #015293;
	border-radius: 50px;
}

.groupcontent {
	display: flex;
	margin-top: 30px;
	margin-bottom: 30px;
	width: max-content;
}

.content {
	padding: 20px;
	min-height: 60vh;
}

.img {
	display: block;
}

.content .title-h {
	width: max-content;
	margin: auto;
	color: #015293;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 3px solid #015293;
}

.content .title-tips {
	text-align: center;
	display: flex;
	justify-content: center;
	color: #aaaaaa;
}

.content .title-tips div {
	padding: 0 10px;
	margin-bottom: 10px;
}

.news-list li {
	padding: 20px 0;
	overflow: auto;
	border-bottom: 1px solid #e8e8e8;
}

.news-list li .img {
	width: 200px;
	height: 130px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.news-list li .img img {
	width: 100%;
}

.news-list li .news-title {
	font-weight: bold;
	font-size: 18px;
}

.news-list li .news-content {
	margin: 10px 0;
	margin-bottom: 20px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news-list li .tips {
	display: flex;
	justify-content: space-between;
	color: #aaaaaa;
}

.new-title-h {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 10px;
}

.page {
	margin: 20px 0;
}

.dzm-pagination-container {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 管理团队 */
.team-box {
	margin-top: 30px;
	overflow: auto;
	position: relative;
}

.team-box .left {
	width: 66%;
	float: left;
	padding-top: 10px;
}

.team-box .left .name {
	font-size: 22px;
	color: #B35E00;
}

.team-box .left .name .position {
	font-size: 18px;
	color: #aaaaaa;
}

.team-box .left .introduce {
	margin-top: 20px;
	font-size: 18px;
	color: #aaaaaa;
}

.team-box .right {
	float: left;
	width: 33%;
}

.team-box .right img {
	width: 60%;
	float: right;
}

.team-box .close {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 30px;
	left: 20px;
	color: #B35E00;
	cursor: pointer;
}

.team-box .close img {
	width: 20px;
	margin-right: 8px;
}

.team-tab1 {
	display: flex;
	align-items: center;
	margin-bottom: 27px;
}

.team-tab {
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid;
	margin-top: 29px;
	margin-bottom: 27px;
}

.business-tab {
	width: max-content;
	margin-top: 29px;
	margin-bottom: 10px;
	border-bottom: 1px solid #015293;
}

.team-active1 {
	border-bottom: 2px solid #015293 !important;
	color: #015293;
}

.team_name {
	padding: 10px 20px;
	cursor: pointer;
	border-bottom: 2px solid #ffffff;
}

.team-active {
	width: 100%;
	padding: 10px 20px;
	/* border: 2px solid #737270; */
	background-color: #eaeaea;
}

.business-active {
	width: max-content;
	padding: 0 10px;
	color: #015293;
}

.bussiness-item {
	display: flex !important;
	flex-direction: inherit !important;
	flex-wrap: wrap !important;
}

.bussiness-item .list {
	width: 31.3% !important;
	margin: 1%;
}

.team-item {
	display: flex;
	flex-wrap: wrap;
}

.team-item .list {
	width: 33%;
	position: relative;
}

.team-item .list img {
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 30px;
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}

.team-item .list .li {
	margin: 10px;
	padding: 30px;
	background-color: #f8f8f8;
	color: #aaa;
}

.team-item .list .li .name {
	color: #B35E00;
	font-size: 28px;
	/*cursor: pointer;*/
}

/* 组织框架 */
.organization-item {
	display: flex;
	flex-direction: column;
}

.organization-item .list {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #eaeaea;
	width: 100%;
	/*border: 2px solid #737270;*/
	/*margin: 1% 0;*/
}

.organization-item .list .li {
	margin: 5px 0;
	/*border: 1px solid #737270;*/
	text-align: center;
	padding: 10px 5px;
	font-size: 18px;
}

/* 主营业务 */
.busine-left {
	width: 20%;
	display: inline-block;
	float: left;
	/*box-shadow: 0 1px 6px rgba(167, 165, 165, 0.38);*/
}

.busine-title-h {
	background-color: #015293 !important;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 20px;
	border-left: 4px solid #015293 !important;
	border-bottom: 1px solid #015293 !important;
	cursor: default !important;
	padding: 10px 20px !important;
}

.busine-left div:hover {
	/*background-color: #015293;*/
	border-left: 4px solid #015293;
}

.busine-left div a {
	color: #015293;
	font-weight: bold;
}

.busine-left div {
	background-color: #F7F7F7;
	padding: 10px 20px;
	cursor: pointer;
	border-bottom: 1px solid #eee;
	border-left: 4px solid #f7f7f7;
}

.busine-right {
	display: inline-block;
	width: 80%;
}


.busine-right .busine-mar {
	padding-left: 40px;
}

.busine-right .busine-h {
	overflow: hidden;
	width: max-content;
	margin: auto;
	margin-bottom: 20px;
}

.busine-right .busine-h span {
	float: left;
	color: #015293;
	font-size: 26px;
	width: max-content;
	font-weight: bold;
	border-bottom: 3px solid #015293;
	line-height: 1;
	padding-bottom: 5px;
}

/* 投诉 */
.comment-form h2,
.blog-comment h2 {
	font-size: 36px;
	margin-bottom: 50px;
	font-weight: bold;
	color: #015293;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.col-lg-6 {
	position: relative;
	width: 50%;
}

.col-lg-6 input {
	height: 71px;
	padding: 0 20px;
	display: block;
	border: none;
	outline: none;
	width: calc(100% - 60px);
	background-color: #f6f5f2;
	border-radius: 5px;
	height: 60px;
	font-size: 14px;
	color: #6e7673;
	margin-bottom: 20px;
}

.col-lg-12 {
	max-width: 100%;
	position: relative;
	flex: 0 0 100%;
}

.col-lg-12 textarea {
	max-width: calc(100% - 60px);
	height: 160px;
	padding: 30px 20px;
	display: block;
	border: none;
	outline: none;
	width: calc(100% - 60px);
	background-color: #f6f5f2;
	border-radius: 5px;
	font-size: 14px;
	color: #6e7673;
	margin-bottom: 20px;
}

.thm-btn {
	width: 130px;
	height: 60px;
	font-size: 22px;
	color: #ffffff;
	border: 0;
	border-radius: 5px;
	background-color: #015293;
	margin-bottom: 20px;
}

.edtext img {
	max-width:100% !important;
	max-height: 100% !important;
}

@media screen and (max-width:980px) {
	.header-item {
		height: 70px;
	}

	.logo-box {
		width: 70%;
	}

	.about-h {
		text-align: center;
margin-top:20px;
		margin-bottom:10px;
	}

	.new {
		position: relative;
		margin-right: auto !important;
		left: 12px;
		width: calc(90% - 25px);
		border-radius: 5px;
		float: none;
	}

	.wrapper {
		height: 180px;
		padding-bottom: 20px;
	}

	.wrapper li.big .a {
		width: 33%;
	}

	.wrapper .a {
		width: 33%;
		height: 180px;
	}

	.wrapper .a .left {
		font-size: 18px;
	}

	.wrapper .a>img {
		min-width: auto;
		height: 200px;
	}

	.news-h {
		top: 10px;
		left: -25px;
	}

	.ul1 {
		padding-left: 30px;
	}

	.news-h img {
		width: 50px;
	}

	.new-box {
		height: 30px;
	}

	.box .about {
		width: 90%;
		flex-direction: column;
		align-items: center;
	}

	.box .about .img {
		width: 100%;
		margin: auto;
	}

	.busine-title-h {
		display: none;
	}

	.box .about .about-title {
		width: 100%;
		padding-bottom: 40px;
		flex-direction: column;
		margin-top: 20px;
	}

	.about-left {
		display: flex;
	}

	.subject_right:first-child div {
		height: 120px;
	}

	.subject_right div {
		height: 120px;
	}

	.subject_title {
		font-size: 16px;
	}

	.wrapper {
		margin-top: 10px;
	}

	.text-h {
		font-size: 28px;
		padding: 20px 0;
	}

	.text-h .line {
		width: 30px;
		top: 5px;
	}

	.main-menu {
		padding: 0 15px;
	}

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

	.box {
		padding-top: 15px;
	}

	.box .container {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.box-fl {
		width: calc(90% - 30px);
		margin: auto;
		min-height: auto !important;
		padding: 15px;
	}

	.bussiness-item .list{
		width:100% !important;
	}

	.box-fl .more {
		top: 25px;
	}

	.box-fl .title-p {
		padding-top: 5px;
		word-break: break-all;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 8;
		overflow: hidden;
	}

	.box-fl .more a {
		position: absolute;
		top: 20px;
	}

	.box-fr {
		width: 90%;
		margin-top: 10px;
	}

	.box-padd {
		padding: 0 20px;
	}

	.box-fr-top-l .box-img .card-box {
		display: inline-block;
		width: 30%;
		height: 0;
		margin-right: 0;
		padding-bottom: 30%;
	}

	.box-fr-top-l .box-img .card-box img {
		position: absolute;
		left: 0;
		top: 0;
		margin: auto;
	}

	.boxtext-h {
		font-size: 18px;
	}

	.boxtext-p {
		padding: 10px !important;
	}

	.boxtext-p .you {
		display: none;
	}

	.disnone {
		display: none;
	}

	.dynamic-r .detail .h3 {
		font-size: 18px;
		padding: 5px 15px;
	}

	.dynamic-r .detail:last-child {
		margin-top: 10px;
	}

	.dynamic-top .dynamic-l {
		height: 250px !important;
	}

	.dynamic-r .detail .p span:first-child {
		width: 70%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.dynamic-h {
		font-size: 28px !important;
		padding: 10px 0 !important;
	}

	.dynamic-h .line {
		width: 30px !important;
		top: 5px !important;
	}

	.dynamic-top {
		max-width: 100%;
		flex-direction: column;
		align-items: center;
	}

	.dynamic-top .dynamic-l {
		width: 90% !important;
		margin-bottom: 10px;
	}

	.dynamic-top .dynamic-r {
		width: 90% !important;
	}

	.dynamic-top .dynamic-r .detail:last-child {
		display: none;
	}

	.dynamic-bottom {
		flex-direction: column;
		align-items: center;
		margin-top: 10px;
		max-width: 100%;
	}

	.dynamic-bottom .dynamic-r {
		width: 90% !important;
	}

	.dynamic-bottom .dynamic-r:last-child {
		display: none;
	}

	.dy-footer {
		display: none !important;
	}

	.m-footerSwiper {
		display: flex !important;
		width: calc(90% - 20px);
		margin: auto;
	}

	.dy-footer .right .m-footerSwiper {
		width: 90%;
		display: flex;
		align-items: center;
	}

	.dy-footer {
		margin-top: 10px;
	}

	.dy-footer .m-footerSwiper {
		width: 50%;
		overflow: hidden;
	}

	.dy-footer .left {
		width: 70px !important;
	}

	.dy-footer .left .left-h {
		font-size: 18px !important;
		padding: 8px 15px !important;
	}

	.dy-footer .right {
		width: calc(100% - 100px) !important;
	}

	.dy-footer .m-footerSwiper .swiper-slide img {
		width: 100%;
	}

	.business-h {
		font-size: 24px !important;
		padding: 5px 0 !important;
	}

	.business-h .line {
		width: 30px !important;
		top: 5px !important;
	}

	.business-top {
		flex-direction: column;
		align-items: center;
		max-height: none;
	}

	.business-top .fl {
		margin-top: 10px;
		max-height: max-content;
		flex-direction: column-reverse;
	}

	.business-top .fr img {
		max-width: 100%;
		border-radius: 0 0 5px 5px;
	}

	.business-top .fl .title-tips {
		padding: 0;
	}

	.business-top .fl,
	.business-top .fr {
		width: 90% !important;
	}

	.business-top .fr {
		margin-top: 10px;
	}

	.business-top .fr .about-us {
		width: 100%;
	}

	.data .data-num .li img {
		width: 35px;
	}

	.data .data-num .li .num {
		font-size: 24px !important;
	}

	.data .data-num .li div:last-child {
		font-size: 12px !important;
	}

	.play {
		width: 80px;
		height: 80px;
		padding: 20px;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: auto;
	}

	.fuwu {
		width: 90%;
		margin: auto;
		align-items: center;
		justify-content: space-between;
	}

	.fuwu a {
		width: 45% !important;
	}

	.fuwu a img {
		width: 100%;
		margin: 5px 0;
	}

	.footer .flex {
		flex-direction: column;
		align-items: center;
	}

	.footer .center {
		width: 90%;
		margin: 40px 0;
	}

	.footer {
		padding: 20px 0 !important;
	}

	.footer .center div {
		margin-bottom: 10px;
	}

	.footer .center {
		line-height: normal !important;
		margin: 15px 0;
	}

	.footer .left {
		width: 35% !important;
		margin: 0 auto;
	}

	.footer .left img {
		width: 100% !important;
	}

	.detail-tab {
		display: block !important;
		overflow: auto;
		width: 100%;
	}

	.tab-aout {
		display: block !important;
		overflow: auto;
		width: max-content;
	}

	.detail-tab::-webkit-scrollbar {
		opacity: 0;
		display: none;
	}

	.detail-tab>div {
		padding: 0;
	}

	.detail-tab>div>div {
		width: max-content;
		height: 20px;
		line-height: 20px;
		font-size: 16px !important;
		padding: 10px !important;
		float: left;
	}

	.detail-h {
		font-size: 22px;
		right: 10%;
	}
	
	.aboutSwiper{
		height:100%
	}

	.flex-t {
		display: block;
	}

	.video {
		width: 100%;
		margin: auto;
	}

	.video img {
		width: 100%;
	}

	.video video {
		width: 100%;
	}

	.about-us {
		width: 90%;
		margin: auto;
	}

	.fuwu-box {
		width: calc(90% - 30px);
		margin: auto;
	}

	.content .title-h {
		font-size: 20px;
	}

	/* 团队管理 */
	.team-box {
		margin-top: 0;
	}

	.team-box .left {
		width: 100%;
		padding-top: 0;
	}

	.team-box .right {
		width: 100%;
	}

	.team-box .close {
		left: 80%;
		bottom: 95%;
	}

	.team-item .list {
		width: 50%;
	}

	.team-item .list .li {
		padding: 15px;
	}

	.team-item .list .li .name {
		font-size: 18px;
	}

	.team-item .list img {
		bottom: 20px;
		right: 20px;
	}

	.news-list li .news-title {
		word-break: break-all;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.news-list li .img {
		width: 100px;
		height: 60px;
	}

	/* 组织框架 */
	.team-tab:first-child {
		margin-top: 0;
	}

	.organization-item .list {
		width: 48%;
		margin-bottom: 10px;
	}

	.organization-item .list .li .name {
		width: 95%;
		margin: auto;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.busine-left {
		width: 100%;
	}

	.busine-left div {
		text-align: center;
		padding: 0;
		width: 32%;
		float: left;		
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;

	}

	.busine-right {
		width: 100%;
	}

	.busine-right .busine-mar {
		padding-left: 0;
		margin-top: 20px;
	}

	.row {
		justify-content: center;
	}

	.comment-form h2 {
		font-size: 22px;
		width: 90%;
		margin: auto;
		margin-bottom: 20px;
	}

	.col-lg-6,
	.col-lg-12 {
		width: 95%;
	}

	.col-lg-12 {
		flex: none
	}

	.col-lg-6 input {
		height: 50px;
		margin-bottom: 10px !important;
		margin: auto;
	}

	.col-lg-12 textarea {
		padding: 20px;
		height: 100px;
		margin: auto;
	}

	.thm-btn {
		width: 100px;
		font-size: 18px;
		height: 40px;
	}
	.about-right{
		width:100% !important;
	}
	.about-left{
		height:100%;
	}
	.about-left div{
		height:100%;
	}
	.qrcode-none{
		width:45%
	}
	.qrcode-none img {
		width:100%;
	}
}

.discenter {
	height: 62.7vh;
}

.contant {
	font-size: 24px;
	font-weight: normal;
	line-height: 40px;
	text-align: center;
	padding-top: 60px;
}

.contant-content {
	text-align: center;
}

.page {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.page-link {
	color: #fff;
}

.page .active {
	background: #f38900
}

.page-item {
	padding: 0 5px;
	text-align: center;
	min-width: 20px;
	margin: 0 5px;
	background: #015293;
}
