.header {
	display: block;
	width: 100%;
	height: 80px;
	background: #fff;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

.head-zw {
	display: block;
	height: 80px;
}

.header-main {
	display: flex;
	height: 100%;
	justify-content: space-between;
	align-items: center;
}

.logo {
	display: flex;
	align-items: center;
	height: 100%;
}

.head-in {
	display: flex;
	align-items: center;
	height: 100%;
	color: #000000;
}

.language {
	display: flex;
	align-items: center;
	padding-top: 5px;
	color: #000000;
	margin-left: 51px;
}

.language em {
	color: #9D9D9D;
}

.head-nav {
	display: flex;
	height: 100%;
}

.head-nav>li {
	margin-left: 67px;
	position: relative;
	height: 100%;
}

.head-nav>li:first-child {
	margin-left: 0;
}

.head-nav-one {
	display: flex;
	align-items: center;
	height: 100%;
	padding-top: 5px;
	color: #000000;
	position: relative;
}

.head-nav-two {
	display: none;
	position: absolute;
	width: 120px;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	background: #fff;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.06);
	text-align: center;
}

.head-nav-two li:first-child a {
	padding-top: 8px;
}

.head-nav-two li:last-child a {
	padding-bottom: 8px;
}

.head-nav-two li a {
	display: block;
	padding: 4px 8px;
	line-height: 24px;
	color: #686868;
}

.head-nav-two li a:hover {
	color: #000;
}

.pc-head-nav>li>a::after {
	content: "";
	display: none;
	width: 40px;
	height: 2px;
	background: #003E95;
	position: absolute;
	top: 54px;
	left: 50%;
	transform: translateX(-50%);
}

.pc-head-nav li.active>a::after {
	display: block;
}

.pc-head-nav li:hover>a::after {
	display: block;
}

.pc-head-nav>li:hover ul {
	display: block;
}

.footer {
	display: block;
	background: #000000;
	color: #fff;
	padding: 52px 0;
}

.footer-bottom {
	text-align: center;
	line-height: 24px;
	color: #C0C0C0;
	margin-top: 122px;
}

.footer-bottom a {
	color: #C0C0C0;
}

.footer-bottom a:hover {
	color: #fff;
}

.footer-main {
	display: flex;
	padding-left: 4px;
}

.footer-logo {
	display: block;
	padding-top: 4px;
	color: #C0C0C0;
	line-height: 17px;
	margin-right: 89px;
}

.footer-logo img {
	display: block;
	height: 48px;
	width: auto;
	margin-bottom: 5px;
}

.footer-line {
	display: block;
	width: 1px;
	height: 144px;
	background: #9D9D9D;
	margin-top: 4px;
}

.footer-menu h3 {
	line-height: 24px;
	margin-bottom: 12px;
	color: #C0C0C0;
}

.footer-menu a {
	display: block;
	color: 14px;
	line-height: 24px;
	color: #fff;
}

.footer-brand {
	width: 276px;
	padding: 0 20px 0 52px;
}

.footer-contact {
	width: 388px;
	padding: 0 20px 0 49px;
}

.footer-follow-in {
	display: flex;
	padding-top: 24px;
}

.follow-wx {
	display: block;
	/* width: 57px;
	height: 57px; */
	position: relative;
	margin-right: 31px;
}

.wx-qrcode {
	display: none;
	width: 164px;
	height: 164px;
	background: #fff;
	position: absolute;
	top: 67px;
	left: 0;
}

.footer-share .bshare-linkedin {
	opacity: 1;
	width: 57px;
	height: 57px;
	background: url(../images/footer-02.png) no-repeat center !important;
	background-size: 100% 100%;
}

.wap-show {
	display: none;
}

.wap-show1 {
	height: 0;
	overflow: hidden;
}

.title-01 {
	text-align: center;
	transition: all 600ms;
}

.title-01 h3 {
	font-size: 40px;
	line-height: 60px;
	color: #000;
	font-weight: bold;
}

.title-01 p {
	font-size: 20px;
	color: #C0C0C0;
	line-height: 24px;
	margin-top: -7px;
}

.about-tit-01 {
	margin: 80px auto 80px;
}

.about-blurb {
	display: flex;
	justify-content: space-between;
	padding: 0 6px 0 19px;
	margin-bottom: 120px;
}

.about-blurb-img {
	flex: 1;
	margin-top: 5px;
}

.about-blurb-in {
	width: 537px;
	padding-left: 40px;
	transition: all 600ms;
}

.about-blurb-text {
	color: #686868;
	line-height: 20px;
}

.about-blurb-bot {
	display: flex;
	padding-left: 6px;
	justify-content: space-between;
	margin-top: 60px;
}

.about-blurb-bot .line {
	display: block;
	width: 1px;
	height: 66px;
	background: #686868;
	margin-top: 11px;
}

.about-blurb-item h3 {
	height: 60px;
	line-height: 60px;
	font-size: 50px;
	color: #003E95;
	font-weight: bold;
}

.about-blurb-item h3 em {
	font-size: 18px;
	font-weight: normal;
	color: #686868;
	margin-left: 3px;
}

.about-blurb-item p {
	line-height: 21px;
	color: #686868;
}

.about-tit-02 {
	margin: 90px auto 80px;
}

.about-jiagou {
	display: flex;
	justify-content: center;
	margin-bottom: 120px;
}

.about-jiagou li {
	width: 200px;
	text-align: center;
	line-height: 1.5;
	color: #666666;
	height: 248px;
	background: #FFFFFF;
	box-shadow: 0px 14px 18px 3px rgba(0, 0, 0, 0.08);
	border-radius: 15px;
	margin-right: 19px;
}

.about-jiagou li div {
	display: block;
	margin: 0 auto 26px;
}

.jiagou-line {
	display: none;
	margin: 0 auto 40px;
	border-top: 2px solid #D9D9D9;
	border-radius: 20px 20px 0 0;
	height: 37px;
	border-left: 2px solid #D9D9D9;
	border-right: 2px solid #D9D9D9;
}

.jiagou-line li {
	display: block;
	width: 100%;
	border-left: 2px solid #D9D9D9;
	height: 100%;
}

.jiagou-line li:first-child {
	border: none;
}

.about-jiagou li:last-child {
	margin-right: 0;
}

.jiagou-line-main {
	padding: 0 50px;
}

.jiagou-line-top {
	display: none;
	width: 2px;
	height: 50px;
	background: #D9D9D9;
	margin: 0 auto;
}

.jiagou-img {
	display: flex;
	justify-content: center;
}

.about-banner * {
	width: 100%;
	height: auto;
}

.about-tit-03 {
	margin: 100px auto 70px;
}

.about-wh {
	/* padding: 0 30px; */
	display: flex;
}

.about-wh li {
	width: 100%;
	height: 440px;
	position: relative;
}

.about-wh li>div {
	height: 50%;
	width: 100%;
}

.about-wh li .about-wh-img {
	display: block;
	width: 100%;
	overflow: hidden;
}

.about-wh li .about-wh-img div {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 600ms;
}

.about-wh li:nth-child(2n) .about-wh-img {
	position: absolute;
	bottom: 0;
	left: 0;
}

.about-wh li.pc-zool:hover .about-wh-img div {
	transform: scale(1.2);
}

.about-wh-in {
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #666666;
	line-height: 1.5;
	background: #E8E8E8;
	transition: all 600ms;
	text-align: center;
	padding: 0 22%;
}

.about-wh li.pc-zool:hover .about-wh-in {
	background: #666666;
	color: #fff;
}

.about-wh-in h3 {
	font-size: 20px;
	line-height: 30px;
}

.about-wh-in h5 {
	font-size: 12px;
	line-height: 14px;
}

.about-wh-in em {
	display: block;
	width: 40px;
	height: 1px;
	background: #C0C0C0;
	margin: 5px auto 19px;
}

.about-wh li.pc-zool:hover .about-wh-in em {
	background: #fff;
}

.about-tit-04 {
	margin: 100px auto 28px;
}

.course {
	display: block;
	/* justify-content: space-between; */
	padding: 0 30px;
	align-items: flex-start;
}

.licheng {
	display: flex;
	justify-content: center;
	align-items: flex-center;
	margin-top: 20px;
	justify-content: center;
	position: relative;
}

.licheng .swiper-button-prev {
	right: 747px;
	bottom: 35px;
	top: unset;
	left: unset;
}

.licheng .swiper-button-next {
	right: 390px;
	bottom: 35px;
	top: unset;
}

.licheng .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: '';
}

