body {
    
	overflow-x: hidden;
	font-size: 14px;

}

/*图片中心放大代码区域*/

.img-box {
	/*图片盒子类名*/
	overflow: hidden;
}

.img-box img {
	transition: .3s;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

	/* ueco 时间曲线*/
	width: 100%;
	max-width: 100%;
}

.img-box:hover img {
	/*图片中心放大代码*/
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


.imgbox_a {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
	display: block;
}


.imgbox_a>img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
}

.imgbox_hover>img {
	/* ueco 鏃堕棿鏇茬嚎*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.imgbox_hover:hover>img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

/*图片中心放大代码区域*/

#header,
#nav ul li>a,
.top_menu {
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s
}

#header.xg {
	background: #2b58c5 !important;
	height: 68px !important;
	padding-top: 0px !important;
}


#header {
	z-index: 999;
	height: 88px;
	background: rgba(0, 0, 0, 0);
	width: 100vw;
	position: fixed;
	top: 0;
	z-index: 998;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	padding-top: 20px;
}

#header>.container {
	display: flex;
	height: 100%;
	justify-content: space-between;
	align-items: center;
	position: static
}

#header .fr {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-grow: 1;
	max-width: 950px
}

#header .line01 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, .1);
	z-index: -1
}

#logo {
	flex-shrink: 0;
	width: 480px;
	margin-right: 60px;
	display: flex;
	align-items: center
}


.logo-img {
	flex-grow: 1;
}

.logo-img img {
	display: block
}

.service-tele {
	width: 164px;
	flex-shrink: 0;
	border-left: 1px solid #fff;
	color: #fff;
	padding-left: 15px;
	margin-left: 15px;
}

.service-tele h1 {
	font-size: 14px;
	display: flex;
	align-items: center;
}

.service-tele h1 img {
	margin-right: 3px;
}

.service-tele h2 {
	font-size: 16px;
	font-weight: bolder;
	margin-top: 3px;
	padding-left: 3px;
}


.search-box {
	display: flex;
	align-items: center;
}

.search form {
	width: 38px;
	height: 38px;
	flex-shrink: 0;
	border-radius: 25px;
	background: #2659FF;
	display: flex;
	align-items: center;
	justify-content: center;
}

.search-text {
	height: 42px;
	border: none;
	background-color: none;
	font-size: 16px;
	outline: none;
	flex-grow: 1;
}

.search-but {
	width: 14px;
	height: 14px;
	flex-shrink: 0;
	background: url(../images/search-but.png) no-repeat left center;
	background-size: cover;
	border: none;
	outline: none
}

.header-tb {
	flex-grow: 1;
	display: flex;
	justify-content: space-around;
	padding-left: 15px;
	width: 84px;
	height: 38px;
	background: #2659FF;
	border-radius: 50px;
	margin-right: 10px;
}


.top_menu {
	float: left;
}

.top_menu .ico {
	float: left;
	margin-left: 10px;
}

/*语言切换*/

.top_menu #yuyanBtn {
	position: relative;
	height: 100%;
}

.top_menu #yuyanBtn .dt {
	height: 100%;
	display: flex;
	align-items: center;
}

.top_menu #yuyanBtn i {
	display: inline-block;
	width: 9px;
	height: 6px;
	background-size: contain;
	vertical-align: middle;
	margin-left: 3px;
}

.top_menu #yuyanBtn i svg {
	display: block;
}

.top_menu #yuyanBtn .dd {
	position: absolute;
	top: 50px;
	background: #fff;
	width: 100px;
	left: 50%;
	margin-left: -50px;
	border-radius: 5px;
	z-index: 10000;
	transform: translateY(-20px);
	visibility: hidden;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: .5s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}

.top_menu #yuyanBtn:hover .dd {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

.top_menu #yuyanBtn .dd .box {
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}

.top_menu #yuyanBtn .dd:before {
	content: "";
	position: absolute;
	top: -3px;
	right: 50%;
	margin-right: -10px;
	height: 20px;
	width: 20px;
	background-color: #FFFFFF;
	z-index: -1;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
}

.top_menu #yuyanBtn .dt a {
	display: block;
	text-align: center;
	line-height: 35px;
	height: 35px;
	padding: 0 20px;
	color: #fff;
	font-size: 12px;
	background: rgba(255,255,255,0.4);
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
}

.top_menu #yuyanBtn .dd a {
	display: block;
	text-align: center;
	line-height: 35px;
	height: 35px;
	color: #333;
}

.top_menu #yuyanBtn .dd a:hover {
	background: #2b58c5;
	color: #fff;
}

/*搜索*/

#searchBtn {
	height: 100%;
	display: flex;
	align-items: center;
}

#searchBtn a {
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	transition: .3s;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

#searchBtn svg path {
	fill: #fff;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}



.top_menu .ico a {
	font-size: 12px;
	color: #fff;
	text-transform: capitalize;
	display: block;
	width: 100%;
	height: 40px;
	line-height: 38px;
}

.top_menu .icon {
	fill: #626262;
	vertical-align: middle;
}


.wap_yuyan {
	float: right;
	font-size: 1.125rem;
	color: #666;
	margin-right: 4rem;
}

.wap_yuyan a {
	display: block;
	line-height: 4.5rem;
	width: 2rem;
	text-align: center;
}




#nav {
	flex-grow: 1;
	margin-right: 30px
}

#nav ul {
	display: flex;
	flex-grow: 1;
	justify-content: space-between
}

#nav ul li {
	position: relative;
	z-index: 0;
	text-align: center;
	font-size: 0
}

#nav ul li>a {
	display: block;
	font-size: 15px;
	color: #fff;
	line-height: 68px;
	overflow: hidden;
	text-align: center;
	position: relative;
	z-index: 1;
	display: inline-block
}

#nav ul li>a:before {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	transition: .3s ease-in-out;
	transform: scaleX(0);
	transform-origin: center
}

#nav ul li.on>a,
#nav ul li:hover>a {
	color: #fff
}

#nav {
	position: relative;
	-webkit-tap-highlight-color: transparent
}

#nav ul {
	list-style: none;
	padding: 0
}

#nav li {
	text-align: center;
	position: relative;
	float: left
}

.underline {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 32px;
	height: 6px;
	background: #2659FF;
	transition: transform .2s linear, width .2s linear
}

.btn_user {
	width: 8.75rem;
	height: 2.5rem;
	font-size: 1rem;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	opacity: 1;
	background: linear-gradient(106deg, #53D7E5 0, #2659FF 99%)
}

.btn_user i {
	display: block;
	width: 1px;
	height: 1.75rem;
	background: #ECEEF2;
	margin: 0 .9375rem
}

#nav ul li .sub {
	clip-path: inset(0 0 100% 0);
	transition: .5s
}

#nav ul li:hover .sub {
	clip-path: inset(0 0 0 0)
}

#nav ul li.on a:before,
#nav ul li:hover a:before {
	opacity: 1;
	visibility: visible;
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
}

.nav_sub_pro {
	position: absolute;
	background: #fff;
	width: max-content;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 5px;
}

.nav_sub_pro .box {
	display: flex
}

.nav_sub_pro .box dl {
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
}

.nav_sub_pro .box dt {
	height: 3.125rem;
	display: flex;
	align-items: center;
	background: #444A50;
	padding: 0 20px;
	font-size: 1rem;
	line-height: 1.5rem;
	text-align: left;
	color: #fff
}

.nav_sub_pro .box dt a {
    width: 100%;
	display: flex;
	align-items: center
}

.nav_sub_pro .box dt .ico {
	width: calc(1.75rem + 16px);
	margin-right: 10px;
	height: 23px;
	display: flex;
	align-items: center;
	justify-content: flex-end
}


.nav_sub_pro .box dd a {
	justify-content: center;
	display: flex;
	transition: .3s
}

.nav_sub_pro .box dd .txt {
	text-align: center;
	height: 36px;
	line-height: 36px;
	padding-left: 20px;
    padding-right: 20px;
}

.nav_sub_pro .box dd .txt span {
	font-size: 14px;
	display: inline-block;
	transition: .3s
}

.nav_sub_pro .box dd .txt p {
	color: #FFF;
	opacity: .5;
	font-size: 12px
}

.nav_sub_pro .box dd>a:hover {
	background: #2b58c5;
}

.nav_sub_pro .box dd>a:first-child:hover {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.nav_sub_pro .box dd>a:last-child:hover {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.nav_sub_pro .box dd>a:hover .txt span {
	color: #fff;
}

.nav_sub_pro .box dl.nav_shiyongbox dt {
	border-left: 1px solid rgba(14, 15, 18, 0.8)
}

.nav_sub_pro .box dl.nav_shiyongbox dd {
	padding: 30px 40px;
	border-left: 1px solid rgba(68, 74, 80, 0.5)
}

.nav_sub_pro .box dl.nav_shiyongbox dd .txt p {
	line-height: 1.25rem
}

.nav_sub_pro .box dl.nav_shiyongbox dd .txt {
	margin-top: 10px
}

.nav_shiyongbox dd a {
	padding: 0 !important
}

.nav_shiyongbox .inner {
	width: 10rem
}

.nav_shiyongbox .img {
	position: relative
}

.nav_shiyongbox .img:after {
	padding-top: 56.25%
}

.nav_shiyongbox .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background: rgba(0, 0, 0, .2)
}


.btn_try {
	width: 10rem;
	height: 2.8125rem;
	margin-top: 1.75rem;
	border-radius: .75rem;
	overflow: hidden;
	background: rgba(68, 74, 80, 0.8);
	border: 1px solid rgba(68, 74, 80, 0.8);
	font-size: 14px;
	color: #FFF;
	z-index: 1;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center
}

.btn_try:hover {
	border: 1px solid rgba(38, 89, 255, 0.8);
	background: rgba(38, 89, 255, 0.16)
}

.btn_try:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transition: .5s;
	opacity: 0;
	visibility: hidden;
	background: linear-gradient(106deg, rgba(83, 214, 229, 0.8) 0, rgba(38, 89, 255, 0.8) 99%)
}

.btn_try:active:before {
	opacity: 1;
	visibility: visible
}

#m_header {
	display: none;
	height: 4.5rem;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 996;
	transition: .5s;
	background: rgba(14, 15, 18, 0.8)
}

#m_header .m {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between
}

#m_header #m_logo img {
	height: 4.5rem
}

.m_nav_list {
	width: 100%
}

.m_nav_list::-webkit-scrollbar {
	display: none
}

#m_header .btn_user {
	margin-right: 5rem
}

#m_nav {
	z-index: 997;
	position: fixed;
	background: rgba(47, 50, 58, 0.96);
	background-size: cover;
	width: 100vw;
	height: 100vh;
	left: 0;
	right: 0;
	top: 0;
	display: none;
	padding: 50px 0;
	overflow: hidden;
	pointer-events: none;
	transition: all .5s .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	display: block;
	overflow: auto;
	visibility: hidden;
	opacity: 0;
	transform-origin: left
}

#m_nav::-webkit-scrollbar {
	display: none
}

#m_nav.act {
	pointer-events: auto;
	top: 0;
	visibility: visible;
	opacity: 1;
	transition: all .5s cubic-bezier(0.445, 0.145, 0.355, 1)
}

#m_nav>ul>li {
	overflow: hidden;
	padding: 0 10%;
	transition: .5s
}

#m_nav>ul>li+li {
	border-top: 1px solid rgb(220 220 220 / 10%)
}

#m_nav li .a {
	display: block
}

#m_nav>ul>li.on {
	background: rgb(39 42 48 / 69%)
}

#m_nav li h3 {
	line-height: 4.25rem;
	height: 4.25rem;
	color: #fff;
	padding: 0;
	font-size: 1.25rem;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	transition: all .5s cubic-bezier(0.445, 0.145, 0.355, 1)
}

#m_nav li .a {
	flex-grow: 1
}

#m_nav li .a span {
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
	width: 20px;
	height: 50px;
	text-align: center
}

#m_nav li i {
	font-size: 0
}

#m_nav .title i {
	opacity: 1;
	filter: alpha(opacity=100);
	display: inline-block;
	width: 30px;
	height: 4.5rem;
	opacity: .8;
	float: right;
	display: inline-block;
	background: url(../images/arrow_down_9d49558b67314710a8e827f61a371cd0.svg) center no-repeat;
	background-size: 14px
}

#m_nav li.on.title i {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg)
}

#m_nav .on.title i {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg)
}

#m_nav li {
	display: block;
	width: 100%
}

#m_nav .slide_nav {
	position: absolute;
	left: 0;
	height: 70px;
	z-index: 998;
	padding: 15px;
	top: 0;
	width: 100%
}

#m_nav .title .list {
	display: none;
	position: relative;
	width: 100%;
	z-index: 9;
	left: 0;
	margin-left: 0;
	background: 0;
	border: 0;
	clear: both;
	padding-bottom: 1rem
}

#m_nav .title .list span {
	background: 0
}

#m_nav .title .list span a:hover {
	color: #014085
}

#m_nav .title .list a {
	display: block;
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.829);
	text-align: left;
	line-height: 2.5rem;
	border: 0;
	transition: all .5s cubic-bezier(0.445, 0.145, 0.355, 1)
}

#m_nav dl {
	padding: 1rem
}

#m_nav .title .list dt a {
	color: #fff;
	font-size: 14px
}

#m_nav .title .list dd a {
	color: rgba(255, 255, 255, 0.575);
	font-size: 13px
}

#m_nav dd {
	padding-left: 1rem
}

#m_nav dd a {
	position: relative
}

#m_nav dd a:before {
	content: "";
	display: block;
	position: absolute;
	left: -1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 1rem;
	background: linear-gradient(0deg, #53D7E5 0, #2659FF 99%)
}

