﻿/* 大熊科技首页模块样式表 */

/* TIME:2020-08-04 | author: liangHongHan */
/* 顶部 */
.swiper-button-nexta {
	right: 0;
	top: calc(100% - 80px);
	background: #101010;
	width: 80px;
	height: 80px;
	margin: 0;
}

.swiper-button-nexta:hover,
.swiper-button-preva:hover {
	background: #5076b3;
}

.swiper-containera .swiper-slide img {
	width: 100%;
}

.swiper-button-preva {
	left: 0;
	top: calc(100% - 80px);
	background: #101010;
	width: 80px;
	height: 80px;
	margin: 0;
}

.swiper-button-nexta img,
.swiper-button-preva img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.banner-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}

.banner-text div {
	position: absolute;
	top: 53%;
	left: 16%;
	transform: translate(0, -50%);
	color: #fff;
	font-size: 20px;
}
.header-group .banner-text>img {
	position: absolute;
	top: 52%;
	right: 16%;
	transform: translate(0, -50%);
	width: auto;
	width: 700px;
}
.banner-text div>h4 {
	font-size: 50px;
	line-height: 75px;
	margin: 0 0 40px 0;
}
.banner-text div>p {
	line-height: 40px;
	margin-bottom: 30px;
}
.banner-text div>h3 p{
	margin-bottom: 0;
}

/*产品中心*/
.cpzx {
	margin-top: 100px;
}

.cpzx .top {
	position: relative;
}

.title-pro {
	margin-bottom: 40px;
	width: 50%;
	float: left;
}

.swiper-product{
	position: relative;
	overflow: hidden;
}

.tab-a {
	width: 50%;
	float: right;
	text-align: right;
	margin-top: 40px;
}

.tab-a a {
	color: #999999;
	font-size: 15px;
	position: relative;
	cursor: pointer;
}

.tab-a a:after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #5076b3;
	display: none;
}

.tab-a li {
	display: inline-block;
	margin-left: 45px;
}

.tab-a .current a:after {
	display: block;
}

.tab-a .current a {
	color: #5076b3;
}

.cpzx .swiper-slide .img {
	overflow: hidden;
	width: 100%;
}

.cpzx .swiper-slide img {
	width: 100%;
	height: auto;
	transition: .4s;
}

.cpzx .swiper-slide:hover img {
	transform: scale(1.1);
	transition: .4s;
}

.cpzx .txt-box {
	width: 100%;
	background-color: #ffffff;
	height: 160px;
	padding: 20px;
}

.cpzx .txt-box .txt1 span {
	font-size: 14px;
	color: #777777;
	display: inline-block;
	line-height: 10px;
}

.cpzx .txt-box .txt1 span:first-child {
	padding-right: 5px;
	margin-right: 4px;
	border-right: 1px solid #777777;
}

