@import url("kefu.css");
@charset "UTF-8";

/*---------------header  topbar----------------*/
@font-face {
	font-family: 'SourceHanSansCN';
	src: url('../fonts/SourceHanSansCN-Regular-Alphabetic.woff2') format('woff2'),
		url('../fonts/SourceHanSansCN-Regular-Alphabetic.woff') format('woff'),
		url('../fonts/SourceHanSansCN-Regular-Alphabetic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Work Sans';
	src: url('../fonts/WorkSans-Black.woff2') format('woff2'),
		url('../fonts/WorkSans-Black.woff') format('woff'),
		url('../fonts/WorkSans-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

body {
	color: #333;
	line-height: 1.5;
	font-weight: 400;
	font-family: 'SourceHanSansCN', "SourceHanSans";
}

.header {
	width: 100%;
	z-index: 99999;
	position: fixed;
}

.header .topbar {
	padding: 3.5rem 0;
	color: #fff;
	background: transparent;
	transition: all .5s ease;
}

.header .topbar .logo {
	float: left;
	width: 258px;
}
.header .topbar .logo2{
	display: none;
}
.casede-topbar .topbar .logo2{
	display: block;
}
.casede-topbar .topbar .logo1{
	display: none;
}
.header .topbar-box {
	margin-right: 0;
	margin-left: 0;
}

.menu-switch-wrap {
	float: right;
	width: 140px;
	margin-top: .5rem;
}

.menu-switch-wrap .pc-menu {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.menu-switch-wrap .pc-menu span {
	padding-top: 2px;
	padding-right: 1rem;
	text-transform: uppercase;
	font-size: 1.6rem;
	font-family: 'Work Sans';
}

.menu-switch-wrap .pc-menu i {
	font-size: 3.3rem;
	cursor: pointer;
}

/*hader 导航*/
.nav-container {
	width: 100%;
	z-index: 88888;
	transition: all .5s ease;
	color: #fff;
	box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid #222;
}

.nav-container .col-auto {
	width: 100% !important;

}

.header-nav {
	width: 835px;
	float: right;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 5rem;
	align-items: center;
	margin-right: 12%;
	margin-top: .5rem;
}
@media (max-width:1600px) {
	.header-nav {
		width: 735px;
		margin-right: 8%;
	}
	.menu-switch-wrap{
		margin-top: .3rem;
	}
}
@media (max-width:1440px) {
	.header-nav {
		width: 600px;
	}
}
@media (max-width:1280px) {
	.header-nav {
		width: 583px;
	}
}

@media (max-width:1024px) {
	.header-nav ,
	.menu-switch-wrap .pc-menu{
		display: none;
	}
}
@media (max-width:768px) {
	.menu-switch-wrap{
		width: auto;
	}
}

.header-nav .col-auto {
	width: 100% !important;
}

html:not(.is-mobile) .header .nav-container {
	visibility: visible !important;
	width: 100%;
}

.header .nav-container ul {
	margin: 0;
	padding: 0;

}

.nav-line-animation {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	margin-bottom: 0 !important;
}

.nav-line-animation>li {
	position: relative;
	width: auto;
	height: 5rem;
	line-height: 5rem;
	margin-bottom: 0;
	position: relative;
}

.nav-line-animation>li>a {
	font-size: 1.6rem;
	position: relative;
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	text-transform: uppercase;
}

.nav-line-animation>li>a::before {
	border-color: var(--active-color) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	position: absolute;
	content: " ";
	width: auto;
	height: auto;
	bottom: -12px;
	margin-left: -6px;
	left: 50%;
	z-index: 9999;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	opacity: 0;
}

.nav-line-animation>li>a::after {
	content: "";
	position: absolute;
	width: 0;
	height: 3px;
	overflow: hidden;
	margin: 0;
	background-color: var(--active-color);
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.nav-line-animation>li:hover a::after,
.nav-line-animation>li>a.active::after {
	width: 100%;
}

.nav-line-animation>li:hover a::before,
.nav-line-animation>li>a.active::before {
	opacity: 1;
}

.nav-line-animation>li>a:hover,
.nav-line-animation>li>a.active {
	color: var(--active-color);
}

.nav-line-animation>li ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 7.3rem;
	left: -2rem;
	margin-left: 0;
	width: auto;
	min-width: 120px;
	list-style: none;
	/*box-shadow: 0 0 10px rgba(0,0,0,.28);*/
	background-color: #fff;

}

.nav-line-animation>li ul:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	top: -5px;
	height: 2px;
	background-color: #fff;
}

.nav-line-animation>li:hover>ul {
	visibility: visible;
	opacity: 1;
	padding: 2rem 0 2rem 0;
	top: 6.3rem;
	word-break: keep-all;
}

.nav-line-animation>li ul li>a {
	display: block;
	padding: 1.6rem 2rem 1.4rem;
	font-size: 13px;
	font-weight: 400;
	header line-height: 25px;
	color: #fff;
	word-break: keep-all;

}

.nav-line-animation>li ul li>a:hover {
	color: var(--active-color) !important;
	opacity: 1;
}


.nav-line-animation>li ul li {
	position: relative;
	width: 100%;
	color: #fff;
	-webkit-transition: all .5s ease;
}

.nav-line-animation>li ul li a {
	-webkit-transition: all .5s ease;
}

.nav-line-animation>li ul li:hover {
	color: #fff;
}

.nav-line-animation>li ul li:hover a {
	color: #fff !important;
}
.fixedbg {
	position: fixed;
	top: 0;
	margin: 0;
	transition: all .5s ease;
}
.fixedbg .topbar{
	background: rgba(255,255,255,.8);
	padding: 1.5rem 0;
	transition: all .5s ease;
	color: #333333;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, .1);
}

.fixedbg .topbar .nav-line-animation>li>a {
	color: #333333;
}
.fixedbg .topbar .logo2{
	display: block;
}
.fixedbg .topbar .logo1{
	display: none;
}
/*第二/四/五屏导航背景半透明*/
/*.fixedbg .header-bg-black {
	background: rgba(0, 0, 0, 0.1);
	padding: 1.5rem 0;
	transition: all .5s ease;
}
.fixedbg .header-bg-black .nav-line-animation>li>a,
.fixedbg .header-bg-black{
	color: #fff;
}
.fixedbg .header-bg-black .logo1{
	display: block;
}
.fixedbg .header-bg-black .logo2{
	display: none;
}*/
/*首页banner*/

#fp-nav.fp-right {
	right: 2%;
}

#fp-nav ul li,
.fp-slidesNav ul li {
	background: #ffffff;
	height: auto;
	width: auto;
	border-radius: 100%;
	color: #fff;
	height: auto;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
	color: #fff;
	position: relative;
	margin: 10px 0;
	width: 6px;
	height: 6px;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	background: #ffffff;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
	width: 0px;
	height: 0px;
	color: #fff;
	margin: 0;
}

#fp-nav ul li a.active {
	margin: 20px 0;
}

#fp-nav ul li a.active:after {
	width: 24px;
	border-radius: 100%;
	height: 24px;
	content: "";
	position: absolute;
	border: 1px solid #ffffff;
	left: -9px;
	top: -9px;
	display: block;
	border-right: none;
}


