.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.flex-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.flex-between {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.clSAer {
	position: fixed;
	top: 0;
	right: 0;
	height: 80px;
	font-size: 14px;
	color: rgb(255, 255, 255);
	line-height: 14px;
	font-weight: bold;
	z-index: 100;
	padding: 0px 57px 0 50px;
	width: 100%;
	box-sizing: border-box;
}

.fixbg {
	background: rgb(5, 18, 51);
}

.phone-container.redbg {
	background: #fb3030;
}

.pcnav-left {
	flex: 1;
}

.pcnav {
	margin-left: 20px;
}

.pcnav li.nLi {
	float: left;
	position: relative;
	display: inline;
}

.pcnav li.nLi a {
	font-size: 16px;
	color: #fff;
	display: block;
	height: auto;
	line-height: 60px;
	padding: 0 20px;
	transition: all 0.3s ease-in-out;
	border-bottom: 2px solid transparent;
}

.pcnav .sub {
	display: none;
	width: 140px;
	left: -36px;
	top: 60px;
	position: absolute;
	background: #FFFFFF;
	line-height: 26px;
	color: #333333;
	text-align: center;
	padding: 10px 0;
}

.pcnav .sub:before {
	content: '';
	width: 10px;
	height: 10px;
	background: #FFFFFF;
	transform: rotate(45deg);
	display: block;
	position: absolute;
	top: -5px;
	left: 50%;
	margin-left: -5px;
}

.pcnav .sub li a {
	display: block;
	padding: 0 10px;
	color: #333;
	line-height: 32px;
}

.pcnav .sub a:hover {
	color: #051233;
}

.phone-container {
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	width: 178px;
	height: 40px;
	background: rgba(255, 255, 255, 0.15);
	font-size: 20px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	border-radius: 4px 4px 0 0;
	position: absolute;
	right: 57px
}

.bASsMb {
	user-select: none;
	margin-left: 5px;
	font-family: arial;
	cursor: default;
	border-radius: 2px;
}

.bannerCon {
	position: relative;
	width: 100%;
	color: #fff;
	background: #1d232d;
}

.layout-content {
	z-index: 10;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 1200px;
	margin: 0 auto;
}

.layout-content .title {
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 50px;
}

.layout-content .title .title-label {
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: column;
	-webkit-box-orient: column;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.layout-content .title .title-label span {
	width: -webkit-fit-content;
	width: fit-content;
	width: -moz-fit-content;
	width: -ms-fit-content;
}

.layout-content .title .title-label span:first-of-type {
	margin-bottom: 6px;
}

.layout-content .title .title-label span:after {
	content: '';
	height: 6px;
	background: #f58269;
	display: block;
	margin-top: -6px;
	border-radius: 4px;
}
.layout-content .small-tit-group{
	overflow: hidden;
	margin-top:12px;
	width: 870px;
	
}
.layout-content .sub-title {
	width: 240px;
	font-weight: 600;
	margin-top: 24px;
	font-size: 20px;
	line-height: 30px;
	background: url(../images/checked.png) no-repeat left center;
	float: left;
	padding-left: 50px;
	background-size: 22px;
	letter-spacing: 3px;
}

.layout-content .bannerhref {
	width: 260px;
	height: 60px;
	border-radius: 4px;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	background: #fb3030;
	color: #FFFFFF;
	display: block;
	margin-top: 60px;
	margin-bottom: 26px;
}

.layout-content .hint {
	margin-top: 12px;
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	color: #d3d4da;
}

.layout-content .hint .number {
	font-family: arial;
}

.swiper-container-v .swiper-slide img {
	width: 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	color: #5c6582;
	font-weight: bold;
}

.bannerCon .banner-label {
	position: absolute;
	width: 1200px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -110px;
	color: #051233;
	font-size: 20px;
	font-weight: bold;
	z-index: 2;
	text-align: center;
	background: #FFFFFF;
	height: 220px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
}

.bannerCon .banner-label div {
	-webkit-box-direction: column;
	-webkit-box-orient: column;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	flex: 1;
	position: relative;
}

.bannerCon .banner-label div:after {
	content: '';
	width: 1px;
	height: 48px;
	background: #dbdbdb;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.bannerCon .banner-label div:last-of-type:after {
	width: 0;
}

.bannerCon .banner-label span {
	flex: 1;
	margin-top: 15px;
}

.bannerCon .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 20px;
	height: 4px;
	background: #9c9aa5;
	opacity: 1;
	border-radius: 0;
	outline: none;
}

.bannerCon .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 48px;
	background: #fff;
}

