@charset "utf-8";
/* CSS Document */
.p-px10 {
	padding: 10px;
}
.plr-px30 {
	padding-left: 30px;
	padding-right: 30px;
}
.ml-px40 {
	margin-left: 40px;
}
.mb-px40 {
	margin-bottom: 40px;
}
.color-333 {
	color: #333;
}
.table-blue {
	border: 0 none;
}
.table-blue thead tr th {
	height: 90px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	background-color: #2b7ccf;
}
.table-blue tbody tr th {
	font-size: 20px;
	color: #333;
	text-align: center;
}
.table-blue tr > * {
	background-color: #fff;
	border: 0 none;
}
.table-blue tr.bg-tr > * {
	background-color: #f5f6fe;
}
.table-blue tr > *:not(:last-child), .table-blue tr > *.border-r {
	border-right: 1px solid #e8e9f4;
}
.table-blue tr > * {
	padding: 15px;
}

/* banner */
.banner{
	width: 100%;
	height: 600px;
	position: relative;
}
.banner .ban-a{
	width: 100%;
	height: 600px;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	background-color: #061e7f;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.banner .ban-a1{
	background-image: url(/wp-content/uploads/images/mfg/mfg-bj1.jpg);
}

/* 亮点 */
.highlights {
	width: 530px;
}
.highlights > p {
	position: relative;
	z-index: 2;
}
.highlights > i:first-child {
	width: 118px;
	height: 118px;
	position: absolute;
	left: -50px;
	top: -50px;
	padding: 45px 0 0 45px;
	border-radius: 50%;
	background-color: #0174fc;
	border: 10px solid #d9e6ff;
}
.highlights::before {
	content: "";
	width: 94px;
	height: 94px;
	position: absolute;
	left: -84px;
	bottom: -78px;
	border-radius: 50%;
	border: 60px solid #f6faff;
	box-sizing: content-box;
}
.highlights::after {
	content: "";
	width: 38px;
	height: 38px;
	position: absolute;
	right: 15px;
	bottom: 15px;
	background: url(/wp-content/uploads/images/cs/cs-ico14.png) no-repeat center center;
}

/* 案例 */
.case-list > li:nth-child(odd) {
	width: 500px;
}
.case-list > li:nth-child(even) {
	width: 570px;
}

/* 联系 */
.bg-contact {
	height: 486px;
	padding-top: 150px;
	background: url(/wp-content/uploads/images/mfg/mfg-bj2.jpg) no-repeat center center;
	background-size: cover;
}
.contact-link {
	width: 210px;
	display: inline-block;
	line-height: 60px;
	border-radius: 60px;
	color: #0034af;
	font-size: 22px;
	font-weight: bold;
	background-color: #fff;
}
.contact-link:hover {
	background-color: rgba(255,255,255,.9);
}


/* 为什么 */
.necessity > li:first-child {
	width: 184px;
	line-height: 184px;
	overflow: hidden;
	text-align: center;
	border-radius: 50%;
	background-color: #eaf2fb;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	margin-top: -92px;
	margin-left: -92px;
}
.necessity > li:not(:first-child) {
	width: 530px;
	height: 200px;
	float: left;
	color: #333;
	border-radius: 8px;
	background-color: #fff;
}
.necessity > li:not(:first-child) img {
	margin: 30px 10px;
}
.necessity > li:nth-child(3), .necessity > li:nth-child(5) {
	margin-left: 40px;
}
.necessity > li:nth-child(3) img, .necessity > li:nth-child(5) img {
	margin-left: 60px;
}

/* 功能 */
.swiper-box .swiper-button-next {
	top: -90px;
	right: 30px;
	background-image: url(/wp-content/uploads/images/k7/k7-ico24.png);
	background-size: auto
}
.swiper-box .swiper-button-prev {
	top: -90px;
	left: 30px;
	background-image: url(/wp-content/uploads/images/k7/k7-ico23.png);
	background-size: auto;
}
.gallery-thumbs {
	width: 900px;
	height: 120px;
	margin: 0 auto;
	box-shadow: 0 0 13px #f8f8f8;
	background-color: #fff;
}
.gallery-thumbs .swiper-slide span {
	width: 50px;
	height: 50px;
	margin: 20px 0 0;
	display: inline-block;
	overflow: hidden;
}
.gallery-thumbs .swiper-slide-thumb-active {
	color: #fff;
	background-color: #3b53eb;
}
.gallery-thumbs .swiper-slide-thumb-active span img {
	margin-top: -50px;
}
.gallery-main,.gallery-main .swiper-slide {
	height: 880px;
}
.gallery-main .swiper-slide {
	background: #3b53eb url(/wp-content/uploads/images/k7/k7-bj4.png) no-repeat center 20px;
}
.gallery-main .swiper-slide .browser {
	width: 880px;
	margin: 0 auto;
	position: relative;
}
.gallery-main .swiper-slide .browser div.browser-box{
	height: 635px;
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	z-index: 10;
}
.gallery-main .swiper-slide .browser div.browser-box-bj1 {
	width: 950px;
	height: 535px;
	background-color: #9da9f5;
	border-radius: 10px;
	position: absolute;
	left: -35px;
	bottom: 50px;
	z-index: 2;
}
.gallery-main .swiper-slide .browser div.browser-box-bj2 {
	width: 1020px;
	height: 435px;
	background-color: #6275ef;
	border-radius: 10px;
	position: absolute;
	left: -70px;
	bottom: 100px;
	z-index: 1;
}

/* 联系我们弹窗 */
.mask-box {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
	display: none;
	background-color: rgba(0,0,0,.5);
}
.contact-us {
	width: 510px;
	height: 350px;
	z-index: 20;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -175px 0 0 -255px;
	text-align: center;
	border-radius: 15px;
	background-color: #fff;
	display: none;
}
.contact-us .close-ico {
	font-size: 24px;
	color: #9e9da5;
	position: absolute;
	right: 20px;
	top: 10px;
}
.contact-us .close-ico:hover {
	color: #666;
}