.licheng .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: '';
}

.licheng .swiper .swiper-wrapper .swiper-slide {
	width: unset;
	display: flex;
	justify-content: center;
	align-items: center;
	justify-content: center;
}

.licheng .swiper .swiper-wrapper .swiper-slide img {
	width: 100%;
	/* 或具体宽度 */
	height: 100%;
	/* 或具体高度 */
	object-fit: cover;
}

.licheng .licheng-mask img {
	width: 240px;
	/* 或具体宽度 */
	height: 100%;
	/* 或具体高度 */
	object-fit: cover;
}

.place-main .swiper .swiper-wrapper .swiper-slide img {
	width: 100%;
	/* 或具体宽度 */
	height: 100%;
	/* 或具体高度 */
	object-fit: cover;
}

.courseSwiper1 {
	display: block;
	width: 100%;
	height: 288px;
}

.course-right-swi {
	position: relative;
	margin-top: 61px;
	width: 178px;
	padding: 31px 0 31px;
}

.courseSwiper1 .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 60px;
	color: #D9D9D9;
	font-weight: bold;
}

.courseSwiper1 .swiper-slide-active,
.courseSwiper1 .swiper-slide-duplicate-active {
	font-size: 80px;
	color: #003E95;
}

.courseSwiper1-but1,
.courseSwiper1-but2 {
	display: block;
	width: 26px;
	height: 26px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 90;
	cursor: pointer;
	background-size: 100% 100% !important;
}

.courseSwiper1-but1 {
	top: 0;
	background: url(../images/shang-01.png) no-repeat center;
}