.cpzx .txt-box h4 {
	font-size: 20px;
	color: #101010;
	margin: 20px 0 0 0;
	transition: .4s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cpzx .swiper-slide:hover h4 {
	color: #5076b3;
	transition: .4s;
}

.cpzx .ckxq {
	margin-top: 20px;
	width: 120px;
	color: #666;
}

/* bnt1 */
.donghua {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.donghua .text {
	display: block;
	font-size: 15px;
	color: #777777;
}

.heng {
	height: 1px;
	width: 55px;
	background-color: #999999;
	display: block;
}

.top-heng {
	width: 9px;
	height: 1px;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	transition: 0.4s;
	background-color: #999999;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	/* IE 9 */
	-moz-transform: rotate(45deg);
	/* Firefox */
	-webkit-transform: rotate(45deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(45deg);
	transform-origin: right
		/* Opera */
}

.bottom-heng {
	position: absolute;
	right: 0;
	top: 0;
	width: 9px;
	height: 1px;
	display: block;
	transition: 0.4s;
	background-color: #999999;
	margin-left: -12px;
	transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	/* IE 9 */
	-moz-transform: rotate(315deg);
	/* Firefox */
	-webkit-transform: rotate(315deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(315deg);
	transform-origin: right
		/* Opera */
}

.cpzx .swiper-slide:hover .bottom-heng {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	/* IE 9 */
	-moz-transform: rotate(360deg);
	/* Firefox */
	-webkit-transform: rotate(360deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(360deg);
	transform-origin: right;
	/* Opera */
	transition: 0.4s;
	opacity: 0
}

.cpzx .swiper-slide:hover .top-heng {
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	/* IE 9 */
	-moz-transform: rotate(0deg);
	/* Firefox */
	-webkit-transform: rotate(0deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(0deg);
	transform-origin: right;
	/* Opera */
	transition: 0.4s;
	opacity: 0;
}

.donghua .top-span {
	height: 50%;
	width: 0px;
	background-color: #101010;
	display: block;
	transition: .4s;
	position: absolute;
	z-index: 2;
}

.top-onmouscold {
	animation: topmoveout .4s;
	-webkit-animation: topmoveout .4s;
	/* Safari and Chrome */
	animation-fill-mode: forwards;
}

.donghua .bot-span {
	height: 50%;
	width: 0px;
	background-color: #101010;
	display: block;
	transition: .4s;
	position: absolute;
	top: 50%;
	z-index: 2;
}

.bot-onmouscold {
	animation: botmoveout .4s;
	-webkit-animation: botmoveout .4s;
	/* Safari and Chrome */
	animation-fill-mode: forwards;
}

.cpzx .swiper-slide:hover .top-span {
	animation: topmove .4s;
	-webkit-animation: topmove .4s;
	/* Safari and Chrome */
	animation-fill-mode: forwards;
}

.cpzx .swiper-slide:hover .bot-span {
	animation: botmove .4s;
	-webkit-animation: botmove .4s;
	/* Safari and Chrome */
	animation-fill-mode: forwards;
}

/*解决方案*/
.solution {
	margin-top: 100px;
	position: relative;
}

.solution .title1 {
	background: url(../images/jufa-title.jpg) no-repeat center;
	position: absolute;
	top: 50%;
	left: 16%;
	width: 240px;
	height: 240px;
	border-top: 10px solid #5076b3;
	transform: translate(0, -50%);
	z-index: 2;
}

.solution .title1 .wz {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.solution .title1 .wz .sz-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
}

.solution .title1 .wz .sz-center h4 {
	color: #fff;
	font-size: 36px;
	margin: 15px 0 20px 0;
}

.solution .title1 .wz .sz-center i {
	color: #5076b3;
	font-size: 14px;
	text-transform: uppercase;
	font-style: normal;
	display: block;
}

.solution .title1 .wz .sz-center p {
	font-size: 16px;
	color: #fff;
}

.swiper-solution {
	overflow: hidden;
}

.solution .swiper-slide img {
	float: right;
}

.solution .swiper-slide .text {
	width: 70%;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	padding: 80px;
	padding-left: 35%;
	padding-right: 10%;
	height: 400px;
	overflow: hidden;
	z-index: 2;
}

.solution .swiper-slide h4 {
	font-size: 20px;
	color: #101010;
	margin-bottom: 20px;
}

.solution .swiper-slide .wz {
	font-size: 14px;
	line-height: 28px;
	color: #666;
	font-weight: 300;
	margin-bottom: 40px;
}

.solution .swiper-button-next,
.solution .swiper-button-prev {
	background: #5076b3;
	width: 80px;
	height: 80px;
	top: initial;
	margin-top: 0;
	bottom: 0;
}

.solution .swiper-button-next {
	right: 30%;
	bottom: 100px;
	background: #b0b7c1;
}

.solution .swiper-button-prev {
	left: initial;
	right: 34.2%;
	bottom: 100px;
}

.solution .swiper-button-next img,
.solution .swiper-button-prev img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.solution .swiper-button-next:hover,
.solution .swiper-button-prev:hover {
	background: #101010;
	transition: all ease 0.5s;
}

/*合作伙伴*/
.partner {
	margin-top: 100px;
}

.swiper-partner {
	overflow: hidden;
	position: relative;
	margin-top: 40px;
	padding-bottom: 60px;
}

.swiper-partner .swiper-slide {
	background: #fff;
	position: relative;
}

.swiper-partner .swiper-slide img {
	position: relative;
	display: block;
	margin: 0 auto;
	z-index: 2;
	max-width: 100%;
}

.swiper-partner .swiper-slide img:nth-child(2) {
	display: none;
}

.swiper-partner .swiper-slide:hover img:nth-child(1) {
	display: none;
}

.swiper-partner .swiper-slide:hover img:nth-child(2) {
	display: block;
}

.swiper-partner .swiper-pagination {
	bottom: 0;
}

.swiper-partner .swiper-slide:after {
	content: '';
	width: 0;
	height: 50%;
	display: block;
	background-color: #5076b3;
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	transition: .5s;
	z-index: 1;
}

.swiper-partner .swiper-slide:before {
	content: '';
	width: 0;
	height: 50%;
	display: block;
	background-color: #5076b3;
	position: absolute;
	bottom: 0;
	right: 0;
	left: auto;
	transition: .5s;
	z-index: 1;
}

.swiper-partner .swiper-slide:hover:after {
	width: 100%;
	left: auto;
	right: 0;
}

.swiper-partner .swiper-slide:hover:before {
	width: 100%;
	left: 0;
	right: auto;
}

/*准则*/
.criterion {
	width: 100%;
	background-image: url("../images/zz-banner1.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 100px;
}

.criterion .title h4,
.criterion .title p {
	color: #fff;
}

.criterion .zz-left {
	float: left;
	width: 38%;
	padding-right: 100px;
}

.criterion .zz-left .zz-pos {
	margin-top: 150px;
}

.criterion .zz-left .txt {
	margin: 40px 0 0 30px;
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	font-weight: 300;
}

.criterion .zz-xsz {
	width: 62%;
	float: right;
}

.criterion .zz-mb {
	width: 33.33%;
	float: left;
	position: relative;
	padding: 140px 40px;
	min-height: 500px;
}

.criterion .zz-text img {
	margin-bottom: 40px;
}

.zz-mb .zz-text .zz-txt span {
	writing-mode: vertical-lr;
	-webkit-writing-mode: vertical-lr;
	float: left;
	color: #ffffff;
	font-size: 14px;
	margin-right: 10px;
	line-height: 10px;
}

.zz-mb .zz-text .zz-txt h4 {
	font-size: 20px;
	color: #ffffff;
	margin: 0 0 15px 0;
}

.zz-mb .zz-text .zz-txt p {
	font-size: 14px;
	color: #ffffff;
}

.criterion .zz-mb1 {
	background-color: rgba(80, 118, 179, 1);
}

.criterion .zz-mb2 {
	background-color: rgba(80, 118, 179, .6);
}

.criterion .zz-mb3 {
	background-color: rgba(80, 118, 179, .2);
}

.criterion .zz-mb:hover {
	background-color: rgba(0, 0, 0, 0.9);
	transition: all ease 0.8s;
}

.criterion .zz-mb:hover img {
	transform: rotateY(180deg);
	transition: all ease 0.8s;
}

/*关于我们*/
.about {
	margin-top: 100px;
}

.about .container {
	position: relative;
}

.about .left {
	width: 40%;
}

.about .left img {
	width: 100%;
	display: block;
}

.about .right {
	width: 65%;
	background: #fff;
	padding: 70px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 2;
}

.about .right .wz {
	font-weight: 300;
	line-height: 28px;
	font-size: 14px;
	margin: 30px 0 40px 0;
}

.about .right img {
	position: absolute;
	top: 0px;
	right: 0px;
}


/*服务*/
.fuwu {
	margin: 100px 0 80px 0;
}

.fw-center {
	margin-top: 30px;
	margin-left: 30px;
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	font-weight: 300;
}

.fw-bottom {
	margin-top: 40px;
	margin-left: -15px;
	width: 1330px;
	padding-bottom: 20px;
	overflow: hidden;
}

.fw-bottom .item {
	width: calc(25% - 30px);
	margin: 0 15px;
	float: left;
	padding: 40px 30px;
	background-color: #fff;
	min-height: 320px;
}

.fw-bottom .item img {
	max-width: 100%;
}

.fw-bottom .item h4 {
	font-size: 20px;
	margin: 40px 0 25px 0;
	display: block;
	color: #101010;
}

.fw-bottom .item p {
	font-size: 14px;
	line-height: 28px;
	color: #777;
	font-weight: 300;
}

.fw-bottom .item:hover {
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
	transition: all ease 0.5s;
}

.fw-bottom .item:hover img {
	transform: rotateY(360deg);
	transition: all ease 0.8s;
}


/* 修改 TIME:2020-08-06 author:heFengYu*/
.header-group .swiper-slide img {
	display: block;
	width: 100%;
}
.header-group .swiper-slide .banner-text img{
	width: 650px;
}
.swiper-product {
	padding-bottom: 60px;
}


/* -------------------------1681------------------------- */
@media (max-width: 1681px) {
	.banner-text div{
		left: 14%;
	}
	.banner-text div>h4{
		font-size: 44px;
	}
	.banner-text div>p{
		font-size: 16px;
		line-height: 30px;
	}
	.header-group .swiper-slide .banner-text img{
		width: 650px;
	}
	.solution .swiper-button-prev{
		right: 34.8%;
	}
}
/* -------------------------1441------------------------- */
@media (max-width: 1441px) {
	.banner-text div{
		left: 8%;
	}
	.banner-text div>h4{
		line-height: 65px;
	}
	.header-group .swiper-slide .banner-text img{
		right: 8%;
	}
	.solution .title1{
		left: 8%;
	}
	.solution .swiper-slide .text{
		padding-left: 30%;
	}
	.solution .swiper-button-prev{
		right: 35.6%;
	}
	.fw-bottom{
		width: 1230px;
	}
	.fw-bottom .item{
		min-height: 350px;
	}
}
/* -------------------------1367------------------------- */
@media (max-width: 1367px) {}
/* -------------------------1201------------------------- */
@media (max-width: 1201px) {
	.header-group .swiper-slide .banner-text img{
		display: none;
	}
	.banner-text div{
		top: 50%;
		left: 15%;
	}
	.solution .swiper-slide img{
		width: 90%;
	}
	.solution .swiper-slide .text{
		width: 80%;
		padding-left: 35%;
	}
	.solution .swiper-button-next{
		right: 0;
		bottom: 0;
	}
	.solution .swiper-button-prev{
		right: 80px;
		bottom: 0;
	}
	.fw-bottom{
		width: 1000px;
	}
	.fw-bottom .item{
		padding: 25px 20px;
	}
	.wap-container{
		margin-top: 90px !important;
	}
	.criterion{
		margin-top: 40px;
	}
	.criterion .zz-xsz{
		width: 100%;
	}
}
/* -------------------------997------------------------- */
@media (max-width: 997px) {
	.banner-text div>h4{
		font-size: 36px;
		line-height: 50px;
		margin-bottom: 15px;
	}
	.banner-text div>p{
		margin-bottom: 25px;
	}
	.title-pro{
		float: initial;
		margin-bottom: 0;
	}
	.tab-a{
		width: 100%;
		float: initial;
		margin-top: 20px;
		margin-bottom: 20px;
		text-align: left;
	}
	.tab-a li{
		margin-left: 0;
		margin-right: 40px;
	}
	.fw-bottom{
		width: 760px;
		margin-top: 20px;
	}
	.fw-bottom .item{
		width: calc(50% - 30px);
		margin: 15px;
		min-height: 300px;
	}
	.container-su{
		margin-bottom: 40px !important;
	}
	.solution .swiper-slide .text{
		padding: 40px;
		width: 70%;
		height: auto;
	}
	.solution .swiper-slide .wz{
		margin-bottom: 20px;
	}
	.fw-center{
		display: none;
	}
	.about .right{
		width: 55%;
		padding: 0;
		background: none;
	}
	.about .right img{
		display: none;
	}
}
/* -------------------------766------------------------- */
@media (max-width: 766px) {
	.swiper-button-preva,.swiper-button-nexta{
		display: none;
	}
	.cpzx{
		margin-top: 50px;
	}
	.tab-a{
		font-size: 0;
	}
	.tab-a li{
		display: inline-block;
		width: 50%;
		margin-right: 0;
		margin-bottom: 2px;
		text-align: center;
		background: #fff;
		border: 5px solid #f1f3f5;
		line-height: 40px;
	}
	.tab-a .current{
		background: #5076b3;
	}
	.tab-a .current a{
		color: #fff;
	}
	.tab-a a:after{
		width: 0;
	}
	.cpzx .txt-box .txt1{
		display: none;
	}
	.cpzx .ckxq{
		display: none;
	}
	.cpzx .txt-box h4{
		font-size: 16px;
		line-height: 30px;
		white-space: normal;
		margin-top: 0;
	}
	.cpzx .txt-box{
		height: 100px;
	}
	.solution{
		margin-top: 35px;
	}
	.title-pro{
		width: auto;
	}
	.title{
		text-align: center;
	}
	.solution .swiper-slide .text{
		width: 100%;
		position: static;
		top: 0;
		transform: translate(0,0);
		padding: 35px;
	}
	.solution .swiper-slide img{
		width: 100%;
	}
	.solution .swiper-button-prev,.solution .swiper-button-next{
		width: 40px;
		height: 40px;
	}
	.solution .swiper-button-next img, .solution .swiper-button-prev img{
		width: 60%;
	}
	.solution .swiper-button-prev{
		right: 40px;
	}
	.container-su{
		margin-bottom: 30px !important;
	}
	.partner{
		margin-top: 50px;
	}
	.swiper-partner{
		margin-top: 20px;
	}
	.wap-container{
		margin-top: 40px !important;
	}
	.criterion{
		margin-top: 15px;
		background: #f1f3f5;
	}
	.criterion .zz-mb{
		width: 100%;
		float: initial;
		padding: 20px;
		margin: 10px 0;
		min-height: auto;
	}
	.criterion .zz-text{
		overflow: hidden;
	}
	.criterion .zz-text img{
		margin: 15px 0 0 0;
		width: 60px;
		float: left;
	}
	.criterion .zz-mb3{
		background: rgba(80, 118, 179, .4);
	}
	.criterion .zz-text .zz-txt{
		width: 75%;
		float: right;
		padding: 20px 0 20px 20px;
	}
	.zz-mb .zz-text .zz-txt p{
		white-space: normal;
	}
	.zz-mb .zz-text .zz-txt span{
		height: 80px;
	}
	.about{
		margin-top: 40px;
	}
	.about .right{
		width: 100%;
		position: static;
		top: 0;
		transform: translate(0,0);
	}
	.about .right .wz{
		margin: 25px 0;
	}
	.about .left{
		width: 100%;
		margin-top: 30px;
	}
	.fuwu{
		margin: 50px 0 20px 0;
	}
	.fw-bottom{
		width: 100%;
		margin: 0;
	}
	.fw-bottom .item{
		width: 100%;
		margin: 0;
		min-height: auto;
		margin: 10px 0;
	}
	.fw-bottom .item h4{
		margin: 20px 0 15px 0;
	}
	.fw-bottom .item img{
		width: 60px;
	}
	.banner-text div{
		left: 50%;
		transform: translate(-50%,-50%);
		width: 80%;
	}
	.banner-text div>h4{
		font-size: 24px;
		line-height: 40px;
		margin-bottom: 10px;
	}
	.banner-text div>p{
		font-size: 15px;
		line-height: 28px;
		margin-bottom: 0;
	}
	.banner-text div .btn-group{
		display: none;
	}
}
/* -------------------------410------------------------- */
@media (max-width: 410px) {}
/* -------------------------380------------------------- */
@media (max-width: 380px) {}
/* -------------------------340------------------------- */
@media (max-width: 340px) {
	.cpzx .txt-box{
		padding: 15px;
		height: 80px;
	}
	.cpzx .txt-box h4{
		font-size: 14px;
		line-height: 24px;
	}
	.banner-text div>h4{
		font-size: 20px;
		line-height: 36px;
		margin-bottom: 10px;
	}
	.banner-text div>p{
		font-size: 12px;
		line-height: 24px;
		margin-bottom: 0;
	}
}