.home-banner {
	position: relative;
	height: 100vh;
	width: 100%;
	overflow: hidden;
}

.home-banner .swiper-container {
	width: 100%;
	height: 100%;
}

.home-banner .swiper-slide {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	background-color: #000;
	transform: scale(1.5);
}

.home-banner .swiper-img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transform: scale(1.5);
	opacity: 0;
	transition: all 0s;
}

.home-banner .swiper-slide-active .swiper-img {
	transform: scale(1);
	opacity: 1;
	transition: all 4s;
}

.home-banner .swiper-scrollbar-drag {
	background: #1b85e7;
}

.home-banner .ban-img {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: left;
}

.home-banner .swiper-pagination {
	left: 7.9%;
	bottom: 76px;
	line-height: 36px;
	position: absolute;
	text-align: left;
	width: 60px;
	color: #fff;
	font-size: 18px;
}

.home-banner .swiper-pagination-bullet {
	background: #a4a599;
	opacity: 1;
	position: relative;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	display: block;
	margin: 27px auto !important;
}

.home-banner .swiper-pagination-bullet-active {
	background: #1e94d4;
	opacity: 1;
}

.home-banner .swiper-pagination-bullet-active::after {
	content: "";
	position: absolute;
	border: 1px solid #1e94d4;
	width: 24px;
	height: 24px;
	top: -8px;
	left: -8px;
	border-radius: 24px;
}

.home-banner .swiper-pagination span {
	font-size: 14px;
	color: #fff;
}

.home-banner .bH {
	height: 30.9rem;
	position: relative;
	width: 100%;
	align-items: start;
}

.home-banner .bfont {
	color: #fff;
	text-align: center;
}

.home-banner .bfont .tit-en {
	transform: translateY(100px);
	opacity: 0;
}

.home-banner .bfont .tit-cn {
	margin-top: -4rem;
	transform: translateY(200px);
	opacity: 0;
}

.home-banner .bfont .tit-info {
	font-size: 2.4rem;
	letter-spacing: 1.9rem;
	transform: translateY(200px);
	opacity: 0;
	padding: 5rem 0;
}

.banner-icon {
	width: 27px;
	height: 66px;
	background: url(../images/banner-icon.png) no-repeat center;
	position: absolute;
	bottom: 35px;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 10;
}

.home-banner .swiper-slide-active .tit-en {
	transform: translateY(0);
	opacity: 1;
	transition: all 2s ease .5s;
}

.home-banner .swiper-slide-active .tit-cn {
	transform: translateY(0);
	opacity: 1;
	transition: all 2s ease .7s;
}

.home-banner .swiper-slide-active .tit-info {
	transform: translateY(0);
	opacity: 1;
	transition: all 2s ease .7s;
}

.home-banner .swiper-button-next,
.home-banner .swiper-button-prev {
	background: none;
	width: 46px;
	height: 46px;
	line-height: 46px;
	opacity: 1;
	margin: 0;
	text-align: center;
	top: inherit;
	bottom: 75px;
}

.home-banner .swiper-button-next i,
.home-banner .swiper-button-prev i {
	color: #fff;
	font-weight: bold;
	font-size: 26px;
	opacity: 0.9;
}

.home-banner .swiper-button-prev {
	left: 5%;
}

.home-banner .swiper-button-next {
	left: 10%;
}

.home-banner .swiper-button-next:hover i,
.home-banner .swiper-button-prev:hover i {
	color: #457ac3;
	opacity: 1;
}

.home-banner .flink-wrap {
	position: absolute;
	z-index: 999999;
	width: 16rem;
	right: 5%;
	bottom: 75px;
}

