/* Style for Index V2  */

/* Global */
html,body{
	width:100%;
	height:100%;
	font-family:"PingFangSC-Regular","Microsoft Yahei",sans-serif;
}
.hidden{display:none;}
.fw{
	overflow:hidden;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.v-line{
	width:1px;
}
.abp{
	position:absolute;
}
a{
	color:#333;
	text-decoration:none;
}
a.active{
	color:#71aaff;
}
.box-center{
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.box-center-horizontal{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.box-center-vertical{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.box-justify-horizontal{
	justify-content:space-between;
}
/* Body Background */
.wrap{
	width:100%;
	height:100%;
	background-image:url(../images/index-bg@2x.png);
	background-color:#eee;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	position:relative;
}

/* top bar  */
#topbar{
	text-align:right;
	position:absolute;
	width:100%;
	top:0;
	z-index:11;
	padding-top:8px;
	line-height:34px;
}
#topbar ,
#topbar a{
	color:#fff;
	font-size:15px;
	text-decoration:none;
}
#topbar a{
	padding-bottom:5px;
	/* font-weight:300; */
}
#topbar a.checked{
	border-bottom: 2px #F8E318 solid;
}
.tab{
	float:right;
	margin-left:0;
	font-size:15px;
	height: 40px;
	line-height:40px;
	text-align:center;
	margin-right:15px;
	position:relative;
	top:-4px;
}
.tab .checked{
	padding-bottom:5px;
	font-weight:bold;
}
.tab li{
	margin:0 15px;
	float: left;
    height: 38px;
}
.tab li:hover{
	font-weight:normal;
}
.tab li:hover a{
	font-weight:bold;
}

/* head pic */
.headPic{
	float:right;
	display:block;
	height:40px;
	width:40px;
	margin-left:2.5%;
	margin-right:20px;
	cursor:pointer;
	border-radius:20px;
	position:relative;
	top:2px;
	margin-left: 0.5%;
}
.headPicbubble{
	position:absolute;
	z-index:2;
}
.statebubble .bubble,
.headPicbubble .bubble,
.otherbubble .bubble,
.selectbubble .bubble{
	position:fixed;
}
.headPicbubble .bubble{
	width:218px;
	height:50px;
	float:right;
	top:80px;
	right:10px;
	border:1px #ededed solid;
	border-radius:8px;
	background:#fff;
	box-shadow:0px 0px 2px #ccc;
	display:none;
}
.bubble ul{	
	position:relative;	
	text-align:left;
	cursor:pointer;
}
.headPicbubble .bubble ul{
	/*height:260px;*/
	top:-15px;
}
.headPicbubble .bubble ul li,
.title .bubble ul li,
.statebubble .bubble ul li,
.otherbubble .bubble ul li,
.selectbubble .bubble ul li{
	line-height:50px;
}
.headPicbubble .bubble ul li:hover,
.title .bubble ul li:hover,
.statebubble .bubble ul li:hover,
.otherbubble .bubble ul li:hover,
.selectbubble .bubble ul li:hover{
	background: #F3F3F3;
	border-radius:8px;
}
.triangle{
	display:block;
}
.writeTriangle{
	display:block;
}
.headPicbubble .bubble .triangle{
	top:-15px;
	left:174px;
	border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ededed;
}
.title .bubble .triangle,
.statebubble .bubble .triangle,
.otherbubble .bubble .triangle,
.selectbubble .bubble .triangle{
	top:-30px;
	left:48px;
	z-index:1000;
	border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ededed;
}
.bubble .triangle {
    width: 0px;
    height: 0px;
    position: relative;
}
.bubble .writeTriangle{
	width:0px;
	height:0px;
	position:relative;
	border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #fff;
}
.headPicbubble .bubble .writeTriangle{
	top:3px;
	left:-14px;
}
.headPicbubble .bubble .logout .icon {
    background: url(../images/logout@3x.png);
    background-size: cover;
}

