/* banner */
.top-area{
	width: 100%;
	position: relative;
}
.top-area figure{
	width: 100%;
	padding-bottom: 46.875%;
	background: url(https://file.jingdiao.com/website/jingdiao/cn/images/groupprofile/top.jpg);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.top-container{
	position: absolute;
	left: 0;
	right: 0;
	top: 11.56%;
	text-align: center;
	margin-left: 19%;
	margin-right: 19%;
}
.top-title{
	font-family: "HarmonyOS_Sans_SC_Bold";
	font-size: 72px;
	line-height: 1;
	color: #004898;
	letter-spacing: 9px;
}
.top-desc{
	font-family: "HarmonyOS_Sans_SC_Bold";
	font-size: 28px;
	line-height: 1.67;
	color: #000000;
	text-align: left;
}
.top-info{
	font-size: 18px;
	line-height: 2;
	color: #333333;
	text-align: left;
	text-indent: 2em;
}
.video-button{
	height: 42px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 240px;
}
.button-content{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 0;
	display: flex;
	display: -webkit-flex;
	font-size: 0;
	justify-content: center;
	-webkit-justify-content: center;
	background: #004898;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}
.video-button img{
	width: 30px;
	height: 30px;
	margin-right: 16px;
	margin-top: 6px;
	margin-left: -11px;
}
.video-button span{
	font-size: 18px;
	line-height: 42px;
	font-family: "HarmonyOS_Sans_SC_Medium";
	color: #FFFFFF;
}
@media only screen and (max-width: 1599px) {
	.top-container{
		margin-left: 14%;
		margin-right: 14%;
	}
	.top-title{
		font-size: 64px;
	}
	.top-desc{
		font-size: 24px;
	}
}
@media only screen and (max-width: 1322px) {
	.top-area{
		padding-top: 150px;
	}
}
@media only screen and (max-width: 1299px) {
	.top-area{
		padding-top: 50px;
	}
	.top-container {
	    margin-left: 10%;
	    margin-right: 10%;
	}
	.top-title{
		font-size: 60px;
	}
	.top-info{
		font-size: 16px;
	}
}
@media only screen and (max-width: 1130px) {
	.top-area{
		padding-top: 100px;
	}
}
@media only screen and (max-width: 1060px) {
	.top-area{
		padding-top: 200px;
	}
}
@media only screen and (max-width: 1024px) {
	.top-area{
		padding-top: 0;
	}
	.top-area figure{
		padding-bottom: 93.3%;
		background: url(https://file.jingdiao.com/website/jingdiao/cn/images/groupprofile/top-m.jpg);
		background-position: center;
		background-size: 100%;
		background-repeat: no-repeat;
	}
	.top-container{
		margin-left: 3.8%;
		margin-right: 3.8%;
		top: 0;
	}
	.top-title{
		font-size: 42px;
		letter-spacing: 7px;
	}
	.top-desc{
		font-size: 20px;
	}
	.top-info{
		font-size: 16px;
		line-height: 1.5;
	}
	.video-button{
		width: 200px;
	    height: 36px;
	}
	.video-button img {
	    width: 20px;
	    height: 20px;
	    margin-right: 8px;
	    margin-top: 9px;
	}
	.video-button span {
    	font-size: 16px;
    	line-height: 36px;
	}
}
@media only screen and (max-width: 608px) {
	.top-area{
		padding-top: 100px;
	}
}
@media only screen and (max-width: 541px) {
	.top-area{
		padding-top: 200px;
	}
}
@media only screen and (max-width: 465px) {
	.top-area{
		padding-top: 300px;
	}
}
@media only screen and (max-width: 450px) {
	.top-area{
		padding-top: 200px;
	}
	.top-title{
		font-size: 36px;
		letter-spacing: 6px;
	}
	.top-desc{
		font-size: 18px;
	}
	.top-info{
		font-size: 14px;
	}
	.video-button{
		width: 180px;
	}
}
@media only screen and (max-width: 407px) {
	.top-area{
		padding-top: 250px;
	}
}
@media only screen and (max-width: 372px) {
	.top-area{
		padding-top: 350px;
	}
}
@media only screen and (max-width: 350px) {
	.video-button {
	    margin-bottom: 10px;
	}
}

/*视频*/
.machine-video-area{
	width: 800px;
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	z-index: 10;
	display: none;
	background: #FFFFFF;
}
.video-js .vjs-big-play-button {
    height: 3em;
    width: 3em;
    font-size: 3em;
    left: 50%;
    top: 50%;
    background: url(https://file.jingdiao.com/website/jingdiao/cn/images/common/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;
}
.vjs-loading-spinner {
    width: 2.0em;
    height: 2.0em;
}
@media only screen and (max-width: 1599px) {
	.machine-video-area{
		width: 600px;
	}
}
@media only screen and (max-width: 1299px) {
	.video-js .vjs-big-play-button {
	    height: 2.5em;
	    width: 2.5em;
	    font-size: 2.5em;
	}
}
@media only screen and (max-width: 1024px) {
	.machine-video-area{
		width: 500px;
		z-index: 110;
	}
	.video-js .vjs-big-play-button {
	    height: 3em;
	    width: 3em;
	    font-size: 3em;
	}
}
@media only screen and (max-width: 750px) {
	.machine-video-area{
		width: 80%;
	}
}
@media only screen and (max-width: 450px) {
	.video-js .vjs-big-play-button {
	    height: 2.5em;
	    width: 2.5em;
	    font-size: 2.5em;
	}
}

/* part1 主营产品 */
.group-part{
	width: 100%;
	position: relative;
}
.group-part figure{
	width: 100%;
	padding-bottom: 35.42%;
	background: url(https://file.jingdiao.com/website/jingdiao/cn/images/groupprofile/part2.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
/*.part-content{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}*/
.part-title{
	font-family: "HarmonyOS_Sans_SC_Bold";
	font-size: 50px;
	line-height: 1;
	letter-spacing: 9px;
	color: rgba(0,0,0,0.98);
	text-align: center;
}
.part-desc{
	margin-left: 19%;
	margin-right: 19%;
	font-size: 18px;
	line-height: 2;
	color: #333333;
}
.effect-group-container{
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 1599px) {
	.part-title{
		font-size: 42px;
		letter-spacing: 7px;
	}
	.part-desc{
		margin-left: 14%;
		margin-right: 14%;
	}
}
@media only screen and (max-width: 1299px) {
	.part-title{
		font-size: 36px;
		letter-spacing: 6px;
	}
	.part-desc{
		margin-left: 10%;
		margin-right: 10%;
		font-size: 16px;
	}
}
@media only screen and (max-width: 1024px) {
	/*.part-content{
		position: relative;
	}*/
	.group-part figure{
		padding-bottom: 40%;
		background: url(https://file.jingdiao.com/website/jingdiao/cn/images/groupprofile/part2-m.png);
		background-position: center;
		background-size: 100%;
		background-repeat: no-repeat;
	}
	.part-title{
		font-size: 28px;
		letter-spacing: 4px;
		color: #000000;
	}
	.part-desc{
		margin-left: 3.8%;
		margin-right: 3.8%;
	}
}
@media only screen and (max-width: 450px) {
	.part-title{
		font-size: 24px;
	}
	.part-desc{
		font-size: 14px;
	}
}

/* part2 研发 */
/* PC端 */
.sub-title{
	font-family: "HarmonyOS_Sans_SC_Bold";
	font-size: 40px;
	line-height: 1;
	color: #004898;
	text-align: center;
}

.technology-swiper {
	padding: 0 80px;
} 
.p2Ctn .swiper-slide {
	display: block;
	padding-bottom: 16px;
}
.p2Ctn .swiper-slide:last-child {
	margin-right: 0 !important;
}
.p2Ctn .swiper-slide .swiper-slide-wrapper {
	position: relative;
}
.p2Ctn .swiper-slide .swiper-slide-wrapper::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url('https://file.jingdiao.com/website/jingdiao/cn/images/home/technology-mask.png');
	background-repeat: no-repeat;
	background-size: cover;
}
.p2Ctn .swiper-slide .technology-img {
	overflow: hidden;
}
.p2Ctn .swiper-slide .technology-img img {
	transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
}
.p2Ctn .swiper-slide:hover .technology-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);
}
.p2Ctn .swiper-slide .technology-info {
    position: absolute;
    width: 100%;
    bottom: 40px;
    left: 0;
    text-align: center;
    z-index: 9;
    padding-left: 15px;
    padding-right: 15px;
}
.p2Ctn .swiper-slide .technology-info .technology-title,
.p2Ctn .swiper-slide .technology-info .technology-subtitle  {
    font-family: "Univers LT Pro 47 Lt Cn","HarmonyOS_Sans_SC_Bold";
    font-size: 40px;
    line-height: 1.3;
    color: #FFFFFF;
}
.p2Ctn .swiper-slide .technology-info .technology-subtitle {
	font-size: 32px;
}
.p2Ctn .swiper-slide .technology-info .technology-more {
    display: block;
    margin-top: 24px;
}
.p2Ctn .swiper-slide .technology-info .technology-more span {
	display: inline-block;
    font-family: "HarmonyOS_Sans_SC_Medium";
    font-size: 18px;
    color: #FFFFFF;
}
.p2Ctn .swiper-slide .technology-info .technology-more span.icon--6 {
	font-size: 14px;
	margin-left: 20px;
}
.p2Ctn .swiper-slide .technology-info .technology-more span.icon--6::before {
	color: #FFF;
	font-weight: bold;
}
.p2Ctn .swiper-slide .technology-info .technology-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;
}
.p2Ctn .swiper-slide::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 0;
	height: 8px;
	background-color: #004898;
	transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
}
.p2Ctn .swiper-slide:hover::after {
	width: 100%;
}
.technology-swiper:hover .technology-prev {
	left: 17px;
	opacity: 0.75;
	-moz-opacity: 0.75;
	-webkit-opacity: 0.75;
}
.technology-swiper:hover .technology-next {
	right: 17px;
	opacity: 0.75;
	-moz-opacity: 0.75;
	-webkit-opacity: 0.75;
}
.technology-swiper:hover .technology-prev:hover,
.technology-swiper:hover .technology-next:hover {
	opacity: 0.9;
}
.yanfa-content{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
.yanfa-title{
	font-family: "HarmonyOS_Sans_SC_Bold";
	font-size: 28px;
	line-height: 1;
}
.yanfa-more{
	color: #FFFFFF;
}
.yanfa-more span:first-child{
	font-size: 18px;
}
.yanfa-more .icon--6:before{
	font-size: 14px;
	color: #FFFFFF;
}
@media only screen and (max-width: 1919px) {
	.p2Ctn .swiper-slide .technology-info .technology-title {
		font-size: 36px;
	}
	.p2Ctn .swiper-slide .technology-info .technology-subtitle {
		font-size: 28px;
	}
}
@media only screen and (max-width: 1599px) {
	.sub-title{
		font-size: 36px;
	}
	.p2Ctn .swiper-slide .technology-info .technology-title {
		font-size: 30px;
	}
	.p2Ctn .swiper-slide .technology-info .technology-subtitle {
		font-size: 24px;
	}
	.yanfa-title{
		font-size: 24px;
	}
}
@media only screen and (max-width: 1299px) {
	.sub-title{
		font-size: 32px;
	}
	.yanfa-title{
		font-size: 22px;
	}
	.yanfa-more span:first-child{
		font-size: 16px;
	}
	.yanfa-more .icon--6:before{
		font-size: 12px;
	}
}
@media only screen and (max-width: 1255px) {
	.p2Ctn .swiper-slide:last-child .technology-info {
		line-height: 1.2;
	}
}

/* 移动端 */
@media only screen and (max-width: 1024px) {
	.yanfa .story-content,
	.yanfa .read-more{
		margin-left: 3.8%;
		margin-right: 3.8%;
	}
	.swiper-slide img{
		width: 100%;
	}
	.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;
		opacity: 0.6;
	}
	.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;
	}
	.swiper-container .icon---,
	.swiper-container .icon--8 {
		line-height: 40px;
	}
	.swiper-container .icon---:before,
	.swiper-container .icon--8:before {
		color: #333;
		line-height: 40px;
	}
	.swiper-button-prev:active,
	.swiper-button-next:active {
		background: #bfbfbf;
	}
	.omim-title,
	.omim-subtitle{
		line-height: 1.3;
	}
}

/* part3 part4 part5 生产 服务 社会责任 */
.shengchan,
.zeren{
	background: #F6F6F6;
}
.part-img{
	display: flex;
	display: -webkit-flex;
}
.part-img-item{
	width: 32.7%;
	margin-right: 0.9%;
}
.part-img-item:last-child{
	margin-right: 0;
}
.zeren .part-img-item,
.fuwu .part-img-item{
	width: 24.3%;
}
.fuwu-img{
	overflow: hidden;
}
.fuwu .part-img-item figure{
	transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
}
.fuwu .part-img-item:hover figure{
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.part-img-item figure{
	width: 100%;
	padding-bottom: 48.61%;
}
.fuwu .part-img-item figure,
.zeren .part-img-item figure{
	padding-bottom: 56.52%;
}
.shengchan .part-img-item:nth-child(1) figure{
	background: url(https://file.jingdiao.com/website/jingdiao/cn/images/groupprofile/part301.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.shengchan .part-img-item:nth-child(2) figure{
	background: url(https://file.jingdiao.com/website/jingdiao/cn/images/groupprofile/part302.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.shengchan .part-img-item:nth-child(3) figure{
	background: url(https://file.jingdiao.com/website/jingdiao/cn/images/groupprofile/part303.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.fuwu .part-img-item:nth-child(1) figure{
	background: url(https://file.jingdiao.com/website/jingdiao/cn/images/groupprofile/part401.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.fuwu .part-img-item:nth-child(2) figure{
	background: url(https://file.jingdiao.com/website/jingdiao/cn/images/groupprofile/part402.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.fuwu .part-img-item:nth-child(3) figure{
	background: url(https://file.jingdiao.com/website/jingdiao/cn/images/groupprofile/part403.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.fuwu .part-img-item:nth-child(4) figure{
	background: url(https://file.jingdiao.com/website/jingdiao/cn/images/groupprofile/part404.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.zeren .part-img-item:nth-child(1) figure{
	background: url(https://file.jingdiao.com/website/jingdiao/cn/images/groupprofile/part501.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.zeren .part-img-item:nth-child(2) figure{
	background: url(https://file.jingdiao.com/website/jingdiao/cn/images/groupprofile/part502.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.zeren .part-img-item:nth-child(3) figure{
	background: url(https://file.jingdiao.com/website/jingdiao/cn/images/groupprofile/part503.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.zeren .part-img-item:nth-child(4) figure{
	background: url(https://file.jingdiao.com/website/jingdiao/cn/images/groupprofile/part504.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.fuwu .yanfa-title{
	color: #000000;
	text-align: center;
}
.fuwu .yanfa-more,
.fuwu .yanfa-more .icon--6::before {
	color: #004898;
}
.part-img-name{
	color: #004898;
	font-size: 20px;
	line-height: 1;
	text-align: center;
}
.zeren .part-img-name {
    color: #333333;
    line-height: 1.5;
}
.swiper-container2{
	padding-bottom: 24px;
}
.swiper-container3{
	padding-bottom: 30px;
}
.swiper-container-horizontal > .swiper-pagination-bullets{
	bottom: 0;
}
.swiper-pagination {
    position: absolute;
    left: 50% !important;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
    background-color: #CCCCCC;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #004898;
}
.div-m{
	display: none;
}
@media only screen and (max-width: 1599px) {
	.part-img-name{
		font-size: 18px;
	}
}
@media only screen and (max-width: 1299px) {
	.part-img-name{
		font-size: 16px;
	}
}
@media only screen and (max-width: 1024px) {
	.div-pc{
		display: none;
	}
	.div-m{
		display: block;
	}
	.hidden-content {
    	display: none;
	}
	.part-desc,
	.yanfa-part .part-desc{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		line-height: 1.7;
	}
	.read-more{
		font-size: 14px;
		line-height: 2;
		color: #004898;
		cursor: pointer;
	}
	.sub-title {
    	font-size: 22px;
	}
	.part-img-name{
		font-size: 18px;
	}
	.zeren .part-img-name{
		line-height: 1;
	}
	.swiper-button-prev4, .swiper-button-next4{
		top: 46%;
	}
	.fuwu .yanfa-title,
	.omim-subtitle{
		font-size: 20px;
	}
}
@media only screen and (max-width: 450px) {
	.part-desc,
	.yanfa-part .part-desc{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		font-size: 14px;
	}
	.read-more{
		font-size: 12px;
	}
	.sub-title {
    	font-size: 20px;
	}
	.swiper-container3{
		padding-bottom: 26px;
	}
	.part-img-name{
		font-size: 16px;
	}
	.swiper-button-prev4, .swiper-button-next4{
		top: 43%;
	}
	.fuwu .yanfa-title,
	.omim-subtitle{
		font-size: 18px;
	}
}

/* part6 发展规划 */
.fazhan{
	width: 100%;
	position: relative;
}
.fazhan figure{
	width: 100%;
	padding-bottom: 26.04%;
	background: url(https://file.jingdiao.com/website/jingdiao/cn/images/groupprofile/part6.jpg);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.fazhan figure::after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.1);
}
.fazhan-content{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	
}
.fazhan .part-title,
.fazhan .part-desc{
	color: #FFFFFF;
	text-align: center;
}
@media only screen and (max-width: 1024px) {
	.fazhan figure{
		padding-bottom: 80%;
		background: url(https://file.jingdiao.com/website/jingdiao/cn/images/groupprofile/part6-m.jpg);
		background-position: center;
		background-size: 100%;
		background-repeat: no-repeat;
	}
	.fazhan .part-desc,
	.group-part .part-desc{
		margin-left: 3.8%;
		margin-right: 3.8%;
		width: 92.4%;
	}
}
@media only screen and (max-width: 750px) {
	.fazhan .part-desc{
		text-align: left;
	}
}

/*关闭视频按钮*/
.mask-close {
	position: fixed;
	top: 192px;
	right: 60px;
	font-size: 42px;
	z-index: 10;
	display: none;
	cursor: pointer;
}
.smaller .mask-close {
	top: 144px;
}
.mask-close.icon-2::before {
    color: #fff;
    font-weight: bold;
}
.mask-close:focus {
    outline: none;
}
@media only screen and (max-width: 1024px) {
	.mask-close,
	.smaller .mask-close {
		top: 100px;
		z-index: 110;
	}
}
@media only screen and (max-width: 750px) {
	.mask-close {
		right: 30px;
	}
}
@media only screen and (max-width: 450px) {
	.mask-close {
		right: 20px;
		font-size: 35px;
	}
}