@charset "utf-8";
/*通用*/
/*------------------------------------*/
.part1 .main-title {
	font-family: "阿里巴巴普惠体 Bold";
	font-size: 72px;
	color: #f1601e;
	letter-spacing: 0.32em;
	line-height: 1;
	text-align: center;
}
.part1 .main-desc {
	width: 80%;
	max-width: 1400px;
	font-family: "阿里巴巴普惠体 Bold";
	font-size: 28px;
	color: #333;
	text-align: center;
	margin: 0 auto;
}
.part1 {
	position: relative;
	padding-bottom: calc(500 / 1920 * 100%);
	
	background-repeat: no-repeat;
	background-size: cover;
}
.part1 .main-info {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
@media only screen and (max-width: 1599px) {
	.part1 .main-title {
		font-size: 64px;
	}
	.part1 .main-desc {
		font-size: 24px;
	}
}
@media only screen and (max-width: 1024px) {
	.part1 {
		padding-bottom: calc(600 / 750 * 100%);
		
	}
	.part1 .main-title {
		margin-top: 40px;
		font-size: 42px;
		letter-spacing: 0.1em;
		line-height: 1.3;
	}
	.part1 .main-subtitle {
		margin-top: 16px;
		font-size: 20px;
	}
	.part1 .main-desc {
		width: 100%;
		margin-top: 16px;
		font-size: 20px;
		line-height: 1.7;
	}
}
@media only screen and (max-width: 450px) {
	.part1 .main-title {
		font-size: 36px;
	}
	.part1 .main-subtitle {
		font-size: 20px;
	}
	.part1 .main-desc {
		font-size: 18px;
	}
}
/*------------------------------------*/
/*通用   end*/


.story-item img {max-width: 100%;}
.story-item {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	padding: 60px calc(1 / 12 * 100%);
	background-color: #F6F6F6;
	justify-content: space-between;
}
.detail-dl dl{width:100%;display:flex;justify-content: space-between;}
.detail-dl dl dt{width: 49%;}
.detail-dl dl dd{width: 49%;}
.detail-dl dl dt img{width: 100%;}
.detail-dl dl dd p{line-height: 28px;margin-bottom: 15px;}
.detail-dl dl:nth-child(2n){display:flex;flex-direction: row-reverse;}
.detail-dl dl video{width:100%;}
.detail-dl dl:nth-child(2) dt{margin-top:-190px;}
.detail-dl dl:nth-child(3) dd{margin-top:-140px;}
.detail-dl dl:nth-child(4) dd{margin-top:-140px;}
.news-img img{max-height:300px;object-fit: cover;width: 100%;}





.story-item .main-img {
	/* flex: 1; */
	-ms-flex: 1;
	/* -webkit-flex: 1; */
}
.story-item .main-img img {
}
.story-item .content {
	/* flex: 1; */
	-ms-flex: 1;
	/* -webkit-flex: 1; */
}
.title {
	font-family: "阿里巴巴普惠体 Bold";
	font-size:20px;
	color: #000;
	line-height: 1.3;
	text-align: left;
}
.tmp-subtitle {
	font-family: "阿里巴巴普惠体 Medium";
	color: #f1601e;
	font-size: 28px;
	line-height: 1.7;
}
.desc {
	
	font-size:16px;
	line-height: 1.5;
	color: #333;
}
.readmore {
	width: 37%;
	line-height: 42px;
	border-radius: 26px;
	font-family: "阿里巴巴普惠体 Medium";
	font-size: 18px;
	text-align: center;
	background-color: #f1601e;
	color: #FFF;
	cursor: pointer;
	padding: 0;
}
.readmore:hover {
	color: #FFF;
}
.detail-content .title {
	text-align: center;
}
.detail-content .date {
	font-family: "阿里巴巴普惠体 Regular";
	text-align: center;
	font-size: 16px;
	color: #333;
	margin-top: 20px;
	text-align: left;
}
.detail-content .subtitle {
	font-family: "阿里巴巴普惠体 Medium";
	font-size: 18px;
	color: #f1601e;
	text-align: center;
}
.detail-content .desc {
	text-indent: 2em;
}
.imgs-wrapper .img-items {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	margin-bottom: 12px;
}
.imgs-wrapper .img-items .img-item {
	position: relative;
	width: calc((100% - 32px) / 3);
	margin-right: 16px;
}
.imgs-wrapper .img-items .img-item:last-child {
	margin-right: 0;
}
.imgs-wrapper .img-item .img-desc {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.imgs-wrapper .img-desc .switch {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
    width: 46px;
    height: 46px;
    cursor: pointer;
    background: rgba(0,0,0,0.4);
    float: right;
}
.imgs-wrapper .img-desc .switch img {
	width: 80%;
    height: 80%;
}
.imgs-wrapper .img-desc .img-title {
	clear: both;
	font-family: "阿里巴巴普惠体 Regular";
	font-size: 18px;
	color: #f1601e;
	text-align: center;
	line-height: 30px;
	background-color: rgba(255, 255, 255, .8);
}
.imgs-wrapper .img-item .size .img-title {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
.imgs-wrapper .img-item .img-desc.size span:last-child {
	line-height: 1;
	margin-left: 15px;
	color: #ea5504;
}
.detail-content:not(.hidden) + .effect-group-container {
	margin-left: auto;
	margin-right: auto;
}
.detail-content:not(.hidden) + .effect-group-container .btn-border {
	text-align: center;
}
.hidden {
	display: none;
}
.news-open {
	margin-left: auto;
	margin-right: auto;
}
.m-show {
	display: none;
}
@media only screen and (max-width: 1599px) {
	.title {
		font-size: 32px;
	}
	.tmp-subtitle {
		font-size: 20px;
	}
	.desc {
		line-height: 1.7;
	}
}
@media only screen and (max-width: 1024px) {
	.pc-show {
		display: none;
	}
	.m-show {
		display: block;
	}
	.story-items.margin-X {
		margin: 0;
		margin-top: 40px;
	}
	.story-item {
		display: block;
		padding: 16px 10px 29px;
		margin-bottom: 16px;
	}
	.story-item:last-child {
		margin-bottom: 0;
	}
	.story-item .main-img {
		margin-bottom: 24px;
	}
	.story-item .main-img img {
		padding-right: 0;
	}
	.title {
		margin-bottom: 16px;
		font-size: 28px;
	}
	.tmp-subtitle {
		margin-bottom: 16px;
		font-size: 20px;
		line-height: 1.45;
	}
	.desc {
		font-size: 16px;
		line-height: 1.7;
	}
	.detail-content .date {
		margin-bottom: 24px;
		font-size: 16px;
	}
	.detail-content .subtitle {
		font-size: 20px;
		line-height: 1.7;
		margin-bottom: 16px;
		margin-top: 24px;
	}
	.desc.m-b-40-pc {
		margin-bottom: 16px;
	}
	.effect-group-container {
		/* width: 114px; */
	}
	.readmore {
		width: 100%;
		margin-top: 24px;
		line-height: 36px;
		border-radius: 18px;
		font-size: 16px;
	}
	.imgs-wrapper .img-desc {
		position: static;
	}
	.imgs-wrapper .img-items {
		display: block;
	}
	.imgs-wrapper .img-item .img-desc {
		margin-bottom: 0;
		top: auto;
		font-size: 16px;
	}
	.imgs-wrapper .img-items .img-item {
		width: 100%;
		margin-bottom: 12px;
	}
	.imgs-wrapper .img-items .img-item:last-child {
		margin-bottom: 0;
	}
	.imgs-wrapper .img-desc {
		margin-bottom: 16px;
	}
	.news-open {
		margin-left: 0;
	}
	.effect-group-container {
		margin-left: 0;
	}
	.detail-content:not(.hidden) + .effect-group-container {
		margin-left: 0;
	}
}
@media only screen and (max-width: 450px) {
	.title {
		font-size: 16px;
		line-height: 1.3;
	}
	.tmp-subtitle {
		font-size: 18px;
	}
	.desc {
		font-size: 14px;
	}
	.detail-content .date {
		font-size: 14px;
	}
	.detail-content .subtitle {
		font-size: 18px;
	}
	.readmore {
		font-size: 14px;
	}
	.imgs-wrapper .img-item .img-desc {
		font-size: 14px;
	}
}


/*放大弹窗*/
.mask-layer{
	display: none;
	overflow: scroll;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: rgba(0, 0, 0, .85);
}
.mask-prev,
.mask-next {
	position: absolute;
	width: 100px;
	text-align: center;
	white-space: nowrap;
	z-index: 100;
	cursor: pointer;
    top: 50%;
    font-size: 60px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mask-prev{
	left: 60px;
}
.mask-next{
	right: 60px;
}
.mask-layer-close {
	position: absolute;
	text-align: center;
	white-space: nowrap;
	z-index: 100;
	cursor: pointer;
    right: 80px;
    top: 80px;
    width: 35px;
    height: 35px;
    font-size: 42px;
    line-height: 35px;
    font-weight: bold;
}
.mask-layer-close.icon-2::before {
    color: #FFF;
}
.mask-content{
	width: 77%;
	height: auto;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: auto;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
}
.mask-content .mask-left {
    width: 60%;
	margin: 0 auto;
}

.recommend-list h2{margin-bottom: 20px;}
.recommend-list-dl{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:20px;}
.recommend-list-dl>dl{width: 100%;display: flex;justify-content: space-between;flex-direction: row;margin-bottom: 20px;flex-wrap: wrap;}
.recommend-list-dl>dl .dl-img{width:30%;overflow:hidden;}
.recommend-list-dl>dl .dl-img img{width:100%;height: 200px;object-fit: cover;transition:all 0.5s;}
.recommend-list-dl>dl .dl-div{width:68%;}
.recommend-list-dl>dl .dl-div dt{margin-bottom: 15px;font-size: 17px;}
.recommend-list-dl>dl .dl-div dd{font-size:15px;line-height:28px;}
.recommend-list-dl>dl .dl-img:hover img{transform:scale(1.1);transition:all 0.5s;}
.container{margin:0 auto}






@media only screen and (max-width: 1599px) {
	.mask-prev,
	.mask-next {
		width: 80px;
	    font-size: 50px;
	}
	.mask-prev{
		left: 50px;
	}
	.mask-next{
		right: 50px;
	}
	.mask-layer-close {
	    right: 60px;
	    top: 60px;
	    width: 30px;
	    height: 30px;
	    font-size: 35px;
	    line-height: 30px;
	}
	.mask-content{
		width: 80%;
	}
	.mask-left {
	    width: 64%;
	}
}
@media only screen and (max-width: 1299px) {
	.mask-prev,
	.mask-next {
		width: 60px;
	    font-size: 40px;
	}
	.mask-prev{
		left: 40px;
	}
	.mask-next{
		right: 40px;
	}
	.mask-layer-close {
	    width: 25px;
	    height: 25px;
	    font-size: 30px;
	    line-height: 25px;
	}
	.mask-left {
	    width: 60%;
	}
}
@media only screen and (max-width: 1024px) {
	.img-desc {
		padding: 0;
	}
	.img-desc .img-title {
		padding: 0 15px;
	}
	.mask-layer{
		max-width: 750px;
		left: 50%;
		transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}
	.mask-prev,
	.mask-next {
		width: 40px;
	    font-size: 40px;
	}
	.mask-prev{
		left: 15px;
	}
	.mask-next{
		right: 15px;
	}
	.mask-layer-close {	    
	    right: 20px;
	    top: 70px;
	    width: 24px;
	    height: 24px;
	    font-size: 24px;
	    line-height: 24px;
	}
	.mask-content{
		width: 80%;
		display: block;
	}
	.mask-content .mask-left {
	    width: 100%;
	}
.recommend-list{margin-top:20px;}	
.recommend-list-dl{width:100%;display:grid;grid-template-columns:repeat(1,1fr);gap:20px;}
.recommend-list-dl>dl .dl-img{width:100%;overflow:hidden;margin-bottom: 10px;}
.recommend-list-dl>dl .dl-img img{width:100%;height: 200px;object-fit: cover;transition:all 0.5s;}
.recommend-list-dl>dl .dl-div{width:100%;}
.recommend-list-dl>dl .dl-div dt{margin-bottom: 8px;font-size: 16px;}
.recommend-list-dl>dl .dl-div dt a{font-size:16px;}
.container{max-width: 100%; margin:0 auto}


	
}

@media only screen and (max-width: 700px) {
	.mask-prev,
	.mask-next {
		width: 36px;
	    font-size: 36px;
	}
}
@media only screen and (max-width: 560px) {
	.mask-prev,
	.mask-next {
		width: 18px;
	    font-size: 36px;
	}
	.mask-prev{
		left: 10px;
	}
	.mask-next{
		right: 10px;
	}
}

@media only screen and (max-width: 450px) {
	.mask-prev,
	.mask-next {
		width: 15px;
	    font-size: 32px;
	}
	.mask-layer-close {
	    width: 20px;
	    height: 20px;
	    font-size: 20px;
	    line-height: 20px;
	}
	.mask-content{
		width: 78%;
	}
}