/*PC端*/
.home-m{
	display: none;
}
.home-pc{
	display: block;
}

.swiper-slide img {
	display: block;
	width: 100%;
}
.t3-mainbody {
  margin-top: 0;
}
.t3-header {
	background: transparent;
}
.t3-mainnav {
  background: transparent;
}
.navbar-default {
  border-bottom: none;
}
.whiteback{
	background: #FFFFFF;
}
.smaller .t3-header {
  background-color: #FFFFFF;
}
.smaller .t3-mainnav{
	background-color: #FFFFFF;
}
.noborder {
  border-bottom: none;
}
@media only screen and (max-width: 1024px) {
	.t3-mainnav {
		background: #FFFFFF;
	}
	.t3-mainbody {
  		margin-top: 48px;
	}
}
.pc-common-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.pc-common-pagination .swiper-pagination-bullet {
	width: 12px;
    height: 12px;
    background: #c9caca;
    margin: 0 4px;
    opacity: 1;
}
.pc-common-pagination .swiper-pagination-bullet-active {
    background: #004898;
}
.m-common-pagination {
    bottom: -20px;
    margin-top: 0 !important;
    bottom: -20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.m-common-pagination .swiper-pagination-bullet {
	width: 7px;
    height: 7px;
    background: #c9caca;
    margin: 0 4px;
    opacity: 1;
}
.m-common-pagination .swiper-pagination-bullet-active {
    background: #004898;
}
.m-common-next, .m-common-prev {
	width: 36px;
	height: 36px;
	background-image: none;
	text-align: center;
	background-color: rgba(255, 255, 255, .65) !important;
}
.m-common-next {
	right: 0;
}
.m-common-next .icon--8::before,
.m-common-prev .icon---::before {
	font-size: 30px;
	line-height: 36px;
	color: #333;
}
.m-common-prev {
	left: 0;
}

/*图片放大*/
/*-----------------------------------------------------------------*/
/*图片放大*/
.mask-layer-container{
	width: 80%;
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}
.mask-layer-container .sample-item {
	margin-bottom: 0;
}
.mask-left{
	flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	max-width: 48%;
	padding-bottom: 50px;
	margin-right: 4%;
}
.mask-right{
	flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
}
.mask-left .swiper-wrapper {
	cursor: default;
}
.mask-left .sample-bottom-swiper {
	margin-top: 16px;
}

.mask-left .sample-bottom-swiper .swiper-slide.swiper-slide-thumb-active::after {
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	background-color: #00ffff;
	margin-top: 4px;
}
.mask-left .sample-bottom-swiper .swiper-slide:not(.swiper-slide-thumb-active)::after {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .35);
	cursor: pointer;
}
.mask-right{
	color: #FFFFFF;
	font-size: 24px;
	padding-bottom: 50px;
	position: relative;
}
.sample-name{
	font-size: 36px;
	line-height: 48px;
	margin-bottom: 24px;
    font-weight: 600;
}
.sample-item{
	line-height: 36px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
}
.sample-mores{
	margin-left: -16px;
	margin-top: 24px;
}
.sample-more,
.sample-more:hover,
.sample-more:visited,
.sample-more:link{
	display: inline-block;
	margin-left: 16px;
	width: 132px;
	height: 42px;
	color: #FFFFFF;
	background: #004898 !important;
	text-align: center;
	line-height: 42px;
	border-radius: 30px;
	font-size: 18px;
	cursor: pointer;
}
.sample-info{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
}
.sample-title{
	width: 118px;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
}
.sample-content{
	margin-left: 15px;
}
@media only screen and (max-width: 1599px) {
	.mask-layer-container {
		width: 75%;
	}
	.mask-right {
	    font-size: 22px;
	}
	.sample-name {
	    font-size: 28px;
	    margin-bottom: 45px;
	}
	.sample-item {
    	line-height: 34px;
	}
	.sample-title{
		width: 103px;
	}
}
@media only screen and (max-width: 1299px) {
	.mask-right {
	    font-size: 20px;
	}
	.sample-name {
	    font-size: 26px;
	    margin-bottom: 40px;
	}
	.sample-item {
    	line-height: 32px;
	}
	.sample-title{
		width: 94px;
	}
}
@media only screen and (max-width: 1024px) {
	.mask-layer-container {
		display: block;
		width: 100%;
		padding: 0 15px;
		top: 135px;
		left: 50%;
		transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		padding-bottom: 40px;
	}
	.mask-left {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		padding-bottom: 24px;
		padding-top: 0;
	}
	.mask-right {
		padding-top: 0;
		padding-bottom: 0;
	}
	.mask-prev,
	.mask-next {
		display: none;
	}
	.sample-name {
		font-size: 20px;
		line-height: 34px;
		margin-bottom: 12px;
	}
	.mask-layer-container .sample-item {
		font-size: 14px;
		line-height: 24px;
	}
	.sample-more, 
	.sample-more:hover,
	.sample-more:visited,
	.sample-more:link {
		width: 114px;
		height: 36px;
		line-height: 36px;
		font-size: 14px;	
		margin-top: 24px;
	}
	.sample-title{
		width: 65px;
	}
}
/*-----------------------------------------------------------*/

/*cyt 轮播图*/

.swiper-main {
	width: 100%;
	position: relative;
	overflow-x: hidden;
}

.swiper-wrapper {
	cursor: pointer;
	position: relative;
	height: auto;
}
.swiper-container2 {
	height: auto;
}

.swiper-slide img {
	width: 100%;
}

video.swiper-slide{
	width: 100%;
	position: relative;
	height: 100%;
	top: 0;
}

.swiper-container2 {
	width: 1300px;
	height: 196px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 90px;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
}

.swiper-container2 .swiper-slide {
	height: 100%;
	background-color: transparent;
}

.swiper-container2 .swiper-wrapper {
	height: auto;
}

.swiper-button-prev2{
	left: 24px;
}

.swiper-button-next2{
	right: 24px;
}

.big-title {
	font-family: "HarmonyOS_Sans_SC_Bold";
	margin: 0;
	margin-top: 24px;
	font-size: 48px;
	line-height: 48px;
	color: #FFFFFF;
	font-weight: 400 !important;
	text-align: center;
	padding: 0;
}

.small-title {
	font-family: "HarmonyOS_Sans_SC_Regular";
	font-size: 30px;
	line-height: 36px;
	color: #FFFFFF;
	text-align: center;
	padding: 0 155px;
	margin: 0;
	margin-top: 19px;
	word-break: normal;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px;
}

.swiper-pagination {
	position: relative;
	margin-top: 15px !important;
}

.swiper-pagination-bullet {
	height: 2px;
	width: 120px;
	background: #FFFFFF;
}
.swiper-container2 .swiper-pagination-bullet{
	border-radius: 0;
}

.swiper-pagination-bullet-active {
	height: 5px;
}

/*cyt 向下箭头*/

.downarrow {
	width: 80px;
	height: 80px;
	cursor: pointer;
	position: fixed;
	left: 50%;
	margin-left: -40px;
	z-index: 1100;
	animation: move_again_indicator 3s ease-in-out 0s infinite forwards;
	-webkit-animation: move_again_indicator 3s ease-in-out 0s infinite forwards;
	transition: bottom 450ms cubic-bezier(0.05, 1, 0.8, 1) 0ms;
}

@media only screen and (max-width: 1400px) {
	.downarrow {
		animation: move_again_little 3s ease-in-out 0s infinite forwards;
		-webkit-animation: move_again_little 3s ease-in-out 0s infinite forwards;
	}
}

@media only screen and (min-width: 1800px) {
	.downarrow {
		animation: move_again_big 3s ease-in-out 0s infinite forwards;
		-webkit-animation: move_again_big 3s ease-in-out 0s infinite forwards;
	}
}

.downarrow img {
	width: 100%;
	height: 100%;
}

#mainmenu {
	display: block !important;
}

#menu-btn {
	display: none !important;
}


/*cgx内容容器*/
/*GXQ;2019.6.21;将首页图片由background形式改为img形式，使用懒加载*/

.mainContent {
	margin-left: 80px;
	margin-right: 80px;
	position: relative;
}

