/* .swiper-slide-visible {
	}.banner .swiper-slide img {
	width:100%;
	height:900px;
	object-fit:cover;
	display:block;
	transform:scale(1.5);
	transition:all 5s ease-out;
}
*/body {
	min-width:1280px;
}
.title {
	font-size:36px;
	color:#292B42;
	letter-spacing:2.16px;
	font-weight:600;
}
/* ===================== pc styles===================*/.banner {
	position:relative;
	width:100%;
	min-width:1280px;
}
.banner .swiper-container {
	height:calc(92vw * 0.45);
	max-height:92vh;
	margin:0 auto;
	overflow:hidden;
}
.banner .swiper-slide {
	position:relative;
}
.banner .banner-silde {
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
}
.banner .banner-img {
	width:100%;
	object-fit:cover;
	display:block;
	transform:scale(1.5);
}
.banner .swiper-slide-visible .banner-img {
	transform:scale(1);
	transition:all 4s ease-out;
}
.banner .banner-con,.banner-product-con,.banner-matrix-con {
	position:absolute;
	width:1320px;
	margin:auto;
	left:50%;
	top:0;
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
	margin-left:-660px;
}
.banner .banner-con h2 {
	font-size:64px;
	letter-spacing:11px;
	font-weight:600;
	color:#FFFFFF;
	text-align:left;
	width:100%;
	line-height:89px;
}
.banner .banner-con p {
	font-size:36px;
	color:#FFFFFF;
	letter-spacing:2px;
	line-height:50px;
	font-weight:200;
	margin-top:24px;
}
.banner .banner-con .banner-product-btn {
	margin-top:36px;
}
.banner-product-con img {
	width:160px;
	display:inline-block;
	margin-left:-10px;
	padding-bottom:16px;
}
.banner-product-con img.company {
	width:635px;
}
.banner-product-con img.years {
	width:377px;
}
.banner-product-con img.active {
	width:903px;
}
.banner-product-con img.ydh2 {
	width:200px;
	padding-bottom:20px;
	margin-left:0;
}
.banner-product-con img.text-ydh2 {
	width:516px;
	margin-top:49px;
}
.banner-product-con img.gyl {
	margin-left:-3px;
	width:30%;
}
.banner-product-con h2 {
	font-size:60px;
	line-height:84px;
	color:#FFFFFF;
	letter-spacing:3.4px;
	text-align:left;
	margin:0;
}
.banner-product-con p {
	font-size:18px;
	line-height:27px;
	margin-top:18px;
	color:#FFFFFF;
}
.banner-product-con p.ydh2 {
	font-size:40px;
	line-height:56px;
	margin-top:0;
	margin-left:0;
}
.banner-matrix-con {
	text-align:center;
}
.banner-matrix-con__title {
	line-height:73px;
	font-size:52px;
	color:#FFFFFF;
	letter-spacing:3.3px;
	text-align:center;
}
.banner-matrix-con__tip {
	line-height:56px;
	font-size:40px;
	color:#FFFFFF;
	letter-spacing:2.4px;
	text-align:center;
	font-weight:200;
	margin-top:13px;
}
.banner-matrix-con-list {
	display:flex;
	justify-content:space-between;
	margin-top:79px;
	text-align:left;
	padding-bottom:50px;
}
.banner-matrix-con-list > a > div:first-of-type {
	display:flex;
	justify-content:center;
	align-items:center;
	width:360px;
	border-radius:10px;
	padding:26px 0 30px;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.banner-matrix-con-list div img {
	width:86px;
}
.banner-matrix-con-list div.ydh {
	background:#13B4BD99;
}
.banner-matrix-con-list div.yxc {
	background:#06C9A299;
}
.banner-matrix-con-list div.gyl {
	background:#0075c299;
}
.banner-matrix-con-list__title {
	margin-left:12px;
}
.banner-matrix-con-list__title .title {
	line-height:38px;
	font-size:27px;
	color:#FFFFFF;
	letter-spacing:1.71px;
}
.banner-matrix-con-list__title .tip {
	line-height:30px;
	font-size:22px;
	color:#FFFFFF;
	letter-spacing:1.4px;
	margin-top:3px;
}
.banner-matrix-con-list .footer {
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
.banner-matrix-con-list .footer p {
	background:rgba(255,255,255,0.16);
	font-size:24px;
	color:#FFFFFF;
	letter-spacing:1.52px;
	line-height:54px;
	text-align:center;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
.banner-product-con .banner-product-btn {
	margin-top:32px;
}
.banner-product-btn a {
	border-radius:2px;
	display:inline-block;
	text-align:center;
	line-height:36px;
	width:136px;
	font-size:16px;
	cursor:pointer;
	transition:0.3s;
}
.banner-product-btn a:hover {
	background:#FFF;
	color:#37BACE;
}
.banner-product-btn a:first-of-type {
	margin-right:24px;
}
.banner-product-btn .secord {
	border:2px solid #37BACE;
	color:#37BACE;
}
.banner-product-btn .primary {
	background:#37BACE;
	border:2px solid #37bace;
	color:#FFF;
}
.banner-product-btn a:hover {
	border-color:#FFF;
}
.banner-product-btn.qf .secord {
	border:2px solid #FFF;
	color:#FFF;
}
.banner-product-btn.qf .secord:hover {
	color:#37BACE
}
.banner-product-btn.yxc .secord {
	border:2px solid #11c866;
	color:#11c866;
}
.banner-product-btn.yxc .primary {
	background:#11c866;
	border:2px solid #11c866;
	color:#FFF;
}
.banner-product-btn.yxc a:hover {
	color:#11c866;
	background:#FFF;
	border-color:#FFF;
}
.banner-product-btn.gyl .secord {
	border:2px solid #0075c2;
	color:#0075c2;
}
.banner-product-btn.gyl .primary {
	background:#0075c2;
	border:2px solid #0075c2;
	color:#FFF;
}
.banner-product-btn.gyl a:hover {
	color:#0075c2;
	background:#FFF;
	border-color:#FFF;
}
/*轮播分页*/.banner .swiper-container .banner-pagination {
	position:absolute;
	z-index:99;
	bottom:116px;
	width:100%;
	text-align:center;
}
.banner .swiper-container .swiper-pagination-switch {
	display:inline-block;
	width:36px;
	height:3px;
	opacity:0.34;
	background:#FFFFFF;
	margin:0 4px;
	cursor:pointer;
}
.banner .swiper-container .swiper-active-switch {
	opacity:1;
	background:#0075c2;
}
/*轮播底部公告*/.digital {
/*	padding-top:86px;*/
	position:relative;
	background-image:linear-gradient(180deg,#FFFFFF 0%,#FAFCFC 100%,#FFFFFF 100%);
}
.digital-class {
	display:flex;
	justify-content:center;
	position:absolute;
	top:-86px;
	left:0;
	z-index:9;
	width:100%;
}
.digital-class > div {
	display:flex;
	justify-content:space-between;
}
.digital-class-card {
	width:464px;
	box-sizing:border-box;
	padding:30px 30px 20px;
	background:#FFFFFF;
	box-shadow:0px 12px 30px 0px rgba(191,216,224,0.4);
	border-radius:4px;
	text-align:left;
	color:#6E6E70;
}
.digital-class-card__title {
	color:#333333;
	letter-spacing:0.8px;
	display:flex;
	align-items:center;
}
.digital-class-card__title img {
	width:28px;
	height:28px;
	margin-right:12px;
}
.digital-class-card__title h3 {
	font-size:24px;
	line-height:34px;
	color:#333333;
}
.digital-class-card p {
	margin-top:12px;
	font-size:16px;
	line-height:38px;
	position:relative;
}
.digital-class-card a {
	color:#6E6E70;
	display:block;
	transition:0.3s;
}
.digital-class-card a:hover {
	color:#0075c2;
}
.digital-con {
	margin:86px 0 0;
	padding-bottom:73px
}
.digital-channels-con > img {
	margin-top:40px;
	box-shadow:0 12px 20px 0 rgba(191,216,224,0.20);
}
.digital-enterprise {
	}.digital-enterprise-con {
	display:flex;
	justify-content:space-between;
	margin-top:60px;
	height:652px;
	background:url('../images/ndigital-enterprise-background.png') center 74px no-repeat;
}
.digital-enterprise-card {
	width:420px;
	height:357px;
	box-sizing:border-box;
	padding:25px 30px 30px;
	background-image:linear-gradient(180deg,#FFFFFF 0%,#FFFFFF 100%);
	box-shadow:0px 12px 30px 0px rgba(191,216,224,0.3);
	border-radius:4px;
	border-top:4px solid #0075c2;
	position:relative;
}
.digital-enterprise-card.middle {
	height:379px;
}
.digital-enterprise-card:nth-of-type(2) {
	margin-top:121px;
}
.digital-enterprise-card:after {
	content:'';
	position:absolute;
	display:block;
	bottom:-64px;
	left:50%;
	width:24px;
	height:64px;
	margin-left:-12px;
	background:url('../images/ndigital-enterprise-point.png') no-repeat;
	background-size:contain;
}
.digital-enterprise-card .header {
	padding-bottom:20px;
	border-bottom:1px solid #F0F0F0;
}
.digital-enterprise-card .header .title {
	display:flex;
	line-height:28px;
	color:#333333;
	font-size:20px;
}
.digital-enterprise-card .header .title img {
	width:26px;
	height:26px;
	margin-right:12px;
}
.digital-enterprise-card .header .title span {
	color:#6E6E70;
	font-weight:500;
}
.digital-enterprise-card .header .tip {
	font-size:14px;
	color:#6E6E70;
	line-height:24px;
	margin-top:14px;
}
.digital-enterprise-card .list li {
	margin-top:16px;
	line-height:20px;
	font-size:14px;
	color:#333333;
	padding-left:26px;
	position:relative;
}
.digital-enterprise-card .list li:after {
	content:'';
	position:absolute;
	top:2px;
	left:0;
	width:16px;
	height:16px;
	background:url('../images/ndigital-enterprise-gou.png') no-repeat;
	background-size:contain;
}
.digital-con-select {
	display:flex;
	margin-top:64px;
}
.digital-con-select__card {
	width:33.33%;
	cursor:pointer;
	background:#dfe9f0b3;
	padding:12px 0;
	transition:0.3s;
}
.digital-con-select__card.select.yxc {
	background:url('../images/digital-select-back.png') #06c867;
}
.digital-con-select__card.select.gyl {
	background:url('../images/digital-select-back.png') #0494e2;
}
.digital-con-select__card.select {
	background:url('../images/digital-select-back.png') #00CBD9;
	background-size:contain;
	background-repeat:no-repeat;
}
.digital-con-select__card.select .title {
	color:#FFF;
}
.digital-con-select__card.select .tip {
	color:#fffc;
}
.digital-con-select__card .con {
	display:flex;
	justify-content:center;
	align-items:center;
}
.digital-con-select__card .con > div {
	display:flex;
	line-height:32px;
}
.digital-con-select__card img {
	width:32px;
	height:32px;
	margin-right:12px;
}
.digital-con-select__card .normal-img {
	display:block;
}
.digital-con-select__card .select-img {
	display:none;
}
.digital-con-select__card.select .select-img {
	display:block;
}
.digital-con-select__card.select .normal-img {
	display:none;
}
.digital-con-select__card .title {
	font-size:16px;
	color:#292B42;
	letter-spacing:0.9px;
	transition:0.3s;
}
.digital-con-select__card .tip {
	font-size:14px;
	color:#82838D;
	letter-spacing:0.84px;
	transition:0.3s;
	margin-left:8px;
}
.digital-con-card {
	margin-top:28px;
	height:380px;
	width:100%;
	display:none;
	background:#fff;
	box-shadow:0 12px 30px 0 rgba(175,224,239,0.37);
}
.digital-con-card.select {
	display:flex;
}
.digital-con-card__title {
	width:390px;
	height:380px;
	box-sizing:border-box;
	padding:40px 32px 40px 36px;
	background-size:cover !important;
	position:relative;
}
.digital-con-card__title h2 {
	font-size:26px;
	color:#292B42;
	letter-spacing:1.5px;
	text-align:left;
}
.digital-con-card__title h3 {
	font-size:20px;
	color:#292B42;
	letter-spacing:1.2px;
	line-height:28px;
	text-align:left;
	margin-top:31px;
}
.digital-con-card__title .tip {
	font-size:16px;
	color:#666671;
	letter-spacing:1.2px;
}
.digital-con-card__title > p {
	font-size:16px;
	color:#575862;
	letter-spacing:0.96px;
	font-weight:400;
	margin-top:18px;
}
.digital-con-card__title .btn-group {
	position:absolute;
	bottom:40px;
	left:36px;
	display:flex
}
.digital-con-card__title .btn-group a {
	width:100px;
	height:38px;
	border-radius:2px;
	font-size:14px;
	text-align:center;
	line-height:38px;
	margin-right:10px;
	color:#333333;
	cursor:pointer;
}
.digital-con-card__title .btn-group .details {
	background:#EBEDF4;
}
.digital-con-card__title .btn-group .exp {
	background-image:linear-gradient(90deg,#7adee8 0%,#03B8CC 100%);
	color:#FFFFFF;
}
.digital-con-card__title .btn-group .exp.yxc {
	background-image:linear-gradient(90deg,#7ce5bd 0%,#05C867 100%);
}
.digital-con-card__title .btn-group .exp.gyl {
	background-image:linear-gradient(90deg,#83bff3 0%,#0494E2 100%);
}
.digital-con-card__des {
	flex:1;
	width:100%;
	display:flex;
	justify-content:space-between;
}
.digital-con-card__desList {
	text-align:center;
	flex:1;
	border-right:1px solid #E8EAF2;
}
.digital-con-card__desList:last-of-type {
	border:0;
}
.digital-con-card__desList .title {
	letter-spacing:1.2px;
	text-align:center;
	margin-top:36px;
}
.digital-con-card__desList .title img {
	width:80px;
}
.digital-con-card__desList .title > p {
	margin-top:20px;
	font-size:18px;
	color:#292B42;
	font-weight:600;
}
.digital-con-card__desList .list {
	font-size:16px;
	color:#595A6A;
	letter-spacing:0.96px;
	text-align:center;
	line-height:28px;
	margin-top:32px;
}
.service-con {
	display:flex;
	padding:60px 0;
}
.service-con-list {
	width:300px;
	height:462px;
}
.service-con-list ul {
	width:100%;
}
.service-con-list li {
	margin-top:20px;
	line-height:26px;
	font-size:18px;
	color:#fff;
	padding:37px 30px;
	cursor:pointer;
	transition:0.5s;
	background:#1c2339;
	border-radius:4px;
}
.service-con-list li span {
	padding-right:12px;
	border-right:1px solid #fff;
	margin-right:12px;
}
.service-con-list li:first-of-type {
	margin-top:0;
}
.service-con-list li.select {
	background:url("../images/nservice-smile.png") right bottom #0075c2 no-repeat;
	color:#ffffff;
}
.service-con-list li.select span {
	border-color:#ffffff;
}
.service-con-case {
	margin-left:24px;
	flex:1;
	background:#fff;
}
.service-con-case__con {
	padding:40px;
	display:none;
	height:462px;
	/*box-shadow:0px 12px 30px 0px rgba(26,31,50,0.37);*/
	border-radius:4px;
}
.service-con-case__con.select {
	display:flex;
}
.service-con-case__con > img {
	margin-right:40px;
	width:500px;
	height:100%;
}
.service-con-case__con .card {
	padding-top:10px;
}
.service-con-case__con .card h2 {
	font-size:24px;
	color:#fff;
	text-align:left;
	line-height:34px;
}
.service-con-case__con .card p {
	font-size:16px;
	color:#fff;
	letter-spacing:0;
	line-height:30px;
	margin-top:20px;
}
.service-con-case__con .card ul {
	margin-top:8px;
}
.service-con-case__con .card li {
	font-size:16px;
	color:#bbbcc2;
	line-height:22px;
	margin-top:16px;
	padding-left:18px;
	position:relative;
}
.service-con-case__con .card li:before {
	content:'';
	height:6px;
	width:6px;
	border-radius:50%;
	display:block;
	position:absolute;
	left:0;
	top:11px;
	margin-top:-3px;
	background:#0075c2;
}
.service-con-case > h2 {
	font-size:50px;
	line-height:70px;
	color:#FFFFFF;
	letter-spacing:3px;
	font-weight:400;
	padding-right:180px;
}
.service-con-case__con h2 {
	font-size:24px;
	color:#FFFFFF;
	letter-spacing:1.44px;
}
.service-con-case__list a {
	width:161px;
	height:86px;
	overflow:hidden;
	margin-right:20px;
	display:none;
	opacity:1;
	position:relative;
	transition:0.3s;
}
.service-con-case__list a.select.showed {
	opacity:1;
}
.service-con-case__list a.select {
	display:inline-block;
}
.service-con-case-btn,.service-con-case-bt:focus {
	background:#0075c2;
	border:1px solid #0075c2;
	color:#FFFFFF;
	font-size:14px;
	line-height:42px;
	height:42px;
	padding:0 34px;
	box-sizing:border-box;
	text-align:center;
	border-radius:3px;
	transition:0.3s;
	margin:20px 20px 0 0;
	display:inline-block;
}
.service-con-case-btn:hover {
	background:#1882c8;
	color:#FFFFFF;
}
.union {
	background:#F5F8FA;
	padding-bottom:84px;
}
.union-case {
	margin-top:51px;
}
.union-case-tab {
	display:flex;
	justify-content:center;
	border-bottom:1px solid #F0F0F0;
	line-height:46px;
}
.union-case-tab li {
	font-size:16px;
	color:#6E6E70;
	margin:0 55px;
	cursor:pointer;
	transition:0.3s;
}
.union-case-tab li.select {
	color:#0075c2;
	border-bottom:1px solid #0075c2;
}
.union-case-list {
	display:flex;
	justify-content:space-between;
	margin-top:40px;
}
.union-case-card {
	display:none;
	width:708px;
	min-height:248px;
	box-sizing:border-box;
	padding:30px;
	flex-direction:column;
	justify-content:space-between;
	background:#FFFFFF;
	box-shadow:0px 12px 20px 0px rgba(191,216,224,0.1);
	border-radius:4px 8px 8px 4px;
}
.union-case-card.select {
	display:flex;
}
.union-case-card .logo {
	height:56px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.union-case-card .logo img {
	height:100%;
}
.union-case-card .content {
	margin-top:20px;
	font-size:16px;
	color:#6E6E70;
	line-height:22px;
}
.union-case-card .name {
	font-size:16px;
	color:#333333;
	text-align:right;
}
.union-enterprise {
	margin-top:62px;
}
.union-enterprise-title {
	font-size:16px;
	color:#6E6E70;
	line-height:22px;
	position:relative;
}
.union-enterprise-title:after {
	content:'';
	position:absolute;
	right:0;
	top:10px;
	width:calc(50% - 72px);
	height:1px;
	background:#F0F0F0;
}
.union-enterprise-title:before {
	content:'';
	position:absolute;
	left:0;
	top:10px;
	width:calc(50% - 72px);
	height:1px;
	background:#F0F0F0;
}
.union-enterprise-list {
	}.union-enterprise-list img {
	width:100%;
	margin-top:22px;
}
.message {
	background:url("../images/nmessage-backgroud.png") no-repeat;
	background-size:cover;
}
.message .container-body-title {
	color:#ffffff;
}
.message-con {
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-top:10px;
	padding-bottom:110px;
}
.message-con > img {
	width:380px;
	margin-left:100px;
}
.message-con__detail {
	flex:1;
	position:relative;
	padding-top:84px;
}
.message-con__detail .icon {
	position:absolute;
	top:50px;
	left:-2px;
	width:96px;
	height:78px;
	opacity:0.08;
}
.message-con__des {
	font-size:20px;
	color:#ffffff;
	line-height:46px;
	position:relative;
	z-index:1;
	opacity:0.9;
}
.message-con__author {
	font-size:18px;
	line-height:28px;
	margin-top:20px;
	display:flex;
	justify-content:flex-end;
	color:rgba(255,255,255,0.9);
	position:relative;
}
.message-con__author .title {
	font-size:20px;
	color:#ffffff;
	margin-right:16px;
}
.message-con__author::after {
	position:absolute;
	content:'';
	width:120px;
	height:2px;
	opacity:0.8;
	background:#D8D8D8;
	bottom:14px;
	right:332px;
}
.message-con__list {
	display:flex;
	justify-content:space-between;
	margin-top:60px;
}
.message-con__list img {
	padding:10px 24px;
	background:#ffffff;
	border-radius:4px;
	width:228px;
	height:80px;
}
.honor {
	padding:0 0 100px;
}
.honor-con {
	display:flex;
	margin-top:60px;
}
.honor-card-scale {
	padding:30px;
	background:#FFFFFF;
	box-shadow:0px 12px 30px 0px rgba(191,216,224,0.37);
	border-radius:4px;
	text-align:center;
	width:464px;
	box-sizing:border-box;
}
.honor-card-scale img {
	width:404px;
	padding-bottom:30px;
	border-bottom:1px solid #F0F0F0;
}
.honor-card-scale p {
	margin-top:30px;
	font-size:18px;
	color:#6E6E70;
	text-align:center;
	line-height:26px;
}
.honor-card-list {
	display:flex;
	flex-wrap:wrap;
	flex:1;
}
.honor-card {
	padding:20px 19px;
	background:#FFFFFF;
	box-shadow:0px 12px 30px 0px rgba(191,216,224,0.37);
	border-radius:4px;
	width:220px;
	box-sizing:border-box;
	text-align:center;
	margin-left:24px;
}
.honor-card.bottom {
	margin-bottom:24px;
}
.honor-card img {
	width:160px;
	height:120px;
	padding-bottom:9px;
	border-bottom:1px solid #F0F0F0;
}
.honor-card p {
	margin-top:22px;
	font-size:14px;
	color:#6E6E70;
	text-align:center;
	line-height:20px;
}
@media (max-width:1660px) {
	.digital-class {
	transform:scale(0.8);
}
}@media (max-width:992px) {
	body {
	min-width:100%;
}
/*banner*/    .banner {
	margin-top:72px;
	width:100%;
}
.banner {
	min-width:100%;
	margin-top:73px;
}
.banner .swiper-slide {
	}.banner .banner-con {
	width:100%;
	height:100%;
	margin-left:0;
	left:10px;
}
.banner .banner-con h2 {
	font-size:24px;
	letter-spacing:3px;
	font-weight:600;
	width:100%;
	line-height:28px;
}
.banner .banner-con p {
	font-size:20px;
	color:#FFFFFF;
	letter-spacing:0;
	line-height:28px;
	font-weight:200;
	margin-top:16px;
}
.banner .banner-con .banner-product-btn {
	margin-top:10px;
}
.banner-product-con,.banner-matrix-con {
	width:100%;
	left:15px;
	top:0;
	height:100%;
	margin-left:0;
}
.banner-matrix-con {
	left:0;
}
.banner-product-con img {
	width:104px;
	margin-left:-7px;
	padding-bottom:6px;
}
.banner-product-con img.company,.banner-product-con img.years {
	width:50%;
}
.banner-product-con img.gyl {
	margin-left:-3px;
}
.banner-product-con img.lianBang {
	margin-left:-7px !important;
	width:130px !important;
}
.banner-product-con img.shuDaXia {
	margin-left:-2px !important;
	width:130px !important;
}
.banner-product-con h2 {
	font-size:18px;
	letter-spacing:2px;
	line-height:24px;
}
.banner-product-con p {
	font-size:14px;
	line-height:18px;
	margin-top:6px;
}
.banner-product-btn a {
	border-radius:14px;
	line-height:24px;
	width:102px;
	font-size:14px;
}
.banner-product-btn a:first-of-type {
	margin-right:8px;
}
.banner-product-btn .secord {
	border:1px solid #37BACE;
}
.banner-product-con .banner-product-btn {
	margin-top:10px;
}
.banner-matrix-con__title {
	line-height:30px;
	font-size:22px;
	letter-spacing:1.5px;
}
.banner-matrix-con__tip {
	line-height:24px;
	font-size:18px;
	letter-spacing:1.2px;
	margin-top:4px;
}
.banner-matrix-con-list {
	margin-top:6px;
	padding:0 20px;
}
.banner-matrix-con-list__title {
	margin-left:0;
}
.banner-matrix-con-list__title .title {
	line-height:16px;
	font-size:12px;
	letter-spacing:0.8px;
}
.banner-matrix-con-list__title .tip {
	line-height:16px;
	font-size:12px;
	letter-spacing:0.7px;
}
.banner-matrix-con-list .footer p {
	font-size:12px;
	letter-spacing:0.7px;
	line-height:24px;
	padding:0;
}
.banner-matrix-con-list div img {
	width:20px;
}
.banner-matrix-con-list > a > div:first-of-type {
	width:100%;
	flex-direction:column;
	padding:4px;
	box-sizing:border-box;
}
.banner .swiper-container .banner-pagination {
	bottom:4px;
}
.banner .swiper-container .swiper-pagination-switch {
	width:8px;
	height:2px;
}
.digital {
	padding-top:0;
	padding-bottom:50px;
}
.digital-class {
	top:0;
	position:relative;
	transform:none;
	display:none;
}
.digital-class > div {
	flex-direction:column;
}
.digital-class-card {
	width:100%;
	padding:8px 16px 8px;
	margin-top:12px;
}
.digital-class-card__title h3 {
	font-size:18px;
	line-height:24px;
}
.digital-class-card__title img {
	width:24px;
	height:24px;
	margin-top:-2px;
}
.digital-class-card p {
	margin-top:7px;
	font-size:14px;
	line-height:28px;
}
.digital-channels-con > img {
	margin-top:24px;
}
.digital-enterprise-con {
	flex-direction:column;
	margin-top:24px;
	height:auto;
}
.digital-enterprise-card,.digital-enterprise-card.middle {
	max-width:420px;
	width:100%;
	height:auto;
	padding:10px;
}
.digital-enterprise-card:nth-of-type(2) {
	margin:20px 0;
}
.digital-enterprise-card:after {
	display:none;
}
.digital-enterprise-card .header {
	padding-bottom:10px;
}
.digital-enterprise-card .list li {
	margin-top:10px;
}
.service-con {
	padding:24px 10px 50px;
	flex-direction:column;
}
.service-con-list {
	width:100%;
	height:auto;
}
.service-con-list ul {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.service-con-list li {
	margin-top:0;
	margin-bottom:6px;
	line-height:30px;
	font-size:14px;
	padding:4px 12px 0;
	width:48%;
}
.service-con-list li span {
	margin-right:4px;
	padding-right:4px;
}
.service-con-case {
	margin-left:0;
}
.service-con-case__con {
	padding:8px;
	height:auto;
}
.service-con-case__con a {
	display:none;
}
.service-con-case__con.select {
	flex-direction:column;
}
.service-con-case__con > img {
	margin-right:0;
}
.service-con-case__con .card h2 {
	font-size:20px;
	line-height:28px;
}
.service-con-case__con .card p {
	margin-top:10px;
}
.service-con-case__con .card li {
	margin-top:10px;
}
.union {
	padding-bottom:42px;
}
.union-case-tab {
	flex-wrap:wrap;
	border-bottom:0;
}
.union-case-tab li {
	width:33%;
	margin:0;
	text-align:center;
}
.union-case-list {
	flex-direction:column;
	margin-top:20px;
}
.union-case-card {
	width:100%;
	padding:16px;
	min-height:auto;
	margin-bottom:12px;
}
.union-case-card .content {
	margin-top:12px;
}
.union-enterprise {
	margin-top:36px;
}
.message-con {
	flex-direction:column-reverse;
	padding-bottom:40px;
}
.message-con > img {
	margin-left:0;
	width:180px;
}
.message-con__detail {
	padding-top:20px;
}
.message-con__des {
	font-size:16px;
	line-height:26px;
}
.message-con__author {
	font-size:16px;
	line-height:28px;
	margin-top:10px;
}
.message-con__author .title {
	font-size:16px;
	margin-right:8px;
}
.message-con__author::after {
	width:20px;
	height:1px;
	right:269px;
}
.message-con__list {
	margin-top:20px;
	flex-wrap:wrap;
}
.message-con__list img {
	width:48%;
	height:auto;
	padding:8px 12px;
	margin-bottom:10px;
}
.honor {
	padding:0 0 50px;
}
.honor-con {
	flex-wrap:wrap;
	margin-top:30px;
}
.honor-card-scale {
	width:100%;
	margin-bottom:20px;
}
.honor-card-scale img {
	padding-bottom:8px;
	width:90%;
}
.honor-card-scale p {
	margin-top:14px;
}
.honor-card-list {
	justify-content:space-between;
}
.honor-card {
	padding:12px 16px;
	width:47%;
	margin:0 0 12px;
}
.honor-card p {
	margin-top:10px;
}
}






.recruit-product {
	padding:0 0 80px;
	background:#F5F8FA;
}
.recruit-product-con {
	margin-top:64px;
	display:flex;
	justify-content:space-between;
}
.recruit-product-card {
	width:300px;
	border-top:4px solid #2f79c0;
	background:#FFFFFF;
	box-shadow:0px 12px 20px 0px rgba(191,216,224,0.2);
	border-radius:4px;
	text-align:center;
	padding:45px;
}
.recruit-product-card h2 {
	font-size:20px;
	color:#333333;
	margin-top:16px;
	line-height:28px;
}
.recruit-product-card img {
	width:58px;
	height:58px;
}
.recruit-product-card > p {
	font-size:16px;
	color:#6E6E70;
	line-height:26px;
	text-align:center;
	margin-top:8px;
}

@media screen and (max-width:993px) {
	
.recruit-product-card {
	width:30%;
	max-width:384px;
	padding:10px;
}
.recruit-product-card img {
	height:auto;
	width:40px;
}
.recruit-product-card h2 {
	font-size:17px;
	line-height:24px;
}
.recruit-product-card > p {
	font-size:14px;
}
.recruit-product-con {
	margin-top:24px;
}
}