.headPicbubble .bubble .icon {
    float: left;
    width: 20px;
    height: 20px;
    margin: 15px 9px 0 37px;
}
.bubble li.logout{
	font-size:16px;
}
.title .bubble .writeTriangle{
	top:3px;
	left:-14px;
	border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #fff;
}
.statebubble .bubble .writeTriangle,
.otherbubble .bubble .writeTriangle,
.selectbubble .bubble .writeTriangle{
	top:3px;
	left:-14px;
	border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #fff;
}
.headPicbubble .bubble .writeTriangle.hover,
.headPicbubble .bubble .writeTriangle.hover{
	border-bottom-color:#f3f3f3 !important;
}
/* .headPicbubble  .bubble{
	top:66px;
	right:7px;
	width:100px;
} */

/* foot bar */
#foot{
	text-align:center;
	position:absolute;
	bottom:24px;
	width:100%;
	z-index:1;
}
#foot,
#foot a{
	color:#DADBE3;
	font-size:13px;
	text-decoration:none;
}

/* swiper_1 Swiper 父级元素必须为整个屏幕大小 */
#swiper_1,
#swiper_2{
	width:100%;
	height:100%;
	position:absolute;
}
/* swiper Swiper本身也需要与屏幕大小一致 */
#main_swiper,
#login_swiper{
	width:100%;
	height:100%;
}
/* 每张幻灯根据slidesPerView参数分配不同的高度 */
.swiper-slide{
	
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
/* 每张slide中的box内容默认为背景图片的大小：1024*650 */
.swiper-slide .slide-box{
	position:relative;
	background-color:#fff;
	width:1024px;
	height:650px;
	/* width:auto;
	height:auto; */
	
}
/* 给活动卡片中的slide-box加阴影 */
#swiper_1 .swiper-slide.swiper-slide-active .slide-box,
#swiper_2 .slide-box{
	box-shadow: 4px 4px 20px rgba(0,0,0,.5);
}

.swiper-slide .slide-box img.slide-bg{
	display:block;
	line-height:0;
	width:1024px;
	height:650px;
	width:100%;
	height:100%;
}


/* 主幻灯按钮 */
.btn-group .btn{
	display:inline-block;
	margin:0 20px;
	background-color:rgba(255,255,255,.5);
	padding:10px 18px 10px 40px;
	border-radius:5px;
	color:#757576;
	font-weight:300;
	
	background-position:16px 49%;
	background-repeat:no-repeat;
	background-size:18px 18px;
	font-size:14px;
	line-height:1;
}
.btn-group .btn:hover{
	color:#444;
	cursor:pointer;
}
.btn-group .type-logo{
	background-position:left 2px;
	background-repeat:no-repeat;
	display:inline-block;
	width:0em;
	height:0em;
	background-size:24px;
}
.btn-ios{
	background-image:url(../images/index-type-logo-ios.png);
}
.btn-ios:hover{
	background-image:url(../images/index-type-logo-ios-on.png);
}
.btn-android{
	background-image:url(../images/index-type-logo-android.png);
}
.btn-android:hover{
	background-image:url(../images/index-type-logo-android-on.png);
}
.btn-extension{
	background-image:url(../images/index-type-logo-extension.png);
}
.btn-extension:hover{
	background-image:url(../images/index-type-logo-extension-on.png);
}

/* 主幻灯翻页符 */
#main_swiper .swiper-pagination{
    top: 50%;
	/* left:80%; */
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -o-transform: translate(0,-50%);
    -ms-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}
#main_swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 1.5em 0;
    display: block;
	width:.5em;
	height:.5em;
	background-color:rgba(255,255,255,.6);
}
#main_swiper .swiper-pagination-bullets .swiper-pagination-bullet-active{
	background-color:rgba(255,255,255,1);
}

/*QR download*/
.shouqu-down-qr{
	text-align:center;
	position:absolute;
	top: 60%;
	left:80%;
}
.shouqu-down-qr span{
	font-size: 12px;
    display: block;
    margin-bottom: 10px;
    color: white;
}
.shouqu-down-qr img{
	width:5em;
	display:block;
	margin:0 auto;
}

