/*设置banner*/
/*-----------------------------------*/
.top-img {
	background-image: url('../images/p&t-artform/banner.jpg');
}
.topImg-title {
	color: #004898;
}
@media only screen and (max-width: 1024px) {
	.top-img {
		background-image: url('../images/p&t-artform/m-banner.png');
	}
}
/*-----------------------------------*/
/*设置banner end*/

/*共用样式*/
/*-----------------------------------*/
.pc-wrap {
	display: block;
	line-height: 0;
}
@media only screen and (max-width: 1599px) {
	.pc-wrap1599 {
		display: none;
		line-height: 0;
	}
}
@media only screen and (max-width: 1024px) {
	.pc-wrap {
		display: none;
	}
	.spot {
		margin-right: 8px;
	}
}
/*-----------------------------------*/
/*共用样式  end*/

/* 正文内容 */
/*----------------------------------------------------*/
.artform-title {
	font-size: 50px;
	line-height: 1.3;
}
.artform-part1 .part1-title {
	color: #004898;
}
.artform-part1 .part1-desc {
	max-width: 1200px;
	text-align: center;
}
.artform-part1 .buttonBox {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.artform-part2 {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	padding: 0 252px;
}
.artform-part2 .part2-left,
.artform-part2 .part2-right {
	flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
}
.artform-part2 .part2-left {
	margin-right: 6.458%;
}
.artform-part2 .part2-left .part2-img {
	padding-bottom: 52.196837%;
	background-image: url('../images/p&t-artform/highlights.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.artform-part2 .part2-right .part2-title {
	padding: 0;
}
.artform-part2 .part2-right .part2-desc-title {
	color: #004898;
	margin-top: 15px;
	line-height: 1;
}
.artform-part2 .part2-right .part2-desc {
	margin-top: 5px;
	margin-left: 26px;
	line-height: 1.2;
}
.artform-part3 .m-part3-img-items,
.artform-part4 .m-part4-img-items {
	display: none;
}
.artform-part3 .part3-desc,
.artform-part4 .part4-desc {
	max-width: 1200px;
	text-align: center;
	margin-bottom: 31px;
}
.artform-part3 .part3-img-items,
.artform-part4 .part4-img-items {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
}
.artform-part3 .part3-img-items .part3-img-item,
.artform-part4 .part4-img-items .part4-img-item {
	flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	margin-right: 16px;
	background-color: #f6f6f6;
}
.artform-part4 .part4-img-items .part4-img-item {
	background-color: #fff;
}
.artform-part3 .part3-img-items .part3-img-item:last-child,
.artform-part4 .part4-img-items .part4-img-item:last-child {
	margin-right: 0;
}
.artform-part3 .part3-img-items .part3-img-item img,
.artform-part4 .part4-img-items .part4-img-item img {
	width: 100%;
	display: block;
}
.artform-part3 .part3-img-items .part3-img-item .part3-img-info {
	padding: 0 16px 31px;
}
.artform-part4 .part4-img-items .part4-img-item .part4-img-info {
	padding: 0 16px;
}
.artform-part3 .part3-img-items .part3-img-item .part3-img-title,
.artform-part4 .part4-img-items .part4-img-item .part4-img-title {
	padding-top: 40px;
	padding-bottom: 24px;
	text-align: center;
	font-family: "HarmonyOS_Sans_SC_Bold";
	font-size: 30px;
	color: #004898;
}
.artform-part3 .part3-img-items .part3-img-item .part3-img-desc,
.artform-part4 .part4-img-items .part4-img-item .part4-img-desc {
	text-align: center;
}

.artform-part5 .part5-desc {
	/*width: 62.5%;*/
	max-width: 1200px;
	padding-bottom: 60px;
	text-align: center;
}
/*SPINDLES*/
.nav-main-container {
	position: relative;
}
.swiper-info-nav {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	background-color: #f6f6f6;
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #004898;
}
.swiper-info-nav .swiper-info-nav-title {
	/*width: 292px;*/
	line-height: 80px;
	font-family: 'HarmonyOS_Sans_SC_Bold';
	font-size: 30px;
	margin-right: 4.166667%;
	color: #004898;
}
.swiper-info-tab .swiper-slide:not(.active-nav):hover > div {
	color: #004898;
}
.swiper-info-tab .swiper-slide > div {
	/*font-family: 'HarmonyOS_Sans_SC_Bold';*/
	padding: 0 24px;
    font-size: 20px;
    font-weight: 400;
    line-height: 80px;
    text-align: center;
    cursor: pointer;
}
.swiper-info-tab .active-nav{
    background: #004898;
    color: #fff;
}
.swiper-info-tab .swiper-slide {
  width: auto;
  cursor: pointer;
}
/*tab翻页箭头*/
.swiper-nav-prev, 
.swiper-nav-next {
	/*background-image: none;*/
	width: 20px;
	background-size: 100%;
}
.swiper-nav-prev {
	left: -10px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23595757'%2F%3E%3C%2Fsvg%3E");
}
.swiper-nav-next {
	right: 0;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23595757'%2F%3E%3C%2Fsvg%3E");
}
.swiper-nav-prev:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23004898'%2F%3E%3C%2Fsvg%3E");
}
.swiper-nav-next:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23004898'%2F%3E%3C%2Fsvg%3E");
}
/*tabs文字居中*/
.swiper-info-tab{
	flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
    text-align: center;
    margin: 0;
}
/*给con部分加上一个背景色*/
.swiper-info-container {
	background-color: #f6f6f6;
}
.swiper-info-prev {
	left: 5%;
}
.swiper-info-next {
	right: 5%;
}
.swiper-info-container .swiper-wrapper {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.swiper-info-container .swiper-slide {
	padding: 60px 13.77%;
}
.swiper-info-container .swiper-slide .part5-img-title {
    padding-bottom: 24px;
    text-align: center;
    font-family: "HarmonyOS_Sans_SC_Bold";
    font-size: 30px;
    color: #004898;
    line-height: 1.3;
}
.swiper-info-container .swiper-slide .slide1-info,
.swiper-info-container .swiper-slide .slide2-info,
.swiper-info-container .swiper-slide .slide3-info,
.swiper-info-container .swiper-slide .slide4-info {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	padding: 0 80px;
	align-items: center;
	-webkit-align-items: center;
}
.swiper-info-container .swiper-slide .slide1-info .item-img,
.swiper-info-container .swiper-slide .slide3-info .item-img,
.swiper-info-container .swiper-slide .slide4-info .item-img {
	margin-right: 48px;
}
.swiper-info-container .swiper-slide .slide1-info .item-img:last-child,
.swiper-info-container .swiper-slide .slide3-info .item-img:last-child,
.swiper-info-container .swiper-slide .slide4-info .item-img:last-child {
	margin-right: 0;
}
.swiper-info-container .swiper-slide .slide2-info .jiantou {
	margin: 0 16px 20px;
}
.swiper-info-container .swiper-slide .item-title {    
	width: 100%;
    text-align: center;
    background: #FFF;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    color: #004898;
    font-weight: normal;
}
.m-artform-part5-main {
	display: none;
}

/*featured functions 移动端*/
.option-content {
	display: none;
}
.option-content.value1 {
	display: block;
}
.m-artform-part5-main {
	display: none;
	background-color: #f6f6f6;
	padding-bottom: 42px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 12px;
}
.m-artform-part5-main .easydropdown .carat {
	right: 12px;
    top: 50%;
    margin-top: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 6px 0;
    border-color: #004898 transparent transparent;
}
.m-artform-part5-main .easydropdown.open .carat {
    border-width: 0 6px 9px;
    border-color: transparent transparent #004898;
}
.m-artform-part5-main .easydropdown {
	box-sizing: border-box;
    border: 1px solid #004898;
    color: #004898;
    height: 36px;
    margin-top: 0;
    margin-bottom: 30px;
   	background-color: #f6f6f6;
}
.m-artform-part5-main .easydropdown ul{
	margin: 0;
	padding: 0;
}
.m-artform-part5-main .easydropdown .selected, 
.easydropdown li {
	font-size: 18px;
    line-height: 36px;
    height: 36px;
    color: #004898;
    font-weight: bold;
}
.option-content {
    /*padding-bottom: 38px;*/
    text-align: center;
}
.option-content .option-img {
	display: block;
	width: 100%;
}
.option-content .option-desc {
	font-size: 18px;
    line-height: 1.5;
    color: #333333;
    /*margin: 0;*/
    text-align: left;
}
@media only screen and (max-width: 1919px) {
	
}
@media only screen and (max-width: 1799px) {
	.artform-part2 {
		padding: 0 212px;
	}
}
@media only screen and (max-width: 1599px) {
	.artform-title {
		font-size: 34px;
	}
	.artform-part2 {
		padding: 0 152px;
	}
	.artform-part3 .part3-img-items .part3-img-item .part3-img-title,
	.artform-part4 .part4-img-items .part4-img-item .part4-img-title {
		font-size: 24px;
		padding-top: 30px;
		padding-bottom: 14px;
	}
	.swiper-info-nav .swiper-info-nav-title {
		font-size: 26px;
	}
	.swiper-info-tab .swiper-slide > div {
		font-size: 16px;
	}
	.swiper-info-container .swiper-slide .part5-img-title {
		font-size: 24px;
    	padding-bottom: 14px;
	}
	.swiper-info-container .swiper-slide .item-title {
    	font-size: 16px;
	}    
}
@media only screen and (max-width: 1499px) {
	.artform-part2 {
		padding: 0 122px;
	}
}
@media only screen and (max-width: 1299px) {
	.artform-part2 {
		padding: 0 82px;
	}
}
@media only screen and (max-width: 1024px) {
	/*part1*/
	.artform-part1 {
		padding-top: 42px;
		padding-bottom: 24px;
	}
	.artform-part1 .part1-title {
		padding-bottom: 24px;
		text-align: left;
		font-size: 30px;
	}
	.artform-part1 .part1-desc {
		text-align: left;
	}
	.artform-part1 .buttonBox {
		width: 200px;
		margin-top: 24px;
	}
	
	/*part2*/
	.artform-part2 {
		display: block;
		padding: 0;
		margin-bottom: 42px;
	}
	.artform-part2 .part2-left .part2-img {
		padding-bottom: 42.66667%;
		background-image: url('../images/p&t-artform/m-highlights.png');
	}
	.artform-part2 .part2-left {
		margin-right: 0;
	}
	.artform-part2 .part2-right {
		margin-top: 24px;
		padding: 0 15px;
	}
	.artform-part2 .part2-right .part2-title {
		text-align: center;
		font-size: 22px;
		margin-bottom: 24px;
	}
	.artform-part2 .part2-right .part2-desc-title {
		line-height: 1.7;
		margin-top: 0;
	}
	.artform-part2 .part2-right .part2-desc {
		margin-top: 0;
		line-height: 1.7;
		margin-left: 18px;
	}
	.artform-title {
		padding-bottom: 24px;
		font-size: 24px;
	} 
	.artform-part3,
	.artform-part4 {
		margin-bottom: 42px;
		padding-bottom: 0;
	}
	.artform-part3 .part3-img-items,
	.artform-part4 .part4-img-items {
		display: none;
	}
	.artform-part3 .m-part3-img-items,
	.artform-part4 .m-part4-img-items {
		display: block;
	}
	.artform-part3 .part3-desc, 
	.artform-part4 .part4-desc {
		text-align: left;
	}
	.m-part3-img-items .m-part3-img-info,
	.m-part4-img-items .m-part4-img-info {
		background-color: #f6f6f6;
		padding: 0 15px 42px;
	}
	.m-part3-img-items .part3-img-title,
	.m-part4-img-items .part4-img-title {
		padding: 20px 0;
		font-family: 'HarmonyOS_Sans_SC_Bold';
		font-size: 22px;
		text-align: center;
		color: #000;
	}
	.m-part3-img-items .part3-img-desc,
	.m-part4-img-items .part4-img-desc {
		text-align: center;
	}
	.m-part3-img .m-common-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
		border: 1px solid #fff;
	}
	.m-part3-img .m-common-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background-color: #fff;
	}
	.artform-part5 {
		padding-bottom: 0;
	}
	.artform-part5 .part5-desc {
		padding-bottom: 24px;
		text-align: left;
	}
	.m-artform-part5-main {
		display: block;
	}
	.artform-part5-main {
		display: none;
	}
	.m-artform-part5-main .m-part5-title {
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.m-artform-part5-main .m-part5-img-title {
	    padding: 6px 0 24px 0;
	    font-family: 'HarmonyOS_Sans_SC_Bold';
	    font-size: 22px;
	    text-align: center;
	    color: #000;
	    line-height: 1.3;
	    color: #004898;
    }
	.m-artform-part5-main .m-part5-img-desc {
		color: #004898;
		margin-top: 12px;
		font-size: 18px;
	}
	.m-artform-part5-main .m-common-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
		border: 1px solid #fff;
	}
	.m-artform-part5-main .m-common-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background-color: #fff;
	}
}
@media only screen and (max-width: 450px) {
	.artform-part1 .part1-title {
		font-size: 28px;
	}
	.artform-part1 .buttonBox {
		width: 160px;
	}
	.artform-part2 .part2-right .part2-title {
		font-size: 20px;
	}
	.artform-title {
		font-size: 22px;
	}
	.m-part3-img-items .part3-img-title,
	.m-part4-img-items .part4-img-title {
		font-size: 20px;
	}
	.m-artform-part5-main .m-part5-img-title {
		font-size: 20px;
	}
	.m-artform-part5-main .m-part5-img-desc {
		font-size: 16px;
	}
	.m-artform-part5-main .easydropdown {
	    margin-bottom: 24px;
	}
}
/*----------------------------------------------------*/
/*正文内容 end*/

