﻿* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
*:active,
*:focus{
	outline: none;

}
a:link,
a:active,
a:visited,
a:hover,
{
	background: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

body {
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
	font-family: "Microsoft YaHei", "PingFang SC", Arial, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif !important;
}

@font-face {
	font-family: FuturaBold;
	src: url("/statics/jishijiao/fonts/Futura-Bold.ttf") format('truetype');
}
@font-face {
	font-family: FuturaHeavy;
	src: url("/statics/jishijiao/fonts/Futura-Heavy-4.ttf") format('truetype');
	/* src: url("/statics/jishijiao/fonts/Poppins-Regular.ttf") format('truetype'); */
}
.content1436 {
	width: 1436px;
	max-width: 90%;
	margin: 0 auto;
}
.content1440 {
	width: 1440px;
	max-width: 90%;
	margin: 0 auto;
}
.content1300 {
	width: 1300px;
	max-width: 90%;
	margin: 0 auto;
}

.hoverLi .pic {
	overflow: hidden;
}

.hoverLi:hover .imgScale {
	transform: scale(1.2);
}

.imgScale {
	transition: all 0.6s;
	display: block;
	width: 100%;
}

.header {
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
}
.header.active{
	background-color: rgba(255,255,255,0.9);
	backdrop-filter: saturate(180%) blur(6px);
	box-shadow: 0 0 25px rgb(0 0 0 / 10%);
}
.header .content1436 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 60px;
	/*padding: 12px 0;*/
}
.header .l {
	display: flex;
	align-items: center;
}

.header .l .logo img {
	display: block;
}
.header .l .logo img.img2{
	display: none;
}
.header.active .l .logo img.img2{
	display: block;
}
.header.active .l .logo img.img1{
	display: none;
}
.header .l .nav {
	display: flex;
	align-items: center;
	margin-left: 140px;
}

.header .l .nav>li {
	position: relative;
	/*padding: 10px 0;*/
	height: 60px;
	display: flex;
	align-items: center;
	justify-items: center;
}
.header .l .nav>li.active:before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 4px;
	background: rgba(43, 51, 170, 1);
	width: 100%;
}
.header .l .nav>li:not(:last-child) {
	margin-right: 30px;
}

.header .l .nav li a {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	display: block;
}
.header.active .l .nav li a{
	color: #191E4C;
}
.header .l .nav .sub-nav {
	position: absolute;
	top: 99%;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	padding: 16px 22px 16px;
	min-width: 100%;
	width: 140px;
	font-size: 14px;
	text-align: center;
	box-shadow: 2px 3px 20px 0 rgb(163 182 205 / 29%);
	display: none;
	border-radius: 4px;
	z-index: 99999;
}

.header .l .nav .sub-nav a {
	display: block;
	color: #0b1d30;
	font-size: 14px;
	line-height: 2.5;
	padding: 0;
}

.header .l .nav .sub-nav a:hover {
	color: rgba(43, 51, 170, 1);
}

.header .r {
	position: relative;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
}
.header.active .r{
	color: #191E4C;
}
.header .r .language-box {
	display: flex;
	padding: 5px 0;
}

.header .r .icon-xia {
	margin-left: 10px;
}

.header .r .language-switch {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	text-align: center;
	padding: 10px 0;
	display: none;
	box-shadow: 2px 3px 20px 0 rgb(163 182 205 / 29%);
}

.header .r .language-switch a {
	display: block;
	font-size: 14px;
	color: #666666;
	line-height: 2;
	min-width: 90px;
	text-align: center;
	padding: 0px 15px;
	white-space: nowrap;
}
.header .r .language-switch a:hover {
	color: rgba(43, 51, 170, 1);
}

.header .content .header-search .icon-sousuo {
	font-size: 24px;
	color: #333;
}

.header .header-search .searchbox {
	position: absolute;
	display: none;
	width: 300px;
	height: 40px;
	top: 50px;
	right: 0;
	z-index: 2;
	background-color: #fff;

}

.header .header-search .searchbox.active {
	display: flex;
}

.header .header-search .searchbox input {
	flex: 1;
	height: auto;
	border: none;
	outline: none;
	padding-left: 20px;
	box-sizing: border-box;
}

.header .header-search .searchbox .btn {
	width: 50px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #f0f0f0;
	cursor: pointer;
}

.header .header-search .searchbox .btn .icon-sousuo {
	color: #222;
}

.modal-case,
.modal-arithmetic,
.modal-video{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(74, 84, 106, 0.3);
	backdrop-filter: blur(4px);
	z-index: 9999;
	display: none;
}

