.subTitleBox {
	display: none;
	position: fixed !important;
	z-index: 50;
	top: 72px;
	position: relative;
}

.subTitleBox::before {
	content: '';
	width: 100%;
	height: 100%;
	background: #fff;
	/* opacity: 0.7; */
	position: absolute;
	border-bottom: 1px #E1E1E1 solid;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.subtitle-w12 ul li a {
	padding: 22px 15px;
	font-size: 14px;
}

.subtitle-w12 .subtitle-ul1 li a {
	padding: 6px 5px 0 0;
}

.subtitle-w12 .subtitle-ul1 li a::after {
	content: '';
	width: 12px;
	height: 14px;
	background: url(../img/list-right.svg.xml) no-repeat center center;
	background-size: 14px;
	display: inline-block;
	vertical-align: text-bottom;
	padding-left: 10px;
}

.subtitle-w12 .subtitle-ul1 li:last-child a::after {
	background: none;
}

.subtitle-w12 ul:nth-child(2) li a:hover,
.subtitle-w12 ul:nth-child(2) li .on {
	color: #004798 !important;
}

.subtitle-w12 ul:nth-child(2) li a {
	position: relative;
}

.subtitle-w12 ul:nth-child(2) li a::after {
	content: '';
	width: 70px;
	height: 2px;
	background-color: #0650a6;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -35px;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	transform: translateY(-.5rem) scaleX(.9);
	opacity: 0;
}

.subtitle-w12 ul:nth-child(2) li a:hover::after,
.subtitle-w12 ul:nth-child(2) li .on::after {
	opacity: 1;
	transform: translateY(0) scaleX(1);
}







.subProTil {
	font-size: 16px;
	line-height: 56px;
}

.detail-pro-play {
	margin-top: 113px;
}

.w104 {
	width: 1040px;
	margin: auto;
}

.pro-play-theme {
	padding: 90px 0 52px;
}

.play-descBoxs {
	width: 1040px;
	margin: auto;
}

.play-imgBox,
.advan-yesTrob,
.technologyBoxs,
.assetUl,
.tech-img-box {
	width: 1100px;
	margin: auto;
}

.play-descBoxs h4 {
	font-size: 30px;
	line-height: 30px;
	color: #004798;
	margin-bottom: 30px;
	box-sizing: border-box;
	font-weight: 600;
}

.play-descBoxs p {
	font-size: 18px;
	line-height: 32px;
	color: #333;
	width: 100%;
	margin-left: 0;
	letter-spacing: 0;
}

.technologyBoxs .swiper-slide {
	background: #fff;
	height: auto;
	opacity: 0 !important;
}

.technologyBoxs .swiper-slide-active {

	opacity: 1 !important;
}

.technologyBoxs .swiper-button-next,
.technologyBoxs .swiper-button-prev {
	width: 40px;
	height: 40px;
	outline: none;
	background-size: cover !important;
}

.technologyBoxs .swiper-button-next {
	right: -65px;
	background: url(../img/phone/phone-next.svg.xml) no-repeat center center;
}

.technologyBoxs .swiper-button-prev {
	left: -65px;
	background: url(../img/phone/phone-prev.svg.xml) no-repeat center center;
}

.technologyBoxs img {
	margin-top: 0;
	max-width: 90%;
	box-shadow: 0 0 20px rgba(97, 97, 97, 0.3);
	border-radius: 12px;
}

.detail-play-descBoxs {
	padding: 100px 0 80px;
}

.pro-play-theme h3,
.advantage .pro-play-theme h3 {
	font-size: 32px;
}

.parame-txt h4 {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #000;
	position: relative;
}

.parame-txt h4::before {
	content: '';
	width: 10px;
	height: 10px;
	background-color: #0660a5;
	display: block;
	border-radius: 50%;
	position: absolute;
	left: -20px;
	top: 10px;

	display: none;
}

.parame-txt p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

.play-parameter-box>.clearfix {
	padding: 0;
}

.boxseaction {
	background-color: #E9EFF2;
}

.advan-yesTrob {
	margin-top: 60px;
	overflow: hidden;
}