.home-banner .flink {
	height: 4rem;
	float: right;
	width: 16rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.home-banner .flink span {
	width: 4rem;
	height: 4rem;
	border: #fff solid 1px;
	border-radius: 100%;
	display: block;
	text-align: center;
	line-height: 4rem;
	color: #fff;
	transition: all 1s ease 0s;
}

.home-banner .flink span:hover {
	color: var(--active-color);
	border-color: var(--active-color);
	cursor: pointer;
}

.home-banner .flink span i {
	font-size: 2.7rem;
}

@keyframes scroll {
	0% {
		bottom: 5px;
	}

	50% {
		bottom: 20px;
	}

	100% {
		bottom: 5px;
	}
}
@media (max-width:768px) {
	.home-banner .swiper-button-next{
		left: 20%;
	}
	.home-banner .swiper-pagination{
		left: 13.5%;
	}
}
/*公司简介*/
.about-wrap {
	background: url(../images/sy-abt.jpg) no-repeat center;
}

.about-box {
	height: 100vh;
	position: relative;
}

/*.about-box .about-pic {
	position: absolute;
	right: 2%;
	bottom: 0%;
	width: 58%;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	align-items: baseline;
}*/

.about-wrap .about-pic {
	position: absolute;
	right: 0%;
	bottom: 0%;
	width: 50%;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	align-items: baseline;
}

.about-box .pic img {
	max-width: 100%;
}

.about-left {
	width: 100%;
	max-width: 810px;
	float: left;
	padding-top: 10rem;
}

.main-tit-en,
.main-tit-en2 {
	font-family: arial;
	text-transform: uppercase;
}

.main-tit-en {
	font-size: 14px;
	color: #858585;
	padding-left: 3.7rem;
	position: relative;
}

.main-tit-en::before {
	position: absolute;
	width: 2.8rem;
	left: 0;
	height: 1px;
	background: #858585;
	bottom: 50%;
	content: "";
}

.main-tit-en2,
.about-left .about-list {
	color: #000;
}

.main-tit-en2 {
	font-family: 'Work Sans';
	font-size: 4.8rem;
	font-weight: bold;
	line-height: 1.1;
	margin-top: 3.5rem;
}

.about-left .about-info {
	margin-top: 10rem;
	height: 10rem;
	color: #7b7b7b;
}

.about-left .about-list {
	margin-top: 5rem;
	width: 62rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	text-transform: uppercase;
	flex-wrap: wrap;
}

.about-left .about-list .about-item {
	width: 50%;
	border-bottom: #979494 dashed 1px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;

}

.about-left .about-list .about-item .icon {
	width: 4.4rem;
	margin-right: 2.5rem;
}

.about-left .about-list .about-item .info {
	color: #0c0c0c;
}

.about-left .about-list .about-item .info .tit-cn {
	font-size: 2rem;
	font-weight: bold;
}

.about-left .about-list .about-item .info .tit-en {
	font-size: 14px;
}

.about-left .about-list .about-item:nth-child(2),
.about-left .about-list .about-item:nth-child(4) {
	border-left: #979494 dashed 1px;
}

.about-left .about-list .about-item:nth-child(2) .icon,
.about-left .about-list .about-item:nth-child(4) .icon {
	margin-left: 5rem;
}

.about-left .about-list .about-item:nth-child(1),
.about-left .about-list .about-item:nth-child(2) {
	padding-bottom: 3rem;
}

.about-left .about-list .about-item:nth-child(3),
.about-left .about-list .about-item:nth-child(4) {
	padding-top: 3rem;
	border-bottom: none
}
@media (max-width:1600px) {
	.about-left .about-info{
		width: 70%;
	}
	.about-box .about-pic {
		width: 50%;
	}
}
@media (max-width:1280px) {
	.about-left {
		padding-top:20rem;
	}
}
@media (max-width:1024px) {
	.about-wrap {
		background-size: cover;
	}
	.about-box{
		height: auto;
		padding-bottom: 20rem;
	}
	.about-box .about-pic{
		width: 50%;
	}
	.about-left{
		padding-top: 10rem;
	}
}

.main-more {
	border: #000000 solid 1px;
	padding: 1rem 0rem;
	color: #0c0c0c;
	font-size: 14px;
	display: block;
	width: 20.6rem;
	text-align: center;
	text-transform: uppercase;
}

.main-more i {
	margin-left: 1.6rem;
	font-size: 2.2rem;
}

.about-left .about-more {
	margin-top: 9rem;
}

.main-more:hover {
	background: var(--active-color);
	color: #fff;
	border: var(--active-color) solid 1px;
}

/*新闻中心*/
.news-wrap {
	background: url(../images/sy-news.jpg) no-repeat center;
}

.news-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100vh;
	overflow: hidden;
}

.news-top {
	width: 100%;
	clear: both;
}

.tit-left {
	float: left;
}

.tit-left .main-tit-info {
	color: #000;
	margin-top: 2rem;
}

.tit-right {
	color: #080808;
	text-align: right;
	float: right;
	padding-top: .5rem;
}

.tit-left .main-tit-en2 {
	margin-top: 0;
}

.tit-right .main-tit-cn {
	font-size: 1.8rem;
	font-weight: bold;
}

.tit-right .main-tit-info {
	font-size: 12px;
}

.tit-right .line {
	height: 1px;
	background: #000000;
	width: 31rem;
	margin-top: 1.5rem;
}

.swiper-container-news {
	margin-top: 8rem;
}

.swiper-container-news .swiper-slide {
	position: relative;
	border-top: #cdcbcb solid 1px;
	border-right: #cdcbcb solid 1px;
}

.swiper-container-news .swiper-slide a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 8888;
}

.swiper-container-news .swiper-slide:nth-child(3) {
	border-right: none;
}

.swiper-container-news .news-info {
	width: 83.5%;
	margin: 6rem auto;
}

.swiper-container-news .news-info .num {
	font-family: 'Work Sans';
	font-size: 4.8rem;
	font-weight: bold;
}

.swiper-container-news .news-info h3 {
	font-size: 2rem;
	margin-top: 4rem;
	font-weight: bold;
	line-height: 1.5;
	min-height: 60px;
}

.swiper-container-news .news-info span {
	font-size: 1.8rem;
	font-family: 'Work Sans';
	font-weight: bold;
	display: block;
	width: 100%;
}

.swiper-container-news .news-info p {
	color: #878787;
	min-height: 48px;
}

.swiper-container-news .news-info p,
.swiper-container-news .news-info span {
	margin-top: 3rem;
}

.swiper-container-news .news-more {
	padding: 0 8.25%;
	width: 100%;
	border: #cdcbcb solid 1px;
	border-right: none;
	border-left: none;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 8.9rem;
	color: #000000;
}

.swiper-container-news .news-more i {
	font-size: 2rem;
}

.swiper-container-news .swiper-slide .news-pic {
	position: absolute;
	width: 100%;
	transition: all .5s ease;
	top: 0;
	height: 58.4rem;
	opacity: 0;
	z-index: 7777;
}

