/* index */
.new_top {
	/* background-color: #020206; */
}

.new_top .head {
	display: flex;
	position: fixed;
	height: 60px;
	color: #fff;
	max-width: 100%;
	min-width: 1280px;
	width: 100%;
	padding: 0 40px;
	z-index: 4;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-box-shadow: 0 0 40px rgba(0, 75, 162, .16);
	box-shadow: 0 0 40px rgba(0, 75, 162, .16);
}

.new_top.otherPage .head.active,
.new_top.otherPage .head:hover {
	color: #161616;
	background-color: #fff;
}
.new_top.otherPage .head.active{
	background-color: initial;
	box-shadow: none;
}
.new_top .head.moveUp {
	position: fixed;
	top: 0;
	width: 100%;
	border-bottom: 1px solid #eee;
	z-index: 999;
	transition: all 0.45s ease-in-out;
	background-color: #fff;
}

.new_top .head .logo {
	height: 60px;
}

.new_top .head .logo a {
	background-image: url(../images/index/logo.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 100%;
	margin-right: 12px;
	width: 117px;
}

.new_top .head.active .logo a,
.new_top .head.active.moveUp .logo a,
.new_top .head.active:hover .logo a,
.new_top.otherPage .head .logo a {
	background-image: url(../images/index/logobot.png);
}
.new_top .head.active .logo a{
	background-image: url(../images/index/logo.png);
}
.new_top .head .navs {
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-pack: center;
	justify-content: center;
	display: flex;
}

.new_top .head .navs li {
	height: 100%;
	padding: 0 30px;
	line-height: 60px;
	color: #020814;
	font-size: 14px;

}

.new_top .head .navs li .tit>a {
	display: flex;
	align-items: center;
	cursor: pointer;
	color: #fff;
}

.new_top .head.active.moveUp .navs li .tit a,
.new_top .head.active:hover .navs li .tit a,
.new_top.otherPage .head .navs li .tit a {
	color: #020814;
}
.new_top .head.active .navs li .tit>a{
	color:#fff;
}
.new_top .head .navs li .tit a.on::after {
	border-left: 1px solid;
	border-top: 1px solid;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 4px;
	margin-bottom: 2px;
	margin-left: 6px;
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
	-webkit-transition: margin-bottom .3s ease, -webkit-transform .3s ease;
	transition: margin-bottom .3s ease, -webkit-transform .3s ease;
	-o-transition: margin-bottom .3s ease, -o-transform .3s ease;
	-moz-transition: transform .3s ease, margin-bottom .3s ease, -moz-transform .3s ease;
	transition: transform .3s ease, margin-bottom .3s ease;
	transition: transform .3s ease, margin-bottom .3s ease, -webkit-transform .3s ease, -moz-transform .3s ease, -o-transform .3s ease;
	width: 4px;
}

.new_top .head .navs li .tit a:hover,
.new_top .head .navs li.active .tit a.on {
	color: #1664ff;
}

.new_top .head .navs li.active a.on::after {
	margin-bottom: -2px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.new_top .head .navs li .navConHover {
	display: none;
}

.new_top .head .navs li .navConHover>div {
	display: flex;
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	background-color: #119f0f;
	-moz-box-pack: center;
	background: -webkit-gradient(linear, left top, right top, from(#ebf2fd), color-stop(50%, #ebf2fd), color-stop(50%, #fff), to(#fff));
	background: -webkit-linear-gradient(left, #ebf2fd, #ebf2fd 30%, #fff 0, #fff);
	background: -moz-linear-gradient(left, #ebf2fd 0, #ebf2fd 30%, #fff 50%, #fff 100%);
	background: linear-gradient(90deg, #ebf2fd, #ebf2fd 30%, #fff 0, #fff);
	box-shadow: 0 10px 8px rgba(0, 0, 0, .07);
	-webkit-justify-content: center;
	justify-content: center;
	left: 0;
	max-height: -webkit-calc(100vh - 100px);
	max-height: -moz-calc(100vh - 100px);
	max-height: calc(100vh - 100px);
	opacity: 1;
	overflow: hidden;
	position: absolute;
	top: 60px;
	width: 100%;
	will-change: height;
}

.new_top .head .navs li.active div.navConHover {
	width: calc(100%);
	transition: background-color 0.3s, color 0.3s, height 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.new_top .head .navs li div.navConHover .navConLeft {
	width: 248px;
	line-height: 30px;
	padding: 0 20px;
}

.new_top .head .navs li div.navConHover .navConLeft dt {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 12px;
	padding-top: 50px;
}

.new_top .head .navs li div.navConHover .navConRight {
	background: #fff;
	color: #181818;
	-webkit-flex: 1 1;
	flex: 1 1;
	max-width: 1150px;
	min-width: 0;
	padding: 24px 0 20px 40px;
	position: relative;
	width: 0;
	z-index: 2;
	max-width: 1310px;
	display: flex;
	line-height: normal;
}

.new_top .head .navs li div.navConHover .navConRight>div {
	/* padding-bottom: 30px; */
}

.new_top .head .navs li div.navConHover .navConRight div.l,
.new_top .head .navs li div.navConHover .navConRight div.r {
	padding-top: 10px;
	width: 23%;
}

.new_top .head .navs li div.navConHover .navConRight div.c {
	padding-top: 10px;
	width: 50%;
}

.new_top .head .navs li div.navConHover .navConRight div h3 {
	font-size: 16px;
	color: #1664ff;
	padding: 0 10px;
}

.new_top .head .navs li div.navConHover .navConRight div.c h3 {
	margin: 0 5%;
}

.new_top .head .navs li div.navConHover .navConRight div dl {
	margin-top: 10px;
	padding: 10px 10px;
}

.new_top .head .navs li div.navConHover .navConRight.jffa dl {
	margin-top: 0;
	padding: 10px 0;
}

.new_top .head .navs li:nth-child(2) div.navConHover .navConRight div dl:hover {
	background-color: #ebf2fd;
	border-radius: 3px;
}

.new_top .head .navs li:nth-child(2) div.navConHover .navConRight div dl:hover dt {
	color: #1664ff;
}

.new_top .head .navs li div.navConHover .navConRight div.c>div {
	display: flex;
}

.new_top .head .navs li div.navConHover .navConRight div.c div div {
	width: 40%;
	margin: 0 5%;
}

.new_top .head .navs li div.navConHover .navConRight div dt {
	font-size: 14px;
	color: #020814;
	padding: 0 0 10px;
}

.new_top .head .navs li div.navConHover .navConRight div dd {
	font-size: 12px;
	line-height: 20px;
	color: #6d7484;
}

.new_top .head .navs li div.navConHover .navConRight.jffa>div {
	width: 20%;
	margin-right: 5%;
}

.new_top .head .navs li div.navConHover .navConRight.jffa>div dl {
	/* min-height: 180px; */
}

.new_top .head .navs li div.navConHover .navConRight.jffa>div dt {
	color: #1664ff;
	font-size: 16px;
	padding: 0 10px 10px;
}

.new_top .head .navs li div.navConHover .navConRight.jffa>div dd {
	line-height: 28px;
}

.new_top .head .navs li div.navConHover .navConRight.jffa>div dd a {
	font-size: 14px;
	display: block;
	padding: 0 10px;
}

.new_top .head .navs li div.navConHover .navConRight.jffa>div dd a:hover {
	background-color: #ebf2fd;
	color: #165dff;
	border-radius: 3px;
}

.new_top .head .right {
	font-size: 14px;
	line-height: 60px;
}

.new_top .head .right a {
	color: #fff;
	font-size: 14px;
}

.new_top .head.moveUp .right a,
.new_top .head.active .right a,
.new_top .head.moveUp .navs li a,
.new_top .head:hover .right a,
.new_top.otherPage .right a {
	color: #020814;
}

.new_top .head .right button.b,
.m_navs_top button.b {
	outline: none;
	background: url(../images/index/top_btn_bg.jpg) no-repeat center;
	color: #fff;
	padding: 0px 12px;
	border-radius: 6px;
	background-size: cover;
	font-size: 14px;
	outline: none;
	border: 0;
	line-height: 34px;
	margin-left: 20px;
}

.new_top .m_navs {
	display: none;
}

.new_banner {
	height:80vh;
}

.new_banner .banner_tp {
	position: relative;
}
.new_banner .swiper-container{
	height: 100%;
	background-color: #e0e5f0;
}
.new_banner .swiper-slide {
	align-items: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display:flex;
}
.new_banner .swiper-slide div.w1200{
	
}

.new_banner .swiper-slide h3 {
	font-size: 46px;
	color:#020814;
	line-height: 95px;
}
.new_banner .swiper-slide p {
	font-size: 20px;
	color:#41464f;
	line-height: 60px;
	padding:0 0 40px
}
.new_banner .swiper-slide.black h3,.new_banner .swiper-slide.black p{
	color:#fff;
}

.new_banner .swiper-slide p.ljzx {
	padding:  0 0px;
}

.new_banner .swiper-slide p.ljzx button,
.cooperate_banner dl dd p button {
	background: url(../images/index/top_btn_bg.jpg) no-repeat center;
	color: #fff;
	padding: 8px 40px;
	border-radius: 6px;
	background-size: cover;
	font-size: 24px;
	outline: none;
	border: 0;
	line-height: 40px;
}

.new_banner .swiper-slide div.r {
	flex-grow: 1;
	display: flex;
	justify-content: flex-start;
}

.new_banner .swiper-container .swiper-pagination {
	bottom: 85px;
}

.new_banner .swiper-container .swiper-pagination-bullet {
	opacity: 1;
	position: relative;
	width: 60px;
	height: 3px;
	border-radius: 3px;
	margin: 0 4px;
	background-color: rgba(0, 0, 0, 0.5);
	transition: background-color .3s ease;
}

.new_banner .swiper-container .swiper-pagination-bullet::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transform: scaleX(0);
	transform-origin: 0 0;
	border-radius: 3px;
}

.new_banner .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
	animation: sliderPagination 3s linear forwards
}

.new_banner .swiper-container .swiper-pagination-bullet:hover {
	background-color: #fff;
}

@keyframes sliderPagination {
	100% {
		transform: scaleX(1);
		opacity: 1;
	}
}

.new_banner .number {
	background-color: #fff;
	display: flex;
	background: url(../images/index/num_bg.png) no-repeat center;
	border-radius: 10px;
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 100%;
	padding: 20px;
	z-index: 2;
}

.new_banner .number p {
	width: 25%;
	font-size: 16px;
	color: #020814;
	text-align: center;
}

.new_banner .number p b {
	border-radius: 100%;
	background-color: #eef3ff;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	padding: 4px;
}

.new_banner .number p img {
	width: 52px;
}

.new_banner .number p span {
	font-size: 26px;
	color: #165dff;
	vertical-align: text-bottom;
}

.new_inTit {
	font-size: 36px;
	color: #020814;
	padding: 70px 0;
	text-align: center;
	font-weight: bold;
}

.new_block1 {
	height: 696px;
	background: url(../images/index/new_block1_bg.jpg) no-repeat center;
	padding-top: 50px;
	background-size: cover;
}

.new_block1 .con {
	display: flex;
}

.new_block1 .con>div {
	width: 26%;
	margin-right: 2%;
	border-radius: 10px;
	background: #fff url(../images/index/block1_bg_l.png) no-repeat;
	padding: 20px 0 10px;
}

.new_block1 .con>div.c {
	width: 48%;
	background: #fff url(../images/index/block1_bg_c.png) no-repeat;
}

.new_block1 .con>div.r {
	margin-right: 0;
	background: #fff url(../images/index/block1_bg_r.png) no-repeat;
}

.new_block1 .con>div div.tit {
	font-size: 20px;
	color: #5c43a4;
	margin: 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #e9e6f2;
}

.new_block1 .con>div.c div.tit {
	color: #0d72aa;
}

.new_block1 .con>div.r div.tit {
	color: #1357bd;
}

.new_block1 .con>div div.tit p {
	padding-top: 16px;
	font-size: 14px;
}

.new_block1 .con>div dl {
	padding: 20px;
	line-height: 26px;
	text-align: justify;
}

.new_block1 .con>div dl dt {
	font-size: 18px;
	color: #020814;
}

.new_block1 .con>div dl dt span {
	margin-left: 5px;
}

.new_block1 .con>div dl dd {
	padding-top: 6px;
	font-size: 14px;
	color: #41464f;
	/* min-height: 58px; */
}

.new_block1 .con>div dl dt span {
	opacity: 0;
}

.new_block1 .con>div dl:hover dt {
	color: #165dff;
}

.new_block1 .con>div dl:hover dt span {
	opacity: 1;
}

.new_block1 .con>div.c dl {
	display: inline-block;
	width: 48%;
	vertical-align: top;
}

.new_block2 {

	background-color: #f4f7fc;
	padding-bottom: 80px;
}

.container {
	display: flex;
	width: 100%;
	height: 428px;
	box-sizing: border-box;
}

.box {
	flex: 1;
	overflow: hidden;
	transition: .5s;
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
	background: url(../images/index/block2_bg11.jpg) no-repeat right top;
	background-size: cover;
	border-radius: 10px;
	position: relative;
}

.box:nth-child(2) {
	margin: 0 2%;
	background: url(../images/index/block2_bg22.jpg) no-repeat right top;
	background-size: cover;
}

.box:nth-child(3) {
	background: url(../images/index/block2_bg33.jpg) no-repeat right top;
	background-size: cover;
}

.box.active {
	flex: 1 1 25%;
}

.box span.tag {
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 2px 3px;
	font-size: 12px;
	color: #fff;
}

.box div.main {
	padding: 30px;
}

.box div.main>div {
	display: none;
}

.box.active div.main>div {
	display: block;
}

.box h4,
.box div h5 {
	color: #fff;
	font-size: 22px;
}

.box h4 {
	display: block;
	position: absolute;
	left: 30px;
	bottom: 20%;
}

.box.active h4 {
	display: none;
}

.box div h5 {
	padding: 50px 0 0;
}

.box div ul {
	padding: 20px 0;
}

.box div ul li {
	color: #fff;
	font-size: 14px;
	line-height: 34px;
}

.box div ul li img {
	width: 14px;
	vertical-align: middle;
}

.box div.ljzx button {
	color: #000;
	font-size: 14px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	background: hsla(0, 0%, 100%, .9);
	border: 0;
	outline: none;
	padding: 12px 20px;
	border-radius: 6px;
}

.box div.ljzx button:hover {
	background: hsla(0, 0%, 100%, 1);
}

.box div.ljzx button img {
	width: 14px;
	margin-left: 4px;
}

.new_block3 {
	background: url(../images/index/new_block3_bg.jpg) no-repeat center;
	padding: 0px 0 46px;
	background-size: cover;
}


.new_block3 .con dl {
	width: 30.33%;
	background-color: rgba(255, 255, 255, .3);
	margin-bottom: 3%;
	margin-right: 3%;
	text-align: center;
	border-radius: 10px;
	padding: 30px 20px 20px;
	transition: background .6s;
	box-shadow: 0 0 10px rgba(213, 230, 230, 0.5),
		/* 主外发光 */
		0 0 10px rgba(213, 230, 230, 0.2),
		/* 次外发光 */
		0 0 20px rgba(213, 230, 230, 0.1);
	/* 远离中心的外发光 */
	float: left;
}

.new_block3 .con dl:nth-child(3) {
	margin-right: 0;
}

.new_block3 .con dl:hover {
	background-color: rgba(255, 255, 255, 1);
}
.new_block3 .con dl dt img{
	max-width: 105px;
}
.new_block3 .con dl dd h4 {
	font-size: 26px;
	color: #020814;
	padding: 20px 0;
}

.new_block3 .con dl dd p {
	font-size: 20px;
	padding-bottom: 20px;
}

.new_block4 {
	background-color: #f4f7fc;
	padding: 0 0 60px;
}

.new_block4 div.con {
	display: flex;
}

.new_block4 div.con dl {
	width: 33.33%;
	margin-right: 3%;
	border-radius: 10px;
	transition: background .6s;
	position: relative;
	height: 452px;
	overflow: hidden;
}

.new_block4 div.con dl:nth-child(3) {
	margin-right: 0;
}

.new_block4 div.con dl dt img {
	border-radius: 10px 10px 0 0;
	width: 100%;
}

.new_block4 div.con dl dd {
	border-radius: 10px;
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	background: linear-gradient(180deg, hsla(0, 0%, 100%, .8), #fff 17.97%);
	position: absolute;
	top: 216px;
	left: 0;
	padding: 20px 20px;
	width: 100%;
	height: 236px;
	overflow-y: hidden;
}

.new_block4 div.con dl dd .logo img {
	max-width: 100%;
}

.new_block4 div.con dl dd h4 {
	font-size: 24px;
	color: #020814;
	padding: 20px 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.new_block4 div.con dl dd p {
	font-size: 16px;
	color: #41464f;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: justify;
}

.new_block4 div.con dl dd div.ljzx {
	padding: 30px 0 0;
}

.new_block4 div.con dl dd button {
	width: 100%;
}

.new_block4 div.con dl.active {
	box-shadow: 0 0 10px rgba(213, 230, 230, 0.5),
		/* 主外发光 */
		0 0 10px rgba(213, 230, 230, 0.2),
		/* 次外发光 */
		0 0 20px rgba(213, 230, 230, 0.1);
	/* 远离中心的外发光 */
	cursor: pointer;
}

.new_block4 div.con dl.active dd p {
	overflow: auto;
	display: block;
}

.new_inSubTit {
	font-size: 28px;
	text-align: center;
	color: #020814;
	padding: 50px 0;
}

.new_block4 .subCon {
	display: flex;
}

.new_block4 .subCon h5 {
	font-size: 24px;
	color: #020814;
	padding-bottom: 30px;
}

.new_inZwhy {
	width: 40%;
}

.new_inZwhy p {
	font-size: 16px;
	color: #020814;
	line-height: 24px;
}

.new_inQsydw {
	width: 50%;
	margin-left: 10%;
}

.new_inZwhy div {
	display: flex;
}

.new_inZwhy div dl {
	width: 33.333%;
	margin-top: 60px;
}

.new_inZwhy div dl dt {
	font-size: 30px;
	color: #165dff;
}

.new_inZwhy div dl dd {
	font-size: 16px;
	color: #020814;
	padding: 20px 0 15px;
	position: relative;
}

.new_inZwhy div dl dd::after {
	width: 46px;
	height: 3px;
	background-color: #165dff;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
}

.new_inQsydw_con div {
	display: flex;
}

.new_inQsydw_con div p {
	width: 33.33%;
	background-color: #fff;
	margin-right: 3%;
	margin-bottom: 3%;
	height: 60px;
	display: flex;
	align-items: center;
}

.new_inQsydw_con div p:nth-child(3) {
	margin-right: 0;
}

.new_inQsydw_con div p img {
	margin: 0 auto;
	max-width: 90%;
	max-height: 80%;
}

.new_block5 {
	height: 268px;
	background: url(../images/index/new_block5_bg.jpg) no-repeat center;
	display: flex;
	align-items: center;
	background-size: cover;
}

.new_block5 dl {
	/* padding-left: 200px; */
}

.new_block5 dl dt {
	font-size: 36px;
	color: #020814;
}

.new_block5 dl dd {
	padding-top: 36px;
}

.new_block4 div.con dl dd button,
.new_block5 dl dd button,
.cooperate_block3 .con>div.zxsq .zxsqCon div input[type=submit] {
	border: none;
	background: url(../images/index/btnbg.png) no-repeat center;
	color: #fff;
	padding: 12px 40px;
	border-radius: 6px;
	background-size: cover;
	font-size: 18px;
	outline: none;
}

.new_botTop {
	background-color: #f4f7fc;
	display: flex;
}

.new_botTop div.w1200 {
	border-bottom: 1px solid #dde2e9;
}

.new_botTop div.w1200,
.new_bottom .w1200 {
	display: flex;
}

.new_botTop dl {
	display: flex;
	padding: 35px 0 28px;
}

.new_botTop dl:first-child {
	width: 28%;
}

.new_botTop dl:nth-child(2) {
	width: 28%;
}

.new_botTop dl:nth-child(3) {
	width: 25%;
}

.new_botTop dl:last-child {
	width: 18%;
}

.new_botTop dl dt {
	margin-right: 15px;
}
.new_botTop dl dt img{
	max-width: 45px;
}
.new_botTop dl dd h4 {
	font-size: 16px;
	color: #020814;
	padding-bottom: 12px;
}

.new_botTop dl dd p {
	font-size: 14px;
	color: #41464f;
}

.new_bottom {
	background-color: #f4f7fc;
	padding: 50px 0 10px;
}

.new_bottom .logo {
	width: 15%;
}

.new_bottom .navs {
	display: flex;
	width: 55%;
}

.new_bottom .lxwm {
	width: 30%;
}

.new_bottom .navs dl dt,
.new_bottom .lxwm dl dt {
	padding-bottom: 6px;
	color: #020814;
	font-size: 14px;
	line-height: 30px;
}

.new_bottom .navs dl dd,
.new_bottom .lxwm dl dd {
	line-height: 30px;
}

.new_bottom .navs dl dd a,
.new_bottom .lxwm dl dd,
.new_bottom .ewm dl dd {
	color: #41464f;
	font-size: 14px;
}

.new_bottom .ewm {
	display: flex;
	width: 20%;
	align-items: center;
	margin-top: 20px;
}

.new_bottom .navs dl {
	width: 50%;
}

.new_bottom .ewm dl {
	text-align: center;
	margin-right: 24px;
}

.new_bottom .ewm dl dt {
	line-height: normal;
	padding-bottom: 0;
}

.new_bottom .ewm dl dt img {
	width: 80px;
}

.new_bottom .ewm dl dd {}

/* .new_block5 dl dd button:hover{opacity: .9;box-shadow: #ddd 1px 1px 6px;} */
.new_bottom .navs dl dd a:hover,
.new_top .head .right a:hover,
.copy div.w1200 a:hover {
	color: #165dff;
}

.copy {
	padding-top: 50px;
}

.copy div.w1200 {
	padding: 30px 0 10px;
	border-top: 1px solid #dde2e9;
	text-align: center;
	display: block;
}

.copy div.w1200,
.copy div.w1200 a {
	font-size: 14px;
	color: #41464f;
}

button {
	position: relative;
}

button:hover:before {
	background: rgba(255, 255, 255, 0.2)
}

button::before {
	content: '';
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	transition: background 0.4s
}

img {
	transition: all .4s;
}

.suspension {
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	bottom: 146px;
	display: -moz-box;
	flex-direction: column;
	position: fixed;
	width: 70px;
	right: 24px;
	z-index: 699;
	-moz-transform: scale(.9);
	transform: scale(.9);
	-moz-transform-origin: right bottom;
	transform-origin: right bottom;
}

.suspension-box {
	position: relative;
	float: right;
}

.suspension .a {
	display: inline-block;
	cursor: pointer;
	outline: none;
	border-radius: 24px;
	box-shadow: 0 15px 35px -2px rgba(0, 0, 0, .05), 0 5px 15px rgba(0, 0, 0, .03);
	padding: 14px;
	width: 48px;
}

.suspension .a-service-phone {
	background: linear-gradient(180deg, #385eff, #1664ff);
	border: none;
	color: #fff;
	margin-top: 0;
	font-size: 14px;
	font-weight: 500;
	margin-top: 9px;
	white-space: normal;
	text-align: center;
	line-height: 20px;
}

.suspension .a-service-phone .i {
	width: 21px;
	height: 21px;
	background: url(../images/index/zxzxico.png) no-repeat center;
	display: block;
	background-size: cover;
	margin-bottom: 6px;
}

.suspension .a-top {
	-moz-box-pack: center;
	-moz-box-align: center;
	align-items: center;
	background: #fff;
	border-radius: 50%;
	bottom: -65px;
	box-shadow: 0 15px 35px -2px rgba(0, 0, 0, .05), 0 5px 15px rgba(0, 0, 0, .03);
	color: #41464f;
	cursor: pointer;
	display: -moz-box;
	display: flex;
	height: 48px;
	justify-content: center;
	position: absolute;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 48px;
	display: none;
}

.suspension .a-top i {
	background: url(../images/index/btop.png) no-repeat center;
	background-size: cover;
	width: 21px;
	height: 21px;
	display: block;
}

.suspension .a-top:hover i {
	background: url(../images/index/btop_on.png) no-repeat center;
	background-size: cover;
}

.suspension .d-service-phone {
	display: none;
	padding: 8px 12px;
	width: 308px;
	border-radius: 8px;
	background: #fff;
	position: absolute;
	top: -24px;
	right: 68px;
	min-height: 90px;
	border: 1px solid #E0E1E5;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
	z-index: 999;
}

.suspension .d-service-phone.active {
	display: block;
}

.suspension .d-service-phone .arrow {
	position: absolute;
	border-bottom: none;
	border-left: none;
	border-top-right-radius: 2px;
	margin-top: -8px;
	right: -8px;
	top: 100px;
	transform: rotate(45deg) scale(1.4);
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #e5e6eb;
	z-index: 1;
	content: "";
	display: block;
	height: 14px;
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 50% 50% 0;
	-moz-transform-origin: 50% 50% 0;
	-o-transform-origin: 50% 50% 0;
	transform-origin: 50% 50% 0;
	width: 14px;
	border-bottom: none;
	border-left: none;
}

.suspension .d-service-phone .inner-box {
	padding: 8px 10px 12px;
}

.suspension .d-service-phone .inner-box h3 {
	color: #737a87;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .003em;
	padding-top: 6px;
	padding-bottom: 10px;
}

.suspension .d-service-item {
	padding: 10px 0;
	-moz-box-align: center;
	align-items: center;
	border-radius: 8px;
	cursor: pointer;
	display: -moz-box;
	display: flex;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.suspension .d-service-item:hover {
	background: #f3f7ff;
	color: #1664ff;
}


.suspension .d-service-item .text {
	line-height: 22px;
	font-size: 14px;
	color: #41464f;
}



.suspension .d-service-intro {
	padding-top: 10px;
}

.suspension .d-service-intro p {
	float: left;
	line-height: 27px;
	font-size: 12px;
	width: 50%;
	white-space: nowrap;
	color: #888;
}

.suspension .d-service-intro i {
	background: url(../images/side_con_icon01.png) no-repeat center center;
	height: 27px;
	width: 14px;
	margin-right: 5px;
	vertical-align: top;
	display: inline-block;
}

.suspension .d-service-item .icon {
	background-color: #f3f7ff;
	background-image: url(../images/index/zxdh.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60%;
	-moz-box-pack: center;
	-moz-box-align: center;
	align-items: center;
	border-radius: 18px;
	color: #80838a;
	display: -moz-box;
	display: flex;
	height: 36px;
	justify-content: center;
	margin: 0 10px;
	width: 36px;
}

.suspension .d-service-item .icon.ywzx {
	background-image: url(../images/index/ywzx.png);
}

.suspension .d-service-item:hover .icon {
	background-image: url(../images/index/zxdh_on.png);
}

.suspension .d-service-item:hover .icon.ywzx {
	background-image: url(../images/index/ywzx_on.png);
}

/* index end */
/* cooperate */
.new_top.otherPage {
	position: relative;
}

.new_top.otherPage .head {
	background-color: rgba(255, 255, 255, .3);
}

.new_top.otherPage .head.moveUp,
.new_top.otherPage .head:hover {
	background-color: rgba(255, 255, 255, 1);
}

.cooperate_banner {
	height: 522px;
	background-color: #eef2fb;
	background-image: url(../images/other/cooperate_banner.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 60px;
	display: flex;
	align-items: center;
}

.cooperate_banner dl {
	width: 40%;
	padding-bottom: 60px;
}

.cooperate_banner dl dt {
	font-size: 42px;
	font-weight: bold;
}

.cooperate_banner dl dd {
	font-size: 16px;
	color: #41464f;
}

.cooperate_banner dl dd p {
	line-height: 30px;
}

.cooperate_banner dl dd p.memo {
	padding: 30px 0 50px;
}

.cooperate_banner dl dd p button {}

.cooperate_block1 {
	height: 422px;
	background-color: #d1d9ec;
	background-image: url(../images/other/cooperate_bg1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.cooperate_block1 .con,
.cooperate_block2 .con {
	display: flex;
	align-items: center;
	padding: 20px 0 0;
}

.cooperate_block1 .con dl,
.cooperate_block2 .con dl {
	width: 20%;
	margin: 0 3%;
	text-align: center;
}

.cooperate_block1 .con dl dt img {
	width: 64px;
}

.cooperate_block1 .con dl dd h4 {
	padding: 20px 0 20px;
	font-size: 20px;
	color: #020814;
	font-weight: bold;
}

.cooperate_block1 .con dl dd p {
	color: #41464f;
	font-size: 14px;
}

.cooperate_block2 {
	height: 348px;
	background-color: #f4f7fc;
}

.cooperate_block2 .con dl {
	width: auto;
	margin: 0;
	position: relative;
}

.cooperate_block2 div.line {
	width: 10%;
	margin: 0 2%;
	border-top: 2px solid #e2e2e2;
	padding-bottom: 20px;
}

.cooperate_block2 dl dt {
	color: #85b3ff;
	font-size: 46px;
	font-weight: bold;
}

.cooperate_block2 dl dd {
	padding-top: 20px;
	color: #020814;
	font-size: 18px;
}

.cooperate_block3 {
	height: 698px;
	background-color: #d8def0;
	background-image: url(../images/other/cooperate_bg3.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.cooperate_block3 .con {
	background-color: #fff;
	display: flex;
	padding: 4% 15%;
}

.cooperate_block3 .con>div {
	width: 35%;
}

.cooperate_block3 .con>div.zxsq {
	width: 55%;
	margin-left: 10%;
}

.cooperate_block3 .con h4 {
	font-size: 24px;
	color: #41464f;
	padding-bottom: 10px;
}

.cooperate_block3 .con h4:first-child {
	padding-bottom: 30px;
}

.cooperate_block3 .con>div.zxsq .zxsqCon div {
	width: 80%;
	margin-bottom: 15px;
	display: flex;
	box-sizing: border-box;
	align-items: center;
}

.cooperate_block3 .con>div.zxsq .zxsqCon input[type=text] {
	padding: 10px;
	border: 1px solid #cfd9db;
	background-color: #ffffff;
	font-size: 16px;
	width: 100%;
	outline: none;
	border-radius: 5px;
}
.cooperate_block3 .con>div.zxsq .zxsqCon div.yzm input[type=text]{
	width:35%;
}
.cooperate_block3 .con>div.zxsq .zxsqCon div.yzm img{
	width:114px;
	margin-left: 10px;
	border-radius: 6px;
	cursor: pointer;
}
.cooperate_block3 .con>div.zxsq .zxsqCon div.yzm b{
	color:#e60000;
	font-size: 12px;
	margin-left: auto;
}
.cooperate_block3 .con>div.rxyx dl {
	font-size: 18px;
	padding-bottom: 20px;
	line-height: 30px;
}

.cooperate_block3 .con>div.rxyx dl dt {
	color: #212814;
}

.cooperate_block3 .con>div.rxyx dl dt img {
	width: 24px;
	vertical-align: middle;
}

.cooperate_block3 .con>div.rxyx dl dd {
	padding-top: 6px;
	color: #41464f;
}

.cooperate_block3 .con>div.zxsq .zxsqCon div.submit {
	margin-top: 30px;
}

.cooperate_block3 .con>div.zxsq .zxsqCon div input[type=submit]:hover {
	opacity: .8;
}

/* cooperate end */
/* about */
.about_navs {
	border-bottom: 1px solid #e4e8f0;
	text-align: center;
	flex-direction: row;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	z-index: 10;
}

.about_navs .w1200 {
	-ms-overflow-style: none;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	height: 60px;
	max-width: 100vw;
	overflow-x: scroll;
	scrollbar-width: none;
	width: 50%;
}

.about_navs .w1200 p {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	font-size: 14px;
	-webkit-justify-content: center;
	justify-content: center;
	line-height: 60px;
}

.about_navs a {
	cursor: pointer;
	display: inline-block;
	position: relative;
	color: #020814;
	-moz-box-flex: 1;
	-moz-box-align: center;
	-moz-box-pack: center;
	-webkit-align-items: center;
	align-items: center;
	color: #181818;
	cursor: pointer;
}

.et-hero-tabs-container--top.about_navs {
	position: fixed;
	top: 60px;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	z-index: 10;
}

.et-hero-tabs-container .head {
	transition: top .2s ease;
}

.et-hero-tabs-container .head.none {
	/* top: -60px; */
	border-bottom: none;
}

.about_navs .et-hero-tab-slider {
	position: absolute;
	bottom: 0;
	width: 0;
	height: 3px;
	background: #1664ff;
	transition: left 0.3s ease;
}

.about_navs a.active,
.about_navs a:hover {
	color: #1664ff;
}

.about_block1 {
	height: 822px;
	background-color: #eff4ff;
}

.about_block1 h3.new_inTit {
	padding: 40px 0 40px;
}

.about_block1 .con.gsjs {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(230, 239, 255, 0.3),
		/* 主外发光 */
		0 0 10px rgba(230, 239, 255, 0.2),
		/* 次外发光 */
		0 0 20px rgba(230, 239, 255, 0.1);
	/* 远离中心的外发光 */
	padding: 50px 60px;
	border-radius: 10px;
	margin-bottom: 30px;
}

.about_block1 .con.gsjs p {
	line-height: 30px;
	text-align: justify;
	padding-bottom: 10px;
	color: #41464f;
}

.about_block1 .con.qywh {
	display: flex;
}

.about_block1 .con.qywh dl {
	display: flex;
	align-items: center;
	width: 33.333%;
	background-color: #fff;
	border-radius: 6px;
	padding: 20px 10px;
}

.about_block1 .con.qywh dl:nth-child(2) {
	margin: 0 5%;
}

.about_block1 .con.qywh dl:hover {
	cursor: pointer;
	box-shadow: 0 0 10px rgba(104, 151, 229, 0.3),
		/* 主外发光 */
		0 0 10px rgba(104, 151, 229, 0.2),
		/* 次外发光 */
		0 0 20px rgba(104, 151, 229, 0.1);
	/* 远离中心的外发光 */
}

.about_block1 .con.qywh dl dt {
	margin: 0 5%;
}

.about_block1 .con.qywh dl dd h4 {
	font-size: 18px;
	color: #020814;
	font-weight: bold;
	padding-bottom: 16px;
}

.about_block1 .con.qywh dl dd p {
	font-size: 14px;
	color: #41464f;
}

.about_block2 {
	height: 664px;
	background-color: #e3ebfc;
	background-image: url(../images/other/about_bg2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.about_block2 .w1200 {
	position: relative;
	display: block;
	height: 100%;
}

.about_block2 .con {
	display: flex;
}

.about_block2 .con>div {
	position: absolute;
	left: 0;
	bottom: 18%;
	width: 20%;
	margin: 0 2.5%;
	display: flex;
}

.about_block2 .con>div:nth-child(2) {
	left: 25%;
	bottom: 26%;
}

.about_block2 .con>div:nth-child(3) {
	left: 50%;
	bottom: 35%;
}

.about_block2 .con>div:nth-child(4) {
	left: 75%;
	bottom: 43%;
}

.about_block2 .con dl {
	position: relative;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(104, 151, 229, 0.15),
		/* 主外发光 */
		0 0 10px rgba(104, 151, 229, 0.1),
		/* 次外发光 */
		0 0 20px rgba(104, 151, 229, 0.05);
	border-radius: 10px;
	padding: 20px;
	color: #020814;
	font-size: 16px;
	line-height: 24px;
}

.about_block2 .con dl::after {
	position: absolute;
	border-top-right-radius: 2px;
	left: 10%;
	bottom: -6px;
	box-sizing: border-box;
	background-color: #fff;
	z-index: 1;
	content: "";
	display: block;
	height: 14px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transform-origin: 50% 50% 0;
	-moz-transform-origin: 50% 50% 0;
	-o-transform-origin: 50% 50% 0;
	transform-origin: 50% 50% 0;
	width: 14px;

}

.about_block2 .con dl dt {
	font-size: 20px;
	color: #020814;
	font-weight: bold;
}

.about_block2 .con dl dt h4 {}

.about_block2 .con dl dt p {
	padding: 6px 0 10px;
}


.about_block3 {
	height: 530px;
	background-color: #f4f7fc;
}

.about_block3 .con ul {
	display: flex;
	margin-bottom: 4%;
	line-height: 114px;
}

.about_block3 .con ul:nth-child(2) {
	line-height: 30px;
}

.about_block3 .con ul li {
	background-color: #fff;
	width: 33.333%;
	text-align: center;
	font-size: 18px;
	border-radius: 6px;
}

.about_block3 .con ul li:nth-child(2) {
	margin: 0 4%;
}

.about_block3 .con ul:nth-child(2) li {
	padding: 27px 0;
}

.about_block3 .con ul li:hover {
	cursor: pointer;
	box-shadow: 0 0 10px rgba(104, 151, 229, 0.3),
		/* 主外发光 */
		0 0 10px rgba(104, 151, 229, 0.2),
		/* 次外发光 */
		0 0 20px rgba(104, 151, 229, 0.1);
	/* 远离中心的外发光 */
}

.about_block4 {
	height: 302px;
	background-color: #e2ebfc;
	background-image: url(../images/other/about_bg4.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.about_block4 .con ul {
	display: flex;
	margin: 0 3%;
}

.about_block4 .con ul li {
	background-color: #f4f7fc;
	width: 25%;
	padding: 20px 0;
	text-align: center;
	font-size: 18px;
	border-radius: 6px;
}

.about_block4 .con ul li:hover {
	cursor: pointer;
	box-shadow: 0 0 10px rgba(104, 151, 229, 0.3),
		/* 主外发光 */
		0 0 10px rgba(104, 151, 229, 0.2),
		/* 次外发光 */
		0 0 20px rgba(104, 151, 229, 0.1);
	/* 远离中心的外发光 */
}

.about_block4 .con ul li.line:hover {
	box-shadow: none;
}

.about_block4 .con ul li.line {
	background: none;
	width: 12.5%;
	position: relative;
	margin: 0 1%;
}

.about_block4 .con ul li.line::after {
	position: absolute;
	content: "";
	border-top: 2px dashed #77abff;
	top: calc(50% - 1px);
	width: 100%;
	left: 0;
}

.about_block5 {
	height: 460px;
	background-color: #fff;
}

.about_block5 .con {
	display: flex;
	margin: 0 4%;
}

.about_block5 .con dl {
	width: 50%;
	padding: 30px 60px 25px;
	background-color: #f5faff;
	background-image: url(../images/other/about_bg51.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 6px;
	margin: 0 2%;
}

.about_block5 .con dl.r {
	background-image: url(../images/other/about_bg52.jpg);
}

.about_block5 .con dl dt {
	font-size: 18px;
	color: #020814;
	font-weight: bold;
	padding-bottom: 12px;
}

.about_block5 .con dl dd {}

.about_block5 .con dl dd p {
	line-height: 30px;
	font-size: 16px;
}

.about_block5 .con dl dd p img {
	width: 18px;
	vertical-align: text-bottom;
}

/* about end */
/* productservice */
.productservice_banner {
	background-image: url(../images/other/productservice_banner.jpg);
}
.productservice_navs{
	position: static;
}
.productservice_navs .w1200{
	width: 30%;
}

.productservice_block1{
	padding-bottom: 40px;
}
.productservice_block1 .con{
	display: flex;
}
.productservice_block1 .con dl{
	padding:0 3%;
	text-align: center;
	position: relative;
}
.productservice_block1 .con dl::after{
	content: "";
	position: absolute;
	width:100%;
	border-bottom: 3px dashed #d1e3ff;
	top:60px;
	left:0;
	z-index: 2;
}
.productservice_block1 .con dl dt{
	font-size: 20px;
	color: #020814;
	padding-bottom: 70px;
}
.productservice_block1 .con dl .pulse{
	position: absolute;
	width:16px;
	height: 16px;
	background-color: #3183ff;
	border-radius: 50%;
	top:54px;
	left:50%;
	margin-left: -8px;
	z-index: 3;
	opacity: .8;
}
.productservice_block1 .con dl .pulse .ring{
	position: absolute;
	background-color: inherit;
	height: 100%;
	width: 100%;
	border-radius: 100%;
	opacity: .8;
	-webkit-animation: pulsing 2s ease-out infinite;
	animation: pulsing 2s ease-out infinite;
}
.productservice_block1 .con dl .pulse .ring:nth-of-type(1) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.productservice_block1 .con dl .pulse .ring:nth-of-type(2) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.productservice_block1 .con dl .pulse .ring:nth-of-type(3) {
    -webkit-animation-delay: -1.5s;
    animation-delay: -1.5s
}

.productservice_block1 .con dl dd{
	font-size: 16px;
	color:#41464f;
	text-align: left;
	line-height: 26px;
}
.productservice_block2 .con dl{
	float: left;
	width:49%;
	background-color: #f7f8fb;
	border-radius: 6px;
	margin-bottom: 2%;
	padding:30px;
}
.productservice_block2 .con dl.w100{
	width:100%;
}
.productservice_block2 .con dl.w49{
	width:49%;
}
.productservice_block2 .con dl.w49:nth-child(2n){
	float: right;
}
.productservice_block2 .con dl.w33{
	width:32%;
}
.productservice_block2 .con dl.w33:nth-child(2){
	margin:0 2%;
}
/* .productservice_block2 .con dl:nth-child(2n){
	float: right;
} */
.productservice_block2 .con dl dt{
	padding-bottom: 24px;
}
.productservice_block2 .con dl dt span{
	font-size: 14px;
	color:#707070;
	border:1px solid #cecfd1;
	border-radius: 3px;
	padding:4px 6px;
}
.productservice_block2 .con dl dd h4{
	font-size: 20px;
	color:#020814;
	padding:0 0 14px;
}
.productservice_block2 .con dl dd p{
	font-size: 16px;
	color:#41464f;
	text-align: left;
	line-height: 26px;
}
.productservice_block3{
	padding-bottom: 70px;
}
.productservice_block3 .con ul li{
	float: left;
	background-color: #f7f8fb;
	width:23.5%;
	margin-right:2%;margin-bottom: 2%;
	display: flex;
	min-height:100px;
	align-items: center;
	justify-content: center;
}
.productservice_block3 .con ul li:nth-child(4n){
	margin-right:0;
	
}
.productservice_block3 .con ul li a{
	color:#020814;
	font-size: 20px;
	text-align: center;
}
/* productservice end */

/* solution */
.solution_block1 .con p{
	line-height: 30px;
	color:#41464f;
	text-align: justify;
}
/* solution end */
/* consult */
.consult{
	padding-top: 60px;
	background-image: url(../images/other/consult_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.consult .w1200{
	display: flex;
	padding:65px 0;
}
.consult .w1200 .l{
	width:30%;
	margin-right: 10%;
	text-align: center;
	margin-top: 5%;
}
.consult .w1200 .l h3{
	font-size: 30px;
	color:#41464f;
	font-weight: bold;
	margin-bottom: 60px;
}
.consult .w1200 .l p{
	color:#181818;
	font-size: 20px;
	margin-bottom: 60px;
}
.consult .w1200 .l p span{
	color:#006eff;
	font-size: 12px;
	padding:3px 5px;
	border:1px solid #006eff;
	border-radius: 3px;
	vertical-align: middle;
}
.consult .w1200 .r{
	width:50%;
	background-color: #fff;
	border-radius: 10px;
	padding:3% 6%;
	margin-left: 10%;
}
.consult .w1200 .r h3{
	font-size: 30px;
	color:#41464f;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}
.consult .w1200 .r .zxsqCon .layui-form>div {
	width: 100%;
	margin-bottom: 15px;
	display: flex;
	box-sizing: border-box;
	align-items: center;
}
.consult .w1200 .r .zxsqCon .layui-form>div.xz{
	display: inline-block;
	font-size: 14px;
	color:#41464f;
	margin:20px  0 0 6%;
	width:94%;
	    line-height: 24px;
		
}
.consult .w1200 .r .zxsqCon .layui-form>div.xz .layui-form-checkbox{
	margin-top: 0;
	padding: 0;
}
.consult .w1200 .r .zxsqCon .layui-form>div.xz .layui-form-checked i{
	background-color: #3370ff;
}
.consult .w1200 .r .zxsqCon .layui-form>div.xz .layui-form-checkbox i{
	border-color: #3370ff;
}
.consult .w1200 .r .zxsqCon .layui-form>div.xz a{
	font-size: 14px;
	color:#3370ff;
	cursor: pointer;
}
.consult .w1200 .r .zxsqCon input[type=text] {
	padding: 10px;
	border: 1px solid #cfd9db;
	background-color: #ffffff;
	font-size: 16px;
	width: 82%;
	outline: none;
	border-radius: 5px;
}
.consult .w1200 .r .zxsqCon div textarea{
	width:82%;
	resize: none;
	border: 1px solid #cfd9db;
	border-radius: 5px;
	height:100px;
	outline: none;
	font-size: 16px;
	line-height: 26px;
	padding:6px 10px;
}
.consult .w1200 .r .zxsqCon div label{
	width: 120px;
	font-size: 14px;
	color:#41464f;
	line-height: 26px;
}
.consult .w1200 .r .zxsqCon div label b{	color:#e60000;	margin-right: 6px;vertical-align: middle;}
.consult .w1200 .r .zxsqCon div.yzm input[type=text]{
	width:35%;
}

.consult .w1200 .r .zxsqCon div.yzm img{
	width:114px;
	margin-left: 10px;
	border-radius: 6px;
	cursor: pointer;
}
.consult .w1200 .r .zxsqCon div.yzm b{
	color:#e60000;
	font-size: 12px;
	margin-left: auto;
}
.consult .w1200 .r div.rxyx dl {
	font-size: 18px;
	padding-bottom: 20px;
	line-height: 30px;
}

.consult .w1200 .r div.rxyx dl dt {
	color: #212814;
}

.consult .w1200 .r div.rxyx dl dt img {
	width: 24px;
	vertical-align: middle;
}

.consult .w1200 .r div.rxyx dl dd {
	padding-top: 6px;
	color: #41464f;
}

.consult .w1200 .r .zxsqCon div.submit {
	margin-top: 30px;
	margin-left: 6%;
	width:94%;
}
.consult .w1200 .r .zxsqCon div.submit input[type=submit] {
    border: none;
    background: url(../images/index/btnbg.png) no-repeat center;
    color: #fff;
    padding: 12px 40px;
    border-radius: 6px;
    background-size: cover;
    font-size: 18px;
    outline: none;
	width: 100%;
}
.consult .w1200 .r .zxsqCon div input[type=submit]:hover {
	opacity: .8;
}
/* consult end */
@-webkit-keyframes pulsing {
    100% {
        transform: scale(2);
        opacity: 0
    }
}

@keyframes pulsing {
    100% {
        transform: scale(2);
        opacity: 0
    }
}
@media screen and (max-width:768px) {
	.new_top .head {
		padding: 0 20px;
		height: 52px;
		min-width: auto;
	}

	.new_top .head .logo a {
		width: 100px;
		margin-right: 0;
	}

	.new_top .head .right {
		margin-left: auto;
		line-height: 52px;
		display: flex;
		align-items: center;
	}

	.new_top .head .m_navs {
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		background: #fff;
		flex-direction: column;
		height: 100vh;
		left: 0;
		position: fixed;
		top: 0;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		width: 100%;
		z-index: 1003;
	}

	.new_top .head .m_navs div.m_navs_top {
		flex-shrink: 0;
		height: 52px;
		display: flex;
		margin: 0 0 10px;
		padding: 0 20px;
		align-items: center;
	}

	.new_top .head .m_navs div.m_navs_top .logo {
		height: 52px;
	}

	.new_top .head .m_navs div.m_navs_top .logo a {
		background-image: url(../images/index/logobot.png);
	}

	.new_top .head .m_navs div.m_navs_top span.close {
		margin-left: auto;
		width: 30px;
		height: 30px;
		background-image: url(../images/index/guanbi.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		margin-left: 12px;
	}

	.new_top .head .m_navs ul {
		margin: 0 5%;
	}

	.new_top .head .m_navs ul>li>a {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: justify;
		justify-content: space-between;
		line-height: 46px;
		color: #6e6d79;
		font-weight: 500;
		position: relative;
	}

	.new_top .head .m_navs ul li.c>a::after,
	.new_top .head .m_navs ul li.c div h3::after {
		border-right: 2px solid #6e6d79;
		border-top: 2px solid #6e6d79;
		content: "";
		height: 8px;
		-moz-transform: rotate(135deg);
		transform: rotate(135deg);
		-moz-transition: transform .3s ease, -moz-transform .3s ease;
		transition: transform .3s ease;
		transition: transform .3s ease, -moz-transform .3s ease;
		width: 8px;
		display: inline-flex;
		margin: 0 12px 0 0;
	}

	.new_top .head .m_navs ul li.c>a.cur::after,
	.new_top .head .m_navs ul li.c div h3.cur::after {
		transform: rotate(315deg);
		border-right: 2px solid #1664ff;
		border-top: 2px solid #1664ff;
	}

	.new_top .head .m_navs ul li>a {
		font-size: 16px;
		color: #41464f;
	}

	.new_top .head .m_navs ul li.c div.menu {
		display: none;
		line-height: 36px;
		position: relative;
		padding: 10px 0 10px 20px;
	}

	.new_top .head .m_navs ul li.c div.menu .line,
	.new_top .head .m_navs ul li.c div div.ermenu .ejline {
		position: absolute;
		top: 50%;
		left: 0;
		width: 1px;
		height: calc(100% - 20px);
		background-color: rgba(0, 0, 0, .12);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.new_top .head .m_navs ul li.c div h3 {
		/* display: none; */
		color: #41464f;
		font-size: 16px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.new_top .head .m_navs ul li.c div div.ermenu {
		position: relative;
		display: none;
		padding: 10px 0 10px 20px;
		line-height: 36px;
	}

	.new_top .head .m_navs ul li.c a.cur,
	.new_top .head .m_navs ul li.c div h3.cur {
		color: #1664ff;
	}

	.new_top .head .m_navs ul li.c div div.ermenu p a {
		font-size: 14px;
		color: #41464f;
		display: block;
	}

	.new_top .head .right button.b,
	.m_navs_top button.b {
		line-height: 30px;
		margin-left: 10px;
		padding: 0px 8px;
	}

	.new_top .head .m_navs_top button.b {
		/* padding-left: 10px;
		padding-right: 10px; */
		margin-left: 8px;
		margin-top: -1px;
	}

	.new_top .head .right a {
		background-image: url(../images/index/denglu2.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		width: 26px;
		height: 26px;
		text-indent: -999px;
		margin-left: 14px;
	}

	.new_top .head .right a:first-child {
		display: none;
	}

	.new_top .head .right span {
		background-image: url(../images/index/caidan2.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		width: 30px;
		height: 30px;
		margin-left: 14px;
	}
	.new_top.otherPage .head .right a {
		background-image: url(../images/index/denglu.png);
	}

	.new_top.otherPage .head .right span {
		background-image: url(../images/index/caidan.png);
	}
	.new_top .head.moveUp .right a,
	.new_top .head.active .right a {
		background-image: url(../images/index/denglu.png);
	}

	.new_top .head.moveUp .right span,
	.new_top .head.active .right span {
		background-image: url(../images/index/caidan.png);
	}

	.new_top .head .navs,
	.box h4 {
		display: none;
	}

	.new_banner .swiper-slide {
		/* display: block; */
		text-align: center;
	}
	.new_banner .swiper-slide h3{
		font-size: 28px;
	}
	.new_banner .swiper-slide p{
		line-height: 30px;
		font-size: 16px;
	}
	.new_banner .swiper-slide div.l {
		max-width: initial;
		margin-left: 0;
		padding: 30px 0 0;
	}

	.new_banner .swiper-slide div.l p {
		font-size: 50px;
		line-height: 70px;
	}

	.new_banner .swiper-slide div.l p.ljzx {
		padding: 20px 0;
		line-height: 30px;
	}

	.new_banner .swiper-slide div.l p.ljzx button {
		padding: 0px 20px;
		font-size: 18px;
	}

	.new_banner .swiper-slide div.r img {
		width: 100%;
	}

	.new_banner .number {
		display: block;
		background-size: cover;
		padding: 10px 10px;
		margin: 0 3%;
		width: 94%;
	}

	.new_banner .number p {
		width: 50%;
		float: left;
		text-align: left;
		font-size: 14px;
	}

	.new_banner .number p:nth-child(1),
	.new_banner .number p:nth-child(2) {
		margin-bottom: 20px;
	}

	.new_banner .number p b {
		margin-right: 0px;
	}

	.new_banner .number p img {
		width: 30px;
	}

	.new_banner .number p span {
		font-size: 16px;
	}

	.new_inTit {
		font-size: 24px;
		padding: 40px 20px;
		line-height: 34px;
	}

	.new_block1 {
		height: auto;
	}

	.new_block1 .con {
		display: block;
		margin: 0 3%;
		padding-bottom: 30px;
	}

	.new_block1 .con>div {
		width: 100%;
		margin-right: 0;
		background-size: 100% auto;
		margin-bottom: 20px;
	}

	.new_block1 .con>div.c,
	.new_block1 .con>div.r {
		width: 100%;
		background-size: 100% auto;
	}

	.new_block2 {
		padding-bottom: 30px;
	}

	.new_block2 .container {
		display: block;
		height: auto;
	}

	.box {
		margin-bottom: 20px;
	}

	.box div.main>div {
		display: block;
	}

	.box:nth-child(2) {
		margin: 0 0 20px;
	}

	.new_block3 {}

	.new_block3 .con {
		margin: 0 3%;
	}

	.new_block3 .con dl {
		width: 48%;
		margin-right: 0;
	}

	.new_block3 .con dl:nth-child(2n) {
		float: right;
	}

	.new_block3 .con dl dt img {
		width: 40%;
	}

	.new_block3 .con dl dd h4 {
		font-size: 20px;
	}

	.new_block3 .con dl dd p {
		font-size: 16px;
		line-height: 26px;
	}

	.new_block4 {
		padding-bottom: 40px;
	}

	.new_block4 div.con {
		display: block;
	}

	.new_block4 div.con {
		margin: 0 3%;
	}

	.new_block4 div.con dl {
		width: 100%;
		margin-right: 0;
		margin-bottom: 3%;
	}

	.new_block4 .subCon {
		display: block;
		margin: 0 3%;
	}

	.new_inZwhy,
	.new_inQsydw {
		width: 100%;
		margin: 0;
	}

	.new_inQsydw {
		margin-top: 50px;
	}

	.new_inSubTit {
		font-size: 20px;
		padding: 20px 0 30px;
	}

	.new_block4 .subCon h5 {
		font-size: 18px;
		padding-bottom: 20px
	}

	.new_inZwhy div dl {
		margin-top: 20px;
	}

	.new_inZwhy p {
		font-size: 14px;
	}

	.new_block5 {
		height: auto;
		padding: 30px 0;
	}

	.new_block5 .w1200 {
		width: 80%;
	}

	.new_block5 dl dt {
		font-size: 24px;
	}

	.new_block5 dl dd {
		padding-top: 20px;
	}

	.new_block5 dl dd button {
		padding: 10px 20px;
		font-size: 14px;
	}

	.new_botTop div.w1200,
	.new_bottom .w1200 {
		width: 100%;
	}

	.new_bottom {
		padding: 20px 0 0;
	}

	.new_botTop dl {
		display: block;
		text-align: center;
		padding: 20px 0 10px;
	}

	.new_botTop dl dt {
		width: 100%;
		padding-bottom: 16px;
		margin-right: 0;
	}

	.new_botTop dl dt img {
		width: 30px;
	}

	.new_botTop dl dd h4 {
		font-size: 12px;
	}

	.new_botTop dl dd p,
	.new_bottom .logo,
	.suspension {
		display: none;
	}

	.new_bottom .w1200 {
		display: block;
	}

	.new_bottom .navs {
		width: 100%;
		text-align: center;
	}

	.new_bottom .lxwm {
		width: 94%;
		margin: 0 3%;
	}

	.copy {
		padding-top: 20px;
		line-height: 24px;
	}

	.copy div.w1200 {
		padding: 16px 0 0;
	}

	/* index end */
	/* cooperate */
	.cooperate_banner {
		padding: 120px 0 60px;
		height: auto;
	}

	.cooperate_banner dl {
		width: 80%;
		padding: 0 0 0 4%;
	}

	.cooperate_banner dl dt {
		font-size: 30px;
	}

	.cooperate_banner dl dd p.memo {
		padding-top: 10px;
		padding-bottom: 20px;
	}

	.cooperate_banner dl dd p button {
		padding: 0 20px;
		font-size: 16px;
	}

	.cooperate_block1 h3.new_inTit,
	.cooperate_block2 h3.new_inTit,
	.cooperate_block3 h3.new_inTit {
		padding: 30px 20px;
	}

	.cooperate_block1 {
		height: auto;
		padding-bottom: 10px;
	}
	.cooperate_block1 .con, .cooperate_block2 .con{
		padding-top: 0;
	}
	.cooperate_block1 .con{
		display:block;
		margin:0 3%;
	}
	.cooperate_block1 .con dl{
		float: left;
		width:48%;
		margin:0 0 30px;
	}
	.cooperate_block1 .con dl:nth-child(2n){
		float: right;
	}
	.cooperate_block1 .con dl dt img{
		width: 46px;
	}
	.cooperate_block1 .con dl dd h4{
		padding:10px 0 5px;
		font-size: 16px;
		line-height: 24px;
	}
	.cooperate_block1 .con dl dd p{
		line-height: 24px;
		font-size: 13px;
	}
	.cooperate_block2{
		height: auto;
		padding-bottom: 40px;
	}
	.cooperate_block2 .con{
		margin:0 3%;
	}
	.cooperate_block2 dl dt{
		font-size: 32px;
	}
	.cooperate_block2 div.line{
		width: 5%;
		margin:0 1%;
	}
	.cooperate_block2 dl dd{
		font-size: 15px;
		line-height: 22px;
	}
	.cooperate_block3{
		height: auto;
		padding-bottom: 20px;
	}
	.cooperate_block3 .con{
		display: block;
		padding:30px 30px 20px;
		margin:0 3% ;
		border-radius: 6px;
	}
	.cooperate_block3 .con h4{
		font-size: 18px;
	}
	.consult .w1200 .r,.cooperate_block3 .con>div,.consult .w1200 .r .zxsqCon div{
		width: 100%;
		margin-left:0;
	}
	.cooperate_block3 .con>div.zxsq .zxsqCon div{
		margin-bottom: 10px;
	}
	.cooperate_block3 .con>div.zxsq .zxsqCon input[type=text]{
		padding: 8px;
		font-size: 14px;
	}
	.cooperate_block3 .con>div.zxsq .zxsqCon input[type=text]::placeholder {
	  font-size: 14px;
	}
	.cooperate_block3 .con>div.zxsq .zxsqCon div.submit{
		margin-top:20px;
		margin-bottom: 0;
	}
	.cooperate_block3 .con>div.zxsq .zxsqCon div input[type=submit]{
		padding: 10px 30px;
		font-size: 16px;
	}
	.cooperate_block3 .con h4:first-child{
		padding-bottom: 20px;
	}
	.cooperate_block3 .con>div{
		padding-top: 30px;
	}
	.cooperate_block3 .con>div.rxyx dl{
		font-size: 14px;
		padding-bottom:10px;
		line-height: 22px;
	}
	.cooperate_block3 .con>div.rxyx dl dt img{
		width: 16px;
	}
	/* cooperate end */

	/* about */

	/* .about_navs {
		display: none;
	} */

	.about_navs .w1200 {
		width: 100%;
	}

	.about_block1 .con.gsjs {
		padding: 18px;
		margin-bottom: 0;
	}

	.about_block1 .con.gsjs p {
		font-size: 14px;
	}

	.about_block1,
	.about_block2,
	.about_block3,
	.about_block4,
	.about_block5 {
		height: auto;
	}

	.about_block1 h3.new_inTit,
	.about_block2 h3.new_inTit,
	.about_block3 h3.new_inTit,
	.about_block4 h3.new_inTit,
	.about_block5 h3.new_inTit {
		padding: 30px 20px;
	}

	.about_block1 .con.qywh {
		display: block;
		margin: 0 3%;
	}

	.about_block1 .con.qywh dl {
		width: 100%;
	}

	.about_block1 .con.qywh dl:nth-child(2) {
		margin: 20px 0;
	}

	.about_block1 .con.qywh dl dt img {
		width: 50px;
	}

	.about_block1 .con.qywh dl dd h4 {
		font-size: 16px;
	}

	.about_block2 .con {
		display: block;
		margin: 0 3%;
		padding-bottom: 20px;
	}

	.about_block2 .con>div {
		display: block;
		width: 100%;
		position: static;
		margin: 0 0 20px;
	}

	.about_block2 .con dl::after {
		display: none;
	}

	.about_block2 .con dl {
		font-size: 14px;
	}

	.about_block2 .con dl dt {
		font-size: 18px;
	}

	.about_block3 .con {
		padding-bottom: 20px;
		margin: 0 3%;
	}

	.about_block3 .con ul {
		line-height: 72px;
		margin-bottom: 20px;
	}

	.about_block3 .con ul:nth-child(2) {
		line-height: 26px;
	}

	.about_block3 .con ul:nth-child(2) li {
		padding: 10px 0;
	}

	.about_block3 .con ul li {
		font-size: 14px;
	}

	.about_block4 .con {
		padding-bottom: 40px;
	}

	.about_block4 .con ul li {
		font-size: 14px;
		line-height: 26px;
		width: 30%;
	}

	.about_block4 .con ul li.line {
		width: 6%;
	}

	.about_block5 .con {
		display: block;
	}

	.about_block5 .con dl {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
		padding: 20px 20px 15px;
	}

	.about_block5 .con dl dt {
		font-size: 16px;
	}

	.about_block5 .con dl dd p {
		font-size: 14px;
	}

	/* about end */
	/* productservice */
	.productservice_block2,.productservice_block3{
		margin:0 3%;
	}
	.productservice_block2 .con dl{
		margin-bottom: 4%;
	}
	.productservice_block2 .con dl.w49{
		width:100%;
	}
	
	.productservice_block2 .con dl.w33{
		width:100%;
	}
	.productservice_block2 .con dl.w33:nth-child(2){
		margin:0 0 4%;
	}
	.productservice_block3 .con ul li{
		width:100%;
		margin-bottom: 4%;
	}
	/* productservice end */
	/* consult */
	.consult .w1200{
		display: block;
		padding-top:40px;
	}
	.consult .w1200 .l{width:100%;margin-right: 0;margin-top: 0;}
	.consult .w1200 .l h3,.consult .w1200 .l p{margin-bottom: 30px;}
	/* consult end */
}

/* img{transform: scale(1.1);} */
/* index end */