*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	position: relative;
	font-family: PingFang SC,Microsoft YaHei,Source Han Sans CN,sans-serif;
	font-size: 14px;
	background-color: #f4f4f4;
	min-width: 1080px;
}
a{
	text-decoration: none;
}
a:hover {
    color: #777;
}
ul li{
	list-style: none;
}
.clearfix {
    display: block;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.top-banner-block {
    height: 576px;
}
.swiper{
	width:100%;
	height:100%;
}
.swiper-slide{
	height: auto;
}
.swiper-slide img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.header-content{
	font-size: 14px;
	font-size: 14px;
	background: #fff;
	width: 100%;
	border-bottom: 1px solid #ddd;
}
.header-main-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 72px;
	padding: 0 40px;
	margin: 0 auto;
}
.logo-wrap{
	width: 185px;
	height: 100%;
	padding: 8px 0;
	cursor: pointer;
}
.logo-wrap img{
	height: 100%;
}
/* 基础导航样式 */
.screen-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.screen-nav > ul > li {
    position: relative;
}

.screen-nav > ul > li > a {
    display: block;
    padding: 15px 30px;
    color: #333;
	font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.screen-nav > ul > li > a:hover {
    color: #0066B5;
}

/* 下拉箭头样式 */
.arrow-down {
    width: 15px;
    height: 15px;
    margin-left: 5px;
    vertical-align: middle;
    transition: transform 0.3s ease;
}

/* 子菜单样式 */
.screen-subnav {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    min-width: 200px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    transform: translateY(10px);
}

.screen-nav > ul > li:hover > .screen-subnav,
.screen-subnav:hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* 二级子菜单样式 - 右侧弹出 */
.screen-subnav .screen-subnav {
    top: 0;
	right: 100%;
    transform: translateX(10px);
}

.screen-subnav li:hover > .screen-subnav {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* 子菜单项样式 */
ul.sub-nav-ul{
	display: block!important;
}
.sub-nav-ul li {
    position: relative;
    border-bottom: 1px solid #eee;
}

.sub-nav-ul li:last-child {
    border-bottom: none;
}

.sub-nav-ul li a {
    display: block;
    padding: 10px 15px;
    color: #555;
    text-decoration: none;
    transition: all 0.2s ease;
}

.sub-nav-ul li a:hover {
    background-color: #f0f0f0;
    color: #000;
}
/* 导航结束 */
.top-banner{
	position: relative;
	width:100%;
	height:100%;
}
.top-banner img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.slide-ad-text-wrap{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}
.slide-ad-content{
	height: 500px;
	margin: 0 auto;
	width: 850px;
	padding: 0 20px;
	display: flex;
	align-items: center;
}
.slide-ad-title{
	color: rgb(255, 255, 255);
	display: -webkit-box;
	font-size: 35px;
	font-weight: 600;
	line-height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sldie-ad-text{
	vertical-align: middle;
	color: rgb(255, 255, 255);
	font-size: 18px;
	font-weight: 400;
	line-height: 38px;
	width: 650px;
	margin-top: 45px;
}
.read-more{
	background-color: rgba(0, 0, 0, .2);
	border: 1px solid #fff;
	border-radius: 22px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	padding: 0 24px;
	color: #fff;
	margin-top: 50px;
}
.read-more:hover{
    background-color: rgba(0, 0, 0, .5);
    text-decoration: none;
}
.web-site-advantage{
	background-color: #3a190b;
	width: 100%;
}
.web-advantage-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	padding: 50px 20px;
}
.advantage-item{
	background-color: hsla(0, 0%, 100%, .03);
	border-radius: 16px;
	display: block;
	padding: 40px;
	text-decoration: none;
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;
}
.advantage-item:hover{
	background-color: rgba(255, 102, 0, .12);
	cursor: pointer;
}
.advantage-icon{
	 position: relative;
	background-color: hsla(0, 0%, 100%, .08);
	border-radius: 30px;
	height: 60px;
	padding: 10px;
	width: 60px;
}
.advantage-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
	margin-left: -20px;
	margin-top: -20px;
	width: 40px;
	max-width: 100%;
    transition: opacity 0.3s ease;
}
.advantage-icon .hover-img {
    opacity: 0;
}
.advantage-item:hover .normal-img {
    opacity: 0;
}
.advantage-item:hover .hover-img {
    opacity: 1;
}
.advantage-title{
	color: #fff;
	font-size: 24px;
	letter-spacing: 0;
	line-height: 30px;
	margin: 20px 0;
	min-height: 60px;
}
.advantage-desc{
	color: #fff;
	font-size: 16px;
	height: auto;
	letter-spacing: 0;
	line-height: 22px;
	min-height: 88px;
}
.device-category-wrapper{
	background-color: #fff;
	min-height: 830px;
	padding: 120px 0;
	overflow: hidden;
}
.device-category-inner{
	margin: 0 auto;
	padding: 0 30px;
}
.device-top-category-info{
	display: flex;
	height: 160px;
	justify-content: space-between;
}
.top-category-info-title{
	color: #222;
	font-size: 44px;
	line-height: 52px;
	margin: 0;
	width: 800px;
	font-weight: 600;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
}
.top-category-number{
	column-gap: 20px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	row-gap: 20px;
	width: 500px;
}
.top-category-number .category-number-item {
    padding-left: 16px;
    position: relative;
}
.top-category-number .category-number-item:before {
    background-color: #ddd;
    border-radius: 2px;
    content: "";
    display: inline-block;
    height: 86%;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4px;
}
.top-category-number .category-number-item span{
	color: #f60;
	font-size: 36px;
	font-weight: 500;
	letter-spacing: -.73px;
	line-height: 44px;
}
.top-category-number .category-number-item p{
	color: #51200b;
	font-size: 20px;
	line-height: 26px;
	margin: 0;
	padding: 0;
}
.device-bottom-list{
	height: 320px;
	margin-top: 110px;
	overflow: hidden;
	position: relative;
}
.device-slide-button{
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	position: absolute;
	top: 0;
	width: 80px;
	z-index: 9;
}
.device-slide-button.prev-button{
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	background-image: -webkit-gradient(linear, right top, left top, from(hsla(0, 0%, 100%, 0)), to(#fff));
	background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0), #fff);
	-webkit-justify-content: start;
	justify-content: start;
	left: 0;
	padding-left: 12px;
}
.device-slide-button.next-button {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), to(#fff));
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff);
    -webkit-justify-content: end;
    justify-content: end;
    padding-right: 12px;
    right: 0;
}
.device-slide-button.slide-arrow-hidden {
    display: none;
}
.slide-button-wrap{
	cursor: pointer;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .12);
	box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .12);
	background-color: #fff;
	border-radius: 48px;
	cursor: pointer;
	display: inline-block;
	font-size: 0;
	height: 48px;
	line-height: 48px;
	text-align: center;
	width: 48px;
}
.slide-button-wrap img{
	filter: brightness(90%);
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
	display: inline;
	height: 28px;
	vertical-align: middle;
	width: 28px;
}
.device-slide-inner{
	display: flex;
	height: 100%;
	left: 0;
	padding-left: 0;
	padding-right: 0;
	position: absolute;
	top: 0;
	-webkit-transition: -webkit-transform .8s linear 0s;
	transition: -webkit-transform .8s linear 0s;
	transition: transform .8s linear 0s;
	transition: transform .8s linear 0s, -webkit-transform .8s linear 0s;
	width: 100%;
}
.device-list-row{
	height: 100%;
	width: 175px;
}
.device-list-item{
	align-items: center;
	border-radius: 70px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	height: 140px;
	-webkit-justify-content: center;
	justify-content: center;
	margin-bottom: 20px;
	margin-right: 35px;
	width: 140px;
}
.device-list-item img{
	height: 48px;
	width: 48px;
	border-radius: 50%;
}
.device-list-item-name{
	display: flex;
	height: 32px;
	justify-content: center;
	align-items: center;
}
.device-list-item-name>span{
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #222;
	display: -webkit-box;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	overflow: hidden;
	padding: 0 4px;
	text-align: center;
	width: 100px;
}
.device-category-list-wrap{
	background-color: #fff;
	padding: 80px 20px;
}
.device-category-list-inner{
	margin: 0 auto;
}