.courseSwiper1-but2 {
	bottom: 0;
	background: url(../images/xia-01.png) no-repeat center;
}

.courseSwiper1-but1:hover {
	top: 0;
	background: url(../images/shang-02.png) no-repeat center;
}

.courseSwiper1-but2:hover {
	bottom: 0;
	background: url(../images/xia-02.png) no-repeat center;
}

.course-main {
	display: block;
	width: 518px;
	height: auto;
}

.course-main .icon {
	display: block;
	width: 47px;
	margin-bottom: 16px;
}

.course-img {
	display: block;
	/* width: 460px;
	height: 240px; */
	width: 580px;
	height: 340px;
	margin: 16px 0 17px 58px;
}

.course-in {
	display: block;
	padding-left: 58px;
	line-height: 1.5;
	color: #000000;
}

.course-in h3 {
	font-size: 40px;
	line-height: 48px;
	height: 48px;
	margin-bottom: 13px;
	font-weight: bold;
}

.course-in h3 em {
	font-size: 20px;
	font-weight: normal;
	margin-left: 20px;
}

.course-main li {
	/* display: none; */
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: opacity 2000ms;
}

.course-main li.show {
	/* display: block; */
	height: auto;
	overflow: visible;
	opacity: 1;
}

.course-bot-swi {
	display: block;
	width: 0;
	height: 0;
	position: relative;
}

.about-tit-05 {
	margin: 100px auto 36px;
}

.place {
	margin: 68px auto 140px;
	border-top: 4px solid #D9D9D9;
	display: flex;
	justify-content: space-between;
	padding-top: 13px;
}

.place li {
	display: flex;
	line-height: 36px;
	font-size: 24px;
	color: #9D9D9D;
	padding-left: 28px;
	background: url(../images/about-13.png) no-repeat left center;
	background-size: 12px auto;
	position: relative;
	cursor: pointer;
}

.place li.active {
	color: #333333;
	/* background: url(../images/about-14.png) no-repeat left center; */
	background-size: 12px auto;
}

.place li::after {
	content: "";
	display: none;
	width: 100%;
	height: 10px;
	background: #333333;
	position: absolute;
	left: 0;
	top: -23px;
}

.place li.active::after {
	display: block;
}

.place-main li {
	display: block;
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: opacity 2000ms;
}

.place-main li.active {
	height: auto;
	opacity: 1;
}