@media only screen and (max-width: 1400px) {
	.mainContent {
		margin-left: 60px;
		margin-right: 60px;
	}
}

@media only screen and (max-width: 1300px) {
	.mainContent {
		margin-left: 40px;
		margin-right: 40px;
	}
}


/*第一部分内容*/

/*兼容ie使用此种方式-start*/

.p1Ctn {
	font-size: 0;
	margin-bottom: 140px;
	overflow: hidden;
}

.p1Ctn>div {
	float: left;
	margin-left: 0.9%;
	width: 32.73%;
}

.p1Ctn>div:nth-child(1),
.p1Ctn>div:nth-child(4) {
	margin-left: 0;
}


/*兼容ie使用此种方式-end*/

.p1Item {
	cursor: pointer;
}


/*效果：hover时向上移动*/

.p1Item:first-child {
	margin-left: 0;
}

.itemText {
	text-align: center;
}

.itemText .title {
	font-size: 40px;
	color: #004898;
	font-weight: 400 !important;
	margin-top: 24px;
	margin-bottom: 15px;
}

.itemText p {
	font-size: 18px;
	line-height: 36px;
	color: #595757;
	font-family: "Helvetica";
}

.img-wrapper .source {
	background-color: #CCCCCC;
	width: 100%;
	padding-bottom: 48.61%;
}

.p1Item:nth-child(1) .source {
	background-image: url("https://usfile.jingdiao.com/uswebsite/images/home/news.jpg");
}

.p1Item:nth-child(2) .source {
	background-image: url("https://usfile.jingdiao.com/uswebsite/images/home/recent-activities.jpg");
}

.p1Item:nth-child(3) .source {
	background-image: url("https://usfile.jingdiao.com/uswebsite/images/home/customer-stories.jpg");
}


/*第二部分内容*/

.p2Ctn {
	overflow: hidden;
	margin-bottom: 80px;
}

.item-wrapper {
	position: relative;
	background: #F1F1F1;
	overflow: hidden;
	float: left;
	width: 32.8%;
	margin-left: 0.9%;
	margin-bottom: 16px;
	font-size: 0;
	z-index: 6;
}

.p2Ctn .item-wrapper:nth-child(n+3) {
	width: 32.73%;
}

.item-wrapper .teaser-mask,
.item-img .teaser-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #2d2d2d;
	z-index: 5;
	opacity: 0.35;
	-moz-opacity: 0.35;
	filter: alpha(opacity=0.35);
	transition: opacity .6s ease-in-out;
}

