*{
    padding: 0;
    margin: 0;
}

html, body {
    position: relative;
    height: 100%;
}
body {
    font-family: "Microsoft YaHei",Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    margin: 0;
    padding: 0;
    height: 100%;

    /* 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;
}



a{
    outline: none;
    text-decoration: none;
}


a:hover{
    outline: none;
    text-decoration: none;
}

.clr-both{
    clear: both;
}

.wrap{
    width: 1200px;
    margin: 0 auto;
    margin-top: 12px;

}

.wrap1{
    width:870px;
    margin: 0 auto;
}







.page1{
    background: url("../images/new_bg_img/page01.png")no-repeat top center;
    height: 100%;
    width: 100%;
    background-size: cover;
}

.page2{
    background: url("../images/new_bg_img/page2.png")no-repeat top center;
    height: 100%;
    width: 100%;
    background-size: cover;
}
.page3{
    background: url("../images/new_bg_img/page3.png")no-repeat top center;
    height: 100%;
    width: 100%;
    background-size: cover;
}
.page4{
    background: url("../images/new_bg_img/page4.png")no-repeat top center;
    height: 100%;
    width: 100%;
    background-size: cover;
}

.page5{
    background: url("../images/new_bg_img/page5.png")no-repeat top center;
    height: 100%;
    width: 100%;
    background-size: cover;
}

.page6{
    background: url("../images/new_bg_img/page6.png")no-repeat top center;
    height: 100%;
    width: 100%;
    background-size: cover;
}

.brand-top{
	margin-top:145px;
}

.brand-bottom{
	margin-top: 50px
}
.brand-title{
	color: #fff;
	font-size: 24px;
	margin-bottom: 20px;
}
.brand-sub-title{
	color: #fff;
	font-size: 16px;

}
.brand-icon-box{
	max-width: 1253px;
	margin: 62px auto 0;
	display: flex;
	justify-content: center;
}
.brand-icon{
	margin-right: 19px;
	width: 140px;
	margin-bottom: 24px;
}
.brand-icon-box .brand-icon:nth-of-type(8n){
	margin-right: 0;
}
.brand-view{
	font-size: 16px;
	color: rgb(22,221,237);
	width: 120px;
	height: 42px;
	line-height: 42px;
	border: 1px solid rgb(22,221,237);
	border-radius: 6px;
	margin: 30px auto 0;
}
@media (max-width: 1800px){
    .brand-top{
		margin-top:110px;
	}
	.brand-icon-box{
		max-width: 1200px;
		margin: 22px auto 0;
		display: flex;
		justify-content: center;
	}
	.brand-icon{
		margin-right: 22px;
		margin-bottom: 24px;
		width: 130px;
	}
	.brand-bottom{
		margin-top: 10px
	}
	.brand-view {
		margin-top: 10px;
	}
}

.head-nav{
    position: fixed;
    width: 100%;
    height: 100px;
    z-index: 99;
	background: rgba(0,0,0,0.4);
}

.logo{
    display: inline-block;
}

.table-nav{
    display: inline-block;
    height: 70px;
    float: right;
}


.table-nav li{
    float: left;
    height: 70px;
    line-height: 70px;
    width: 120px;
    list-style:none;
}


.logo img{
    height: 54px;
    border: 0 none;
}

.table-nav li.nav-on a{
    color: #ff7e00;
    border-bottom: 2px solid #ff7e00;
}

.nav-on,.table-nav li a.active{
    color: #03fafd;
    border-bottom: 2px solid #03fafd;
}

.table-nav li a{
    display: inline-block;
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 16px;
	font-family: normal 100% Source Sans Pro,PingFang SC, Microsoft Yahei, Helvetica, Arial, sans-serif !important;
	font-weight:bold;
	letter-spacing:2px;
}


.swiper-pagination{
    /*background-color: rgba(24,15,46,.5);*/
    background-color: rgba(0,0,0,.2);
    height:325px;
    width: 46px;
    border-radius: 38px;
}

.swiper-pagination-bullet{
    width: 20px;
    height: 20px;
    border-radius: 13px;
	background-color:#fff;
    line-height: 46px;
    font-size: 16px;
    font-family: "Microsoft YaHei", Helvetica Neue, Helvetica, Arial, sans-serif;
}