.place-main li>div {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.place-left {
	line-height: 1.5;
	color: #666666;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
}

.place-img {
	display: block;
	width: 660px;
	height: 460px;
	margin-top: 44px;
	border-radius: 15px;
}

.place-left .icon {
	display: block;
}

.place-in {
	padding: 52px 0 0 66px;
}

.place-in h3 {
	font-size: 36px;
	font-weight: bold;
	line-height: 54px;
	margin-bottom: 13px;
}

.brand-banner {
	display: block;
	position: relative;
}

.brand-banner>img {
	opacity: 0;
}

.brandSwiper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ziyou {
	margin: 80px auto 32px;
	text-align: center;
	line-height: 1.5;
	color: #686868;
}

.ziyou h3 {
	font-size: 36px;
	line-height: 54px;
	color: #000000;
	margin-bottom: 14px;
}

.ziyou div {
	width: 694px;
	margin: 0 auto;
}

.ziyouSwiper {
	margin-bottom: 80px;
}

.ziyouSwiper {
	display: block;
	height: 450px;
	overflow: hidden;
	width: 1920px;
}

.zy-brand>li {
	margin-bottom: 80px;
	position: relative;
	width: 100%;
}

.zy-brand-in {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	line-height: 1.5;
	color: #fff;

}

.zy-brand-in .more {
	display: block;
	width: 64px;
	height: 64px;
	margin-top: 47px;
	cursor: pointer;
}

.zy-brand li:nth-child(3) .zy-brand-in .more {
	< !--filter: brightness(100);
	-->
}

.brand .icon {
	margin-bottom: 80px;
}

.rightbrand {
	display: block;
	width: 100%;
	height: calc(100% - 80px);
	position: fixed;
	bottom: 0;
	left: 100%;
	z-index: 199;
	background: #fff;
	transition: left 1000ms;
}

.brand2 {
	color: #000000;
}

.mainSwi {
	transition: transform 1000ms;
}

.rightbrand>li {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.rightbrand-bg {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6;
}

.rightBrandSwiper {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.rightBrandSwiper>.bgCen {
	display: block;
	width: 100%;
	height: 100%;
}

.rightbrandDiv {
	display: block;
	line-height: 1.5;
	color: #686868;
	padding-top: 300px;
}

@media screen and (max-height: 1200px) {
	.rightbrandDiv {
		padding-top: 200px;
	}
}

@media screen and (max-height: 1000px) {
	.rightbrandDiv {
		padding-top: 150px;
	}
}

.rightbrand>li:nth-child(2) .in,
.rightbrand>li:nth-child(3) .in {
	color: #000;
}

.rightbrandDiv .in {
	width: 362px;
}

.rightbrandDiv h3 {
	font-size: 36px;
	color: #000000;
}

.rightbrandDiv1 h5 {
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 53px;
}

.rightbrandDiv1 .in {
	margin-top: 20px;
}

.rightBrandSwiper-bot {
	display: flex;
	align-items: center;
	position: absolute;
	z-index: 399;
	bottom: 112px;
	left: 50%;
	transform: translateX(-50%);
}

.rightBrandSwiper-bot .colse {
	display: block;
	width: 64px;
	height: 64px;
	cursor: pointer;
	margin-right: 23px;
}

.rightBrandSwiper-bot .swiper-pagination {
	display: flex;
	width: 300px;
	position: relative;
	bottom: auto;
	height: 2px;
}

.rightBrandSwiper-bot .swiper-pagination .swiper-pagination-bullet {
	margin: 0;
	border-radius: 0;
	height: 100%;
	width: 100%;
	background: #C0C0C0;
}

.rightBrandSwiper-bot .swiper-pagination .swiper-pagination-bullet-active {
	background: #686868;
}

.rightbrandDiv2 h5 {
	margin-bottom: 50px;
}

.rightbrandDiv2 h4 {
	line-height: 60px;
	height: 60px;
	margin-bottom: 45px;
	font-size: 20px;
}

.rightbrandDiv2 h4 span {
	font-size: 50px;
	font-weight: bold;
	color: #000000;
	margin-left: 10px;
}

.rightbrandDiv3 .icon {
	display: block;
	height: 97px;
	margin-bottom: 67px;
}

.rightbrandDiv3 li {
	margin-bottom: 34px;
	font-size: 30px;
	line-height: 1.5;
	color: #000;
}

.rightbrandDiv3 li h4 {
	font-size: 36px;
	font-weight: bold;
}

.brand4 {
	align-items: flex-end;
	color: #000;
}

.brand5 {
	color: #000;
}

.rightBrandSwiper-bot .swiper-pagination-bullet:only-child {
	display: block !important;
}

.brand6 {
	align-items: flex-end;
}

.rightbrand>li:nth-child(6) .rightbrandDiv1 .in {
	width: 516px;
}

.brand-video {
	display: block;
	width: 100%;
	position: relative;
	margin-bottom: 80px;
}

.brand-video video {
	width: 100%;
}

.brand-video-in {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	line-height: 1.5;
	position: absolute;
	bottom: 80px;
	left: 50%;
	transform: translateX(-50%);
	/* height: 225px; */
	/* justify-content: space-between; */
	padding: 0 110px 0 128px;
	color: #fff;
}

.video-right {
	display: flex;
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
}

.video-right li {
	margin-left: 40px;
}

.video-right li h2 {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 8px;
}

.video-right li p {
	padding-left: 10px;
}

.brand-video-in .in {
	width: 428px;
	padding-top: 11px;
}

.brand-video-in h3 {
	font-size: 36px;
}

.ziyouBot {
	position: relative;
	margin-bottom: 80px;
}

.ziyouBot-main {
	display: flex;
	color: #686868;
	line-height: 1.5;
	justify-content: flex-end;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);

}

.ziyouBot-main h3 {
	font-size: 36px;
	margin-bottom: 28px;
	color: #000000;
	margin-top: 198px;
}

.rightbrand li:nth-child(3) .rightBrandSwiper-bot .colse {
	filter: brightness(100);
}

.rightbrand li:nth-child(3) .rightBrandSwiper-bot .swiper-pagination .swiper-pagination-bullet {
	background: #fff;
}

.ziyouBot-main .in {
	width: 392px;
	transform: translateX(74px);
}

.rc-tit-01 {
	margin: 84px auto 52px;
}

.fazhan {
	display: flex;
	justify-content: center;
	position: relative;
}

.fazhan-in {
	display: block;
	width: 330px;
	height: 240px;
	position: absolute;
	background: #F5F5F5;
	border-radius: 10px;
	line-height: 1.5;
	padding: 37px 28px 10px;
	color: #686868;
}

.fazhan2 {
	padding-top: 30px;
}

.fazhan2 h3 {
	margin-bottom: 13px;
}

.fazhan-in h3 {
	font-size: 24px;
	color: #000000;
	margin-bottom: 21px;
}

.fazhan1 {
	left: 0;
	top: 26px;
}

.fazhan2 {
	top: 49px;
	right: 0;
}

.fazhan1 img {
	position: absolute;
	left: 232px;
	top: -17px;
}

.rc-tit-02 {
	margin: 130px auto 80px;
}

.rc-place .place li {
	background: none;
	padding: 0 50px;
}

.rc-place-main .place-in {
	padding: 76px 0 0 0;
}

.rc-tit-03 {
	margin: 152px auto 45px;
}

.fuli {
	position: relative;
	min-height: 440px;
	margin-bottom: 80px;
	padding-left: 70px;
}

.fuli-list {
	display: flex;
	flex-wrap: wrap;
}

.fuli-list>li {
	margin-bottom: 12px;
	margin-right: 17px;
	position: relative;
	height: 260px;
	display: flex;
	align-items: flex-end;
	cursor: pointer;
	overflow: hidden;
}

.fuli-list>li div {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 600ms;
}

.fuli-list>li:hover div {
	transform: scale(1.2);
}

.fuli-list>li p {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #fff;
	background: rgba(0, 62, 149, 0.5);
	text-align: center;
	line-height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.fuli-list>li:nth-child(1) {
	width: 524px;
}

.fuli-list>li:nth-child(2) {
	width: 564px;
}

.fuli-list>li:nth-child(3) {
	width: 470px;
}

.fuli-list>li:nth-child(4) {
	width: 616px;
}

.fuli-in {
	display: block;
}

.fuli-in li {
	position: relative;
	display: none;
}

.fuli-in li .fuli-img {
	display: block;
	width: 661px;
	height: 440px;
}

.fuli-in li .in {
	display: block;
	width: 433px;
	min-height: 280px;
	border-radius: 10px;
	background: #F5F5F5;
	position: absolute;
	left: 618px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	padding: 67px 48px 90px 49px;
	color: #000;
	line-height: 1.5;
}

.fuli-in li .in h3 {
	font-size: 30px;
	margin-bottom: 27px;
}

.fuli-in li .colse {
	display: block;
	width: 20px;
	position: absolute;
	top: 29px;
	right: 32px;
	cursor: pointer;
}

.fuli-in li .icon {
	display: block;
	height: 40px;
	position: absolute;
	bottom: 30px;
	right: 25px;
}

.news-title {
	font-size: 36px;
	line-height: 1.5;
	text-align: center;
	margin: 110px auto 47px;
	font-weight: bold;
}

.news-tabs {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 52px;
	line-height: 1.5;
}

.news-tabs a {
	font-size: 20px;
	position: relative;
	margin: 0 65px;
	color: #000000;
}

.news-tabs a.active::before {
	content: "";
	display: block;
	width: 60px;
	height: 2px;
	background: #003E95;
	position: absolute;
	bottom: -7px;
	left: 50%;
	transform: translateX(-50%);
}

.news-main {
	display: flex;
	flex-wrap: wrap;
}

.news-list {
	display: block;
	width: 380px;
	margin-right: 30px;
	margin-bottom: 30px;
	background: #FFFFFF;
	box-shadow: 0px 14px 18px 3px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
}

.news-list:nth-child(3n) {
	margin-right: 0;
}

.news-list .news-img {
	display: block;
	width: 100%;
	height: 240px;
	overflow: hidden;
}

.news-list .news-img div {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 600ms;
}

.news-list:hover .news-img div {
	transform: scale(1.1);
}

.news-list .news-in {
	display: block;
	height: 180px;
	padding: 20px 28px 0;
	line-height: 1.2;
	font-size: 12px;
	color: #686868;
	box-sizing: border-box;
}

.news-list .news-in h3 {
	height: 2.4em;
	font-size: 20px;
	color: #000000;
}

.news-list .news-in p {
	height: 4.5em;
	line-height: 1.5;
	margin: 15px 0 10px;
}

.news-list .news-in h5 {
	color: #686868;
}

.news-list:hover .news-in h3 {
	color: #003E95;
}

.customers-main {
	display: flex;
	flex-wrap: wrap-reverse;
	justify-content: center;
}

.customers-list {
	display: block;
	width: 235px;
}

.customers-list:nth-child(3n) {
	margin-right: 0;
}

.customers-list .customers-img {
	display: block;
	width: 100%;
	height: 174px;
	overflow: hidden;
}

.customers-list .customers-img div {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 600ms;
}

.product {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.product ul li {
	width: 20%;
}

.s_pro {
	display: flex;
	flex-direction: row;
}

.s_pro .img {
	position: relative;
}

.s_pro .img .tx {
	position: absolute;
	bottom: 22px;
	left: 35px;
	font-family: SourceHanSansCN;
	font-weight: 300;
	font-size: 16px;
	color: #FFFFFF;
}

.s_pro .img img {
	width: 100%;
	height: 490px;
	object-fit: cover;
}

.s_pro #img1 {
	position: relative;
}

.s_pro #img1 .tx {
	position: absolute;
	bottom: 22px;
	left: 35px;
	font-family: SourceHanSansCN;
	font-weight: 300;
	font-size: 16px;
	color: #FFFFFF;
}

.ppp {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#img1 img {
	width: 386px;
	height: 244px;
	object-fit: cover;
}


.catalogue {
	background-size: cover !important;
	background-attachment: fixed !important;
	height: 680px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.container-mask {
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	padding: 85px 191px 34px 191px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.container-mask_item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.mask-top {
	margin-top: 62px;
}

.container-mask_item div {
	font-family: SourceHanSansCN;
	font-weight: 300;
	font-size: 16px;
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 33.3%;
}

.container-mask_item div h3 {
	font-family: Montserrat;
	font-weight: bold;
	font-size: 36px;
	color: #FFFFFF;
	margin-bottom: 16px;
}

.container-mask_item .line {
	width: 2px;
	height: 59px;
	background: #FFFFFF;
}

.container-mask_tip {
	font-family: SourceHanSansCN;
	font-weight: 300;
	font-size: 16px;
	color: #FFFFFF;
	margin: 115px 0px 0px 0px;
	text-align: center;
}

.management {
	background-size: cover !important;
	background-attachment: fixed !important;
	padding: 60px auto;
}

.management .swiper {
	padding: 60px 0;
}

.management .swiper-button-prev {
	left: 60px;
}

.management .swiper-button-next {
	right: 60px;
}

.management .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: '';
}

.management .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: '';
}

.head-banner .swiper-button-prev {
	left: 60px;
}

.head-banner .swiper-button-next {
	right: 60px;
}

.head-banner .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: '';
}

.head-banner .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: '';
}