.pubwidth {
	width: 1200px;
	margin: 0 auto;
}

.com-tit {
	color: #051233;
	padding-top: 100px;
	font-size: 40px;
	font-weight: normal;
	margin-bottom: 80px;
}

.com-tit h4 {
	font-family: Penrose, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
	font-weight: lighter;
	letter-spacing: 2px;
}

.com-tit h3 {
	font-size: 48px;
	margin-top: 20px;
	letter-spacing: 4px;
	font-weight: bold;
}

.com-tit p {
	font-size: 16px;
	color: #4b5366;
	margin-top: 50px;
}

.pro-service {
	overflow: hidden;
}

.zxkfbtn {
	width: 260px;
	height: 60px;
	line-height: 60px;
	border-radius: 4px;
	font-size: 24px;
	text-align: center;
	color: #FFFFFF;
	display: block;
	clear: both;
	border: 1px solid #fff;
}

.pro-service-list ul {
	overflow: hidden;
}

.pro-service-list ul li {
	width: 390px;
	/*height: 428px;*/
	float: left;
	padding: 30px 14px 22px 14px;
	box-sizing: border-box;
	margin: 0 15px 15px 0;
	color: #051233;
	border: 1px solid #EEEEEE;
	text-align: center;
	box-sizing: border-box;
}

.pro-service-list ul li:nth-child(3n) {
	margin-right: 0;
}

.pro-service-list ul li .pro-service-con h5 {
	font-size: 30px;
	font-weight: bold;
	color: #051233;
}

.pro-service-list ul li .pro-service-con span {
	font-size: 12px;
	color: #353e55;
	background: #EEEEEE;
	min-width: 74px;
	height: 30px;
	line-height: 30px;
	display: block;
	float: left;
	border-radius: 30px;
	margin: 5px;
	padding: 0 6px;
	box-sizing: border-box;
}

.pro-service-list ul li .pro-service-con p {
	margin-top: 10px;
	font-size: 14px;
	color: #707687;
	line-height: 26px;
	margin-bottom: 14px;
	padding-bottom: 14px;
}

.pro-service-list ul li .pro-service-con .btn-group {
	margin-top: 30px
}

.pro-service-list ul li .pro-service-con .btn-group .btn-item {
	width: 160px;
	height: 38px;
	line-height: 38px;
	color: #0979f1;
	font-size: 14px;
	text-align: center;
	border: 1px solid #0979f1;
	display: block;
	float: left;
}

.pro-service-list ul li .pro-service-con .btn-group .btn-item.btn-bg {
	background: #0979F1;
	color: #FFFFFF;
}

.advantage .com-tit h4 {
	letter-spacing: 0;
}

.advantage .advantage-con ul li {
	border: 1px solid #eeeeee;
	width: 225px;
	min-height: 210px;
	height: auto;
/*	height: 225px;*/
	float: left;
	color: #666666;
	font-size: 16px;
	text-align: justify;
	padding: 12px 27px;
	box-sizing: border-box;
}

.advantage .advantage-con ul li strong {
	font-size: 80px;
	color: #d9e9ff;
	display: block
}

.advantage .advantage-con ul li h3 {
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	margin-top: -65px;
	margin-bottom: 30px;
}
.advantage .advantage-con ul li p{
	margin-top: 20px
}

.fangan {
	width: 1200px;
	margin: 0 auto 16px;
	box-shadow: 0 0 9px rgba(22, 67, 126, 0.15);
	height: 167px;
	overflow: hidden;
	text-align: center;
	background: #FFFFFF;
}

.fangan .fa_l {
	float: left;
	width: 190px;
	background: #d9e9ff;
	height: 167px;
}

.fangan .fa_l h3 {
	color: #222;
	font-size: 22px;
	line-height: 1;
	padding: 45px 0 18px;
	font-weight: normal;
}

