/*设置banner*/
/*-----------------------------------*/
.top-img {
	background-image: url('../images/recent-activities/banner.jpg');
}
.topImg-title {
	color: #fff;
}
@media only screen and (max-width: 1024px) {
	.top-img {
		background-image: url('../images/recent-activities/banner.jpg');
	}
}
/*-----------------------------------*/
/*设置banner end*/
.recent-part1 {
	padding-left: 80px;
	padding-right: 80px;
}

.recent-part1-title {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 60px;
    color: #004898;
    text-align: center;
    line-height: 80px;
    /*padding-bottom: 130px;*/
}

.recent-part1-content,
.recent-part2-content {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.recent-part2-content {
	padding-left: 360px;
	padding-right: 360px;
}

.part1-left,
.part1-right {
	overflow: hidden;
	flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
}

.part2-left,
.part2-right {
	overflow: hidden;
	flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
}

.part2-right {
	position: relative;
}

.part1-left,
.part2-left {
	padding-right: 4.59%;
}

.part1-left img {
	display: block;
	width: 100%;
}

.part2-left img {
	display: block;
	width: 100%;
}

.info1 {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 40px;
    color: #000;
    font-weight: 400;
    text-align: center;
}

.info2 {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 50px;
    color: #004898;
    /*padding-top: 40px;*/
    font-weight: 400;
}

.info3 {
	font-size: 24px;
	color: #595757;
	padding-top: 24px;
	font-weight: 400;
}

.info4 {
	padding-top: 15px;
}

.info5 {
	font-size: 30px;
	color: #004898;
	font-weight: bold;
}

.info6 {
	font-size: 18px;
	color: #595757;
	line-height: 36px;
	padding-top: 15px;
}

.appointment {
    width: 320px;
    height: 40px;
    margin-top: 15px;
}

.appointment .buttonBox {
	width: 100%;
}

/*.appointment:visited {
	color: #004898;
}

.appointment:hover {
	background: #004898;
	color: #FFF;
}*/

.info4 .info3 {
	/*display: inline-block;*/
	padding-top: 0;
	line-height: 30px;
}

.spot-icon {
	display: inline-block;
	width: 40px;
	height: 50px;
	margin-right: 24px;
}

.spot-icon img {
	width: 100%;
}

.part2-desc {
	font-size: 18px;
	padding-bottom: 12px;
	color: #595757;
}

.part2-desc:last-child {
	padding-bottom: 0;
}

.part2-em {
	font-size: 24px;
	color: #004898;
	font-weight: bold;
}

.more {
	position: absolute;
	display: flex;
	bottom: -10px;
	right: 0;
	font-size: 18px;
	text-align: center;
	color: #004898;
	font-weight: 400;
}

.more:visited {
	color: #004898;
}

.more:hover {
	color: #004898;
}

.more-desc {
	flex: 1;
}

.more .more-icon {
    padding-left: 24px;
    font-size: 30px;
    font-weight: 400;
}

.more .icon--6:before {
	color: #004898;
}
/*download*/
.download-title-wrapper {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.left-hr, 
.right-hr {
	margin-top: 0;
}
.download-title {
	padding-bottom: 0;
	color: #004898;
}
.download-main {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	padding: 0 5.74%;
}
.download-more{
	padding: 0;
}
.download-item {
	max-width: 50%;
	flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: flex-end;
}
.download-item .download-img {
	position: relative;
	width: 150px;
	height: 150px;
	margin-right: 40px;
	border: 1px solid #bfbfbf;
}
.download-item .download-info{
	width: calc(100% - 190px);
}
.download-item .download-img .download-bgImg {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
} 
.download-item:nth-child(1) .download-img .download-bgImg {
  background-image: url('https://usfile.jingdiao.com/uswebsite/images/recent-activities/JINGDIAOTrifold.png');
}
.download-item:nth-child(2) .download-img .download-bgImg {
  background-image: url('https://usfile.jingdiao.com/uswebsite/images/recent-activities/MoldMaking.png');
}
.download-item .download-img .download-dlImg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background-image: url('https://usfile.jingdiao.com/uswebsite/images/machines/dl.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.download-item:hover .download-img .download-dlImg {
	background-image: url('https://usfile.jingdiao.com/uswebsite/images/machines/dl-select.png');
}
.download-item-title {
	font-family: "HarmonyOS_Sans_SC_Regular";
	font-size: 18px;
    line-height: 30px;
    color: #004898;
}
.download-pdf-desc {
	margin-top: 12px;
    font-size: 18px;
    color: #595757;
}

@media only screen and (max-width: 1919px) {
	.recent-part2-content {
		padding-left: 340px;
		padding-right: 340px;
	}
}

@media only screen and (max-width: 1799px) {
	.recent-part2-content {
		padding-left: 300px;
		padding-right: 300px;
	}
}

@media only screen and (max-width: 1599px) {
	.recent-part2-content {
		padding-left: 200px;
		padding-right: 200px;
	}
	.recent-part1-title {
		font-size: 40px;
		line-height: 50px;
	}
	.info1 {
		font-size: 34px;
	}
	.info2 {
		font-size: 34px;
		/*padding-top: 22px;*/
	}
	.info3 {
		padding-top: 20px;
		font-size: 18px;
	}
	.info4 {
		padding-top: 10px;
	}
	.info5 {
		font-size: 20px;
	}
	.info6 {
		font-size: 16px;
		line-height: 30px;
	}
	.part2-em {
		font-size: 18px;
	}
	.part2-desc {
		font-size: 16px;
	}
  /*download*/
	.download-main {
		padding: 0 3%;
	}
	.download-more{
		padding: 0;
	}
	.download-item-title {
	    font-size: 16px;
	}
	.download-pdf-desc {
	    font-size: 16px;
	}
}

@media only screen and (max-width: 1499px) {
	.download-more .download-item .download-img{
		width: 130px;
		height: 130px;
		margin-right: 15px;
	}
	.download-more .download-item .download-info{
		width: calc(100% - 145px);
	}
}
@media only screen and (max-width: 1399px) {
	.recent-part1 {
		padding-left: 60px;
		padding-right: 60px;
	}
	.recent-part2-content {
		padding-left: 150px;
		padding-right: 150px;
	}
}

@media only screen and (max-width: 1299px) {
	.recent-part1 {
		padding-left: 40px;
		padding-right: 40px;
	}
	.recent-part2-content {
		padding-left: 100px;
		padding-right: 100px;
	}
  /*download*/
	.download-main {
		padding: 0 2%;
	}
	.download-more{
		padding: 0;
	}
	.download-item .download-img {
		width: 120px;
		height: 120px;
		margin-right: 20px;
	}
	.download-item .download-info{
		width: calc(100% - 140px);
	}
	.download-item .download-img .download-dlImg {
		width: 40px;
		height: 40px;
	}
}
@media only screen and (max-width: 1200px) {
	.download-more .download-item .download-img{
		width: 115px;
		height: 115px;
		margin-right: 15px;
	}
	.download-more .download-item .download-info{
		width: calc(100% - 130px);
	}
}
@media only screen and (max-width: 1100px) {
	.machine-part1 .main-title {
		font-size: 50px;
	}
	.download-more .download-item .download-img{
		width: 110px;
		height: 110px;
		margin-right: 15px;
	}
	.download-more .download-item .download-info{
		width: calc(100% - 125px);
	}
}
/*移动端样式*/
@media only screen and (max-width: 1024px) {
	.topImg-title {
		font-size: 40px;
	}
	.recent-part1 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.recent-part2 {
		padding-top: 0;
	}
	.recent-part1-title {
		font-size: 34px;
		color: #333;
		line-height: 1.5;
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.pc-wrap {
		display: none;
		line-height: 0;
	}
	.recent-part1-content, 
	.recent-part2-content {
		display: block;
	}
	.recent-part2-content {
		padding-left: 0;
		padding-right: 0;
	}
	
	.recent-part1,
	.recent-part2 {
		margin-bottom: 15px;
		background-color: #f6f6f6;
	}
	.part2-left {
		padding-right: 0;
	}
	.part1-right, 
	.part2-right {
		padding-top: 24px;
		padding-left: 4%;
		padding-right: 4%;
		padding-bottom: 24px;
	}
	.part1-right{
		padding-bottom: 0;
	}
	.part1-left{
		padding-left: 4%;
		padding-right: 4%;
	}
	.recent-part2-content:last-child .part2-right {
		padding-bottom: 0;
	}
	.info1 {
		padding-top: 30px;
	}
	.info2 {
		/*padding-bottom: 12px;*/
	    font-family: "HarmonyOS_Sans_SC_Bold";
	    font-size: 28px;
	    font-weight: bold;
	    color: #004898;
	}
	.info3 {
		font-size: 18px;
	}
	.info4 {
		display: flex;
		display: -ms-flexbox;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
	}
	.info4 .spot-icon {
		margin-right: 16px;
	}
	.info4 .info3 {
		flex: 1;
		-ms-flex: 1;
		-webkit-flex: 1;
	}
	.info5 {
		font-size: 18px;
	}
	.info6 {
		font-size: 18px;
	}
	.appointment {
		width: 220px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 24px;
	}
	.appointment button {
		font-size: 16px;
	}
	/*download 移动端*/
	.download-part {
		margin-top: 0;
		margin-bottom: 42px;
	} 
	.download-title-wrapper {
		margin-top: 24px;
		margin-bottom: 24px;
	}
	.download-main {
		display: block;
		padding: 0;
	}
	.download-item {
		max-width: 100%;
		margin-bottom: 12px;
	}
	.download-item .download-img {
		width: 150px;
		height: 150px;
		margin-right: 20px;
	}
	.download-more .download-item .download-img{
		width: 150px;
		height: 150px;
		margin-right: 20px;
	}
	.download-info {
		flex: 1;
		-ms-flex: 1;
		-webkit-flex: 1;
		margin-bottom: 15px;
	}
	.download-item .download-info{
		width: calc(100% - 170px);
	}
	.download-item-title {
		font-size: 18px;
	}
	.download-pdf-desc {
		font-size: 18px;
	}	
}

@media only screen and (max-width: 750px) {
	.info2 {
		line-height: 1.2;
	}
}

@media only screen and (max-width: 450px) {
	.topImg-title {
		font-size: 24px;
	}
	.recent-part1-title {
		font-size: 28px;
	}
	.info1 {
		font-size: 28px;
	}
	.info2 {
		font-size: 28px;
	}
	.info3 {
		font-size: 16px;
	}
	.info5 {
		font-size: 16px;
	}
	.info6 {
		font-size: 16px;
	}
	.part2-desc {
		line-height: 1.5;
	}
  /*download 移动端*/
	.download-item-title {
		font-size: 16px;
	}
	.download-pdf-desc {
		font-size: 16px;
	}
	.download-item .download-img {
		margin-right: 15px;
		width: 130px;
		height: 130px;
	}
	.download-more .download-item .download-img{
		width: 130px;
		height: 130px;
		margin-right: 15px;
	}
	.download-item .download-info{
		width: calc(100% - 145px);
	}
}