/* download */
.download-area{
	width: 100%;
	position: relative;
}
.download-back{
	width: 100%;
	padding-bottom: 16.15%;
	background: url(../images/p&t-artform/download.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.download-content{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	color: #FFFFFF;
}
.download-left{
	width: 53.5%;
	border-right: 1px solid #FFFFFF;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	padding-right: 4.2%;
}
.download-img{
	width: 50.5%;
	padding-bottom: 22.9%;
	background: url(../images/p&t-artform/download-artform.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	margin-right: 8.5%;
}
.download-title{
	font-family: "HarmonyOS_Sans_SC_Bold";
	font-size: 50px;
	line-height: 1;
	margin-bottom: 10px;
}
.download-desc{
	font-size: 18px;
	line-height: 2;
}
.download-right{
	padding-left: 4.2%;
}
.download-right .buttonBox-container:first-child{
	margin-bottom: 30px;
}
.download-right .buttonBox{
	width: 380px;
}
.download-right .buttonBox button {
    background: rgba(255, 255, 255, 0);
    color: #FFFFFF;
    font-size: 22px;
    border: 2px solid #FFFFFF;
    cursor: pointer;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.download-right .buttonBox .border {
    background: #FFFFFF;
}
.download-right .buttonBox:hover button {
    color: #004898;
    background: #ffffff;
}
.download-content .download-m{
	display: none;
}
.effect-group-container{
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 1599px) {
	.download-img{
		padding-bottom: 21.6%;
	}
	.download-title{
		font-size: 40px;
	}
	.download-desc{
		font-size: 16px;
		line-height: 1.7;
	}
	.download-right .buttonBox-container:first-child{
		margin-bottom: 25px;
	}
	.download-right .buttonBox{
		width: 330px;
		height: 38px;
	}
	.download-right .buttonBox button {
	    height: 38px;
		font-size: 20px;
		line-height: 38px;
	}
}
@media only screen and (max-width: 1499px) {
	.download-img {
    	width: 65%;
    	padding-bottom: 26%;
    }
}
@media only screen and (max-width: 1299px) {
	.download-title{
		font-size: 36px;
		margin-bottom: 5px;
	}
	.download-right .buttonBox-container:first-child{
		margin-bottom: 20px;
	}
	.download-right .buttonBox{
		width: 300px;
	}
	.download-right .buttonBox button {
		font-size: 18px;
	}
	.download-img {
    	width: 70%;
    	padding-bottom: 25%;
    }
}
@media only screen and (max-width: 1170px) {
	.download-title{
		font-size: 36px;
	}
	.download-desc{
		line-height: 1.5;
	}
	.download-right .buttonBox-container:first-child{
		margin-bottom: 15px;
	}
	.download-right .buttonBox{
		width: 280px;
		height: 36px;
	}
	.download-right .buttonBox button {
	    height: 36px;
		line-height: 36px;
	}
}
@media only screen and (max-width: 1024px) {
	.download-area{
		margin-bottom: 42px;
	}
	.download-back{
		padding-bottom: 112%;
		background: url(../images/p&t-artform/download-m.png);
		background-position: center;
		background-size: 100%;
		background-repeat: no-repeat;
	}
	.download-content{
		position: absolute;
		left: 3.8%;
		right: 3.8%;
		top: 5.7%;
		transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-webkit-transform: none;
		display: block;
	}
	.download-left{
		width: 100%;
		border-right: none;
		display: block;
		padding-right: 0;
	}
	.download-img{
		width: 23%;
		padding-bottom: 23%;
		background: url(../images/p&t-artform/download-artform-m.png);
		background-position: center;
		background-size: 100%;
		background-repeat: no-repeat;
		margin-right: auto;
		margin-left: auto;
	}
	.download-title{
		font-size: 24px;
		text-align: center;
		margin-bottom: 20px;
	}
	.download-desc{
		font-size: 18px;
	}
	.download-right{
		display: none;
	}
	.download-content .download-m{
		display: block;
		color: #FFFFFF;
		width: 280px;
		height: 32px;
		border: 1px solid #FFFFFF;
		font-size: 16px;
		line-height: 32px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.first-download{
		margin-bottom: 15px;
	}
}
@media only screen and (max-width: 450px) {
	.download-img {
	    width: 28.5%;
	    padding-bottom: 28.5%;
    }
	.download-title{
		font-size: 22px;
		margin-bottom: 15px;
	}
	.download-desc{
		font-size: 16px;
	}
	.download-content .download-m{
		font-size: 14px;
		width: 240px;
	}
	.first-download{
		margin-bottom: 12px;
	}
}
@media only screen and (max-width: 375px) {
	.download-content{
		top: 3.5%;
	}
	.download-img {
	    width: 26%;
	    padding-bottom: 26%;
	    margin-bottom: 15px;
    }
    .download-title{
		margin-bottom: 10px;
	}
	.download-desc{
		margin-bottom: 15px;
	}
	.first-download{
		margin-bottom: 10px;
	}
}