.modal-case .shadow ,
.modal-arithmetic .shadow,
.modal-video .shadow{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.modal-case .modal-case-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-height: 90%;
	/* box-shadow: 0px 17px 55px 0px rgba(7, 29, 60, 0.08), inset 1px 1px 32px 0px rgba(255, 255, 255, 0.29);
	border-image: linear-gradient(137deg, rgba(229, 229, 229, 0.51), rgba(229, 229, 229, 0.49)) 1 1;
	backdrop-filter: blur(23px); */
	border-radius: 8px;
	height: 652px;
	animation: scaleCenter1 .3s  forwards;
}
@keyframes scaleCenter1 {
	0% {
		opacity: 0;
		transform: translate(-50%, -50%)scale(0.8)
	}

	to {
		opacity: 1;
		transform: translate(-50%, -50%)scale(1);
		transform-origin: center center
	}
}
.modal-case .modal-case-box .swiper,
.modal-case .modal-case-box .swiper-wrapper {
	height: 100%;
}

.modal-case .modal-case-box .swiper-slide {
	display: flex;
	background-color: #fff;
	border-radius: 10px;
}

.modal-case .modal-case-box .swiper-slide .l ,
{
	width: 43.48%;
	/* height: 100%; */
	overflow: hidden;
	border-radius: 10px 0 0 10px;
}
.modal-case .modal-case-box .swiper-slide .l .pic{
	height: 100%;
}
.modal-case .modal-case-box .swiper-slide .l .pic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.modal-case .modal-case-box .swiper-slide .r {
	flex: 1;
	padding: 54px 20px 54px;
	height: 100%;
}
.modal-case .modal-case-box .swiper-slide .r-box{
	overflow-y: auto;
	padding: 0 40px;
	height: 100%;
}
.modal-case .modal-case-box .swiper-slide .r-box::-webkit-scrollbar {
	width: 4px;
	height: 0;
}
.modal-case .modal-case-box .swiper-slide .r-box::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 10px;
}

.modal-case .modal-case-box .swiper-slide .r-box::-webkit-scrollbar-thumb {
	background: RGBA(239, 238, 239, 1);
	border-radius: 10px;

}

.modal-case .modal-case-box .swiper-slide .r-t {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.modal-case .modal-case-box .swiper-slide .r-t-l {
	padding-top: 6px;
}

.modal-case .modal-case-box .swiper-slide .r-t-l img {
	display: block;
}

.modal-case .modal-case-box .swiper-slide .title {
	font-size: 26px;

	font-weight: 500;
	color: #071D3C;
	line-height: 1;
	margin-top: 37px;
}

.modal-case .modal-case-box .swiper-slide .ewm {
	width: 100px;
	height: 100px;
	background: #EEEFF5;
	box-shadow: 0px 4px 40px 0px rgba(7, 29, 60, 0.05), inset 1px 1px 32px 0px rgba(255, 255, 255, 0.29);
	border-radius: 2px;
	border: 2px solid #FFFFFF;
	/* backdrop-filter: blur(23px); */
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.modal-case .modal-case-box .swiper-slide .ewm img {
	max-width: 100%;
	max-height: 100%;
}

.modal-case .modal-case-box .swiper-slide .ewm-text {
	font-size: 12px;

	font-weight: 400;
	color: #071D3C;
	line-height: 17px;
	margin-top: 11px;
}
.modal-case .modal-case-box .swiper-slide .ewm-text1{
	display: none;
}
.modal-case .modal-case-box .swiper-slide .des {
	font-size: 16px;

	font-weight: 400;
	color: #071D3C;
	line-height: 22px;
	margin-top: 20px;
}

.modal-case .modal-case-box .swiper-slide .r-c {
	margin-top: 32px;
	border-top: 1px solid rgba(219, 219, 219, 1);
}

.modal-case .modal-case-box .swiper-slide .text-box {
	padding-top: 31px;
}

.modal-case .modal-case-box .swiper-slide .text-title {
	display: flex;
	align-items: center;
	font-size: 18px;

	font-weight: 500;
	color: #071D3C;
	line-height: 1;
}

.modal-case .modal-case-box .swiper-slide .text-title img {
	margin-right: 8px;
}

.modal-case .modal-case-box .swiper-slide .text-des {
	font-size: 14px;

	font-weight: 400;
	color: #071D3C;
	line-height: 1.6;
	margin-top: 15px;
}
.modal-case .modal-case-box .swiper-slide .text-des.text-des-links{
	display: flex;
	flex-wrap: wrap;
}
.modal-case .modal-case-box .swiper-slide .text-des.text-des-links>*{
	margin-right: 20px;
}
.modal-case .modal-case-box .swiper-slide .a-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	color: #071D3C;
}
.modal-case .modal-case-box .swiper-slide .a-link:hover{
	color: rgba(43, 51, 170, 1);
}
.modal-case .modal-case-box .swiper-slide .a-link:before{
	position: absolute;
	content: "";
	left: 0;
	bottom: -2px;
	width: 0;
	height: 1px;
	background-color: rgba(43, 51, 170, 1);
	transition: all .6s;
}
.modal-case .modal-case-box .swiper-slide .a-link:hover:before{
	width: 100%;
}
.modal-case .modal-case-box .swiper-slide .a-link .iconfont {
	font-size: 12px;
	margin-left: 2px;
	margin-top: 2px;
	font-weight: bold;
	transition: transform .6s;
}

.modal-case .modal-case-box .swiper-slide .a-link:hover .icon-xiangyou{
	transform: translateX(5px);
}
.modal-case .modal-case-box .close,
.modal-arithmetic .close,
.modal-video .modal-video-box .close{
	position: absolute;
	top: 0;
	right: -82px;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
	background-color: RGBA(230, 231, 230, 1);
	border: 1px solid RGBA(44, 60, 83, 1);
	color: RGBA(44, 60, 83, 1);
	font-weight: bold;
	cursor: pointer;
}
.modal-case .modal-case-box .close .iconfont,
.modal-arithmetic .close .iconfont,
.modal-video .modal-video-box .close .iconfont{
	font-size: 24px;
}
.modal-case .btn ,
.modal-arithmetic .btn,
.jizhan .box6 .btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background-color: rgba(43, 51, 170, 1);
	color: #fff;
	z-index: 2;
	border-radius: 50%;
	cursor: pointer;
}