/* 第七页 文字内容块 */
#main_swiper #slide_7 .slide-content{
	padding:8.75em 5em 0;
	margin:0 auto;
	font-weight:300;
	line-height:2em;
}
/* 第七页 收趣logo */
#main_swiper #slide_7 .slide-content h3{
	margin-bottom:1em;
}
#main_swiper #slide_7 .slide-content .shouqu-logo{
	width:7.25em;
}
/* 第七页 文字布局 */
#main_swiper #slide_7 .slide-content .intro,
#main_swiper #slide_7 .slide-content .contact{
	width:23em;
	width:40%;
<<<<<<< HEAD
	width:43%;/*add for seo*/
=======
<<<<<<< HEAD
=======
	width:43%;/*add for seo*/
>>>>>>> dev
>>>>>>> ceshi
	
}
/* 第七页 中间竖线 */
#main_swiper #slide_7 .slide-content .v-line{
	width: 1px;
    /* margin: 0 auto; */
    height: 16em;
    background: #bebebe;
    position: absolute;
    left: 50%;
    right: 50%;
}
/* 第七页 微信二维码 */
#main_swiper #slide_7 .slide-content .shoqu-wechat-qr{
	margin:.5em 0;
	display:block;
	width:5em;
	height:5em;
}

/* 卡片按钮组居中 */
#btn_group_1,
#btn_group_2{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
/* 第一页 卡片按钮 */
#btn_group_1{
	width:100%;
	height:45%;
	background-color:transparent;
	bottom:0;
	left:0;
}

/* 第七页 按钮组 */
#btn_group_2{
	width:100%;
	height:15%;
	background-color:#ececec;
	position:absolute;
	bottom:0;
	left:0;
	color:#545f68;
}

#swiper_2{
	display:none;
	opacity:0;
	z-index:10;
}
/* 登录卡片 */
#swiper_2 .card{
	display:none;
	opacity:0;
	top: 4em;
    right: 0em;
    position: absolute;
    width: 36%;
	padding:4em 5em;
    /* background: #e8e6e6; */
	
}
#swiper_2 .card.card-login{
	opacity:1;
	display:block; 
}
#swiper_2 .card .card-title{
	font-size:1.5em;
	font-weight:300;
	margin-bottom:2em;
}
#swiper_2 .card .text-line a{
	
}
#swiper_2 .card .text-box {
	width:100%;
}
#swiper_2 .card .text-box.text-box-short{
	display:flex;
	justify-content:space-between;
}
#swiper_2 .card .text-box.text-box-short input{
	width:50%;
	margin-right:.5em;
	display: flex;
    flex: 5;
}
#swiper_2 .card .text-box input{
	border:1px solid #666;
	border-radius:0px;
	background-color:white;
	width:90%;
	height:1.6em;
	padding:.5em 1em;
	margin-bottom:1em;
}
#swiper_2 .card .btn{
	border:none;
	background-color:#333;
	border-radius:0px;
	line-height:1em;
	padding:.5em 0;
	width:100%;
	height:2.5em;
	text-align:center;
	color:white;
	font-size:1.125em;
	cursor:pointer;
	margin-top:1.5em;
}
#swiper_2 #btn_get_vcode{
	padding-left:1em;
	padding-right:1em;
	line-height:1.5;
	height:1.5em;
	width: 5em;
    margin: 0;
	background-color:#e9e9e9;
	color:#333;
}

/* 登录卡片关闭按钮 */
#swiper_2  .btn-close{
	text-decoration:none;
	transform: rotate(45deg);
	color: #2A2A2F;
	display:block;
	width:28px;
	height:28px;
	font-size:28px;
	position:absolute;
	top:0;
	right:0;
	cursor:pointer;
	text-align:center;
    line-height: 28px;
}

/* 第三方登录按钮组 */
#third_buttons{
	margin-top:2em;
}
#third_buttons .btn-third-login{
	cursor:pointer;
	width:48px;
	height:48px;
}