#m_n_nav {
	display: none;
	line-height: 50px;
	position: relative;
	z-index: 9;
	width: 100%;
	background: #af1e28
}

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

#bnt_back svg {
	fill: #fff;
	vertical-align: middle;
	width: 26px;
	height: 26px
}

#m_n_nav h1 {
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin: 0;
	line-height: 50px
}

#bnt_sub_nav {
	cursor: pointer;
	color: #fff;
	font-size: 18px
}

#bnt_sub_nav svg {
	fill: #fff;
	height: 20px;
	vertical-align: middle;
	width: 20px
}

#bnt_sub_nav img {
	display: block;
	height: 15px
}

#bnt_sub_nav.on img {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

#sub_nav_content {
	background: #f0f3f5;
	display: none;
	box-shadow: 0 0 5px #999;
	z-index: 9
}

#sub_nav_content ul {
	padding: 10px
}

#sub_nav_content ul li {
	display: block;
	line-height: 28px;
	margin: 1rem 0
}

#sub_nav_content ul li a {
	display: block;
	border-left: 2px solid #af1e28;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	padding-left: 10px;
	color: #535455
}

#sub_nav_content ul li.on a {
	color: #af1e28
}

#sub_nav_content dl {
	font-size: 0;
	overflow: hidden;
	background: #fff;
	padding: 10px 0;
	border-top: 1px solid #e7e7e7
}

#sub_nav_content dt {
	position: relative;
	background: #fff;
	z-index: 999;
	margin-bottom: 0
}

#sub_nav_content dt a {
	margin: 0 20px;
	display: block;
	color: #5b5349;
	line-height: 30px;
	font-size: 15px;
	font-weight: 400;
	vertical-align: top;
	font-family: Alibaba-PuHuiTi-Regular
}

#sub_nav_content dt a i {
	position: absolute;
	right: 15px;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	display: none
}

#sub_nav_content dt.title {
	background: #fafafb
}

#sub_nav_content dt.title i {
	opacity: 1;
	filter: alpha(opacity=100)
}

#sub_nav_content dt.title_on {
	background: #fafafb
}

#sub_nav_content dt.title_on a {
	color: #af1e28;
	border-top: 1px solid #fff
}

#sub_nav_content dt.title_on a i {
	color: #af1e28
}

#sub_nav_content dt.last a {
	border-top: 1px solid #f8f8f8
}

#sub_nav_content dt.on a,
#sub_nav_content dt.title_on a {
	color: #af1e28
}

#sub_nav_content dd .box {
	padding: 0
}

#sub_nav_content dd a {
	padding: 0 25px;
	line-height: 30px;
	font-size: 13px;
	color: #5b5349;
	display: block;
	height: 30px
}

#sub_nav_content dd a.on {
	color: #af1e28
}






/* banner大图切换 */


/*首页banner*/

#banner {
	width: 100%;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	background: #fff;
}

.linebox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	z-index: 9;
}

.linebox div {
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, 0.1);
}

#banner .banner_slider {
	margin: 0;
}

#banner li {
	position: relative;
}

#banner li .img {
	width: 100%;
	height: 100vh;
	background-size: cover !important;
	z-index: 8;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
}

@-webkit-keyframes bgscale {

	from {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
	}

}

@keyframes bgscale {

	from {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
	}

}

#banner .slick-active .img {
	animation: bgscale 7.2s linear forwards;
	-webkit-animation: bgscale 7.2s linear forwards;
}

#banner .m {
	height: 100%;
	display: flex;
	align-items: flex-end;
	padding-bottom: 220px;
}

#banner li.slick-current {
	z-index: 999;
}

#banner .con {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}

#banner .pic {
	margin: 0 auto;
	margin-top: 6rem;
	color: #fff;
	text-align: center;
	margin-top: 0rem;
	opacity: 0;
	transform: translateY(-100px);
	transition: .8s;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-ms-transition: .8s;
	-o-transition: .8s;
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
}

#banner .pic img {
	display: inline-block;
	max-width: 90%;
	transition: 1s;
	transform: scale(.5);
}

#banner li.slick-current {
	z-index: 999;
}

#banner .slick-current .pic {
	opacity: 1;
	animation: enter 1.3s ease forwards;
	-webkit-animation: enter 1.3s ease forwards;
}

#banner .slick-current .pic img {
	transform: scale(1);
}

#banner .txt {
	color: #fff;
	opacity: 0;
	transition: 1s;
	transform: scale(.5);
	max-width: 100%;
}

#banner .txt p {
	font-size: 10px;
	display: inline-block;
	max-width: 80%;
	overflow: hidden;
}

#banner .txt h3 {
	font-size: 42px;
	font-weight: 900;
	margin-top: 10px;
	margin-bottom: 24px;
}

#banner .txt h4 {
	font-size: 24px;
	font-weight: 100;
}

#banner .slickdotbox {}

#banner .slick-current .txt {
	opacity: 1;
	transform: scale(1);
	animation: enter 1.3s ease forwards;
	-webkit-animation: enter 1.3s ease forwards;
}

#banner .slick-dots {
	bottom: 40px;
}

#banner .slick-dots li {
	margin: 0 2.5px;
	display: inline-block;
	width: auto;
}

#banner .slick-dots li button {
	width: auto;
	padding-left: 0;
	padding-right: 0;
}

#banner .slick-dots li button:before {
	content: "";
	position: relative;
	display: inline-block;
	width: 20px;
	height: 4px;
	border-radius: 2px;
	border: 0;
	background: rgba(255, 255, 255, .6);
	box-sizing: border-box;
	opacity: 1;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}

#banner .slick-dots li.slick-active button:before {
	background: rgba(255, 255, 255, 1);
	width: 40px;
}

#banner .slick-arrow {
	z-index: 99;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	transform: translate(0, 0);
	opacity: .4;

	display: block;
	width: 3rem;
	height: 3rem;
	background-size: contain !important;
}

#banner .slick-prev {
	left: 55px;
	background: url(../images/banner_left.png) left center no-repeat;

	transition: 300ms;
	-webkit-transition: 300ms;
}

#banner .slick-next {
	right: 55px;
	background: url(../images/banner_right.png) right center no-repeat;

	transition: 300ms;
	-webkit-transition: 300ms;
}

.slick-prev:before,
.slick-next:before {
	display: none;
}

#banner .slick-arrow:hover {
	opacity: 1;
}

@-webkit-keyframes enter {

	0% {
		opacity: 0;
		transform: translateY(100px);
		-webkit-transform: translateY(100px);
		-moz-transform: translateY(100px);
		-ms-transform: translateY(100px);
		-o-transform: translateY(100px);
	}

	20% {
		opacity: 0;
		transform: translateY(100px);
		-webkit-transform: translateY(100px);
		-moz-transform: translateY(100px);
		-ms-transform: translateY(100px);
		-o-transform: translateY(100px);
	}

	100% {
		opacity: 1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
	}

}

@keyframes enter {

	0% {
		opacity: 0;
		transform: translateY(100px);
		-webkit-transform: translateY(100px);
		-moz-transform: translateY(100px);
		-ms-transform: translateY(100px);
		-o-transform: translateY(100px);
	}

	20% {
		opacity: 0;
		transform: translateY(100px);
		-webkit-transform: translateY(100px);
		-moz-transform: translateY(100px);
		-ms-transform: translateY(100px);
		-o-transform: translateY(100px);
	}

	100% {
		opacity: 1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
	}

}



@-webkit-keyframes anim-out-pseudo {

	0% {
		background: rgba(0, 0, 0, 0.25);
	}

	100% {
		background: transparent;
	}

}

@-moz-keyframes anim-out-pseudo {

	0% {
		background: rgba(0, 0, 0, 0.25);
	}

	100% {
		background: transparent;
	}

}

@-ms-keyframes anim-out-pseudo {

	0% {
		background: rgba(0, 0, 0, 0.25);
	}

	100% {
		background: transparent;
	}

}

@keyframes anim-out-pseudo {

	0% {
		background: rgba(0, 0, 0, 0.25);
	}

	100% {
		background: transparent;
	}

}

@-webkit-keyframes anim-out {

	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}

}

@-moz-keyframes anim-out {

	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}

}

@-ms-keyframes anim-out {

	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}

}

@keyframes anim-out {

	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}

}






.s_tt {
	padding-bottom: 26px
}

.s_tt h3 {
	font-size: 32px;
	line-height: 1.43;
	font-weight: bold;
	color: #3D3D3D
}

.s_tt p {
	font-size: 14px;
	line-height: 1.5;
	color: #3D3D3D;
	opacity: .5;
	margin-top: 5px;
}

.s_pro {
	background: #fff
}

.s_pro .ttbox {
	background: #fff
}

.s_pro .hdtabnav ul li {
	flex: 1;
	width: 100%;
	/*margin-right: 0px !important;*/
	text-align: center;
	position: relative;
}
.s_pro .hdtabnav ul li:before{
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.s_pro .hdtabnav ul li:hover:before  {
    background: #2659FF;
}

.hdtabnav {
	border-top: 1px solid #eceef2
}

.hdtabnav ul {
	width: 100%;
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 10px;
}

.hdtabnav ul li a {
	position: relative;
	display: inline-block;
	padding: 15px 10px;
	line-height: 15px;
	font-size: 15px;
	color: #3D3D3D
}
.hdtabnav ul li a:hover{
    color: #2659FF;
}
.hdtabnav ul li:hover::before {
	width: 100%;
	left: 0
}

.hdtabnav ul li:hover~li::before {
	left: 0
}

.hdtabnav ul li.swiper-slide-thumb-active:before {
	width: 100%;
	left: 0
}

.underline2 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 4px;
	background: #2659FF;
	transition: transform .2s linear, width .2s linear
}

.s_pro .bd {
	padding: 2.5rem 0 5rem;
	background: #eceef2
}

.s_pingtailist {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px
}

.s_pingtailist li .box {
	background: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.s_pingtailist li .img i.imgbox_a {
	padding-bottom: 75%;
}

.s_pingtailist li h3 {
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	transition: .5s;
	color: #3D3D3D;
	text-align: center;
	background: #f3f3f7;
}

.s_pingtailist li p {
	opacity: .5;
	line-height: 1.25rem;
	transition: .5s;
	font-size: 14px;
	color: #3D3D3D
}

.s_pingtailist li .img {
	width: 100%;
	height: 100%;
	transition: .5s;
}

.s_pingtailist li.on h3 {
	color: #2b58c5;
}

.s_pingtailist li.on h4 {
	color: #fff
}

.s_pingtailist li.on p {
	color: #fff
}

.s_pingtailist li.on .img {
	opacity: 1;
	visibility: visible
}

.s_pingtailist li .box:hover .tt h3 {
	background: #2b58c5;
	color: #fff;
}

.s_project {
	background: #fff
}

.s_project_slide {
	position: relative
}

.s_project_slide .bd .box {
	display: block;
	position: relative
}

.s_project_slide .bd .txt {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 140px;
	z-index: 9;
	color: #fff;
	font-size: 16px;
	line-height: 1.75;
	text-align: center;
	color: #FFF
}

.s_project_slide .bd .txt p {
	max-width: 843px;
	margin: 0 auto;
	opacity: .5
}

.s_project_slide .bd .img {
	height: 45rem
}

.s_project_slide .bd .img:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0px;
	height: 50%;
	background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, 0) 100%)
}

.s_project_slide .hd {
	position: absolute;
	z-index: 9;
	left: 0;
	bottom: 0;
	width: 100%;
}

.s_project_slide .hd ul li {
	color: #fff;
	flex-grow: 1;

	width: 33.33333%;
	height: 120px;
}



.s_project_slide .hd ul li a {
	margin-top: 20px;
	display: flex;
	justify-content: left;
	align-items: center;
	padding-left: 32px;
	position: relative;
	z-index: 1;
	height: 100px;
	background: rgba(38, 89, 255, 0.3);
}

.s_project_slide .hd ul li.swiper-slide-thumb-active a {
	margin-top: 0px;
	height: 120px;
}


.s_project_slide .hd ul li a .ico {
	width: 50px;
	margin-right: 10px;
}

.s_project_slide .hd ul li h4 {
	font-size: 20px;
	color: #FFF;
	margin-bottom: 4px;
}

.s_project_slide .hd ul li span {
	opacity: .3;
	font-size: 14px;
	color: #FFF
}

.s_project_slide .hd ul li a:before {
	content: "";
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(38, 89, 255, 0.4);
	z-index: -1
}

/* .s_project_slide .hd ul li a:after {
	content: "";
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	top: 0;
	background: #2659FF;
	z-index: 0
} */

.s_project_slide .hd ul li.on a:before {
	opacity: 1;
	visibility: visible
}

.s_project_slide .hd ul li.on a:after {
	opacity: 1;
	visibility: visible
}

.s_project .hd ul li.swiper-slide-thumb-active a:before {
	opacity: 1;
	visibility: visible
}

.s_project .hd ul li.swiper-slide-thumb-active a {
	height: 120px;
}

.s_project .hd ul li.swiper-slide-thumb-active a:after {
	opacity: 1;
	visibility: visible
}

.s_news .hd {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 2.5rem
}

.s_news .hd .s_tt {
	padding-bottom: 0
}

.s_news .hd .btnbox {
	display: flex;
	background: #FFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 25px;
	width: 12.5rem;
	height: 3.125rem
}

.s_news .hd .btnbox a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.125rem
}

.s_news .hd .btnbox a svg {
	width: .75rem
}

.s_news .hd .btnbox .btn_more {
	flex-grow: 1;
	border: 1px solid rgba(0, 0, 0, 0.2) !important;
	font-size: 14px !important;
	color: #3D3D3D !important;
	height: auto;
	border-radius: 0;
	border-top: 0 !important;
	border-bottom: 0 !important
}