.swiper-container-news .swiper-slide:hover .news-pic {
	top: -4rem;
	transition: all .5s ease;
	height: 58.4rem;
	opacity: 1;
	background: url(../images/xw-bg.jpg) no-repeat left top;
}

.swiper-container-news .swiper-slide:hover a,
.swiper-container-news .swiper-slide:hover a .news-more,
.swiper-container-news .swiper-slide:hover a .news-info p,
.swiper-container-news .swiper-slide:hover a .news-info span {
	color: #fff;
}

.swiper-container-news .swiper-slide:hover a .news-more {
	border: transparent solid 1px;
	border-right: none;
	border-left: none;
}

.swiper-pagination-news {
	display: none;
}
@media (max-width:1024px) {
	.news-box{
		height: auto;
		padding: 10rem 0;
	}
}
/*案例展示*/
.case-box {
	display: flex;
	flex-direction: column;
	align-items: baseline;
	justify-content: flex-end;
	height: 100vh;
}
@media (max-width:1280px) {
	.case-box {
		align-items: center;
		justify-content:center
	}
}
.case-list {
	width: 100%;
	margin-top: 4rem;
	margin-left: 0;
	margin-right: 0;
	overflow: hidden;
}

.case-list-row {
	margin-left: 0;
	margin-right: 0;
}

.item-row {
	padding-left: 0;
	padding-right: 0;
}

.main-title {
	position: relative;
}

.main-title .title-cn {
	font-size: 2.4rem;
	line-height: 1.8;
	color: var(--active-color);
	float: left;
}

.case-list .item {
	position: relative;
	z-index: 666;
	transition: all .5s ease;
}


.case-list .item .tit {
	position: absolute;
	z-index: 8888;
	bottom: 3.5rem;
	color: #fff;
	left: 0;
	width: 100%;
}

.case-list .item .tit .a {
	color: #fff;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0 4rem;
}

.case-list .item .tit .a span:nth-child(1) {
	font-weight: bold;
}

