p {
	color: #ccc;
}

.section-1 .container,
.section-2 .container,
.section-3 .container,
.section-4 .container,
.section-5 .container,
.section-6 .container,
.section-7 .container {
	width: 100%;
	text-align: center;
	position: absolute;
}

.section-1 .container {
	top: 15%;
	padding-left: 28%;
	padding-right: 28%;
}

.content-right .background-picture .text-box,
.content-left .background-picture .text-box {
	width: 60%;
}

.section-2 .container {
	text-align: left;
	top: 63%;
	padding-left: 58%;
	padding-right: 20%;
}

.section-3 .container {
	text-align: left;
	top: 17%;
	padding-left: 62%;
	padding-right: 18%;
}

.ultimate_software {
	background-color: #111;
}

.ultimate_software .container {
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.ultimate_software .container .main-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.ultimate_software .container .btn {
	margin: 10px 6px;
	padding: 6px 14px;
	font-size: 18px;
	border-radius: 0px !important;
	border: solid #fff 1px;
	background-color: rgba(0, 0, 0, 0.00);
	box-shadow: 0 0;
}

.ultimate_software .container .btn:hover {
	background-color: #FF4203;
}

.ultimate_software .description {
	width: 100%;
	color: #747474;
	text-align: center;
	padding: 0 18%;
	margin-bottom: 25px;
}

.ultimate_software .col-md-4 {
	width: 32%;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
	border: 1px solid #2b2b2b;
	padding-left: 0px;
	padding-right: 0px;
	margin: 25px .5% 0;
}

.ultimate_software .col-md-4 h2 {
	font-weight: 400;
	color: #bbbbbb;
}

.ultimate_software .col-md-4 p {
	color: #989898;
}

.ultimate_software .col-md-4 img {
	width: 100%;
}

.a1 {
	padding: 10px 30px;
	height: 165px;
}

.section-video {
	position: relative;
}

.section-video .container {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: column;
}

.dots {
	height: 100%;
}

.section-video .covervid-video {
	vertical-align: bottom !important;
}

.section-video .container {
	padding-bottom: 4%;
}

.section-video .container1 p {
	margin-top: 0;
}

.section-video .w-video .fa,
.section-video .w-video span {
	color: #ffffff;
}

.section-video .w-video:hover .fa {
	color: #d38a0a;
}

.section-video .w-video:hover span {
	color: #d38a0a;
	text-decoration-line: underline;
}

.section-slide .container-ns {
	background: rgba(0, 0, 0, 0.9);
	width: 100%;
}

.detail {
	position: relative;
	background-color: #111111;
}

.detail .container {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.detail .container .box10 {
	text-align: center;
	padding: 3% 0%;
}

.detail .container p {
	text-align: center;
	padding-left: 11%;
	padding-right: 11%;
}

.detail .container .col-md-3 {
	padding-left: 0;
	padding-right: 0;
}

.detail .col-md-3 img {
	width: 100%;
}

.compatibility {
	text-align: center;
}

.compatibility .row {
	opacity: 0.8;
	margin: 0;
}

.compatibility h1 {
	padding-top: 3%;
	padding-bottom: 3%;
}

.compatibility .col-md-12 .row {
	padding: 0 15% 3%;
}

.compatibility .col-md-3 {
	width: 25%;
	padding-left: 5%;
	padding-right: 5%;
}

/*幻灯片过场效果-start*/
.carousel.fade {
	opacity: 1;
}

.carousel.fade .item {
	-moz-transition: opacity ease-in-out 1.5s;
	-o-transition: opacity ease-in-out 1.5s;
	-webkit-transition: opacity ease-in-out 1.5s;
	transition: opacity ease-in-out 1.5s;
	left: 0 !important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block !important;
	z-index: 1;
}

.carousel.fade .item:first-child {
	top: auto;
	position: relative;
}

.carousel.fade .item.active {
	opacity: 1;
	-moz-transition: opacity ease-in-out 1.5s;
	-o-transition: opacity ease-in-out 1.5s;
	-webkit-transition: opacity ease-in-out 1.5s;
	transition: opacity ease-in-out 1.5s;
	z-index: 2;
}

@media screen and (max-width: 767px) {

	.content-left .background-picture .text-box,
	.section-video .container1 {
		position: inherit;
		width: 100%;
		min-width: 100%;
		background: #111;
		text-align: left;
		padding: 10px 15px !important;
	}

	.section-1 .container,
	.section-6 .container {
		padding: 10px 15px 20px !important;
	}

	.section-1 .container br {
		display: none;
	}

	.detail {
		border-top: 1px solid #2e2e2e3d;
	}

	.ultimate_software {
		border-top: 1px solid;
	}

	.ultimate_software .container>h1 {
		margin: 0;
	}

	.ultimate_software .container {
		width: 100%;
	}

	.ultimate_software .container .main-box {
		width: 100%;
	}

	.ultimate_software .description {
		padding: 0;
	}

	.ultimate_software .col-md-4 {
		width: 100%;
	}

	.ultimate_software .col-md-4 p {
		font-size: 14px !important;
	}

	.a1 {
		padding: 10px 20px;
		height: 140px;
	}

	.ultimate_software h2 {
		font-size: 24px;
	}

	.section-video .container1 {
		display: block;
	}

	.section-video .container {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.section-video .w-video {
		margin: 0;
		padding: 0;
	}

	.content-right,
	.content-left {
		display: flex;
		flex-direction: column;
	}

	.content-right .picture,
	.content-right .background-picture,
	.content-left .picture,
	.content-left .background-picture {
		width: 100%;
	}

	.content-right .background-picture .text-box,
	.content-left .background-picture .text-box {
		position: inherit;
		width: 100%;
		min-width: 100%;
		background: #111;
		text-align: left;
		padding: 10px 15px !important;
	}

	.ultimate_software {
		padding: 30px 0px;
	}

	.ultimate_software .container {
		width: 100%;
	}

	.ultimate_software .container>.col-md-3 {
		width: 100%;
		margin-top: 20px;
	}

	.compatibility .col-md-12 .row {
		padding: 0 !important;
		display: flex;
		flex-wrap: wrap;
	}

	.compatibility .col-md-3 {
		width: 50%;
	}

	.spec {
		border-top: 1px solid #2e2e2e3d;
	}
}

@media only screen and (min-width:768px) and (max-width:1023px) {

	.content-right .background-picture .text-box,
	.content-left .background-picture .text-box {
		width: 78%;
	}

	.section-1 .container {
		top: 2%;
		padding-left: 10%;
		padding-right: 10%;
	}

	.section-1 .container h1,
	.section-1 .container p {
		text-shadow: rgb(255, 255, 255) 0px 0px 0px, #000 1px 1px 3px;
	}

	.section-2 .container {
		top: 60%;
		padding-left: 45%;
		padding-right: 16%;
	}

	.section-3 .container {
		top: 8%;
		padding-left: 56%;
		padding-right: 9%;
	}

	.section-video .container {
		padding-bottom: 1%;
	}

	.ultimate_software .container {
		width: 100%;
		padding: 0 2px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.ultimate_software .container .main-box {
		width: 98%;
	}

	.ultimate_software .container>h1 {
		margin: 0;
	}

	.ultimate_software .container>p {
		margin-bottom: 30px;
	}

	.ultimate_software .container .col-md-3 {
		width: 20%;
		padding: 0 5px;
	}

	.ultimate_software .a1 {
		height: 125px;
	}

	.ultimate_software .a1 h2 {
		font-size: 24px;
		margin: 10px 0;
	}

	.compatibility .col-md-12 .row {
		display: flex;
		justify-content: space-between;
		padding: 0px 5% 3%;
	}

	.compatibility .col-md-3 {
		padding: 0px 3%;
	}
}

@media only screen and (min-width:1024px) and (max-width:1279px) {

	.content-right .background-picture .text-box,
	.content-left .background-picture .text-box {
		width: 65%;
	}

	.section-1 .container {
		top: 9%;
		padding-left: 19%;
		padding-right: 19%;
	}

	.section-1 .container h1,
	.section-1 .container p {
		text-shadow: rgb(255, 255, 255) 0px 0px 0px, #000 1px 1px 3px;
	}

	.section-2 .container {
		top: 66%;
		padding-left: 50%;
		padding-right: 18%;
	}

	.section-3 .container {
		top: 13%;
		padding-left: 58%;
		padding-right: 13%;
	}

	.section-video .container {
		padding-bottom: 2%;
	}

	.content-left .background-picture .text-box {
		width: 68%;
	}

	.ultimate_software .container {
		width: 100%;
		margin-top: -20px;
	}

	.ultimate_software .col-md-3 {
		padding: 0 5px;
	}
}

@media only screen and (min-width:1280px) and (max-width:1365px) {

	.content-right .background-picture .text-box,
	.content-left .background-picture .text-box {
		width: 70%;
	}

	.section-1 .container {
		top: 12%;
		padding-left: 18%;
		padding-right: 18%;
	}

	.section-2 .container {
		top: 60%;
		padding-left: 53%;
		padding-right: 12%;
	}

	.section-3 .container {
		top: 13%;
		padding-left: 58%;
		padding-right: 10%;
	}
}

@media only screen and (min-width:1366px) and (max-width:1440px) {
	.section-1 .container {
		top: 13%;
		padding-left: 19%;
		padding-right: 19%;
	}

	.content-right .background-picture .text-box {
		width: 65%;
	}

	.section-2 .container {
		top: 63%;
		padding-left: 53%;
		padding-right: 15%;
	}

	.section-3 .container {
		top: 18%;
		padding-left: 62%;
		padding-right: 9%;
	}

	.ultimate_software .col-md-4 p {
		font-size: 14px !important;
	}
}

@media only screen and (min-width:1441px) and (max-width:1680px) {
	.section-1 .container {
		top: 15%;
		padding-left: 22%;
		padding-right: 22%;
	}

	.section-2 .container {
		top: 60%;
		padding-left: 53%;
		padding-right: 20%;
	}

	.section-3 .container {
		top: 20%;
		padding-left: 60%;
		padding-right: 10%;
	}

	.content-right .background-picture .text-box,
	.content-left .background-picture .text-box {
		width: 65%;
	}

	.ultimate_software .col-md-4 p {
		font-size: 14px !important;
	}
}

/*大分辨率兼容性调整*/
@media only screen and (min-width:2500px) and (max-width:2879px) {
	.section-1 .container {
		top: 18%;
		padding-left: 33%;
		padding-right: 33%;
	}

	.section-2 .container {
		top: 65%;
		padding-left: 58%;
		padding-right: 24%;
	}

	.section-3 .container {
		top: 16%;
		padding-left: 60%;
		padding-right: 23%;
	}
}

@media only screen and (min-width:2880px) and (max-width:3200px) {
	.section-1 .container {
		top: 23%;
		padding-left: 35%;
		padding-right: 35%;
	}

	.section-2 .container {
		top: 68%;
		padding-left: 55%;
		padding-right: 25%;
	}

	.section-3 .container {
		top: 18%;
		padding-left: 63%;
		padding-right: 21%;
	}
}

@media only screen and (min-width:3201px) {
	.section-1 .container {
		top: 22%;
		padding-left: 26%;
		padding-right: 26%;
	}

	.section-2 .container {
		top: 65%;
		padding-left: 55%;
		padding-right: 20%;
	}

	.section-3 .container {
		top: 18%;
		padding-left: 63%;
		padding-right: 25%;
	}
}