.s_news .hd .btnbox .btn_more:before {
	display: none
}

.s_news .hd .btnbox .btn_more:after {
	display: none
}

.s_news .bd .box {
	display: flex
}

.s_news .bd .box .img {
	width: 20rem;
	height: 16.25rem;
	flex-shrink: 0
}

.s_news .bd .box .txt {
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1.25rem
}

.s_news .bd .box .txt h4 {
	line-height: 1.5rem;
	font-size: 1.125rem;
	color: #3D3D3D;
	margin-bottom: 1.25rem
}

.s_news .bd .box .txt p {
	font-size: 14px;
	color: #3D3D3D;
	line-height: 1.75rem;
	opacity: .5
}

.s_news .bd .box .txt .bot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 1.75rem
}

.s_news .bd .box .txt .bot span {
	font-size: 14px;
	color: #3D3D3D;
	line-height: 1.75rem
}

.btn_xq {
	width: 6.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	font-size: .75rem;
	color: #3D3D3D;
	position: relative;
	z-index: 1;
	transition: .5s
}

.btn_xq:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -2;
	left: 0;
	top: 0;
	transition: .5s;
	border-radius: 15px;
	border: 1px solid #000
}

.btn_xq:after {
	content: "";
	opacity: 0;
	visibility: hidden;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	transition: .5s;
	border-radius: 15px;
	background: linear-gradient(107deg, #53D7E5 0, #2659FF 99%)
}

.btn_xq:hover:before {
	background: #2659FF;
	border: 1px solid #2659FF
}

.btn_xq:hover {
	color: #fff
}

.btn_xq:disabled:before {
	border: 1px solid rgba(0, 0, 0, 0.3)
}

.btn_xq:disabled {
	color: rgba(61, 61, 61, 0.5)
}

.btn_xq:active:before {
	opacity: 0;
	visibility: hidden
}

.btn_xq:active:after {
	opacity: 1;
	visibility: visible
}

.btn_xq:active {
	color: #fff
}

.s_news .bd .m {
	padding-right: 0;
	margin-right: 0;
	max-width: calc(50vw + 800px)
}

.s_news .bd .swiper-slide {
	opacity: .5;
	transition: .5s
}

.s_news .bd .swiper-slide-active {
	opacity: 1
}

.s_news .bd .swiper-slide-next {
	opacity: 1
}

.s_news .hd .arr {
	opacity: .2;
	transition: .5s
}

.s_news .hd .arr:hover {
	opacity: 1
}

.s_about {
	background: #fff
}

.s_about .hd {
	background: url(../images/s_about_bg.png) left bottom no-repeat
}

.s_about .bd {
	background: url(../images/s_about_bg.jpg) left top no-repeat;
	max-height: 500px;
	color: #fff
}

.s_about .bd .txt {
	padding-top: 20px;
	max-width: 560px
}

.s_about .bd .txt h3 {
	font-size: 1.5rem;
	line-height: 2.25rem;
	color: #FFF;
	margin-bottom: 10px
}

.s_about .bd .txt .con {
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.75;
	font-size: 14px;
	margin-bottom: 1.5rem
}

.s_about .bd .txt a {
	width: 108px;
	height: 36px;
}

.btn_more2 {
	width: 8.125rem;
	height: 2.5rem;
	border-radius: 1.25rem;
	color: #FFF;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1
}

.btn_more2:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(255, 255, 255, .1);
	z-index: -2;
	left: 0;
	top: 0;
	transition: .5s;
	border-radius: 20px;
	border: 1px solid #FFF
}

.btn_more2:after {
	content: "";
	opacity: 0;
	visibility: hidden;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	transition: .5s;
	border-radius: 20px;
	background: linear-gradient(107deg, #53D7E5 0, #2659FF 99%)
}

.btn_more2:hover:before {
	border: 1px solid #2659FF;
	background: rgba(38, 89, 255, 0.2);
	border-radius: 20px
}

.btn_more2:active:before {
	opacity: 0;
	visibility: hidden
}

.btn_more2:active:after {
	opacity: 1;
	visibility: visible
}

.s_shuzi {
	margin-top: 40px;
	margin-bottom: 40px;
}

.s_shuzi ul {
	display: flex
}

.s_shuzi ul li {
	margin-right: 3.125rem
}

.s_shuzi ul li div {
	display: flex;
	align-items: center;
}

.s_shuzi ul li div span {
	font-size: 32px;
	font-weight: bold;
	color: #FFF;
	flex-shrink: 0
}

.s_shuzi ul li div i {
	font-size: 18px;
	margin-left:5px;
	flex-shrink: 0
}

.s_shuzi ul li p {
	font-size: 14px;
	color: rgba(255, 255, 255, .5);
	white-space: nowrap
}

.s_coop {
	background: url(../images/news-bj.jpg) no-repeat bottom center #dadee8;
	padding-top: 42px;
}

/* 
.s_coop ul {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 6px
}

.s_coop ul li .box {
	padding-top: .5rem;
	border-radius: .75rem;
	padding-bottom: 10px;
	transition: .5s
}

.s_coop ul li .img {
	transition: .5s
}

.s_coop ul li .img img {
	transform: none !important
}

.s_coop ul li .img:after {
	padding-top: 50%
}

.s_coop ul li h4 {
	text-align: center;
	font-size: 14px;
	color: #3D3D3D;
	opacity: 0;
	transition: .5s;
	padding: 0 10px
}

.s_coop ul li .box:hover {
	background: #fff
}

.s_coop ul li .box:hover h4 {
	opacity: 1
}

.s_coop ul li .box:hover .img {
	filter: grayscale(0);
	opacity: 1
} */




.home-hzkh {
	margin-top: 26px;
}


.home-hzkh-list {
	width: 100%;
	height: 100%;
}
.home-hzkh-list dl{
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

.home-hzkh-list dl dd {
	padding-bottom: 24px;
	width: 16.666%;
    padding: 20px;
    box-sizing: border-box;
}

.home-hzkh-list dl dd a {
	width: 100%;
	height: 100%;
	display: block;

}

.home-hzkh-list dl dd a i {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	border-radius: 200px;
}

.home-hzkh-list dl dd a i.imgbox_a {
	padding-bottom: 100%;
}

.home-hzkh-list dl dd a i img {
	border-radius: 200px;
	display: block;
	position: absolute;
	top: 0px;
	z-index: 1;
}

.home-hzkh-list dl dd a i span {
	width: 100%;
	height: 100%;
	color: #fff;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	display: none;
	background: url(../images/link-bj.png) no-repeat center;
	background-size: cover;
	border-radius: 200px;
	position: absolute;
	top: 0%;
	z-index: 2;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
}

.home-hzkh-list dl dd a i:hover img {
	display: none;
}

.home-hzkh-list dl dd a i:hover span {
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
	line-height: 1.7;
}


.home-hzkh .owl-nav {
	position: absolute;
	width: 100%;
	height: 43px;
	top: 50%;
	margin-top: -21px;
	display: flex;
	justify-content: space-between
}

.home-hzkh .owl-nav .owl-prev {
	width: 25px;
	margin-left: -50px;
	background: url(../images/jt-l.png) no-repeat;
	opacity: 0.6;
	text-indent: -999999px;
}

.home-hzkh .owl-nav .owl-prev:hover {
	background: url(../images/jt-lh.png) no-repeat;
	opacity: 1;
}

.home-hzkh .owl-nav .owl-next {
	width: 25px;
	margin-right: -50px;
	opacity: 0.6;
	background: url(../images/jt-r.png) no-repeat;
	text-indent: -999999px;
}

.home-hzkh .owl-nav .owl-next:hover {
	background: url(../images/jt-rh.png) no-repeat;
	opacity: 1;
}









.s_tt.white h3 {
	color: #fff
}

.s_tt.white span {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase
}

.s_fuwu {
	width: 100%;
	position: relative;
	z-index: 1;
	padding: 0 0 2.5rem
}

.fuwu-main {
	width: 100%;
}

.s_fuwu .bg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	top: 0px;
	background: url(../images/s_fuwu_bg.jpg) center no-repeat;
	background-size: cover
}

.s_fuwu .outbox {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding-top: 32px;
}

.server-title p {
	color: #fff;
}

.s_fuwu ul {
	display: inline-flex;
	color: #fff;
	margin-right: 2.5rem;
	width: 100%;
}

.s_fuwu ul li {
	flex: 1;
	margin-right: 10px;
	margin-left: 10px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.s_fuwu ul li:first-child {
	margin-left: 0px;
}

.s_fuwu ul li:last-child {
	margin-right: 0px;
}


.s_fuwu ul li .box {
	width: 100%;
	padding: 20px 10px;
	display: flex;
	align-items: center;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 5px;
}

.s_fuwu ul li .ico {
	flex-shrink: 0;
	margin-right: 10px;
	width: 48px;
	height: 48px;
}

.s_fuwu ul li .txt {
	flex-grow: 1
}

.s_fuwu ul li .txt h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}

.s_fuwu ul li .txt p {
	font-size: 13px;
}

.fuwu-main ul li:hover .box {
	background: rgba(0, 0, 0, 0.5);
	padding-left: 30px;
	transition: all .6s;
}




/* 新闻中心 */

#s_news {
	width: 100%;
	background-size: cover;
	padding-top: 62px;
	width: 100%;
	overflow: hidden;
	padding-bottom: 26px;
}

#s_news .s_tt {
	text-align: left;
	margin-bottom: 0;
}

#s_news .hd {
	overflow: hidden;
	margin-bottom: 26px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#s_news .hd ul {
	text-align: left;
	float: right;
	width: 340px;
	margin-top: 20px;
}

#s_news .hd .slick-track {
	margin-right: 0;
}

#s_news .hd ul li {
	float: left;
	padding: 0 .5rem;
	text-align: center;
}

#s_news .hd ul li a {
	display: block;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: .5s;
	font-size: 14px;
	color: #434444;
	display: block;
	height: 34px;
	line-height: 34px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}

#s_news .hd ul li a:before {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #e0e2e8;
	border-radius: 2rem;
}

#s_news .hd ul li a:after {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #2659FF;
	z-index: -1;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}

#s_news .hd ul li.slick-current a {
	color: #fff;
}

#s_news .hd ul li.slick-current a:before {
	border: 1px solid #2659FF;
}

#s_news .hd ul li.slick-current a:after {
	width: 100%;
}

#s_news .bd>.slick-list {
	overflow: visible;
}

#s_news .bd ul {
	margin: 0 -1rem;
	overflow: hidden;
}

#s_news .bd ul li {
    width: 33.333%;
    float: left;
	padding: 0 1rem;
	box-sizing: border-box;
}

#s_news .bd ul li .img {}

#s_news .bd ul li .img i.imgbox_a {
	padding-bottom: 60.25%;
}

#s_news .bd ul li .txt {
	background: #eceef2;
	padding: 20px;
	position: relative;
	z-index: 1;
}

#s_news .bd ul li .txt:before {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	background: #2b58c5;
	z-index: -1;
}

#s_news .bd ul li .txt h4 {
	font-size: 14;
	line-height: 1.7;
	height: 34px;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}

#s_news .bd ul li .txt .time {
	font-size: 12px;
	color: #9c9c9c;
}

#s_news .bd ul li .txt .btn_xq2 {
	font-size: 12px;
	color: #5a5a5a;
}

#s_news .bd ul li .txt .btn_xq2 svg {
	width: 1.125rem;
	margin-left: .25rem;
}

#s_news .bd ul li:hover .txt:before {
	height: 100%;
}

#s_news .bd ul li:hover .txt h4 {
	color: #fff;
}

#s_news .bd ul li:hover .txt p {
	color: #fff;
	color: rgba(255, 255, 255, .63);
}

#s_news .bd ul li:hover .txt .time {
	color: #fff;
}

#s_news .bd ul li:hover .txt .btn_xq2 svg path {
	fill: #fff;
}

#s_news .bd ul li:hover .txt .btn_xq2 {
	color: rgba(255, 255, 255, .5);
}



#s_news .bd .btn_r {
	position: absolute;
	right: 0;
	top: -6.25rem;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	color: #fff;
	border: 1px solid #e1e3e9;
	font-family: simsun;
	border-radius: 50%;
	transition: .3s;
	width: 2.5rem;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

#s_news .bd .btn_r:hover {
	background: url(../images/btn_r_on.png) left center no-repeat;
}



#s_news .bd ul li .txt:before,

#s_news .bd ul li .txt h4,

#s_news .bd ul li .txt p,

#s_news .bd ul li .txt .time,

#s_news .bd ul li .txt .btn_xq2,
path {
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}

/* 底部样式 */
#foot {
	width: 100%;
	overflow: hidden;
	background: #424242;
	padding-top: 52px;
}

#foot .box01 {
	display: flex;
	justify-content: space-between;
	gap: 60px;
}

#foot .box02 {
	text-align: center;
	border-top: 1px solid #474747;
	margin-top: 20px;
	padding: 12px 0;
	font-size: 14px;
	color: #808080;
}

#foot .box02 p {
	line-height: 1.7;
}

.foot_ewm {
	display: flex;
	margin-top: 30px;
}

.foot_ewm .ewm {
	margin-right: 20px;
}

.foot_ewm .ewm .pic {
	position: relative;
	width: 92px;
	height: 92px;
}

.foot_ewm .ewm .pic img {}

.foot_ewm .ewm p {
	font-size: 14px;
	color: rgba(255, 255, 255, .57);
	text-align: center;
	padding-top: 8px;
}
.box01 .left{
    flex-grow: 1;
}
.foot-title{
    height: 40px;
    color: #ffffff;
    position: relative;
    font-size: 16px;
    margin-bottom: 30px;
}
.foot-title:before{
    content: "";
    position: absolute;
    bottom: 0px;
    width: 30px;
    height: 1px;
    background: #5684b4;
}
.foot_nav {
	display: flex;
	justify-content: space-between;
	flex-grow: 1;
}