.fangan .fa_l p {
	color: #949da8;
	font-size: 14px;
	line-height: 24px;
	width: 154px;
	margin: 0 auto;
}

.fangan .fa_r {
	float: left;
	width: 1008px;
}

.fangan .fa_r li {
	float: left;
	width: 25%;
	position: relative;
	height: 167px;
}

.fangan .fa_r li img {
	width: 38px;
	height: 31px;
	margin-top: 32px;
}

.fangan .fa_r li h3 {
	color: #222;
	font-size: 20px;
	line-height: 1;
	padding: 29px 0 15px;
	font-weight: normal;
}

.fangan .fa_r li p {
	color: #949da8;
	font-size: 12px;
	line-height: 1;
}

.fangan .fa_r li+li:before {
	content: "";
	display: block;
	width: 2px;
	height: 78px;
	background: #16437e;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -39px;
}

.fangan .fa_r li:hover img {
	animation: jllc 1.2s forwards;
	-moz-animation: jllc 1.2s forwards;
	-webkit-animation: jllc 1.2s forwards;
	-o-animation: jllc 1.2s forwards;
}

@keyframes jllc {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes jllc {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.section5 .tion5 li {
	float: left;
	width: 25%;
	overflow: hidden;
	padding-bottom: 60px;
}

.section5 .tion5 li .img {
	float: left;
	background: #f5f6fa;
	border-radius: 100%;
	width: 84px;
	height: 84px;
}

.section5 .tion5 li .img img {
	width: 64px;
	height: 64px;
}

.section5 .tion5 li p {
	float: left;
	color: #222;
	font-size: 16px;
	line-height: 24px;
	padding: 10px 0 0 10px;
	font-family: PingFang SC;
}

.section5 .tion5 li:hover img {
	animation: tion5 1.2s forwards;
	-moz-animation: tion5 1.2s forwards;
	-webkit-animation: tion5 1.2s forwards;
	-o-animation: tion5 1.2s forwards;
}

@keyframes tion5 {
	0% {
		transform: rotate(0deg);
	}
	30% {
		transform: rotate(-20deg);
	}
	70% {
		transform: rotate(20deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

@-webkit-keyframes tion5 {
	0% {
		transform: rotate(0deg);
	}
	30% {
		transform: rotate(-20deg);
	}
	70% {
		transform: rotate(20deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

.support {
	background: #f5f6fa;
	overflow: hidden;
}

.support .service-card-list {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.label-group {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin-left: 38px;
}

.service-card-list .service-card {
	width: 280px;
	height: 350px;
	margin-right: 26px;
	overflow: hidden;
	background: #fff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	float: left;
	margin-bottom: 15px;
}

.service-card-list .service-card:nth-child(4n) {
	margin-right: 0;
}

.service-card-list .service-card .card-img {
	flex-shrink: 0;
	width: 100%;
	height: 220px;
	overflow: hidden;
}

.service-card-list .service-card .card-img img {
	width: 100%;
}

.service-card-list .service-card .card-content {
	padding: 40px 30px 0;
}

.service-card-list .service-card .card-content .title {
	flex-shrink: 0;
	font-size: 22px;
	font-weight: 500;
	line-height: 22px;
	color: #222
}

.service-card-list .service-card .card-content .desc {
	-webkit-box-flex: 1;
	flex: 1 1;
	margin-top: 12px;
	font-size: 14px;
	line-height: 21px;
	color: #949da8
}

.service-card-list .service-card:hover {
	box-shadow: 0 2px 8px 2px rgba(0, 0, 0, .08)
}

.case-tab .tab-item {
	font-size: 21px;
	color: #fff;
	border: 1px solid #ced2db;
	border-radius: 50px;
	min-width: 120px;
	height: 48px;
	line-height: 44px;
	text-align: center;
	padding: 0 28px;
	box-sizing: border-box;
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 50px;
	cursor: pointer;
}

.case-tab .tab-item.itemact {
	background: #5282ef;
	color: #FFFFFF;
	border: 1px solid #5282ef;
}

.statistics {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-top: 80px;
	margin-bottom: 60px;
	overflow: hidden;
}

.statistics .count {
	line-height: 50px;
	display: flex;
	align-items: baseline;
}

.statistics .count .number {
	display: inline-block;
	font-size: 60px;
	font-family: Penrose, BaseFont;
	font-weight: 600;
	line-height: 50px;
	vertical-align: middle;
	color: #fb3030
}

.statistics .count .unit {
	display: inline-block;
	margin-left: 10px;
	font-size: 24px;
	font-family: Penrose, PingFang SC Medium, BaseFont;
	font-weight: 500;
	line-height: 24px;
	vertical-align: middle;
	color: #656c75
}

.statistics .text {
	margin-top: 14px;
	font-size: 20px;
	line-height: 22px;
	color: #949da8;
}

.solution-partner-logos {
	margin: 80px auto 100px;
	overflow: hidden;
}

.footzx {
	background: #0c1d48;
	height: 210px;
}

.footzx .content {
	position: relative;
	padding-top: 60px;
	width: 1200px;
	z-index: 1;
	margin: 0px auto;
}

.footzx .content .ggPahd {
	font-size: 40px;
	color: rgb(245, 246, 250);
	letter-spacing: 2px;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
}

.footzx .content .jaOLTF {
	margin-top: 22px;
	font-size: 20px;
	color: rgba(245, 246, 250, 0.5);
	line-height: 20px;
}

.footzx .content .ifBRgt {
	color: #fb3030;
	font-size: 24px;
	line-height: 24px;
	font-family: arial;
}

.footzx .content .ljzx {
	user-select: none;
	cursor: pointer;
}

.copy {
	width: 160px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	display: block;
	font-size: 14px;
	color: #FFFFFF;
	background: #fb3030;
	box-sizing: border-box;
	margin-top: 0.2rem;
	border: none;
}

.copy-text {
	opacity: 0;
}

.btn-chat {
	display: block;
	height: 40px;
	font-size: 14px;
	color: rgb(255, 255, 255);
	letter-spacing: 2px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	font-weight: bold;
	background: #fb3030;
	overflow: hidden;
	transition: all 0.3s ease-in-out 0s;
}

.swiper-wrap {
	position: relative;
	width: 1200px;
	margin: 0 auto 66px;
}

.swiper-wrap .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: -68px;
}

.swiper-wrap .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: -68px;
}

.swiper-wrap .swiper-button-next:after,
.swiper-wrap .swiper-button-prev:after {
	color: rgba(255, 255, 255, 0.3);
}

.morebtn {
	width: 260px;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	display: block;
	margin: 0 auto;
	background: #FB3030;
	border-radius: 4px;
}

.video-modal {
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	box-sizing: border-box;
	list-style: none;
	position: relative;
	width: auto;
	padding: 0 0 24px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 100;
	display: none;
}

.ant-modal-wrap {
	position: fixed;
	overflow: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	display: block;
	background: rgba(0, 0, 0, .65);
	display: none;
}

.ant-modal-content {
	position: relative;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	background-clip: padding-box;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .15)
}

.video-modal .btn-close {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 30px;
	line-height: 38px;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	box-shadow: 0 0 6px 0 rgba(112, 152, 204, .16);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	cursor: pointer
}

.pcwx {
	width: 178px;
	height: 192px;
	position: fixed;
	margin-top: 60px;
	right: 57px;
	background: #fff;
	border-radius: 0 0 4px 4px;
	font-size: 14px;
	color: #333;
	text-align: center;
	z-index: 1000;
	box-sizing: border-box;
}

.pcwx.pckf {
	height: 64px;
}

.pcwx .wx {
	margin-top: 10px;
}

.shouqi {
	color: #2287f1;
	margin-top: 5px;
}

.kfshow {
	padding-top: 10px;
	display: none;
}

.poster-btn img {
	width: 20px;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.pcwx.pckf .poster-btn img {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

.sermartop {
	margin-top: 110px;
}



/* 核心业务*/
.coreBusiness{
	background: linear-gradient(0deg, #FFFFFF, #F5F6FA);
}
.coreBusiness .core-item{
	float: left;
	width: 282px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	font-size: 18px;
	color: #222222;
	padding: 30px 20px;
	margin-right: 30px;
	line-height: 32px;
	text-align: justify;
}
.coreBusiness .core-item:last-of-type{
	margin-right: 0;
}

.coreBusiness .core-item img{
	width: 112px;
	height: 112px;
	border-radius: 100%;
	margin: 0 auto;
	display: block;
}
.coreBusiness .core-item h4{
	font-size: 30px;
	color: #051233;
	text-align: center;
	font-weight: bold;
	margin: 20px 0;
}
.coreBusiness .core-item a.contact-btn{
	width: 160px;
	height: 38px;
	font-size: 14px;
	font-family: "PingFang SC";
	font-weight: 400;
	color: #FFFFFF;
	background: #0979F1;
	line-height: 38px;
	display: block;
    text-align: center;
    margin: 20px auto;
}

.layout-content .banner-smtit-group{
	overflow: hidden;
	margin-top:12px;
	width: 700px;
	display: flex;
flex-wrap: wrap;
}

.layout-content .banner-smtit-group .sm-title {
	width: 50%;
	font-weight: 600;
	margin-top: 24px;
	font-size: 20px;
	line-height: 30px;
	background-size: 22px;
	letter-spacing: 3px;
}
.layout-content .banner-smtit-group .sm-title span{
	color: #F9D643;
	font-size: 26px;
}
.layout-content .banner-intro-con{
	font-size: 20px;
	margin-top: 20px;
	line-height: 44px;
}

/*第四部分 工作流程*/

.process {
	background-image: url("../images/bk2.jpg");
	/*background-attachment: fixed;*/
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 20px 0 40px;
	margin-bottom: 30px;
	overflow: hidden;
}

.process .line-h {
	overflow-x: auto;
	padding-left: 10px;
	overflow-y: hidden;
	height: 390px;
}

.process .line-h::-webkit-scrollbar {
	display: none;
}

.process .list {
	width: 140px;
	float: left;
	height: 100%;
}

.process .port {
	text-align: center;
	bottom: -130px;
	width: 140px;
}

.process .con {
	height: 350px;
	font-size: 14px;
	position: relative;
}

.process .start {
	width: 80px
}

.process .start .in {
	bottom: -40px;
    border-radius: 50%;
    background: #d62727;
    width: 80px;
    height: 80px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
        display: flex;
    justify-content: center;
    align-items: center;
}

.poa {
	position: absolute;
}

.process .con ul {
	height: 100%;
}

.process .list p {
	margin-bottom: 15px;
	opacity: .8;
	color: #fff;
	font-weight: 700;
}

.process .list p:hover {
	opacity: 1
}

.process .port .bottom-text {
	margin-top: 1.18rem;
	opacity: 1
}

.process .port:after {
	 position: absolute;
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    border: 1px #d62727 solid;
    bottom: 114px;
    left: 50%;
    margin-left: -16px;
}

.process .port:before {
	    position: absolute;
    content: '';
    display: block;
    width: 12px;
    bottom: 124px;
    height: 12px;
    border-radius: 12px;
    background: #d62727;
    left: 50%;
    transform: translateX(-50%);
}

.process .end {
	float: right;
}

.process .end .in {
	line-height: 0.8rem;
}

.process .line {
	height: 3px;
	background: #d62727;
}


@media screen and (max-width: 1601px) {
	.bannerCon .layout-content .title {
		font-size: 46px;
	}
	.bannerCon .layout-content .sub-title {
		margin-top: 10px;
		font-size: 16px;
	}
	.bannerCon .layout-content .bannerhref {
		width: 240px;
		height: 46px;
		font-size: 16px;
		line-height: 46px;
		margin-top: 80px;
	}
	.bannerCon .layout-content .hint {
		margin-top: 10px;
		font-size: 16px;
		line-height: 20px;
	}
	.bannerCon .banner-label {
		bottom: -95px;
		color: #051233;
		font-size: 16px;
		height: 190px;
	}
	.bannerCon .banner-label img {
		transform: scale(0.8);
	}
	.bannerCon .banner-label span {
		margin-top: 0;
	}
	.sermartop {
		margin-top: 80px;
	}
	.com-tit h3 {
		font-size: 44px;
	}
}

@media screen and (max-width: 750px) {
	.pubwidth {
		width: 100%;
	}
	.clSAer {
		display: none;
	}
	.header_web {
		background-color: #fff;
		height: 1rem;
		width: 100%;
		position: fixed;
		top: 0;
		z-index: 12;
		float: left;
		padding: 0 0.15rem;
	}
	.header_web .web_logo {
		width: 1.8rem;
		height: 0.84rem;
		float: left;
	}
	.header_web .web_logo img {
		width: 100%;
		margin-top: 0.08rem;
	}
	.websearch {
		font-size: 12px;
		color: #FFFFFF;
		float: left;
		width: 0.44rem;
		height: 0.44rem;
		cursor: pointer;
		background: url(../images/websearchbtn.png) no-repeat center;
		margin-top: 0.31rem;
		float: right;
		background-size: 100%;
		margin-right: 1.2rem;
	}
	.searchBox {
		width: 100%;
		height: 100%;
		background: rgba(14, 32, 67, 0.98);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		display: none;
	}
	.searchBox .close {
		display: block;
		width: 0.38rem;
		height: 0.38rem;
		background: url(../images/close.png) no-repeat;
		position: absolute;
		top: 1rem;
		right: 0.44rem;
		background-size: 100%;
	}
	.searchBox div {
		position: relative;
		margin: 2.32rem 0.4rem 0;
	}
	.searchBox .text {
		width: 100%;
		height: 0.92rem;
		line-height: 0.92rem;
		border-bottom: 0.02rem solid #ffffff;
		color: #ffffff;
		font-size: 0.26rem;
		outline: none;
		-webkit-appearance: none;
		padding-right: 1rem;
		box-sizing: border-box;
	}
	.searchBox div:after {
		content: "";
		display: block;
		width: 0.02rem;
		height: 0.48rem;
		background: #ffffff;
		position: absolute;
		top: 0.21rem;
		right: 0.82rem;
		z-index: 10;
	}
	.searchBox .search_btn {
		width: 0.48rem;
		height: 0.48rem;
		border: 0;
		outline: none;
		-webkit-appearance: none;
		cursor: pointer;
		background: url(../images/websearchbtn2.png) no-repeat center;
		position: absolute;
		top: 0.21rem;
		right: 0.17rem;
		background-size: 0.48rem 0.48rem;
	}
	.btn-nav {
		position: fixed;
		top: 0.34rem;
		right: 0.3rem;
		background: transparent;
		border: none;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		cursor: pointer;
		z-index: 99999;
	}
	.btn-nav:focus {
		outline: 0;
	}
	.icon-bar {
		display: block;
		margin: 0.06rem 0;
		width: 0.44rem;
		height: 0.06rem;
		background-color: #0068b7;
	}
	.nav-content {
		position: fixed;
		top: 1rem;
		bottom: 0;
		left: 0;
		right: 0;
		background: #FFFFFF;
		display: block;
		height: 100%;
		z-index: 9;
	}
	.nav-content ul {
		margin-top: 1rem;
		padding-top: 50px
	}
	.nav-content ul li a {
		color: #333;
		font-size: 0.32rem;
		display: block;
		text-align: center;
		line-height: 0.58rem;
	}
	.animat {
		display: block;
		margin: 0 auto;
	}
	.animat:hover .icon-bar,
	.animat:focus .icon-bar {
		background-color: #0068b7;
	}
	.animat:focus {
		cursor: pointer;
		z-index: 9999;
	}
	.icon-bar {
		-webkit-transition: all .7s ease;
		-moz-transition: all .7s ease;
		-ms-transition: all .7s ease;
		-o-transition: all .7s ease;
		transition: all .7s ease;
		z-index: 999999;
	}
	.animat .icon-bar {
		z-index: 999999;
		background-color: #0068b7;
	}
	.animat .top {
		-webkit-transform: translateY(0.1rem) rotateZ(45deg);
		-moz-transform: translateY(0.1rem) rotateZ(45deg);
		-ms-transform: translateY(0.1rem) rotateZ(45deg);
		-o-transform: translateY(0.1rem) rotateZ(45deg);
		transform: translateY(0.1rem) rotateZ(45deg);
	}
	.animat .bottom {
		-webkit-transform: translateY(-0.14rem) rotateZ(-45deg);
		-moz-transform: translateY(-0.14rem) rotateZ(-45deg);
		-ms-transform: translateY(-0.14rem) rotateZ(-45deg);
		-o-transform: translateY(-0.14rem) rotateZ(-45deg);
		transform: translateY(-0.14rem) rotateZ(-45deg);
	}
	.animat .middle {
		width: 0;
	}
	@keyframes showNav {
		from {
			top: -100%;
		}
		to {
			top: 0;
		}
	}
	@-webkit-keyframes showNav {
		from {
			top: -100%;
		}
		to {
			top: 0;
		}
	}
	@-moz-keyframes showNav {
		from {
			top: -100%;
		}
		to {
			top: 0;
		}
	}
	@-o-keyframes showNav {
		from {
			top: -100%;
		}
		to {
			top: 0;
		}
	}
	.showNav {
		-webkit-animation: showNav 1s ease forwards;
		-moz-animation: showNav 1s ease forwards;
		-o-animation: showNav 1s ease forwards;
		animation: showNav 1s ease forwards;
	}
	@keyframes hideNav {
		from {
			top: 0;
		}
		to {
			top: -100%;
		}
	}
	@-webkit-keyframes hideNav {
		from {
			top: 0;
		}
		to {
			top: -100%;
		}
	}
	@-moz-keyframes hideNav {
		from {
			top: 0;
		}
		to {
			top: -100%;
		}
	}
	@-o-keyframes hideNav {
		from {
			top: 0;
		}
		to {
			top: -100%;
		}
	}
	.hideNav {
		-webkit-animation: hideNav 1s ease forwards;
		-moz-animation: hideNav 1s ease forwards;
		-o-animation: hideNav 1s ease forwards;
		animation: hideNav 1s ease forwards;
	}
	.hidden {
		display: none;
	}
	.swiper-webbanner {
		margin-top: 1rem;
	}
	.swiper-webbanner img {
		width: 100%;
	}
	.com-tit {
		width: calc(100% - 0.6rem);
		box-sizing: border-box;
		margin: 0 0.3rem;
		margin-top: 1.2rem;
		font-size: 0.4rem;
		font-weight: normal;
		margin-bottom: 0.8rem;
	}
	.com-tit h3 {
		font-size: 0.48rem;
		margin-top: 0.24rem;
		line-height: 0.68rem;
	}
	.fangan {
		width: auto;
		margin: 0 0.3rem 0.25rem;
		border-radius: 0.05rem;
		box-shadow: 0 0 0.09rem rgba(64, 143, 253, 0.17);
		height: auto;
	}
	.fangan .fa_l {
		float: none;
		width: auto;
		height: auto;
		padding-bottom: 0.25rem;
	}
	.fangan .fa_l h3 {
		font-size: 0.3rem;
		padding: 0.3rem 0 0.1rem;
	}
	.fangan .fa_l p {
		font-size: 0.24rem;
		line-height: 0.4rem;
		width: auto;
	}
	.fangan .fa_r {
		float: none;
		width: auto;
		padding-bottom: 0.25rem;
	}
	.fangan .fa_r li {
		width: 50%;
		height: 1.67rem;
	}
	.fangan .fa_r li img {
		width: 0.38rem;
		height: 0.31rem;
		margin-top: 0.32rem;
	}
	.fangan .fa_r li h3 {
		font-size: 0.3rem;
		padding: 0.29rem 0 0.15rem;
	}
	.fangan .fa_r li p {
		font-size: 0.24rem;
	}
	.fangan .fa_r li+li:before {
		height: 0.78rem;
		margin-top: -0.39rem;
	}
	.fangan .fa_r li:nth-child(3):before {
		display: none;
	}
	.section5 .tion5 {
		width: calc(100% - 0.6rem);
		margin: 0 0.3rem;
		padding-top: 0.8rem;
	}
	.section5 .tion5 li {
		width: 50%;
		padding-bottom: 0.3rem;
	}
	.section5 .tion5 li .img,
	.section5 .tion5 li .img img {
		width: 0.65rem;
		height: 0.65rem;
	}
	.section5 .tion5 li p {
		font-size: 0.24rem;
		line-height: 0.4rem;
		padding: 0 0 0 0.2rem;
	}
}