.swiper-pagination-bullet-active{
    background-color: #00b2f5;
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 30px 12px;
    display: block;
}

.qr{
	position: absolute;
	bottom: 93px;
	left:-60px;
	background: url("../images/code-box.png") no-repeat top center;
	width:338px;
	height:162px;
	text-align: left;
}


.flex-start{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.anios-wrap{
    display: inline-block;
    vertical-align: top;
}
.anios-wrap a{
    height: 76px;
    width: 290px;
    cursor: pointer;
	padding-left: 10px;
	font-size: 19px;
	font-family:MicrosoftYaHei;
	color:#fff;
}

.anios-wrap a.ios{
	background-image: linear-gradient(to right,#8a8a8a,#c1c1c1);
	width: 172px;
	height: 51px;
	border-radius:4px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.anios-wrap a.ios:hover{
    background-image: linear-gradient(to right,#8a8a8a,#c1c1c1);
	width: 172px;
	height: 51px;
	border-radius:4px;
}

.anios-wrap a.android{
    background: linear-gradient(to right,#01e9fe 1%,#00fcff 100%);
	width: 172px;
	height: 51px;
	border-radius:4px;
	margin-bottom: 7px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.anios-wrap a.android:hover{
	background: linear-gradient(to right,#01e9fe 1%,#00fcff 100%);
	width: 172px;
	height: 51px;
	border-radius:4px;
	margin-bottom: 7px;
}

.qr-anios-pos{
    position: relative;
    width:1298px;
    margin:0 auto;
	height:100vh;
}

.qr-anios{
    width: 504px;
    height: 186px;
    position: relative;
    top: 150px;
    left: 0;
    margin-left: 10px;
}
.qr .code-img {
    width: 113px;
    height: 112px;
	margin: 0 8px 0 10px;
}
.banner_1_r_bg{position: absolute;right:10px; top:30px;width:527px;right:87px;top:169px;}
.banner_1_r_bg img{width:100%;}
.foot{
    background-color: #000000;
    width: 100%;
    line-height: 35px;
    position: absolute;
    bottom: 0px;
    z-index: 99;
}



.foot-text{
    text-align: center;
    font-family: SimSun;
    font-size: 14px;
    color: rgba(255,255,255,.5);
}

.foot-text a{
	color: rgba(255,255,255,.5);
}



/*---company*/

.title{
    text-align: center;
}
.title span{
    display:block;
    text-align: center;
}

.title-name{
    font-size: 52px;
    color: #212121;
}

.title-line i{
    display: inline-block;
    height: 3px;
    width: 40px;
    background: #ff7e00;
    text-align: center;
}


.h70{
    height: 70px;
    width: 100%;
}

.company{
  /*  background: url("../images/company-bg.png")top center no-repeat;
    width: 100%;*/
    background-color:#ff7e00;
}

.business{
    background: url("../images/icon-bg1.png")top center no-repeat;
    width: 100%;
}



.company-txt{
    color: #ffffff;
    font-size: 14px;
    padding-top: 74px;
    font-family: normal 100% Source Sans Pro,PingFang SC, Microsoft Yahei, Helvetica, Arial, sans-serif !important;
    font-size: 16px;
    line-height: 24px;
}



.icon-text-name{
    font-size: 16px;
    color: #ff7e00;
    padding-bottom: 10px;
}

.icon-text-desc{
    font-size: 16px;
    color: #757575;
}


.icon-text span{
    display: block;
    text-align: center;
}

.icon-img{
    text-align: center;
    padding-bottom: 20px;
}


.icon-content{
    padding-top: 78px;
}
.icon-content li{
    display: inline-block;
    width: 33%;
    text-align: center;
    list-style: none;
}
.clr-both{
    clear: both;
}


.rel{
    position: relative;
}

.line{
    display: inline-block;
    height: 114px;
    width: 1px;
    background-color: #e5e5e5;
}

.left-line{
    position:absolute ;
    left: 0px;
    top: 0px;
}

.right-line{
    position:absolute ;
    right: 0px;
    top: 0px;
}

.gard-wrap{
    padding-bottom: 100px;
}

.gard-txt{
    padding-top: 50px;
    font-size: 16px;
    color: #757575;
    font-family:normal 100% Source Sans Pro,PingFang SC, Microsoft Yahei, Helvetica, Arial, sans-serif !important;
}


.foot-top{
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 99;
}


.foot-top a{
    display: inline-block;
    background: url("../images/top.png")top no-repeat;
    height: 77px;
    width: 80px;
    background-position: 0px 0px;
}


.clearfix:before,
.clearfix:after {
  display: table;
    content: " ";
}
.clearfix:after {
  clear: both;
}
ul { list-style: none; }
#main {
  width: 1100px;
  margin: 100px auto;
  font-family: "Microsoft yahei";
}
.star { display: block; }
.bigstar50, .bigstar45, .bigstar40, .bigstar35, .bigstar30, .bigstar25, .bigstar20, .bigstar15, .bigstar10, .bigstar05, .bigstar00, .bigstar0, .bigstar { background:url(../images/all_bigstars.gif) no-repeat 0 0; display:block; height:14px; line-height:100%; overflow:hidden; width:75px;}
.bigstar00, .bigstar0, .bigstar { background-position:0 -150px;}
.bigstar05 { background-position:0 -135px;}
.bigstar10 { background-position:0 -120px;}
.bigstar15 { background-position:0 -105px;}
.bigstar20 { background-position:0 -90px;}
.bigstar25 { background-position:0 -75px;}
.bigstar30 { background-position:0 -60px;}
.bigstar35 { background-position:0 -45px;}
.bigstar40 { background-position:0 -30px;}
.bigstar45 { background-position:0 -15px;}
.gs_nav { padding:15px 15px 5px 15px; margin:10px 10px 20px 10px; font-size:14px; border:1px solid #dbdbdb; background-color:#fff; box-shadow: 0 0 10px #dbdbdb inset}
.gs_nav dt { float:left; width:80px; height:36px; line-height:36px; color:#000; font-weight:bold;}
.gs_nav dd { float:right; width:940px;}
.gs_nav dd a { display:inline-block; margin:0 3px 10px 3px; height:36px; line-height:36px; padding:0 20px; color: #333;}
.gs_nav dd a.dangqian { background-color:#ff7e00; color:#fff; border-radius:2px;}
.gs_nav dd a:hover { background-color:#ff7e00; color:#fff; border-radius:2px;}
.gs-box { font-family: "Microsoft Yahei", "微软雅黑"; }
.gs-tit { border-bottom:1px solid #eee; margin-bottom:20px;}
.gs-tit a { float:left; font-size:20px; margin-left:10px; width:120px; height:46px; line-height:46px; text-align:center; color: #333; position: relative;}
.gs-tit .border-bottom { background-color: transparent; bottom: -2px; display: inline-block; height: 3px; left: 0; position: absolute; width: 100%; }
.gs-tit a.dangqian { color:#ff7e00;}
.gs-tit a.dangqian .border-bottom { background-color: #ff7e00;}
.gs-con { border-top:none; padding:20px 10 10px 0px; margin-bottom:10px;}
.gs-con li { float:left; margin:0 10px 20px 10px; border:1px dotted transparent; padding:16px; box-shadow: 0 0 10px #dbdbdb;}
.gs-con li:hover { background-color:transparent; box-shadow: 0 0 3px #ff7e00;}

.app_120 { display:block; position:relative; width:124px; height:120px; margin-bottom:4px;}
.app_120 img { width:120px; height:120px; border-radius:20px;}
/*.gs-con li img {
    -webkit-transition: transform .5s;
       -moz-transition: transform .5s;
        -ms-transition: transform .5s;
         -o-transition: transform .5s;
            transition: transform .5s;
}
.gs-con li:hover img {
    -webkit-transform: rotateY(180deg);
       -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
         -o-transform: rotateY(180deg);
            transform: rotateY(180deg);
}*/
.app_tit_120 { width:120px; text-align:center; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.app_tit_120 a { font-size:14px; font-weight: bold; color:#333; }
.app_star_120 { margin-bottom:5px; padding-top:5px; padding-left:22px;}
.iremen_dwon { text-align:center;}
.iremen_dwon a { display:inline-block; width:70px; height:26px; line-height:26px; border:1px solid #ff7e00; margin-top:5px; border-radius:2px; background-color:#ff7e00; font-size: 12px; color: #fff;}
.iremen_dwon a:hover { background-color:#ff7e00; border:1px solid #ff7e00; color:#fff;}







/*---company end*/
