.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 .sub-title {
	font-weight: 600;
	margin-top: 24px;
	font-size: 20px;
	line-height: 30px;
	background: url(../images/checked.png) no-repeat left center;
	padding-left: 30px;
	background-size: 22px;
	letter-spacing: 3px;
}

.layout-content .bannerhref {
	width: 290px;
	height: 60px;
	border-radius: 4px;
	font-size: 18px;
	line-height: 60px;
	text-align: center;
	background: linear-gradient(to right, #ff876d , #ff9e38);
	border-radius: 60px;
	color: #FFFFFF;
	display: block;
	margin-top: 100px;
}

.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;
}
.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: 24px;
	line-height: 48px;
	letter-spacing: 4px;
	font-weight: bold;
	line-height: 68px;
}

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

.pro-service {
	overflow: hidden;
	background: #f5f6fa;
}
.zxkfbtn{
	width: 320px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	font-size: 20px;
	text-align: center;
	background: linear-gradient(to right, #ff876d , #ff9e38);
	color: #FFFFFF;
	display: block;
	box-shadow: 0 10px 10px 0 rgba(251,48,48,0.15);
	clear: both;
    margin: 55px auto 122px;
}
.pro-service-list ul,.ability-list{
	overflow: hidden;
}
.pro-service-list ul li {
	width: 380px;
	height: 335px;
	border-radius: 6px;
	float: left;
	padding: 30px 28px 22px 30px;
	box-sizing: border-box;
	margin: 0 30px 30px 0;
	background: #fff;
	color: #051233;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
}

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

.pro-service-list ul li .pro-service-con h5{
	font-size: 16px;
	font-weight: bold;
}
.pro-service-list ul li .pro-service-con span{
	font-size: 22px;
	font-weight: bold;
}
.pro-service-list ul li .pro-service-con p {
	margin-top: 10px;
	font-size: 14px;
	color: #7d8599;
	line-height: 26px;
	border-bottom: 1px dashed #d1d1d1;
	margin-bottom: 14px;
	padding-bottom: 14px;
}
.pro-service-list ul li .pro-service-con .logo-item{
	margin: 10px 10px 0;
}
.pro-service-list ul li .pro-service-con .logo-item em{
	font-size: 14px;
	color: #051233;
	display: block;
	text-align: center;
	font-style: normal;
}
.solution-mod.abilities {
	background: url(../images/bg3.png) no-repeat center 50%;
	background-size: cover;
	overflow: hidden;
}
.solution-mod.abilities .zxkfbtn{
	width: 240px;
	margin-top: 60px;
}
.solution-mod.abilities .mod-title {
	color: #fff;
	text-align: center;
	font-size: 40px;
	margin: 0 auto 60px;
}

.solution-mod.abilities .ability {
	margin-right: 25px;
	margin-bottom: 25px;
	padding: 20px;
	width: 220px;
	height: 152px;
	background: #fff;
	color: #051233;
	text-align: center;
	box-sizing: border-box;
	font-size: 18px;
	float: left;
	border-radius: 6px;
}

.solution-mod.abilities .ability:nth-child(5n) {
	margin-right: 0;
}

.solution-mod.abilities .ability .icon-wrapper {
	margin: 0 auto;
	width: 46px;
	height: 46px
}

.solution-mod.abilities .ability .icon-wrapper img {
	width: 100%;
	height: 100%
}

.solution-mod.abilities .ability .name {
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}

.solution-mod.abilities .ability .desc {
	margin-top: 5px;
	font-size: 14px;
	text-align: center;
	color: #7d8599;
	margin-bottom: 18px;
}

.section-wechat{
	background: #f0f6ff;
}

.section-wechat .zhiboimg{
	position: relative;
	height: 996px;
}
.section-wechat .zhiboimg img{
	position: absolute;
	right: 0;
	top: 88px;
	height: 647px;
}
.section-wechat .zhiboimg .zxkfbtn{
	position: absolute;
	bottom: 120px;
	margin: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 416px;
}

.solution-mod .pains-slider .pains {
	width: 1200px;
	height: 50px;
	border: 1px solid #eeeeee;
	border-radius: 50px;
}

.solution-mod .pains-slider .pains ul li {
	flex: 1;
	height: 50px;
	line-height: 50px;
	text-align: center;
	float: left;
	border-right: 1px solid #eeeeee;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-size: 18px;
	color: #051233;
	box-sizing: border-box;
	cursor: pointer;
}
.solution-mod .pains-slider .pains ul li:last-child{
	border-right: 0;
}
.solution-mod .pains-slider .pains li.on {
	border-right-color: transparent;
	background: #5282ef;
	color: #FFFFFF;
	font-family: Penrose, PingFang SC Medium, BaseFont;
	font-weight: 500;
}
.solution-mod .pains-slider .pains li:first-of-type.on{
	border-radius: 50px 0 0 50px;
}
.solution-mod .pains-slider .pains li:last-of-type.on{
border-radius: 0 50px 50px 0;
}

.solution-mod .pains-slider .solutions {
	background: #FFFFFF;
	overflow: hidden;
	clear: both;
	width: 1200px;
}

.solution-mod .pains-slider .solution-content {
	display: -webkit-box;
	display: flex;
	padding-top: 70px;
	padding-left: 50px;
}

.solution-mod .pains-slider .solution-content .solution-list-inner {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	margin-bottom: 40px;
}

.solution-mod .pains-slider .solution-content .name {
	font-weight: bold;
	font-size: 18px;
	color: #051233;
	line-height: 28px;
	margin-bottom: 70px;
}

.solution-mod .pains-slider .btn-contact {
padding: 0 38px;
}

.solution-mod .pains-slider .solution-content .img-wrapper {
	-webkit-box-flex: 1;
	flex: 1 1;
}

.solution-mod .pains-slider .solution-content .img-wrapper img {
	float: right;
}


.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;
}