.foot_nav dl {}

.foot_nav dl dt {
	font-size: 16px;
	color: #ffffff;
	padding-bottom: 25px;
	position: relative;
}

.foot_nav dl dd {
	font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
	margin-bottom: 20px;
	transition: .5s;
}

.foot_nav dl dd:hover {
	color: #fff;
}

.qr-scanner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	pointer-events: none;
	display: none;
}

.qr-scanner .box {
	height: 100%;
	width: 100%;
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
}

.qr-scanner .line {
	height: 100%;
	width: 100%;
	background: linear-gradient(180deg, rgba(0, 255, 51, 0) 43%, #e60012 211%);
	border-bottom: 1px solid #e60012;
	transform: translateY(-100%);
	animation: radar-beam 2s infinite;
	animation-timing-function: cubic-bezier(0.53, 0, 0.43, 0.99);
	animation-delay: 1.4s;
}

@keyframes radar-beam {
	0% {
		transform: translateY(-100%);
	}

	100% {
		transform: translateY(0);
	}
}

.foot_logo {
	margin-bottom: 2.5rem;
}


.box01 .right{
	width: 380px;
	flex-shrink: 0;
	margin-left: 102px;
}


.foot_lianxi dl {
	display: grid;
	/*grid-template-columns: 23px 1fr;*/
	margin-bottom: 20px;
}

.foot_lianxi dl dt {}

.foot_lianxi dl dd {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.5);
	display: flex;
}
.foot_lx_title {
    flex-shrink: 0;
    width: 78px;
}

.foot_lx_con span{
    width: 54px;
    margin-right: 10px;
    display: inline-block;
    text-align: justify;
  text-align-last: justify;
}


/* 
#footer {
	background: #2b2b2b;
	background-size: cover;
}

.home-footer-top {
	display: flex;
	border-bottom: 1px solid #434343;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.home-footer-down {
	padding-bottom: 20px;
}

.footer-link-title {
	color: #fff;
}

.footer-link {
	margin-top: 10px;
	color: #888888;
}

.footer-link a {
	margin-right: 12px;
}


.home-footer-left {
	width: 100%;
	flex-shrink: 0;
	display: flex;
	justify-content: space-between;
}


.home-footer-contact {
	flex-grow: 1;

}

.home-footer-contact ul li {
	line-height: 1.75;
}

.home-footer-contact ul li span {
	color: #888888;
}


.home-footer-ewm {
	width: 84px;
	flex-shrink: 0;
	display: flex;
	justify-content: space-between;
	color: #fff;
	margin-right: 20px;
}

.home-footer-ewm dl {
	text-align: center;
	margin-right: 15px;
}

.home-footer-ewm dl:last-child {
	margin-right: 0px;
}

.home-footer-ewm dd {
	color: #aeaeae;
	font-size: 14px;
	margin-top: 8px;
}

.home-footer {
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.5;
	text-align: center;
	color: #888888;
	font-size: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
} */





/************[产品]****************/


.product-tit {
	overflow: hidden;
}

.product-tit ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-tit ul li.cur a i::after {
	background: #1363c6;

}

.product-tit ul li a {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	margin-left: 30px;
	margin-right: 30px;
}


.product-tit ul li a span {
	margin-top: 10px;
}

.product-tit ul li a:hover span {
	color: #1068ca;
}

.product-mainbox {
	margin-top: 34px;
}

.product-mainbox ul li {
	margin-bottom: 34px;
}

.product-mainbox ul li .home-product-list {
	border: 1px solid #E5E5E5;
}


.home-product-list i {
	font-style: inherit;
}

.pro-zz-bj {
	width: 100%;
	height: 52px;
	line-height: 52px;
	background: rgba(144, 154, 158, .8);
	position: absolute;
	bottom: 0px;
	padding-left: 30px;
	padding-right: 30px;
}

.pro-zz-title {
	height: 52px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: bolder;
}

.product-mainbox .home-product-list:hover .pro-zz-bj,
.home-product-list:hover .pro-zz-bj {
	height: 100%;
	padding-top: 50px;
	transition: height 1s;
}

.product-mainbox .home-product-list:hover .pro-zz-inf,
.home-product-list:hover .pro-zz-inf {
	color: #fff;
	line-height: 2;
}



/********[产品列表]**********/

.product-box {
	overflow: hidden;
}

.ej-pro-main {
	padding-top: 32px;
}

.ej-pro-menubox {
	margin-right: 40px;
	width: 300px;
	background: #fff;
	padding-bottom: 0px;
}

.ej-pro-tit {
	height: 54px;
	background: #2659FF;
	color: #fff;
	font-weight: bolder;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

.ej-pro-menu {
	width: 100%;
	display: block;
}

.ej-pro-menu>ul>li {
	margin-bottom: 10px;
}

.ej-pro-menu>ul>li span {
	display: block;
	line-height: 54px;
	color: #000;
	padding-left: 20px;
	cursor: pointer;
	background: url(../images/jt-b-down.png) no-repeat 270px center #f7f7f7;
}

.ej-pro-menu>ul>li span:hover {
	background: #2659FF;
	color: #fff;
	background: url(../images/jt-w-down.png) no-repeat 270px center #2659FF;
}

.ej-pro-menu>ul>li span.active {
	color: #fff;
	background: url(../images/jt-w-up.png) no-repeat 270px center #2659FF;
}

.ej-pro-menu>ul>li .cur {
	display: block;
}

.ej-pro-menu>ul>li ul {
	color: #000000;
	background: #fff;
	display: none;
}

.ej-pro-menu>ul>li>ul {
	padding-top: 5px;
	padding-left: 30px;
}

.ej-pro-menu>ul>li>ul>li {
	line-height: 35px;
}

.ej-pro-menu>ul>li>ul>li a {
	color: #666;
	font-weight: 100;
}

.ej-pro-menu>ul>li>ul>li a.active {
	color: #2659FF;
	font-weight: 200;
}

.ej-pro-menu>ul>li>ul>li a:hover {
	color: #2659FF;
	font-weight: 200;
}

.product-list-main {
	overflow: hidden;
}

.product-list {
	margin-bottom: -30px;
}

.product-list ul {
	overflow: hidden;
}

.product-list ul li {
	width: 50%;
	padding-right: 16px;
	padding-left: 16px;
	float: left;
	box-sizing: border-box;
	margin-bottom: 30px;
	overflow: hidden;
}


.product-list ul li a {
	display: block;
	background: #fff;
	overflow: hidden;
	padding: 15px 15px 25px 15px;
	position: relative;
	top: 0px;
}

.product-list ul li a:hover {
	top: -12px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
	transition: all 0.5s;
}

.product-list ul li a .imgbox_a {
	padding-bottom: 72.99%;
}

.product-list ul li a:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.product-list ul li a h1 {
	font-size: 20px;
	color: #333;
	display: flex;
	align-items: center;
	height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 20px;
}

.product-list ul li a h2 {
	font-size: 14px;
	line-height: 1.7;
	height: 28px;
	margin-top: 15px;
	margin-bottom: 8px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* 限制为2行 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #888;
}






/********[下拉菜单]**********/


/*第一层*/

.menu li {
	padding-top: 5px;
	padding-bottom: 5px;
}

.menu li:first-child {
	padding-top: 0px;
}

.menu li.level1>a {
	display: block;
	height: 45px;
	line-height: 45px;
	color: #fff;
	padding-left: 24px;
	font-size: 16px;
	position: relative;
	background: #2b58c5;
}


.menu li.level1>a.current {
	background: #2b58c5;
	color: #fff;
}

.menu li.level1>a.current:hover {
	color: #fff;
	font-weight: bolder;
	border-left: 0px solid #2b58c5;
}

/*.menu li.level1:first-child ul {*/
/*	display: block;*/
/*}*/

.menu li.level1 a:hover {
	text-decoration: none;
	color: #fff;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
	font-weight: bolder;
}

.menu li.level1.current {
	margin-bottom: 0px;
	border-left: 3px solid #2b58c5;
	font-weight: bolder;
	color: #2b58c5;
}

/*============修饰图标*/
/* .ico {
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: 20px;
	top: 10px;
	background-repeat: no-repeat;
	background-image: url(images/ico1.png);
} */

/*============小箭头*/

.level1 i {
	width: 18px;
	height: 12px;
	background-image: url(../images/down-jt-f.png);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	right: 20px;
	top: 14px;
}

.level1 i.down {
}


.level1 .current  i {

	background-image: url(../images/down-jt2.png);

}


/*第二层*/

.menu li ul {
	overflow: hidden;
}

.menu li a.current + ul.level2{
    display: block !important;
}

.menu li ul.level2 {
	display: none !important;
	background: #fff;
}

.menu li ul.level2 li a {
    padding-bottom: 5px;
	padding-top: 5px;
	display: block;
	height: 34px;
	line-height: 34px;
	color: #333;
	text-indent: 60px;
	/*border-bottom: 1px solid #ddd; */
	font-size: 14px;
}

.menu li ul.level2 li a:hover {
	border-left: none;
	color: #333;
	font-weight: bolder;
	box-shadow: none;
}




/* 二级banner */

.ej-banner {
	/*background: url(../images/ej-banner.jpg) no-repeat right center;*/
     height: 500px;
     position: relative;
     z-index: 1;
     overflow: hidden;
}

.ej-banner .img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    background-size: cover !important;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    animation: bgscale 7.2s linear forwards;
    -webkit-animation: bgscale 7.2s linear forwards;
}

.ej-banner .container {
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}

.ej-banner h1 {
	font-size: 28px;
	color: #fff;
	font-weight: bolder;
}


.ej-banner h1::after {
	content: "";
	width: 32px;
	height: 3px;
	background: #fff;
	margin-top: 10px;
	display: block;
}

.ej-banner h2 {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	margin-top: 12px;
}


.ej-banner span {
	font-size: 28px;
}

/* 面包屑 */

.ej-mbx {
	background: #fff;
	border-bottom: 1px solid #ececec;
	height: 68px;
}



.ej-mbx-l ul li {
	float: left;
	height: 68px;
	line-height: 68px;
	margin-right: 32px;
}



.ej-mbx-l ul li a {
	height: 68px;
	line-height: 68px;
	display: block;
	font-size: 16px;
	color: #2c2c2c;
	position: relative;
}


.ej-mbx-l ul li.cur a {
	color: #2b58c5;
	border-bottom: 2px solid #2b58c5;
}

.ej-mbx-l ul li a:hover {
	color: #2b58c5;
	border-bottom: 2px solid #2b58c5;
}



.ej-mbx-l ul li a:hover::before {
	content: "";
	width: 15px;
	height: 7px;
	position: absolute;
	bottom: -1px;
	z-index: 99;
	left: 50%;
	margin-left: -7px;
	background: url(../images/nav-jt.png) no-repeat;
}



.ej-mbx-l ul li a.cur {
	color: #2659FF;
	border-bottom: 2px solid #2659FF;
}



.ej-mbx-l ul li a.cur::before {
	content: "";
	width: 15px;
	height: 7px;
	position: absolute;
	bottom: -1px;
	z-index: 99;
	left: 50%;
	margin-left: -7px;
	background: url(../images/nav-jt.png) no-repeat;
}



.ej-mbx-r {
	height: 68px;
	font-size: 14px;
	color: #333;
	display: flex;
	align-items: center;
}

.ej-mbx-r a {
	padding: 0 5px;
}


.ej-mbx-r a:hover {
	color: #2659FF;
}


.ej-mbx-r i {
	display: flex;
	align-items: center;
	width: 15px;
}

/* 页码 */

.pro-more {
	font-size: 16px;
	color: #000;
	margin-top: 12px;
	font-weight: bolder;
}

.product-list ul li a:hover .pro-more {
	color: #000;
}


.page {
	padding-top: 40px;
	padding-bottom: 40px;
}

.page ul {
	display: table;
	margin: 0px auto;
}

.page ul li {
	display: table-cell;
}

.page ul li a {
	display: block;
	padding: 5px 14px;
	border: 1px solid #dee4e9;
	margin: 0px 5px;
	text-align: center;
	border-radius: 2px;
}

.page ul li a:hover {
	background: #2659FF;
	color: #fff;
	border: 1px solid #2659FF;
}



/* 旧产品 */


.pro_tuijian {}

.pro_tuijian table {
	width: 100%;
}

.pro_tuijian table tr {
	border-bottom: 1.5px dashed #e5e5e5;
}

.pro_tuijian table th {
	text-align: center;
	background: #f5f7f9;
	height: 3.75rem;
}

.pro_tuijian table td {
	text-align: center;
	font-size: .875rem;
	color: #808080;
	line-height: 1.5rem;
	max-width: 210px;
	padding: 1.625rem 0;
	position: relative;
}

.pro_tuijian table td:before{
    content: "";
    width: 1px;
    height: 42px;
    background: #e5e5e5;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -21px;
}

.pro_tuijian table td:first-child:before{
    display: none;
}

.pro_tuijian table .img {
	width: 8rem;
	margin: 0 auto;
}

.pro_tuijian table th {
	width: 16.66%;
}

.pro_tuijian table tr+tr {
	border-bottom: 1.5px dashed #e5e5e5;
}


.pro_tuijian table td a {
	font-size: 14px;
}

.pro_tuijian table td a:hover {
	color: #e60012;
}




/* 新闻列表 */

.box-backgroud {
	background-color: rgba(242, 242, 242, 1);
}

/* .ej-box {
	padding-bottom: 20px;
} */

.ej-news {
	overflow: hidden;
}


.ej-news-list ul li {
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 34px;
	padding-top: 34px;
}