.device-category-list-title{
	color: #222;
	font-size: 32px;
	font-weight: 600;
	height: 40px;
	line-height: 40px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
}
.device-catrgory-list-content{
	font-size: 16px;
	line-height: 32px;
	margin-top: 40px;
}
.device-catrgory-list{
	margin-top: 40px;
}
.device-catrgory-item-box{
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 2%);
	margin-left: -1%;
	margin-right: -1%;
}
.device-catrgory-item{
	background-color: #949494;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 16px;
	height: 400px;
	margin-right: 30px;
	position: relative;
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;
}
.device-catrgory-item .image-mask-box{
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .4);
	position: absolute;
	top: 0;
}
.device-introduce{
	margin: 20px 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	padding: 0 20px;
}
.device-introduce p{
	text-indent: 2em;
	margin-top: 5px;
	margin-bottom: 5px;
}
.device-catrgory-item-title{
	position: absolute;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	margin: 32px 32px 0;
	font-weight: 600;
}
.device-catrgory-item-link-text{
	bottom: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	height: 22px;
	line-height: 22px;
	margin: 0 32px 32px;
	position: absolute;
	text-decoration: underline;
}
.device-recommend-wrap{
	width: 100%;
}
.device-recommend-inner{
	color: #222;
	margin: 0 auto;
	padding: 80px 0;
	width: 1440px;
}
.device-recommend-title{
	font-weight: 600;
	margin-bottom: 40px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 32px;
	line-height: 40px;
}
.device-recommend-content{
	display: flex;
	justify-content: space-between;
}
.rank-list-wrap{
	width: 32%;    
}
.ranking-list-title{
	align-items: center;
	display: flex;
	font-size: 24px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	line-height: 30px;
	margin-bottom: 20px;
	width: 100%;
}
.ranking-list-title .title-bold-text{
	flex-shrink: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 600;
}
.ranking-list-title .view-more-link{
	flex-shrink: 0;
	margin-left: 24px;
	text-decoration: underline;
	color: #333;
	font-size: 16px;
	line-height: 22px;
}
.rank-list-content{
	background-color: #fff;
	box-sizing: border-box;
	height: 698px;
	padding: 20px;
	border: 0 solid #e5e7eb;
	border-radius: 16px;
}