.head-banner .swiper {
	width: 100%;
	height: 860px;
}

.position-relative {
	position: relative;
}

.management .tit h3 {
	color: #fff
}

.management .tit .btn_r:before {
	background: #f5f5f5
}

.mySwiper1 .swiper-slide {
	transition-duration: .2s;
	transform: scale(0.8);
}

.mySwiper1 .swiper-slide-active,
.swiper-slide-duplicate-active {
	transform: scale(1);
}

.mySwiper1 .img img {
	transition: .5s ease-in-out;
	overflow: hidden;
	webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out
}

.mySwiper1 .img img {
	width: 100%;
}

.management-title {
	width: 620px;
	height: 91px;
	line-height: 91px;
	text-align: center;
	background: #FFFFFF;
	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
}

.mySwiper1 {
	padding: 60px 0;
}

.mySwiper1 .swiper-slide a:hover .txt:after {
	height: 3px;
	width: 100%
}

.mySwiper1 .txt h5 {
	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 15px;
	color: #666666;
}

.mySwiper1 .txt i {
	font-size: 2rem
}


.mySwiper1 .swiper-slide a {
	display: block
}

.mySwiper1 .swiper-slide a:hover i {
	padding-left: 2rem
}

.page {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 50px auto 80px;
}

.page a {
	display: flex;
	width: 30px;
	height: 30px;
	border: 1px solid #D9D9D9;
	border-radius: 2px;
	justify-content: center;
	align-items: center;
	color: #686868;
	margin: 0 6px;
}