/* 登录失败对话框 */
.dialog-alert{
	display:none;
	width:430px;
	height:217px;
	position:fixed;
	z-index:200;
}
.dialog-alert .dialog-wrap{
	border-radius:2px;
	background-color:white;
}
.dialog-alert h3{
	background-image: url(../images/wechat-login-failed-icon@2x.png);
    background-repeat: no-repeat;
    background-position: 19px center;
    background-size: 20px;
    padding-left: 45px;
    font-size: 18px;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
	border-bottom:1px solid rgb(204, 204, 204);
}
.dialog-alert .dialog-content{
	padding: 10px 20px;
    font-size: 15px;
    line-height: 25px;
	background-color:white;
}
.dialog-alert .dialog-button{
	height: 50px;
    background: rgb(250, 250, 250);
    border-top: 1px solid rgb(242, 242, 242);
}
.dialog-alert .dialog-button .dialog-button-ok{
	color: white;
    background: #71aaff;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 14px;
    border-radius: 2px;
    display: block;
    float: right;
    margin-top: 8px;
    margin-right: 20px;
}

/* Media query */
/* .swiper-slide .slide-box 和.swiper-slide .slide-box img.slide-bg 分别控制幻灯片和其中图片的尺寸，随着浏览器窗口的改变而响应式变化*/
/* 2560以上 : N */
@media screen and (min-width:2561px) and (max-height:640px){
	body{
		font-size:12px;
		min-height:540px; 
	}
	.swiper-slide .slide-box{
		width:656px;
		height:434px;
		width:728px;
		height:484px;
	}
	#main_swiper #slide_7 .slide-content .intro, 
	#main_swiper #slide_7 .slide-content .contact{
		width:18em;
	}
	#main_swiper #slide_7 .slide-content{
		padding-top:5em;
	}
}
@media screen and (min-width:2561px) and (min-height:641px){
	body{
		min-width:728px;
		min-height:550px;
		font-size:13px;
	}
	.swiper-slide .slide-box{
		width:728px;
		height:484px;
		width:800px;
		height:508px;
	}
	#main_swiper #slide_7 .slide-content{
		padding-top:3em;
	}
}
@media screen and (min-width:2561px) and (min-height:721px){
	body{
		min-width:800px;
		min-height:574px;
	}
	.swiper-slide .slide-box{
		width:800px;
		height:508px;
		width:860px;
		height:546px;
	}
	#main_swiper #slide_7 .slide-content{
		padding-top:3em;
	}
}
@media screen and (min-width:2561px) and (min-height:801px){
	body{
		min-width:860px;
		min-height:612px;
		font-size:14px;
	}
	.swiper-slide .slide-box{
		width:860px;
		height:546px;
		width:920px;
		height:584px;
	}
	
	#main_swiper #slide_7 .slide-content{
		padding-top:5em;
	}
}
@media screen and (min-width:2561px) and (min-height:961px){
	body{
		min-width:920px;
		font-size:14px;
	}
	.swiper-slide .slide-box{
		width:920px;
		height:584px;
		width:940px;
		height:597px;
	}
}
@media screen and (min-width:2561px) and (min-height:1081px){
	body{
		min-width:1000px;
		min-height:701px;
	}
	.swiper-slide .slide-box{
		width:1000px;
		height:635px;
		width:1024px;
		height:650px;
	}
}
@media screen and (min-width:2561px) and (min-height:1281px){
	body{
		min-width:1024px;
		min-height:716px;
	}
	.swiper-slide .slide-box{
		width:1024px;
		height:650px;
		width:1280px;
		height:813px;
	}
}
@media screen and (min-width:2561px) and (min-height:1441px){
	body{
		min-width:1024px;
		min-height:1090px;
	}
	.swiper-slide .slide-box{
		width:1280px;
		height:813px;
		width:1440px;
		height:914px;
	}
	#main_swiper #slide_7 .slide-content{
		padding-top:9em;
		font-size:16px;
	}
}