.ej-news-list ul li a {
	display: flex;
	overflow: hidden;
	align-items: center;
}


.ej-news-date {
	width: 154px;
	flex-shrink: 0;
	text-align: center;
}

.ej-news-date h1 {
	font-size: 42px;
	font-weight: bolder;
}

.ej-news-date h2 {
	font-size: 14px;
	margin-top: 8px;
}

.ej-news-img {
	width: 210px;
	flex-shrink: 0;
	margin-right: 42px;
}

.ej-news-img i.imgbox_a {
	padding-bottom: 62%;
}

.ej-news-txt {
	flex-grow: 1;
	overflow: hidden;
}

.ej-news-txt a:hover h1 {
	color: #2659FF;
}

.ej-news-txt h1 {
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ej-news-txt span {
	display: block;
	font-size: 14px;
	margin-top: 8px;
	color: #999999;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ej-news-txt h2 {
	font-size: 14px;
	color: #333;
	line-height: 1.7;
	height: 3.4em;
	overflow: hidden;
	margin-top: 5px;
	color: #999;
}

.ej-news-txt h3 {
	font-size: 14px;
	color: #999999;
	margin-top: 12px;
}

.ej-news-list ul li a:hover .ej-news-txt h1,
.ej-news-list ul li a:hover .ej-news-date h1,
.ej-news-list ul li a:hover .ej-news-date h2 {
	color: #416d9a;
}




/************[单篇]****************/

.danpian {
	padding-top: 32px;
	padding-bottom: 32px;
}



.danpian-h1 {
	font-size: 24px;
	line-height: 1.6;
	color: #333;
	text-align: center;
	font-weight: bolder;
}



.danpian-h2 {
	font-size: 14px;
	line-height: 1.6;
	color: #999;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 10px 0 15px;
}



.danpian-con {
	font-size: 14px;
	color: #666;
	line-height: 2;
	padding: 20px 0px 0px;
	min-height: 600px;
}



.danpian-con * {
	font-size: 16px !important;
	color: #666 !important;
	line-height: 1.7 !important;
	font-family: "微软亚黑" !important;
}



.danpian-con img {
	margin: 15px auto !important;
	display: flex;
}



.danpian-con p {
	font-size: 16px;
	text-indent: 2em;
	font-family: "微软亚黑";
}



.dan-page {
	padding-top: 10px;
	border-top: 1px solid #eee;
}



.dan-a {
	margin-top: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}



.dan-a a {
	font-size: 16px;
	color: #666;
}


.dan-a a:hover {
	color: #2659FF;
}



.case-prolist {
	width: 100%;
}



/************[悬窗]****************/



.online_q {
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	transform: translateY(30px);
	position: fixed;
	right: 0px;
	bottom: 10%;
	z-index: 999;
	transition: .5s;
	-webkit-transition: .5s;
	border-radius: 0px;
	mix-blend-mode: revert;
	background: #2b58c5;
}

.online_q.on {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.online_q .close {
	position: absolute;
	right: -16px;
	font-size: 16px;
	color: #969797;
	opacity: 1;
	font-weight: normal;
	cursor: pointer;
}

.online_q .btn2 {
	width: 52px;
	height: 68px;
	cursor: pointer;
	position: relative;
}

.online_q .btn2+.btn2:before {
	content: "";
	display: block;
	width: 70%;
	left: 15%;
	position: absolute;
	top: 0;
	height: 1px;
	background: #ebecee;
	transition: .3s;
	opacity: 0.4;
}

.online_q .btn-top {
	padding: 0;
	transition: .5s;
	overflow: hidden;
}


.online_q .btn2 span {
	display: flex;
	float: left;
	color: #fff;
	flex-direction: column;
	font-size: 12px;
	text-align: center;
	width: 100%;
	height: 68px;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 999;
	overflow: hidden;
	transition: .3s;
	-webkit-transition: .3s;
	overflow: hidden;
	flex-shrink: 0;
}

.online_q .btn2 span svg {
	width: 22.5px;
	height: 22.5px;
}

.online_q .btn2 span img {
	width: 28.125px;
}

.online_q .btn2 span svg path {
	fill: #fff;
}

.online_q .btn2:hover span svg path {
	fill: #fff;
}

.online_q .btn2:nth-child(1) span {
	border-radius: 37.5px 37.5px 0 0;
}

.online_q .btn2:last-child span {
	border-radius: 0 0 37.5px 37.5px;
}

.online_q .open.pic {
	position: absolute;
	background: #fff;
	border: 1px solid #e5e5e5;
	width: 150px;
	min-height: 160px;
	right: 52px;
	top: 0;
	padding: 10px;
	text-align: right;
	opacity: 0;
	transition: .6s;
	-webkit-transition: .6s;
	visibility: hidden;
}

.online_q .open.pic p {
	font-size: .9rem;
	color: #4c4c4c;
	text-align: center;
	margin-top: .7rem;
}

.online_q .open.pic img {
	width: 100px;
	height: 100px;
	display: block;
	margin: 4px auto 0;
}

.online_q .btn2:hover .open.pic {
	opacity: 1;
	right: 52px;
	visibility: visible;
}

.online_q .open.phone {
	position: absolute;
	background: #fff;
	font-family: DINPRO-REGULAR;
	border: 1px solid #e5e5e5;
	right: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #529de1;
	top: 0;
	transition: .6s;
	-webkit-transition: .6s;
	opacity: 0;
	visibility: hidden;
	background: #fff url(../images/piaofu_tel_bg.jpg) right center no-repeat;
}

.online_q .btn-qq .open.phone {
	background: #fff url(../images/piaofu_qq_bg.jpg) right center no-repeat;
}

.online_q .open.phone dl {
	height: 160px;
	width: 263px;
	padding: 16.5px 30px 18.75px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.online_q .open.phone dl:nth-child(2) {
	width: 302px;
	border-left: 1px solid #e5e5e5;
}

.online_q .open.phone dt {
	font-size: 18.75px;
	color: #4c4c4c;
	display: flex;
	align-items: center;
	margin: bottom 11.25px;
}

.online_q .open.phone dt svg {
	width: 24px;
	margin-right: 7.5px;
}

.online_q .open.phone dd {
	font-size: 13px;
	color: #808080;
}

.online_q .open.phone dd h6 {
	font-size: 24px;
	color: #ed0000;
	margin-bottom: 16px;
	font-style: italic;
}


.online_q .btn2:hover .open.phone {
	transition: .5s;
	-webkit-transition: .5s;
	opacity: 1;
	visibility: visible;
	right: 52px;
}


/* 关于我们 */



.n_about {
	width: 100%;
	overflow: hidden;
	background: url(../images/n_zizhi_bg.jpg) center bottom no-repeat;
	background-size: 100%;
	padding-bottom: 80px;
}

.n_about .m {
	display: grid;
	/*grid-template-columns: 1fr 406px;*/
	gap: 40px;
}

.n_about .tt {
	color: #4c4c4c;
	width: 165px;
	margin: 0px auto 20px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	position: relative;
	padding-top: 40px;
	padding-bottom: 10px;
}
.n_about .tt:before{
    position: absolute;
    width: 106px;
    height: 9px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../images/bb.png);
    content: "";
    top: 70%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 100%;
}

.n_about .tt:after{
    position: absolute;
    width: 106px;
    height: 9px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../images/bb2.png);
    content: "";
    top: 70%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100%;
}

.n_about .txt {
	display: grid;
}

.n_about .txt .con {
	font-size: 16px;
	line-height: 1.85;
	color: #6b6b6b;
}


.n_shuzi {
	display: flex;
	justify-content: space-between;
	width: 680px;
	margin: 52px auto 0px;
}

.n_shuzi li {
	display: flex;
	align-items: center;
}

.n_shuzi li .ico {
    margin-right: 8px;
}

.n_shuzi li .ico img {
	width: 42px;
	max-width: 100%;
}

.n_shuzi li .shuzi {
	color: #e60012;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.n_shuzi li .shuzi span {
	font-size: 28px;
	font-weight: bold;
}

.n_shuzi li .shuzi i {
	font-size: 14px;
	margin-left: 3px;
}

.n_shuzi li p {
	grid-column: 2/3;
	font-size: 14px;
	color: #6b6b6b;
}

/*.n_line {*/
/*	display: block;*/
/*	width: 100%;*/
/*	height: 1px;*/
/*	background: #ebebeb;*/
/*}*/

.n_wenhua {
	width: 100%;
	overflow: hidden;
}

.n_wenhua ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2.5rem;
}

.n_wenhua ul li {
	overflow: hidden;
}

.n_wenhua ul li .box {
	display: block;
	position: relative;
}

.n_wenhua ul li .img {}

.n_wenhua ul li .img img {
	display: block;
	transform: none !important;
}

.n_wenhua ul li .img:after {
	padding-top: 133.88%;
}

.n_wenhua ul li .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	display: flex;
	align-items: flex-end;
	padding: 2rem;
	transition: .6s ease-in-out;
}

.n_wenhua ul li .txt {
	height: 32px;
	overflow: hidden;
	transition: .6s ease-in-out;
}

.n_wenhua ul li .txt h3 {
	font-size: 22px;
	line-height: 1.7;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0px;
}

.n_wenhua ul li .txt p {
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: .6s ease-in-out;
}

.n_wenhua ul li:hover .mask {
	background: rgba(0, 0, 0, 0.4);
}

.n_wenhua ul li:hover .txt {
	height: 110px;
}

.n_wenhua ul li:hover .txt p {
	opacity: 1;
	visibility: visible;
}

.arrstyle {}

.arrstyle .bd {
	position: relative;
}

.arrstyle .bd .arr {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 3.5rem;
	height: 3.5rem;
	border: 1px solid #dde1e7;
	background: rgba(255, 255, 255, .4);
	transition: .5s;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.arrstyle .bd .arr svg {
	width: 1rem;
	height: 1rem;
}

.arrstyle .bd .arr_left {
	left: -5rem;
}

.arrstyle .bd .arr_right {
	right: -5rem;
}

.arrstyle .bd .arr:hover {
	border: 1px solid #e60012;
	background: #e60012;
}

.arrstyle .bd .arr:hover path {
	fill: #fff;
}

@media (max-width: 1440px) {
	.arrstyle .bd .arr {
		width: 3rem;
		height: 3rem;
	}

	.arrstyle .bd .arr_left {
		left: -4rem;
	}

	.arrstyle .bd .arr_right {
		right: -4rem;
	}
}

@media (max-width: 768px) {

	/*.arrstyle .bd { padding-bottom: 4.5rem;}*/
	.arrstyle .bd .arr {
		transform: none;
		width: 3rem;
		height: 3rem;
	}

	.arrstyle .bd .arr svg {
		width: 1rem;
		height: 1rem;
	}

	.arrstyle .bd .arr_left {
		left: 50%;
		margin-left: -3.5rem;
		bottom: 0;
		top: auto !important;
	}

	.arrstyle .bd .arr_right {
		right: 50%;
		margin-right: -3.5rem;
		bottom: 0;
		top: auto !important;
	}

	.s_team .bd .arr path {
		fill: #fff;
	}
}

.n_tt {
	text-align: center;
	margin-bottom: 42px;
    position: relative;
    width: 165px;
    margin: 0px auto 20px;
}

.n_tt h3 {
	font-size: 28px;
	color: #4c4c4c;
	font-weight: bold;
	padding-top: 40px;
	padding-bottom: 10px;
}


.n_tt:before {
    position: absolute;
    width: 106px;
    height: 9px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../images/bb.png);
    content: "";
    top: 70%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 100%;
}

.n_tt:after {
    position: absolute;
    width: 106px;
    height: 9px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../images/bb2.png);
    content: "";
    top: 70%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100%;
}




.n_zizhi {
	background: url(../images/n_zizhi_bg.jpg) center bottom no-repeat;
	background-size: 100%;
}

.detail table tr {
	height: 52px;
	font-size: 16px;
}

.n_ys {
	width: 100%;
	position: relative;
	z-index: 1;
}

.n_ys:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 28.625rem;
	background: url(../images/n_ys_bg.jpg) center no-repeat;
	background-size: cover;
}

.n_ys .tt {
	margin-bottom: 2.5rem;
}

.n_ys .tt h3 {
	font-size: 1.625rem;
	line-height: 2.25rem;
	color: #fff;
}

.n_ys ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3rem;
}

.n_ys ul li {
	overflow: hidden;
}

.n_ys ul li .box {}

.n_ys ul li .img {}

.n_ys ul li .img img {}

.n_ys ul li .img:after {
	padding-top: 18.125rem;
}

.n_ys ul li .txt {
	height: 4.3125rem;
	background: #f5f7f9;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 1rem;
	position: relative;
	z-index: 1;
}

.n_ys ul li .txt h4 {
	font-size: 1.125rem;
	color: #666666;
	line-height: 1.5;
	transition: .5s;
}

.n_ys ul li .txt:before {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: 0;
	background: #e60012;
}

.n_ys ul li:hover .txt:before {
	height: 100%;
	bottom: auto;
	top: 0;
}

.n_ys ul li:hover .txt h4 {
	color: #fff;
}


.n_zizhi {
	background: url(../images/n_zizhi_bg.jpg) center bottom no-repeat;
	background-size: 100%;
}

.n_zizhi .bd {
	position: relative;
}

.n_zizhi .bd .arr {
	position: absolute;
	top: 42%;
	z-index: 99;
	margin-left: 0;
	margin-right: 0;
	transform: translateY(-50%);
	width: 64px;
	height: 64px;
	transition: .5s;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.n_zizhi .bd .arr_left {
	left: 0rem;
	background: url(../images/zizhi_left.png) center no-repeat !important;
	background-size: contain;
	filter: grayscale(100%);
}

.n_zizhi .bd .arr_right {
	right: 0rem;
	background: url(../images/zizhi_right.png) center no-repeat !important;
	background-size: contain;
	filter: grayscale(100%);
}

.n_zizhi .bd .arr:hover {
	filter: grayscale(0%);
}





#certify {
	position: relative;
	width: 100%;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 3.25rem;
}

