@charset "UTF-8";
*, ::before, ::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, span, a, p {
	word-break: normal;
}
.spot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-top: 10px;
	background: #004898;
	margin-right: 16px;
}
/*公共样式*/
/*------------------------------------*/
.part-title {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 50px;
    font-weight: 400;
    text-align: center;
    color: #333333;
    letter-spacing: 9px;
}
.part-subtitle {
    font-family: "Univers LT Pro 47 Lt Cn",'HarmonyOS_Sans_SC_Bold';
    font-size: 40px;
    line-height: 1;
    color: #004898;
}
.part-desc {
    /*margin: 0 auto;*/
    font-size: 24px;
    line-height: 1.5;
    color: #333333;
    line-height: 2;
}
@media only screen and (max-width: 1599px) {
	.part-title {
		font-size: 40px;
		letter-spacing: 7px;
	}
	.part-subtitle {
		font-size: 36px;
	}
	.part-desc {
		font-size: 22px;
	}
}
@media only screen and (max-width: 1299px) {
	.part-title {
		font-size: 36px;
		letter-spacing: 4px;
	}
	.part-subtitle {
		font-size: 32px;
	}
	.part-desc {
		font-size: 20px;
	}
}
@media only screen and (max-width: 1024px) {
	.part-title {
	    font-size: 32px;
	    letter-spacing: 6px;
	}
	.part-desc {
		font-size: 16px;
		line-height: 1.7;
	}
	.part-subtitle {
		font-size: 22px;
		margin-bottom: 15px;
	}
}
@media only screen and (max-width: 768px) {
	.part-title {
	    font-size: 28px;
	    letter-spacing: 5px;
	}
}
@media only screen and (max-width: 450px) {
	.part-title {
	    font-size: 24px;
	    letter-spacing: 4px;
	}
	.part-subtitle {
		font-size: 20px;
		margin-bottom: 12px;
	}
	.part-desc {
		font-size: 14px;
	}
}
/*------------------------------------*/
/*公共样式 end*/

/*轮播按钮*/
.swiper-button-disabled {
	display: none;
}
.swiper-container .swiper-slide img {
	display: block;
	width: 100%;
}
.common-prev,
.common-next,
.m-common-prev,
.m-common-next,
.m-common2-prev,
.m-common2-next {
	outline: none;
	width: auto;
	height: auto;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background-size: 100% 100% !important;
	background-image: none !important;
	margin-top: 0;
}
.common-next .icon--8,
.common-prev .icon--- {
	font-size: 130px;
}
.common-prev  {
	left: 60px;
}
.common-next {
	right: 60px;
}
.common-next:hover .icon--8:before,
.common-prev:hover .icon---:before {
	color: #004898;
}
.common-next:hover .icon--8:before,
.common-prev:hover .icon---:before {
	color: #004898;
}
@media only screen and (max-width: 1799px) {	
	.common-prev .icon---,
	.common-next .icon--8 {
		font-size: 100px;
	}
}
@media only screen and (max-width: 1599px) {
	.common-prev {
		left: 40px;
	}
	.common-next {
		right: 40px;
	}
}
@media only screen and (max-width: 1499px) {	
	.common-prev{
		left: 30px;
	}
	.common-next .icon--8 {
		right: 30px;
	}
}
@media only screen and (max-width: 1024px) {	
	.common-prev{
		left: 30px;
	}
	.common-next .icon--8 {
		right: 30px;
	}
	
	/*移动端轮播样式*/
	.m-common-next .icon--8,
	.m-common-prev .icon--- {
		font-size: 30px;
		font-weight: bold;
	}
	.m-common2-prev,
	.m-common2-next {
		width: 40px;
		height: 40px;
		background-color: #fff;    
		box-shadow: 0 0 5px rgba(0, 0, 0, .15);
	    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
	    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
		text-align: center;
	}
	.m-common2-prev {
		left: 0;
	}
	.m-common2-next {
		right: 0;
	}
	.m-common2-prev:active,
	.m-common2-next:active {
		background-color: #bfbfbf;    
	}
	.m-common2-prev .icon---,
	.m-common2-next .icon--8 {
		font-size: 26px;
		line-height: 40px;
	}
	.m-common2-next .icon--8::before,
	.m-common2-prev .icon---::before {
		color: #333;
		line-height: 40px;
	}
    @-moz-document url-prefix() { 
		.m-common2-prev, 
		.m-common2-next {
			padding-top: 2px;
		}
    }
	.m-common-next .icon--8::before,
	.m-common-prev .icon---::before {
		color: #373737;
	}
	.m-common-pagination {
		left: 50% !important;
		bottom: 0;
		transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}
	.m-common-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 4px;
		border: 1px solid #373737;
		background-color: transparent;
		opacity: 1;
		-moz-opacity: 1;
		-webkit-opacity: 1;
		filter: alpha(opacity=100);
	}
	.m-common-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background-color: #373737;
	}
	
}
@media only screen and (max-width: 450px) {
	.m-common-next .icon--8,
	.m-common-prev .icon--- {
		font-size: 26px;
	}
	
}

