*{
    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: 1300px;
    margin: 0 auto;
}

.wrap1{
    width:870px;
    margin: 0 auto;
	background: rgba(0,0,0,0.4);
	height: 600px;
	border-radius: 20px;
}

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

.business-box{
	width: 980px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: inherit;
	margin-top: 60px;
}
.business-item{
	width: 200px;
	border: 2px solid rgb(3,250,253);
	height : 160px;
	border-radius: 10px;
	padding-top: 20px;
	font-size: 18px;
	box-sizing: border-box;
}
.business-item:hover{
	cursor: pointer;
}
.active-line{
	width: 200px;
	height: 5px;
	background: url("../images/tit-line.png")top center no-repeat;
	margin-top: 15px;
}
.business-tit{
	font-size: 18px;
	margin-top: 15px;
}
.business-item-active{
	background: url("../images/blue-bg.png")top center no-repeat;
	height: 175px;
	border: 0;
}

.business-item-icon1-1{
	background: url("../images/business-icon1-1.png")top center no-repeat;
	height: 70px;
	border: 0;
}
.business-item-icon1-2{
	background: url("../images/business-icon1-2.png")top center no-repeat;
	height: 70px;
	border: 0;
}
.business-item-icon2-1{
	background: url("../images/business-icon2-1.png")top center no-repeat;
	height: 70px;
	border: 0;
}
.business-item-icon2-2{
	background: url("../images/business-icon2-2.png")top center no-repeat;
	height: 70px;
	border: 0;
}
.business-item-icon3-1{
	background: url("../images/business-icon3-1.png")top center no-repeat;
	height: 70px;
	border: 0;
}
.business-item-icon3-2{
	background: url("../images/business-icon3-2.png")top center no-repeat;
	height: 70px;
	border: 0;
}

.business-message-box{
	width: 1300px;
	margin: 30px auto 0;
	background: url("../images/business-bg2.png") center 48px no-repeat;
	background-size: 1300px 224px;
	height: 342px;
}
.business-message-box-bg{
	  margin-left: 89px;
	width: 576px;
	background: url("../images/business-bg3.png") left 18px no-repeat;
	background-size: 576px 328px;
	height: 346px;
}
.business-message-box-bg:nth-of-type(2){
	
}
.business-info{
	  background: url("../images/tu2.png") no-repeat 100% 100%;
	  width: 540px;
	  height: 318px;
	  margin-left: 18px;
	  padding: 24px 30px 0 51px;
	  box-sizing: border-box;
}
.business-info-tit{
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	height: 24px;
	line-height:24px;
	margin-bottom: 25px;
}
.business-info-item ol{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.business-info-item ol li{
	font-size: 14px;
	margin-bottom: 25px;
}
.business-info-item ol li:first-of-type{
	text-align: left;
	width: 79px;
}
.business-info-item ol li:last-of-type{
	width: 182px;
}
.business-info-item:first-of-type ol li{
	font-size: 16px;

	color: rgb(1,30,113);
}
.business-info-footer{
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 56px 0 35px;
	line-height: 25px;	
	box-sizing: border-box;
}
.business-info-footer i{
	color: rgb(253,209,2);
	font-style: normal;
}
.contact-wrap{
    height: 730px;
    width: 100%;
}
.contact{
    background: url("../images/contact-bg.png")top center no-repeat;
    width: 100%;
	height: 730px;
}
.contact-info{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 60px;
}
.contact-title{
	font-size:28px;
	letter-spacing: 2px;
	line-height:28px;
	margin-bottom: 50px;
	color: #fff;
}
.contact-right li{
	width: 646px;
	font-size: 18px;
	padding-right: 115px;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	 align-items: inherit;
	 margin-bottom: 24px;
	 text-align: left;
	 color: #fff;
	 font-family:MicrosoftYaHei;
}
.contact-icon{
	width: 30px;
	height: 30px;
	margin-right: 20px;
}
.map-icon{
	width: 650px;
	height: 312px;
}
.page1{
    background: url("../images/page01.png")no-repeat top center;
    height: 100%;
    width: 100%;
    background-size: cover;
}

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

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


.head-nav{
    position: fixed;
    width: 100%;
    height: 100px;
    z-index: 99;
}
.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: #03fafd;
    border-bottom: 2px solid #03fafd;
}

