body{
	font-family: 'Segoe UI',SegoeUI,'Microsoft YaHei',微软雅黑,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.max-width{
	max-width: 75rem;
}
/* home */
.nav-item {
	margin-left: 3rem;
}
.box-1{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap:10px;
}

/*超出两行隐藏*/
.over-hide-2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/*超出一行隐藏*/
.over-hide-1{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

/*超出3行隐藏*/
.over-hide-3{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}



@media screen and (max-width: 700px){
	.row-iphone{
		display: block;
	}
	.row-web{
		display: none !important;
	}
	.crt{
		width: 100%;
		display: grid;
		grid-template-columns: repeat(1,1fr);
		overflow: hidden;
	}
	.crt .col-7 .moveBody {
		margin-bottom: 30px;
	}
	.crt .col-7 .moveBody .justify-content-center .suo img{
		height: 80px;
		width: 80px;
		object-fit: contain;

	}
	.box-1{
		width: 100%;
		display: grid;
		grid-template-columns: repeat(1,1fr);
		gap:10px;
	}
	.box-1-1{
		width: 100%;
		display: grid;
		grid-template-columns: repeat(1,1fr);
		gap:10px;
	}
	.box111{
		border-bottom: 1px dashed #ccc;
		border-right: none;
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.ccccccccc .row{
		display: grid !important;
		grid-template-columns: repeat(1,1fr) !important;
		margin-bottom: 15px;
		justify-items: center;
	}
	.bbtn{
		display: grid !important;
		grid-template-columns: repeat(1,1fr) !important;
		margin-bottom: 15px;
		justify-items: center;
		width: 100%;
	}
	.ccccccccc  .col{
		margin-bottom: 15px;
		width: 100%;
		margin-left: 16vw;
	}
	.carousel-item video{
		width: 100%;
	}
	.container-fluid{
		width: 100%;
		.row{
			width: 100% !important;

			.col-6{
				width: 200px !important;


			}
			.btn-box{
				width: 200px !important;
				display: flex;
				flex-wrap: wrap;
			}
		}
	}
}

.container-fluid-1{
	width: 100%;
	justify-content: center;
	display: flex;
	padding: 80px 0 100px 0;
	box-sizing: border-box;
}
.container-fluid-left{
	width: 100%;
	padding-left: 15vw;
}
.container-fluid-left-logo{
	margin-bottom: 30px;
}
.container-fluid-left .title{
	width: 100%;
	font-size: 14px;
	color: #fff;
	margin-top: 40px;
	margin-bottom: 5px;
}
.container-fluid-left .content {
	color: #39acf2;
	font-size: 14px;
	display: flex;
	padding-top: 10px;
	flex-wrap: wrap;
	/*margin-top: 20px;*/
}
.container-fluid-left .content  a{
	color: #39acf2;
	font-size: 14px;
	/*margin-top: 15px;*/
}
.container-fluid-left .content  img{
	width: 50px;
	height: 30px;
	object-fit: contain;
	margin-right: 5px;
	margin-top: 5px;
}
.container-fluid-left .content2  img{

	height: 50px;
	object-fit: contain;
	margin-right: 5px;
}
.container-fluid-right{
	/*width: 100%;*/

	padding-right: 20vw;
	box-sizing: border-box;
}
.container-fluid-right .top{
	width: 100%;
	display: flex;
	justify-content: right;
}
.container-fluid-right .bottom{
	width: 100%;
	display: flex;
	justify-content: right;
	margin-top: 30px;
}
.container-fluid-right .bottom img{
	height: 50px;
	margin-right: 20px;
}
.czx-btn{
	width: 150px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	color: #fff !important;
	background: #4073fa;
	margin-right: 10px;
}
.czx-btn2{
	width: 150px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	color: #fff !important;
	background: #333;
	margin-right: 10px;
}
.czx-icon-image{
	margin-right: 5px;
	height: 25px;
}

@media screen and (max-width: 900px) {
	.container-fluid-1{
		flex-wrap: wrap;
	}
	.container-fluid-right{
		margin-top: 30px;
		padding-right: 0;
	}
	.container-fluid-right .bottom{
		justify-content: space-between;
	}
}


.feature{
	background-color: #f9f9f9;min-height: 14.375rem;
}

.feature-title{
	font-size: 1.125rem;font-weight: 600;color: #222222;
}

.feature-content{
	font-size: 0.875rem;color: #888888;
}

.feature:hover{
	background-color: #222222;
}

.feature:hover svg{
	fill: white;
}

.feature:hover .feature-title{
	color: white;
}

.navbar-custom{
	background-color: #222222;
	line-height: 1.25rem;
	font-size: 1rem;
}

.navbar-custom .navbar-brand>img{
	width: 10rem;
}

.dropdown-item:hover {
	background-color: #BBBBBB;
}

.card-actived {
	box-shadow: 4px 4px 5px #DDDDDD;
}

.card:hover {
	box-shadow: 4px 4px 5px #DDDDDD;
}

.new-area {
	background-color: #F5F5F5;
	padding-bottom: 8rem !important;
}




@media screen and (min-width: 800px){
	.box-form-list{
		width: 100%;
		display: flex;
		justify-content: center;
		margin-bottom: 150px;

	}
	.row-iphone{
		display: none;
	}
	.row-web{
		display: block !important;
	}
	.box-item-1{
		width: 1400px;
		min-height: 150px;
	}

	.title-cz-1{
		width: 100%;
		font-size: 32px;
		color: #333;
		text-align: center;
		font-weight: 600;
		margin-top: 25px;
	}
	.cz-box-content{
		width: 100%;
		font-size: 16px;
		margin-top: 35px;
		padding: 0 5vw;
		box-sizing: border-box;
	}
	.cz-box-content p{
		width: 100%;
	}
	.cz-box-image{
		width: 100%;
		display: grid;
		gap:10px;
		padding: 0 5vw;
		box-sizing: border-box;
		grid-template-columns: repeat(3,1fr);
	}
	.cz-box-image4{
		grid-template-columns: repeat(4,1fr);
	}

	.cz-box-image img{
		width: 100%;
		height: 300px;
		object-fit: cover;
	}
	.desc-nav-list{
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}

	.desc-nav-list .banner-image{
		width: 1200px;
		height: auto;
		object-fit: contain;
	}
	.box-desc{
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.desc-nav-list .desc-titles{
		width: 1200px;
		font-size: 24px;
		font-weight: 600;
		color: #333;
		text-align: left;
		padding: 30px 0;
	}

	.box-left-font{
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.center-desc-box{
		width: 1200px;
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap: 30px;
	}

	.left-desc{
		width: 100%;
		min-height: 150px;
	}

	.left-desc .right-2{
		width: 100%;
		height: 600px;
		object-fit: cover;
		border-radius: 10px;
		margin-top: 20px;
	}

	.left-top{
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
		background: rgba(230,233,234,1);
		min-height: 150px;
		border-radius: 10px;
		font-size: 15px;
		line-height: 28px;
		text-align: left;
		color: #666;
	}
	.left-top b{
		margin-bottom: 20px;
		color: #333;
	}
	.right-desc{
		width: 100%;
		padding:0 20px;
		box-sizing: border-box;
		min-height: 150px;
		border-radius: 10px;
		font-size: 15px;
		line-height: 28px;
		text-align: left;
		color: #666;
	}
	.right-desc b{
		color: #333;
		margin-bottom: 15px;
		margin-top: 10px;
		font-weight: 800;
	}

}

@media screen and (max-width: 800px){
	.box-form-list{
		width: 100%;
		display: flex;
		justify-content: center;
		margin-bottom: 150px;

	}
	.box-item-1{
		width: 100%;
		min-height: 150px;
	}

	.title-cz-1{
		width: 100%;
		font-size: 32px;
		color: #333;
		text-align: center;
		font-weight: 600;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.cz-box-content{
		width: 100%;
		font-size: 16px;
		margin-top: 35px;
		box-sizing: border-box;
		padding: 0 15px;
	}
	.cz-box-content p{
		width: 100%;
	}
	.cz-box-image{
		width: 100%;
		display: grid;
		gap:10px;
		padding: 0 5vw;
		box-sizing: border-box;
		grid-template-columns: repeat(1,1fr);
	}

	.cz-box-image img{
		width: 100%;
		height: 250px;
		object-fit: cover;
	}





	.desc-nav-list{
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}

	.desc-nav-list .banner-image{
		width: 100%;
		height: auto;
		object-fit: contain;
	}
	.box-desc{
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.desc-nav-list .desc-titles{
		width: 100%;
		font-size: 18px;
		font-weight: 600;
		color: #333;
		text-align: left;
		padding: 30px 20px;
		box-sizing: border-box;

	}

	.box-left-font{
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.center-desc-box{
		width: 1200px;
		display: grid;
		grid-template-columns: repeat(1,1fr);
		gap: 30px;
	}

	.left-desc{
		width: 100%;
		min-height: 150px;
	}

	.left-desc .right-2{
		width: 100%;
		height: 600px;
		object-fit: cover;
		border-radius: 10px;
		margin-top: 20px;
	}

	.left-top{
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
		background: rgba(230,233,234,1);
		min-height: 150px;
		border-radius: 10px;
		font-size: 15px;
		line-height: 28px;
		text-align: left;
		color: #666;
	}
	.left-top b{
		margin-bottom: 20px;
		color: #333;
	}
	.right-desc{
		width: 100%;
		padding:0 20px;
		box-sizing: border-box;
		min-height: 150px;
		border-radius: 10px;
		font-size: 15px;
		line-height: 28px;
		text-align: left;
		color: #666;
	}
	.right-desc b{
		color: #333;
		margin-bottom: 15px;
		margin-top: 10px;
		font-weight: 800;
	}

}


.footer-area {
	background-color: #222222;
	min-height: 150px;
}

.home-title {
	font-size: 36px;
	line-height: 36px;
	font-weight: 800;
}

.home-news-date {
	font-size: 18px;
	color: #888888;
}

.home-new-big .home-news-title {
	font-size: 28px;
}

.home-news-title {
	font-size: 20px;
	color: black;
	font-weight: 700;
}

.home-new-big .home-news-content {
	font-size: 16px;
	line-height: 32px;
}

.home-news-content {
	font-size: 12px;
	color: #888888;
	line-height: 24px;
	padding-bottom: 2rem;
}

.btn-custom {
	width: 150px;
	font-size: 18px;
	background-color: white;
	color: black;
	border: #000000 2px solid;
	border-radius: 0px;
	line-height: 36px;
	font-weight: 600;
}

.btn-custom:active {
	background-color: black;
	color: white;
}

.btn-custom:focus {
	box-shadow: none;
}

.footer-area h5 {
	color: white;
}

.icon-group a {
	margin-left: 1.5rem;
}

.icon-group img {
	width: 1.5rem;
}

a:link {
	color: inherit;
	text-decoration: none;
}

a:active {
	color: inherit;
	text-decoration: none;
}

a:visited {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

/* about us */
.active .xian {
	height: 4px;
	width: 80%;
	background-color: red;
	margin-left: 10%;
	margin-bottom: 4px;
}

.about_us_photos img {
	transition: all 0.2s;
}

.about_us_photos .col {
	overflow: hidden;
	padding: 0;
	margin-left: 0.9375rem;
	margin-right: 0.9375rem;
}

.about_us_photos img:hover {
	transform: scale(1.08);
}

.video-play2 {
	width: 100%;
	height: 100%;
	transition: all 0.4s;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.video-play2 svg{
	width: 4rem;
}

.video-play2:hover > svg > .pbgc{
	fill: #FF0000;
}

.video-play {
	display: none;
}

.video-play svg{
	width: 4rem;
}

.swiper-slide-active .video-play{
	display: flex;
}

.swiper-slide-active .video-play svg{
	fill: #33392F;
	transition: all 0.2s;
}

.swiper-slide-active .video-play:hover svg{
	fill: #FF0000;
	opacity: 1;
}

#video1, #video2, #video3, #video4{
	cursor: pointer;
	transform: none;
}

/* Join Us */
.map-button-group {
	display: flex;
}

.map-button {
	width: 96px;
	text-align: center;
	font-size: 16px;
	background-color: #222222;
	color: white;
	padding: 12px;
	cursor: pointer;
	user-select: none;
}

.map-button:active {
	background-color: #F70000;
}

.map-button.active {
	background-color: #F70000;
}

.map-button+.map-button {
	margin-left: 2rem;
}

/* products */
.A {
	display: none;
}

.product-group img {
	width: 100%;
}

.product-group img {
	cursor: pointer;
	transition: all 0.4s;
}

.product-group img:hover {
	transform: scale(1.1);
}

.product-detail{
	margin-top: 4rem;
	margin-bottom: 4rem;
}

.product-detail img {
	width: 100%;
}

.suo img {
	width: 8rem;
}

.suo+.suo {
	margin-left: 1rem;
}

.suo.card {
	border: #F3F3F3 1px solid;
}

.card.active {
	border: #666666 3px solid;
}

.suo.card:hover {
	box-shadow: none;
}

/* tab */
.moveBody {
	width: 100%;
}

.boxTxt .box {
	width: 100%;
}

.box {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.box img {
	width: 100%;
}

.part {
	font-size: 1.5rem;
	cursor: pointer;
	text-align: center;
	font-weight: 500;
}

.part.active {
	transform: scale(1.2);
}

.part+.part {
	margin-left: 3rem;
}

/* support */
.btn-outline-blue{
    color: #00A7E1;
	border-color: #00A7E1;
	border-radius: 10% / 50%;
	border-width: 2px;
}
.btn-outline-blue:hover {
    color: #fff;
    background-color: #00A7E1;
    border-color: #00A7E1;
}


@media screen and (min-width: 700px) {
	.box-hole{
		width: 100%;
		min-height: 150px;
		/*background: url("../../res/images/9.png") no-repeat;*/
		background-size: 100% 100%;
		display: flex;
		justify-content: center;
	}
	.cz-center-box-1{
		width: 1200px;
		min-height: 100px;

	}
	.cz-center-box-1 .title{
		width: 100%;
		text-align: center;
		font-size: 24px;
		color: rgb(57,129,152);
	}
	.cz-center-box-1 .contents{
		width: 100%;
		font-size: 36px;
		text-align: center;
		color: rgb(57,129,152);
	}
	.cz-bottom-map{
		width: 100%;
		display: grid;
		grid-template-columns: 1fr 2fr;
		gap: 10px;
		margin-top: 80px;
	}
	.cz-bottom-map .img1{
		width: 300px;
		margin-left: 100px;
		margin-top: 50px;
	}
	.cz-bottom-map .img2{
		width: 800px;
	}
	.box-image-hz-1{
		width: 100%;
		margin-top: 50px;
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap: 10px;
	}
	.box-image-hz-1 img{
		width: 100%;
	}
	.box-info-3{
		width: 100%;
		margin-top: 50px;
	}
	.box-boxshandow{
		width: 100%;
		border-radius: 35px 35px 0 0;
		background: #fff;
		min-height: 150px;
		box-shadow: rgba(149, 192, 209, 0.8) 0px 7px 29px 0px;
		margin-top: 200px;
		padding-bottom: 50px;
	}
	.item-nav-cz{
		width: 100%;
		height: 120px;
		/*background: rgba(255,255,255,0.8);*/
		margin-top: -100px;
		display: grid;
		grid-template-columns: repeat(4,1fr);
		justify-items: center;
	}
	.item-nav-cz .item{
		min-height: 100px;

	}
	.item-nav-cz .item img{
		height: 100px;
		margin-top: -40px;
	}
	.item-nav-cz1{
		width: 100%;
		display: grid;
		grid-template-columns: repeat(3,1fr);
		gap: 10px;
		padding: 0 45px;
		box-sizing: border-box;
	}
	.image-cz1{
		/*width: 100%;*/
		height: 70px;
		object-fit: contain;
	}
	.li-cz1{
		margin-top: 20px;
		width: 100%;
		/*min-height: 60px;*/
		background: #eaf5f4;
		border-radius: 10px;
		padding: 8px 20px;
		box-sizing: border-box;
	}
	.li-cz1 img{
		height: 100px;
		margin-left: 200px;
	}
	.li-cz1-title{
		width: 100%;
		font-size: 16px;
		color: #61b0be;
	}
	.ttg1{
		min-height: 20px;
		font-size: 12px;
		color: #61b0be;
	}
	.cz-ui{
		margin-top: 15px;
		padding: 0 15px;
		box-sizing: border-box;
		font-size: 12px;
	}
	.cz-ui li{
		padding: 0;
		margin: 0;
		color: #333;
		min-height: 20px;
	}

	.box-info-4{
		width: 100%;
		display: grid;
		grid-template-columns: 1fr 3fr;
		gap: 10px;
		justify-items: center;
		margin-top: 50px;
		margin-bottom: 100px;
	}
	.info-left-image{
		width: 100%;
	}
	.info-left-image img{
		width: 100%;
	}
	.img17{
		margin-left: 150px;
	}
	.img18{
		width: 100%;
		object-fit: contain;
		height: 400px;
	}

}



@media screen and (max-width: 700px) {
	.box-hole{
		width: 100%;
		min-height: 100px;
		/*background: url("../../res/images/9.png") no-repeat;*/
		background-size: 100% 100%;
		display: flex;
		justify-content: center;
	}
	.cz-center-box-1{
		width: 100%;
		min-height: 80px;

	}
	.cz-center-box-1 .title{
		width: 100%;
		text-align: center;
		font-size: 16px;
		color: rgb(57,129,152);
	}
	.cz-center-box-1 .contents{
		width: 100%;
		font-size: 20px;
		text-align: center;
		color: rgb(57,129,152);
	}
	.cz-bottom-map{
		width: 100%;
		display: grid;
		grid-template-columns: repeat(1,1fr);
		gap: 10px;
		margin-top: 60px;
	}
	.cz-bottom-map .img1{
		width: 100%;
		/*margin-left: 100px;*/
		margin-top: 10px;
	}
	.cz-bottom-map .img2{
		width: 100%;
	}
	.box-image-hz-1{
		width: 100%;
		/*margin-top: 50px;*/
		display: grid;
		grid-template-columns: repeat(1,1fr);
		gap: 10px;
	}
	.box-image-hz-1 img{
		width: 100%;
	}
	.box-info-3{
		width: 100%;
		margin-top: 50px;
	}
	.box-boxshandow{
		width: 100%;
		border-radius: 35px 35px 0 0;
		background: #fff;
		min-height: 150px;
		box-shadow: rgba(149, 192, 209, 0.8) 0px 7px 29px 0px;
		margin-top: 200px;
		padding-bottom: 50px;
	}
	.item-nav-cz{
		width: 100%;
		min-height: 120px;
		/*background: rgba(255,255,255,0.8);*/
		margin-top: -100px;
		display: grid;
		grid-template-columns: repeat(1,1fr);
		justify-items: center;
	}
	.item-nav-cz .item{
		min-height: 100px;

	}
	.item-nav-cz .item img{
		height: 80px;
		width: 100%;
		margin-top: -40px;
	}
	.item-nav-cz1{
		width: 100%;
		display: grid;
		grid-template-columns: repeat(1,1fr);
		gap: 10px;
		/*padding: 0 45px;*/
		box-sizing: border-box;
	}
	.image-cz1{
		width: 100%;
		height: 70px;
		object-fit: contain;
	}
	.li-cz1{
		margin-top: 20px;
		width: 100%;
		/*min-height: 60px;*/
		background: #eaf5f4;
		border-radius: 10px;
		padding: 8px 20px;
		box-sizing: border-box;
	}
	.li-cz1 img{
		height: 100px;
		margin-left: 200px;
	}
	.li-cz1-title{
		width: 100%;
		font-size: 16px;
		color: #61b0be;
	}
	.ttg1{
		min-height: 20px;
		font-size: 12px;
		color: #61b0be;
	}
	.cz-ui{
		margin-top: 15px;
		padding: 0 15px;
		box-sizing: border-box;
		font-size: 12px;
	}
	.cz-ui li{
		padding: 0;
		margin: 0;
		color: #333;
		min-height: 20px;
	}

	.box-info-4{
		width: 100%;
		display: grid;
		grid-template-columns: repeat(1,1fr);
		gap: 10px;
		justify-items: center;
		margin-top: 50px;
		margin-bottom: 100px;
	}
	.info-left-image{
		width: 100%;
	}
	.info-left-image img{
		width: 100%;
	}
	.img17{
		width: 100%;
		/*margin-left: 150px;*/
	}
	.img18{
		width: 100%;
		object-fit: contain;
		height: 400px;
	}

}