#certify .swiper-slide {
	width: 267px;
	max-width: 30%;
}

#certify .img {
	box-shadow: 0 8px 30px #ddd;
	position: relative;
}

#certify .img:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	background: url(../images/zizhi_border.png) center no-repeat;
	background-size: 100% 100%;
}

#certify .img:after {
	padding-top: 136.7%;
}

#certify .swiper-slide img {
	display: block;
	transition: .5s;
}

#certify .swiper-slide h5 {
	padding-top: 2rem;
	text-align: center;
	color: #333333;
	font-size: 1.125rem;
	margin: 0;
	opacity: 0;
	transition: .5s;
	position: absolute;
	bottom: -3rem;
	width: 100%;
}

#certify .swiper-slide-active h5 {
	opacity: 1;
}

.n_zizhi .bd {
	position: relative;
}





.btn_goback {
	width: 92px;
	height: 32px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #2b58c5;
	color: #fff;
	border-radius: 1.625rem;
}

.btn_goback:hover {
	background: #2a68ff;
}



/* 产品详情 */

.n_pro_info {
	width: 100%;
	overflow: hidden;
	padding: 3rem 0;
}

.n_pro_info .m {
	display: grid;
	grid-template-columns: 31.125rem 1fr;
	gap: 4.75rem;
}

.n_pro_info .left {
	display: grid;
	grid-template-columns: 30.9375rem 6.125rem;
	gap: 1rem;
	align-items: center;
}

.n_pro_info .bd {
	border: 1px solid #ededed;
}

.n_pro_info .hd .img {
	height: 4rem;
	border: 1px solid #ededed;
	cursor: pointer;
}

.n_pro_info .swiper {
	max-height: 100%;
	height: calc(16rem + 69px);
}

.n_pro_info .pic{
     width: 100%;
    height: 100%;
}
.n_pro_info .pic a{
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    display: block;
}
.n_pro_info .pic i.imgbox_a{
    padding-bottom: 70.32%;
}

.n_pro_info .hd .swiper-slide-thumb-active .img {
	border: 1px solid #e60012;
}

.n_pro_info .right {
	align-items: flex-start;
	justify-content: space-between;
	display: grid;
	height: 79%;
}

.n_pro_info .tt {
	margin-bottom: 1.625rem;
	margin-bottom: 0;
}

.n_pro_info .tt h3 {
	font-size: 1.5rem;
	color: #4c4c4c;
}

.n_pro_info .tt i {
	display: block;
	width: 44px;
	height: 2px;
	background: #2b58c5;
	margin-top: 10px;
}

.n_pro_info .txt {
	font-size: 14px;
	color: #808080;
	line-height: 1.7;
	margin-top: 15px;
	margin-bottom: 15px;
}

.n_pro_info .txt ul li {
	list-style: disc;
	margin-left: 1.25em;
	font-size: 14px;
}

.n_pro_info .btnbox {
	align-self: flex-end;
	display: flex;
	gap: 12px;
}

.n_pro_info .btn01 {
	display: block;
	width: 105px;
	height: 32px;
	transition: .5s;
	line-height: 32px;
	text-align: center;
	background: #2550b7;
	font-size: 14px;
	color: #fff;
}

.n_pro_info .btn01:hover {
	background: #2b58c5;
}

.n_pro_info .btn01:first-child {
	background: #2b58c5;
}

.n_pro_info .btn01:first-child:hover {
	background: #3153a6;
}


.n_licheng {
	padding-bottom: 40px;
}

.n_licheng .relative {
	position: relative;
}

.n_licheng .swiper {
	overflow: hidden;
}

.n_licheng .box {
	position: relative;
	/*padding: 0 2.375rem 7.5rem 6.4375rem;*/
	padding: 10px 20px;
	background: #f1f1f1;
	height: 165px;
	display: flex;
	align-items: center;
}

/*.n_licheng .box:before {*/
/*	content: "";*/
/*	display: block;*/
/*	width: 1px;*/
/*	height: calc(100% - 90px);*/
/*	background: #e5e5e5;*/
/*	position: absolute;*/
/*	left: 27px;*/
/*	top: 0;*/
/*}*/

.n_licheng .box .time {
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.n_licheng .box .time i {
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #e60012;
}

.n_licheng .box .time span {
	font-size: 24px;
	color: #4c4c4c;
	margin-top: 10px;
}

.n_licheng .box .txt {
	display: flex;
	justify-content: center;
	height: 120px;
	align-items: center;
}

.n_licheng .box .year {
    margin-left: 20px;
	margin-right: 20px;
	white-space: nowrap;
	flex-shrink: 0;
}

.n_licheng .box .year span {
	font-size: 3.875rem;
	color: #e60012;
	font-family: arial;
	font-weight: bold;
}

.n_licheng .box .year i {
	font-family: "思源黑体";
	color: #4c4c4c;
	font-weight: 500;
	transform: translateY(-.125rem);
	display: inline-block;
	font-size: 2.25rem;
}

.n_licheng .box .con {
	font-size: 1rem;
	flex-grow: 1;
	color: #828282;
	line-height: 1.5rem;
}

.n_licheng .box .con p {
	position: relative;
	padding-left: 15px;
	font-size: 16px;
	line-height: 1.7;
}

.n_licheng .box .con p:before {
	content: "●";
	display: inline-block;
	position: absolute;
	left: 0;
	line-height: 1.7;
	top: 0;
}

.n_licheng .box .imgbox {
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	margin: 0 auto;
}

.n_licheng .box .imgbox .img {
	width: 150px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
}

.n_licheng .box .imgbox .img:after {
	padding-top: 100%;
}

.n_licheng .swiper-slide .box .txt {
	opacity: 0;
	transition: .5s;
}

.n_licheng .swiper-slide .box .imgbox {
	opacity: 0;
	transition: .5s;
}

.n_licheng .swiper-slide.swiper-slide-next .box .txt {
	opacity: 1;
}

.n_licheng .swiper-slide.swiper-slide-next .box .imgbox {
	opacity: 1;
}

.n_licheng .swiper-slide.swiper-slide-active .box .txt {
	opacity: 1;
}

.n_licheng .swiper-slide.swiper-slide-active .box .imgbox {
	opacity: 1;
}

.n_licheng .swiper-slide:last-child .box .txt {
	opacity: 1;
}

.n_licheng .swiper-slide:last-child .box .imgbox {
	opacity: 1;
}

/*    .n_licheng .arr{ font-family: "swiper-icons"; cursor: pointer; position: absolute; z-index: 9; border-radius: 50%; color: #fff; border: 1px solid #c8c9ca; top: 45%; transform: translateY(-50%); width: 4rem; height: 4rem; display: flex; align-items: center; justify-content: center; }*/
.n_licheng .n_zizhi .bd .arr_left {
	left: -80px;
}

.n_licheng .n_zizhi .bd .arr_right {
	right: -80px;
}

.n_licheng>.bd {
	position: relative;
}

/*.n_licheng .line {*/
/*	position: absolute;*/
/*	left: 0;*/
/*	bottom: 29px;*/
/*	width: 100%;*/
/*	height: 23px;*/
/*	background: url(../images/licheng_line1.jpg) center repeat-x;*/
/*}*/

.n_licheng .n_zizhi .bd {
	position: static !important;
}

.swiper-button-disabled {
	opacity: .2 !important;
}

.n_zizhi .bd .arr {
	background-size: contain !important;
}

@media (max-width: 1440px) {
	.n_licheng .box {
		padding-left: 5rem;
	}
}

@media (max-width: 768px) {
	.n_licheng .box:before {
		left: 20px;
	}

	.n_licheng .box .year span {
		font-size: 2rem;
	}

	.n_licheng .box .year i {
		font-size: 1.25rem;
	}

	.n_licheng .box .imgbox .img {
		width: 7rem;
	}

	.n_licheng .box .time span {
		font-size: 16px;
	}

	.n_licheng .line {
		background-size: auto 12px;
		bottom: 23px;
	}

	.n_licheng .arr {
		width: 2rem;
		height: 2rem;
	}

	.n_licheng .box {
		padding-left: 3.5rem;
	}

	.n_licheng .box .year {
		margin-right: .75rem;
	}

	.n_licheng .box .txt {
		margin-bottom: 2rem;
	}

	.n_licheng .box:before {
		height: calc(100% - 70px);
	}

	.n_licheng .arr_left {
		left: .5rem;
	}

	.n_licheng .arr_right {
		right: .5rem;
	}

	.n_licheng .box .imgbox {
		height: 91px;
	}

	.n_licheng .box .txt {
		flex-direction: column;
	}

	.n_licheng .box .con {
		max-width: inherit;
		line-height: 1.7;
	}

	.n_licheng .swiper {
		margin: 0;
	}
}



.pro_xq {}

.pro_xq .hd {
	background: #efefef;
}

.pro_xq .hd ul {
	display: flex;
}

.pro_xq .hd ul li {
	padding: 0 2.75rem;
	line-height: 4rem;
	position: relative;
	cursor: pointer;
	font-size: 14px;
}

.pro_xq .hd ul li:before {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: #2550b7;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: .5s ease-in-out;
	transform: scaleX(0);
}

.pro_xq .hd ul li.on {}

.pro_xq .hd ul li.on:before {
	transform: scaleX(1);
}

.pro_xq .hd ul li:hover:before {
	transform: scaleX(1);
}

.pro_xq .bd {}

.pro_xq .bd .item {
	padding: 1.625rem 1.25rem 0;
}

.pro_recommend {}

.n_tt2 {
	display: flex;
	margin-bottom: 2.25rem;
}

.n_tt2 h3 {
	font-size: 1.375rem;
	color: #4c4c4c;
}

.n_tt2 i {
	display: block;
	width: 4px;
	height: 22px;
	background: #e60012;
	margin-right: 1.125rem;
}

.pro_recommend .bd {}

.pro_recommend .bd .box {
	display: block;
	border: 1px solid #ededed;
	margin: 1px;
}

.pro_recommend .bd .box .img {}

.pro_recommend .bd .box .img img {
	object-fit: contain;
	width: 85%;
	padding: 0;
}

.pro_recommend .bd .txt {
	padding: 0 1.375rem 1.5rem;
	overflow: hidden;
	font-size: .875rem;
	line-height: 1.5rem;
	color: #808080;
	min-height: 6rem;
}

.pro_recommend .bd .txt ul li {
	list-style: disc;
	margin-left: 1rem;
}

.pro_recommend .bd .txt>div {
	height: 4.5rem !important;
	overflow: hidden;
}

.pro_recommend .bd h5 {
	font-size: 1.125rem;
	color: #4c4c4c;
	margin-bottom: .875rem;
}

.pro_recommend .bd h5:hover {
	color: #E60012;
}

.pro_recommend .bd p {
	font-size: .875rem;
	line-height: 1.375rem;
	height: 4.125rem;
	color: #808080;
	margin-bottom: 1.5rem;
}

.pro_recommend .bd .btn02 {
	display: block;
	float: right;
	width: 108px;
	height: 26px;
	line-height: 26px;
	font-size: .875rem;
	text-align: center;
	color: #fff;
	background: #e60012;
}


.zzjg-box {
	text-align: center;
	width: 1100px;
	margin: 0px auto;
}

.ggry-title{
    padding-bottom: 30px;
}

.ggry-title ul{
    display: flex;
    align-items: center;
    justify-content: center;
}

.ggry-title ul li{
    padding: 0px 28px;
    font-size: 16px;
}

.ggry-title ul li:hover{
    color: #2550b7;
    cursor: pointer;
    font-weight: bold;
}
.ggry-title ul li.cur{
    color: #2550b7;
    font-weight: bold;
}


.ggry-box-list{
    display: none;
}

.ggry-box-list.cur{
    display: block;
}

.ggry-box {
	position: relative;
}

.ggry-list i.imgbox_a {
	padding-bottom: 139.86%;
}

.ggry-list span {
	width: 100%;
	height: 50px;
	line-height: 50px;
	display: block;
	font-size: 15px;
	transition: .5s;
	color: #3D3D3D;
	text-align: center;
	background: #f2f2f2;
	margin-top: 10px;
}

.ggry-box .owl-nav {
	position: absolute;
	top: 50%;
	height: 52px;
	left: -70px;
	margin-top: -32px;
	width: calc(100% + 140px);
	display: flex;
	justify-content: space-between;
}

.ggry-box .owl-nav .owl-prev {
	width: 52px;
	height: 52px;
	background: url(../images/zizhi_left.png) no-repeat;
	background-size: cover;
	text-indent: -99999px;
}

.ggry-box .owl-nav .owl-next {
	width: 52px;
	height: 52px;
	background: url(../images/zizhi_right.png) no-repeat;
	background-size: cover;
	text-indent: -99999px;
}








/* 详情新增 */

.product-detail{
    background: #f9f9f9;
}

.xilie_infolist {}

.xilie_infolist ul {}

.xilie_infolist ul li {
	margin-top: 2rem;
	list-style-type: none;
}

.xilie_infolist ul li .box2 {
	display: flex;
	align-items: center;
	gap: 4rem
}

.xilie_infolist ul li .img {
	width: 45%;
	max-width: 505px;
	flex-shrink: 0;
}

.xilie_infolist ul li .img:after {
	padding-top: 50%;
}

.xilie_infolist ul li .img .pic {
	padding: 0;
}

.xilie_infolist ul li .txt {}

.xilie_infolist ul li .txt h4 {
	font-size: 1.6875rem;
	font-weight: bold;
	color: #363636;
	margin-bottom: 2rem;
}

.xilie_infolist ul li .txt p {
	font-size: 14px;
	color: #303131;
	line-height: 1.75;
}

.xilie_infolist ul li:nth-child(even) .box2 {
	flex-direction: row-reverse;
}

@media (min-width: 1200px) {
	.xilie_infolist {
		padding: 2rem 5rem 0;
	}
}

@media (max-width: 480px) {
	.xilie_infolist ul li .box2 {
		flex-direction: column !important;
		border: 1px solid #eee;
		padding: 10px;
	}

	.xilie_infolist ul li .img {
		width: 100%;
		margin-bottom: 1.5rem;
	}

	.xilie_infolist ul li .img .pic {
		padding: 0 1rem;
	}

	.xilie_infolist ul li .txt h4 {
		font-size: 1.25rem;
		margin-bottom: 1rem;
	}

	#pad_bot_copy {
		top: 58px !important;
	}
}



