@charset "UTF-8";
/* CSS Document */

body{padding:0; margin:0; font-family: "Microsoft YaHei","Arial","PingFang SC","Hiragino Sans GB";}
img{border:0;}
ul,li,ol{list-style-type:none;padding:0;margin:0;}
h1,h2,h3,h4,h5,h6,p{padding:0; margin:0;line-height:none}
a{color: inherit;text-decoration: none;}
a:focus, a:hover, a:visited{outline: 0;text-decoration: none;}
a:active, a:hover{outline: 0;}

html, body {width: 100%;height: 100%;}
a:hover{ color: #06e8f6;}

.beian{position: absolute;bottom: 12px;font-size: 12px;color: #fff;width: 100%;text-align: center;z-index: 999;}

/*鼠标控制*/
.swiper-container{width: 100%;height: 100%;margin-left: auto;margin-right: auto;}

/*第1种，分辨率≥1921*/
@media screen and (min-width: 1921px){
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{height: 20px;}

	/*公共居中宽度*/
	.public-container{max-width: 1600px;margin: 0 auto;height: 100%;}
	img{max-width: 100%;height: auto;}

	/*头部导航*/
	header{position: fixed;top: 0;width: 100%; height: 100px;z-index: 999;}
	header .logo{float: left;width: 372px;height: 38px; background-image: url(/images/1/logo.png?cachesj=2025010101);background-repeat: no-repeat;margin-top: 30px;margin-left: 5%;}
	header .nav{float: right;margin-right: 5%;line-height: 100px;}
	header .nav li{float: left;color: #fff;font-size: 16px;margin-left: 34px;}
	header .nav .active{color: #06e8f6;}
	header .nav .free{padding: 6px 25px;border-radius: 20px;color: #091422;font-size: 14px;background: -webkit-linear-gradient(right top, red , blue); /* Safari 5.1 - 6.0 */background: -o-linear-gradient(bottom left, #00deff, #23f9a2); /* Opera 11.1 - 12.0 */background: -moz-linear-gradient(bottom left, #00deff, #23f9a2); /* Firefox 3.6 - 15 */background: linear-gradient(to bottom left, #00deff, #23f9a2); /* 标准的语法（必须放在最后） */}

	/*免费试用弹窗*/
	.tanchu_bg{display: none;position: fixed; left: 0; top: 0; width: 100%; height: 100%;background-color: #000000;filter:Alpha(opacity=50);background-color: rgba(0,0,0,0.5);z-index: 999;}
	.tanchu{width: 258px; height: 258px;position: absolute;left: 50%;top: 50%;margin-top: -142px;margin-left: -142px;background-color: #fff;border-radius: 8px;-moz-border-radius: 8px;-webkit-border-radius: 8px;}
	
	/*活动弹窗*/
	.hdtc_bg{position: fixed; left: 0; top: 0; width: 100%; height: 100%;background-color: #000000;filter:Alpha(opacity=50);background-color: rgba(0,0,0,0.5);z-index: 999;}
	.hdtc{max-width: 1280px; max-height: 720px;position: absolute;left: -webkit-calc(50% - 640px);left: calc(50% - 640px);top: -webkit-calc(50% - 360px);top: calc(50% - 360px);background-color: #fff;border-radius: 8px;-moz-border-radius: 8px;-webkit-border-radius: 8px;}
	.hdtc img{width: 1280px;height: auto;}
	.hdtc em{position: absolute;display: block;width: 24px;height: 24px;top: -32px;right: 5px;background-image: url(/images/1/guanbi.png?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;}	

	/*首屏*/
	.page1 .content{height: 80%;background-image: url(/images/1/bg.jpg?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;overflow: hidden;}
	.page1 .content .item{padding-top: 10%;}
	.page1 .content .item .left{float: left;width: 50%;margin-top: 2%;}
	.page1 .content .item .left .title{width: 100%;}
	.page1 .content .item .left .title img{width: 80%;}
	.page1 .content .item .left p{font-size: 36px;color: #fff;margin-top: 30px;}
	.page1 .content .item .left .btn{position: relative;margin-top: 128px;}
	.page1 .content .item .left .btn a{padding: 16px 74px;border-radius: 38px;color: #091422;font-size: 24px;background: -webkit-linear-gradient(right top, red , blue); /* Safari 5.1 - 6.0 */background: -o-linear-gradient(bottom left, #00deff, #23f9a2); /* Opera 11.1 - 12.0 */background: -moz-linear-gradient(bottom left, #00deff, #23f9a2); /* Firefox 3.6 - 15 */background: linear-gradient(to bottom left, #00deff, #23f9a2); /* 标准的语法（必须放在最后） */}
	.free1{background: -webkit-linear-gradient(right top, red , blue);/* Safari 5.1 - 6.0 */background: -o-linear-gradient(bottom left, #06e8f6, #23f6bf);/* Opera 11.1 - 12.0 */background: -moz-linear-gradient(bottom left, #06e8f6, #23f6bf);/* Firefox 3.6 - 15 */background: linear-gradient(to bottom left, #06e8f6, #23f6bf);/* 标准的语法（必须放在最后） */ box-shadow: 0px 4px 20px #03c6d0;}
	.page1 .content .item .left .btn .sweep{border: 2px solid #00deff;background:none;color: #fff;}
	.page1 .content .item .left .btn .code{float: left;margin-top: -12%;margin-left: 60%;}
	.page1 .content .item .right{float: right;width: 50%;}
	/*轮播图*/
	.com-banner{height: 80%;background-repeat: no-repeat;background-size: 100% 100%;overflow: hidden;}
	.com-banner img{max-width: 100%;height: auto;}
	.com-banner .swiper-slide{background-repeat: no-repeat;background-size: 100% 100%;overflow: hidden;}
	.com-banner .public-container{position: relative;}
	.com-banner .banner1{background-image: url(/images/1/ad.jpg?cachesj=2025010101);}
	.com-banner .banner2{background-image: url(/images/1/ad2.jpg?cachesj=2025010101);}
	.com-banner .banner1 .com-banner-text{position: absolute;top: 20%;left: 50%;transform: translate(-50%, 0);}
	.com-banner .banner1 .com-banner-pic{z-index: 1;position: absolute;top: 50%;left: 50%;transform: translate(-50%, 0);}
	.com-banner .banner1 .com-banner-pic2{position: absolute;top: 50%;left: 71%;transform: translate(0, -21%);}
	.com-banner .banner2 .com-banner-text{position: absolute;top: 20%;left: 50%;transform: translate(-50%, 0);}

	.page1 .footer {width: 100%;height: 17%;padding-top: 3%;background-color: #fff;overflow: hidden;}
	.page1 .footer .icon{float: left;width: 12.5%;text-align: center;}
	.page1 .footer .icon img{width: 38%;}
	.page1 .footer .icon p{font-size: 18px;color: #666;margin-top: 8px;}

	/*分销系统*/
	.page2{background-image: url(/images/2/bg.jpg?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;overflow: hidden;}
	.page2 .content{padding-top: 10%;}
	.page2 .content .title{width: 100%;text-align: center;margin-bottom: 8%;}
	.page2 .content .title img{width: 60%;}
	.page2 .content .title1{display: none;}
	.page2 .content .left{float:left;width: 50%;}
	.page2 .content .left img{width: 90%;}
	.page2 .content .right{float:left;width: 50%;color: #fff;margin-top: 2%;}
	.page2 .content .right h2{margin-left: 4%;font-size: 26px;}
	.page2 .content .right .inner{margin-top: 50px;}
	.page2 .content .right .icon{display: inline-block;width: 19%;margin-bottom: 50px;text-align: center;}
	.page2 .content .right .icon img{width: 94px;}
	.page2 .content .right .icon p{font-size: 22px;margin-top: 8px;}

	/*分销助手*/
	.page3{background-image: url(/images/3/bg.jpg?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;overflow: hidden;}
	.page3 .content{padding-top: 10%;}
	.page3 .content .title{width: 100%;text-align: center;margin-bottom: 10%;}
	.page3 .content .title img{width: 60%;}
	.page3 .content .title1{display: none;}
	.page3 .content .left{float:left;width: 50%;margin-top: -4%;text-align: right;}
	.page3 .content .left img{width: 80%;}
	.page3 .content .right{float:left;width: 50%;color: #fff;}
	.page3 .content .right h2{margin-left: 4%;font-size: 26px;}
	.page3 .content .right .inner{margin-top: 50px;}
	.page3 .content .right .icon{display: inline-block;width: 20%;margin-bottom: 50px;text-align: center;}
	.page3 .content .right .icon img{width: 94px;}
	.page3 .content .right .icon p{font-size: 22px;margin-top: 8px;}

	/*微店系统*/
	.page4{background-image: url(/images/4/bg.jpg?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;overflow: hidden;}
	.page4 .content{padding-top: 10%;}
	.page4 .content .title{width: 100%;text-align: center;margin-bottom: 8%;}
	.page4 .content .title img{width: 60%;}
	.page4 .content .title1{display: none;}
	.page4 .content .left{float:left;width: 50%;}
	.page4 .content .right{float:left;width: 50%;color: #fff;margin-top: 4%;}
	.page4 .content .right h2{margin-left: 4%;font-size: 26px;}
	.page4 .content .right .inner{margin-top: 50px;}
	.page4 .content .right .icon{display: inline-block;width: 19%;margin-bottom: 50px;text-align: center;}
	.page4 .content .right .icon img{width: 94px;}
	.page4 .content .right .icon p{font-size: 22px;margin-top: 8px;}

	/*网店系统*/
	.page5{background-image: url(/images/5/bg.jpg?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;overflow: hidden;}
	.page5 .content{padding-top: 10%;}
	.page5 .content .title{width: 100%;text-align: center;margin-bottom: 9%;}
	.page5 .content .title img{width: 60%;}
	.page5 .content .title1{display: none;}
	.page5 .content .left{float:left;width: 50%;text-align: right;}
	.page5 .content .left img{width: 82%;}
	.page5 .content .right{float:left;width: 50%;color: #fff;margin-top: 2%;}
	.page5 .content .right h2{margin-left: 4%;font-size: 26px;}
	.page5 .content .right .inner{margin-top: 50px;}
	.page5 .content .right .icon{display: inline-block;width: 19%;margin-bottom: 50px;text-align: center;}
	.page5 .content .right .icon img{width: 94px;}
	.page5 .content .right .icon p{font-size: 22px;margin-top: 8px;}

	/*合作案例*/
	.page6{position: relative;height: 100%;background-image: url(/images/6/bg.jpg?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;overflow: hidden;}
	.page6 .content .title{width: 616px;margin: 0 auto;margin-top: 14%;;text-align: center;color: #fff;}
	.page6 .content .title .subtitle{margin-top: 28px;}
	.page6 .content .title .subtitle span{display: inline-block;width: 150px;}
	.page6 .content .title .subtitle b{font-size: 30px;}
	.page6 .content .title .subtitle p{font-size: 18px;}
	.page6 .content .logo{width: 100%;height: 48%;margin-top: 8%;}
	.page6 .content .logo .img{float: left;text-align: center;}
	.page6 .content .logo .img1{display: inline-block;width: 19%;height: 34%;}
	.page6 .content .logo img{width: 68%;margin: 0 auto;}
	.swiper-button-prev, .swiper-button-next{margin-top: -62px !important;}
}

/*第2种，1680≤分辨率≤1920*/
@media screen and (min-width: 1680px) and (max-width: 1920px){
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{height: 20px;}

	/*公共居中宽度*/
	.public-container{max-width: 1600px;margin: 0 auto;height: 100%;}
	img{max-width: 100%;height: auto;}

	/*头部导航*/
	header{position: fixed;top: 0;width: 100%; height: 100px;z-index: 999;}
	header .logo{float: left;width: 372px;height: 38px; background-image: url(/images/1/logo.png?cachesj=2025010101);background-repeat: no-repeat;margin-top: 30px;margin-left: 5%;}
	header .nav{float: right;margin-right: 5%;line-height: 100px;}
	header .nav li{float: left;color: #fff;font-size: 16px;margin-left: 34px;}
	header .nav .active{color: #06e8f6;}
	header .nav .free{padding: 6px 25px;border-radius: 20px;color: #091422;font-size: 14px;background: -webkit-linear-gradient(right top, red , blue); /* Safari 5.1 - 6.0 */background: -o-linear-gradient(bottom left, #00deff, #23f9a2); /* Opera 11.1 - 12.0 */background: -moz-linear-gradient(bottom left, #00deff, #23f9a2); /* Firefox 3.6 - 15 */background: linear-gradient(to bottom left, #00deff, #23f9a2); /* 标准的语法（必须放在最后） */}

	/*免费试用弹窗*/
	.tanchu_bg{display: none;position: fixed; left: 0; top: 0; width: 100%; height: 100%;background-color: #000000;filter:Alpha(opacity=50);background-color: rgba(0,0,0,0.5);z-index: 999;}
	.tanchu{width: 258px; height: 258px;position: absolute;left: 50%;top: 50%;margin-top: -142px;margin-left: -142px;background-color: #fff;border-radius: 8px;-moz-border-radius: 8px;-webkit-border-radius: 8px;}

	/*活动弹窗*/
	.hdtc_bg{position: fixed; left: 0; top: 0; width: 100%; height: 100%;background-color: #000000;filter:Alpha(opacity=50);background-color: rgba(0,0,0,0.5);z-index: 999;}
	.hdtc{max-width: 1280px; max-height: 720px;position: absolute;left: -webkit-calc(50% - 640px);left: calc(50% - 640px);top: -webkit-calc(50% - 360px);top: calc(50% - 360px);background-color: #fff;border-radius: 8px;-moz-border-radius: 8px;-webkit-border-radius: 8px;}
	.hdtc img{width: 1280px;height: auto;}
	.hdtc em{position: absolute;display: block;width: 24px;height: 24px;top: -32px;right: 5px;background-image: url(/images/1/guanbi.png?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;}

	/*首屏*/
	.page1 .content{height: 80%;background-image: url(/images/1/bg.jpg?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;overflow: hidden;}
	.page1 .content .item{padding-top: 8%;}
	.page1 .content .item .left{float: left;width: 50%;margin-top: 2%;}
	.page1 .content .item .left .title{width: 100%;}
	.page1 .content .item .left .title img{width: 80%;}
	.page1 .content .item .left p{font-size: 36px;color: #fff;margin-top: 30px;}
	.page1 .content .item .left .btn{position: relative;margin-top: 128px;}
	.page1 .content .item .left .btn a{padding: 16px 74px;border-radius: 38px;color: #091422;font-size: 24px;background: -webkit-linear-gradient(right top, red , blue); /* Safari 5.1 - 6.0 */background: -o-linear-gradient(bottom left, #00deff, #23f9a2); /* Opera 11.1 - 12.0 */background: -moz-linear-gradient(bottom left, #00deff, #23f9a2); /* Firefox 3.6 - 15 */background: linear-gradient(to bottom left, #00deff, #23f9a2); /* 标准的语法（必须放在最后） */}
	.free1{background: -webkit-linear-gradient(right top, red , blue);/* Safari 5.1 - 6.0 */background: -o-linear-gradient(bottom left, #06e8f6, #23f6bf);/* Opera 11.1 - 12.0 */background: -moz-linear-gradient(bottom left, #06e8f6, #23f6bf);/* Firefox 3.6 - 15 */background: linear-gradient(to bottom left, #06e8f6, #23f6bf);/* 标准的语法（必须放在最后） */ box-shadow: 0px 4px 20px #03c6d0;}
	.page1 .content .item .left .btn .sweep{border: 2px solid #00deff;background:none;color: #fff;}
	.page1 .content .item .left .btn .code{float: left;margin-top: -12%;margin-left: 60%;}
	.page1 .content .item .right{float: right;width: 50%;}
	/*轮播图*/
	.com-banner{height: 80%;background-repeat: no-repeat;background-size: 100% 100%;overflow: hidden;}
	.com-banner img{max-width: 100%;height: auto;}
	.com-banner .swiper-slide{background-repeat: no-repeat;background-size: 100% 100%;overflow: hidden;}
	.com-banner .public-container{position: relative;}
	.com-banner .banner1{background-image: url(/images/1/ad.jpg?cachesj=2025010101);}
	.com-banner .banner2{background-image: url(/images/1/ad2.jpg?cachesj=2025010101);}
	.com-banner .banner1 .com-banner-text{position: absolute;top: 15%;left: 50%;transform: translate(-50%, 0);text-align: center;}
	.com-banner .banner1 .com-banner-text img{width: 90%;}
	.com-banner .banner1 .com-banner-pic{z-index: 1;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -10%);text-align: center;}
	.com-banner .banner1 .com-banner-pic img{width: 90%;}
	.com-banner .banner1 .com-banner-pic2{position: absolute;top: 50%;left: 68%;transform: translate(0, -30%);text-align: center;}
	.com-banner .banner1 .com-banner-pic2 img{width: 80%;}
	.com-banner .banner2 .com-banner-text{position: absolute;top: 20%;left: 50%;transform: translate(-50%, 0);text-align: center;}

	.page1 .footer {width: 100%;height: 17%;padding-top: 3%;background-color: #fff;overflow: hidden;}
	.page1 .footer .icon{float: left;width: 12.5%;text-align: center;}
	.page1 .footer .icon p{font-size: 18px;color: #666;margin-top: 8px;}

	/*分销系统*/
	.page2{background-image: url(/images/2/bg.jpg?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;overflow: hidden;}
	.page2 .content{padding-top: 10%;}
	.page2 .content .title{width: 100%;text-align: center;margin-bottom: 4%;}
	.page2 .content .title img{width: 56%;}
	.page2 .content .title1{display: none;}
	.page2 .content .left{float:left;width: 50%;}
	.page2 .content .left img{width: 90%;}
	.page2 .content .right{float:left;width: 50%;color: #fff;margin-top: 2%;}
	.page2 .content .right h2{margin-left: 4%;font-size: 26px;}
	.page2 .content .right .inner{margin-top: 50px;}
	.page2 .content .right .icon{display: inline-block;width: 19%;margin-bottom: 50px;text-align: center;}
	.page2 .content .right .icon img{width: 94px;}
	.page2 .content .right .icon p{font-size: 22px;margin-top: 8px;}

	/*分销助手*/
	.page3{background-image: url(/images/3/bg.jpg?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;overflow: hidden;}
	.page3 .content{padding-top: 10%;}
	.page3 .content .title{width: 100%;text-align: center;margin-bottom: 6%;}
	.page3 .content .title img{width: 56%;}
	.page3 .content .title1{display: none;}
	.page3 .content .left{float:left;width: 50%;margin-top: -4%;text-align: right;}
	.page3 .content .left img{width: 76%;}
	.page3 .content .right{float:left;width: 50%;color: #fff;}
	.page3 .content .right h2{margin-left: 4%;font-size: 26px;}
	.page3 .content .right .inner{margin-top: 50px;}
	.page3 .content .right .icon{display: inline-block;width: 23%;margin-bottom: 50px;text-align: center;}
	.page3 .content .right .icon img{width: 94px;}
	.page3 .content .right .icon p{font-size: 22px;margin-top: 8px;}

	/*微店系统*/
	.page4{background-image: url(/images/4/bg.jpg?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;overflow: hidden;}
	.page4 .content{padding-top: 10%;}
	.page4 .content .title{width: 100%;text-align: center;margin-bottom: 6%;}
	.page4 .content .title img{width: 56%;}
	.page4 .content .title1{display: none;}
	.page4 .content .left{float:left;width: 50%;margin-top: -2%}
	.page4 .content .left img{width: 84%;}
	.page4 .content .right{float:left;width: 50%;color: #fff;}
	.page4 .content .right h2{margin-left: 4%;font-size: 26px;}
	.page4 .content .right .inner{margin-top: 50px;}
	.page4 .content .right .icon{display: inline-block;width: 19%;margin-bottom: 50px;text-align: center;}
	.page4 .content .right .icon img{width: 94px;}
	.page4 .content .right .icon p{font-size: 22px;margin-top: 8px;}

	/*网店系统*/
	.page5{background-image: url(/images/5/bg.jpg?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;overflow: hidden;}
	.page5 .content{padding-top: 8%;}
	.page5 .content .title{width: 100%;text-align: center;margin-bottom: 4%;}
	.page5 .content .title img{width: 60%;}
	.page5 .content .title1{display: none;}
	.page5 .content .left{float:left;width: 50%;text-align: right;margin-top: 1%;}
	.page5 .content .left img{width: 80%;}
	.page5 .content .right{float:left;width: 50%;color: #fff;margin-top: 2%;}
	.page5 .content .right h2{margin-left: 4%;font-size: 26px;}
	.page5 .content .right .inner{margin-top: 50px;}
	.page5 .content .right .icon{display: inline-block;width: 19%;margin-bottom: 50px;text-align: center;}
	.page5 .content .right .icon img{width: 94px;}
	.page5 .content .right .icon p{font-size: 22px;margin-top: 8px;}

	/*合作案例*/
	.page6{position: relative;height: 100%;background-image: url(/images/6/bg.jpg?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;overflow: hidden;}
	.page6 .content .title{width: 616px;margin: 0 auto;margin-top: 9%;;text-align: center;color: #fff;}
	.page6 .content .title .subtitle{margin-top: 28px;}
	.page6 .content .title .subtitle span{display: inline-block;width: 150px;}
	.page6 .content .title .subtitle b{font-size: 30px;}
	.page6 .content .title .subtitle p{font-size: 18px;}
	.page6 .content .logo{width: 100%;height:60%;margin-top: 4%;}
	.page6 .content .logo .img{float: left;text-align: center;}
	.page6 .content .logo .img1{display: inline-block;width: 19%;height: 34%;}
	.page6 .content .logo img{width: 68%;margin: 0 auto;}
	.swiper-button-prev, .swiper-button-next{margin-top: -62px !important;}
}

/*第3种，1280≤分辨率≤1679*/
@media screen and (min-width: 1280px) and (max-width: 1679px){
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{height: 100px;}

	/*公共居中宽度*/
	.public-container{max-width: 1200px;margin: 0 auto;height: 100%;}
	img{max-width: 100%;height: auto;}

	/*头部导航*/
	header{position: fixed;top: 0;width: 100%; height: 80px;z-index: 999;}
	header .logo{float: left;width: 372px;height: 38px; background-image: url(/images/1/logo.png?cachesj=2025010101);background-repeat: no-repeat;margin-top: 18px;margin-left: 5%;}
	header .nav{float: right;margin-right: 5%;line-height: 80px;}
	header .nav li{float: left;color: #fff;font-size: 16px;margin-left: 34px;}
	header .nav .active{color: #06e8f6;}
	header .nav .free{padding: 6px 25px;border-radius: 20px;color: #091422;font-size: 14px;background: -webkit-linear-gradient(right top, red , blue); /* Safari 5.1 - 6.0 */background: -o-linear-gradient(bottom left, #00deff, #23f9a2); /* Opera 11.1 - 12.0 */background: -moz-linear-gradient(bottom left, #00deff, #23f9a2); /* Firefox 3.6 - 15 */background: linear-gradient(to bottom left, #00deff, #23f9a2); /* 标准的语法（必须放在最后） */}

	/*免费试用弹窗*/
	.tanchu_bg{display: none;position: fixed; left: 0; top: 0; width: 100%; height: 100%;background-color: #000000;filter:Alpha(opacity=50);background-color: rgba(0,0,0,0.5);z-index: 999;}
	.tanchu{width: 258px; height: 258px;position: absolute;left: 50%;top: 50%;margin-top: -142px;margin-left: -142px;background-color: #fff;border-radius: 8px;-moz-border-radius: 8px;-webkit-border-radius: 8px;}

	/*活动弹窗*/
	.hdtc_bg{position: fixed; left: 0; top: 0; width: 100%; height: 100%;background-color: #000000;filter:Alpha(opacity=50);background-color: rgba(0,0,0,0.5);z-index: 999;}
	.hdtc{max-width: 800px; max-height: 450px;position: absolute;left: -webkit-calc(50% - 400px);left: calc(50% - 400px);top: -webkit-calc(50% - 225px);top: calc(50% - 225px);background-color: #fff;border-radius: 8px;-moz-border-radius: 8px;-webkit-border-radius: 8px;}
	.hdtc img{max-width: 100%;height: auto;}
	.hdtc em{position: absolute;display: block;width: 16px;height: 16px;top: -24px;right: 5px;background-image: url(/images/1/guanbi.png?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;}

	/*首屏*/
	.page1 .content{height: 80%;background-image: url(/images/1/bg.jpg?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;overflow: hidden;}
	.page1 .content .item{padding-top: 10%;}
	.page1 .content .item .left{float: left;width: 50%;}
	.page1 .content .item .left .title{width: 100%;}
	.page1 .content .item .left p{font-size: 30px;color: #fff;margin-top: 30px;}
	.page1 .content .item .left .btn{margin-top: 16%;}
	.page1 .content .item .left .btn a{padding: 14px 46px;border-radius: 38px;color: #091422;font-size: 18px;background: -webkit-linear-gradient(right top, red , blue); /* Safari 5.1 - 6.0 */background: -o-linear-gradient(bottom left, #00deff, #23f9a2); /* Opera 11.1 - 12.0 */background: -moz-linear-gradient(bottom left, #00deff, #23f9a2); /* Firefox 3.6 - 15 */background: linear-gradient(to bottom left, #00deff, #23f9a2); /* 标准的语法（必须放在最后） */}
	.free1{background: -webkit-linear-gradient(right top, red , blue);/* Safari 5.1 - 6.0 */background: -o-linear-gradient(bottom left, #06e8f6, #23f6bf);/* Opera 11.1 - 12.0 */background: -moz-linear-gradient(bottom left, #06e8f6, #23f6bf);/* Firefox 3.6 - 15 */background: linear-gradient(to bottom left, #06e8f6, #23f6bf);/* 标准的语法（必须放在最后） */ box-shadow: 0px 4px 20px #03c6d0;}
	.page1 .content .item .left .btn .sweep{border: 2px solid #00deff;background:none;color: #fff;}
	.page1 .content .item .left .btn .code{float: left;margin-top: -14%;margin-left: 66%;}
	.page1 .content .item .right{float: right;width: 50%;}
	/*轮播图*/
	.com-banner{height: 80%;background-repeat: no-repeat;background-size: 100% 100%;overflow: hidden;}
	.com-banner img{max-width: 100%;height: auto;}
	.com-banner .swiper-slide{background-repeat: no-repeat;background-size: 100% 100%;overflow: hidden;}
	.com-banner .public-container{position: relative;}
	.com-banner .banner1{background-image: url(/images/1/ad.jpg?cachesj=2025010101);}
	.com-banner .banner2{background-image: url(/images/1/ad2.jpg?cachesj=2025010101);}
	.com-banner .banner1 .com-banner-text{position: absolute;top: 17%;left: 50%;transform: translate(-50%, 0);text-align: center;}
	.com-banner .banner1 .com-banner-text img{width: 76%;}
	.com-banner .banner1 .com-banner-pic{z-index: 1;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -10%);text-align: center;}
	.com-banner .banner1 .com-banner-pic img{width: 80%;}
	.com-banner .banner1 .com-banner-pic2{position: absolute;top: 50%;left: 62%;transform: translate(0, -35%);text-align: center;}
	.com-banner .banner1 .com-banner-pic2 img{width: 50%;}
	.com-banner .banner2 .com-banner-text{position: absolute;top: 20%;left: 50%;transform: translate(-50%, 0);text-align: center;}
	.com-banner .banner2 .com-banner-text img{width: 70%;}

	.page1 .footer{width: 100%;height: 20%;background-color: #f8f8f8;overflow: hidden;}
	.page1 .footer .item{padding: 0 10%;}
	.page1 .footer .icon{float: left;width: 12.5%;padding-top: 2.2%;text-align: center;}
	.page1 .footer .icon img{width: 40%;}
	.page1 .footer .icon p{font-size: 16px;color: #666;margin-top: 8px;}

	/*分销系统*/
	.page2{background-image: url(/images/2/bg.jpg?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;overflow: hidden;}
	.page2 .content{padding-top: 10%;}
	.page2 .content .title{width: 100%;text-align: center;margin-bottom: 2%;}
	.page2 .content .title img{width: 66%;}
	.page2 .content .title1{display: none;}
	.page2 .content .left{float:left;width: 50%;}
	.page2 .content .right{float:left;width: 50%;color: #fff;margin-top: 20px;}
	.page2 .content .right h2{margin-left: 4%;font-size: 24px;}
	.page2 .content .right .inner{margin-top: 50px;}
	.page2 .content .right .icon{display: inline-block;width: 19%;margin-bottom: 50px;text-align: center;}
	.page2 .content .right .icon img{width: 70px;}
	.page2 .content .right .icon p{font-size: 18px;margin-top: 8px;}

	/*分销助手*/
	.page3{background-image: url(/images/3/bg.jpg?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;overflow: hidden;}
	.page3 .content{padding-top: 10%;}
	.page3 .content .title{width: 100%;text-align: center;margin-bottom: 5%;}
	.page3 .content .title img{width: 66%;}
	.page3 .content .title1{display: none;}
	.page3 .content .left{float:left;width: 50%;text-align: right;margin-top: -6%;}
	.page3 .content .left img{width: 76%;}
	.page3 .content .right{float:left;width: 50%;color: #fff;margin-top: -2%;}
	.page3 .content .right h2{margin-left: 4%;font-size: 26px;}
	.page3 .content .right .inner{margin-top: 50px;}
	.page3 .content .right .icon{display: inline-block;width: 24%;margin-bottom: 50px;text-align: center;}
	.page3 .content .right .icon img{width: 70px;}
	.page3 .content .right .icon p{font-size: 18px;margin-top: 8px;}

	/*微店系统*/
	.page4{background-image: url(/images/4/bg.jpg?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;overflow: hidden;}
	.page4 .content{padding-top: 10%;}
	.page4 .content .title{width: 100%;text-align: center;margin-bottom: 2%;}
	.page4 .content .title img{width: 66%;}
	.page4 .content .title1{display: none;}
	.page4 .content .left{float:left;width: 50%;margin-top: -1%}
	.page4 .content .left img{width: 90%;}
	.page4 .content .right{float:left;width: 50%;color: #fff;margin-top: 2%;}
	.page4 .content .right h2{margin-left: 4%;font-size: 26px;}
	.page4 .content .right .inner{margin-top: 50px;}
	.page4 .content .right .icon{display: inline-block;width: 19%;margin-bottom: 50px;text-align: center;}
	.page4 .content .right .icon img{width: 70px;}
	.page4 .content .right .icon p{font-size: 18px;margin-top: 8px;}

	/*网店系统*/
	.page5{background-image: url(/images/5/bg.jpg?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;overflow: hidden;}
	.page5 .content{padding-top: 10%;}
	.page5 .content .title{width: 100%;text-align: center;margin-bottom: 3%;}
	.page5 .content .title img{width: 66%;}
	.page5 .content .title1{display: none;}
	.page5 .content .left{float:left;width: 50%;text-align: right;}
	.page5 .content .left img{width: 76%;}
	.page5 .content .right{float:left;width: 50%;color: #fff;}
	.page5 .content .right h2{margin-left: 4%;font-size: 26px;}
	.page5 .content .right .inner{margin-top: 50px;}
	.page5 .content .right .icon{display: inline-block;width: 19%;margin-bottom: 50px;text-align: center;}
	.page5 .content .right .icon img{width: 70px;}
	.page5 .content .right .icon p{font-size: 18px;margin-top: 8px;}

	/*合作案例*/
	.page6{position: relative;height: 100%;background-image: url(/images/6/bg.jpg?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;overflow: hidden;}
	.page6 .content .title{width: 616px;margin: 0 auto;padding-top: 10%;text-align: center;color: #fff;}
	.page6 .content .title img{width: 26%;}
	.page6 .content .title .subtitle{margin-top: 20px;}
	.page6 .content .title .subtitle span{display: inline-block;width: 130px;}
	.page6 .content .title .subtitle b{font-size: 24px;}
	.page6 .content .title .subtitle p{font-size: 18px;}
	.page6 .content .logo{width: 100%;height:70%;padding-top: 3%;}
	.page6 .content .logo .logoBox{width: 80% !important;margin: 0 auto;margin-right: 15%;}
	.page6 .content .logo .img{float: left;text-align: center;}
	.page6 .content .logo .img1{float: left;width: 18%;height: 28%;}
	.page6 .content .logo img{width: 68%;margin: 0 auto;}
	.swiper-button-prev, .swiper-button-next{width: 4% !important;margin-top: -50px !important;}
	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 80px 4px !important;}
}

/*第4种，1024≤分辨率≤1279*/
@media screen and (min-width: 1024px) and (max-width: 1279px){
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{height: 20px;}
	
	/*公共居中宽度*/
	.public-container{max-width: 960px;margin: 0 auto;height: 100%;}
	img{max-width: 100%;height: auto;}

	/*头部导航*/
	header{position: fixed;top: 0;width: 100%; height: 100px;z-index: 999;}
	header .logo{float: left;width: 372px;height: 38px; background-image: url(/images/1/logo.png?cachesj=2025010101);background-repeat: no-repeat;margin-top: 30px;margin-left: 3%;}
	header .nav{float: right;margin-right: 3%;line-height: 100px;}
	header .nav li{float: left;color: #fff;font-size: 16px;margin-left: 34px;}
	header .nav .active{color: #06e8f6;}
	header .nav .free{padding: 6px 25px;border-radius: 20px;color: #091422;font-size: 14px;font-weight: bold;background: -webkit-linear-gradient(right top, red , blue); /* Safari 5.1 - 6.0 */background: -o-linear-gradient(bottom left, #00deff, #23f9a2); /* Opera 11.1 - 12.0 */background: -moz-linear-gradient(bottom left, #00deff, #23f9a2); /* Firefox 3.6 - 15 */background: linear-gradient(to bottom left, #00deff, #23f9a2); /* 标准的语法（必须放在最后） */}

	/*免费试用弹窗*/
	.tanchu_bg{display: none;position: fixed; left: 0; top: 0; width: 100%; height: 100%;background-color: #000000;filter:Alpha(opacity=50);background-color: rgba(0,0,0,0.5);z-index: 999;}
	.tanchu{width: 258px; height: 258px;position: absolute;left: 50%;top: 50%;margin-top: -142px;margin-left: -142px;background-color: #fff;border-radius: 8px;-moz-border-radius: 8px;-webkit-border-radius: 8px;}

	/*活动弹窗*/
	.hdtc_bg{position: fixed; left: 0; top: 0; width: 100%; height: 100%;background-color: #000000;filter:Alpha(opacity=50);background-color: rgba(0,0,0,0.5);z-index: 999;}
	.hdtc{max-width: 720px; max-height: 405px;position: absolute;left: -webkit-calc(50% - 360px);left: calc(50% - 360px);top: -webkit-calc(50% - 202px);top: calc(50% - 202px);background-color: #fff;border-radius: 8px;-moz-border-radius: 8px;-webkit-border-radius: 8px;}
	.hdtc img{max-width: 100%;height: auto;}
	.hdtc em{position: absolute;display: block;width: 16px;height: 16px;top: -24px;right: 5px;background-image: url(/images/1/guanbi.png?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;}

	/*首屏*/
	.page1 .content{height: 80%;background-image: url(/images/1/bg.jpg?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;overflow: hidden;}
	.page1 .content .item{padding-top: 14%;}
	.page1 .content .item .left{float: left;width: 50%;}
	.page1 .content .item .left .title{width: 100%;}
	.page1 .content .item .left p{font-size: 26px;color: #fff;margin-top: 30px;}
	.page1 .content .item .left .btn{margin-top: 16%;}
	.page1 .content .item .left .btn a{padding: 14px 46px;border-radius: 38px;color: #091422;font-size: 18px;background: -webkit-linear-gradient(right top, red , blue); /* Safari 5.1 - 6.0 */background: -o-linear-gradient(bottom left, #00deff, #23f9a2); /* Opera 11.1 - 12.0 */background: -moz-linear-gradient(bottom left, #00deff, #23f9a2); /* Firefox 3.6 - 15 */background: linear-gradient(to bottom left, #00deff, #23f9a2); /* 标准的语法（必须放在最后） */}
	.free1{background: -webkit-linear-gradient(right top, red , blue);/* Safari 5.1 - 6.0 */background: -o-linear-gradient(bottom left, #06e8f6, #23f6bf);/* Opera 11.1 - 12.0 */background: -moz-linear-gradient(bottom left, #06e8f6, #23f6bf);/* Firefox 3.6 - 15 */background: linear-gradient(to bottom left, #06e8f6, #23f6bf);/* 标准的语法（必须放在最后） */ box-shadow: 0px 4px 20px #03c6d0;}
	.page1 .content .item .left .btn .sweep{border: 2px solid #00deff;background:none;color: #fff;}
	.page1 .content .item .left .btn .code{float: left;margin-top: -14%;margin-left: 78%;}
	.page1 .content .item .right{float: right;width: 50%;}
	.page1 .footer{width: 100%;height: 20%;background-color: #f8f8f8;overflow: hidden;}
	/*轮播图*/
	.com-banner{height: 80%;background-repeat: no-repeat;background-size: 100% 100%;overflow: hidden;}
	.com-banner img{max-width: 100%;height: auto;}
	.com-banner .swiper-slide{background-repeat: no-repeat;background-size: 100% 100%;overflow: hidden;}
	.com-banner .public-container{position: relative;}
	.com-banner .banner1{background-image: url(/images/1/ad.jpg?cachesj=2025010101);}
	.com-banner .banner2{background-image: url(/images/1/ad2.jpg?cachesj=2025010101);}
	.com-banner .banner1 .com-banner-text{position: absolute;top: 17%;left: 50%;transform: translate(-50%, 0);text-align: center;}
	.com-banner .banner1 .com-banner-text img{width: 76%;}
	.com-banner .banner1 .com-banner-pic{z-index: 1;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -10%);text-align: center;}
	.com-banner .banner1 .com-banner-pic img{width: 80%;}
	.com-banner .banner1 .com-banner-pic2{position: absolute;top: 50%;left: 61%;transform: translate(0, -35%);text-align: center;}
	.com-banner .banner1 .com-banner-pic2 img{width: 50%;}
	.com-banner .banner2 .com-banner-text{position: absolute;top: 20%;left: 50%;transform: translate(-50%, 0);text-align: center;}
	.com-banner .banner2 .com-banner-text img{width: 70%;}

	.page1 .footer .item{padding: 0 10%;}
	.page1 .footer .icon{float: left;width: 12.5%;padding-top: 2.2%;text-align: center;}
	.page1 .footer .icon img{width: 56%;}
	.page1 .footer .icon p{font-size: 16px;color: #666;margin-top: 8px;}

	/*分	销系统*/
	.page2{background-image: url(/images/2/bg.jpg?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;overflow: hidden;}
	.page2 .content{padding-top: 14%;}
	.page2 .content .title{width: 100%;text-align: center;margin-bottom: 4%;}
	.page2 .content .title img{width: 66%;}
	.page2 .content .title1{display: none;}
	.page2 .content .left{float:left;width: 50%;margin-top: 10px;}
	.page2 .content .right{float:left;width: 50%;color: #fff;margin-top: 20px;}
	.page2 .content .right h2{margin-left: 4%;font-size: 22px;}
	.page2 .content .right .inner{margin-top: 40px;}
	.page2 .content .right .icon{display: inline-block;width: 19%;margin-bottom: 24px;text-align: center;}
	.page2 .content .right .icon img{width: 70px;}
	.page2 .content .right .icon p{font-size: 16px;margin-top: 8px;}

	/*分销助手*/
	.page3{background-image: url(/images/3/bg.jpg?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;overflow: hidden;}
	.page3 .content{padding-top: 14%;}
	.page3 .content .title{width: 100%;text-align: center;margin-bottom: 5%;}
	.page3 .content .title img{width: 66%;}
	.page3 .content .title1{display: none;}
	.page3 .content .left{float:left;width: 50%;text-align: right;margin-top: -2%;}
	.page3 .content .left img{width: 86%;}
	.page3 .content .right{float:left;width: 50%;color: #fff;}
	.page3 .content .right h2{margin-left: 4%;font-size: 22px;}
	.page3 .content .right .inner{margin-top: 50px;}
	.page3 .content .right .icon{display: inline-block;width: 24%;margin-bottom: 36px;text-align: center;}
	.page3 .content .right .icon img{width: 70px;}
	.page3 .content .right .icon p{font-size: 16px;margin-top: 8px;}

	/*微店系统*/
	.page4{background-image: url(/images/4/bg.jpg?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;overflow: hidden;}
	.page4 .content{padding-top: 14%;}
	.page4 .content .title{width: 100%;text-align: center;margin-bottom: 5%;}
	.page4 .content .title img{width: 66%;}
	.page4 .content .title1{display: none;}
	.page4 .content .left{float:left;width: 50%;}
	.page4 .content .right{float:left;width: 50%;color: #fff;margin-top: 2%;}
	.page4 .content .right h2{margin-left: 4%;font-size: 22px;}
	.page4 .content .right .inner{margin-top: 50px;}
	.page4 .content .right .icon{display: inline-block;width: 19%;margin-bottom: 36px;text-align: center;}
	.page4 .content .right .icon img{width: 70px;}
	.page4 .content .right .icon p{font-size: 16px;margin-top: 8px;}

	/*网店系统*/
	.page5{background-image: url(/images/5/bg.jpg?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;overflow: hidden;}
	.page5 .content{padding-top: 14%;}
	.page5 .content .title{width: 100%;text-align: center;margin-bottom: 7%;}
	.page5 .content .title img{width: 66%;}
	.page5 .content .title1{display: none;}
	.page5 .content .left{float:left;width: 50%;text-align: right;}
	.page5 .content .left img{width: 82%;}
	.page5 .content .right{float:left;width: 50%;color: #fff;}
	.page5 .content .right h2{margin-left: 4%;font-size: 22px;}
	.page5 .content .right .inner{margin-top: 50px;}
	.page5 .content .right .icon{display: inline-block;width: 19%;margin-bottom: 30px;text-align: center;}
	.page5 .content .right .icon img{width: 70px;}
	.page5 .content .right .icon p{font-size: 16px;margin-top: 8px;}

	/*合作案例*/
	.page6{position: relative;height: 100%;background-image: url(/images/6/bg.jpg?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;overflow: hidden;}
	.page6 .content .title{width: 616px;margin: 0 auto;margin-top: 14%;;text-align: center;color: #fff;}
	.page6 .content .title .subtitle{margin-top: 24px;}
	.page6 .content .title .subtitle span{display: inline-block;width: 130px;}
	.page6 .content .title .subtitle b{font-size: 24px;}
	.page6 .content .title .subtitle p{font-size: 18px;}
	.page6 .content .logo{width: 100%;height:50%;margin-top: 5%;}
	.page6 .content .logo .img{float: left;width: 84%;text-align: center;}
	.page6 .content .logo .img1{display: inline-block;width: 19%;height: 34%;}
	.page6 .content .logo img{width: 68%;margin: 0 auto;}
	.swiper-button-prev, .swiper-button-next{margin-top: -48px !important;}
	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: -10px 4px !important;}
}

/*第5种，768≤分辨率≤1023*/
@media screen and (min-width: 768px) and (max-width: 1023px){
	a:hover {color: #fff;}
	/*公共居中宽度*/
	.public-container{max-width: 720px;margin: 0 auto;height: 100%;}
	img{max-width: 100%;height: auto;}

	/*头部导航*/
	header{position: fixed;top: 0;width: 100%; height: 80px;z-index: 999;}
	header .logo{float: left;width: 372px;height: 38px; background-image: url(/images/1/logo.png?cachesj=2025010101);background-repeat: no-repeat;margin-top: 20px;margin-left: 3%;}
	header .nav{float: right;margin-right: 3%;line-height: 80px;}
	header .nav li{float: left;color: #fff;font-size: 16px;margin-left: 34px;}
	header .nav .active{color: #06e8f6;}
	header .nav .free{padding: 6px 25px;border-radius: 20px;color: #091422;font-size: 14px;font-weight: bold;background: -webkit-linear-gradient(right top, red , blue); /* Safari 5.1 - 6.0 */background: -o-linear-gradient(bottom left, #00deff, #23f9a2); /* Opera 11.1 - 12.0 */background: -moz-linear-gradient(bottom left, #00deff, #23f9a2); /* Firefox 3.6 - 15 */background: linear-gradient(to bottom left, #00deff, #23f9a2); /* 标准的语法（必须放在最后） */}

	/*免费试用弹窗*/
	.tanchu_bg{display: none;position: fixed; left: 0; top: 0; width: 100%; height: 100%;background-color: #000000;filter:Alpha(opacity=50);background-color: rgba(0,0,0,0.5);z-index: 999;}
	.tanchu{width: 258px; height: 258px;position: absolute;left: 50%;top: 50%;margin-top: -142px;margin-left: -142px;background-color: #fff;border-radius: 8px;-moz-border-radius: 8px;-webkit-border-radius: 8px;}

	/*活动弹窗*/
	.hdtc_bg{position: fixed; left: 0; top: 0; width: 100%; height: 100%;background-color: #000000;filter:Alpha(opacity=50);background-color: rgba(0,0,0,0.5);z-index: 999;}
	.hdtc{max-width: 720px; max-height: 405px;position: absolute;left: -webkit-calc(50% - 360px);left: calc(50% - 360px);top: -webkit-calc(50% - 202px);top: calc(50% - 202px);background-color: #fff;border-radius: 8px;-moz-border-radius: 8px;-webkit-border-radius: 8px;}
	.hdtc img{max-width: 100%;height: auto;}
	.hdtc em{position: absolute;display: block;width: 16px;height: 16px;top: -24px;right: 5px;background-image: url(/images/1/guanbi.png?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;}

	/*首屏*/
	.page1 .content{height: 84%;background-image: url(/images/1/bg.jpg?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;overflow: hidden;}
	.page1 .content .item{padding-top: 16%;text-align: center;}
	.page1 .content .item .left{}
	.page1 .content .item .left .title{width: 100%;}
	.page1 .content .item .left p{font-size: 30px;color: #fff;margin-top: 10px;}
	.page1 .content .item .left .btn{margin-top: 10%;}
	.page1 .content .item .left .btn a{padding: 16px 54px;border-radius: 38px;color: #091422;font-size: 22px;background: -webkit-linear-gradient(right top, red , blue); /* Safari 5.1 - 6.0 */background: -o-linear-gradient(bottom left, #00deff, #23f9a2); /* Opera 11.1 - 12.0 */background: -moz-linear-gradient(bottom left, #00deff, #23f9a2); /* Firefox 3.6 - 15 */background: linear-gradient(to bottom left, #00deff, #23f9a2); /* 标准的语法（必须放在最后） */}
	.page1 .content .item .left .btn .sweep{border: 2px solid #00deff;background:none;color: #fff;}
	.page1 .content .item .left .btn .code{float: left;margin-top: -12%;margin-left: 80%;}
	.page1 .content .item .right{width: 70%;margin: 0 auto;margin-top: 12%;}
	.page1 .footer {width: 100%;height: 12%;padding-top: 4%;background-color: #fff;overflow: hidden;}
	.page1 .footer .icon{float: left;width: 12.5%;text-align: center;}
	.page1 .footer .icon p{font-size: 18px;color: #666;margin-top: 8px;}

	/*分销系统*/
	.page2{background-image: url(/images/2/bg.jpg?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;}
	.page2 .content{padding-top: 16%;}
	.page2 .content .title{width: 100%;text-align: center;margin-bottom: 4%;}
	.page2 .content .title img{width: 90%;}
	.page2 .content .title1{display: none;}
	.page2 .content .left{width: 80%;margin: 0 auto;}
	.page2 .content .right{width: 100%;color: #fff;text-align: center;margin-top: 20px;}
	.page2 .content .right h2{margin-left: 4%;font-size: 24px;}
	.page2 .content .right .inner{margin-top: 50px;}
	.page2 .content .right .icon{display: inline-block;width: 19%;margin-bottom: 50px;text-align: center;}
	.page2 .content .right .icon img{width: 70px;}
	.page2 .content .right .icon p{font-size: 18px;margin-top: 8px;}

	/*分销助手*/
	.page3{background-image: url(/images/3/bg.jpg?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;}
	.page3 .content{padding-top: 16%;}
	.page3 .content .title{width: 100%;text-align: center;margin-bottom: 4%;}
	.page3 .content .title img{width: 90%;}
	.page3 .content .title1{display: none;}
	.page3 .content .left{width: 62%;margin: 0 auto;margin-top: -118%;}
	.page3 .content .right{width: 100%;color: #fff;text-align: center;margin-top: 64%;}
	.page3 .content .right h2{margin-left: 4%;font-size: 24px;}
	.page3 .content .right .inner{margin-top: 50px;}
	.page3 .content .right .icon{display: inline-block;width: 20%;margin-bottom: 50px;text-align: center;}
	.page3 .content .right .icon img{width: 70px;}
	.page3 .content .right .icon p{font-size: 18px;margin-top: 8px;}

	/*微店系统*/
	.page4{background-image: url(/images/4/bg.jpg?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;}
	.page4 .content{padding-top: 16%;}
	.page4 .content .title{width: 100%;text-align: center;margin-bottom: 4%;}
	.page4 .content .title img{width: 90%;}
	.page4 .content .title1{display: none;}
	.page4 .content .left{width: 80%;margin: 0 auto;margin-top: -3%;}
	.page4 .content .right{width: 100%;color: #fff;text-align: center;margin-top: 20px;}
	.page4 .content .right h2{margin-left: 4%;font-size: 24px;}
	.page4 .content .right .inner{margin-top: 50px;}
	.page4 .content .right .icon{display: inline-block;width: 19%;margin-bottom: 50px;text-align: center;}
	.page4 .content .right .icon img{width: 70px;}
	.page4 .content .right .icon p{font-size: 18px;margin-top: 8px;}

	/*网店系统*/
	.page5{background-image: url(/images/5/bg.jpg?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;}
	.page5 .content{padding-top: 16%;}
	.page5 .content .title{width: 100%;text-align: center;margin-bottom: 4%;}
	.page5 .content .title img{width: 90%;}
	.page5 .content .title1{display: none;}
	.page5 .content .left{width: 62%;margin: 0 auto;margin-top: -114%;}
	.page5 .content .right{width: 100%;color: #fff;text-align: center;margin-top: 64%;}
	.page5 .content .right h2{margin-left: 4%;font-size: 24px;}
	.page5 .content .right .inner{margin-top: 50px;}
	.page5 .content .right .icon{display: inline-block;width: 19%;margin-bottom: 50px;text-align: center;}
	.page5 .content .right .icon img{width: 70px;}
	.page5 .content .right .icon p{font-size: 18px;margin-top: 8px;}
	
	/*合作案例*/
	.page6{position: relative;height: 100%;background-image: url(/images/6/bg.jpg?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;overflow: hidden;}
	.page6 .content .title{width: 616px;margin: 0 auto;margin-top: 128px;;text-align: center;color: #fff;}
	.page6 .content .title .subtitle{margin-top: 28px;}
	.page6 .content .title .subtitle span{display: inline-block;width: 150px;}
	.page6 .content .title .subtitle b{font-size: 30px;}
	.page6 .content .title .subtitle p{font-size: 18px;}
	.page6 .content .logo{width: 100%;height:58%;margin-top: 10%;}
	.page6 .content .logo .img{float: left;width: 60%;text-align: center;}
	.page6 .content .logo .img1{display: inline-block;width: 30%;height: 19%;}
	.page6 .content .logo img{width: 68%;margin: 0 auto;}
	.swiper-button-prev, .swiper-button-next{margin-top: -100px !important;}
	.beian span{display: block;margin-top: 6px;}
}

/*第6种，321≤分辨率≤767*/
@media screen and (min-width: 321px) and (max-width: 767px){

	/*公共居中宽度*/
	.public-container{max-width: 92%;margin: 0 auto;height: 100%;}
	img{max-width: 100%;height: auto;}

	/*头部导航*/
	header{position: fixed;top: 0;width: 100%; height: 60px;z-index: 999;}
	header .logo{float: left;width: 230px;height: 38px; background-image: url(/images/1/logo.png?cachesj=2025010101);background-repeat: no-repeat;background-size: 100%;margin-top: 16px;margin-left: 3%;}
	header .nav{float: right;margin-right: 3%;line-height: 80px;}
	header .nav li{float: left;color: #fff;font-size: 16px;margin-top: -10px;}
	header .nav .about,.case{display: none;}
	header .nav .free{padding: 6px 20px;border-radius: 20px;color: #091422;font-size: 14px;background: -webkit-linear-gradient(right top, red , blue); /* Safari 5.1 - 6.0 */background: -o-linear-gradient(bottom left, #00deff, #23f9a2); /* Opera 11.1 - 12.0 */background: -moz-linear-gradient(bottom left, #00deff, #23f9a2); /* Firefox 3.6 - 15 */background: linear-gradient(to bottom left, #00deff, #23f9a2); /* 标准的语法（必须放在最后） */}

	/*免费试用弹窗*/
	.tanchu_bg{display: none;position: fixed; left: 0; top: 0; width: 100%; height: 100%;background-color: #000000;filter:Alpha(opacity=50);background-color: rgba(0,0,0,0.5);z-index: 999;}
	.tanchu{width: 200px; height: 200px;position: absolute;left: 50%;top: 50%;margin-top: -100px;margin-left: -100px;background-color: #fff;border-radius: 8px;-moz-border-radius: 8px;-webkit-border-radius: 8px;}
	
	/*活动弹窗*/
	.hdtc_bg{position: fixed; left: 0; top: 0; width: 100%; height: 100%;background-color: #000000;filter:Alpha(opacity=50);background-color: rgba(0,0,0,0.5);z-index: 999;}
	.hdtc{max-width: 320px; max-height: 180px;position: absolute;left: -webkit-calc(50% - 160px);left: calc(50% - 160px);top: -webkit-calc(50% - 90px);top: calc(50% - 90px);background-color: #fff;border-radius: 8px;-moz-border-radius: 8px;-webkit-border-radius: 8px;}
	.hdtc img{max-width: 100%;height: auto;}
.hdtc em{position: absolute;display: block;width: 16px;height: 16px;top: -24px;right: 5px;background-image: url(/images/1/guanbi.png?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;}

	/*首屏*/
	.page1{height: 100%;}
	.page1 .content{width: 100%;height: 66%;background-image: url(/images/1/bg.jpg?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;text-align: center;overflow: hidden;}
	.page1 .content .item{padding-top: 16%;}
	.page1 .content .item .left{width: 100%;}
	.page1 .content .item .left .title{width: 92%;margin: auto;}
	.page1 .content .item .left p{font-size: 20px;color: #fff;margin-top: 2%;}
	.page1 .content .item .left .btn{position: relative;margin-top: 3%;width: 100%;}
	.page1 .content .item .left .btn a{display: inline-block;width: 30%;padding: 8px 18px;border-radius: 38px;color: #091422;font-size: 16px;background: -webkit-linear-gradient(right top, red , blue); /* Safari 5.1 - 6.0 */background: -o-linear-gradient(bottom left, #00deff, #23f9a2); /* Opera 11.1 - 12.0 */background: -moz-linear-gradient(bottom left, #00deff, #23f9a2); /* Firefox 3.6 - 15 */background: linear-gradient(to bottom left, #00deff, #23f9a2); /* 标准的语法（必须放在最后） */}
	.page1 .content .item .left .btn .sweep{border: 2px solid #00deff;background:none;color: #fff;margin-left: 5%;}
	.page1 .content .item .left .btn .code{position: absolute;right: 3%;top: 126%;}
	.page1 .content .item .right{width: 82%;margin: 6% auto;}
	.page1 .footer .item{padding-top: 4%;}
	.page1 .footer{width: 100%;height: 34%;background-color: #fff;overflow: hidden;}
	.page1 .footer .icon{float: left;width: 25%;margin-bottom: 4%;text-align: center;}
	.page1 .footer .icon img{width: 60%;}
	.page1 .footer .icon p{font-size: 12px;color: #666;margin-top: 4px;}

	/*分销系统*/
	.page2{background-image: url(/images/2/bg.jpg?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;}
	.page2 .content{padding-top: 20%;}
	.page2 .content .title{width: 260px;height: 70px;background-image: url(/images/2/title1.png?cachesj=2025010101);background-repeat: no-repeat;margin: 0 auto;margin-bottom: 8%;}
	.page2 .content .title img{display: none;}
	.page2 .content .title1{display: none;}
	.page2 .content .left{width: 84%;margin: -6% auto;}
	.page2 .content .right{width: 100%;color: #fff;text-align: center;margin-top: 6%;}
	.page2 .content .right h2{margin-left: 4%;font-size: 18px;}
	.page2 .content .right .inner{width: 100%;margin-top: 4%;}
	.page2 .content .right .icon{float: left;width: 20%;margin-bottom: 5%;}
	.page2 .content .right .icon img{width: 74%;}
	.page2 .content .right .icon p{font-size: 12px;margin-top: 2px;}

	/*分销助手*/
	.page3{background-image: url(/images/3/bg.jpg?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;}
	.page3 .content{padding-top: 20%;}
	.page3 .content .title{width: 260px;height: 70px;background-image: url(/images/3/title1.png?cachesj=2025010101);background-repeat: no-repeat;margin: 0 auto;margin-bottom: 8%;}
	.page3 .content .title img{display: none;}
	.page3 .content .title1{display: none;}
	.page3 .content .left{width: 58%;margin: 0 auto;margin-top: -68%;}
	.page3 .content .right{width: 100%;color: #fff;text-align: center;margin-top: 60%;}
	.page3 .content .right h2{margin-left: 4%;font-size: 18px;}
	.page3 .content .right .inner{width: 100%;margin-top: 2%;}
	.page3 .content .right .icon{float: left;width: 25%;margin-bottom: 2%;}
	.page3 .content .right .icon img{width: 60%;}
	.page3 .content .right .icon p{font-size: 12px;margin-top: 8px;}

	/*微店系统*/
	.page4{background-image: url(/images/4/bg.jpg?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;}
	.page4 .content{padding-top: 20%;}
	.page4 .content .title{width: 260px;height: 70px;background-image: url(/images/4/title1.png?cachesj=2025010101);background-repeat: no-repeat;margin: 0 auto;margin-bottom: 8%;}
	.page4 .content .title img{display: none;}
	.page4 .content .title1{display: none;}
	.page4 .content .left{width: 78%;margin: -7% auto;}
	.page4 .content .right{width: 100%;color: #fff;text-align: center;margin-top: 8%;}
	.page4 .content .right h2{margin-left: 4%;font-size: 18px;}
	.page4 .content .right .inner{width: 100%;margin-top: 2%;}
	.page4 .content .right .icon{float: left;width: 20%;margin-bottom: 3%;}
	.page4 .content .right .icon img{width: 74%;}
	.page4 .content .right .icon p{font-size: 12px;margin-top: 8px;}

	/*网店系统*/
	.page5{background-image: url(/images/5/bg.jpg?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;}
	.page5 .content{padding-top: 20%;}
	.page5 .content .title{width: 260px;height: 70px;background-image: url(/images/5/title1.png?cachesj=2025010101);background-repeat: no-repeat;margin: 0 auto;margin-bottom: 8%;}
	.page5 .content .title img{display: none;}
	.page5 .content .title1{display: none;}
	.page5 .content .left{width: 66%;margin: 0 auto;margin-top: -67%;}
	.page5 .content .right{width: 100%;color: #fff;text-align: center;margin-top: 58%;}
	.page5 .content .right h2{margin-left: 4%;font-size: 18px;}
	.page5 .content .right .inner{width: 100%;margin-top: 3%;}
	.page5 .content .right .icon{float: left;width: 20%;margin-bottom: 4%;}
	.page5 .content .right .icon img{width: 74%;}
	.page5 .content .right .icon p{font-size: 12px;margin-top: 8px;}

	/*合作案例*/
	.page6{position: relative;height: 100%;background-image: url(/images/6/bg.jpg?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;overflow: hidden;}
	.page6 .content .title{width: 100%;margin: 0 auto;margin-top: 22%;text-align: center;color: #fff;}
	.page6 .content .title img{width: 42%;;}
	.page6 .content .title .subtitle{margin-top: 3%;}
	.page6 .content .title .subtitle span{float: left;width: 25%;}
	.page6 .content .title .subtitle b{font-size: 15px;}
	.page6 .content .title .subtitle p{font-size: 12px;}
	.page6 .content .logo{width: 100%;height: 64%;margin-top: 17%;}
	.page6 .content .logo .logoBox{width: 100%;}
	.page6 .content .logo .img{float: left;text-align: center;}
	.page6 .content .logo .img1{display: inline-block;width: 32%;height: 72px;}
	.page6 .content .logo img{width: 92%!important;}
	.bx-viewport{width: 100%;overflow: hidden;position: relative;height: 548px;}
	.bx-wrapper .bx-controls-direction a {position: absolute;top: 50%;margin-top: -34px;outline: 0;width: 34px;height: 34px;background-image: url(/images/6/more.png?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;text-indent: -9999px;z-index: 9999;}
	.bx-wrapper .bx-prev{left: 10px;}
	.bx-wrapper .bx-next{right: -10px;transform:rotate(180deg);-ms-transform:rotate(180deg);/* IE 9 */-moz-transform:rotate(180deg);/* Firefox */-webkit-transform:rotate(180deg);/* Safari 和 Chrome */-o-transform:rotate(180deg);/* Opera */}
	.bx-wrapper .bx-pager {text-align: center;font-size: .85em;font-family: Arial;font-weight: bold;color: #666;padding-top: 20px;position: absolute;bottom: -2%;}
	.beian{width: -webkit-calc(100% - 30px);width: calc(100% - 30px);padding: 0 15px;bottom: 1%;font-size: 10px;}
}

/*第7种，320≤分辨率*/
@media screen and (max-width: 320px){

	/*公共居中宽度*/
	.public-container{max-width: 296px;margin: 0 auto;height: 100%;}

	/*头部导航*/
	header{position: fixed;top: 0;width: 320px; height: 50px;z-index: 999;}
	header .logo{float: left;width: 200px;height: 38px; background-image: url(/images/1/logo.png?cachesj=2025010101);background-repeat: no-repeat;background-size: 100%;margin-top: 14px;margin-left: 12px;}
	header .nav{float: right;margin-right: 12px;line-height: 80px;}
	header .nav li{float: left;color: #fff;font-size: 16px;margin-top: -16px;}
	header .nav .about,.case{display: none;}
	header .nav .free{box-sizing: border-box;padding: 4px 12px;border-radius: 20px;color: #091422;font-size: 12px;background: -webkit-linear-gradient(right top, red , blue); /* Safari 5.1 - 6.0 */background: -o-linear-gradient(bottom left, #00deff, #23f9a2); /* Opera 11.1 - 12.0 */background: -moz-linear-gradient(bottom left, #00deff, #23f9a2); /* Firefox 3.6 - 15 */background: linear-gradient(to bottom left, #00deff, #23f9a2); /* 标准的语法（必须放在最后） */}

	/*免费试用弹窗*/
	.tanchu_bg{display: none;position: fixed; left: 0; top: 0; width: 100%; height: 100%;background-color: #000000;filter:Alpha(opacity=50);background-color: rgba(0,0,0,0.5);z-index: 999;}
	.tanchu{width: 150px; height: 150px;position: absolute;left: 50%;top: 50%;margin-top: -75px;margin-left: -75px;background-color: #fff;border-radius: 8px;-moz-border-radius: 8px;-webkit-border-radius: 8px;}
	.tanchu img{max-width: 100%;height: auto;}
	
	/*活动弹窗*/
	.hdtc_bg{position: fixed; left: 0; top: 0; width: 100%; height: 100%;background-color: #000000;filter:Alpha(opacity=50);background-color: rgba(0,0,0,0.5);z-index: 999;}
	.hdtc{max-width: 300px; max-height: 169px;position: absolute;left: -webkit-calc(50% - 150px);left: calc(50% - 150px);top: -webkit-calc(50% - 85px);top: calc(50% - 85px);background-color: #fff;border-radius: 8px;-moz-border-radius: 8px;-webkit-border-radius: 8px;}
	.hdtc img{max-width: 100%;height: auto;}
.hdtc em{position: absolute;display: block;width: 16px;height: 16px;top: -24px;right: 5px;background-image: url(/images/1/guanbi.png?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;}

	/*首屏*/
	.page1 .content{width: 320px;height: 356px;background-image: url(/images/1/bg.jpg?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;text-align: center;overflow: hidden;}
	.page1 .content .item{padding-top: 54px;}
	.page1 .content .item .left .title img{width: 278px;text-align: center;}
	.page1 .content .item .left p{font-size: 16px;color: #fff;margin-top: 2%;max-width: 290px;white-space:nowrap;}
	.page1 .content .item .left .btn{margin-top: 6%;width: 100%;max-width: 290px;position: relative;}
	.page1 .content .item .left .btn a{white-space:nowrap;display: inline-block;width: 30%;padding: 8px 16px;border-radius: 38px;color: #091422;font-size: 14px;background: -webkit-linear-gradient(right top, red , blue); /* Safari 5.1 - 6.0 */background: -o-linear-gradient(bottom left, #00deff, #23f9a2); /* Opera 11.1 - 12.0 */background: -moz-linear-gradient(bottom left, #00deff, #23f9a2); /* Firefox 3.6 - 15 */background: linear-gradient(to bottom left, #00deff, #23f9a2); /* 标准的语法（必须放在最后） */}
	.page1 .content .item .left .btn .sweep{border: 2px solid #00deff;background:none;color: #fff;margin-left: 5%;}
	.page1 .content .item .left .btn .code{position: absolute;right: 2%;top: 126%;}
	.page1 .content .item .right{width: 100%;margin-top: 20px;max-width: 290px;}
	.page1 .content .item .right img{max-width: 270px;}
	.page1 .footer{width: 320px;padding-top: 14px;background-color: #fff;margin-bottom: 42px;}
	.page1 .footer .icon{float: left;width: 25%;margin-bottom: 16px;text-align: center;}
	.page1 .footer .icon img{width: 60%;}
	.page1 .footer .icon p{font-size: 14px;color: #666;}

	/*分销系统*/
	.page2{background-image: url(/images/2/bg.jpg?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;}
	.page2 .content{padding-top: 20%;}
	.page2 .content .title{display: none;}
	.page2 .content .title1{width: 296px;text-align: center;margin-bottom: 20px;}
	.page2 .content .title1 img{max-width: 234px;}
	.page2 .content .left{width: 296px;text-align: center;}
	.page2 .content .left img{max-width: 80%;}
	.page2 .content .right{width: 296px;color: #fff;text-align: center;margin-top: 10px;white-space:nowrap;}
	.page2 .content .right h2{margin-left: 4%;font-size: 16px;}
	.page2 .content .right .inner{width: 100%;margin-top: 20px;}
	.page2 .content .right .icon{float: left;width: 20%;margin-bottom: 14px;}
	.page2 .content .right .icon img{width: 74%;}
	.page2 .content .right .icon p{font-size: 11px;margin-top: 8px;}

	/*分销系统*/
	.page3{background-image: url(/images/3/bg.jpg?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;}
	.page3 .content{padding-top: 20%;}
	.page3 .content .title{display: none;}
	.page3 .content .title1{width: 296px;text-align: center;margin-bottom: -16px;}
	.page3 .content .title1 img{max-width: 234px;}
	.page3 .content .left{width: 296px;text-align: center;margin-top: -228px;}
	.page3 .content .left img{max-width: 64%;}
	.page3 .content .right{width: 296px;color: #fff;text-align: center;margin-top: 74%;white-space:nowrap;}
	.page3 .content .right h2{margin-left: 4%;font-size: 16px;}
	.page3 .content .right .inner{width: 100%;margin-top: 14px;}
	.page3 .content .right .icon{float: left;width: 25%;margin-bottom: 14px;}
	.page3 .content .right .icon img{width: 60%;}
	.page3 .content .right .icon p{font-size: 11px;margin-top: 8px;}

	/*分销系统*/
	.page4{background-image: url(/images/4/bg.jpg?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;}
	.page4 .content{padding-top: 20%;}
	.page4 .content .title{display: none;}
	.page4 .content .title1{width: 296px;text-align: center;margin-bottom: 6%;}
	.page4 .content .title1 img{max-width: 234px;}
	.page4 .content .left{width: 296px;text-align: center;}
	.page4 .content .left img{max-width: 80%;}
	.page4 .content .right{width: 296px;color: #fff;text-align: center;margin-top: 10px;white-space:nowrap;}
	.page4 .content .right h2{margin-left: 4%;font-size: 16px;}
	.page4 .content .right .inner{width: 100%;margin-top: 20px;}
	.page4 .content .right .icon{float: left;width: 20%;margin-bottom: 12px;}
	.page4 .content .right .icon img{width: 74%;}
	.page4 .content .right .icon p{font-size: 11px;margin-top: 8px;}
	
	/*分销系统*/
	.page5{background-image: url(/images/5/bg.jpg?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;}
	.page5 .content{padding-top: 20%;}
	.page5 .content .title{display: none;}
	.page5 .content .title1{width: 296px;text-align: center;margin-bottom: 10px;}
	.page5 .content .title1 img{max-width: 234px;}
	.page5 .content .left{width: 296px;text-align: center;margin-top: -220px;}
	.page5 .content .left img{max-width: 70%;}
	.page5 .content .right{width: 296px;color: #fff;text-align: center;margin-top: 66%;white-space:nowrap;}
	.page5 .content .right h2{margin-left: 4%;font-size: 16px;}
	.page5 .content .right .inner{width: 100%;margin-top: 18px;}
	.page5 .content .right .icon{float: left;width: 20%;margin-bottom: 14px;}
	.page5 .content .right .icon img{width: 74%;}
	.page5 .content .right .icon p{font-size: 11px;margin-top: 8px;}

	/*合作案例*/
	.page6{position: relative;height: 100%;background-image: url(/images/6/bg.jpg?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;overflow: hidden;}
	.page6 .content .title{width: 100%;height: 72px;margin: 0 auto;margin-top: 62px;text-align: center;color: #fff;}
	.page6 .content .title img{width: 46%;}
	.page6 .content .title .subtitle{margin-top: 6px;}
	.page6 .content .title .subtitle span{float: left;width: 25%;}
	.page6 .content .title .subtitle b{font-size: 14px;}
	.page6 .content .title .subtitle p{font-size: 12px;}
	.page6 .content .logo{width: 296px;height: 340px;margin-top: 12px;}
	.page6 .content .logo .logoBox{/*width: 100%;*/}
	.page6 .content .logo .img{width: 100%;float: left;text-align: center;}
	.page6 .content .logo .img1{width: 33.333%;height: 64px;display: block;float: left;}
	.page6 .content .logo img{width: 92%!important;}
	.bx-viewport{/*width: 100%;*/overflow: hidden;position: relative;height: 548px;}
	.bx-wrapper .bx-controls-direction a {position: absolute;top: 50%;margin-top: -34px;outline: 0;width: 34px;height: 34px;background-image: url(/images/6/more.png?cachesj=2025010101);background-repeat: no-repeat;background-size: 100% 100%;text-indent: -9999px;z-index: 9999;}
	.bx-wrapper .bx-prev{left: 10px;}
	.bx-wrapper .bx-next{right: -10px;transform:rotate(180deg);-ms-transform:rotate(180deg);/* IE 9 */-moz-transform:rotate(180deg);/* Firefox */-webkit-transform:rotate(180deg);/* Safari 和 Chrome */-o-transform:rotate(180deg);/* Opera */}
	.bx-wrapper .bx-pager {text-align: center;font-size: .85em;font-family: Arial;font-weight: bold;color: #666;padding-top: 20px;position: absolute;bottom: -2%;}
	.beian{width: -webkit-calc(100% - 30px);width: calc(100% - 30px);font-size: 10px;padding: 0 15px 34px 15px;}
}