.rank-list-content-title{
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
}
.rank-list-content-subtitle{
	color: #666;
	font-size: 16px;
	line-height: 22px;
	margin-top: 4px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
}
.hot-device{
	display: inline-block;
	height: 419px;
	margin-top: 20px;
	position: relative;
	
}
.rank-content-link{
	width: 32%;
	margin-left: 1%;
	margin-right: 1%;
}
.rank-list-content-link a{
	color: #333;
}
.hot-device-image{
	position: relative;
	border-radius: 16px;
	display: inline-block;
	height: 100%;
	overflow: hidden;
	width: 100%;
}
.hot-device-image img{
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.image-mask-box{
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .04);
	position: absolute;
	top: 0;
}
.bottom-ranking-links{
	display: flex;
	margin: 20px 0 16px;
}
.bottom-product-ranking{
	border-radius: 16px;
	height: 128px;
	overflow: hidden;
}
..bottom-product-ranking img{
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.bottom-product-ranking .mask{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .04);
	position: absolute;
	top: 0;
}
.news-device-list{
	 display: flex;
	justify-content: space-between;
	flex-direction: column;
	width: 32%;
}
.news-week-device{
	background-color: #fff;
	border-radius: 16px;
	height: 506px;
	padding: 20px;
}
.news-week-device-title{
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-week-device-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.news-week-device-item{
	border-radius: 16px;
	display: inline-block;
	height: 200px;
	margin-top: 20px;
	overflow: hidden;
	width: 48%;
}
.news-week-device-item a{
	color: #333;
}
.week-device-image{
	height: 100%;
	width: 100%;
	display: inline-block;
	position: relative;
}
.week-device-image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.week-device-image .mask{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .04);
	position: absolute;
	top: 0;
}
.new-device-launch{
	background-color: #fff;
	border-radius: 16px;
	height: 172px;
	padding: 20px
}
.device-launch-link-box{
	align-items: center;
	display: inline-block;
	display: flex;
}
.device-launch-image{
	border-radius: 16px;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	height: 132px;
	overflow: hidden;
	width: 132px;
	position: relative;
}
.device-launch-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.device-launch-image .mask{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .04);
	position: absolute;
	top: 0;
}
.device-launch-title{
	color: #222;
	flex-shrink: 1;
	margin-left: 16px;
}
.device-launch-title .title{
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 4px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
}
.device-launch-title .subtitle{
    color: #767676;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 18px;
}
.device-recommend-info-title{
	margin-top: 20px!important;
}
.category-list-wrap{
	box-sizing: border-box;
	margin: 0 auto 8px;
}
.category-list-wrap-inner{
	display: flex;
	flex-wrap: wrap;
	margin-left: -0.5%;
	margin-right: -0.5%;
	width: calc(100% + 1%);
}
.category-list-wrap.no-padding{
	padding-top: 0;
}
.category-list-item{
	width: 19%;
	background-color: #fff;
	border-radius: 8px;
	padding: 10px 10px;
	margin-left: 0.5%;
	margin-right: 0.5%;
	overflow: hidden;
	margin-top: 20px;
	transition: .5s;
}
.page-nav-list {
    text-align: center;
}
.page-nav-list-inner {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-nav-list-inner li {
    display: inline-block;
    padding: 0 10px;
}
.page-nav-list-inner li a.active {
    background: #FF780F;
    color: #fff;
    border: 1px solid #FF780F;
}
.page-nav-list-inner li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background: none;
    font-size: 12px;
    border: 1px solid #d8d8d8;
    color: #333;
}
.page-nav-list-inner li a:hover{
   color: #FF780F;
}
.page-nav-list-inner li a.active:hover {
    color: #fff;
}
.page-nav-list-inner li a.prev-button {
    position: relative;
}
.page-nav-list-inner li a.next-button {
    position: relative;
}
.page-nav-list-inner li a.prev-button:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/prev.png) no-repeat 0 0;
    position: absolute;
    top: 9px;
    left: 10px;
}
.page-nav-list-inner li a.next-button:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/next.png) no-repeat 0 0;
    position: absolute;
    top: 9px;
    left: 7px;
}
.category-list-item:hover {
    box-shadow: 0 0 25px -12px rgba(0, 0, 0, .5);
    transform: translate(0, -2px);
    -webkit-transform: translate(0, -2px);
}
.category-item-image{
	position: relative;
	height: 230.4px;
}
.category-item-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.category-item-info{
	color: #222;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	margin-top: 8px;
}
.category-item-device-title{
	font-size: 14px;
	line-height: 18px;
	margin-top: 2px;
	margin-bottom: 5px;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
.category-item-device-title span{
	line-height: 1.4;
	vertical-align: middle;
}
.category-item-device-price{
	margin-top: 8px;
}
.category-item-device-price span{
	font-size: 20px;
	line-height: 26px;
}
.device-detail-wrap{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin: 24px auto 0;
	background: #ffff;
	padding: 20px 0;
}
.device-detail-left{
	width: 59%;
	overflow: hidden;
	padding-left: 20px;
}
.device-info-title{
	background: none !important;
	-webkit-text-fill-color: #222 !important;
	margin-bottom: 8px;
	line-height: 26px;
	font-weight: 600;
	font-size: 18px;
	margin-top: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: #222;
	letter-spacing: 0;
}
.device-info-image{
	width: 100%;
	height: 430px;
	background-color: #fff;
	border-radius: 16px;
}
.device-info-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.device-detail-right{
	position: relative;
	width: 35%;
	padding-right: 20px;
}
.device-detail-info-inner{
	animation-duration: .6s;
	animation-timing-function: ease-out;
	animation-name: action-section-fade-up;
	display: flow-root;
	position: relative;
	box-shadow: 0 -4px 20px #0000000f;
	border-radius: 8px;
	background: #fff;
	padding: 20px 0;
	margin-top: 20px;
}
.device-detail-info-item{
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.device-detail-info-title{
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 1.75rem;
	margin-bottom: 1rem;
}
.device-detail-info-text{
	min-height: 22px;
	font-size: 16px;
	line-height: 22px;
}
.device-detail-info-item:not(:first-child){
	margin-top: 20px;
}
.device-detail-wrap.no-padding{
	padding-top: 0;
}
.bg-white{
	background-color: #fff;
}
/* 全屏遮罩样式 */
.image-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

/* 全屏图片样式 */
.image-modal img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

/* 关闭按钮样式 */
.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 30px;
    cursor: pointer;
}
.footer {
    background: #252932;
	margin-top:80px;
	padding-bottom: 10px;
}
.container{
	width: 100%;
	margin: 0 auto;
}
.footer-top-box{
    border-bottom: 1px solid #3b3f47;
}
.footer-top-box li {
    width: 25%;
    float: left;
    color: #93959b;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    padding-left: 45px;
    position: relative;
}
.footer-top-box li.icon-one:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
    width: 35px;
    height: 35px;
    background-image: url(../img/check.png);
	background-size: cover;
}
.footer-top-box li.icon-two:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
    width: 35px;
    height: 35px;
    background-image: url(../img/preview.png);
	background-size: cover;
}
.footer-top-box li.icon-three:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
    width: 35px;
    height: 35px;
    background-image: url(../img/finance.png);
	background-size: cover;
}
.footer-top-box li.icon-four:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
    width: 35px;
    height: 35px;
    background-image: url(../img/user.png);
	background-size: cover;
}
.footer-box-one {
    float: left;
    width: 50%;
	padding-left: 10px;
}
.footer-detail {
    color: #a8a9a7;
    line-height: 28px;
    padding: 35px 0 0 0;
}
.footer-nav {
    padding: 0 0 10px 0;
}
.footer-nav a {
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    margin-right: 35px;
    position: relative;
}
.footer-box-two {
    float: left;
    width: 28%;
}
.contact-box {
    padding: 20px;
    padding-top: 40px;
    line-height: 25px;
    color: #a8a9a7;
    position: relative;
    padding-left: 80px;
}
.contact-box .tel {
    color: #FF780F;
    font-size: 30px;
    margin: 10px 0;
}
.footer-box-three {
    float: left;
    width: 22%;
}
.wechart-contact-qrcode {
    padding-top: 40px;
    text-align: center;
}
.wechart-contact-qrcode img {
    width: 108px;
    height: 108px;
}
.wechart-contact-qrcode p {
    margin-top: 5px;
    color: #a8a9a7;
}
.copyright {
    width: 100%;
    display: inline-block;
    background: #191c22;
    text-align: center;
    color: #a2a3a1;
    padding: 10px 0;
}
.copyright a {
    display: inline-block;
    color: #a2a3a1;
}
.footer-nav a:after {
    content: "";
    height: 10px;
    width: 1px;
    background: #e8e8e8;
    position: absolute;
    right: -18px;
    top: 7px;
}
.footer-nav a:last-child:after {
    content: none;
}
/* 联系我们开始 */