.pro_xq .hd ul li.cur:before {
    transform: scaleX(1);
}
.product-xq-inf .box.cur{
	display: block;
}
.product-xq-inf .box{
	display: none;
}

.product-xq-inf table{
    width: 100%;
    min-height: 200px;
    margin-bottom: 40px;
}
.product-xq-inf table  tr td{
    border: 1px solid #000;
}

.product-xq-inf table  tr td p span{
    font-size: 15px !important;
}


.sbgn{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 50px;
    overflow: hidden;
}
.sbgn ul{
    margin-right: -30px;
}
.sbgn ul li{
    width: 16.666%;
    float: left;
    padding-right: 30px;
    margin-bottom: 20px;
}
.sbgn ul li a{
    width: 100%;
    height: 38px;
    line-height:38px;
    text-align: center;
    background: #f3f3f7;
    border-radius: 50px;
    display: inline-block;
    color: #000;
}
.sbgn ul li a:hover{
     background: #2550b7;
    color: #fff;
}

.detail_product{
    position: relative;
}

.detail_product_list i.imgbox_a{
    padding-bottom: 65%;
    background: #ccc;
}
.detail_product_list span{
    height: 46px;
    line-height: 46px;
    width: 100%;
    background: #efefef;
    display: inline-block;
    text-align: center;
}



.detail_product .owl-nav {
    position: absolute;
    top: 50%;
    height: 52px;
    left: -70px;
    margin-top: -32px;
    width: calc(100% + 140px);
    display: flex;
    justify-content: space-between;
}

.detail_product .owl-nav .owl-prev {
    width: 52px;
    height: 52px;
    background: url(../images/zizhi_left.png) no-repeat;
    background-size: cover;
    text-indent: -99999px;
}


.detail_product .owl-nav .owl-next {
	width: 52px;
	height: 52px;
	background: url(../images/zizhi_right.png) no-repeat;
	background-size: cover;
	text-indent: -99999px;
}






/********[手机导航开始]**********/

#header-2 {
	display: none;
	height: 68px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #fff;
	/*background-color: #0089d0;*/

}

.nav-2 {
	display: none;
	background-color: #fff;
	position: relative;
	z-index: 900;

}

.nav-2>ul>li {
	border-top: 1px dotted #ccc;
	position: relative;
}


.jiaspan {
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia.png);
	background-repeat: no-repeat;
	background-position: center;
	top: 8px;
	right: 14px;
}

.jiaspan.cur {
	background-image: url(../images/jian.png);
}

.nav-2>ul>li:first-child {

	/*border-top: 0;*/

}

.nav-2>ul>li>a {
	padding: 12px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color: #333;
	font-family: "anb";
	text-transform: uppercase;
}

.nav-2>ul>li>ul {
	padding-bottom: 10px;
	display: none;
}

.nav-2>ul>li>ul>li>a {
	padding: 6px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color: #666;
}

.nav-2-form {
	padding: 10px;
	position: relative;
}

.nav-2-form input[type="image"] {
	position: absolute;
	right: 19px;
	top: 17px;
	width: 18px;
}

.nav-2-form .form-control {
	padding-right: 50px;
}

.logo-2 {
	font-size: 0;
	width: 284px;
	margin-left: 15px;
	height: 68px;
	display: flex;
	align-items: center;
}

.logo-2 img {
	display: block;
	padding-top: 0px;
}

.menu2 {
	margin-right: 15px;
	height: 68px;
	font-size: 0;
}

.menu2 li {
	cursor: pointer;
	margin-left: 15px;
	float: right;
	margin-top: 24px;
}

.menu2 li+li {
	margin-top: 21px;
}

.menu2 li img {
	/*vertical-align: middle;*/
}

.chenggao {
	display: none;
	height: 75px;
}

#nav-2-heidi {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../images/heidi.png);
	display: none;
}

.nav-2-form {
	padding-bottom: 20px;
}

.nav-2-form .form-control {
	height: 42px;
	line-height: 42px;
}

.nav-2-form input[type="image"] {
	top: 22px;
}

/********[手机导航结束]**********/



/* 解决方案 */

.zlgh-box3-main {
	margin-top: 24px;
	margin-right: -15px;
}

.zlgh-box3-main .owl-dots {
	display: flex;
	justify-content: center;
	align-items: center;
}

.zlgh-box3-main .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	background: #ababab;
	border-radius: 10px;
	margin: 0px 5px;
}

.zlgh-box3-main .owl-dots .owl-dot.active {
	background: #e60012;
}

.zlgh-box3-main2 {
	margin-top: 50px;
	width: 100%;

}

.case-box-main {}

.zlgh-box3-list {
	margin-bottom: 24px;
	width: 20%;
	float: left;
	padding-right: 15px;
}

.zlgh-box3-list i.imgbox_a {
	padding-bottom: 60.1%;
}

.pro-list-item {
	border: 1px solid #ebebeb;
	padding: 12px;
}

.pro-list-item i.imgbox_a {
	padding-bottom: 68.89%;
}

.zlgh-box3-list i {
	position: relative;
	font-style: normal;
}

.zlgh-zz-bj {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
}

.zlgh-box3-bj {
	width: 100%;
	height: 124px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	color: #fff;
	z-index: 22;
}

.zlgh-box3-bj span {
	display: block;
	width: 64px;
	margin: 0px auto 30px;
}

.zlgh-box3-title {
	height: 38px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: bolder;
}

.zlgh-box3-list:hover .zlgh-box3-bj {
	height: 160px;
	transition: height 1s;
}

.zlgh-box3-list:hover .zlgh-zz-bj {
	background: rgba(0, 0, 0, 0.5);
	transition: all;
	1s
}

.zlgh-box3-list .zlgh-box3-inf {
	opacity: 0;
	font-size: 16px;
}

.zlgh-box3-list:hover .zlgh-box3-inf {
	color: #fff;
	line-height: 1.75;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	opacity: 1;
	overflow: hidden;
}


/* 下载中心 */
.download-box {
	padding-top: 20px;
}

.download-box ul {
	margin-right: -15px;
}

.download-box ul li {
	width: 50%;
	padding-right: 15px;
	float: left;
	margin-bottom: 20px;
}

.download-box ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #ccc;
	height: 56px;
}

.pdf-img {
	width: 60px;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
}

.pdf-img img {
	width: 22px;
}

.xz-img {
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	width: 60px;
}

.xz-img img {
	width: 16px;
}

.xz-img img+img {
	display: none;
}

.download-txt {
	flex-grow: 1;
	justify-content: flex-start;
}

.download-date {
	width: 100px;
	flex-shrink: 0;
}

.download-box ul li a:hover .download-txt {
	color: #2659ff;
}

.download-box ul li a:hover .xz-img>img {
	display: none;
}

.download-box ul li a:hover .xz-img img+img {
	display: block;
	transform: scaleX(-1);
	transition: display 1s;
}


/* 免费试用 */



.innerbox {
	background: #fff;
}

.innerbox .m ul{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.n_nav ul li a{
    width: 120px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ececec;
    margin: 0px 10px;
    border-radius: 3px;
}

.n_nav ul li a:hover{
    background: #2b58c5;
    color: #fff;
}

.fk-list ul li.cur a{
     background: #2b58c5;
    color: #fff;
}

.fk-box{
    display: none;
}
.fk-box.cur{
    display: block;
}


.danxuan label {
	cursor: pointer;
	margin-right: 10px;
	font-size: 12px;
	color: #4c4c4c;
	display: flex;
	align-items: center;
	margin-bottom: 0px;
}

.danxuan label i {
	display: inline-block;
	width: 15px;
	height: 15px;
	text-align: center;
	color: #fff;
	border: #ccc 1px solid;
	vertical-align: middle;
	margin: 0 5px 0 0px;
	color: #7d7d7d;
	position: relative;
}

.danxuan label i:before {
	content: "";
	width: 7px;
	height: 7px;
	display: block;
	border-radius: 50%;
	background: none;
	position: absolute;
	top: 3px;
	left: 3px;
}

.danxuan input[type="checkbox"],
input[type="radio"] {
	display: none;
}

.danxuan input[type="radio"]+i {
	border-radius: 50%;
}

.danxuan input[type="checkbox"]:checked+i,
input[type="radio"]:checked+i:before {
	background: #e60012;
}

.danxuan input[type="checkbox"]:checked+i,
input[type="radio"]:checked+i {
	border: #e60012 1px solid;
}

.danxuan input[type="checkbox"]:disabled+i,
input[type="radio"]:disabled+i {
	border-color: #ccc;
}

.danxuan input[type="checkbox"]:checked:disabled+i,
input[type="radio"]:checked:disabled+i {
	background: #ccc;
}

.n_try {
	margin-bottom: 2.875rem;
}

.n_try .tt {
	margin-bottom: 3rem;
}

.n_try .tt h3 {
	font-size: 18px;
	color: #4c4c4c;
	font-weight: bold;
	margin-bottom: 10px;
}



.n_try .tt p {
	font-size: 14px;
	color: #808080;
}

.n_feedback .tt h3 {
	font-size: 18px;
	color: #4c4c4c;
	font-weight: bold;
	margin-bottom: 10px;
}


.n_feedback .tt p {
	font-size: 14px;
	color: #808080;
}








.n_try ul {
	display: flex;
	justify-content: space-between;
	max-width: 900px;
	align-items: center;
}

.n_try ul li {
	position: relative;
}

.n_try ul li .box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.n_try ul li.arr {
	width: 34px;
	height: 26px;
	background: url(../images/lc_arr.png) center no-repeat;
	margin-bottom: 2.125rem;
	background-size: contain;
}

.n_try ul li .ico {}

.n_try ul li .ico img {
	width: 92px;
}

.n_try ul li p {
	white-space: nowrap;
	font-size: 14px;
	color: #808080;
	margin-top: 10px;
}

.n_leixing {}


#gridbox {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 12px;
}

#gridbox select {
	height: 40px !important;
	border: 1px solid #e6e6e6;
	padding: 0 1rem;
	font-size: 14px;
	color: #777;
}

#gridbox select option {
	border-radius: 0;
	line-height: 40px;
	font-size: 14px;
}

.n_leixing .button {
	margin: 0;
}

.n_leixing .hd,
.n_leixing .tip,
.n_leixing .group:nth-child(7),
.n_leixing .group:nth-child(8),
.n_leixing .group:nth-child(9) {
	grid-column: 1/3;
}

.n_leixing .flexbox {
	align-items: center;
	display: flex;
}

.n_leixing .hd {
	align-items: center;
}

.n_leixing .hd label {
	border: 1px solid #e6e6e6;
	padding: 6px 20px;
}

.n_tt3 {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
	padding-top: 20px;
}

.n_tt3 h3 {
	font-size: 16px;
	line-height: 1;
	color: #4c4c4c;
	font-weight: bold;
	white-space: nowrap;
}

.n_tt3 i {
	display: block;
	width: 4px;
	height: 1.25rem;
	background: #e60012;
	margin-right: 10px;
	margin-top: 2px;
	align-self: flex-start;
}

.n_tt3 p {
	font-size: .8125rem;
	color: #808080;
	line-height: 1.5;
	margin-top: 6px;
}

.select01{
    height: 40px;
    border: 1px solid #e6e6e6;
    padding: 0 10px;
    font-size: 14px;
    color: #777;
}

.tip {
	font-size: 16px;
	color: #2b58c5;
	line-height: 1.5;
}

.n_caption .con {
	font-size: 14px;
	color: #4c4c4c;
	margin-top: 10px;
}

.n_caption .con p{
	line-height:1.75;
	font-family: "微软雅黑";
	
}

.flexbox {
	display: flex;
}

.myform .group {
	display: grid;
	grid-template-columns: 128px 1fr;
	column-gap: 12px;
	align-items: center;
	padding-bottom: 6px;
}

.n_leixing .myform .tip{
    padding-bottom: 20px;
}

.myform .group .span {
	justify-self: flex-end;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	display: flex;
	height: 40px;
	align-items: center;
	text-align: right;
}

.myform .group .span i {
	font-weight: bold;
	color: #e60012;
	display: inline-block;
	margin-right: 8px;
	margin-top: 4px;
}
.myform .danxuan .span i {
	margin-top: -6px;
}

.myform .group .input {
	height: 40px !important;
	border: 1px solid #e6e6e6;
	padding: 0 10px;
	font-size: 14px;
	color: #777;
}

