﻿@charset "utf-8";
@import url("../css/common/grid.css");
/*网格*/
@import url("../css/common/layout.css");
/*整体框架*/
@import url("../css/common/icon.css");
/*图标*/
@import url("../css/common/ie.css");
/*图标*/
@import url("../css/animate.css");
/*动画效果*/
@import url("../css/common/page.css");
/*图标*/
@import url("../css/navi/navi_02.css");
/*02导航*/
@import url("../css/common/kefu.css");
/*02导航*/
@import url("../css/navi/navi_01.css");

/*02导航*/
/*@import url("../css/animate.min.css");*/
/*动画*/
*,
::after,
::before {
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
}

.clear {
	display: none;
	clear: both;
}

.dowebok .section {
	overflow: hidden;
}

body {
	overflow: hidden;
}

.header {
	width: 100%;
	background: none;
	height: 100px;
	position: fixed !important;
	z-index: 999 !important;
	background: #fff;
	box-shadow: 0 0 25px rgba(0, 0, 0, .1);
}

.header .navbar {
	margin: 0 auto;
	position: relative;
}

.header .navbar .pc_menu {
	width: 100%;
	margin: 0 auto;
	transition: all 0.3s 0s ease-in-out;
	transition: all 0.2s linear -1ms;
	-webkit-transition: all 0.2s linear -1ms;
	-moz-transition: all 0.2s linear -1ms;
	-ms-transition: all 0.2s linear -1ms;
	-o-transition: all 0.2s linear -1ms;
}

.header .navbar .pc_menu .pc_logo {
	height: 100%;
	align-items: center;
	display: -webkit-flex;
	position: absolute;
	top: 0;
	left: 5.3%;
	z-index: 10;
}

.header .navbar .pc_menu .pc_logo a {
	display: block;
	height: 100%;
	position:relative;
}
	.header .navbar .pc_menu .pc_logo a::after {
		content: "赛普壁纸屏 薄启新未来";
		position: absolute;
		width: 420px;
		left: 100%;
		top: 50%;
		font-size: 20px;
		color: #333333;
		transform: translateY(-50%);
		padding-left: 20px;
	}
.header .navbar .pc_menu .pc_logo a img {
	height: 100% !important;
}

.header .navbar .pc_menu .pc_menu_right {
	padding: 0 10% 0 6%;
}

.header .navbar .pc_menu .pc_menu_right>li {
	float: left;
	margin-left: 3%;
}

.header .navbar .pc_menu .pc_menu_right>li .t {
	display: block;
	line-height: 100px;
	font-size: 14px;
	color: #333333;
	position: relative;
}
.header .navbar .pc_menu .pc_menu_right>li>a {
	display: block;
	line-height: 100px;
	font-size: 14px;
	color: #333333;
	position: relative;
}
.header .navbar .pc_menu .pc_menu_right .active>a {
	position: relative;
}

.header .navbar .pc_menu .pc_menu_right>li .t::after {
	content: "";
	width: 0;
	height: 3px;
	background: #ad0000;
	position: absolute;
	left: 0px;
	bottom: 0;
	display: none;
}

.header .navbar .pc_menu .pc_menu_right>li:hover .t {
	color: #ad0000;
}

.header .navbar .pc_menu .pc_menu_right>li:hover .t::after {
	width: 100%;
	display: block;
}

.header .navbar .pc_menu .pc_menu_right .active>a::after {
	width: 100%;
}

.header .navbar .pc_menu .pc_menu_right>li.active .t {
	color: #ad0000;
}
.header .navbar .pc_menu .pc_menu_right>li.active .t::after {
	display: block;
}

/* 顶部 */
.header-top {
	height: 48px;
	background: #fff;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}

.header-top-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1600px;
	margin: 0 auto;
	height: 100%;
	padding: 0 6%;
}

.header-top-container ul {
	display: flex;
	align-items: center;
}

.header-top-container ul li {
	display: flex;
	align-items: center;
}

.header-top-container ul p a {
	display: inline-block;
	font-size: 14px;
	color: #777;
	line-height: 48px;
	border-right: 1px solid #eee;
	padding-right: 20px;
	margin-right: 20px;
}

.header-top-container ul li>a {
	display: inline-block;
	font-size: 14px;
	color: #aaa;
	line-height: 14px;
	border-left: 1px solid #aaa;
	padding-left: 10px;
	margin-left: 10px;
}