.modal-case .btn .iconfont,
.modal-arithmetic .btn .iconfont,
.jizhan .box6 .btn .iconfont{
	font-size: 24px;
}

.modal-case .btn.btn-prev ,
.modal-arithmetic .btn.btn-prev,
.jizhan .box6 .btn.btn-prev{
	left: -30px;
}

.modal-case .btn.btn-next,
.modal-arithmetic .btn.btn-next,
.jizhan .box6 .btn.btn-next{
	right: -30px;
}

.modal-case .btn.swiper-button-disabled,
.modal-arithmetic .btn.swiper-button-disabled,
.jizhan .box6 .btn.swiper-button-disabled{
	background-color: RGBA(239, 238, 239, 1);
	cursor: inherit;
}
.modal-arithmetic .modal-arithmetic-box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-height: 75%;
	background-color: #fff;
	padding: 20px 50px;
	height: 700px;
	border-radius: 10px;
	box-shadow: 0px 17px 55px 0px rgba(7, 29, 60, 0.08), inset 1px 1px 32px 0px rgba(255, 255, 255, 0.29);
	animation: scaleCenter1 .3s  forwards;
}
.modal-arithmetic .slide-box{
	overflow: auto;
	height: 100%;
}
.modal-arithmetic .slide-box::-webkit-scrollbar {
	width: 4px;
	height: 0;
}
.modal-arithmetic .slide-box::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 10px;
}
.modal-arithmetic .slide-box::-webkit-scrollbar-thumb {

	background: RGBA(239, 238, 239, 1);
	border-radius: 10px;
}
.modal-arithmetic .slide-box .swiper-slide{
	padding: 30px;
}
.modal-arithmetic .slide-box .title-div{
	display: flex;
	align-items: center;
}
.modal-arithmetic .slide-box .title-div .title{
	margin-left: 10px;
	font-size: 32px;

	font-weight: 500;
	color: #071D3C;
	line-height: 1;
}
.modal-arithmetic .slide-box .title-div .hot{
	width: 42px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	background: #D80000;
	border-radius: 6px 6px 6px 0px;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	margin-left: 12px;
}
.modal-arithmetic .slide-box .title-div .new{
	width: 42px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	background: orange;
	border-radius: 6px 6px 6px 0px;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	margin-left: 12px;
}
.modal-arithmetic .slide-box .title-div .dz{
	width: 42px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	background: green;
	border-radius: 6px 6px 6px 0px;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	margin-left: 12px;
}
.modal-arithmetic .slide-box .title-div .yl{
	width: 42px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	background: #004BED;
	border-radius: 6px 6px 6px 0px;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	margin-left: 12px;
}
.modal-arithmetic .slide-box .labels{
	margin-top: 15px;
	display: flex;
}
.modal-arithmetic .slide-box .labels li{
	background: #EFF5FE;
	border-radius: 14px;
}
.modal-arithmetic .slide-box .labels li:not(:last-child){
	margin-right: 8px;
}
.modal-arithmetic .slide-box .labels li a{
	display: block;
	padding: 4px 8px;
	font-size: 14px;

	font-weight: 400;
	color: #2B33AA;
	line-height: 20px;
}
.modal-arithmetic .slide-box .des{
	font-size: 16px;

	font-weight: 400;
	color: #697782;
	line-height: 28px;
	margin-top: 24px;
	padding-right: 23px;
}
.modal-arithmetic .slide-t{
	display: flex;
	justify-content: space-between;
	padding-bottom: 17px;
	border-bottom: 1px solid rgba(219, 219, 219, 1);
}
.modal-arithmetic .slide-t-l{
	flex: 1;
	margin-right: 48px;
}
.modal-arithmetic .slide-t-r .ewm{
	width: 120px;
	height: 120px;
	background: #EEEFF5;
	box-shadow: 0px 4px 40px 0px rgba(7, 29, 60, 0.05), inset 1px 1px 32px 0px rgba(255, 255, 255, 0.29);
	border-radius: 2px;
	border: 2px solid #FFFFFF;
	backdrop-filter: blur(23px);
	display: flex;
	align-items: center;
	justify-content: center;
}
.modal-arithmetic .slide-t-r .ewm img{
	max-width: 100%;
	max-height: 100%;
}
.modal-arithmetic .slide-t-r .ewm-text{
	font-size: 12px;

	font-weight: 400;
	color: #697782;
	line-height: 17px;
	margin-top: 11px;
	text-align: center;
}
.modal-arithmetic .slide-c{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.modal-arithmetic .slide-c-l{
	flex: 1;
	margin-right: 0;
}
.modal-arithmetic .slide-c-l .text-box:not(:last-child){

}
.modal-arithmetic .slide-c-l .text-title{
	display: flex;
	font-size: 18px;

	font-weight: 500;
	color: #071D3C;
	line-height: 18px;
	align-items: center;
}
.modal-arithmetic .slide-c-l .text-title img{
	margin-right: 8px;
}
.modal-arithmetic .slide-c-l .text-des{
	font-size: 14px;

	font-weight: 400;
	color: #697782;
	line-height: 1;
	margin-top: 15px;
	margin-bottom: 31px;
	padding-right: 23px;
}
.modal-arithmetic .slide-c-l .a-links{
	display: flex;
	flex-wrap: wrap;
	margin: 15px 0 11px;
}
.modal-arithmetic .slide-c-l .a-links a{
	display: flex;
	align-items: center;
	font-size: 14px;

	font-weight: 400;
	color: #697782;
	line-height: 14px;
	margin-bottom: 20px;
}
.modal-arithmetic .slide-c-l .a-links a:hover{
	color: RGBA(48, 56, 172, 1);
}
.modal-arithmetic .slide-c-l .a-links a:not(:last-child){
	margin-right: 27px;
}
.modal-arithmetic .slide-c-l .a-links a .iconfont{
	font-size: 12px;
	margin-left: 2px;
	font-weight: bold;
	transition: all .6s;
}
.modal-arithmetic .slide-c-l .a-links a:hover .iconfont{
	transform: translateX(5px);
}
.modal-arithmetic .slide-c-l .btns{
	margin-top: 0px;
	display: flex;
}
.modal-arithmetic .slide-c-l .btns a{
	position: relative;
	width: 120px;
	height: 36px;
	line-height: 36px;
	background: #2B33AA;
	border-radius: 4px;
	text-align: center;
	font-size: 14px;

	font-weight: 400;
	color: #FFFFFF;
	overflow: hidden;
	-webkit-transition: border-color 0.3s, background-color 0.3s;
	transition: border-color 0.3s, background-color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.modal-arithmetic .slide-c-l .btns a span{
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.modal-arithmetic .slide-c-l .btns a:hover span{
	opacity: 0;
	-webkit-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0);
}
.modal-arithmetic .slide-c-l .btns a::before{
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	color: #fff;
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0);
}
.modal-arithmetic .slide-c-l .btns a:hover::before{
	opacity: 1;
	-webkit-transform: translate3d(0, 0%, 0);
	transform: translate3d(0, 0%, 0);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;

}
.modal-arithmetic .slide-c-l .btns .btn1{
	margin-left: 20px;
}
.modal-arithmetic .slide-c-l .btns .btn2{
	background-color: transparent;
	border: 1px solid rgba(43, 51, 170, 1);
	color: rgba(43, 51, 170, 1);
}
.modal-arithmetic .slide-c-l .btns .btn2::before{
	color: #2B33AA;
}
.modal-arithmetic .slide-c-r{
	width: 51.4%;
}
.modal-arithmetic .slide-c-r-title{
	font-size: 18px;
	font-weight: 500;
	color: #071D3C;
	line-height: 1;
}
.modal-arithmetic .video-box{
	position: relative;
	margin-top: 20px;
	background: #EEEFF5;
	box-shadow: 0px 4px 40px 0px rgba(7, 29, 60, 0.05), inset 1px 1px 32px 0px rgba(255, 255, 255, 0.29);
	border-radius: 2px;
	border: 2px solid #FFFFFF;
	backdrop-filter: blur(23px);
	padding: 10px;
}
.modal-arithmetic .video-box video{
	width: 100%;
}
.modal-arithmetic .video-box img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.modal-arithmetic .video-box .playBtn{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: rgba(43, 51, 170, .3);
	cursor: pointer;
	z-index: 5;
}
.modal-arithmetic .video-box .playBtn img{
	display: block;
	width: 76px;
	height: 76px;
	border-radius: 50%;
}
.modal-video .modal-video-box{
	position: absolute;
	max-height: 90%;
	top: 50%;
	left: 50%;
	height: auto;
	transform: translate(-50%,-50%);
	animation: scaleCenter1 .3s  forwards;
	width: 50%;
}
.modal-video .modal-video-box video{
	display: block;
	width: 100%;
}
.common-box7{
	position: relative;
	z-index: 2;
	/* background-image: url(../img/index-box7-bg.jpg); */
	background-size: cover;
	padding: 32px 0;
	text-align: center;
}
.common-box7 .box-c{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.common-box7 .box-c .l{
	position: relative;
	margin-right: 150px;
}
.common-box7 .box-c .l img{
	display: block;
	position: relative;
	z-index: 2;
}
.common-box7 .box-c .l .bg{
	position: absolute;
	z-index: -1;
	top: -32px;
	width: 400px;
	left: -112px;
}
.common-box7 .box-c .text{
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 25px;
}
.common-box7 .box-c .btns{
	/* margin-top: 30px; */
	display: flex;
	justify-content: center;
}
.common-box7 .box-c .btns a{
	position: relative;
	width: 120px;
	height: 36px;
	line-height: 36px;
	background: #FFFFFF;
	border-radius: 4px;
	text-align: center;
	font-size: 18px;

	font-weight: 400;
	color: #071D3C;
	overflow: hidden;
	-webkit-transition: border-color 0.3s, background-color 0.3s;
	transition: border-color 0.3s, background-color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.common-box7 .box-c .btns a span{
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.common-box7 .box-c .btns a:hover span{
	opacity: 0;
	-webkit-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0);
}
.common-box7 .box-c .btns a::before{
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	color: #2B33AA;
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0);
}
.common-box7 .box-c .btns a:hover::before{
	opacity: 1;
	-webkit-transform: translate3d(0, 0%, 0);
	transform: translate3d(0, 0%, 0);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;

}
.common-box7 .box-c .btns .btn2{
	margin-left: 30px;
}
.footer .footer-c{
	background-image: url(/statics/jishijiao/img/footer-bg.jpg);
	background-size: cover;
	/* background-color: rgba(10, 16, 29, 1); */
	/* padding: 52px 0 0; */
}
.footer .logo img{
	display: block;
}
.footer .footer-t{
	padding: 52px 0 27px;
	/* background-image: url(/statics/jishijiao/img/footer-bg.jpg); */
	background-size: cover;
}
.footer .footer-t ul{
	margin-top: 31px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;

}
.footer .footer-t ul li:nth-child(2){
	margin: 0 20px;
}
.footer .footer-t .li-title{
	font-size: 16px;

	font-weight: 400;
	color: #FFFFFF;
	line-height: 22px;
	margin-bottom: 11px;
	display: flex;
	align-items: flex-end;
}
.footer .footer-t .tel.li-text{
	font-size: 36px;
	font-family: Futura-Bold, Futura;
	font-weight: bold;
	color: #2FC9E2;
	line-height: 28px;
}
.footer .footer-t .li-title img{
	margin-right: 10px;
}
.footer .footer-t .text-box{
	/* margin-top: 44px; */
}
.footer .footer-t .li-text{
	font-size: 14px;

	font-weight: 400;
	color: rgba(188, 192, 199, 1);
	line-height: 2;
	/*text-transform: uppercase;*/
	display: flex;
	align-items: center;
}
.footer .footer-t .li-text:not(:last-child){
	margin-bottom: 6px;
}
.footer .footer-t .li-text img{
	margin-right: 10px;
}
.footer .footer-t .ewm-box{
	display: flex;
	align-items: center;
	font-size: 14px;

	font-weight: 400;
	color: rgba(188, 192, 199, 1);
	line-height: 16px;
	text-align: center;
}
.footer .footer-t .ewm-box img{
	display: block;
	/* margin-bottom: 17px; */
	width: 100px
}
.footer .footer-t .ewm-box .ewm:not(:first-child){
	margin-left: 58px;
}
.footer .footer-b{
	/* margin-top: 27px; */
	background-color: #0B002A;
	font-size: 14px;
	color: #7D8289;
	line-height: 32px;
	/* padding: 2px 0; */
	text-align: center;
}
.footer .footer-b .icon-banquan{
	font-size: 15px;
}
.m_right {
	display: none;
}
.pagination{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.pagination .select-box {
	margin-right: 0;
}
.pagination ul{
	margin-left: 20px;
}
.pagination .select-box select{
	width: 50px;
	height: 28px;
	border-radius: 2px;
	border: 1px solid #DDE1E8;
	padding: 0 10px;
	font-size: 14px;
	color: #212B42;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(/statics/jishijiao/img/bottom.png);
	background-position: center right 10px;
	background-repeat: no-repeat;
	background-color: transparent;
}
.pagination.select-box span{
	font-size: 14px;
	font-weight: 400;
	color: #888D98;
	line-height: 1;
	margin-left: 6px;
}
.pagination .select-box,
.pagination ul{
	margin-top: 5px;
}
.pagination ul {
	display: flex;
	justify-content: center;
}

.pagination ul li {
	width: 50px;
	height: 28px;

	border: 1px solid #DDE1E8;
}
.pagination ul li:not(:last-child){
	border-right: none;
}
.pagination ul li.li-btn{
	width: 28px;
	height: 28px;
	background: #EAF1F9;
}
.pagination ul li.li-btn a{
	color: #C4C7CC;
}
.pagination ul li:first-child{
	border-radius:  2px 0px 0px 2px ;
}
.pagination ul li:last-child {
	border-radius: 0px 2px 2px 0px;
}

.pagination ul li .iconfont {
	font-size: 14px;
}

.pagination ul li:hover,
.pagination ul li.active {

}

.pagination ul li a {
	color: #333;
	display: block;
	line-height: 28px;
	font-size: 14px;

	color: #212B42;
	text-align: center;
}
.pagination ul li.active a{
	color:#2B33AA ;
}
.pagination ul li.active a,
.pagination ul li:hover a {
	/* color: #fff; */
}

.m-right-buttom {
	display: none;
}

.m-navbar {
	display: none;
}
@media (max-width:1700px) {
	.modal-case .modal-case-box .close, .modal-arithmetic .close,
	.modal-video .modal-video-box .close{
		width: 40px;
		height: 40px;
		line-height: 38px;
		top: -50px;
		right: 0;
	}
	.modal-case .btn, .modal-arithmetic .btn,.jizhan .box6 .btn{
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	.modal-arithmetic .modal-arithmetic-box{
		padding: 20px;
	}
}

@media (max-width:1630px) {
	.content1600 {
		width: 94%;
	}
}

@media (max-width:1530px) {
	.content1500 {
		width: 94%;
	}
}

@media (max-width:1430px) {
	.content1400 {
		width: 94%;
	}
	.modal-arithmetic .slide-box .title-div .title{
		font-size: 28px;
	}
}

@media (max-width:1330px) {
	.content1300 {
		width: 94%;
	}
}

@media (max-width:1230px) {
	.content1200 {
		width: 94%;
	}
}

@media (max-width:1199px) {
	.footer .footer-t .ewm-box .ewm:not(:first-child){
		margin-left: 15px;
	}

}
@media (max-width:1024px) {
	.common-box7 .box-c .l .bg{
		display: none;
	}
	.header{
		/* background-color: #192178; */
	}
	.header .l .nav{
		display: none;
	}
	.header .content1436{
		justify-content: flex-start;
	}
	.header .r{
		margin-left: 40px;
	}
	.m-right-buttom {
		display: block;
		cursor: pointer;
		user-select: none;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.m-right-buttom .in {
		height: 30px;
		width: 19px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.m-right-buttom span,
	.m-right-buttom span:after,
	.m-right-buttom span:before {
		display: block;
		height: 2px;
		width: 19px;
		background: #fff;
		transition: top .2s linear
	}

	.header.active .m-right-buttom span,
	.header.active .m-right-buttom span:after,
	.header.active .m-right-buttom span:before {
		background: #2B33AA;
	}

	.m-right-buttom span {
		transition: all .2s .4s ease, background 0s;
		position: relative
	}

	.m-right-buttom span:after,
	.m-right-buttom span:before {
		position: absolute;
		left: 0;
		content: '';
		transform-origin: 50% 50%;
		transition: top .2s .4s ease, transform .4s ease;
		height: 2px
	}

	.m-right-buttom span:before {
		top: 6px
	}

	.m-right-buttom span:after {
		top: -6px
	}

	.m-right-buttom.active span,
	.header.active .m-right-buttom.active span {
		transition: all .2s 0s ease;
		background: 0 0
	}

	.m-right-buttom.active span:after,
	.m-right-buttom.active span:before {
		transition: top .2s ease, transform .2s .3s ease;
		top: 0;
		width: 19px
	}

	.m-right-buttom.active span:before {
		transform: rotate3d(0, 0, 1, 45deg)
	}

	.m-right-buttom.active span:after {
		transform: rotate3d(0, 0, 1, -45deg)
	}

	.m-navbar ul {
		display: block;
		width: 100%;
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		background-color: #fff;
	}

	.m-navbar li {
		display: block;
		width: 100%;
		opacity: 0;
		transform: translateY(32px);
		transition: all .4s ease;
		margin: 0;
	}

	.m-navbar.active li {
		opacity: 1;
		transform: translateY(0);
	}

	/* .m-navbar li:hover a {
		color: #747474 !important;
	}

	.m-navbar li.active a {
		color: #3370FF !important;
	} */

	.m-navbar {
		display: none;
		position: fixed;
		width: 77.33%;
		height: calc(100% - 50px);
		right: 0;
		top: 50px;
		background-color: #fff;
		z-index: 99998;
	}
	.m-navbar:before{
		position: absolute;
		content: "";
		top: 0;
		right: 0;
		width: 100vw;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		backdrop-filter: blur(3px);
		z-index: -1;
	}
	.m-navbar li{
		border-bottom: 1px solid #EBEBEB;
	}
	.m-navbar li>a {
		position: relative;
		line-height: 60px;
		background: #FCFCFF;
		display: block;
		width: 100%;
		padding: 0 20px;
		font-size: 15px;
		font-weight: 400;
		color: #071D3C;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.m-navbar li>a .iconfont{
		transition: all .6s;
	}
	.m-navbar li.active>a .iconfont{
		transform: rotate(180deg);
	}
	.m-navbar li .sub-nav{
		display: none;
	}
	.m-navbar li .sub-nav a{
		display: block;
		padding: 0 35px;
		line-height: 50px;
		font-size: 13px;
		color: #071D3C;
	}
	.m-navbar li .sub-nav a:not(:last-child){
		border-bottom: 1px solid #EBEBEB;
	}
	.main{
		/*padding-top: 0px!important;*/
	}
	.modal-arithmetic .slide-t-l{
		margin-right: 25px;
	}
	.modal-arithmetic .slide-box .title-div .title{
		font-size: 26px;
	}
	.modal-arithmetic .slide-c{
		flex-direction: column-reverse;
	}
	.modal-arithmetic .slide-c-r{
		width: 100%;
	}
	.modal-arithmetic .slide-c-l{
		margin-top: 40px;
	}
	.modal-arithmetic .slide-box .swiper-slide{
		padding: 20px;
	}
	.modal-case .btn, .modal-arithmetic .btn,
	.jizhan .box6 .btn{
		width: 36px;
		height: 36px;
		line-height: 36px;
	}
	.modal-case .btn .iconfont, .modal-arithmetic .btn .iconfont,
	.modal-case .modal-case-box .close .iconfont, .modal-arithmetic .close .iconfont,
	.modal-video .modal-video-box .close .iconfont,
	.jizhan .box6 .btn .iconfont{
		font-size: 20px;
	}
	.modal-case .btn.btn-prev, .modal-arithmetic .btn.btn-prev,
	.jizhan .box6 .btn.btn-prev{
		left: 0;
		transform: translateX(-50%);
	}
	.modal-case .btn.btn-next, .modal-arithmetic .btn.btn-next,
	.jizhan .box6 .btn.btn-next{
		right: 0;
		transform: translateX(50%);
	}
	.modal-case .modal-case-box .close, .modal-arithmetic .close,
	.modal-video .modal-video-box .close{
		width: 36px;
		height: 36px;
		line-height: 34px;
	}
	.modal-case .modal-case-box .swiper-slide{
		flex-direction: column;
		justify-content: space-between;
	}
	.modal-case .modal-case-box .swiper-slide .l{
		width: 100%;
		height: 40%;
		border-radius: 10px 10px 0 0;
		overflow: hidden;
	}
	.modal-case .modal-case-box .swiper-slide .r{
		flex: none;
		height: 60%;
	}
	.modal-case .modal-case-box .swiper-slide .r-t-l img{
		height: 40px;
	}
	.modal-case .modal-case-box .swiper-slide .r{
		padding: 40px 20px;
	}
	.modal-case .modal-case-box .swiper-slide .title{
		font-size: 24px;
		margin-top: 17px;
	}
	.modal-case .modal-case-box .swiper-slide .r-box{
		padding: 0 20px;
	}
}
@media (max-width:768px) {
	.fixedRight{
		display:none;
	}
	.common-box7 .box-c .btns a{
		width: 80px;
		height: 24px;
		line-height: 24px;
		font-size: 12px;
	}
	.common-box7 .box-c .l{
		margin-right: 0;
	}
	.common-box7 .box-c{
		justify-content: space-between;
	}
	.modal-video .modal-video-box{
		width: 90%;
	}
	.modal-arithmetic .slide-t{
		flex-direction: column;
	}
	.modal-arithmetic .slide-t-l{
		margin-right: 0;
	}
	.modal-arithmetic .slide-t-r{
		width: 100%;
		margin-top: 30px;
	}
	.modal-arithmetic .slide-t-r .ewm{
		margin: 0 auto;
	}
	.modal-case .modal-case-box .swiper-slide .ewm{
		width: 70px;
		height: 70px;
	}
	.header .r{
		margin-left: 15px;
	}
	.footer{
		/* padding-top: 30px; */
	}
	.common-box7 .box-c .l img{
		width: 120px;
	}
	.footer .footer-b{
		/* padding-bottom: 15px; */
	}
	.footer .footer-t .ewm-box .ewm:not(:first-child){
		margin-left: 30px;
	}
	.common-box7{
		/* background-image: url(../img/m-index-box7-bg.png); */
	}
	.footer .footer-t .tel.li-text{
		font-size: 30px;
	}
	.modal-arithmetic .modal-arithmetic-box{
		max-height: 85%;
	}
	.modal-case .modal-case-box .swiper-slide .r-t-r{
		display: flex;
	}
	.modal-case .modal-case-box .swiper-slide .ewm-text{
		width: 14px;
		display: none;
		margin-top: 0;
		margin-left: 6px;
	}
	.modal-case .modal-case-box .swiper-slide .ewm-text1{
		display: block;
	}
	.common-box7{
		padding: 20px 0;
	}
}
@media (max-width:500px){
	.footer .footer-t{
		padding: 28px 0;
	}
	.common-box7 .box-c .btns .btn2{
		margin-left: 15px;
	}
	.common-box7 .box-c .l img{
		width: 140px;
	}
	.modal-case .modal-case-box .swiper-slide .r-box{
		padding: 0 8px;
	}
	.footer .footer-t .tel.li-text{
		font-size: 24px;
	}
	.footer .footer-t .text-box{
		/* margin-top: 15px; */
	}
	.footer .footer-b{
		font-size: 12px;
		line-height: 18px;
		margin-top: 0;
		padding: 11px 0;
		background-color: none;
	}
	.modal-case .modal-case-box .swiper-slide .title{
		font-size: 16px;
	}
	.modal-case .modal-case-box .swiper-slide .r{
		padding: 20px 10px 30px;
	}
	.modal-case .modal-case-box .swiper-slide .text-des{
		line-height: 24px;
	}
	.modal-case .modal-case-box .swiper-slide .r-c{
		margin-top: 20px;
	}
	.modal-case .modal-case-box .swiper-slide .text-box{
		padding-top: 20px;
	}
	.modal-case .modal-case-box .swiper-slide .r-t{
		/* flex-direction: column; */
	}
	.modal-case .modal-case-box .swiper-slide .r-t-l img{
		height: 24px;
	}
	.modal-case .modal-case-box .swiper-slide .r-t-r{
		/* width: 100%;
		margin-top: 25px;
		text-align: center; */
	}

	.modal-arithmetic .modal-arithmetic-box,
	.modal-arithmetic .slide-box .swiper-slide{
		padding: 15px 10px;
	}
	.modal-arithmetic .slide-box .title-div .title{
		font-size: 20px;
	}
	.modal-arithmetic .slide-box .des{
		margin-top: 19px;
	}
	.modal-arithmetic .slide-t-r{
		margin-top: 20px;
	}
	.modal-arithmetic .slide-c-l .text-des{
		line-height: 24px;
		margin: 10px 0 20px;
	}
	.modal-arithmetic .slide-c-l .a-links{
		margin: 15px 0 5px;
	}
	.modal-arithmetic .slide-c-l .a-links a{
		margin-bottom: 15px;
	}
	.modal-arithmetic .slide-c-l .a-links a:not(:last-child){
		margin-right: 20px;
	}
	.modal-case .modal-case-box .close, .modal-arithmetic .close{
		top: -40px;
	}
	.footer .footer-t .ewm-box .ewm:not(:first-child){
		margin-left: 10px;
	}
	.footer .footer-t .ewm-box{
		font-size: 14px;
		margin-bottom: 0!important;
	}
	.footer .footer-t .ewm-box img{
		/* margin-bottom: 15px; */
	}
	.footer .footer-b{
		/* margin-top: 20px; */
	}
	.modal-arithmetic .video-box .playBtn img{
		width: 40px;
		height: 40px;
	}
}

.fixedRight{
	position: fixed;
	z-index: 99999900;
	right: 0;
	width: 68px;
	top: 50%;
	transform: translateY(-50%);
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
.fixedRight ul li{
	position: relative;
}
.fixedRight ul li a{
	text-align: center;
	color: #999;
	text-align: center;
	font-size: 12px;
	display: block;
	padding: 14px 0 ;
}
.fixedRight ul li:first-child{
	border-radius: 8px 8px 0 0;
	overflow: hidden;
}
.fixedRight ul li:last-child{
	border-radius: 0 0 8px 8px;
	overflow: hidden;
	display: none;
}
.fixedRight ul li:last-child a{
	padding: 7px 0
}
.fixedRight ul li:last-child a .iconfont{
	margin-bottom: 0;
}
.fixedRight ul li.active a,
.fixedRight ul li:hover a{
	background: #2B33AA;
	color: #fff;
}
.fixedRight ul li a .iconfont{
	font-size: 24px;
	display: block;
	margin-bottom: 5px;
	color: #333;
	/*font-weight: bold;*/
}
.fixedRight ul li a .iconfont.icon-31dianhua{
	transform: scale(1.2);
}
.fixedRight ul li:hover a .iconfont,
.fixedRight ul li.active a .iconfont{
	color: #fff;
}

.fixedRight ul li .detail {
	font-size: 16px;
	line-height: 2.5rem;
	position: absolute;
	top: 0;
	right: 80px;
	display: none;
	background: #fff;
	min-width: 270px;
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
	border-radius: 2px;
	padding: 12px;
	font-size: 14px;
	text-align: left;
	color: #333;
}
.fixedRight ul li:hover .detail{
	display: block;
}