/* 2560以下 : N */
@media screen and (max-width:2560px) and (max-height:640px){
	body{
		font-size:12px;
		min-height:540px; 
	}
	.swiper-slide .slide-box{
		width:656px;
		height:434px;
	}
	#main_swiper #slide_7 .slide-content .intro, 
	#main_swiper #slide_7 .slide-content .contact{
		width:18em;
	}
	#main_swiper #slide_7 .slide-content{
		padding-top:5em;
	}
}
@media screen and (max-width:2560px) and (min-height:641px){
	body{
		min-width:728px;
		min-height:550px;
		font-size:13px;
	}
	.swiper-slide .slide-box{
		width:728px;
		height:484px;
	}
	#main_swiper #slide_7 .slide-content{
		padding-top:3em;
	}
}
@media screen and (max-width:2560px) and (min-height:721px){
	body{
		min-width:800px;
		min-height:574px;
	}
	.swiper-slide .slide-box{
		width:800px;
		height:508px;
	}
	#main_swiper #slide_7 .slide-content{
		padding-top:3em;
	}
}
@media screen and (max-width:2560px) and (min-height:801px){
	body{
		min-width:860px;
		min-height:612px;
		font-size:14px;
	}
	.swiper-slide .slide-box{
		width:860px;
		height:546px;
	}
	
	#main_swiper #slide_7 .slide-content{
		padding-top:5em;
	}
}
@media screen and (max-width:2560px) and (min-height:961px){
	body{
		min-width:920px;
	}
	.swiper-slide .slide-box{
		width:920px;
		height:584px;
	}
}
@media screen and (max-width:2560px) and (min-height:1081px){
	body{
		min-width:1000px;
		min-height:701px;
	}
	.swiper-slide .slide-box{
		width:1000px;
		height:635px;
	}
	#main_swiper #slide_7 .slide-content{
		padding-top:5em;
		font-size:16px;
	}
	
}
@media screen and (max-width:2560px) and (min-height:1281px){
	body{
		min-width:1024px;
		min-height:716px;
	}
	.swiper-slide .slide-box{
		width:1280px;
		height:813px;
	}
	#main_swiper #slide_7 .slide-content{
		padding-top:8em;
		font-size:18px;
	}
}
@media screen and (max-width:2560px) and (min-height:1367px){
	body{
		min-width:1024px;
		min-height:716px;
	}
	.swiper-slide .slide-box{
		width:1440px;
		height:914px;
	}
}

/* 2048以下 : N */
@media screen and (max-width:2048px) and (max-height:640px){
	body{
		font-size:12px;
		min-height:540px; 
	}
	.swiper-slide .slide-box{
		width:656px;
		height:434px;
		width:728px;
		height:484px;
	}
	
	#main_swiper #slide_7 .slide-content{
		padding-top:5em;
	}
}
@media screen and (max-width:2048px) and (min-height:641px){
	body{
		min-width:728px;
		font-size:13px;
	}
	.swiper-slide .slide-box{
		width:728px;
		height:484px;
	}
	#main_swiper #slide_7 .slide-content{
		padding-top:3em;
	}
}
@media screen and (max-width:2048px) and (min-height:721px){
	body{
		min-width:800px;
	}
	.swiper-slide .slide-box{
		width:800px;
		height:508px;
	}
	#main_swiper #slide_7 .slide-content{
		padding-top:3em;
	}
}
@media screen and (max-width:2048px) and (min-height:801px){
	body{
		min-width:860px;
		font-size:14px;
	}
	.swiper-slide .slide-box{
		width:860px;
		height:546px;
	}
	#main_swiper #slide_7 .slide-content{
		padding-top:5em;
	}
}
@media screen and (max-width:2048px) and (min-height:961px){
	body{
		min-width:920px;
	}
	.swiper-slide .slide-box{
		width:920px;
		height:584px;
		width:940px;
		height:597px;
	}
}
@media screen and (max-width:2048px) and (min-height:1081px){
	body{
		min-width:1000px;
	}
	.swiper-slide .slide-box{
		width:1000px;
		height:635px;
	}
}
@media screen and (max-width:2048px) and (min-height:1281px){
	body{
		min-width:1024px;
	}
	.swiper-slide .slide-box{
		width:1280px;
		height:813px;
	}
}