.page a:hover {
	border-color: #003E95;
	color: #000;
}

.page a.active {
	border-color: #003E95;
	color: #000;
}

.news-det {
	margin: 40px auto 80px;
	font-size: 16px;
	line-height: 1.5;
	color: #000000;
}

.det-top {
	margin: 80px auto 0;
	border-bottom: 1px solid #9D9D9D;
	line-height: 1.5;
	text-align: center;
	padding-bottom: 46px;
	color: #686868;
}

.det-top h4,
.det-top h5 {
	margin-top: 20px;
}

.det-top h3 {
	font-size: 36px;
	font-weight: bold;
	color: #000;
}

.jiaru-banner {
	position: relative;
}

.jiaru-search {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	align-items: center;
	padding-bottom: 60px;
}

.jiaru-search h3 {
	font-size: 40px;
	line-height: 1.5;
	color: #fff;
	margin-bottom: 59px;
}

.jiaru-form {
	display: flex;
	width: 900px;
	height: 60px;
	border-radius: 30px;
	background: #fff;
	align-items: center;
	font-size: 20px;
	position: relative;
}

.jiaru-form select {
	width: 160px;
	height: 100%;
	align-items: center;
	color: #000;
	padding-left: 30px;
	position: relative;
	margin-right: 20px;

}

.jiaru-form input {
	display: flex;
	flex: 1;
	height: 100%;
	font-size: 20px;
	color: #000;
	padding: 0 200px 0 42px;
	position: relative;
}

.jiaru-form::after {
	content: "";
	display: block;
	width: 1px;
	height: 28px;
	background: #686868;
	position: absolute;
	left: 180px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}

.jiaru-form button {
	display: flex;
	width: 150px;
	height: 100%;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #003E95;
	border-radius: 0 30px 30px 0;
	position: absolute;
	right: 0;
	top: 0;
}

.jiaru-tit {
	text-align: center;
	font-size: 36px;
	line-height: 1.5;
	color: #000;
	margin: 80px auto 90px;
	font-weight: bold;
}

