body,ul ,li,img{
	margin: 0;
	padding: 0;
	position: relative;
}

/*导航栏*/
nav{
	height: 75px;
	line-height: 75px;
	background-color: rgb(55,50,59);	
	position: fixed;
	z-index: 999;
	width: 100%;
}
.containter{
	margin: 0 auto;
	width: 1200px;
}
.logo{
	float: left;
}
.logoText{
	width: 120px;
	margin-left: 100px;
}
 .button{
	width: 98px;
	height: 50px;
	border: 0;
	border-radius: 5px;
	background-color: #1CA6FC;
	color: white;
	font-size: 16px;
	float: right;
	line-height: 45px;
	position: relative;
	right: 13%;
	top: 12px;

}
 .button1{
	width: 120px;
	height: 50px;
	border: 0;
	border-radius: 5px;
	background-color: #4D6878;
	color: white;
	font-size: 16px;
	float: right;
	line-height: 45px;
	position: relative;
	top: 12px;

}

/*登录框*/
.modal-content {
    font-size: 28px;
    color: #333;
    text-align: center;
    width: 300px;
    position: absolute;
    top: 150px;
}

.modal-content input{
	background: #FFFFFF;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    height: 48px;
    line-height: 48px;
    border-radius: 4px;
    width: 237px;
    padding: 5px 12px;
    font-size: 16px;
    box-sizing: border-box;
}

.modal-content img{
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}

#password{
	margin: 10px 0 10px 0;
}
/*#login{
	background-color: #1CA6FC;
	margin:13px 117px 10px 0;
	color: #fff;
	line-height: 48px;
}*/
.close{
	position: absolute;
	right: 8px;
	top: 5px;
}
/*登录按钮*/
.loginBtn {
    background: #1CA6FC;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    height: 48px;
    line-height: 48px;
    border-radius: 4px;
    width: 113px;
    padding: 5px 12px;
    font-size: 28px;
    box-sizing: border-box;
    color: #FFF;
    margin-top: 8px;
    margin-bottom: 8px;
}
/*注册按钮*/
.creat_user {
    background: #EDEDED;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    height: 48px;
    line-height: 48px;
    border-radius: 4px;
    width: 115px;
    padding: 5px 12px;
    font-size: 28px;
    box-sizing: border-box;
}
.circle{
	width: 100px;
	height: 100px;
	-webkit-transition: 0.4s;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    z-index: 99;
    position: absolute;
	left: 50%;
	margin-left: -50px;
}
.circle:hover{
	transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
}

.center{
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	
}

.circle1{
	width: 80px;
	height: 80px;
	-webkit-transition: 0.4s;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    z-index: 99;
    position: absolute;
    left: 8%;
}
.circle1:hover{
	transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
}

.center1{
	width: 80px;
	height: 80px;
	position: absolute;
    left: 8%;

}



.content-desc{
	text-align: center;
	width: 100%;
	font-size: 14px;
	color: #666;
}


.flow{
	list-style: none;
	height: 320px;
	line-height: 320px;
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
	padding: 50px 0 0;
	display: flex;
    flex-wrap: nowrap;
	justify-content: space-between;
}
.flow li{
	float: left;
	margin-left: 10px;
}
.flow .bigphoto img{
	width: 150px;
}
.flow .bigphoto img:hover{
	transform: scale(1.1);
}

.haveLeft{
	margin-left: 10px;
}
.content-jieshuo{
    font-size: 18px;
    text-align: center;
    color: #000;
    font-family: "微软雅黑";
    margin-top: 70px;
}
.moneyJiesuan_text,.tuiguang_text{
    font-size: 18px;
    text-align: center;
    color: #000;
    font-family: "微软雅黑";
    /*margin-top: 70px;*/
}
/*品牌推广*/
.tuiguang{
	margin-top: 100px;
	height: 500px;
	width: 100%;
}
.tuiguang_list{
	width: 840px;
	margin: 0 auto;
	list-style: none;
}
.tuiguang_list li{
	float: left;
	width: 280px;
	height: 100%;
	border: 1px solid #fff;
}

.tuiguang_list li img{
	width: 100%;
	height: 100%;
}

/*申请试用*/
.applyTry{
	margin-top: 200px;
	width: 100%;
	height: 200px;
	line-height: 200px;
}
.applyTryBox{
   width: 100%;
   margin: 0 auto;	
   width: 600px;
   display: flex;
}
.applyTryBox input{
	height: 50px;
	line-height: 50px;
	background: #fd6e05;
	border:none;
	border-radius: 5px;
	width: 130px;
	color: #fff;
	font-size: 18px;
}
.applyTryBox p{
    margin-left: 70px;
    font-size: 24px;
    height: 35px;
    line-height: 35px;
    margin-top: 0px;
}

/*脚部*/
.footer {
    height: 280px;
    background: #183650;
    padding-top: 30px;
    min-width: 1200px;
}
.container {
    width: 100%;
    margin: 0 auto;
}
.footer .contact-wrap {
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #496279;
    display: block;
    margin: 0 auto;
    text-align: center;
    height: 160px;
}
.pull-left {
    float: left;
}
.footer .contact-wrap dt {
    width: 200px;
    display: inline-block;
    vertical-align: top;
}
.footer .contact-wrap h6 {
    margin-bottom: 15px;
    color: #bdcedd;
    font-size: 16px;
}
.footer .contact-wrap dt p {
    font-size: 18px;
    color: #96acc0;
}
.footer .contact-wrap p {
    line-height: 16px;
}
.footer .contact-wrap dd {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 20px;
}
.footer .contact-wrap p, .footer .contact-wrap p a {
    color: #96acc0;
    font-size: 12px;
    text-decoration: none;
}

.footer .copyr {
    text-align: center;
    line-height: 60px;
    height: 60px;
    color: #96acc0;
    font-size: 12px;
    width: 90%;
    min-width: 1000px;
    margin: 16px auto 0;
    position: relative;
}
.footer .copyr a {
    color: #96acc0;
    padding: 0 15px;
}
.footer .copyr a.last {
    padding: 0 1px;
}

/*翻转动画*/