/* 1920以下 : N */
@media screen and (max-width:1920px) and (max-height:640px){
	body{
		font-size:12px;
		min-height:540px; 
	}
	.swiper-slide .slide-box{
		width:656px;
		height:434px;
	}
	#main_swiper #slide_7 .slide-content .intro, 
	#main_swiper #slide_7 .slide-content .contact{
		width:18em;
	}
	#main_swiper #slide_7 .slide-content{
		padding-top:5em;
	}
}
@media screen and (max-width:1920px) and (min-height:641px){
	body{
		min-width:728px;
		font-size:14px;
	}
	.swiper-slide .slide-box{
		width:728px;
		height:484px;
	}
	#main_swiper #slide_7 .slide-content{
		padding-top:3em;
	}
}
@media screen and (max-width:1920px) and (min-height:721px){
	body{
		min-width:800px;
	}
	.swiper-slide .slide-box{
		width:800px;
		height:508px;
		width:857px;
		height:544px;
	}
	#main_swiper #slide_7 .slide-content{
		padding-top:5em;
	}
}
@media screen and (max-width:1920px) and (min-height:801px){
	body{
		min-width:860px;
	}
	.swiper-slide .slide-box{
		width:860px;
		height:546px;
	}
}
@media screen and (max-width:1920px) and (min-height:961px){
	body{
		min-width:920px;
	}
	.swiper-slide .slide-box{
		width:940px;
		height:597px;
	}
}
@media screen and (max-width:1920px) and (min-height:1081px){
	body{
		min-width:1000px;
	}
	.swiper-slide .slide-box{
		width:1000px;
		height:635px;
		width:1024px;
		height:650px;
	}
	#main_swiper #slide_7 .slide-content{
		padding-top:8em;
		font-size:16px;
	}
}
@media screen and (max-width:1920px) and (min-height:1281px){
	body{
		min-width:1024px;
	}
	.swiper-slide .slide-box{
		width:1024px;
		height:650px;
		width:1280px;
		height:813px;
	}
}

/* 1680以下 : N */
@media screen and (max-width:1680px) and (max-height:640px){
	body{
		font-size:12px;
		min-height:540px; 
	}
	.swiper-slide .slide-box{
		width:656px;
		height:434px;
		width:728px;
		height:484px;
	}
	#main_swiper #slide_7 .slide-content{
		padding-top:5em;
		font-size:14px;
	}
}
@media screen and (max-width:1680px) and (min-height:641px){
	body{
		min-width:728px;
	}
	.swiper-slide .slide-box{
		
		width:800px;
		height:508px;
	}
	#main_swiper #slide_7 .slide-content{
		padding-top:5em;
		font-size:14px;
	}
}
@media screen and (max-width:1680px) and (min-height:721px){
	body{
		min-width:800px;
	}
	.swiper-slide .slide-box{
		width:800px;
		height:508px;
		width:860px;
		height:546px;
	}
}
@media screen and (max-width:1680px) and (min-height:801px){
	body{
		min-width:860px;
	}
	.swiper-slide .slide-box{
		width:860px;
		height:546px;
		width:940px;
		height:597px;
	}
	
	#main_swiper #slide_7 .slide-content{
		padding-top:8em;
		/* add for seo */padding-top:3em;
	}
}
@media screen and (max-width:1680px) and (min-height:961px){
	body{
		min-width:920px;
	}
	.swiper-slide .slide-box{
		width:920px;
		height:584px;
		width:1000px;
		height:635px;
	}
}
@media screen and (max-width:1680px) and (min-height:1081px){
	body{
		min-width:1000px;
	}
	.swiper-slide .slide-box{
		width:1000px;
		height:635px;
		width:1024px;
		height:650px;
	}
	#main_swiper #slide_7 .slide-content{
		padding-top:8em;
		font-size:16px;
	}
}
@media screen and (max-width:1680px) and (min-height:1281px){
	body{
		min-width:1024px;
	}
	.swiper-slide .slide-box{
		width:1024px;
		height:650px;
		width:1280px;
		height:813px;
	}
	
	#main_swiper #slide_7 .slide-content{
		padding-top:8em;
		font-size:18px;
	}
}