.item-wrapper:hover .teaser-mask,
.item-img:hover .teaser-mask {
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

.item-img {
	position: relative;
	overflow: hidden;
}

.item-img img {
	width: 100%;
}

.p1Item .teaser-mask {
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

.p1Item:hover .teaser-mask {
	z-index: 5;
	opacity: 0.3;
	-moz-opacity: 0.3;
	filter: alpha(opacity=0.3);
	transition: opacity .6s ease-in-out;
}

.item-text .title {
	color: white;
	width: 100%;
	font-size: 40px;
	line-height: 40px;
}

.item-wrapper:nth-child(1),
.item-wrapper:nth-child(3) {
	margin-left: 0;
}

.item-wrapper:nth-child(1) {
	width: 66.3%;
}

.item-text .sub-title {
	font-size: 24px;
	line-height: 30px;
	font-family: "Helvetica";
	font-weight: 400 !important;
	color: white;
	width: 100%;
}

@media only screen and (max-width: 1672px) {
	.item-wrapper:nth-child(3) .title {
		font-size: 30px;
	}
}

.item-wrapper .item-text,
.item-wrapper .source,
.item-img .source{
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
}

.item-wrapper:hover .source,
.p1Item:hover .source{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.source {
	background-size: 100%;
	background-color: #CCCCCC;
	background-repeat: no-repeat;
}

.item-img .source {
	width: 100%;
}

.item-wrapper img {
	width: 100%;
}

.item-wrapper .item-text {
	position: absolute;
	/*top: 50%;
	left: 50%;
	transform: translate(-50%, -30%);
	-webkit-transform: translate(-50%, -30%);
	-moz-transform: translate(-50%, -30%);
	-ms-transform: translate(-50%, -30%);
	-o-transform: translate(-50%, -30%);*/
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	padding: 0 15px;
	width: 100%;
	text-align: center;
	z-index: 5;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

.item-wrapper:hover .item-text {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=1);
	transition: opacity .6s ease-in-out;
}
.item-wrapper .technology-img{
	transition: opacity .6s ease-in-out;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=1);
}
.item-wrapper .technology-hover{
	position: absolute;
	left: 0;
	top: 0;
	transition: opacity .6s ease-in-out;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
.item-wrapper:hover .technology-img{
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
.item-wrapper:hover .technology-hover{
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=1);
}
.UniverseLTStd-BoldCn {
	font-family: "HarmonyOS_Sans_SC_Bold";
	font-weight: 400 !important;
}

.button-hover:hover {
	border-bottom-color: transparent;
	color: white;
	background-color: #004898;
}

.buttonBox-container .buttonBox {
	margin: 0 auto;
	margin-top: 9px;
}

@media only screen and (max-width: 1919px) {
	.p1Ctn {
		margin-bottom: 58.93px;
	}
	.itemText .title {
		margin-top: 19.92px;
		margin-bottom: 12.45px;
	}
	.p2Ctn {
		margin-bottom: 66.4px;
	}
}

@media only screen and (max-width: 1599px) {
	.big-title {
		font-size: 32px;
		line-height: 40px;
	}
	.small-title {
		font-size: 20px;
		line-height: 24px;
	}
	.p1Ctn {
		margin-bottom: 53.25px;
	}
	.itemText .title {
		font-size: 26px;
		line-height: 30px;
		margin-top: 18px;
		margin-bottom: 11.25px;
	}
	.itemText p {
		font-size: 16px;
		line-height: 30px;
	}
	.p2Ctn {
		margin-bottom: 60px;
	}
	.item-text .title,
	.item-wrapper:nth-child(3) .title {
		font-size: 26px;
		line-height: 30px;
	}
	.item-text .sub-title {
		font-size: 20px;
	}
	.swiper-container2{
		width: 920px;
		height: 176px;
		bottom: 40px;
	}
	.downarrow {
	    width: 60px;
	    height: 60px;
	    margin-left: -30px;
	}
	.small-title {
	    padding: 0 120px;
	}
}

@media only screen and (max-width: 1299px) {
	.p1Ctn {
		margin-bottom: 48.28px;
	}
	.itemText .title {
		margin-top: 16.32px;
		margin-bottom: 10.2px;
	}
	.p2Ctn {
		margin-bottom: 54.4px;
	}
}

/*machine series cyt 0812*/
.series-content_m {
	display: none;
}
.series-swiper {
  	width: 100%;
}
.series-swiper:hover .series-prev {
	left: 30px;
	opacity: 0.75;
	-moz-opacity: 0.75;
	-webkit-opacity: 0.75;
}
.series-swiper:hover .series-next {
	right: 30px;
	opacity: 0.75;
	-moz-opacity: 0.75;
	-webkit-opacity: 0.75;
}
.series-swiper:hover .series-prev:hover,
.series-swiper:hover .series-next:hover {
	opacity: 0.9;
}
.series-swiper .swiper-wrapper {
	width: 70%;
	cursor: default;
	left: -390px;
}
.series-swiper .swiper-slide {
	overflow: hidden;
  	font-size: 18px;
  	background: #fff;
  	transition: 300ms;
  	transform: scale(0.8);
}
.series-swiper .swiper-slide a {
	display: block;
}
.series-swiper .swiper-slide-active,.swiper-slide-duplicate-active,
.series-swiper .swiper-slide-active + .swiper-slide {
  	transform: scale(1);
  	-o-transform: scale(1);
  	-ms-transform: scale(1);
  	-moz-transform: scale(1);
  	-webkit-transform: scale(1);
}
.series-swiper .swiper-slide-prev {
	right: -70px;
}
.series-swiper .swiper-slide-next + .swiper-slide {
	left: -70px;
}
.series-swiper .swiper-slide-next + .swiper-slide .series-more:hover span.icon--6 {
	animation: none;
	-o-animation: none;
	-ms-animation: none;
	-moz-animation: none;
	-webkit-animation: none;
}
.series-swiper .swiper-slide-next img,
.series-swiper .swiper-slide-active img {
	transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
}
.series-swiper .swiper-slide-next:hover img,
.series-swiper .swiper-slide-active:hover img {
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.series-swiper .swiper-slide .part3-swiper-info {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.series-title{
    font-family: "HarmonyOS_Sans_SC_Bold";
	font-size: 40px;
	line-height: 1;
	color: #333333;
}
.series-desc {
    font-family: "HarmonyOS_Sans_SC_Bold";
	font-size: 30px;
	line-height: 1.5;
	color: #333333;
	width: 60%;
}
.series-more span {
	font-size: 24px;
	line-height: 1;
	color: #004898;
	margin: 0;
}
.series-more span.icon--6 {
	display: inline-block;
	margin-left: 20px;
	font-size: 18px;
	font-weight: bold;
}
.series-more span.icon--6::before {
	color: #004898;
}
.series-more:hover span.icon--6 {
	animation: bounceNew 0.4s;
	-o-animation: bounceNew 0.4s;
	-ms-animation: bounceNew 0.4s;
	-moz-animation: bounceNew 0.4s;
	-webkit-animation: bounceNew 0.4s; 
}
.series-swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin-top: 30px;
}
.series-swiper-pagination .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #c9caca;
	margin: 0 7px;
	border-radius: 100%;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=1);
}
.series-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #004898;
}
.series-swiper-pagination .swiper-pagination-bullet:last-child {
	display: none;
}
@media only screen and (max-width: 1919px) {
	.series-swiper .swiper-wrapper {
		left: -380px;
	}
	.series-title {
		font-size: 36px;
	}
	.series-desc {
	    font-size: 26px;
	}
	.series-more span {
		font-size: 22px;
	}
	.series-more span.icon--6 {
		font-size: 16px;
	}
}
@media only screen and (max-width: 1799px) {
	.series-swiper .swiper-wrapper {
		left: -355px;
	}
}
@media only screen and (max-width: 1699px) {
	.series-swiper .swiper-wrapper {
		left: -335px;
	}
}
@media only screen and (max-width: 1599px) {
	.series-swiper .swiper-wrapper {
		left: -315px;
	}
	.series-swiper .swiper-slide-prev {
		right: -60px;
	}
	.series-swiper .swiper-slide-next + .swiper-slide {
		left: -60px;
	}
	.series-title {
		font-size: 30px;
	}
	.series-desc {
	    font-size: 22px;
	}
	.series-more span {
		font-size: 20px;
	}
	.series-more span.icon--6 {
		font-size: 14px;
	}
}
@media only screen and (max-width: 1499px) {
	.series-swiper .swiper-wrapper {
		left: -288px;
	}
}
@media only screen and (max-width: 1399px) {
	.series-swiper .swiper-wrapper {
		left: -270px;
	}
	.series-swiper .swiper-slide-prev {
		right: -50px;
	}
	.series-swiper .swiper-slide-next + .swiper-slide {
		left: -50px;
	}
}
@media only screen and (max-width: 1299px) {
	.series-swiper .swiper-wrapper {
		left: -250px;
	}
	.series-title {
		margin-bottom: 12px;
	}
	.series-desc {
	    margin-bottom: 16px;
	}
}
@media only screen and (max-width: 1199px) {
	.series-swiper .swiper-wrapper {
		left: -230px;
	}
}
@media only screen and (max-width: 1024px) {
	.series-content_m {
		position: relative;
		display: block;
		margin-top: 40px;
		margin-bottom: 48px;
	}
	.series-content {
		display: none;
	}
	.series-content_m .swiper-slide {
		position: relative;
		width: 40% !important;
	}
	.series-content_m .swiper-slide a {
		display: block;
	}
	.series-content_m .js-img-info {
	    position: absolute;
	    top: 50%;
	    left: 16px;
	    transform: translateY(-50%);
	    -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    -webkit-transform: translateY(-50%);
	}
	.series-content_m .js-img-title {
	    font-family: "HarmonyOS_Sans_SC_Bold";
	    font-size: 21px;
	    line-height: 1;
	    color: #333;
	    padding: 0;
	}
	.series-content_m .js-img-type {
	    font-family: "HarmonyOS_Sans_SC_Bold";
	    font-size: 16px;
	    color: #333;
		line-height: 1.3;
		width: 60%;
	}
	.series-more {
	    font-size: 14px;
	    color: #004898;
	}
	.series-more span {
		font-size: 14px;
	}
	.series-more span.icon--6 {
		display: inline-block;
		margin-left: 8px;
		font-size: 10px;
		vertical-align: baseline;
	}
}
@media only screen and (max-width: 750px) {
	.series-content_m .swiper-slide {
		width: 69.3% !important;
	}
}
@media only screen and (max-width: 450px) {
	.series-content_m .js-img-title {
	    font-size: 16px;
	}
	.series-content_m .js-img-type {
	    font-size: 14px;
	   width: 63%;
	}
	.series-more span {
		font-size: 12px;
	}
	.series-more span.icon--6 {
		margin-left: 6px;
		font-size: 8px;
	}
	.series-more {
  		font-size: 15px;
  	}
}

/*-----------------------------------------------------*/
/*推荐信息*/
/*-----------------------------------------------------*/
.recommend-area {
	padding-left: 11.93%;
	padding-right: 11.93%;
}

.recommend-content-top {
	display: grid;
	grid-template-columns: 70% 30%;
	grid-template-rows: max-content;
	justify-items: center;
	align-items: stretch;
	grid-gap: 16px;
	padding-right: 16px;
}

.recommend-content-top .recommend-item {
	background: url(https://file.jingdiao.com/website/jingdiao/cn/images/home/recommend-bg-1.svg);
	background-position: center;
	background-size: cover;
	display: block;
}

.recommend-content-top .recommend-item:first-child {
	aspect-ratio: 1019/400;
}

.recommend-content-top .recommend-item:last-child {
	aspect-ratio: 428/400;
}

.recommend-content-top .recommend-item img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	height: 75%;
}

.recommend-content-bottom {
	display: grid;
	grid-template-columns: 50% 50%;
	grid-template-rows: max-content;
	justify-items: center;
	align-items: stretch;
	grid-gap: 16px;
	padding-right: 16px;
	margin-top: 18px;
}

.recommend-content-bottom .recommend-item {
	aspect-ratio: 16/9;
}

.imgOrVideo {
	position: relative;
}

.imgOrVideo .under-img .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	background-image: url('../video-js/play2.png');
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 2;
}

.imgOrVideo .bottom-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
}

.recommend-item {
	position: relative;
	width: 100%;
	cursor: pointer;
	overflow: hidden;
}

.recommend-item .recommend-item-content {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	color: #FFFFFF;
	padding: 24px;
	z-index: 3;
}

.recommend-item::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: linear-gradient(180deg, rgba(0, 42, 79, 0) 60.5%, rgba(0, 32, 55, 0.8) 100%);
	z-index: 2;
}

.recommend-item::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: none;
	z-index: 1;
}

.recommend-item:hover::before {
	background: linear-gradient(180deg, rgba(0, 42, 79, 0) 0%, rgba(0, 32, 55, 0.4) 100%);
}

.recommend-item .recommend-item-content div:nth-child(1) {
	font-size: 18px;
	font-weight: 400;
	line-height: 36px;
	text-align: left;

}

.recommend-item .recommend-item-content div:nth-child(2) {
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	text-align: left;
}

.recommend-item .recommend-item-content div:nth-child(3) {
	font-size: 18px;
	font-weight: 400;
	line-height: 36px;
	text-align: left;
	white-space: nowrap;
	/* 防止换行 */
	overflow: hidden;
	/* 隐藏溢出部分 */
	text-overflow: ellipsis;
	/* 使用省略号表示被省略的内容 */
}

.recommend-item img {
	transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
}