.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:280px;
    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{
    display: inline-block;
    margin-right: 35px;
}

.anios-wrap{
    display: inline-block;
    vertical-align: top;
}
.anios-wrap a{
    display: block;
    height: 76px;
    width: 290px;
    cursor: pointer;
}

.anios-wrap a.ios{
    background: url("../images/none.png") no-repeat top center;
    margin-top: 20px;
}

.anios-wrap a.ios:hover{
    background: url("../images/none.png")no-repeat top center;
}

.anios-wrap a.android{
    background: url("../images/and.png")no-repeat top center;
}

.anios-wrap a.android:hover{

    background: url("../images/and.png")no-repeat top center;
}

.qr-anios-pos{
    position: relative;
    width:1200px;
    margin:0 auto;
}

.qr-anios{
    width: 504px;
    height: 186px;
    position: relative;
    top: 260px;
    left: 0;
    margin-left: 10px;
}
.qr > img {
    width: 165px;
    border-radius: 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;
}
.englist-title{
	color: rgba(255,255,255,0.2);
}
.title-name{
    font-size: 30px;
	transform: translateY(-15px);
	height: 30px;
	line-height:30px;
	color:#fff;
}
.title-line{
	width:144px;
	height:2px;
	margin: 0 auto;
	background: url("../images/tit-line.png") no-repeat 100% 100%;
    text-align: center;
}
.title-line i{
    display: inline-block;
    height: 2px;
    width: 144px;
    
}
.title-about-us{
	color: #fff;
	font-size: 30px;
	text-align: center;
}
.about-us-sub-tit{
	font-size: 14px;
	width: 252px;
	margin: 15px auto 0;
	line-height: 24px;
}
.h70{
    height: 70px;
    width: 100%;
}

.company{
	background: url("../images/about-bg.png") no-repeat 100% 100%;
    width: 100%;
    /**background-color:#ff7e00;**/
	padding: 68px 0 62px;
}

.company-txt{
    color: #ffffff;
    font-family: normal 100% Source Sans Pro,PingFang SC, Microsoft Yahei, Helvetica, Arial, sans-serif !important;
    font-size: 18px;
    line-height: 30px;
	/**display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 9;
	overflow: hidden;**/
	overflow: auto;
	height: 310px;
	box-sizing: border-box;
	margin: 60px auto 0;
	padding-right: 10px;
}

/* 设置滚动条的样式 */
.company-txt::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

	/* 滚动槽 */

.company-txt::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
}

	/* 滚动条滑块 */

.company-txt::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0,82,232,0.7);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.company-txt p{
	margin-bottom: 20px;
	letter-spacing: 2px;
	text-indent: 2em;
}
.company-txt p:last-of-type{
	margin-bottom: 0px;

}
.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{
	height: 946px;
	background: url("../images/join-bg.png") no-repeat 100% 100%;
}


.join-box{
	width: 1300px;
	margin: 80px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	color: #fff;
}
.join-left{
	width: 768px;
	height: 520px;
	background: url("../images/tu4.png") no-repeat 100% 100%;
	padding: 0 28px 0 55px;
    box-sizing: border-box;
}

.join-title{
	font-size: 30px;
	line-height:30px;
	padding: 68px 0 30px;
}
.join-content{
	font-size: 18px;
	line-height:44px;
	margin: 0 auto;
	text-align: justify;
	overflow: auto;
	height: 352px;
	padding-right: 27px;
	/*display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;*/
}
/* 设置滚动条的样式 */
.join-content::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

	/* 滚动槽 */

.join-content::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
}

	/* 滚动条滑块 */

.join-content::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0,82,232,0.7);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.join-right{
	width: 535px;
	height: 341px;
	background-color: rgba(0,0,0,0.82);
	font-size: 18px;
	padding: 65px 35px 0 53px;
	box-sizing: border-box;
}
.join-icon{
	width: 40px;
	height: 40px;
	margin-right: 27px;
}
.join-right li{
	display: flex;
	justify-content: flex-start;
	 align-items: inherit;
	 margin-bottom: 40px;
	 text-align: left;
	 line-height:32px;
}
.join-right li i{
	color: rgb(3,250,253);
	font-style: normal;
	margin-right:4px;
}
.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*/