/* 1440以下 : N */
@media screen and (max-width:1440px) and (max-height:640px){
	body{
		font-size:12px;
		min-height:540px; 
	}
	.swiper-slide .slide-box{
		
		width:728px;
		height:484px;
	}
	#main_swiper #slide_7 .slide-content{
		padding-top:5em;
	}
}
@media screen and (max-width:1440px) and (min-height:641px){
	body{
		min-width:728px;
		min-height:550px;
	}
	.swiper-slide .slide-box{
		
		width:800px;
		height:508px;
	}
}
@media screen and (max-width:1440px) and (min-height:721px){
	body{
		min-width:800px;
		min-height:574px;
	}
	.swiper-slide .slide-box{
		
		width:860px;
		height:546px;
	}
}
@media screen and (max-width:1440px) and (min-height:801px){
	body{
		min-width:860px;
		min-height:612px;
	}
	.swiper-slide .slide-box{
		width:900px;
		height:571px;
	}
}
@media screen and (max-width:1440px) and (min-height:961px){
	body{
		min-width:920px;
		min-height:650px
	}
	.swiper-slide .slide-box{
		width:940px;
		height:597px;
	}
}
@media screen and (max-width:1440px) and (min-height:1081px){
	body{
		min-width:1000px;
		min-height:701px;
	}
	.swiper-slide .slide-box{
		width:1024px;
		height:650px;
	}
}
@media screen and (max-width:1440px) and (min-height:1281px){
	body{
		min-width:1024px;
		min-height:716px
	}
	.swiper-slide .slide-box{
		width:1280px;
		height:813px;
	}
	
	#main_swiper #slide_7 .slide-content{
		padding-top:8em;
		font-size:18px;
	}
}


/* 1280以下 : N */
@media screen and (max-width:1280px) and (max-height:720px){
	body{
		font-size:12px;
		min-height:580px; 
		min-width:760px;
	}
	.swiper-slide .slide-box{
		width:760px;
		height:482px;
	}
	#main_swiper #slide_7 .slide-content .intro, 
	#main_swiper #slide_7 .slide-content .contact{
		width:44%;
	}
	#main_swiper #slide_7 .slide-content{
		padding-top:3em;
		font-size:12px;/* add for seo */
		width:81%/* add for seo */
	}
}
@media screen and (max-width:1280px) and (min-height:721px){
	body{
		min-width:857px;
	}
	.swiper-slide .slide-box{
		width:857px;
		height:544px;
	}
}
@media screen and (max-width:1280px) and (min-height:801px){
	body{
		min-width:800px;
	}
	.swiper-slide .slide-box{
		width:940px;
		height:597px;
	}
}
/* @media screen and (max-width:1280px) and (min-height:961px){
	body{
		min-width:860px;
	}
	.swiper-slide .slide-box{
		width:860px;
		height:546px;
	}
}
@media screen and (max-width:1280px) and (min-height:1080px){
	body{
		min-width:920px;
	}
	.swiper-slide .slide-box{
		width:1024px;
		height:650px;
	}
	
} */

/* 1280 : N @2x *//* 
@media screen and (max-width:1280px) and (max-height:720px) and (-webkit-min-device-pixel-ratio：1.3){
	body{
		font-size:12px;
		min-height:540px; 
	}
	.swiper-slide .slide-box{
		width:656px;
		height:434px;
	}
}
@media screen and (max-width:1280px) and (min-height:721px){
	.swiper-slide .slide-box{
		width:728px;
		height:484px;
	}
	
}
@media screen and (max-width:1280px) and (min-height:801px){
	.swiper-slide .slide-box{
		width:800px;
		height:508px;
	}
}

@media screen and (max-width:1280px) and (min-height:961px){
	.swiper-slide .slide-box{
		width:860px;
		height:546px;
	}
}
@media screen and (max-width:1280px) and (min-height:1080px){
	.swiper-slide .slide-box{
		width:920px;
		height:584px;
	}
} */





/* 单向规则控制最后一张卡片内容样式 */
/* @media screen and (min-width:1281px){
	#main_swiper #slide_7 .slide-content .intro, #main_swiper #slide_7 .slide-content .contact{
		width:27em;
	}
}
@media screen and (min-width:1921px){
	#main_swiper #slide_7 .slide-content .intro, #main_swiper #slide_7 .slide-content .contact{
		width:34em;
	}
} */