.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: url(../images/ditzxbg.png) no-repeat center;
	height: 458px;
}

.footzx .content {
	position: relative;
	padding-top: 120px;
	padding-bottom: 100px;
	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;
	text-align: center;
}

.footzx .content .ifBRgt {
	color: #fb3030;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	font-family: arial;
}
.footzx .content .ljzx {
    user-select: none;
    cursor: pointer;
    width: 540px;
    margin: 70px auto 0;
}

.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;
}

.gansgT{
	background: url(../images/hangyebg.png) no-repeat;
	height: 1140px;
}
.video-con{
	display: flex;
    margin-bottom: 48px;
}
.video-con-left{
	background-size: cover;
    position: relative;
    flex-shrink: 0;
    width: 580px;
    height: 220px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: background-image 300ms cubic-bezier(0, 0, 0.2, 1) 0s;
    border: 2px solid #18bbf4;
    box-sizing: border-box;
}
.video-con-left .btn-play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 49px;
    transform: translate(-50%, -50%);
}
.video-con-right{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    -webkit-box-pack: center;
    justify-content: center;
    flex: 1 1 0%;
    padding: 0px 60px;
}
.video-con-right .title {
	font-size: 36px;
    color: rgb(245, 246, 250);
    letter-spacing: 0px;
    line-height: 36px;
}
.video-con-right .desc {
    margin-top: 24px;
    font-size: 24px;
    color: #949da8;
    letter-spacing: 4px;
    line-height: 24px;
}
.industry-swiper .service-card-list{
}
.industry-swiper .service-card-list.casehide{
	display: none;
}
  .industry-swiper .service-card-list .service-card {
	width: 280px;
	height: 310px;
	margin-bottom: 27px;
}

.industry-swiper .service-card-list .service-card .card-img {
	height: 180px;
	overflow: hidden;
	transition: all 0.3s ease-in-out 0s;
}
.industry-swiper .service-card-list .service-card .card-content{
	padding: 26px 16px 0 20px;
	height:130px;
	box-sizing: border-box;
}
.industry-swiper .service-card-list .service-card .card-content .desc span{
	height: 24px;
	line-height: 24px;
	border: 1px solid #dfe6ee;
	font-size: 14px;
	color: #949da8;
	padding: 0 6px;
	margin-right: 6px;
	    display: block;
    float: left;
    margin-bottom: 6px;
}
.industry-swiper .service-card-list .service-card:hover .card-img{
	height: 140px;
	overflow: hidden;
	transition: all 0.3s ease-in-out 0s;
}
.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;
}
@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;
	}
}