:root {
   --app-height: 100%;
}

html,
body {
    padding: 0;
    margin: 0;
    width: 100vw;
    height: var(--app-height);
    height: 100vh;
    font-family: Microsoft Yahei, 'Noto Sans SC', Helvetica, arial, sans-serif;
    overflow-x: hidden; overflow-y: auto;
    background: #f1f1f1;
}


* {
    box-sizing: border-box;
}

a,
a:link,
a:visited {
    text-decoration: none;
}

ul {
    list-style: none;
}

/* Navbar */
header {
    position: relative;
    height: 7vh;
    width: 100%;
    background: #fff;
	border-bottom: 1px solid #d8d8d8;
	display: flex;
    align-items: center;
    justify-content: center;
}

.btnl {
    width: 25%;
	height: 3.5vh;
	display: flex;
    justify-content: center;
    align-items: center;
	color:#fff;
	font-size:3vw;
	/*font-weight: bold;*/
	border-radius: 1.7vw;
	line-height: 3.5vh;
	background-color: #ffcb00;
	background: linear-gradient(to bottom,#4aa4fc 0%, #1f61fb 100%);
    background: -webkit-linear-gradient(to bottom,#4aa4fc 0%, #1f61fb 100%);
    margin-left: 2.5vw;
}
.btnl img {width: 3.8vw; margin-right: 1.3vw;}

.btnr {
    width: 25%;
	height: 3.5vh;
	display: flex;
    justify-content: center;
    align-items: center;
	color:#fff;
	font-size:3.6vw;
	/*font-weight: bold;*/
	border-radius: 1.7vw;
	line-height: 3.5vh;
	background-color: #ffcb00;
	background: linear-gradient(to bottom,#4aa4fc 0%, #1f61fb 100%);
    background: -webkit-linear-gradient(to bottom,#4aa4fc 0%, #1f61fb 100%);
    margin-right: 2.5vw;
}
.btnr img {width: 3.8vw; margin-right: 1.3vw;}

.logo {
    position: relative;
    display: inline-block;
    background: url(../img/logo.png) 50% 50% no-repeat;
    background-size: auto 100%;
    width: 100%;
    height: 75%;
    margin: 0 auto;
    vertical-align: middle;
}


.container {
    width: 100%;
    /*height: 100%;*/
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
	position: relative;
}


.main {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	padding: 0.8vh 0 0;
}

/*輪播*/

.main .swiper {
      width: 95%;
	  height: 29vw;
	  border-radius: 2vw; 
}

.main .swiper .swiper-wrapper{
    height: 100%;
}

.main .swiper .swiper-wrapper .swiper-slide {
	  width: 100% !important;
      display: flex;
      justify-content: center;
      align-items: center;
	  background-size: cover !important;
	  background-position: center center !important;
    }
.main .swiper .swiper-pagination{
  	 bottom: 0.3vw;
}
.main .swiper .swiper-pagination-bullet-active {
	background:#ffcb00;
} 


.main .swiper .swiper-wrapper .slide_img1{
    background: url(../img/slider01.jpg);
}
.main .swiper .swiper-wrapper .slide_img2 {
    background: url(../img/slider02.jpg);
}
.main .swiper .swiper-wrapper .slide_img3 {
    background: url(../img/slider03.jpg);
}
.main .swiper .swiper-wrapper .slide_img4 {
    background: url(../img/slider04.jpg);
}
.main .swiper .swiper-wrapper .slide_img5 {
    background: url(../img/slider05.jpg);
}
.main .swiper .swiper-wrapper .slide_img6 {
    background: url(../img/slider06.jpg);
}




.simpleu{
	width: 95%;
	height: auto;
	/*background: url(../img/webbg.png) no-repeat center center;*/
	background-size:100% 100%;
	margin: 1.5vh 0 0.7vh;
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	/*padding: 1vh 0 1.5vh;*/
    border: 1px solid #469dfc;
    border-radius: 2vw;
}

.title{
	width: 100%;
	height:4vh;
	display: flex;
	flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #ffcb00;
	background: linear-gradient(to bottom,#4aa4fc 0%, #1f61fb 100%);
    background: -webkit-linear-gradient(to bottom,#4aa4fc 0%, #1f61fb 100%);
    border-radius: 2vw 2vw 0vw 0vw;
}
/*.title:nth-child(5){
	border-bottom: none;
}*/

.title .txt{
	width: 5%;
	height: 2vh;
	display: flex;
    justify-content: center;
    align-items: center;
	color: #fff;
	font-size:3.6vw;
	line-height: 2vh;
}
.title .txt img{
	width: 3.8vw;
	margin-right: 1vw;
    margin-left: 1vw;
}

.title .txt2{
	width: 18%;
	height: 2vh;
	display: inline-block;
	color:#fff;
	font-size:3.6vw;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	padding: 0 1.3vw;
	line-height: 2vh;
    text-align: left;
}

 .title .txt3{
	width: 70%;
	height: 2vh;
	display: inline-block;
	color:#fff;
	font-size:3.6vw;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	padding: 0 4vw;
	line-height: 2vh;
    text-align: right;
}

.title2{
	width: 100%;
	height:6vh;
	display: flex;
	flex-direction: row;
    justify-content: center;
    align-items: center;
}

.title2 a{
	width: 33%;
	height: 3.3vh;
	display: flex;
    justify-content: center;
    align-items: center;
	color:#3e4778;
	font-size:3.6vw;
	font-weight: bold;
	border-radius: 1.7vw;
	line-height: 3.3vh;
}
.title2 a img {width: 7vw; margin-right: 1.3vw;}

.menuLine {
  width: 1px;
  height: 100%;
  background: #469dfc;
}

.main .web{
	width: 95%;
	height: auto;
	/*background: url(../img/webbg.png) no-repeat center center;*/
	background-size:100% 100%;
	margin: 1vh 0 2vh;
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	padding: 1vh 0 1.5vh;
    border: 1px solid #469dfc;
    border-radius: 2vw;
}


.main .web .list{
	width: 87%;
	height:5vh;
	display: flex;
	flex-direction: row;
    justify-content: center;
    align-items: center;
	border-bottom: 1px solid #469dfc;
    
}
.main .web .list:nth-child(5){
	border-bottom: none;
}

.main .web .list .text{
	width: 5%;
	height: 2vh;
	display: flex;
    justify-content: center;
    align-items: center;
	color: #fff;
	font-size:3.6vw;
	line-height: 2vh;
	/*border-right: 1px solid #474749;*/
}
.main .web .list .text img{
	width: 3.8vw;
	margin-right: 1.3vw;
}


.main .web .list .text2{
	width: 17%;
	height: 2vh;
	display: inline-block;
	color:#4c4533;
	font-size:3.6vw;
	border-right: 1px solid #474749;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	padding: 0 1.3vw;
	line-height: 2vh;
    text-align: left;
}

.main .web .list .text3{
	width: 55%;
	height: 2vh;
	display: inline-block;
	color:#4c4533;
	font-size:3.6vw;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	padding: 0 4vw;
	line-height: 2vh;
    text-align: left;
}

.main .web .list a{
	width: 24%;
	height: 3.3vh;
	display: flex;
    justify-content: center;
    align-items: center;
	color:#fff;
	font-size:3.6vw;
	font-weight: bold;
	border-radius: 1.7vw;
	line-height: 3.3vh;
	background-color: #fff;
	
	background: linear-gradient(to bottom,#4aa4fc 0%, #1f61fb 100%);
    background: -webkit-linear-gradient(to bottom,#4aa4fc 0%, #1f61fb 100%);
	
}
.main .web .list a:hover{
	color:#fff;
	background-color: #000;
}
.main .web a.webbtn{
	width: 88%;
	height: 4vh;
	display: flex;
    justify-content: center;
    align-items: center;
	color:#fff;
	font-size:4vw;
	font-weight: bold;
	line-height: 4vh;
	margin-top: 0.5vw;
	background-color: #ffcb00;
	border-radius: 10px;
	background: linear-gradient(to bottom,#4aa4fc 0%, #1f61fb 100%);
    background: -webkit-linear-gradient(to bottom,#4aa4fc 0%, #1f61fb 100%);
}

.main .appdl{
	width: 95%;
	height: auto;
	display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
}

.main .appdl img{
	width: 85%;
	margin-bottom: 2vw;
}
.main .appdl a.android{
	display: inline-block;
	width: 47%;
	height: 16.5vw;
	background: url(../img/android.png) no-repeat center center;
	background-size:100% 100%;
	margin: 0 1vw;
}
.main .appdl a.ios{
	display: inline-block;
	width: 47%;
	height: 16.5vw;
	background: url(../img/ios.png) no-repeat center center;
	background-size:100% 100%;
	margin: 0 1vw;
}


.main .menu {
	width: 95%;
    position: relative;
    z-index: 5;
	display: flex;
	align-items: center;
    justify-content: center;
    flex-direction: row;
	flex-wrap: wrap;
	margin-top: 1vh;
}

.main .menu a {
    display: flex;
	justify-content: center;
    align-items: center;
	flex-direction: row;
    height: 6vh;
	width: 33%;
    background: url(../img/btnbg.png) no-repeat center center;
    background-size: 100% 100%;
	margin: 0 0;
	
}


.main .menu a .icon {
	display: block;
    width: 6.5vw;
    height: 6.5vw;
	margin-left: 0;
}

.main .menu a .text {
    text-align: left;
	display: flex;
    flex-direction: column;
    justify-content: center;
	height:6vh;
	margin-left: 0.8vw;
}

.main .menu a .text .cn {
    font-size:3.5vw;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #FFFFFF;
}

.main .menu a .text .en {
    font-size: 2.8vw;
    font-family: Microsoft YaHei UI;
    font-weight: 300;
    color: #6f6f6f;
    display: block;
}

.main .menu a.m01 {
	width: 100%;
    height: 6vh;
    background: url(../img/btnbg01.png) no-repeat center center;
    background-size: 100% 100%;
	margin-bottom: 0.8vh;
	
}
.main .menu a.m01 .icon {
    width: 8.6vw;
    height: 8.6vw;
}
.main .menu a.m01 .text .cn {
    font-size:4.5vw;
}

.main .menu a.m01 .text .en {
    font-size: 3.1vw;
}

.main .menu a:hover .text .cn {
    color: #ffcb00;
}
.main .menu a:hover .text .en {
    color: #ffcb00;
}
.main .menu a.m01 .icon {
    background: url(../img/micon01.png) no-repeat center center;
	background-size: cover;
}
.main .menu a.m02 .icon {
    background: url(../img/micon02.png) no-repeat center center;
	background-size: cover;
}

.main .menu a.m03 .icon {
    background: url(../img/micon03.png) no-repeat center center;
	background-size: cover;
}

.main .menu a.m04 .icon {
    background: url(../img/micon04.png) no-repeat center center;
	background-size: cover;
}

.main .menu a.m01:hover .icon {
    background: url(../img/micon01a.png) no-repeat center center;
	background-size: cover;
}

.main .menu a.m02:hover .icon {
    background: url(../img/micon02a.png) no-repeat center center;
	background-size: cover;
}

.main .menu a.m03:hover .icon {
    background: url(../img/micon03a.png) no-repeat center center;
	background-size: cover;
}

.main .menu a.m04:hover .icon {
    background: url(../img/micon04a.png) no-repeat center center;
	background-size: cover;
}


footer {
    position: relative;
    width: 100%;
    height: 7%;
    transition: .2s;
	z-index: 1;
	text-align: center;
	display: flex;
    justify-content: center;
	flex-direction: column;
    align-items: center;
    background-color: #a6b2d4;
    margin-top: 2%;
}
footer .txt {
	font-size: 3.2vw;
	color: #2e2c48;
	height: 5vw;
    line-height: 5vw;
    width: 100%;
	/*background: url(../img/txtbg.png) no-repeat center center;
	background-size: 100% 100%;*/
}
footer .txt span{
	color: #2e2c48;
}
footer .txt2 {
	font-size: 3.1vw;
	color: #2e2c48;
	height:5vw;
    line-height: 5vw;
    width: 100%;
}



/*@media screen and (min-width:768px) {

  .main .swiper {
    width: 80%;
    height: 25vw;
	}
  .main .web {
    width: 95%;
    margin: 0.5vh 0;
	}
	.main .web .list {
    width: 90%;
    height: 4.5vh;
	}
	.main .web .list .text {
    width: 5%;
    height: 2vh;
    font-size: 2.5vw;
    line-height: 2vh;
	}
	.main .web .list .text img {
    width: 3vw;
	}
	.main .web .list .text2 {
    height: 2vh;
    font-size: 2.5vw;
    padding: 0 1.6vw;
    line-height: 2vh;
	}
	.main .web .list .text3 {
    height: 2vh;
    font-size: 2.5vw;
    padding: 0 2.5vw;
    line-height: 2vh;
	}
	.main .web .list a {
    height: 3.3vh;
    font-size: 2.5vw;
    line-height: 3.3vh;
	}
	.main .web a.webbtn {
    width: 90%;
    height: 4vh;
    font-size: 3vw;
    line-height: 4vh;
    margin-top: 0.5vw;
	}
	.main .appdl img {
    width: 55%;
    margin-bottom: 1vw;
	}
	.main .appdl a.android {
    width: 33%;
    height: 11vw;
    margin: 0 2vw 0 10vw;
	}
	.main .appdl a.ios {
    width: 33%;
    height: 11vw;
    margin: 0 10vw 0 2vw;
	}
	footer {
    height: 6vh;
	}
	footer .txt {
    font-size: 2.5vw;
    height: 3.5vw;
    line-height: 3.5vw;
	}
	footer .txt2 {
    font-size: 2.2vw;
    height: 4vw;
    line-height: 4vw;
	}
	.main .menu {
    width: 80%;
    margin-top: 1vh;
	}
	.main .menu a {
    height: 5.8vh;
	}
	.main .menu a .icon {
    width: 5.5vw;
    height: 5.5vw;
	}
	.main .menu a .text {
    height: 5.8vh;
    margin-left: 0.8vw;
	}
	.main .menu a .text .cn {
    font-size: 2.6vw;
	}
	.main .menu a .text .en {
    font-size: 2vw;
	}
	.main .menu a.m01 {
    height: 5.8vh;
    margin-bottom: 0.8vh;
	}
	.main .menu a.m01 .icon {
    width: 6vw;
    height: 6vw;
	}
	.main .menu a.m01 .text .cn {
    font-size: 3.2vw;
	}
	.main .menu a.m01 .text .en {
    font-size: 2.1vw;
	}
}*/


@media screen and (min-width:500px) {
.title{
	width: 100%;
	height:4vh;
	display: flex;
	flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #ffcb00;
	background: linear-gradient(to bottom,#4aa4fc 0%, #1f61fb 100%);
    background: -webkit-linear-gradient(to bottom,#4aa4fc 0%, #1f61fb 100%);
    border-radius: 2vw 2vw 0vw 0vw;
}
/*.title:nth-child(5){
	border-bottom: none;
}*/

.title .txt{
	width: 5%;
	height: 2vh;
	display: flex;
    justify-content: center;
    align-items: center;
	color: #fff;
}
.title .txt img{
	width: 3.8vw;
	margin-right: 1vw;
    margin-left: 1vw;
}

.title .txt2{
	width: 18%;
	height: 2vh;
	display: inline-block;
	color:#fff;
	font-size:3vw;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	padding: 0 1.3vw;
	line-height: 2vh;
    text-align: left;
}

 .title .txt3{
	width: 70%;
	height: 2vh;
	display: inline-block;
	color:#fff;
	font-size:3vw;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	padding: 0 4vw;
	line-height: 2vh;
    text-align: right;
}

.title2{
	width: 100%;
	height:4vh;
	display: flex;
	flex-direction: row;
    justify-content: center;
    align-items: center;
}

.title2 a{
	width: 33%;
	height: 3.3vh;
	display: flex;
    justify-content: center;
    align-items: center;
	color:#3e4778;
	font-size:3.6vw;
	font-weight: bold;
	border-radius: 1.7vw;
	line-height: 3.3vh;
}
.title2 a img {width: 5vw; margin-right: 1.3vw;}
 
.main .web{
	width: 95%;
	height: auto;
	margin: 1vh 0 2vh;
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	padding: 1vh 0 1.5vh;
    border: 1px solid #469dfc;
    border-radius: 2vw;
}

.main .web .list{
	width: 87%;
	height:4vh;
	display: flex;
	flex-direction: row;
    justify-content: center;
    align-items: center;
	border-bottom: 1px solid #469dfc;
    
}
.main .web .list:nth-child(5){
	border-bottom: none;
}

.main .web .list .text{
	width: 5%;
	height: 2vh;
	display: flex;
    justify-content: center;
    align-items: center;
	color: #fff;
	font-size:3.6vw;
	line-height: 2vh;
	/*border-right: 1px solid #474749;*/
}
.main .web .list .text img{
	width: 3vw;
	margin-right: 1.3vw;
}


.main .web .list .text2{
	width: 22%;
	height: 2vh;
	display: inline-block;
	color:#4c4533;
	font-size:3vw;
	border-right: 1px solid #474749;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	padding: 0 1.3vw;
	line-height: 2vh;
    text-align: left;
}

.main .web .list .text3{
	width: 50%;
	height: 2vh;
	display: inline-block;
	color:#4c4533;
	font-size:3vw;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	padding: 0 4vw;
	line-height: 2vh;
    text-align: left;
}

.main .web .list a{
	width: 24%;
	height: 3vh;
	display: flex;
    justify-content: center;
    align-items: center;
	color:#fff;
	font-size:2.5vw;
	border-radius: 1.7vw;
	line-height: 2.5vh;
	background-color: #fff;
	
	background: linear-gradient(to bottom,#4aa4fc 0%, #1f61fb 100%);
    background: -webkit-linear-gradient(to bottom,#4aa4fc 0%, #1f61fb 100%);
	
}
.main .web .list a:hover{
	color:#fff;
	background-color: #000;
}
.main .web a.webbtn{
	width: 88%;
	height: 4vh;
	display: flex;
    justify-content: center;
    align-items: center;
	color:#fff;
	font-size:3vw;
	line-height: 3vh;
	margin-top: 0.5vw;
	background-color: #ffcb00;
	border-radius: 10px;
	background: linear-gradient(to bottom,#4aa4fc 0%, #1f61fb 100%);
    background: -webkit-linear-gradient(to bottom,#4aa4fc 0%, #1f61fb 100%);
} 

.main .appdl{
	width: 80%;
	height: auto;
	display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
}

.main .appdl img{
	width: 65%;
	margin-bottom: 1vw;
}
.main .appdl a.android{
	display: inline-block;
	width: 35%;
	height: 11vw;
	background: url(../img/android.png) no-repeat center center;
	background-size:100% 100%;
	margin: 0 1vw;
}
.main .appdl a.ios{
	display: inline-block;
	width: 35%;
	height: 11vw;
	background: url(../img/ios.png) no-repeat center center;
	background-size:100% 100%;
	margin: 0 1vw;
}

    
}


@media screen and (min-width:750px) {

header {
    position: relative;
    height: 70px;
    width: 750px;
    background: #fff;
	border-bottom: 1px solid #d8d8d8;
	display: flex;
    align-items: center;
    justify-content: center;
        margin: 0 auto;}
    
.btnl {
    width: 200px;
	height: 45px;
	display: flex;
    justify-content: center;
    align-items: center;
	color:#fff;
	font-size:20px;
	border-radius: 10px;
	line-height: 20px;
	background-color: #ffcb00;
	background: linear-gradient(to bottom,#4aa4fc 0%, #1f61fb 100%);
    background: -webkit-linear-gradient(to bottom,#4aa4fc 0%, #1f61fb 100%);
    margin-left: 20px;
}
.btnl img {width: 20px; margin-right: 10px;}

.btnr {
    width: 200px;
	height: 45px;
	display: flex;
    justify-content: center;
    align-items: center;
	color:#fff;
	font-size:20px;
	border-radius: 10px;
	line-height: 20px;
	background-color: #ffcb00;
	background: linear-gradient(to bottom,#4aa4fc 0%, #1f61fb 100%);
    background: -webkit-linear-gradient(to bottom,#4aa4fc 0%, #1f61fb 100%);
    margin-right: 20px;
}
.btnr img {width: 25px; margin-right: 10px;}

.container {
    width: 750px;
    margin: 0 auto 0 auto;
    box-sizing: border-box;
    text-align: center;
	position: relative;
    background: #f9f9f9;
    /*box-shadow:inset 0px 0px 4px 0px rgba(0, 0, 0, 0.3) ;*/
}
.main {
    position: relative;
    width: 750px;
    margin: 0 auto 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	padding-bottom: 20px;
}   
.main .swiper {
      width: 720px;
	  height: 211px;
	  border-radius: 10px;
}    
.main .swiper .swiper-wrapper{
    height: 211px;
}   
   
    
.simpleu{
	width: 730px;
	height: auto;  max-height: 200px;
	margin: 10px 0 10px;
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	/*padding: 1vh 0 1.5vh;*/
    border: 1px solid #469dfc;
    border-radius: 20px;
}

.title{
	width: 730px;
	height:50px;
	display: flex;
	flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #ffcb00;
	background: linear-gradient(to bottom,#4aa4fc 0%, #1f61fb 100%);
    background: -webkit-linear-gradient(to bottom,#4aa4fc 0%, #1f61fb 100%);
    border-radius: 20px 20px 0px 0px;
}
/*.title:nth-child(5){
	border-bottom: none;
}*/

.title .txt{
	width: 60px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.title .txt img{
	width: 30px;
	margin-right: 0px;
    margin-left: 30px;
}

.title .txt2{
	width: 200px;
    height: 24px;
	display: inline-block;
	color:#fff;
	font-size:22px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	line-height: 22px;
    text-align: left;
}

 .title .txt3{
	width: 600px;
	height: 24px;
	display: inline-block;
	color:#fff;
	font-size:24px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	line-height: 24px;
    text-align: right;
}

.title2{
	width: 100%;
	height:60px;
	display: flex;
	flex-direction: row;
    justify-content: center;
    align-items: center;
}

.title2 a{
	width: 240px;
	height: 100px;
	display: flex;
    justify-content: center;
    align-items: center;
	color:#3e4778;
	font-size:24px;
	line-height: 24px;
}
.title2 a img {width: 35px; margin-right: 1.3vw;}

.menuLine {
  width: 1px;
  height: 100%;
  background: #469dfc;
}
    
.main .web{
	width: 730px;
	height: auto;
	margin: 5px 0 15px;
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	padding: 1vh 0 1.5vh;
    border: 1px solid #469dfc;
    border-radius: 20px;
}


.main .web .list{
	width: 660px;
	height:70px;
	display: flex;
	flex-direction: row;
    justify-content: center;
    align-items: center;
	border-bottom: 1px solid #469dfc;
    
}
.main .web .list:nth-child(5){
	border-bottom: none;
}

.main .web .list .text{
	width: 30px;
	height: 30px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.main .web .list .text img{
	width: 30px;
	margin-right: 10px;
}


.main .web .list .text2{
	width: 120px;
	height: 30px;
	display: inline-block;
	color:#4c4533;
	font-size:20px;
	border-right: 1px solid #474749;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	padding: 0 10px;
	line-height: 30px;
    text-align: left;
}

.main .web .list .text3{
	width: 350px;
	height: 30px;
	display: inline-block;
	color:#4c4533;
	font-size:20px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	padding: 0 30px;
	line-height: 30px;
    text-align: left;
}

.main .web .list a{
	width: 150px;
	height: 50px;
	display: flex;
    justify-content: center;
    align-items: center;
	color:#fff;
	font-size:24px;
	border-radius: 10px;
	line-height: 40px;
	background-color: #ffcb00;
	background: linear-gradient(to bottom,#4aa4fc 0%, #1f61fb 100%);
    background: -webkit-linear-gradient(to bottom,#4aa4fc 0%, #1f61fb 100%);
}

.main .web a.webbtn{
	width: 660px;
	height: 60px;
	display: flex;
    justify-content: center;
    align-items: center;
	color:#fff;
	font-size:24px;
	line-height: 50px;
	margin-top: 5px;
	background-color: #ffcb00;
	border-radius: 10px;
	background: linear-gradient(to bottom,#4aa4fc 0%, #1f61fb 100%);
    background: -webkit-linear-gradient(to bottom,#4aa4fc 0%, #1f61fb 100%);
}   
    
    
    
    
.main .appdl{
	width: 95%;
	/*height: auto;*/
	display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
}

.main .appdl img{
	width: 612px;
	margin-bottom:20px;
}
.main .appdl a.android{
	display: inline-block;
	width: 274px;
	height: 88px;
	background: url(../img/android.png) no-repeat center center;
	background-size:100% 100%;
	margin: 0 15px;
}
.main .appdl a.ios{
	display: inline-block;
	width: 274px;
	height: 88px;
	background: url(../img/ios.png) no-repeat center center;
	background-size:100% 100%;
	margin: 0 15px;
}

footer {
    position: relative;
    width: 100%;
    height: 8%;
    transition: .2s;
	z-index: 1;
	text-align: center;
	display: flex;
    justify-content: center;
	flex-direction: column;
    align-items: center;
    background-color: #a6b2d4;
    margin-top: 0%;
}
footer .txt {
	font-size: 14px;
	color: #2e2c48;
	height: 18px;
    line-height: 18px;
    width: 100%;
}
footer .txt span{
	color: #2e2c48;
}
footer .txt2 {
	font-size: 14px;
	color: #2e2c48;
	height:18px;
    line-height: 18px;
    width: 100%;
}
    
    
}

@media screen and (min-width:1100px) {
body,
html {
    overflow-x: hidden; overflow-y: auto;
}
}




/*@media screen and (max-height: 736px){
	.main .appdl img {
    width: 82%;
    margin-bottom: 1vw;
	}
	.main .appdl a.android {
    width: 40%;
    height: 14vw;
    margin: 0 2vw 0 4vw;
	}
	.main .appdl a.ios {
    width: 40%;
    height: 14vw;
    margin: 0 4vw 0 2vw;
	}
	.main .menu {
    margin-top: 0.5vh;
	}
	.main .menu a {
    height: 5.5vh;
	}
	.main .menu a .icon {
    width: 6.5vw;
    height: 6.5vw;
	}
	.main .menu a .text {
    height: 5.5vh;
    margin-left: 0.8vw;
	}
	.main .menu a .text .cn {
    font-size: 3.5vw;
	}
	.main .menu a .text .en {
    font-size: 2.3vw;
	}
	.main .menu a.m01 {
    height: 5.5vh;
    margin-bottom: 0.6vh;
	}
	.main .menu a.m01 .icon {
    width: 7vw;
    height: 7vw;
	}
	.main .menu a.m01 .text .cn {
    font-size: 3.6vw;
	}
	.main .menu a.m01 .text .en {
    font-size: 2.6vw;
	}
	footer .txt {
    font-size: 3vw;
    height: 4.5vw;
    line-height: 4.5vw;
	}
	footer .txt2 {
    font-size: 2.8vw;
    height: 5vw;
    line-height: 5vw;
	}
}*/


/*@media screen and (max-height:1365px) and (min-height:1280px){
	.main .appdl img {
    width: 70%;
    margin-bottom: 1vw;
	}
	.main .appdl a.android {
    width: 40%;
    height: 13.5vw;
    margin: 0 2vw 0 4vw;
	}
	.main .appdl a.ios {
    width: 40%;
    height: 13.5vw;
    margin: 0 4vw 0 2vw;
	}
	.main .menu {
        margin-top: 0.6vh;
    }
	
}*/

@media screen and (max-width: 320px){
	.main .web {
    margin: 1vh 0 1vh;
	}
	.main .appdl img {
    width: 70%;
    margin-bottom: 1.8vw;
	}
	.main .menu a.m01 {
      margin-bottom: 1vh;
    }
}

@media screen and (max-height:932px) and (min-height:824px){
	.main .web {
    margin: 1.3vh 0 1.5vh;
	}
	.main .appdl img {
    margin-bottom: 3.5vw;
	}
	.main .menu {
    margin-top: 1.3vh;
	}
	.main .menu a.m01 {
    margin-bottom: 1vh;
	}
}
@media screen and (max-height:822px) and (min-height:812px){
	.main .web {
    margin: 1.3vh 0 1.5vh;
	}
	.main .appdl img {
    margin-bottom: 2.8vw;
	}
	.main .menu {
    margin-top: 1vh;
	}
	.main .menu a.m01 {
    margin-bottom: 1vh;
	}
}
@media screen and (max-height:882px) and (min-height:845px){
	.main {
    padding: 1.3vh 0 0;
	}
	.main .web {
    margin: 1.5vh 0 2vh;
	}
	.main .appdl img {
	width: 92%;
    margin-bottom: 4vw;
	}
	.main .menu {
    margin-top: 1.5vh;
	}
	.main .menu a.m01 {
    margin-bottom: 1.5vh;
	}
}


/*@keyframes antzone {
    0% {
        transform: none;
    }

    15% {
        transform: translate3d(8%, 0, 0) rotate3d(0, 0, 1, -4deg);
    }

    30% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    45% {
        transform: translate3d(5%, 0, 0) rotate3d(0, 0, 1, -2deg);
    }

    60% {
        transform: translate3d(-3%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        transform: translate3d(1%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        transform: none;
    }
}*/


/*@keyframes sc {
    0% {
        transform:scale(0.8);
    }
    50% {
        transform:scale(1);
    }
	100% {
        transform:scale(0.8);
    }
}*/