.suggest-box{
	background: #fff;
	min-height: 580px;
	padding: 0 30px;
	margin-top: 30px;
	padding-bottom:30px;
	border-left: 1px solid #e8e8e8;
}
.suggest-box h3{
	border-bottom: 1px solid #e8e8e8;
	padding-top: 20px;
    padding-bottom: 20px;
	font-size: 20px;
	font-weight: 600;
	color: #252b3a;
	line-height: 26px;
}
.about-us-info {
    line-height: 30px;
    font-size: 16px;
    padding-top: 20px;
	padding-bottom:20px;
    color: #666;
}
.about-us-title .title{
	display: inline-block;
    width: 90px;
}
.about-us-info-item {
    margin-top: 30px;
}
.about-us-info-item.flex-box{
	display: flex;
}
.about-us-list-style{
	padding-left: 20px;
}
.about-us-list-style li{
	list-style-type:disc;
}
.message-paragraph p{
	text-indent: 2em;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* 联系我们结束 */
@media (min-width: 1100px) {
    .container{
         max-width: 1080px;
    }
	
}
@media (min-width: 1200px) {
    .container{
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1340px;
    }
}
/* 定义溶解动画 */
@keyframes dissolveIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes dissolveOut {
  from { opacity: 1; }
  to { opacity: 0; }
}
.swiper-pagination-bullet{
	width: 12px;
	height: 12px;
}
.swiper-slide {
  transition:opacity 2500ms, visibility 0ms 0ms !important;
}
/*.swiper-slide-active {
  animation: dissolveIn 0.5s ease forwards;
}
.swiper-slide-prev {
  animation: dissolveOut 0.5s ease forwards;
}*/
.swiper-slide img{
	width:100%;
	height:auto;
	min-height:100%;
	transition:1s linear 2s;
	transform:scale(1.1,1.1);
	}
.swiper-slide-active img,.swiper-slide-duplicate-active img{
	transition:6s linear;
	transform:scale(1,1);
}	
  