﻿li{
	list-style-type: none;
}
*{
	margin: 0;padding: 0;
}
a{
	text-decoration: none;
}
img{
	border: none 0;
}
*{
	margin: 0;
	padding: 0;
	letter-spacing: 2px;
}
.back{
	width: 1100px;
	margin: auto;
}
body{
	min-width: 1100px;
}
.header{
	position: fixed;
	z-index: 666;
	background: #2BAAF7;
	transition: all 0.5s;
	top: 0;
	left: 0;
	width: 100%;
	height: 88px;
}
.header_l{
	height: 100%;display: flex;align-items: center;
	position: absolute;top: 0;left: 30px;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 400;
}
.head-tit{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
	margin-right: 6vw;
}
.head-tit .wsj{
	color: #FFFFFF;
	font-size: 28px;
	padding: 0 36px;
	font-weight: 400;
	letter-spacing: 2px;
	transition: all 0.5s;
}
/* .header .head-tit .wsj:hover{
	color: #aeabb4;
	transition: all 0.5s;
	font-size: 26px;
}
 */
.main-title{
	text-align: center;
	font-size: 27px;
	font-weight: 400;
	margin-top: 81px;
}
.main-tit{
	text-align: center;
	font-size: 22px;
	margin-top: 18px;
}
.div{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.div_1-text{
	font-size: 22px;
	
}
.div-box{
	width: 250px;
	height: 250px;
	margin-top: 42px;
}
.block-text{
	color: white;
	font-size: 14px;
	padding-top: 4vh;
	text-align: center;
}
.div_2-title{
	font-weight: 800;
}
.div_2 input{
	width: 27vw;
	height: 32px;
	border: 1px solid #191919;
	border-radius: 8px;
	margin-top: 6px;
	outline: none;
}
.div_2 textarea{
	width: 27vw;
	height: 88px;
	border: 1px solid #191919;
	border-radius: 8px;
	margin-top: 6px;
	outline: none;
}
.div{
	margin-top: 88px;
}
.btn{
	width: 27vw;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background: #7d72e5;
    margin-top: 20px;
    color: white;
}
.blocks{
	height: 12vh;
	background: #212121;
}
.tit4{
	height: calc(88vh - 88px);
}
.div-zhi{
	font-style: italic;
	margin-top: 12px;
}
.main-conimg{
	position: relative;
}
.main .main-conimg{
	position: relative;
	top: 150px;
	animation: wsj 1s forwards 3s;
}
@keyframes wsj{
	from{
		top: 150px;
	}
	to{
		top: 0px;
	}
}
.content{
	height: 100%;
	width: 1100px;
	margin: auto;
}
.content-text_1{
	width: 380px;
	font-size: 28px;
	color: white;
	letter-spacing: 0.07rem;
	line-height: 48px;
}
.content-pic{
	position: relative;
	margin-top: 200px;
	width: 400px;
}
.content-pic img{
	width: 100%;
	height: 100%;
	
}
.content-pic_1{
	width: 400px;
}
.content-pic_1 img{
	width: 100%;
	height: 100%;
}
.content-pic_2{
	width: 400px;
	position: absolute;
	top: 10%;
	right: 150px;
}
.content-pic_2 img{
	width: 100%;
	height: 100%;
}

.content-pic_4{
	width: 400px;
	position: absolute;
	top: 5%;
	right: 350px;
}
.tit1_icon img{
	width: 100%;margin: 30px auto 0 auto;
}


.content-pic_5{
	width: 400px;
	position: absolute;
	top: 20%;
	right: 500px;
}


.content-pic_6{
	width: 1200px;
	position: absolute;
	top: 30%;
	right: 700px;
}


.content-img{
	width: 125px;
	height: 125px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
.content-img img{
	width: 100%;
	height: 100%;
}
.content-title{
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 2px;
	text-align: center;
	padding-bottom: 25px;
}
.content-con{
	font-size: 21px;
	letter-spacing: 1px;
	text-align: center;
}
.content-3{
	width: 1100px;
	margin: auto;
}
.tit2-box{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}
.content-tit{
	position: relative;
	top: 33%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.content-tit_1{
	width: 360px;
}
.content-tit_1 div:first-child{
	text-align: center;
	font-size: 24px;
	letter-spacing: 2px;
	font-weight: 400;
}
.content-tit_1 div:nth-child(2){
	text-align: center;
	font-size: 21px;
	letter-spacing: 2px;
	font-weight: 300;
	margin-top: 36px;
}
.tit2-box div:first-child{
	width: 100%;
	height: 100%;
	background: #212121;
}
.tit2-box div:nth-child(2){
	width: 100%;
	height: 100%;
	background: #ec5298;
}
.tit2-box div:nth-child(3){
	width: 100%;
	height: 100%;
	background: #f4f5f9;
}
.content{
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.main{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #2999D6;
	z-index: 999;
	color: white;
	animation: wf 1s forwards 5s;
	overflow: hidden;
}
.main .main-con,.concnet .contnet2{
	font-size: 20px;
}
.main .main-con,.concnet .contnet2{
	height: 560px;
	position: absolute;
	width: 100%;
	text-align: center;
}
.main .main-con{
	margin-top: -280px;
}
.main .main-con li{
	position: relative;
	opacity: 0;
}
.main .title,.contnet2 .title{
	font-size: 44px;
	line-height: 48px;
	animation: fn 1s forwards 3s;
}
.main .two-title .contnet2 .two-title{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 4px;
}
.main .two{
	animation: fn 1s forwards 3.2s;
}
.main .ems,.contnet2 .ems{
	padding-top: 15px;
	animation: fn 1s forwards 3.4s;
}
.main .five{
	animation: fn 1s forwards 3.6s;
}
@keyframes fn{
	from{
		top: 100px;
		opacity: 0;
	}
	to{
		top: 0px;
		opacity: 1;
	}
}
@keyframes wf{
	from{
		height: 887px;
	}
	to{
		height: 0px;
	}
}
.main .ems .yinhao1_zuo,.contnet2 .ems .yinhao1_zuo{
	position: relative;
	left: -8px;
	top: -30px;
}
.main .ems .yinhao1_you,.contnet2 .ems .yinhao1_you{
	position: relative;
	left: 8px;
	top: 17px;
}
.main .ems span,.contnet2 .ems span{
	font-size: 48px;
}
.concnet{
	width: 100%;
	color: white;
	overflow: hidden;
	position: relative;
}
.concnet .slide{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.concnet .slide .main-con2{
	width: 100%;
	background: #221236;
	color: white;
	overflow: hidden;
	position: relative;
}
/*.concnet .donext{
	height: 58px;
	width: 58px;
	background: url(../images/donext.png) 0 -58px no-repeat;
    margin: -20px auto 0;
    cursor: pointer;
    transition: all 0.5s;
}
.concnet .donext:hover{
	background: url(../images/donext.png) 0 0 no-repeat;
	transition: all 0.5s;
}*/
.tit1{
	overflow: hidden;
	width: 100%;
	position: relative;
}
.tit1 .slider{
	width: 5760px;
	position: absolute;
	top: 0;
	left: 0;
}
.tit1 .slider li{
	background: white;
	float: left;
	margin-bottom: 500px;
	position: relative;
}
.tit1 .slider li .gaishu-con{
	height: 560px;
	position: absolute;
	top: 45%;
	margin-top: -280px;
	width: 100%;
	text-align: center;
}
.tit1 .slider li .gaishu-con .title-2{
	font-size: 54px;
	color: #311759;
	font-weight: bold;
}
.tit1 .slider li .gaishu-con .ems2{
	font-size: 18px;
	color: #6b6a6f;
	width: 630px;
	line-height: 30px;
	margin: auto;
	position: relative;
	margin-top: 20px;
}
.tit1 .slider li .gaishu-con .ems2 .yinhao_zuo{
	position: absolute;
	left: -34px;
	top: -3px;
}
.tit1 .slider li .gaishu-con .ems2 span{
	text-align: center;
}
.tit1 .slider li .gaishu-con .ems2 .yinhao_you{
	position: absolute;
	right: -30px;
	top: 64px;
}
.tit1 .slider li .gaishu-con .app-img img{
	margin-top: 20px;
	margin-right: 30px;
}
.tit1 .goleft{
	left: 60px;
}
.goleft,.goright{
	width: 58px;
	height: 58px;
	/*background: url(../images/goleft.png) no-repeat;*/
	position: absolute;
	top: 50%;
	margin-top: -29px;
	cursor: pointer;
	transition: all 0.5s;
}
.goleft:hover{
	transition: all 0.5s;
	/*background: url(../images/goleft.png)-58px 0 no-repeat;*/
}
.tit1 .goright:hover{
	transition: all 0.5s;
	background: url(../images/goright.png) no-repeat;
}
.tit1 .goright{
	background: url(../images/goright.png)-58px 0 no-repeat;
    right: 60px;
}
.li_2 .li-con{
	width: 700px;
	left: 50%;
	margin-left: -350px;
	top: 50%;
	height: 560px;
	position: absolute;
	margin-top: -280px;
	text-align: center;
}
.li_2 .li-con .block{
	margin-top: 50px;
	overflow: hidden;
	color: #6b6a6f;
	text-align: left;
}
.li_2 .li-con .block>*{
	float: left;
}
.li_2 .li-con .block div{
	width: 520px;
	margin-left: 55px;
}
.li_2 .li-con .block h1{
	font-size: 24px;
	font-weight: normal;
	margin-top: 20px;
}
.li_2 .li-con .block h2{
	font-size: 18px;
	font-weight: normal;
}
.li_3 .li-con{
	height: 560px;
    position: absolute;
    top: 45%;
    margin-top: -280px;
    width: 100%;
    text-align: center;
}
.li_3 .li-con .ems3{
	color: #221236;
    font-size: 36px;
    width: 630px;
    line-height: 30px;
    margin: 0 auto;
    position: relative;
}
.li_3 .li-con .ems3 .yinhao3_zuo{
	position: relative;
    left: -8px;
    top: -30px;
}
.li_3 .li-con .ems3 .yinhao3_you{
	position: relative;
    right: -10px;
    top: 18px;
}
.li_3 .li-con p{
	width: 730px;
    margin: 55px auto 0;
    line-height: 30px;
    font-size: 18px;
    color: #6b6a6f;
    text-align: left;
    text-indent: 2em;
}
.tit2{
	color: white;
	background: #221236;
	overflow: hidden;
	width: 100%;
	position: relative;
}
.tit2 .jiazhi{
	width: 970px;
    height: 560px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -280px 0 0 -485px;
}
.jiazhi_shineimg{
	animation: ss 2s linear infinite;
}
@keyframes ss{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}
.tit2 .jiazhi h1{
	font-size: 48px;
	font-weight: lighter;
	text-align: center;
	margin-bottom: 100px;
}
.tit2 .jiazhi .jz-top,.tit2 .jiazhi .jz-buttom{
	overflow: hidden;
	margin: 10px 0;
}
.tit2 .jiazhi .jz-top >div,.tit2 .jiazhi .jz-buttom >div{
	float: left;
	height: 20px;
	width: 20px;
	position: relative;
}
.tit2 .jiazhi .jz-top img,.tit2 .jiazhi .jz-buttom img{
	position: absolute;
	left: 0;
	top: 0;
}
.tit2 .jiazhi .jz-text{
	height: 317px;
	width: 850px;
	margin: auto;
	overflow: hidden;
}
.tit2 .jiazhi .jz-text li{
	float: left;
	width: 390px;
	margin-right: 30px;
	margin-bottom: 46px;
}
.tit2 .jiazhi .jz-text li .nomber{
	width: 74px;
    height: 74px;
    /*background: url(../images/jiazhi_quanquan.png) no-repeat;*/
    line-height: 74px;
    text-align: center;
    margin-right: 27px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
}
.tit2 .jiazhi .jz-text li p{
	float: left;
	width: 280px;
	font-size: 18px;
	margin-top: 13px;
}
.tit3{
	background: #F1F1F6;
	overflow: hidden;
	width: 100%;
	position: relative;
}
.tit3 .yun{
	width: 910px;
	height: 560px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -280px 0 0 -455px;
}
.tit3 .yun > h1{
	font-size: 54px;
	margin-bottom: 20px;
	text-align: center;
	color: #311759;
	font-weight: lighter;
}
.tit3 .yun .yun-slice{
	height: 420px;
	width: 910px;
	overflow: hidden;
	position: relative;
}
.tit3 .yun .yun-slice .yun-slider{
	width: 1820px;
	height: 420px;
	position: absolute;
	top: 0;
	left: 0;
}
.tit3 .yun .yun-slice .yun-slider > div{
	width: 910px;
    float: left;
    line-height: 36px;
    background: url(../images/xuxian_bg.png);
    font-size: 16px;
    font-family: KaiTi_GB2312;
    color: #535355;
}
.tit3 .yun .yun-slice .yun-slider p{
	text-indent: 2em;
}
.tit3 .btn-box{
	width: 204px;
	height: 8px;
	margin: auto;
}
.tit3 .btn-box > div{
	float: left;
    margin: 0 12px;
    width: 78px;
    height: 8px;
    border-radius: 4px;
    background: url(../images/xiaoniaoyun_btn.png) no-repeat 0 0px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.tit3 .btn-box span{
    position: absolute;
    top: 0;
    width: 78px;
    height: 8px;
    background: url(../images/xiaoniaoyun_btn.png) no-repeat 0 -8px;
    transition: all 0.5s ease 0s;
}
.tit4{
	background: url(../images/app&contacts_bg.gif) center center no-repeat;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.tit4-cont{
	width: 910px;
	height: 540px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -280px 0 0 -576px;
}
.tit4-cont .app_cont{
	position: relative;
}
.tit4-cont .app_cont p{
	left: 213px;
	top: 0px;
}
.tit4-cont .app_cont p,.tit4-cont .app_cont h1{
	color: #FFFFFF;
	position: absolute;
}
.tit4-cont .app_cont h1{
	left: 550px;
	top: 113px;
}
.tit4-cont .app_cont img{
	margin-left: 145px;
}
.tit4-cont .kefu{
	float: right;
}
.tit4-cont .kefu h1{
	line-height: 60px;
    height: 60px;
    width: 380px;
    font-weight: lighter;
    /*background: url(../images/contacts_line.png) no-repeat bottom left;*/
    color: #191919;
    margin-bottom: 14px;
}
.tit4-cont .kefu p{
	line-height: 32px;
	color: #191919;
}