.recommend-content-top .recommend-item:hover img {
	transform: translate(-50%, -50%) scale(1.05);
	-o-transform: translate(-50%, -50%) scale(1.05);
	-ms-transform: translate(-50%, -50%) scale(1.05);
	-moz-transform: translate(-50%, -50%) scale(1.05);
	-webkit-transform: translate(-50%, -50%) scale(1.05);
}

.recommend-content-bottom .recommend-item:hover img {
	transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

@media only screen and (max-width: 1024px) {

	.recommend-content-top,
	.recommend-content-bottom {
		grid-template-columns: 100%;
		grid-gap: 18px;
		padding-right: 0px;
	}

	.recommend-content-top .recommend-item:first-child,
	.recommend-content-top .recommend-item:last-child {
		aspect-ratio: 16/9;
	}

	.recommend-item .recommend-item-content div:nth-child(1),
	.recommend-item .recommend-item-content div:nth-child(2),
	.recommend-item .recommend-item-content div:nth-child(3) {
		font-size: 14px;
		line-height: 24px;
	}

	.recommend-area {
		padding-top: 24px;
		padding-bottom: 40px;
	}
	.recommend-item img{
		width: auto !important;
	}
}

/*machining samples cyt 0813*/
/*代表样品*/
/*-----------------------------------------------------*/
.samples-swiper_m {
	display: none;
}
.samples-title {
	font-family: "HarmonyOS_Sans_SC_Bold";
    font-size: 50px;
    line-height: 60px;
    color: #000000;
    text-align: center;
    line-height: 1;
}
.samples-desc {
    text-align: center;
    font-size: 18px;
    color: #333;
}
.samples-content {
	position: relative;
}
.swiper-button-prev, .swiper-button-next {
	margin-top: 0;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.samples-content:hover .sample-prev {
	left: 17px;
	opacity: 0.75;
	-moz-opacity: 0.75;
	-webkit-opacity: 0.75;
}
.samples-content:hover .sample-next {
	right: 17px;
	opacity: 0.75;
	-moz-opacity: 0.75;
	-webkit-opacity: 0.75;
}
.samples-content:hover .sample-prev:hover,
.samples-content:hover .sample-next:hover {
	opacity: 0.9;
}
.sample-item-desc {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    padding: 24px;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 9;
	background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.sample-item {
    overflow: hidden;
    position: relative;
	background-color: #000000;
}
.sample-item .sample-item-img{
	aspect-ratio: 856/440;
	overflow: hidden;
}
.sample-item .sample-item-img img {
	transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
}
.sample-item:hover .sample-item-img img {
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.samples-part .sample-item::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://usfile.jingdiao.com/uswebsite/images/home/machine-mask.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.sample-item-desc .sample-item-info {
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    margin-right: 24px;
}
.sample-item-desc .sample-detail-btn {
    width: 132px;
    height: 42px;
    line-height: 42px;
    background-color: #004898;
    color: #fff;
    text-align: center;
    border-radius: 21px;
    font-family: "HarmonyOS_Sans_SC_Bold";
    font-size: 18px;
    cursor: pointer;
    padding: 0;
    border: none;
    vertical-align: baseline;
}
.sample-item-desc .effect-group-container {
	width: 132px;
}
.sample-item-desc .sample-item-info .sample-item-tag {
    display: inline-block;
    padding: 0 12px;
    line-height: 30px;
    background-color: rgba(255, 255, 255, .8);
    color: #333;
    font-size: 18px; 
    margin-bottom: 13px;
}
.sample-item-desc .sample-item-info .sample-item-title {
    font-size: 28px;
    color: #ffffff;
    font-family: "HarmonyOS_Sans_SC_Bold";
    line-height: 34px;
}
@media only screen and (max-width: 1599px) {
	.samples-title {
	    font-size: 40px;
	}
	.sample-item-desc {
	    padding: 15px 15px;
	}
	.sample-item-desc .sample-item-info {
	    margin-right: 15px;
	}
	.sample-item-desc .sample-detail-btn {
	    width: 114px;
	    height: 36px;
	    line-height: 36px;
	    font-size: 16px;
	}
	.sample-item-desc .effect-group-container {
		width: 114px;
	}
	.sample-item-desc .sample-item-info .sample-item-title {
	    font-size: 20px;
	    line-height: 25px;
	    margin-bottom: 10px;
	}
	.sample-item-desc .sample-item-info .sample-item-tag {
		line-height: 24px;
		font-size: 14px;
		padding: 0 8px;
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 1399px) {
	.samples-content:hover .sample-prev {
		left: 7px;
	}
	.samples-content:hover .sample-next {
		right: 7px;
	}
}
@media only screen and (max-width: 1299px) {
	.samples-content:hover .sample-prev {
		left: 47px;
	}
	.samples-content:hover .sample-next {
		right: 47px;
	}
}
@media only screen and (max-width: 1024px) {
	.machine-samples{
		padding-top: 24px;
		padding-bottom: 40px;
	}
	.samples-swiper_m {
		display: block;
	}
	.samples-swiper {
		display: none;
	}
	.samples-pagination {
		display: none;
	}
	.samples-part {
		padding: 0;
		padding-top: 24px;
		padding-bottom: 40px;
	}
	.samples-title {
		padding: 0 15px;
		font-size: 28px;
		margin-bottom: 12px;
	}
	.samples-desc {
		padding: 0 15px;
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 24px;
	}
	.samples-swiper_m .swiper-slide {
		padding: 0 15px;
		box-sizing: border-box;
	}
	.samples-swiper_m .m-common-next, 
	.samples-swiper_m .m-common-prev {
		margin-top: -20px;
	} 
	.samples-swiper_m .swiper-slide .m-sample-front {
		position: relative;
		background-color: #000000;
	}
	.samples-swiper_m .m-sample-info .m-sample-front::after {
	    content: '';
	    display: block;
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background-image: url(https://usfile.jingdiao.com/uswebsite/images/home/machine-mask.png);
	    background-size: cover;
	}
	.samples-swiper_m .m-img-info {
	    position: absolute;
	    bottom: 0;
	    padding: 0 15px;
	    z-index: 9;
	}
	.samples-swiper_m .m-img-info .m-img-tag span {
	    display: inline-block;
	    padding: 0 6px;
	    margin-bottom: 9px;
	    font-size: 11px;
	    line-height: 18px;
	    background-color: rgba(255, 255, 255, .8);
	}
	.samples-swiper_m .m-img-info .m-img-desc {
	    margin-bottom: 14px;
	    font-family: "HarmonyOS_Sans_SC_Bold";
	    font-size: 16px;
	    color: #fff;
	}
	.m-sample-info .sample-detail-btn {
	    width: 116px;
	    line-height: 36px;
	    border-radius: 18px;
	    background-color: #004898;
	    color: #FFF;
	    text-align: center;
	    font-family: "HarmonyOS_Sans_SC_Bold";
	    font-size: 16px;
	    margin: 0 auto;
	    margin-top: 16px;
	}
}
@media only screen and (max-width: 450px) {
	.samples-title {
		font-size: 24px;
	}
	.samples-desc {
		font-size: 14px;
	}
}
/* 专家说 */
/* ----------------------------- */
.experts-content-m  {
	display: none;
}
.experts-title{
    font-size: 50px;
    line-height: 60px;
    color: #000000;
    text-align: center;
    line-height: 1;
}
.experts-swiper {
  	width: 100%;
}
.experts-swiper:hover .experts-prev {
	left: 30px;
	opacity: 0.75;
	-moz-opacity: 0.75;
	-webkit-opacity: 0.75;
}
.experts-swiper:hover .experts-next {
	right: 30px;
	opacity: 0.75;
	-moz-opacity: 0.75;
	-webkit-opacity: 0.75;
}
.experts-swiper:hover .experts-prev:hover,
.experts-swiper:hover .experts-next:hover {
	opacity: 0.9;
}
.experts-swiper .swiper-slide {
	overflow: hidden;
  	font-size: 18px;
  	background: #fff;
  	transition: 300ms;
  	transform: scale(0.8);
}
.experts-swiper .swiper-slide a {
	display: block;
}
.experts-swiper .swiper-slide-active,.swiper-slide-duplicate-active,
.serexpertsies-swiper .swiper-slide-active + .swiper-slide {
  	transform: scale(1);
  	-o-transform: scale(1);
  	-ms-transform: scale(1);
  	-moz-transform: scale(1);
  	-webkit-transform: scale(1);
}
.experts-swiper .swiper-slide-prev {
	right: -70px;
}
.experts-swiper .swiper-slide-next + .swiper-slide {
	left: -70px;
}
.experts-swiper .swiper-slide-next img,
.experts-swiper .swiper-slide-active img {
	transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
}
.experts-swiper .swiper-slide-next:hover img,
.experts-swiper .swiper-slide-active:hover img {
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.experts-swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin-top: 30px;
}
.experts-swiper-pagination .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #c9caca;
	margin: 0 7px;
	border-radius: 100%;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=1);
}
.experts-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #004898;
}
.experts-swiper-pagination .swiper-pagination-bullet:last-child {
	display: none;
}

.experts-swiper .swiper-slide{
  aspect-ratio: 128 /60;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(https://usfile.jingdiao.com/uswebsite/images/home/experts-say/bg-pc.png);
}
.experts-swiper .experts-swiper-info{
  padding-left: 80px;
  padding-right: 80px;
}
.experts-swiper .block-wrapper{
  display: flex;
}
.experts-swiper .experts-swiper-info .left-block{
  width: 32%;
}
.experts-swiper .experts-swiper-info .right-block{
  width: 68%;
  padding-left: 50px;
}
.experts-swiper .experts-name{
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0px;
  text-align: left;
  color: #000000;
  padding-right: 25px;
  border-right: 1px solid #606060;
}
.experts-swiper .experts-info{
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: left;
  color: #606060;
  padding-left: 25px;
}
.experts-swiper .experts-desc{
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: left;
  color: #606060;
}
.experts-swiper:hover img{
  transform: scale(1) !important;
	-o-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	-moz-transform: scale(1) !important;
	-webkit-transform: scale(1) !important;
}


.experts-swiper-m {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(https://usfile.jingdiao.com/uswebsite/images/home/experts-say/bg-m.png);
}

.experts-swiper-m .experts-swiper-info{
  padding: 24px;
}
.experts-swiper-m .top-block img{
  width: 50%;
  margin: 0px auto;
}
.experts-swiper-m .experts-name{
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0px;
  text-align: left;
  color: #000000;
  padding-right: 15px;
  border-right: 1px solid #606060;
}
.experts-swiper-m .experts-info{
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: left;
  color: #606060;
  padding-left: 15px;
  padding-top: 8px;
}
.experts-swiper-m .experts-desc{
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  color: #606060;
}

@media only screen and (max-width: 1919px) {
	
}
@media only screen and (max-width: 1799px) {
	.experts-swiper .experts-swiper-info{
    padding-left: 60px;
    padding-right: 60px;
  }
  .experts-swiper .experts-swiper-info .right-block{
    padding-left: 42px;
  }
}
@media only screen and (max-width: 1699px) {
	.experts-swiper .experts-swiper-info{
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .experts-swiper .experts-swiper-info .right-block{
    padding-left: 30px;
  }
  .experts-swiper .experts-name{
    font-size: 38px;
    line-height: 46px;
  }
  .experts-swiper .experts-info{
    font-size: 20px;
    line-height: 24px;
  }
  .experts-swiper .experts-desc{
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 1599px) {
  .experts-swiper .experts-swiper-info .right-block{
    padding-left: 20px;
  }
	.experts-swiper .swiper-slide-prev {
		right: -60px;
	}
	.experts-swiper .swiper-slide-next + .swiper-slide {
		left: -60px;
	}
}
@media only screen and (max-width: 1499px) {
  .experts-swiper .experts-swiper-info .left-block{
    width: 28%;
  }
  .experts-swiper .experts-swiper-info .right-block{
    width: 72%;
  }
  .experts-swiper .experts-name{
    font-size: 36px;
    line-height: 44px;
  }
  .experts-swiper .experts-info{
    font-size: 20px;
    line-height: 24px;
  }
  .experts-swiper .experts-desc{
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 1399px) {
  .experts-swiper .experts-swiper-info{
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .experts-swiper .experts-swiper-info .left-block{
    width: 30%;
  }
  .experts-swiper .experts-swiper-info .right-block{
    width: 70%;
  }
  .experts-swiper .experts-name{
    font-size: 30px;
    line-height: 36px;
  }
  .experts-swiper .experts-info{
    font-size: 16px;
    line-height: 20px;
  }
  .experts-swiper .experts-desc{
    font-size: 12px;
    line-height: 18px;
  }
	.experts-swiper .swiper-slide-prev {
		right: -50px;
	}
	.experts-swiper .swiper-slide-next + .swiper-slide {
		left: -50px;
	}
}
@media only screen and (max-width: 1299px) {
	
}
@media only screen and (max-width: 1199px) {
	.experts-swiper .experts-swiper-info{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .experts-swiper .experts-swiper-info .left-block{
    width: 20%;
  }
  .experts-swiper .experts-swiper-info .right-block{
    width: 80%;
  }
}
@media only screen and (max-width: 1024px) {
	.experts-content-m  {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
	
}
@media only screen and (max-width: 450px) {
	
}
/* 专家说 end */


/*videos cyt 0813*/
.video-area{
	width: 100%;
	/*background: #F6F6F6;*/
	padding: 140px 80px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.video-title{
	font-size: 60px;
	line-height: 60px;
	color: #000000;
	text-align: center;
	margin-bottom: 80px;
}
.video-content{
	display: flex;
	display: -webkit-flex;
}
.video-item{
	width: 32.8%;
	margin-right: 0.8%;
	position: relative;
	cursor: pointer;
}
.video-item:hover .video-hover{
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=1);
	background-color: rgba(60,111,168,0.7);
}
.video-hover .hover-content{
   opacity:0;
   -moz-opacity:0;
 }
 .video-item:hover .video-hover .hover-content{
	opacity:1;
	-moz-opacity:1;
}
.video-item:hover .video-js .vjs-big-play-button{
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
.video-item:last-child{
	margin-right: 0;
}
.video-hover{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-webkit-transition: all .5s;
	opacity:1;
    -moz-opacity:1;
	background-image: none;
    background-color: rgba(0,0,0,0.1);
}
.video-hover img{
	width: 100%;
}
.hover-content{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	/*margin-top: -77px;*/
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	text-align: center;
	color: #FFFFFF;
}
/*.video-item:first-child .hover-content{
	margin-top: -52px;
}*/
.hover-title{
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 30px;
}
.hover-desc{
	font-size: 30px;
	line-height: 1.5;
	margin-bottom: 30px;
}
.hover-play img{
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	margin-bottom: 4px;
}
.hover-play span{
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	color: #FFFFFF;
}
.video-js .vjs-tech {
    object-fit: fill;
    margin: 0;
}
.vjs-poster {
    background-size: 100% 100%;
}
.video-js .vjs-big-play-button {
    height: 2.5em;
    width: 2.5em;
    left: 50%;
    top: 50%;
    background: url(https://usfile.jingdiao.com/uswebsite/images/home/play1.png);
    background-position: center;
	background-size: 100%;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=1);
	transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-webkit-transition: all .5s;
}
.video-area .buttonBox-container{
	margin-top: 80px;
}
.video-area .buttonBox-container .buttonBox{
	margin-top: 0;
}
.vjs-loading-spinner{
	margin: -0.5em 0 0 0;
}
.learn-more{
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 1919px) {
	.video-area{
		padding: 116.2px 66.4px;
	}
	/*.hover-content {
	    margin-top: -60px;
	}
	.video-item:first-child .hover-content{
		margin-top: -45px;
	}*/
	.video-title{
		margin-bottom: 66.4px;
	}
	.hover-title {
	    margin-bottom: 22px;
	}
	.hover-desc {
	    margin-bottom: 20px;
	}
	.video-area .buttonBox-container {
	    margin-top: 66.4px;
	}
}
@media only screen and (max-width: 1599px) {
	.video-area{
		padding: 105px 60px;
	}
	/*.hover-content {
	    margin-top: -55px;
	}
	.video-item:first-child .hover-content{
		margin-top: -30px;
	}*/
	.video-title{
		margin-bottom: 60px;
		font-size: 40px;
		line-height: 40px;
	}
	.hover-title {
	    font-size: 24px;
	    line-height: 24px;
	    margin-bottom: 20px;
	}
	.hover-desc {
	    font-size: 24px;
	    margin-bottom: 16px;
	}
	.hover-play span {
	    font-size: 16px;
	    line-height: 16px;
	}
	.hover-play img {
	    width: 18px;
	    height: 18px;
	}
	.video-area .buttonBox-container {
	    margin-top: 60px;
	}
	.vjs-loading-spinner {
	    font-size: 1.5em;
	    width: 2em;
	    height: 2em;
	    border-radius: 2em;	
	}
}
@media only screen and (max-width: 1299px) {
	.video-area{
		padding: 95.2px 54.4px;
	}
	.video-title{
		margin-bottom: 54.4px;
	}
	.hover-title {
	    margin-bottom: 18px;
	}
	.hover-desc {
	    margin-bottom: 14px;
	}
	.video-area .buttonBox-container {
	    margin-top: 54.4px;
	}
}

/*快速了解精雕*/
/*-----------------------------------------------------*/
.quick-area {
	position: relative;
	padding-bottom: 31.771%;
	background-image: url('https://usfile.jingdiao.com/uswebsite/images/home/quick-big.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.quick-content {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	box-sizing: border-box;
}

.quick-left,
.quick-right {
	flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
}

.quick-left {
	margin-right: 4%;
}

.quick-right {
	text-align: center;
}

.quick-area .title {
	font-family: "HarmonyOS_Sans_SC_Bold";
	font-size: 50px;
	line-height: 1;
	color: #FFFFFF;
}

.quick-area p {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 1.5;
	text-align: left;
}

.quick-area .buttonBox-container a {
	margin: 0 auto;
	background-color: #FFF;
	color: #004898;
}

.quick-area .video-js .vjs-big-play-button {
	width: 120px;
	height: 120px;
}

@media only screen and (max-width: 1599px) {
	.quick-area .title {
		font-size: 40px;
	}

	.quick-area .video-js .vjs-big-play-button {
		width: 100px;
		height: 100px;
	}
}

@media only screen and (max-width: 1399px) {
	.quick-area .title {
		font-size: 36px;
	}
}

@media only screen and (max-width: 1099px) {
	.quick-area p {
		font-size: 16px;
		line-height: 1.75;
	}
}

@media only screen and (max-width: 1024px) {
	.quick-area {
		padding-top: 40px;
		padding-bottom: 40px;
		position: static;
		background-position: center;
	}

	.quick-content {
		position: static;
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		top: 0;
		transform: translateY(0);
	}

	.quick-left,
	.quick-right {
		min-width: 100%;
	}

	.quick-left {
		margin-right: 0;
		order: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
	}

	.quick-area .title {
		padding: 0 15px;
		font-size: 24px;
		margin-bottom: 16px;
	}

	.quick-area p {
		font-size: 16px;
		line-height: 1.7;
	}

	.quick-area .buttonBox-container {
		margin-top: 16px;
	}

	.quick-area .buttonBox-container a {
		width: 169px;
	}

	.quick-left {
		margin-top: 16px;
	}

	.quick-area .video-js .vjs-big-play-button {
		width: 50px;
		height: 50px;
	}
}

@media only screen and (max-width: 450px) {
	.quick-area .title {
		font-size: 20px;
	}

	.quick-area p {
		font-size: 14px;
	}
}

/*-----------------------------------------------------*/

/*移动端*/
@media only screen and (max-width: 1024px) {
	.home-m{
		display: block;
	}
	.home-pc{
		display: none;
	}
	
	/*共用样式*/
	*, ::before, ::after {
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	}
	img {
		display: block;
	}
	.main-title {
		font-family: "HarmonyOS_Sans_SC_Bold";
		font-size: 28px;
		color: #004898;
		text-align: center;
		line-height: 36px;
		padding: 24px 0;
	}
	.part-title {
		padding: 24px 0;
		font-family: "HarmonyOS_Sans_SC_Bold";
		font-size: 22px;
		color: #000000;
		text-align: center;
		line-height: 32px;
	}
	.part-desc {
		font-size: 16px;
		color: #333;
		line-height: 24px;
	}
	.part-button {
		display: block;
		width: 160px;
		height: 32px;
		border: 1px solid #004898;
		margin: 24px auto 0 auto;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
		color: #004898;
		line-height: 32px;
	}
	.part-button:visited {
		color: #004898;
	}
	.part-button:active {
		color: #FFF;
		background: #004898;
	}
	@media only screen and (min-width: 450px) {
		.main-title {
			font-size: 34px;
			line-height: 42px;
		}
		.part-title {
			font-size: 24px;
			line-height: 36px;
		}
		.part-desc {
			font-size: 18px;
			line-height: 28px;
		}
		.part-button {
			width: 180px;
			height: 36px;
			font-size: 16px;
			color: #004898;
			line-height: 36px;
		}
	}	
	
	/*jingdiao solutions*/
	/*---------------------------------------*/
	.jingdiao-solutions {
		background: #F6F6F6;
		padding-bottom: 70px;
		margin-bottom: 12px;
	}
	.jingdiao-solutions img {
		width: 100%;
	}
	.jingdiao-solutions .swiper-slide {
		position: relative;
		width: 69.3% !important;
	}
	.jingdiao-solutions .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);
	}
	@media only screen and (min-width: 450px) {
		.jingdiao-solutions .swiper-slide {
			position: relative;
			width: 45% !important;
		}	
	}
	@media only screen and (min-width: 750px) {
		.jingdiao-solutions .swiper-slide {
			position: relative;
			width: 40% !important;
		}	
	}
	/*.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 {
		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 (min-width: 450px) {
		.js-img-desc {
			font-size: 14px;
		}
	}*/
	/*---------------------------------------*/
	
	/*home页通用样式*/
	/*---------------------------*/
	.home-container img {
		width: 100%;
	}
	.part-title {
		font-family: "HarmonyOS_Sans_SC_Bold";
		font-size: 28px;
		text-align: center;
		color: #000;
		padding: 24px 0;
	}
	.part-subtitle {
		font-family: "HarmonyOS_Sans_SC_Bold";
		font-size: 22px;
		color: #010101;
		text-align: center;
		padding: 24px 0 12px 0;
	}
	.part-desc {
		font-family: "HarmonyOS_Sans_SC_Regular";
		font-size: 16px;
		line-height: 24px;
		color: #333;
	}
	@media only screen and (min-width: 450px) {
		.part-title {
			font-size: 34px;
		}
		.part-subtitle {
			font-size: 24px;
		}
		.part-desc {
			font-size: 18px;
			line-height: 28px;
		}
	}
	/*---------------------------*/	
	
	/*首页顶部轮播*/
	/*---------------------------*/
	.home-main-swiper {
		width: 100%;
		/* margin-bottom: 12px; */
	}
	.home-main-swiper .swiper-slide {
		position: relative;
	}
	.home-main-swiper .swiper-pagination-bullets {
		bottom: 56px;
	}
	.home-main-swiper > .home-main-swiperPagination .swiper-pagination-bullet {
		width: 60px;
		height: 3px;
		margin: 0 6px;
		border-radius: 0;
		background-color: rgba(0, 0, 0, .25);
		opacity: 1;
	}
	.home-main-swiper > .home-main-swiperPagination .swiper-pagination-bullet-active {
		background-color: rgba(0, 0, 0, .55);
	}
	.home-main-swiper .swiper-info {
		position: absolute;
		top: 42px;
		width: 100%;
	}
	.home-main-swiper .swiper-item-title {
		padding: 0 4%;
		padding-bottom: 13px;
		font-family: "HarmonyOS_Sans_SC_Bold";
		font-size: 38px;
		font-weight: bold;
		line-height: 60px;
		color: #000;
		text-align: center;
	}
	.home-main-swiper .swiper-item-desc {
		text-align: center;
		padding: 0 4%;
	}
	/*-----------------------------*/
	
	/*quick learn about jingdiao*/
	/*---------------------------*/
	.H1-wrapper {
		width: 100%;
		margin-bottom: 12px;
		background-color: #F6F6F6;
		padding-bottom: 42px;
	}
	.H1-info {
		width: 92%;
		margin: 0 auto;
	}
	/*---------------------------*/
	
	/*Hot Topics*/
	/*---------------------------*/
	.H2-wrapper {
		background-color: #F6F6F6;
		margin-bottom: 12px;
	}
	.hot-topics-swiper .swiper-slide {
		position: relative;
	}
	.hot-topics-swiperPagination{
		position: absolute;
	}
	.hot-topics-swiper > .swiper-pagination-bullets .swiper-pagination-bullet {
		width: 7px;
		height: 7px;
		border: 1px solid #373737;
		background: none;
		opacity: 1;
		margin: 0 4px;
	}
	.hot-topics-swiper > .swiper-pagination-bullets .swiper-pagination-bullet-active {
		background: #373737;
	}
	.swiper-button-prev, .swiper-button-next {
		width: 40px;
		height: 40px;
		margin-top: 0;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		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);
		font-size: 26px;
		text-align: center;
		line-height: 40px;
		outline: none;
	}
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		background-image: none;
		background-size: 100%;
		left: 0;
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
		background-image: none;
		background-size: 100%;
		right: 0;
	}
	.hot-topics-swiper .swiper-info {
		position: absolute;
		top: 30px;
		width: 100%;
	}
	.hot-topics-swiper .swiper-item-title {
		padding-bottom: 8px;
		font-family: "HarmonyOS_Sans_SC_Bold";
		font-size: 24px;
		font-weight: bold;
		color: #000;
		text-align: center;
	}
	.hot-topics-swiper .swiper-item-desc {
		text-align: center;
	}
	.hot-topics-swiper .icon---,
	.hot-topics-swiper .icon--8 {
		line-height: 40px;
	}
	.hot-topics-swiper .icon---:before,
	.hot-topics-swiper .icon--8:before {
		color: #333;
		line-height: 40px;
	}
	.hot-topics-prev:active,
	.hot-topics-next:active {
		background: #bfbfbf;
	}
	@media only screen and (min-width: 450px) {
		.hot-topics-swiper .swiper-item-title {
			font-size: 26px;
		}
	}
	/*---------------------------*/
	
	/*News*/
	/*---------------------------*/
	.H3-wrapper {
		background: #F6F6F6;
		padding-bottom: 12px;
	}
	.news-item {
		width: 92%;
		margin: 0 auto 12px auto;
		padding-bottom: 42px;
		background: #FFF;
		box-shadow: 0 0 4px rgba(0, 0, 0, .15);
		-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .15);
		-moz-box-shadow: 0 0 4px rgba(0, 0, 0, .15);
	}
	.news-item:last-child {
		margin-bottom: 0;
	}
	.H3-part-desc {
		text-align: center;
		padding: 0 15px;
	}
	/*machine series*/
	/*---------------------------------------*/
	.machine-series {
		margin-bottom: 42px;
		position: relative;
	}
	.machine-series img {
		width: 100%;
	}
	.machine-series .swiper-slide {
		position: relative;
		width: 69.3% !important;
	}
	@media only screen and (min-width: 450px) {
		.machine-series .swiper-slide {
			position: relative;
			width: 45% !important;
		}	
	}
	@media only screen and (min-width: 750px) {
		.machine-series .swiper-slide {
			position: relative;
			width: 40% !important;
		}
	}
	.machine-series .js-img-info {
		display: block;
		background: transparent;
		top: 60%;
	}
	.machine-series .js-img-title {
		margin-bottom: 10px;
		font-family: "HarmonyOS_Sans_SC_Bold";
		font-size: 28px;
		color: #000000;
		padding: 0;
	}
	.js-img-type {
		font-family: "HarmonyOS_Sans_SC_Bold";
		font-size: 20px;
		color: #004898;
	}
	.js-img-type .icon--1 {
		font-size: 10px;
		font-weight: bold;
	}
	.machine-series .js-pagination {
		bottom: -20px;
		margin-top: 0 !important;
		bottom: -20px;
		position: absolute;
	}
	.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;
	}
	
	/*must see videos*/
	.video-area{
		background: #F6F6F6;
		margin-bottom: 12px;
		width: 100%;
		padding: 12px 15px;
	}
	.video-card{
		background: #FFFFFF;
		margin-bottom: 12px;
		width: 100%;
	}
	.video-card:last-child{
		margin-bottom: 0;
	}
	.video-area video{
		width: 100%;
	}
	.video-area .part-subtitle{
		text-align: left;
		margin-left: 15px;
		padding: 19px 0 37px 0;
		font-size: 22px;
		line-height: 32px;
	}
	.video-area .part-button{
		margin-bottom: 30px;
	}
	.swiper-button-prev .icon---::before,
	.swiper-button-next .icon--8::before {
	    color: #333333;
	}
	.video-js .vjs-big-play-button {
	    font-size: 2.48em;
	    line-height: 2.5em;
	    height: 2.5em;
	    width: 2.5em;
	    border-width: 0em;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	    -webkit-transform: translate(-50%, -50%);
	    margin-left: 0;
	    margin-top: 0;
	}
}
@media screen and (max-width: 450px) {
	.home-main-swiper .swiper-item-title {
		font-size: 31px;
		line-height: 1.2;
	}
}

.flex {
	display: flex;
	display: -webkit-flex;
}

.flex-grow {
	flex-grow: 1;
}

.flex-shrink-0 {
	flex-shrink: 0;
}

.align-center {
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
}

.declaration {
	/* font-family: "阿里巴巴普惠体 Regular"; */
	background-color: #EEEEEE;
	font-size: 20px;
	font-weight: 400;
	line-height: 36px;
	text-align: left;
	color: #004898;
	margin-top: -4px;
	padding: 31px 11.875%;
}

.declaration .declare-img {
	width: 38px;
	height: 38px;
	opacity: 0px;
	margin-right: 14px;
}

.declaration .jump-img {
	width: 32px;
	height: 32px;
	opacity: 0px;
	cursor: pointer;
	margin-left: 44px;
}

@media only screen and (max-width: 1024px) {
	.declaration {
		margin-top: 0;
		padding: 18px 15px;
		font-weight: 400;
		font-size: 12px;
		line-height: 21px;
		letter-spacing: 0px;

	}
	.declare-text{
		align-items: start;
		-webkit-align-items: start;
		-ms-flex-align: start;
		-moz-box-align: start;
	}
	.declaration .declare-img{
		width: 18px;
		height: 18px;
		margin-right: 8px;
		margin-top: 6px;
	}
	.declaration .jump-img{
		width: 16px;
		height: 16px;
		margin-left: 8px;
	}
}


/* 无缝集成 */
/* ----------------------------- */
.seamless-integration-title{
    font-size: 50px;
	font-weight: 700;
    line-height: 72px;
    color: #000000;
    text-align: center;
	color: #221815;
}
.seamless-integration-block{
	display: grid;
	grid-template-columns: 50% 50%;
	align-items: flex-start;
}
.seamless-integration-block-left{
	padding-right: 8px;
}
.seamless-integration-block-right{
	padding-left: 8px;
}
.seamless-integration-swiper-img{
	overflow: hidden;
}
.seamless-integration-swiper-1:hover .seamless-integration-prev-1,
.seamless-integration-swiper-2:hover .seamless-integration-prev-2{
	left: 30px;
	opacity: 0.75;
	-moz-opacity: 0.75;
	-webkit-opacity: 0.75;
}
.seamless-integration-swiper-1:hover .seamless-integration-next-1,
.seamless-integration-swiper-2:hover .seamless-integration-next-2 {
	right: 30px;
	opacity: 0.75;
	-moz-opacity: 0.75;
	-webkit-opacity: 0.75;
}
.seamless-integration-swiper-1:hover .seamless-integration-prev-1:hover,
.seamless-integration-swiper-1:hover .seamless-integration-next-1:hover,
.seamless-integration-swiper-2:hover .seamless-integration-prev-2:hover,
.seamless-integration-swiper-2:hover .seamless-integration-next-2:hover {
	opacity: 0.9;
}
.seamless-integration-swiper-1 .swiper-slide-active,.swiper-slide-duplicate-active,
.seamless-integration-swiper-1 .swiper-slide-active + .swiper-slide,
.seamless-integration-swiper-2.swiper-slide-active,.swiper-slide-duplicate-active,
.seamless-integration-swiper-2 .swiper-slide-active + .swiper-slide {
  	transform: scale(1);
  	-o-transform: scale(1);
  	-ms-transform: scale(1);
  	-moz-transform: scale(1);
  	-webkit-transform: scale(1);
}
.seamless-integration-swiper-1 .swiper-slide-prev,
.seamless-integration-swiper-2 .swiper-slide-prev {
	right: -70px;
}
.seamless-integration-swiper-1 .swiper-slide-next + .swiper-slide,
.seamless-integration-swiper-2 .swiper-slide-next + .swiper-slide {
	left: -70px;
}

.seamless-integration-pagination-1,
.seamless-integration-pagination-2{
	position: relative;
    margin-top: 32px !important;
}
.seamless-integration-pagination-1 .swiper-pagination-bullet,
.seamless-integration-pagination-2 .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #c9caca;
	margin: 0 6px;
	border-radius: 100%;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=1);
}
.seamless-integration-pagination-1 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.seamless-integration-pagination-2 .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #004898;
}
.seamless-integration-pagination-1 .swiper-pagination-bullet:last-child,
.seamless-integration-pagination-2 .swiper-pagination-bullet:last-child {
	display: none;
}
.seamless-integration-block-title{
	font-size: 28px;
	font-weight: 700;
	line-height: 48px;
	text-align: left;
	margin-top: 32px;
	color: #221815;
}
.seamless-integration-block-desc{
	font-size: 18px;
	font-weight: 400;
	line-height: 36px;
	text-align: left;
	color: #595757;
	margin-top: 12px;
}
.seamless-integration-block .contract-us{
	margin: 0px;
	margin-top: 32px;
}
@media only screen and (max-width: 1024px) {
	.seamless-integration-block-title{
		font-size: 18px;
		font-weight: 700;
		line-height: 30px;
		text-align: center;
		margin-top: 24px;
	}
	.seamless-integration-block-desc{
		font-size: 14px;
		line-height: 28px;
		margin-top: 16px;
	}
	.seamless-integration-swiper-m-1,
	.seamless-integration-swiper-m-2{
		margin-top: 16px;
	}
	.seamless-integration-m .buttonBox,
	.seamless-integration-m a.buttonBox{
		margin-top: 16px;
	}
}
/* 无缝集成 end */


/*-----------------------------------------------------*/

/*最新资讯*/
/*-----------------------------------------------------*/
.news-part .title {
	font-family: "HarmonyOS_Sans_SC_Bold";
	font-size: 50px;
	line-height: 1;
	color: #000000;
	text-align: center;
}

.news-part .desc {
	text-align: center;
	font-size: 18px;
	color: #333;
}

.news-part .p1Ctn {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.news-part .p1Ctn .p1Item {
	flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	max-width: calc((100% - 30px) / 3);
	margin-right: 15px;
	background-color: #FFFFFF;
}

.news-part .p1Ctn .p1Item:last-child {
	margin-right: 0;
}

.news-part .p1Ctn .p1Item .item-img {
	display: block;
	overflow: hidden;
	position: relative;
}

.news-part .p1Ctn .p1Item img {
	display: block;
	width: 100%;
	transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
}

.news-part .p1Ctn .p1Item:hover img {
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.news-part .itemText {
	text-align: left;
	padding: 0px 24px 24px 24px;
}

.news-part .itemText .item-title {
	display: inline-block;
	font-size: 28px;
	font-weight: 700;
	line-height: 28px;
	text-align: left;
	color: #FFFFFF;
	padding: 16px 24px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #00000099;
}

.news-part .itemText .news-item-list li {
	padding-left: 30px;
	position: relative;
	padding-top: 24px;
}

.news-part .itemText .news-item-list li:first-child {
	padding-bottom: 14px;
	border-bottom: 1px solid #DCDCDC;
}

.news-part .itemText .news-item-list li:nth-child(2) {
	padding-top: 14px;
}

.news-part .itemText .news-item-list li::before {
	content: '+';
	position: absolute;
	left: 0px;
	font-size: 20px;
	font-weight: 400;
	line-height: 34px;
	text-align: center;
}

.news-part .itemText .news-item-list li:first-child::before {
	content: '+';
	position: absolute;
	left: 0px;
	font-size: 24px;
	font-weight: 700;
	line-height: 42px;
	text-align: center;
}

.news-part .itemText .news-item-list li .news-item-title {
	font-size: 20px;
	font-weight: 400;
	line-height: 34px;
	text-align: left;
	color: #000000;
}

.news-part .itemText .news-item-list li:first-child .news-item-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 42px;
	text-align: left;
}

.news-part .itemText .news-item-list li .news-item-desc {
	font-size: 18px;
	font-weight: 400;
	line-height: 36px;
	text-align: left;
	color: #4B4B4B;
}

.news-part .itemText .news-item-list li:hover .news-item-title,
.news-part .itemText .news-item-list li:hover .news-item-desc,
.news-part .itemText .news-item-list li:hover::before {
	color: #004898;
}
@media only screen and (max-width: 1024px) {
	.news-part {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.news-part .item-title {
		font-size: 18px;
		font-weight: 700;
		line-height: 30px;
	}

	.news-part .itemText {
		padding: 0px 12px 12px 12px;
	}

	.news-part .itemText .news-item-list li {
		padding-left: 30px;
		position: relative;
		padding-top: 12px;
	}

	.news-part .itemText .news-item-list li:first-child {
		padding-bottom: 6px;
	}

	.news-part .itemText .news-item-list li:nth-child(2) {
		padding-top: 6px;
	}

	.news-part .itemText .news-item-list li::before {
		font-size: 14px;
		line-height: 24px;
	}

	.news-part .itemText .news-item-list li:first-child::before {
		font-size: 16px;
		line-height: 28px;
	}

	.news-part .itemText .news-item-list li .news-item-title {
		font-size: 14px;
		line-height: 24px;
	}

	.news-part .itemText .news-item-list li:first-child .news-item-title {
		font-size: 16px;
		line-height: 28px;
	}

	.news-part .itemText .news-item-list li .news-item-desc {
		font-size: 14px;
		line-height: 24px;
	}

	.news-part .p1Ctn {
		display: block;
	}

	.news-part .p1Ctn .p1Item {
		display: block;
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 16px;
		background-color: #F6F6F6;
	}

	.news-part .p1Ctn .p1Item:last-child {
		margin-bottom: 0;
	}
}
/* 最新资讯end */


.news-part .p1Ctn .p1Item img{
	aspect-ratio: 576 / 360;
	object-fit: cover;
}
.news-part .item-title {
	display: inline-block;
	font-size: 28px;
	font-weight: 700;
	line-height: 28px;
	text-align: left;
	color: #FFFFFF;
	padding: 16px 24px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #00000099;
}

.part-title {
	font-size: 50px;
	font-weight: 700;
	line-height: 72px;
	text-align: center;
	color: #21333F;
	font-family: "HarmonyOS_Sans_SC_Bold";
}
.part-title::after {
	content: '';
	display: block;
	margin-top: 16px;
	width: 60px;
	height: 4px;
	opacity: 0px;
	background-color: #005BAC;
	margin-left: auto;
	margin-right: auto;
}

.bg-F6F6F6 {
	background: #F6F6F6;
}

@media only screen and (max-width: 1024px) {
	.part-title {
		font-size: 24px;
		line-height: 42px;
	}

	.part-title::after {
		margin-top: 8px;
		width: 30px;
		height: 2px;
		opacity: 0px;
	}
	.news-part .item-title {
		font-size: 18px;
		font-weight: 700;
		line-height: 30px;
	}
}