html,body,div,img,p,ul{
	margin:0;
	padding:0;
	box-sizing: content-box;
}
body{
	font-family: 'PingFang SC','Hiragino Sans GB','Microsoft YaHei','Source Han Sans','Wenquanyi Micro Hei',SimSun,sans-serif;
	margin: 0;
	padding: 0;
	background:#fafafa url(../img/web_bg.png)  no-repeat;
	background-size: cover;
}
*, ::after, ::before {
    box-sizing: border-box;
}
li { 
	list-style: none; 
}
a {
	text-decoration: none;
	cursor: pointer;
	background: transparent;
	color: #333;
}
a:hover{
    color: #0050f9;
}
.fl-l{
    float: left;
}
.fl-r{
    float: right;
}
.clearfix:after, .clearfix:before {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.wrap {
    position: relative;
}
.container {
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.content {
    padding-top: 10%;
}
.phone-block {
    width: 50%;
    position: relative;
}
.phone-block img {
    width: 100%;
}
/* .phone-behind,.phone-front-web,.phone-front{
    width: 300px;
    height: 613px;
}
.phone-behind {
    position: relative;
    background: url(../img/phone-behind.png) no-repeat left top;
    background-size: 100%;
    z-index: -2;
}
.phone-front-web,.phone-front{
    position: absolute;
    left: 148px;
    top: 50px;
}
.phone-front-web {
    background: url(../img/phone-front.png) no-repeat left top;
    background-size: 100%;
    z-index: 1;
}
.phone-front{
    z-index: -1;
}

.phone-front li {
    width: 258px;
    height: 562px;
    margin: 0;
    position: absolute;
    top: 16px;
    left: 21px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-animation: imageAnimation 18s linear infinite 0s;
    -moz-animation: imageAnimation 18s linear infinite 0s;
    -o-animation: imageAnimation 18s linear infinite 0s;
    -ms-animation: imageAnimation 18s linear infinite 0s;
    animation: imageAnimation 18s linear infinite 0s;
}
.phone-front li:nth-child(1) {
    background-image:url(../img/index-slide01.jpg);
}
.phone-front li:nth-child(2){
    background-image:url(../img/index-slide02.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.phone-front li:nth-child(3){
    background-image:url(../img/index-slide03.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
} */
.content-block {
    width: 50%;
}
.content-logo {
    margin: 60px auto;
}
.content-logo .logo{
	width: 168px;
	border-radius: 20px;
}
.content-logo p{
    font-size: 18px;
        color: #666;
}
.content-block .wx_img{
	width: 150px;
}

.content-block .guanzhu {
    font-size: 16px;
    color: #333;
}
.content-block .kefu {
    color: #999;
    font-size: 12px;
}
.footer{
	position: relative;
	display: block;
	text-align: center;
	font-size: 14px;
	margin: 120px auto 20px;
}
.footer .icp{
	color: #666;
}
.footer .it{
    padding: 5px 0;
}
.footer .it a{
    color: #999;
}
@media screen and (max-width: 1024px){
    .footer{
	    margin-top: 80px;
    }
}
@media screen and (max-width: 1024px){
    .container{
        width: 90%;
        margin: 0 5%;
    }
}
@media screen and (max-width: 768px){
    .content-block{
        width: 100%;
    }
    .phone-block{
        width: 0;
        display: none;
    }
}
@-webkit-keyframes imageAnimation {
	0% {opacity:1 ;}
	100% { opacity: 1 }
}
@-moz-keyframes imageAnimation {
	0% {opacity:1 ;}
	100% { opacity: 1 }
}
@-o-keyframes imageAnimation {
	0% {opacity:1 ;}
	100% { opacity: 1 }
}
@-ms-keyframes imageAnimation {
	0% {opacity:1 ;}
	100% { opacity: 1 }
}
@keyframes imageAnimation {
	0% {opacity:1 ;}
	100% { opacity: 1 }
}