.case-list .item .tit .tit-left {
	width: 80%;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.case-list .item .tit .tit-left span:nth-child(1) {
	word-break: keep-all;
}

.case-list .item .tit i {
	margin-top: .5rem;
}

.case-list .item img:hover {
	opacity: .9;
	transition: all .5s ease;
}

.case-list .item:hover .tit a {
	color: #f5f5f5;
}
@media (max-width:1024px) {
	.case-box{
		height: auto;
		padding: 10rem 0;
	}
}
@media (max-width:768px) {
	.case-box,
	.news-box{
		padding: 5rem 0;
	}
}
/*项目*/
.project-wrap {
	background: url(../images/sy-xm.jpg) repeat-x left top;
	background-size: 100% calc(100vh - 27px);
	position: relative;
}

.project-box .news-top {
	margin-top: 16rem;
	overflow: hidden;
}

.project-box .main-tit-en2,
.projec-foot,
.project-box .project-box .news-top,
.project-box .tit-right,
.project-box .main-tit-info,
.projec-foot-info-box,
.project-info,
.project-box .main-more,
.project-tit {
	color: #fff;
}

.project-box .main-more {
	border-color: #fff;
	margin-top: 6rem;
}

.project-tit {
	font-weight: bold;
	margin-top: 9rem;
}

.project-info {
	margin-top: 2rem;
}

.project-box .tit-right .line {
	background: #fff;
}

.project-box .main-tit-info {}

.projec-foot {
	width: 89.11%;
	position: absolute;
	bottom: 0;
	height: 33.3rem;

}

.projec-foot .projec-foot-info {
	float: left;
	width: 27%;
	z-index: 2222;
	position: absolute;
	height: 33.3rem;
	background: url(../images/xm-footbg.png) no-repeat right bottom;
	right: 0;
	background-size: 100% auto;
}

.projec-foot-info-box {
	padding: 6.7rem 3rem 0 7rem;
}

.projec-foot-info-box .tit-en {
	font-family: arial;
	position: relative;
}

.projec-foot-info-box .tit-en::before {
	position: absolute;
	width: 2rem;
	height: 1px;
	background: #fff;
	content: "";
	left: -3rem;
	top: 1rem;

}

.projec-foot-info-box .main-tit-en2 {
	color: #fff;
	font-size: 3.6rem;
	margin-top: 2.5rem;
}

.projec-foot-info-box p {
	margin-top: 3rem;
}

.projec-foot-list {
	float: left;
	margin-top: 4.8rem;
	background: #007bc7;
	height: 25.9rem;
	position: relative;
	width: 74.3%;
	z-index: 111;
}
@media (max-width:1280px) {
	.projec-foot-list{
		height: 26.5rem;
	}
	.project-box .news-top{
		margin-top:20rem
	}
}
.projec-foot-list .item {
	float: left;
	border-right: #0767af solid 1px;
	height: 100%;
	width: 20%;
}

.projec-foot-list .item:last-child {
	border-right: none;
}

.projec-foot-list .item a {
	padding: 5rem 1rem 5rem 4rem;
	color: #fff;
	display: block;
	text-transform: uppercase;
}

.projec-foot-list .item a .item-tit {
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 2rem;
}

.projec-foot-list .item a .item-en {
	font-size: 12px;
	font-family: arial;
}
@media (max-width:1024px) {
 .project-wrap{
 	height: 100rem;
 }
 .projec-foot-list .item a{
 	padding:2rem
 }
 .projec-foot{
 	bottom: -27px;
 }
 .projec-foot-list{
 	margin-top: 5.4rem;
 	height: 25.7rem;
 }
}
@media (max-width:768px) {
	.projec-foot,
	.projec-foot-list{
		width: 100%;
	}
	.projec-foot-info{
		display: none;
	}
}
@media (max-width:640px) {
	.projec-foot-list .item .pic{
		width: 4rem;
	}
	.projec-foot{
		bottom: 0;
		height: auto;
	}
	
	.projec-foot-list{
		height: 20rem;
	}
	.home-banner .swiper-pagination{
		left: 14%;
		bottom: 80px;
	}
}
/*footer*/
.footer,
.copyright {
	color: #808080;
	background: #3d4348;
}

.footer .footer-content {
	padding-top: 8rem;
	padding-bottom: 4rem;
}

.footer a {
	color: #808080;
	transition: all 0.2s;
}

.footer a:hover {
	color: var(--active-color)
}

.footer-left {
	width: 40%;
	float: left;
}

.footer-left .flink {
	margin-top: 7rem;
	height: 4rem;
	width: 16rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	clear: both;
}

.footer-left .flink span {
	width: 4rem;
	height: 4rem;
	border: #fff solid 1px;
	border-radius: 100%;
	display: block;
	text-align: center;
	line-height: 4rem;
	color: #fff;
	transition: all 1s ease 0s;
}

.footer-left .flink span:hover {
	color: var(--active-color);
	border-color: var(--active-color);
	cursor: pointer;
}

.footer-left .flink span i {
	font-size: 2.7rem;
}

.footer-info {
	margin-top: 4.5rem;
}

.footer-right {
	width: 58%;
	float: right;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer .module-title {
	font-size: 2rem;
	font-weight: 700;
	position: relative;
	text-transform: uppercase;
	margin: 2rem 0 3rem 0;
	color: #fff;
}

.footer .module-title>span {
	font-weight: 300;
}

.footer .custom {
	display: flex;
	flex-direction: row;
	width: 100%;
	font-size: 14px;
	padding: 5px 0;
	align-items: center;
}

.footer .custom h5 {
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	word-break: keep-all;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}

.footer .custom h5 i {
	font-weight: normal;
	margin-right: 10px;
}

.footer .custom p {
	margin: 0;
}

.footer .custom a {
	color: var(--active-color);
	font-weight: bold;
}

.list-arrow li {
	line-height: 24px;
	margin-bottom: 1.1rem;
}

.list-arrow li i {
	margin-right: 10px;
}

.copyright {
	border-top: 1px solid #58616c;
}

.copyright-content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 4.3rem 0 8.3rem 0;
}

.copyright-content .copyright-left {
	text-align: left;
	width: 50%;
}

.copyright-content .copyright-right {
	text-align: right;
	width: 50%;
}

.copyright-content .copyright-right a {
	padding-left: 0rem;
}

.footH {
	height: 50px;
	display: none;
}

.footFix {
	background: #272d33;
	padding: 10px 0;
	display: none;
	justify-content: space-between;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
	text-align: center;
	color: #fff;
}

.footFix>a {
	display: inline-block;
	width: 33%;
	font-size: 1.6rem color: #ffffff !important;
}

.footFix>a>i.iconfont {
	font-size: 20px;
	margin-right: 5px;
	color: #fff;
}

.foot-space {
	padding-left: 15px;
	padding-right: 15px;
}

/*******************************内页************************************/
.sub-banner {
	width: 100%;
	margin: 0 auto;
	height: 70rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	position: relative;
}

.sub-banner .tit {
	padding-top: 30rem;
	text-align: center;
	color: #fff;
	font-size: 4.8rem;
}

.sub-banner .list {
	margin-top: 23rem;
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.sub-banner .list a {
	display: block;
	width: 16rem;
	height: 5rem;
	line-height: 5.5rem;
	background: #fff;
	text-align: center;
	margin: 5px 2px;
	padding:  0 2px;
	transition: all 1s ease 0s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sub-banner .list a:hover,
.sub-banner .list a.on {
	margin-top: 0;
	background: var(--active-color);
	color: #fff;
}

@media(max-width:1024px) {

}

@media(max-width:768px) {
	.sub-banner {
		height: 50rem;
	}
	 .sub-banner .tit {
	 	font-size: 4rem;
	 	padding-top: 20rem;
	 }
	  .sub-banner .list{
	 	margin-top: 15rem;
	 }
	 .sub-banner .list a {
	 	font-size: 14px;
	 }
	 .footer .footer-content{
	 	padding-top: 5rem;
	 }
	
}

@media(max-width:640px) {
 
}

.sub-banner .container {
	height: 30rem !important;
}

.sub-banner .txt {
	margin-top: 12rem;
	margin-right: 7.7rem;
	float: right;
	margin-bottom: 12.7rem;
}

@media(max-width:768px) {
	.sub-banner .txt {
		width: 70%;
		margin: auto;
		margin-top: 12rem;
		margin-right: 7.7rem;
		float: none;
		margin-bottom: 12.7rem;
	}
}

.foot-in {
	background: #f9f9f9;
}

.navhelper {
	background: #f7f7f7;
	color: #999999;
	padding: 5px 0;
	margin-bottom: 15px;
}

.breadcrumb-zls {
	max-width: var(--container);
	margin: 0 auto;
	font-size: 1.6rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border-bottom: #ededed solid 1px;
}

.breadcrumb-nav a {
	width: 15rem;
	text-align: center;
	padding: 1.3rem 0;
	display: block;
	float: left;
}

.breadcrumb-nav a.on,
.breadcrumb-nav a:hover {
	color: #fff;
	background: var(--active-color);
}

.breadcrumb-pathway {
	color: var(--txt-color666);
	font-size: 1.4px;
}

.breadcrumb-pathway a {
	color: var(--txt-color666);
}

.breadcrumb-nav .drop {
	display: none;
}

.txt-content {
	font-size: 1.6rem;
	line-height: 1.8;
}

.txt-content p {
	margin-bottom: 0;
}

.pt1rem {
	padding-top: 1rem;
}

.pt2rem {
	padding-top: 2rem;
}

.pt3rem {
	padding-top: 3rem;
}

.pt4rem {
	padding-top: 4rem;
}

.pt5rem {
	padding-top: 5rem;
}

.pt7rem {
	padding-top: 7rem;
}

.pt75rem {
	padding-top: 7.5rem;
}

.pb5rem {
	padding-bottom: 5rem;
}

.pb3rem {
	padding-bottom: 3rem;
}

@media(max-width:1024px) {
	.breadcrumb-pathway {
		display: none;
	}
}

@media(max-width:768px) {
	.breadcrumb-zls {}

	.breadcrumb-nav {
		width: 140%;
	}

	.breadcrumb-nav a {
		width: 25%;
	}

	.more-list .breadcrumb-nav {
		width: 100%;
		position: relative;
	}

	.more-list .breadcrumb-nav .drop {
		display: flex;
		color: #fff;
		background: var(--active-color);
		height: 7rem;
		line-height: 7rem;
		width: auto;
		width: 24rem;
		padding: 0 3rem;
		text-align: center;
		flex-direction: row;
		justify-content: space-between;
		cursor: pointer;
	}

	.more-list .list {
		width: 100%;
		position: absolute;
		display: none;
		background: var(--active-color);
		border-bottom: #ededed solid 1px;
		color: #fff;

	}

	.more-list .list a {
		color: #fff;
	}

	.more-list .show {
		display: block;
	}

	.more-list .breadcrumb-nav a {
		width: 50%;
	}
}

/*文章详情*/
.news-detail {
	overflow: hidden;
	max-width: 1500px;
	margin: 0 auto;
}

.news-detail-left {
	width: 62.8%;
	float: left;
}

.news-detail h1.tit {
	line-height: 1.8;
}

.news-detail .info {
	border-bottom: #ededed solid 1px;
	padding: 1rem 0 2rem 0;
	color: var(--txt-color666);
}

.news-detail .info span.space {
	padding-left: 5rem;
}

.news-detail .content {
	line-height: 1.8;
	padding: 2.5rem 0;
	color: var(--txt-color666);
	min-height: 70rem;
}

.news-detail .content a {
	color: var(--txt-color666);
}

.news-detail .content a:hover {
	color: var(--active-color);
}

.news-detail .content table {
	border: #bbcfda solid 1px;
	border-right: none;
	border-bottom: none;
	border-top: var(--active-color) solid 2px;
}

.news-detail .content table td,
.news-detail .content table th {
	border: #bbcfda solid 1px;
	border-left: none;
	border-top: none;
	padding: .4rem 1rem;
}

.news-detail .content table th,
.news-detail .content table tr:first-child td {
	font-size: 18px;
	background: #c5e4f6;
	color: var(--txt-color);
}

.news-detail .content p.li {
	display: flex;
	flex-direction: row;
}

.pl9rem {
	padding-left: 9rem;
}

.pl4rem {
	padding-left: 4rem;
}

.news-detail .fee-standards .content {
	padding-top: 2rem;
}

.news-detail .fee-standards .content table td.th span {
	display: block;
	clear: both;
	width: 100%;
	line-height: 1.3;
}

.news-detail-prev-next {
	padding: 2rem 0;
	border-top: #ededed solid 1px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.news-detail-prev-next .prev-next {
	width: 83%;
	display: flex;
	flex-direction: column;
	line-height: 1.8;
}

@media (max-width:768px) {

	.news-detail-prev-next .prev-next {
		width: 100%;
	}

	.news-detail .content table th,
	.news-detail .content table tr:first-child td {
		font-size: 15px;
	}

	.news-detail h1.tit {
		line-height: 1.4;
	}

	.news-detail .content table {
		margin-bottom: 1rem
	}
}

.news-detail-prev-next .back-list a {
	width: 16rem;
	height: 5rem;
	background: var(--active-color);
	color: #fff;
	text-align: center;
	line-height: 5rem;
	display: block;
}

.news-detail-prev-next .back-list a:hover {
	background: #0666a1;
}

.news-detail-prev-next .back-list a i {
	margin-right: 2rem;
}

.news-detail-right {
	width: 30.66%;
	float: right;
	background: #f8f9f9;
}

.news-detail-right .rec-list {
	width: 86.96%;
	margin: 0 auto;
}

.news-detail-right .rec-list .tit {
	color: #333333;
	padding: 3.7rem 0 2rem 0;
}

.news-detail-right .rec-list ul li {
	margin-bottom: 5rem;
}

.news-detail-right .rec-list ul li .tit-info {
	color: #333333;
	font-weight: bold;
	line-height: 1.5;
	margin: 2.4rem 0 1.2rem 0;
}

.news-detail-right .rec-list ul li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.news-detail-right .rec-list ul li a span {
	width: 80%;
}
@media(max-width:1280px) {
	.news-detail-right .rec-list .more {
		width: 23rem;
	}
}
@media(max-width:1024px) {

	.news-detail-left,
	.news-detail-right {
		width: 100%;
	}

	.news-detail-right .rec-list {
		margin-top: 3rem;
	}
	.news-detail-right .rec-list .more {
		width: 29rem;
	}
}

@media(max-width:768px) {
	.news-detail-prev-next {
		flex-direction: column;
	}

	.news-detail-prev-next .back-list {
		margin-top: 3rem;
	}

	.news-detail-prev-next .back-list a {
		width: 23rem;
		height: 7rem;
		line-height: 7rem;
	}
}

/******************移动端menu***************************/
.m-menus {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 14.3rem;
	right: -100%;
	background: #fff;
	overflow: hidden;
	line-height: 32px;
	font-size: 15px;
	z-index: -999;
	padding-top: 2%;
	border-top: 1px solid #dedede
}

@media(max-width:768px) {
	.m-menus {
		top: 10.5rem;
	}
}

@media(max-width:640px) {
	.m-menus {
		top: 8.5rem;
	}
}

.m-menus .inner {
	height: calc((100vh - 9rem));
	padding: 10px 30px 40px;
	overflow-x: hidden;
	overflow-y: auto
}

.m-menus a {
	display: block;
	color: #000
}

.m-menus dl {
	margin-bottom: 0;
}

.m-menus.active {
	z-index: 99999;
	transition: .6s;
	right: 0
}

.m-menus .item {
	cursor: pointer;
	transition: .3s;
	position: relative;
	text-align: center;
	border-bottom: 1px solid #dedede;
	text-align: left
}

.m-menus .item .tit,
.m-menus .item .class-two {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center
}

.m-menus .item>a,
.m-menus .tit,
.m-menus .item .class-two {
	display: block;
	line-height: 46px;
	position: relative;
	font-size: 16px;
	margin-bottom: 0;
}

.m-menus .tit {
	position: relative
}

.m-menus .tit a,
.m-menus .class-two a {
	display: inline-block;
	min-width: 50vw
}

.m-menus .class-two>a {
	line-height: 1.5;
	padding: 10px 5px 0 0;
	width: 80%;
}

.m-menus .tit .iconfont {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: inherit;
	padding: 0 10px;
	color: #000;
	font-size: 17px
}

.m-menus .class-two .iconfont {
	position: absolute;
	right: 0;
	top: 23px;
	transform: translateY(-50%);
	color: inherit;
	padding: 0 10px;
	color: #000;
	font-size: 17px
}

.m-menus .xs-menu,
.m-menus .xss-menu {
	display: none;
	text-align: left
}

.m-menus .xs-menu dd,
.m-menus .xss-menu a {
	line-height: 30px;
	font-size: 14px
}

.m-menus .active .tit,
.m-menus .open .tit,
.m-menus .open .class-two-open>a {
	color: var(--active-color);
}

.m-menus .active .tit a,
.m-menus .open .tit a {
	color: var(--active-color);
}

.m-menus .active .icon-jiahao1::before,
.m-menus .open .icon-jiahao1::before {
	content: "\e729";
}

.m-menus .class-two-open .icon-zuoyoujiantou21::before {
	content: "\e639";
}

.m-menus .active .xs-menu,
.m-menus .open .xs-menu,
	{
	padding: 0px 0 0;
	/*border-top: 1px solid #dedede;*/
}

.m-menus .class-two-open .xss-menu {
	padding: 0px 0 0;
	border-top: 1px solid #dedede;
}

.m-menus .class-two-open .xss-menu a {
	display: block;
	line-height: 36px;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #dedede;
}

.m-menus .class-two-open .xss-menu a:first-child {
	padding-top: 10px;
}

.m-menus .class-two-open .xss-menu a:last-child {
	padding-bottom: 10px;
	border-bottom: none
}

.m-menus .head_links_box {
	background: #fff;
	margin-top: 1rem;
	padding: .1rem .3rem
}

.m-menus .head_links {
	display: flex !important;
	justify-content: center
}

.m-menus .head_links a {
	padding: 0 .2rem !important;
	display: block;
	flex: 1
}

.m-menus .head_links i {
	margin: 0 auto
}

.m-menus .class-two {
	border-top: 1px solid #dedede;
}

.m-search {
	width: 100%;
	border-radius: 0;
	margin: 2rem 0;
	display: flex;
	flex-direction: row;
	background: #dedede;
	align-items: center;
	padding: 5px 10px;
}

.m-search .btn-search i {
	font-size: 26px;
	line-height: 26px;
	color: var(--txt-color);
	position: relative;
	top: 3px;
}

.m-search input {
	display: block;
	width: 80%;
	flex: 1 1 auto;
	font-size: 15px;
	outline: none;
	background-color: transparent;
	border: 0;
	color: currentColor;
}

.crumb-product {
	display: flex;
	flex-direction: row;
	align-items: center;
}

/************************适配***************************/
@media (max-width:1024px) {
	.header .topbar {
		position: fixed;
		top: 0;
		z-index: 9999;
		width: 100%;
	}

	.header .topbar .topbar-box h4 {
		display: none;
	}

	.header .topbar .logo,
	.menu-switch {
		display: block;
		float: right;
	}

	.header .topbar .logo {
		width: auto;
		float: left;
	}

	.header .topbar .logo img {
		max-height: 10rem;
	}


	/*导航*/
	.header .nav-container {
		background-color: #fff;
		font-size: 0;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		width: 60%;
		max-width: 40rem;
		transform: translateX(-100%);
		visibility: hidden;
		transition: .4s cubic-bezier(.785, .135, .15, .86);
		z-index: 999999;
	}

	.header .nav-container .header-nav {
		display: block;
		height: auto;
	}

	.nav-container .col-auto {
		height: auto;
	}

	.nav-container .col-auto,
	.nav-container .col-auto {
		width: 100% !important;
		margin: 0;
	}

	.nav-line-animation {
		flex-direction: column;
		align-items: flex-start;
	}

	.header.show-nav .nav-container {
		transform: translateX(0);
		visibility: visible;
	}

	.header.show-nav .mask {
		z-index: 9998;
		opacity: 1;
		visibility: visible;
		pointer-events: all
	}

	.header .nav-container {
		height: 100%;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.header .nav-container .container {
		height: 100%;
		overflow: auto;
		width: 100%;
	}

	.header .nav-container .logo {
		width: 100%;
		height: 8rem;
		display: flex;
		justify-content: center;
		margin: 6rem 0;
	}

	.nav-line-animation>li {
		width: 100%;
	}

	.nav-line-animation>li>a i {
		visibility: visible;
		display: block;
		float: left;
		color: var(--txt-color);
		opacity: 1;
		font-size: 3rem;
		margin: 0 3rem 0 5rem;
	}


	.nav-line-animation>li:hover>ul {
		visibility: hidden;
		opacity: 0;
	}
	.menu-switch{
		margin-top: 1.5rem;
	}
	.menu-switch span{
		background: #fff;
	}
	.fixedbg .menu-switch span{
		background: #333;
	}
	.fixedbg .m-menus{
		top: 12.3rem;
	}

}

@media (max-width:768px) {
	.header .topbar {
		padding: 1rem 0;
	}

	/*首页关于我们*/
	.main-title .title-cn {
		font-size: 3.5rem;
	}

	.scroll-top {
		padding: 10px 20px;
		border-radius: 5px;
	}

	.scroll-top i,
	.scroll-top span {
		width: 100%;
		display: block;
		font-size: 15px;
		padding: 5px;
	}

	.pb5rem {
		padding-bottom: 3rem;
	}

	.pt5rem {
		padding-top: 3rem;
	}
	.main-more {
		width: auto;
		max-width:200px ;
		padding: 5px 1rem;
		height: auto;
	}

	.main-more i {
		font-size: 18px;
	}
	.fixedbg .m-menus{
		top: 10.3rem;
	}
}

@media (max-width:998px) {
	.table-scroll {
		overflow-x: scroll;
	}

	.pl9rem,
	.pl4rem {
		padding-left: 0;
	}

}

@media (max-width:640px) {

	.container,
	.container-sm {
		width: 96%;
		margin: 0 auto;
	}

	body {
		font-size: 14px;
	}

	.comnew .list .list-item a,
	.ts-notice .list-item,
	.main-more,
	.quick-link a,
	.breadcrumb-zls,
	.breadcrumb-pathway,
	.notice-clear-plan .item a,
	.more-list .breadcrumb-nav .drop {
		font-size: 14px;
	}
	.header .topbar .logo img{
		max-height:6rem;
	}
	.menu-switch{
		margin-top: 0;
	}
	.home-banner .swiper-slide-active .tit-cn{
		width: 60%;
		margin: 0 auto;
	}
	.home-banner .swiper-slide-active .tit-info{
		width: 90%;
		margin: 0 auto;
	}
	.about-left{
		padding-top: 5rem;
	}
	.about-left .about-info{
		height: auto;
		margin-top: 5rem;
		width: 100%;
	}
	.project-box .news-top{
		margin-top: 5rem;
	}
	.tit-right .line{
		width: 100%;
	}
	.projec-foot-list .item a .item-en{
		display: none;
	}
	.footer-left{
		text-align: center;
	}
	.footer-left,
	.footer-right{
		width: 100%;
		float: none;
		clear: both;
	}
	.footer-right{
		flex-wrap: wrap;
		padding-top: 2rem;
	}
	.footer-left .flink{
		margin: 3rem auto;
	}
	.copyright-content{
		flex-direction:column;
		padding: 3rem 0;
	}
	.copyright-content .copyright-left,
	.copyright-content  .copyright-right{
		width: 96%;
		margin: 0 auto;
		text-align: center;
	}
	.footer-left .ftlogo{
		max-height: 6rem;
	}
	.fixedbg .m-menus{
		top: 7.6rem;
	}
}
 
.sroll_top {
    right: 0.8%;
    bottom: 6%;
    position: fixed;
    display: none;
    cursor: pointer;
    z-index: 1000;
}
.ibbg {
  -webkit-animation: pagebgfd 6s linear infinite alternate;
          animation: pagebgfd 6s linear infinite alternate;
}
@-webkit-keyframes pagebgfd {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}
@keyframes pagebgfd {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}
/*头部浮动层*/
.head-sub-menu{
	position: absolute;
	width: 100%;
	background: #f9f9f9;
	top: 0;
	height: 100vh;
	z-index: 19009;
	opacity: 0;
	visibility: hidden;
	transform: scale(1);
	transition: all .5s ease;
}
.head-sub-menu.open{
	visibility: visible;
	transform: scale(1);
	opacity: 1;
	transition: all .5s ease;
}
.head-sub-menu .container{
	max-width: 1720px;
}
.head-sub-menu .sub-menu{
	width: 69%;
	float: left;
	padding: 84px 0 0 0;
	position: relative;
	z-index: 99;
}
.head-sub-menu .sub-menu .item{
	width: 33.33%;
	float: left;
	margin-bottom: 70px;
}
.head-sub-menu .sub-menu .item h4{
	font-size: 24px;
	color: #333333;
}
.head-sub-menu .sub-menu .item .link-a{
	margin-top: 28px;
	min-height: 170px;
}
.head-sub-menu .sub-menu .item .link-a a{
	display: block;
	font-size: 15px;
	color: #555555;
	line-height: 34px;
}
.head-sub-menu .sub-menu .item .link-a a:hover{
	color: #226cb4;
}
.head-sub-menu .sub-head-right{
	width: 26%;
	float: right;
	position: relative;
	z-index: 99;
	padding: 98px 0 60px;
}
.head-sub-menu .sub-head-right .sub-cn{
	font-size: 36px;
	line-height: 50px;
	color: #333333;
}
.head-sub-menu .sub-head-right .sub-en{
	font-family: arial;
	font-size: 15px;
	color: #333333;
	line-height: 25px;
	margin-top: 22px;
}
.head-sub-menu .sub-head-right .tsgd{
	display: block;
	width: 118px;
	height: 45px;
	line-height: 48px;
	border-radius: 45px;
	background: #226cb4;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-top: 48px;
}
.head-sub-menu .sub-head-right .fwrx{
	font-size: 16px;
	color: #333333;
	line-height: 36px;
	margin-top: 70%;
}
.head-sub-menu .sub-head-right .fwrx a{
	font-family: goodmu;
	font-size: 22px;
	color: #333333;
}
.head-sub-menu::after{
	content: "";
	position: absolute;
	width: 30.5%;
	max-width: 580px;
	background: #f1f1f1 url(../images/head-xq-back.png) no-repeat bottom right;
	top: 0;
	right: 0;
	height: 100%;
	z-index: 2;
}
.closeHs{
	position: absolute;
	cursor: pointer;
	right: -150px;
	top: -30px;
}
.closeHs i{
	font-size: 28px;
	color: #226cb4;
}
.closeHm{
	position: absolute;
	cursor: pointer;
	right: 5%;
	top: 30px;
	z-index: 9999;
}
.closeHm i{
	font-size: 28px;
	color: #226cb4;
}