.myform .group .grid_col3{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.myform .group .grid_col3 .input {
    flex: 1;
}

.myform .group .textarea {
	border: 1px solid #e6e6e6;
	padding: .75rem 1rem;
	line-height: 1.5;
	font-size: 14px;
	color: #777;
}

.myform .button {
	display: block;
	border: 0;
	outline: 0;
}

.btn_upload {
	display: block;
	width: 6.25rem;
	height: 2.5rem;
	border-radius: 1.25rem;
	font-size: 14px;
	background: #626262;
	color: #fff;
	border: 0;
	outline: 0;
}








/*************[招聘]**************/

.ej-job-box {
	padding-bottom: 32px;
}
.ej-job-tit {
	background: #f7f6f6;
	padding-bottom: 62px;
	padding-top: 62px;
	overflow: hidden;
}
.ej-job-tit-img{
	width: 592px;
	margin-left: 28px;
}

.ej-job-tit-img i.imgbox_a{
	padding-bottom: 72.3%;
} 

.ej-job-tit-xx h1{
	font-size: 28px;
	font-weight: bolder;
	color: #2b58c5;
	margin-bottom: 24px;
}

.ej-job-tit-xx p{
	color: #323232;
	font-size: 16px;
	line-height: 30px;
	padding-top: 5px;
}
.ej-job-tit-xx h3{
	color: #323232;
	font-size: 16px;
	line-height: 28px;
	margin-top: 32px;
}
.ej-job-tit-xx h3 p{
	margin: 0px;
	letter-spacing: 2px;
}
.ej-job-tit-xx h3 i{
	font-size: 14px;
	color: #666;
	letter-spacing: 3px;
}
.ej-job-tit-xx span{
	height: 55px;
	line-height: 55px;
	width: 328px;
	display: block;
	text-align: center;
	border-bottom-left-radius: 10px;
	border-top-right-radius:10px;
	background: #2b58c5;
	color: #fff;
	font-size: 16px;
	margin-top: 16px;
}
.ej-job-list{
	margin-top: 40px;
}
.ej-job-list-tit {
	overflow: hidden;
	text-align: center;
	font-size: 24px;
	padding-bottom: 34px;
}

.job-list-content ul li {
	height: auto;
	overflow: hidden;
	background: #f3f3f7;
	margin-bottom: 8px;
	color:#333;
}

.job-list-content ul li .job-list-name {
	padding-top: 18px;
	padding-bottom: 18px;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items:flex-start;
	flex-direction: column;
	padding: 15px;
}

.job-list-content ul li .job-list-name span {
	float: left;
	text-align: left;
	font-size: 15px;
}
.job-list-content ul li.intro{
	background: #2b58c5;
	color: #fff;
}

.job-list-content ul li .job-list-name span:nth-child(1) {
	width: 25%;
	flex-shrink: 0;
	height: 20px;
	display: block;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 15px;
}

.job-list-content ul li.intro .job-list-name span:nth-child(1){}

.job-list-content ul li .job-list-name span:nth-child(2) {
	width: 25%;
	height: inherit;
	display: block;
}

.job-list-content ul li .job-list-name span:nth-child(3) {
	width: 25%;
	flex-shrink: 0;
	height: inherit;
	display: block;
	text-align: left;
}
.job-list-content ul li .job-list-name span:nth-child(4) {
	width: 25%;
	height: 30px;
	flex-shrink: 0;
	height: inherit;
	display: block;
	text-align: right;
}

.job-list-content ul li .job-list-name .jt{
	width: 18px;
	height: 20px;
	background-image: url(../images/down-jt.png);
	background-repeat: no-repeat;
    float: right;
}



.job-list-content ul li.intro .job-list-name .jt{
    width: 18px;
	height: 20px;
	background-image: url(../images/down-jt2.png);
	background-repeat: no-repeat;
	text-align: right;
}

.job-title-name{
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 12px;
   font-weight: bolder;
}


.job-list-content ul li .job-list-inf-con {
	min-height: 300px;
	background: #fff;
	border: 1px solid #f1f1f1;
	padding: 20px 30px 42px 30px;
	overflow: hidden;
	box-sizing: border-box;
	display: none;
	transition: height 2s;
	-moz-transition: height 2s;
	/* Firefox 4 */
	-webkit-transition: height 2s;
	/* Safari and Chrome */
	-o-transition: height 2s;
	/* Opera */
}

.job-list-content ul li:first-child .job-list-inf-con {
	display: block;
}

.job-list-content ul li .job-list-inf-con h1 {
	font-size: 20px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bolder;
	color: #333;
}
.job-list-content ul li .job-list-inf-con h2{
	font-size: 16px;
	line-height: 28px;
	color: #999;
}

.job-list-content ul li .job-list-inf-con p{
    color: #666;
}

.job-list-content ul li .job-list-inf-con ul li  {
	font-size: 16px;
	line-height: 32px;
	color: #8e8e8e;
	background: none;
}
.job-list-content ul li .job-list-inf-con ul li em { text-indent: none }

.job-button a{
    width: 134px;
    height: 40px;
    border-radius: 4px;
    background: #404c63;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #fff;
}



/*************[联系我们]**************/

.contact2{
	padding-bottom: 50px;
}

.map-wp{
	margin-top: 40px;
}

.map{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.contact2-dl dl{
	margin:0;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-right: -20px;
	overflow: hidden;
}

.contact2-dl dd{
	width: 33.3333%;
	padding-right: 20px;
	float: left;
}
.contact2-dl dd a{
	width: 100%;
	min-height: 192px;
	display: block;
	border: 1px solid #ccc;
	text-align: center;
	padding: 20px;
}
.contact2-dl dd h1{
	margin:0;
	font-size: 16px;
	color: #555;
	margin-top: 20px;
}

.contact2-dl dd h2{
	margin:0;
	font-size: 16px;
	color: #999;
	line-height: 1.6;
	margin-top: 10px;
}


/*************[常见问题]**************/

.cjwt-box ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 56px;
    background: #f4f4f4;
    padding: 0px 20px;
    margin-bottom: 10px;
}
.cjwt-box ul li:hover{
    background: #2b58c5;
    color: #fff;
}




/*************[合作伙伴]**************/


.hzhb-box {
	margin-top: 26px;
	margin-right: -30px;
}
/*.hzhb-box  .home-hzkh-list{*/
/*    width: 16.666%;*/
/*    float: left;*/
/*    padding-right: 30px;*/
/*}*/



/*************[历史记录]**************/

.n_licheng {
  padding-top: 30px;
  padding-bottom: 160px;
  background: url(../images/licheng_bg2.jpg) center bottom no-repeat;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.n_licheng .n_tt {
  text-align: left;
  margin-bottom: 1rem;
}

.n_licheng .hd {
  overflow: hidden;
  width: 100%;
}

.n_licheng .hd .tt {
  float: left;
}

.n_licheng .hd .tt span {
  font-size: 2rem;
  color: #71c32b;
  font-family: Roboto-Light;
}

.n_licheng .hd .tt h3 {
  font-size: 1.625rem;
  color: #434343;
  margin-top: .75rem;
}

.n_licheng .hd .arrowbox {
  font-size: 0;
}

.n_licheng .slick-arrow {
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
  width: 2.0625rem;
  height: 2.0625rem;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

.n_licheng .slick-prev2 {
  background: url(../images/s_coop_left.png) center no-repeat;
  background-size: contain !important;
  margin-right: 10px;
}

.n_licheng .slick-next2 {
  background: url(../images/s_coop_right.png) center no-repeat;
  background-size: contain !important;
}

.n_licheng .slick-prev2:hover {
  background: url(../images/s_coop_left_on.png) center no-repeat;
}

.n_licheng .slick-next2:hover {
  background: url(../images/s_coop_right_on.png) center no-repeat;
}

.n_licheng .bd {
  position: relative;
}

.licheng_slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.licheng_slide .m {
  height: 100%;
}

.licheng_slide ul {
  height: 100%;
}

.licheng_slide ul li {
  float: left;
  width: 20%;
  position: relative;
  height: 100%;
  transition: .7s;
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
}

.licheng_slide ul li .txt {
  position: absolute;
  padding-left: 24px;
}

.licheng_slide ul li .txt .year {
  font-size: 18px;
  margin-bottom: 7px;
  color: #373737;
  font-family: "Barlow Condensed Medium";
  opacity: 0;
  transition: .7s;
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
}

.licheng_slide ul li .txt .con {
  font-size: .9375rem;
  line-height: 1.625rem;
  max-height: 200px;
  padding-right: 1rem;
  overflow: auto;
  color: #626262;
  width: 25rem;
  opacity: 0;
  transition: .7s;
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
}

.licheng_slide ul li .txt .con::-webkit-scrollbar {
  width: 2px;
  height: 8px;
  background-color: #F5F5F5;
}

.licheng_slide ul li .txt .con::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
}

.licheng_slide ul li .txt .con::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: #5684b4;
}

.licheng_slide ul li .txt:before {
  content: "";
  background: #fff;
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  z-index: 99;
  left: 0;
  top: .5rem;
  border: 2px solid #2b58c5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.licheng_slide ul li .txt:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 1rem;
  background: #e2e2e2;
  left: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.licheng_slide ul li:nth-child(1) .txt {
  bottom: 40%;
  padding-bottom: 4rem;
}

.licheng_slide ul li:nth-child(2) .txt {
  top: 56%;
  padding-top: 6.5rem;
}

.licheng_slide ul li:nth-child(3) .txt {
  bottom: 37%;
  padding-bottom: 3rem;
}

.licheng_slide ul li:nth-child(4) .txt {
  top: 67%;
  padding-top: 6.5rem;
}

.licheng_slide ul li:nth-child(5) .txt {
  bottom: 42%;
  padding-bottom: 130px;
}

.licheng_slide ul li .txt .con p {
  font-size: 15px;
  line-height: 1.875;
  padding-left: 22px;
  position: relative;
}

.licheng_slide ul li .txt .con p:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #626262;
  position: absolute;
  left: 0;
  top: .75rem;
}

.licheng_slide ul li:nth-child(even) .txt:before {
  top: 7rem;
}

.licheng_slide ul li:nth-child(even) .txt:after {
  height: 6rem;
}

.licheng_slide ul li .txt:hover:before {
  border: 2px solid #5684b4;
}

.licheng_slide .slick-list,
.licheng_slide .slick-track {
  height: 100%;
  overflow: visible;
}

.n_licheng ul.slick-current li .year {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
}

.n_licheng ul.slick-current li .con {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
}

.licheng_line {
  width: 100%;
}

.mask_lc {

  display: block;

  width: 100%;

  height: 160%;

  position: absolute;

  left: 0;

  top: 0;

  ​background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 10%);

  background: -webkit-gradient(linear, left, right, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(10%, #fff));

  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 10%);

  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 10%);

  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 10%);

  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 10%);

  filter: ;

  progid: DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 0)', endColorstr='#fff', GradientType=0);

  -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 0)', endColorstr='#fff', GradientType=0);

}

.mask_lc.aos-animate {
  opacity: 1 !important;
}

.mask_lc[aos^=fade][aos^=fade] {
  opacity: 1;
  -webkit-transition-property: all;
  transition-property: all;
  left: 0;
}

.mask_lc[aos^=fade][aos^=fade].aos-animate {
  opacity: 1;
  left: 100%;
}

/* .licheng_slide ul li:nth-child(odd) .txt:hover .con{ padding-bottom: 1rem;} */

/* .licheng_slide ul li .txt:hover .year{ margin-top: -1rem;} */



.licheng_slide_wap {
  display: none;
}

.licheng_slide_wap ul {}

.licheng_slide_wap ul li {
  position: relative;
  transition: .7s;
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
}

.licheng_slide_wap ul li .txt {
  padding-left: 24px;
  position: relative;
}

.licheng_slide_wap ul li .txt .year {
  font-size: 1.5rem;
  margin-bottom: 7px;
  color: #373737;
  font-family: "Barlow Condensed Medium";
  transition: .7s;
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
}

.licheng_slide_wap ul li .txt .con {
  font-size: .9375rem;
  line-height: 1.625rem;
  padding-bottom: 2rem;
  color: #626262;
  transition: .7s;
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
}

.licheng_slide_wap ul li .txt:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 1rem;
  border: 2px solid #71c32b;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.licheng_slide_wap ul li .txt:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 1rem;
  background: #e2e2e2;
  left: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}



.licheng_slide_wap ul li .txt .con p {
  font-size: 1rem;
  line-height: 1.875rem;
  padding-left: 15px;
  position: relative;
}

.licheng_slide_wap ul li .txt .con p:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #626262;
  position: absolute;
  left: 0;
  top: .75rem;
}




/*************[招聘福利]**************/

.fuli-content ul {
  display: flex;
  flex-flow: wrap;
}

.fuli-content ul li {
  width: 14.28%;
  text-align: center;
  padding: .9375rem;
}

.fuli-content ul li .box {
  border: 1px solid #d9dbe0;
  border-radius: 5px;
  padding: 38px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.fuli-content ul li .box .ico_tag {
  width: 54px;
  height: 46px;
  margin: 0 auto;
}

.fuli-content ul li .box .ico_tag img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}

.fuli-content ul li .box h5 {
  margin-top: 5px;
  font-size: 15px;
  color: #4b4b4b;
  transition: .5s;
}

.fuli-content ul li .box:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  background: #2b58c5;
  z-index: -1;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

.fuli-content ul li:hover .box:before {
  height: 100%;
}

.fuli-content ul li:hover .box h5 {
  color: #fff;
}

.ico_tag img {
  transition: .5s;
  max-width: 50%;
  max-height: 50%;
}

.ico_tag .img01 {
  display: block;
  opacity: 1;
}

.ico_tag .img02 {
  display: none;
  opacity: 0;
}

li:hover .ico_tag .img01 {
  display: none;
  opacity: 0;
}

li:hover .ico_tag .img02 {
  display: block;
  opacity: 1;
}

.flex-box{
    width: 100%;
    display: flex;
}

.flex-box-align{
    width: 100%;
    display: flex;
    align-items: center;
}