.header-top-container ul li:first-child>a {
	border: none;
}

.header-top-container ul p img {
	display: inline-block;
	width: 20px;
	margin-right: 12px;
}

.header-top-container a:hover {
	color: #f2642d !important;
}


/*-----滚动后--------*/
.header.pc_fixed {
	transition: all 0.2s linear -1ms;
	box-shadow: 0 0 13px rgba(0, 0, 0, .13);
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}

.header.pc_fixed .header-top {
	opacity: 0;
	height: 0;
}

.header .navbar .pc_menu .pc_logo p br {
	display: none;
}


@media(max-width:1600px) {
	.header .navbar .pc_menu .pc_logo p {
		font-size: 20px;
	}
}

@media(max-width:1800px) {
	.header .navbar .pc_menu .pc_logo a {
		height: 80%;
	}
	.header .navbar .pc_menu .pc_logo a::after{
		width: 360px;
    		font-size: 16px;
	}
}

@media(max-width:1600px) {
	.header .navbar .pc_menu .pc_logo p {
		font-size: 18px;
	}

	.header .navbar .pc_menu .pc_menu_right>li .t {
		font-size: 13px;
	}

	.header-top-container ul p,
	.header-top-container ul a {
		font-size: 13px;
		line-height: 13px;
	}

	.header .navbar .pc_menu .pc_logo a {
		height: 60%;
	}
	.header .navbar .pc_menu .pc_logo a::after{
		width: 320px;
    		font-size: 14px;
	}
}

@media(max-width:1400px) {
	.header .navbar .pc_menu .pc_menu_right>li .t {
		display: block;
		font-size: 12px;
	}

	.header .navbar .pc_menu .pc_logo a {
		padding-right: 15px;
		margin-right: 15px;
	}

	.header .navbar .pc_menu .pc_logo p {
		font-size: 16px;
		line-height: 18px;
	}

	.header .navbar .pc_menu .pc_logo a::after{
		width: 260px;
    		font-size: 12px;
		padding-left: 0px;
	}
.header .navbar .pc_menu .pc_menu_right>li>a {
font-size: 12px;
}
}

@media(max-width:1300px) {
	.header .navbar .pc_menu .pc_menu_right>li .t {
		display: block;
	}
}

@media(max-width:1200px) {
	.header .navbar .pc_menu .pc_menu_right>li .t {
		display: block;
	}

	.header .navbar .pc_menu .pc_logo a {
		padding-right: 10px;
		margin-right: 10px;
	}
}

@media(max-width:550px) {
	.header .navbar .pc_menu .pc_logo a {
		height: 100%;
		transform: translateY(-20%);
	}
.header .navbar .pc_menu .pc_logo a::after {
    width: 250px;
    font-size: 12px;
    padding-left: 0px;
    left: 0;
    top: auto;
    bottom: 0;
    transform: translateY(5px);
}
}

@media(max-width:1200px) {
	.Big-index {
		height: 60px;
	}

	.header {
		height: 60px;
	}

	.header.pc_fixed .header-top {
		opacity: 1;
	}

	.header .navbar .pc_menu .pc_logo {
		height: 60px;
	}

	.header-top-container ul p,
	.header-top-container ul a {
		letter-spacing: -0.03rem;
	}

	.header .navbar .pc_menu .pc_logo {
		padding-right: 10px;
		margin-right: 10px;
	}

	.header .navbar .pc_menu .pc_logo p {
		font-size: 14px;
		line-height: 16px;
	}

	.header .navbar .pc_menu .pc_logo a {
		display: block;
		padding-right: 8px;
		margin-right: 8px;
	}
}

@media(max-width:760px) {
	.header-top-container ul p a {
		border: none
	}

	.header-top-container .header-top-left ul li:not(:nth-child(1)) {
		display: none;
	}

	.header .navbar .pc_menu .pc_logo p {
		font-size: 12px;
		line-height: 14px;
	}

	.header .navbar .pc_menu .pc_logo p br {
		display: block;
	}
}
/* banner */
.part_one {
	width: 100%;
	margin-top: 100px;
	overflow: hidden;
}

.part_one .swiper {
	width: 100%;
}

.part_one .swiper .swiper-wrapper {
	width: 100%;
}

.part_one .swiper .swiper-wrapper .swiper-slide {
	width: 100%;
}

.part_one .swiper .swiper-wrapper .swiper-slide>a {
	width: 100%;
	display: inline-block;
}