.assetBoxs {
	width: 100%;
	height: 285px;
	background: url(../img/asset_parallaxbg.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.assetBHov {
	position: absolute;
	left: 50%;
	bottom: 65px;
	transform: translateX(-50%);
}

.asset-theme h3 {
	font-size: 32px;
	line-height: 40px;
	color: #ffffff;
}

.assetUl {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.assetUl ul {
	text-align: center;
	margin-top: 60px !important;
}

.assetUl ul li {
	width: auto !important;
	margin-right: 88px !important;
	box-sizing: border-box;
	display: inline-block;
}

.assetUl ul li a {
	font-size: 18px;
	line-height: 26px;
	color: #ffffff;
	position: relative;
	display: inline-block;
	padding-bottom: 12px;
	opacity: 0.8;
}

.swiper-slide-thumb-active a::before,
.swiper-slide-thumb-active a.assetsAct::before,
.assetUl ul li a:hover::before,
.assetUl ul li a.assetsAct::before {
	content: '';
	width: 0px;
	height: 0px;
	border-width: 8px 8px;
	border-color: transparent transparent #fff;
	border-style: solid;
	display: inline-block;
	position: absolute;
	bottom: 2px;
	left: 50%;
	margin-left: -8px;
	opacity: 1 !important;
}

.swiper-slide-thumb-active a,
.swiper-slide-thumb-active a.assetsAct,
.assetUl ul li a:hover,
.assetUl ul li a.assetsAct {
	opacity: 1 !important;
}

.swiper-slide-thumb-active a::after,
.swiper-slide-thumb-active a.assetsAct::after,
.assetUl ul li a:hover::after,
.assetUl ul li a.assetsAct::after {
	content: '';
	width: 100%;
	height: 3px;
	display: block;
	background-color: #ffffff;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -50%;
	opacity: 1 !important;
}

.tech-desc-list {
	padding: 30px;
	overflow: hidden;
}

.tech-img-box {
	padding: 10px 30px;
}

.tech-desc-list h6 {
	font-size: 24px;
	color: #004798;
	margin-bottom: 12px;
	background: url(../img/proimg/theme.png) no-repeat left center;
	background-size: 15px;
	padding-left: 24px;
}

.assetUl,
.technologyBoxs img {
	width: 100%;
}

.tech-desc-list p {
	font-size: 16px;
	line-height: 26px;
	color: #333;
	position: relative;
	padding-left: 20px;
	/*width: 45%;*/
	/*float: left;*/
	/*margin-left: 20px;*/
}

.tech-desc-list p::before {
	content: '\00BB';
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	color: #666;

}

.technologyBoxs {
	padding-bottom: 50px;
}

.prolist-hprotjm-theme {
	color: #004798;
	font-size: 32px;
	letter-spacing: 2px;
	text-align: center;
}

.hprotj {
	padding: 90px 0 0;
	background-color: #f5f9fa;
}

.hprotjma {
	box-shadow: 0px 0px 16px 0px rgb(60, 60, 60, 0.09);
	-webkit-box-shadow: 0px 0px 16px 0px rgb(60, 60, 60, 0.09);
	-moz-box-shadow: 0px 0px 16px 0px rgb(60, 60, 60, 0.09);
}

.hprotjma:hover .hprmlistdesc span {
	background: #004798;
	color: #fff;
	border-color: #004798;
}

.hprotjma:hover h4 {
	color: #004798;
}

.hprmlistdesc span {
	width: 60px;
}

.fot {
	border-top: 1px solid #e6e6e6;
	text-align: center;
}

.fot li {
	width: 33%;
	display: inline-block;
	height: 210px;
	text-align: center;
	vertical-align: top;
}

.fot li .box {
	display: block;
	margin: 40px 0;
	height: 130px;
}

.fot li:first-child .box {
	border-left: none;
}

.fot li .box img {
	width: 50px;
}

.fot li .box .d1 {
	font-size: 16px;
	color: #000000;
	margin-top: 16px;
}

.fot li .box .d2 {
	font-size: 14px;
	color: #4d4d4d;
}

.fot li .box img {
	width: 50px;
}


@media screen and (min-width:2000px) {
	.fot ul {
		width: 1800px;
		margin: auto;
	}
}

@media screen and (max-width:1500px) {
	.pro-play-theme {
		padding: 90px 0 26px;
	}
}

@media screen and (max-width:968px) {
	.detail-pro-play {
		margin-top: 0;
	}

	.pro-play-theme h3,
	.advantage .pro-play-theme h3,
	.asset-theme h3 {
		font-size: 20px;
		line-height: 24px;
	}

	.pro-play-theme {
		padding: 30px;
	}

	.play-imgBox img {
		max-width: 70%;
    width: auto;
    margin-left: 30px;
    max-height: 200px;
	}

	.w104 {
		width: auto;
	}

	.play-descBoxs {
		width: 90%;
	}

	.play-descBoxs h4 {
		font-size: 20px;
		line-height: 24px;
		font-weight: normal;
		margin-bottom: 10px;
	}

	.play-descBoxs p {
		font-size: 14px;
		line-height: 28px;
	}

	.assetBHov {
		width: 90%;
		bottom: 50%;
		transform: translate(-50%, 50%);
	}

	.assetUl {
		display: none;
	}

	.assetBoxs {
		height: 35px;
		background-image: none !important;
		background: #fff;
		margin-top: 22px;
	}

	.assetBoxs h3 {
		color: #004798;
	}

	.assetUl ul li a {
		font-size: 16px;
		line-height: 26px;
	}

	.play-imgBox,
	.advan-yesTrob,
	.technologyBoxs,
	.assetUl,
	.tech-img-box {
		width: 100%;
	}

	.tech-img-box {
		box-sizing: border-box;
	}

	.tech-desc-list {
		padding: 20px;
	}

	.tech-desc-list h6 {
		font-size: 16px;
	}

	.tech-desc-list p {
		font-size: 14px;
		width: calc(100% - 40px);
	}

	.technologyBoxs .swiper-button-prev {
		right: 90px;
		bottom: 20px;
		top: auto;
		left: auto;
	}

	.technologyBoxs .swiper-button-next {
		right: 30px;
		bottom: 20px;
		top: auto;
	}

	.gallery-top {
		padding-bottom: 22px;
	}

	.technologyBoxs img {
		box-shadow: none;
		border-radius: 3px;
	}

	.hprotj {
		padding-top: 30px;
	}

	.assetUl ul {
		margin-top: 30px !important;
	}

	.assetUl ul li {
		width: auto;
	}

	.parame-txt h4 {
		font-size: 16px;
		margin-bottom: 0;
	}

	.prolist-hprotjm-theme {
		font-size: 20px;
		line-height: 24px;
		letter-spacing: 0;
	}

















}