.xuanze {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.xuanze-img {
	width: 500px;
}

.xuanze-img li {
	display: none;
	width: 100%;
	height: 360px;
}

.xuanze-in {
	width: 640px;
}

.xuanze-in li {
	height: 90px;
	border-bottom: 1px solid #C0C0C0;
	line-height: 1.5;
	font-size: 12px;
	padding: 1px 20px 0;
	box-sizing: border-box;
	overflow: hidden;
}

.xuanze-in li .in {
	display: block;
	transition: all 600ms;
	transform: translateX(-100%);
	color: #fff;
	padding-top: 18px;
}

.xuanze-in li h4 {
	display: block;
	transition: all 500ms;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	margin-top: 25px;
	box-sizing: border-box;
	transition: all 400ms;
	transform: translateX(-100%);
}

.xuanze-in li:last-child {
	border: none;
}

.xuanze-in li h3 {
	color: #000000;
	font-weight: bold;
	font-size: 24px;
	margin-top: 25px;
	box-sizing: border-box;
}

.xuanze-in li.active {
	background: url(../images/jiaru2.png) no-repeat bottom right;
	background-size: cover;
	height: 170px;
}

.xuanze-in li.active h3 {
	display: none;
}

.xuanze-in li.active h4 {
	display: block;
	transform: translateX(0%);
}

.xuanze-in li.active .in {
	display: block;
	transform: translateX(0%);
}

.xuanze-in li.img {
	display: none;
}

.liuch {
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	font-size: 20px;
	line-height: 1.5;
	color: #000000;
	margin-bottom: 80px;
}

.liuch .item {
	white-space: nowrap;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.liuch>img {
	width: 15px;
	height: 24px;
	margin: 0 104px;
	margin-top: -24px;
}

.liuch span {
	display: flex;
	height: 81px;
	width: 81px;
	align-items: center;
	margin-bottom: 33px;
}

.jihua-tit {
	text-align: center;
	font-size: 36px;
	line-height: 1.5;
	color: #000;
	margin: 80px auto 46px;
	font-weight: bold;
}

.jiahua-tab {
	display: flex;
	margin: 0 auto 52px;
	justify-content: center;
	line-height: 1.5;
	font-size: 20px;
}

.jiahua-tab a {
	color: #000000;
	position: relative;
	margin: 0 65px;
}

.jiahua-tab a.active::after {
	content: "";
	display: block;
	width: 60px;
	height: 2px;
	background: #003E95;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 35px;
}

.jihua>li {
	display: none;
	flex-wrap: wrap;
}

.jihua .more {
	display: flex;
	width: 100%;
	height: auto;
	justify-content: center;
}

.jihua .more a {
	display: flex;
	width: 200px;
	height: 40px;
	border-radius: 2px;
	background: #003E95;
	justify-content: center;
	align-items: center;
	color: #fff;
	margin-top: 15px;
}

.jh-item {
	display: flex;
	width: 380px;
	height: 240px;
	background: #F8F8F8;
	margin: 0 30px 32px 0;
	align-items: center;
	transition: all 600ms;
}

.jh-item:hover {
	transform: translateY(-20px);
}

.jh-item:nth-child(3n) {
	margin-right: 0;
}

.jh-item .img {
	display: flex;
	width: 90px;
	justify-content: center;
	height: 100%;
	align-items: center;
	margin-left: 60px;
}

.jh-item .in {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	padding-left: 24px;
	line-height: 1.5;
	font-size: 12px;
	color: #000000;
}

.jh-item .in p {
	margin-top: 12px;
	color: #686868;
}

.jh-item .in h4 {
	margin-top: 12px;
}

.jh-item .in h3 {
	line-height: 1.2;
	font-size: 20px;
}

.about-bot-div {
	position: absolute;
	bottom: 24%;
	color: #fff;
	left: 34%;
	transform: translateX(-50%);
	z-index: 9;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.about-bot-div img {
	width: 53%;
	max-width: 643px;
	margin-left:45%;
}

.about-bot-div .in {
	width: auto;
	padding-right: 13px;
	flex: 1;
	padding-top: 8px;
	padding-left: 28px;
}

.about-jiagou li {
	position: relative;
}

/* .about-jiagou li::after {
	content: "";
	display: block;
	width: 2px;
	height: 48px;
	background: #D9D9D9;
	position: absolute;
	right: 0;
	top: 18px;
} */

.about-jiagou li:last-child::after {
	display: none;
}

@media screen and (max-width:1400px) {
	.ziyouBot-main h3 {
		margin-top: 26%;
	}

	.ziyouBot-main .in {
		transform: translateX(0px);
		margin-right: 30px;
	}
}

@media screen and (max-height: 950px) {
	.rightbrandDiv3 li h4 {
		font-size: 28px;
	}

	.rightbrandDiv3 li {
		margin-bottom: 20px;
		font-size: 18px;
	}

	.rightbrandDiv3 .icon {
		margin-bottom: 40px;
	}
}

@media screen and (max-height: 900px) {
	.rightbrand>li:nth-child(6) .rightbrandDiv {
		padding-top: 100px;
	}

	.rightbrand>li:nth-child(6) .rightbrandDiv1 .in {
		width: 600px;
	}
}

@media screen and (max-height: 800px) {
	.rightbrandDiv3 li h4 {
		font-size: 24px;
	}

	.rightbrandDiv3 li {
		margin-bottom: 20px;
		font-size: 16px;
	}

	.rightbrandDiv3 .icon {
		margin-bottom: 30px;
		height: 72px;
	}

	.rightbrand>li:nth-child(6) .rightbrandDiv1 .in img {
		max-height: 200px;
	}
}

@media screen and (max-height: 720px) {
	.rightBrandSwiper-bot {
		bottom: 6%;
	}

	.rightbrandDiv {
		padding-top: 7%;
	}

	.rightbrandDiv2 h4 {
		margin-bottom: 30px;
	}

	/*.rightbrandDiv3 li{margin-bottom: 20px;}
	.rightbrandDiv3 .icon{margin-bottom: 40px;}*/
}

/*媒体查询*/
@media screen and (max-width:1200px) {
	.jh-item {
		margin-right: 20px;
		width: calc((100% - 40px)/3);
		height: 200px;
	}

	.jh-item .img {
		margin-left: 10%;
	}

	.liuch>img {
		margin: 0 70px;
		margin-top: -24px;
	}

	.xuanze-in {
		flex: 1;
		padding-left: 30px;
	}

	.xuanze-img {
		width: 440px;
	}

	.xuanze-img li {
		height: 300px;
	}

	.news-main {
		justify-content: center;
	}

	.news-list {
		margin: 0 30px 30px;
	}

	.news-list:nth-child(3n) {
		margin: 0 30px 30px;
	}

	/* .productlists {
		display: flex;
		flex-direction: row;
		justify-content: center;
		margin-top: -40px;
		padding: 0 0.18rem;
		width: 100%;
	}

	.product-box {
		width: 1000px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}

	.productlists-item {
		width: 49%;
		height: unset;
	}

	.productlists-item .img {
		background: #E8E8E8;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		padding: 0.7rem 0;
		width: unset;
		height: unset;
	}

	.productlists-item .img img {
		height: 240px;
	}

	.productlists-item_title {
		width: unset;
		height: 120px;
		font-family: SourceHanSansCN;
		font-weight: 400;
		font-size: 22px;
		color: #999999;
		line-height: 34px;
		margin-top: 12px;
	} */

	.fuli-list {
		justify-content: space-between;
	}

	.fuli-list>li {
		width: 49% !important;
		margin-right: 0;
	}

	.fuli-in li .fuli-img {
		width: 600px;
		height: 400px;
	}

	.fuli-in li .in {
		left: auto;
		right: 0px;
	}

	.fazhan1 {
		left: 30px;
	}

	.fazhan2 {
		right: 30px;
	}

	.fazhan>img {
		width: 460px;
	}

	.ziyouBot-main .in {
		margin-right: 0;
	}

	.brand-video-in {
		height: auto;
		bottom: 14%;
	}

	.brand .icon {
		height: 70px;
		margin-bottom: 60px;
	}

	.brand .icon {
		height: 40px;
	}

	.brand4 .icon {
		height: 40px;
	}

	.zy-brand-in .more {
		width: 50px;
		height: 50px;
		margin-top: 36px;
	}

	.width,
	.header-main,
	.title,
	.footer-width {
		width: 100%;
		padding: 0 30px;
	}

	.footer-logo {
		margin-right: 40px;
	}

	.footer-brand,
	.footer-contact {
		padding-right: 30px;
	}

	.about-tit-01 {
		margin: 50px auto 78px;
	}

	.about-blurb-bot {
		margin-top: 20px;
	}

	.about-blurb-item h3 {
		font-size: 40px;
	}

	.about-blurb-in {
		padding-left: 20px;
	}

	.about-tit-02 {
		margin: 94px auto 40px;
	}

	.about-jiagou li div {
		margin: 0 auto 8px;
	}

	.about-jiagou li {
		height: 128px;
	}

	.place-img {
		flex: 1;
		margin-left: 50px;
		height: 320px;
	}

	.about-tit-05 {
		margin: 100px auto 40px;
	}

	.ziyouSwiper {
		height: 400px;
	}

	.rightbrand>li:nth-child(6) .rightbrandDiv {
		padding-top: 60px;
	}

	.rightbrand>li:nth-child(6) .rightbrandDiv1 .in {
		width: 540px;
	}

}

@media screen and (max-width:1100px) {
	.about-bot-div .in {
		margin-right: 0;
	}
}

@media screen and (max-width:1000px) {
	.about-blurb-in {
		width: 460px;
	}

	.news-list {
		margin: 0 15px 30px;
	}

	.news-list:nth-child(3n) {
		margin: 0 15px 30px;
	}

	.jiaru-form {
		width: 840px;
	}

	.xuanze-img {
		width: 360px;
	}

	.xuanze-img li {
		height: 200px;
	}

	.jh-item .img {
		width: 50px;
	}
}

@media screen and (max-width:1800px) {
	.product-box {
		width: 1600px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}

	.productlists-item .img {
		width: 380px;
		height: 460px;
		background: #E8E8E8;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	.productlists-item .img img {
		height: 323px;
	}

	.productlists-item_title {
		width: 380px;
		height: 1px;
	}
}

@media screen and (max-width:1600px) {
	.product-box {
		width: 1200px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}

	.productlists-item .img {
		width: 280px;
		height: 360px;
		background: #E8E8E8;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	.productlists-item .img img {
		height: 223px;
	}

	.productlists-item_title {
		width: 280px;
	}
}

@media screen and (max-width:1200px) {
	.product-box {
		width: 800px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}

	.productlists-item .img {
		width: 180px;
		height: 260px;
		background: #E8E8E8;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	.productlists-item .img img {
		height: 123px;
	}

	.productlists-item_title {
		width: 180px;
		font-size: 0.12rem;
	}
}