.part_one .swiper .swiper-wrapper .swiper-slide>a img {
	width: 100%;
}

.swiper-button-next::after {
	display: none;
}

.swiper-button-prev::after {
	display: none;
}

.part_one .swiper .swiper-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 10%;
	height: 30px;
}

.part_one .swiper .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #ad0000;
	opacity: 1;
	position: relative;
	margin: 0 5px;
	border: 2px solid transparent;
}

.part_one .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border: 2px solid #ad0000;
	background-color: transparent;
}

@media(min-width:760px) {
	.part_one .swiper .swiper-wrapper .swiper-slide>a img.one {
		display: block;
	}

	.part_one .swiper .swiper-wrapper .swiper-slide>a img.two {
		display: none;
	}
}

@media(max-width:760px) {
	.part_one .swiper .swiper-wrapper .swiper-slide>a img.one {
		display: none;
	}

	.part_one .swiper .swiper-wrapper .swiper-slide>a img.two {
		display: block;
	}

	.part_one .swiper .swiper-pagination {
		display: none;
	}
}

@media(max-width:1600px) {
	.part_one {
		margin-top: 95px;
	}
}

@media(max-width:1500px) {
	.part_one {
		margin-top: 90px;
	}
}

@media(max-width:1400px) {
	.part_one {
		margin-top: 85px;
	}
}

@media(max-width:1300px) {
	.part_one {
		margin-top: 80px;
	}
}

@media(max-width:1200px) {
	.part_one {
		margin-top: 75px;
	}
}

@media(max-width:1200px) {
	.part_one {
		margin-top: 60px;
	}
}


/* 全国统一售后热线 */
.index_after_sale {
	width: 100%;
	position: relative;
}

.index_after_sale .content {
	width: 100%;
	padding: 0 2.5%;
	position: relative;
	display: flex;
	justify-content: center;
	background-color: #ad0000;
	z-index: 5;
}

.index_after_sale .content .boxlist {
	width: auto;
	overflow: hidden;
	padding: 40px 0;
	display: inline-block;
	margin: 0 auto;
}

.index_after_sale .content .boxlist a {
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
	position: relative;

}

.index_after_sale .content .boxlist a {
	font-size: 18px;
	line-height: 36px;
	color: #ffffff;
}

.index_after_sale .content .boxlist a img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

.index_after_sale .content .boxlist a span {
	font-size: 36px;
	line-height: 36px;
	color: #ffffff;
	font-weight: bold;
	margin-left: 10px;
}

.index_after_sale .content .boxlist .bottom {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.index_after_sale .content .boxlist .bottom canvas {
	width: 100%;
	height: 100%;
}
.index_after_sale .controls_canvas {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 260px;
	transform: translate(20%, -80%);
	-webkit-transform: translate(20%, -80%);
	-moz-transform: translate(20%, -80%);
	-ms-transform: translate(20%, -80%);
	-o-transform: translate(20%, -80%);
	display: none;
}
.index_after_sale.after_sale_index01 .controls_canvas {
	display: block;
}
.index_after_sale .controls_canvas canvas{
	width: 100%;
	height: 100%;
}

@media (max-width: 1200px) {
	.index_after_sale .content .boxlist a span {
		font-size: 32px;
		line-height: 30px;
	}

	.index_after_sale .content .boxlist a {
		font-size: 14px;
		line-height: 30px;
	}
}

@media (max-width: 760px) {
	.index_after_sale .content .boxlist a span {
		font-size: 24px;
		line-height: 24px;
	}

	.index_after_sale .content .boxlist a {
		font-size: 12px;
		line-height: 24px;
	}

	.index_after_sale .content .boxlist a img {
		width: 18px;
		height: 18px;
	}

	.index_after_sale .content .boxlist {
		padding: 30px 0;
	}
.index_after_sale.after_sale_index01 .controls_canvas {
	display: none;
}
}

/* 底部 */
.footer {
	padding: 120px 0 50px;
}

.footer .content {
	width: 89.5%;
	margin: 0 auto;
}

.footer .content .boxlist {
	width: 100%;
}
.footer .content .boxlist .footer_logo {
	margin-bottom: 40px;
	height: 100px;
}
.footer .content .boxlist .footer_logo a{
	display: flex;
	align-items: center;
	height: 100%;
}
.footer .content .boxlist .footer_logo a img{
	height: 100%;
	margin-right: 20px;
	display: block;
}
.footer .content .boxlist .footer_logo a span{
	font-size: 20px;
    color: #333333;
}
@media (max-width: 1200px) {
	.footer .content .boxlist .footer_logo {
		height: 60px;
	}
.footer .content .boxlist .footer_logo a span{
    font-size: 16px;
}
}
@media (max-width: 550px) {
	.footer .content .boxlist .footer_logo {
		height: 70px;
	}
	.footer .content .boxlist .footer_logo a span{
		font-size: 12px;
	}
	.footer .content .boxlist .footer_logo a{
		flex-wrap: wrap;
	}
	.footer .content .boxlist .footer_logo a span{
		width: 100%;
		margin-top: -10px;
	}
	.footer .content .boxlist .footer_logo a img{
		height: 60px;
	}
}
.footer .content .boxlist .top {
	display: flex;
	justify-content: space-between;
    align-items: center;
	padding-bottom: 90px;
}

.footer .content .boxlist .top .left {
	width: 78%;
	display: flex;
	justify-content: space-between;
}
.footer .content .boxlist .top .left>li{
width: 120px;
}
.footer .content .boxlist .top .left>li>a {
	color: #000000;
	font-size: 18px;
	display: inline-block;
	margin-bottom: 40px;
	position: relative;
}

.footer .content .boxlist .top .left>li>a:hover {
	color: #ad0000;
}

.footer .content .boxlist .top .left>li>a::after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 46px;
	height: 1px;
	background-color: #ad0000;
}