/*video 样式*/
/*.video-js .vjs-big-play-button {
	top: 50%;
	left: 50%;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	background-color: transparent;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
	top: 8px;
}
.video-js:hover .vjs-big-play-button {
	background-color: rgba(255, 255, 255, .25);
}*/
/*Jingdiao solutions样式*/
.jdSolution-title-wrapper {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-align-items: center;
}
@media only screen and (min-width: 1025px) and (max-width: 1200px)  {
	.jdSolution-title-wrapper {
		margin-bottom: 24px;
	}
}
.left-hr,
.right-hr {
	flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	border-top: 1px solid #004898;
}
.left-hr {
	margin-right: 26px;
}
.right-hr {
	margin-left: 26px;
}
.jdSolution-title {
    font-family: "HarmonyOS_Sans_SC_Bold";
	font-size: 48px;
	line-height: 1;
	color: #004898;
	text-align: center;
	padding-bottom: 0;
}
.jdSolution-item-title {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .25);
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
}
.jdSolution-item-title p {
	position: absolute;
	top: 50%;
	left: 50%;
    font-family: "HarmonyOS_Sans_SC_Bold";
	font-size: 30px;
	color: #FFFFFF;
	text-align: center;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transfrom: translate(-50%, -50%);
}
.jingdiao-solution {
	background: #F6F6F6;
	font-size: 0;
}
.jdSolution-wrapper {
	display: block;
	overflow: hidden;
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 19.5%;
	margin-right: .625%;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	cursor: pointer;
}
.jdSolution-wrapper:hover .jdSolution-item-title {
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.jdSolution-wrapper:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transfrom: scale(1.1);
}
.jdSolution-wrapper:last-child {
	margin-right: 0;
}
.jdSolution-wrapper img {
	display: block;
	width: 100%;
	transition: all 0.7s;
	-moz-transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
}
/*jingdiao solutions 移动端*/
/*---------------------------------------*/
.jingdiao-solution img {
	width: 100%;
}
.jdSolutions-swiper-container {
	display: none;
}
.jingdiao-solution .swiper-slide {
	position: relative;
	width: 40% !important;
}
.jingdiao-solution .swiper-slide-active {
    box-shadow: 0 0 10px rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .8);
}

.js-img-info {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	text-align: center;
	background: rgba(0, 0, 0, .3);
}
.js-img-title {
	padding-bottom: 24px;
	font-family: "HarmonyOS_Sans_SC_Bold";
	font-size: 24px;
	color: #FFF;
}
.js-img-desc {
	font-size: 12px;
	color: #FFF;
}
.js-img-desc .icon--1 {
	font-size: 10px;
	font-weight: bold;
}
.js-pagination {
	display: none;
	left: 50%;
	bottom: 58px;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.js-pagination .swiper-pagination-bullet {
	width: 7px;
	height: 7px;
	border: 1px solid #373737;
	background: none;
	margin: 0 4px;
	opacity: 1;
}
.js-pagination .swiper-pagination-bullet-active {
	background: #373737;
}
@media only screen and (max-width: 1599px) {
	.jdSolution-title {
		font-size: 32px;
	}
	.little-title {
		font-size: 26px;
		line-height: 30px;
	}
	.product-menu2-title {
		font-size: 40px;
		line-height: 50px;
	}
	.product-menu2-info {
		font-size: 16px;
		line-height: 30px;
	}
	.jdSolution-item-title p {
		font-size: 20px;
	}
	.spot {
		margin-bottom: 1px;
	}
}
@media only screen and (max-width: 1499px) {	
	.no-show {
		display: block;
		line-height: 0;
	}
}
@media only screen and (max-width: 1299px) {
	.jingdiao-solution {
		/*padding-bottom: 95.2px;*/
	}
}
@media only screen and (max-width: 1024px) {
	.jingdiao-solution {
		/*padding-top: 0;
		padding-bottom: 80px;
		margin-bottom: 12px;*/
	}
	.jdSolution-title-wrapper {
		/*padding-top: 24px;
		margin-bottom: 24px;*/
	}
	.jdSolution-title {
		font-size: 28px;
		letter-spacing: 4px;
	}
	.left-hr {
		margin-right: 12px;
	}
	.right-hr {
		margin-left: 12px;
	}
	.jdSolutions-swiper-container {
		display: block;
	}
	.jdSolution-main {
		display: none;
	}
	.jdSolutions-swiper-container .swiper-slide {
		position: relative;
		width: 45% !important;
	}	
	.js-pagination {
		display: block;
	}
	.jdSolution-wrapper:hover .jdSolution-item-title {
	    -moz-opacity: 1;
	    opacity: 1;
	    filter: alpha(opacity=100);
	}
	.jdSolution-wrapper:hover img {
		transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transfrom: none;
	}
}
@media only screen and (max-width: 450px) {
	.jdSolutions-swiper-container .swiper-slide {
		position: relative;
		width: 69.3% !important;
	}	
	.jdSolution-title {
		font-size: 24px;
	}
	.js-img-desc {
		font-size: 14px;
	}
}