.footer .content .boxlist .top .left li ol li a {
	font-size: 14px;
	color: #666666;
	line-height: 36px;
text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.footer .content .boxlist .top .left li ol li a:hover {
	color: #ad0000;
}
.footer .content .boxlist .top .right{
    margin: 0 5%;
}
.footer .content .boxlist .top .right img {
	width: 146px;
	height: 146px;
	margin-bottom: 10px;
	border-radius: 10px;
}

.footer .content .boxlist .top .right p {
	color: #666666;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	font-weight: lighter
}

.footer .content .boxlist .bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.footer .content .boxlist .bottom .left {
	margin-bottom: 10px;
}

.footer .content .boxlist .bottom .left ul {
	display: flex;
}

.footer .content .boxlist .bottom .left ul li {
	width: 120px;
	text-align: center;
	border-right: 1px solid #666666;
}

.footer .content .boxlist .bottom .left ul li:last-child {
	border-right: 1px solid transparent;
}

.footer .content .boxlist .bottom .left ul li a {
	font-size: 14px;
	color: #333333;
}

.footer .content .boxlist .bottom .right {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.footer .content .boxlist .bottom .right p {
	color: #333333 !important;
	font-size: 12px;
	line-height: 36px;
	font-weight: lighter;
	margin-right: 10px;
}
.footer .content .boxlist .bottom .right p:last-child{
	display: none;
}
.footer .content .boxlist .bottom .right p a {
	color: #333333 !important;
	font-size: 12px;
	line-height: 36px;
	font-weight: lighter;
}

@media (max-width: 1200px) {
	.footer .content .boxlist .top .left {
		display: none;
	}

	.footer .content .boxlist .top .right {
		margin: 0 auto;
	}

	.footer .content .boxlist .top {
		padding-bottom: 50px;
	}

	.index_after_sale .content .boxlist a {
		font-size: 14px;
		line-height: 30px;
	}

	.footer {
		padding: 80px 0 30px;
	}

	.footer .content {
		width: 95%;
	}
}

@media (max-width: 760px) {
	.footer .content .boxlist .bottom .right p {
		line-height: 24px;
	}

	.footer .content .boxlist .bottom .right p a {
		line-height: 24px;
	}

	.footer {
		padding: 50px 0 20px;
	}

	.footer .content .boxlist .top {
		padding-bottom: 30px;
	}

	.footer .content .boxlist .bottom .left ul li {
		width: 80px;
	}

	.footer .content .boxlist .bottom .left ul li a {
		font-size: 12px;
	}
}


.three_video{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background-color: rgba(0,0,0,.5);
}
.three_video .video{
	width: 80%;
	position: absolute;
	top: 50%;
	right: auto;
	bottom: auto;
	left: 10%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.three_video .video .three{
	width: 100%;
}
.three_video .video span{
display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 30px;
}
