@charset"utf-8";
/*
* @Author:  姚丽娟
* @Date:    2019-11-18
*/
.func a{
	display: inline-block;
	padding:0 30px;
	height: 38px;
	line-height: 38px;
	border-radius: 38px;
	font-size: 16px;
	color:#fff;
}
.func .freeTry{
	background-color: #fa861f;
	margin-right: 45px;
}
.func .freeTry:hover{
	background-color: #e1791c;
}
.func .cheap{
	background-color: #3bb044;
}
.func .cheap:hover{
	background-color: #319339;
}
.banner{
	width: 100%;
	height: 641px;
	position: relative;
}
.banner .bg{
	width: 100%;
	height: 100%;
	margin-left: 0;
	overflow: hidden;
}
.banner .bg li{
	width: 100%;
	height: 100%;
	position: relative;
}
.banner .bg li>img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left:0;
}
.banner .dot{
	position: absolute;
	bottom: 20px;
	left:50%;
	transform: translateX(-50%);
}
.banner .dot span{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: rgba(255,255,255,.5);
	margin-right: 20px;
	cursor: pointer;
}
.banner .dot span:nth-child(4){
	margin-right: 0;
}
.banner .dot span.active,
.banner .dot span:hover{
	background-color: #fff;
}
.banner .wrapper{
	overflow: hidden;
	position: relative;
}
.banner .name{
	text-align: center;
	font-size: 47.93px;
	line-height: 44px;
	color:#fff;
	font-weight: bold;
	margin: 150px 0 55px;
}
.banner .name img{
	margin-right: 15px;
	padding-right: 20px;
	border-right: 5px solid #fff;
}
.banner .sub{
	width: 760px;
	height: 88px;
	line-height: 28px;
	padding:15px 0;
	box-sizing: border-box;
	font-size: 16.03px;
	color:#fff;
	text-align: center;
	margin:0px auto 60px;
}
.banner .func{
	text-align: center;
}
.screen1{
	width: 100%;
	height: 320px;
	background-color: #fff;
}
.screen1 .wrapper{
	height: 100%;
	overflow:hidden;
}
.screen1 .searchInfo{
	height: 85px;
	overflow: hidden;
}
.screen1 .keyword{
	height: 85px;
	font-size: 16px;
	font-weight: bold;
	color:#666;
	margin-right: 40px;
}
.screen1 .hot{
	display: inline-block;
	vertical-align: middle;
	height: 85px;
	line-height: 72px;
	font-size: 18px;
	color:#007ac6;
	border-top: 5px solid #007ac6;
	box-sizing: border-box;
}
.screen1 .seachList{
	font-size: 0;
}
.screen1 .seachList li{
	display: inline-block;
	vertical-align: middle;
	line-height: 85px;
	font-size: 13.9px;
	color:#7e7e7e;
	margin-right: 45px;
	cursor: pointer;
}
.screen1 .seachList li:last-child{
	margin-right: 0;
}
.screen1 .seachList li.active a,
.screen1 .seachList li:hover a{
	color:#007ac6;
	text-decoration: underline;
}
.screen1 .searchBox{
	width: 345px;
	height: 36px;
	border-radius: 36px;
	background-color: #f5f5f5;
	position: relative;
	overflow:hidden;
	margin-top: 20px;
}
.screen1 .searchBox input{
	position: absolute;
	top: 0;
	left:30px;
	width: 280px;
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	color:#bbbaba;
	border:0;
	background: transparent;
}
.screen1 .searchBox input::-webkit-input-placeholder{
    color:#bbbaba;
}
.screen1 .searchBoxinput::-moz-placeholder{ 
    color:#bbbaba;
}
.screen1 .searchBox input:-moz-placeholder{
    color:#bbbaba;
}
.screen1 .searchBox input:-ms-input-placeholder{
    color:#bbbaba;
}
.screen1 .searchBox button{
	width: 17px;
	height: 17px;
	font-size: 0;
	background: url("../images/icon-search.png")no-repeat;
	border:0;
	cursor: pointer;
	position: absolute;
	top:10px;
	right: 20px;
}
.screen1 .searchBox button:hover{
	background: url("../images/icon-searchH.png")no-repeat;
}
.screen1 .desBox{
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.screen1 .desBox li{
	width: 288px;
}
.screen1 .desBox li a{
	display: block;
	width: 100%;
	height: 166px;
	background-color: #fff;
	margin-bottom: 10px;
}
.screen1 .desBox li a img{
	width: 100%;
	height: 100%;
}
.screen1 .desBox li:hover img{
	transform: scale(1.1);
	transition: all 0.3s ease;
}
.screen1 .desBox li .name{
	width:100%;
	text-align: center;
	font-size: 18px;
	color:#333;
	font-weight: bold;
}
.screen1 .desBox li:hover .name{
	color:#007ac6;
}
.screen2{
	width: 100%;
	height: 500px;
	background-color: #fff;
}
.screen2 .title{
	padding-top: 10px;
	border-bottom: 1px solid #007ac6;
	margin-bottom: 25px;
}
.screen2 .title .cont{
	width: 222px;
	height: 62px;
	margin:0 auto -6px;
	box-shadow: 5px 5px 0px 0px rgba(0,0,0,.1);
}
.screen2 .title .box{
	width: 222px;
	height: 62px;
	text-align: center;
	line-height: 62px;
	border:2px solid #007ac6;
	box-sizing: border-box;
	font-size: 37.83px;
	font-weight: bold;
	color:#007ac6;
	box-shadow: -6px -6px 0px 0px #007ac6;
	margin:0 auto;
	background-color: #fff;
	position: relative;
}
.screen2 .title .box ins{
	position: absolute;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	border-radius: 40px;
	font-size: 29.6px;
	font-weight: bold;
	color: #fff;
	background-color: #fa861f;
	left: -25px;
	top: -25px;
}
.screen2 .subTit{
	text-align:center;
	font-size: 18px;
	color:#333;
	margin-bottom: 30px;
}
.screen2 .content .info{
	width: 605px;
}
.screen2 .content .info .name{
	padding-top: 65px;
	font-size: 36px;
	color:#333;
	font-weight: bold;
	margin-bottom: 30px;
}
.screen2 .content .info .des{
	font-size: 14px;
	color:#333;
	line-height: 24px;
}
.screen2 .content .img img{
	animation: _rotate 3s infinite;
}

@keyframes _rotate{
	from{transform: rotateY(0deg);}
	to{transform: rotateY(360deg);}
}
@-webkit-keyframes _rotate{
	from{transform: rotateY(0deg);}
	to{transform: rotateY(360deg);}
}
@-o-keyframes _rotate{
	from{transform: rotateY(0deg);}
	to{transform: rotateY(360deg);}
}
@-moz-keyframes _rotate{
	from{transform: rotateY(0deg);}
	to{transform: rotateY(360deg);}
}

.screen3{
	width: 100%;
	height: 445px;
	background-color: #f1f8fd;
}
.screen3 .wrapper{
	overflow: hidden;
}
.screen3 .content{
	margin-top: 40px;
}
.screen3 .content .img{
	position: relative;
	min-height: 368px;
}
.screen3 .content .img img{
	position: absolute;
	top:0;
	left:0;
	animation: _move 1.5s infinite;
}
@keyframes _move{
	from{top: -80px}
	to{top:0;}
}
@-webkit-keyframes _move{
	from{top: -80px}
	to{top:0;}
}
@-o-keyframes _move{
	from{top: -80px}
	to{top:0;}
}
@-moz-keyframes _move{
	from{top: -80px}
	to{top:0;}
}

.screen3 .info{
	width: 610px;
}
.screen3 .info .name{
	padding-top: 60px;
	font-size: 36px;
	color:#333;
	font-weight: bold;
	margin-bottom: 30px;
}
.screen3 .info .des p{
	font-size: 14px;
	color: #333;
	line-height: 24px;
	margin-bottom: 15px;
}
.screen3 .info .link{
	font-size: 14px;
	color:#007ac6;
	padding-top: 15px;
}
.screen3 .info .link:hover{
	text-decoration:underline;
}
.screen4{
	width: 100%;
	height: 446px;
	background-color: #f9fbfd;
}
.screen4 .wrapper{
	height: 100%;
	overflow: hidden;
}
.screen4 .content{
	margin-top: 50px;
}
.screen4 .content .info{
	width: 605px;
}
.screen4 .info .name{
	padding-top: 65px;
	font-size: 36px;
	color:#333;
	font-weight: bold;
	margin-bottom: 30px;
}
.screen4 .info .des{
	font-size: 14px;
	color:#333;
	line-height: 24px;
	margin-bottom: 20px;
}
.screen5{
	width: 100%;
	height: 307px;
	background: url("../images/scr5Bg.png")no-repeat top center;
}
.screen5 .wrapper{
	height: 100%;
	padding:40px 115px 0px;
	box-sizing: border-box;
}
.screen5 .wrapper .fl,
.screen5 .wrapper .fr{
	width: 485px;
	box-sizing: border-box;
}
.screen5 .wrapper .fr{
	padding-left: 125px;
	position: relative;
}
.screen5 .wrapper .fr:before{
	display: block;
	content:"";
	width: 1px;
	height: 205px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 1px;
}
.screen5 .wrapper .video{
	width:365px;
}
.screen5 .wrapper .video video{
	width: 100%;
	height: 207px;
	margin-bottom: 10px;
}
.screen5 .wrapper .video .tit{
	font-size: 16px;
	color:#fff;
	text-align: center;
}
.screen6{
	width: 100%;
	height: 640px;
	background-color: #fff;
}
.screen6 .title{
	padding-top: 65px;
	border-bottom: 1px solid #007ac6;
	margin-bottom: 25px;
}
.screen6 .title .cont{
	width: 222px;
	height: 62px;
	margin:0 auto -6px;
	box-shadow: 5px 5px 0px 0px rgba(0,0,0,.1);
}
.screen6 .title .box{
	width: 222px;
	height: 62px;
	text-align: center;
	line-height: 62px;
	border:2px solid #007ac6;
	box-sizing: border-box;
	font-size: 30px;
	font-weight: bold;
	color:#007ac6;
	box-shadow: -6px -6px 0px 0px #007ac6;
	margin:0 auto;
	background-color: #fff;
	position: relative;
}
.screen6 .title .box ins{
	position: absolute;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	border-radius: 40px;
	font-size: 29.6px;
	font-weight: bold;
	color: #fff;
	background-color: #3bb044;
	right: -25px;
	top: -25px;
}
.screen6 .sub{
	text-align: center;
	font-size: 18.08px;
	color:#333;
	margin-bottom: 50px;
}
.screen6 .listBox{
	width: 535px;
	box-sizing: border-box;
	position: relative;
}
.screen6 .listBox:before{
	display: block;
	content:"";
	width: 1px;
	height: 330px;
	background-color: #bcbcbc;
	position: absolute;
	right: 0;
	top: 15px;
}
.screen6 .list li{
	margin-bottom: 50px;
}
.screen6 .list .img{
	margin-right: 25px;
}
.screen6 .list .info{
	width: 360px;
}
.screen6 .list .info .tit{
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}
.screen6 .list .info .tit span{
	color:#007ac6;
}
.screen6 .list .info .des{
	font-size: 14px;
	line-height: 22px;
	color:#333;
}
.screen6 .pointBox{
	width: 665px;
}
.screen6 .point1{
	text-align: center;
	color:#007ac6;
	font-size: 20px;
	font-weight: bold;
}
.screen6 .point2{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin-bottom: 30px;
}
.screen6 .pointList{
	padding-left: 65px;
	box-sizing: border-box;
}
.screen6 .pointList li{
	width: 220px;
	text-align: center;
}
.screen6 .pointList li .img{
	margin-bottom: 20px;
}
.screen6 .pointList li .p_name{
	font-size: 18px;
	color:#333;
}
.screen6 .pointBox .p_img{
	padding-left: 65px;
	box-sizing: border-box;
	position: relative;
	top: -20px;
	animation: _moveA 1.5s infinite;
}

@keyframes _moveA{
	from{top: 40px}
	to{top:-20px;}
}
@-webkit-keyframes _moveA{
	from{top: 40px}
	to{top:-20px;}
}
@-o-keyframes _moveA{
	from{top: 40px}
	to{top:-20px;}
}
@-moz-keyframes _moveA{
	from{top: 40px}
	to{top:-20px;}
}
.screen7{
	width: 100%;
	height: 380px;
	background-color: #f1f8fd;
	position: relative;
}
.screen7 .wrapper{
	overflow: hidden;
}
.screen7 .contentBox{
	width: 1200px;
	height: 335px;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.screen7 .content{
	width: 100%;
	height: 100%;
}
.screen7 .img{
	padding-top: 45px;
}
.screen7 .info{
	width: 640px;
}
.screen7 .info .name{
	padding-top: 75px;
	font-size: 36px;
	font-weight: bold;
	color:#333;
	margin-bottom: 30px;
}
.screen7 .info .sub{
	font-size: 14px;
	color: #333;
	line-height: 22px;
	margin-bottom: 20px;
}
.screen7 .info .list{
	font-size: 0;
}
.screen7 .info .list li{
	display: inline-block;
	width: 350px;
	font-size: 14px;
	color:#333;
	padding-left: 20px;
	box-sizing: border-box;
	margin-bottom: 10px;
	margin-right: 50px;
	position: relative;
}
.screen7 .info .list li:nth-child(2n){
	width: 225px;
	margin-right: 0;
}
.screen7 .info .list li:before{
	display: block;
	content:"";
	width: 13px;
	height: 13px;
	background: url("../images/scr7_2.png")no-repeat;
	position: absolute;
	top: 3px;
	left: 0;
}
.screen7 .btn{
	position: relative;
	bottom:0;
	left:0;
	width: 100%;
	height: 45px;
	font-size: 0;
	text-align: center;
}
.screen7 .btn div{
	display: inline-block;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 37.78px;
	color:#fff;
	background-color: #7f91a0;
	cursor: pointer;
}
.screen7 .btn div:hover{
	background-color: #007ac6;
}
.screen8{
	width: 100%;
	height: 470px;
	background-color: #021740;
}
.screen8 .wrapper{
	height: 100%;
	padding-top: 75px;
	box-sizing: border-box;
	overflow: hidden;
}
.screen8 .info{
	width: 710px;
}
.screen8 .info .name{
	padding-top: 15px;
	font-weight: bold;
	color:#fff;
	font-size: 36px;
	margin-bottom: 30px;
}
.screen8 .info .sub{
	font-size: 16px;
	color:#fff;
	margin-bottom: 60px;
}
.screen8 .info .list{
	font-size: 0;
	margin-bottom: 30px;
}
.screen8 .info .list li{
	display: inline-block;
	margin-right: 55px;
	line-height: 50px;
	font-size: 16px;
	color:#fff;
}
.screen8 .info .list li:last-child{
	margin-right: 0;
}
.screen8 .info .list li img{
	margin-right: 15px;
}
.screen9{
	width: 100%;
	height: 500px;
	background-color: #fff;
}
.screen9 .wrapper{
	padding-top: 40px;
}
.screen9 .title{
	padding-top: 10px;
	border-bottom: 1px solid #007ac6;
	margin-bottom: 25px;
}
.screen9 .title .cont{
	width: 222px;
	height: 62px;
	margin:0 auto -6px;
	box-shadow: 5px 5px 0px 0px rgba(0,0,0,.1);
}
.screen9 .title .box{
	width: 222px;
	height: 62px;
	text-align: center;
	line-height: 62px;
	border:2px solid #007ac6;
	box-sizing: border-box;
	font-size: 30px;
	font-weight: bold;
	color:#007ac6;
	box-shadow: -6px -6px 0px 0px #007ac6;
	margin:0 auto;
	background-color: #fff;
	position: relative;
}
.screen9 .title .box ins{
	position: absolute;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	border-radius: 40px;
	font-size: 29.6px;
	font-weight: bold;
	color: #fff;
	background-color: #fa861f;
	left: -25px;
	top: -25px;
}
.screen9 .sub{
	text-align:center;
	font-size: 18.08px;
	color:#333;
	margin-bottom: 30px;
}
.screen9 .listBox{
	font-size: 0;
	padding-left: 88px;
	box-sizing: border-box;
}
.screen9 .listBox li{
	display: inline-block;
	width:438px;
	font-size: 14px;
	color:#333;
	line-height: 69px;
	margin-bottom: 25px;
	margin-right: 145px;
}
.screen9 .listBox li:nth-child(2n){
	width: 385px;
	margin-right: 0;
}
.screen9 .listBox li img{
	margin-right: 15px;
}
.screen9 .listBox .freeTry{
	background-color: #007ac6;
}
.screen9 .listBox .freeTry:hover{
	background-color: #0369a9;
}
.screen10{
	width: 100%;
	height: 560px;
	background-color: #fff;
}
.screen10 .title{
	padding-top: 65px;
	border-bottom: 1px solid #007ac6;
	margin-bottom: 25px;
}
.screen10 .title .cont{
	width: 222px;
	height: 62px;
	margin:0 auto -6px;
	box-shadow: 5px 5px 0px 0px rgba(0,0,0,.1);
}
.screen10 .title .box{
	width: 222px;
	height: 62px;
	text-align: center;
	line-height: 62px;
	border:2px solid #007ac6;
	box-sizing: border-box;
	font-size: 30px;
	font-weight: bold;
	color:#007ac6;
	box-shadow: -6px -6px 0px 0px #007ac6;
	margin:0 auto;
	background-color: #fff;
	position: relative;
}
.screen10 .title .box ins{
	position: absolute;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	border-radius: 40px;
	font-size: 29.6px;
	font-weight: bold;
	color: #fff;
	background-color: #3bb044;
	right: -25px;
	top: -25px;
}
.screen10 .sub{
	text-align: center;
	font-size: 18.08px;
	color:#333;
}
.screen10 .content .info{
	width: 345px;
}
.screen10 .info .name{
	padding-top: 65px;
	font-size: 36px;
	font-weight: bold;
	color:#333;
	margin-bottom: 30px;
}
.screen10 .info .des p{
	font-size: 14px;
	color:#333;
	margin-bottom: 10px;
}
.screen10 .info .func{
	margin-top: 35px;
}
.screen10 .info .func .freeTry{
	margin-right: 20px;
}
.screen10 .content .img img{
	animation: _rotate 1.5s infinite;
}
.screen11{
	width: 100%;
	height: 420px;
	background-color: #f1f8fd;
}
.screen11 .wrapper{
	overflow: hidden;
}
.screen11 .title{
	text-align: center;
	font-size: 30px;
	color:#333;
	font-weight: bold;
	margin:45px auto 40px; 
}
.screen11 .list{
	font-size: 0;
}
.screen11 .list li{
	display: inline-block;
	width:50%;
	height: 80px;
	box-sizing: border-box;
	border-bottom: 1px solid #b5bbc1;
	background-color: #e2eaf1;
	cursor: pointer;
}

.screen11 .list li:nth-child(5),
.screen11 .list li:nth-child(6){
	border-bottom: 0;
}
.screen11 .list li span{
	display: inline-block;
	vertical-align: middle;
}
.screen11 .list li .name{
	width: 156px;
	height: 100%;
	line-height: 80px;
	text-align: center;
	font-size: 16px;
	color:#fff;
	background-color: #5d6b84;
}
.screen11 .list li .des{
	width: 444px;
	height: 100%;
	padding:22px 35px;
	white-space: wrap;
	box-sizing: border-box;
	line-height: 22px;
	font-size: 14px;
	color:#333;
}
.screen11 .list li:hover{
	background-color: #90c2e1;
}
.screen11 .list li:hover .name{
	background-color: #007ac6;
}
.screen12{
	width: 100%;
	height: 375px;
	background-color: #fff;
}
.screen12 .wrapper{
	height: 100%;
}
.screen12 .contactInfo{
	width: 600px;
	height: 100%;
	padding-right: 65px;
	box-sizing: border-box;
}
.screen12 .contactInfo .item{
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
	padding-top: 45px;
	box-sizing: border-box;
	margin-bottom: 60px;
}
.screen12 .contactInfo .item li{
	text-align: center;
	font-size: 18px;
	color:#666;
}
.screen12 .contactInfo .item li div{
	width: 80px;
	height: 80px;
	border-radius: 80px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1);
	text-align: center;
	line-height: 80px;
	overflow: hidden;
	margin:0 auto 15px;
}
.screen12 .contactInfo .item li div:hover{
	background-color: rgba(0,0,0,.01);
}
.screen12 .contactInfo .phoneImg{
	width: 46px;
    height: 47px;
    margin: 5px 15px 0 0;
}
.screen12 .contactInfo .phoneImg img{
	width: 100%;
	height: 100%;
}
.screen12 .contactInfo .subscribe{
	font-size: 15.53px;
	color:#333;
	margin-bottom: 10px;
}
.screen12 .contactInfo .num{
	font-size: 28.47px;
	font-weight: bold;
}
.screen12 .contactInfo .func{
	width: 245px;
	height: 44px;
	line-height: 44px;
	border:1px solid #ccc;
	border-radius: 44px;
	box-sizing: border-box;
	font-size: 0;
}
.screen12 .contactInfo .func a{
	display: inline-block;
	width: 50%;
	height: 100%;
	line-height: 44px;
	text-align: center;
	font-size: 15.59px;
	color:#333;
	cursor: pointer;
	padding:0;
}
.screen12 .contactInfo .func .active{
	background-color: #1eb8f7;
	color:#fff;
	border-radius: 44px;
}
.screen12 .messageBox{
	width: 600px;
	height: 100%;
	background: url("../images/contact.png")no-repeat left center;
	position: relative;
	overflow: hidden;
}
.screen12 .messageBox .info{
	width: 40px;
    height: 115px;
    padding:15px 10px;
    box-sizing: border-box;
    font-size: 16.01px;
    color: #fff;
    background-color: #0f9cd5;
    position: absolute;
    top: 65px;
    left: 0;
}
.screen12 .messageBox form{
	margin-top: 65px;
	width: 100%;
	height: 235px;
	background-color: rgba(255,255,255,.8);
	padding-left: 65px;
	box-sizing: border-box;
	overflow: hidden;
}
.screen12 .messageBox ul{
	margin-top:35px;
	display: -webkit-flex;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    font-size: 16px;
    color: #333;
    margin-bottom: 25px;
}
.screen12 .messageBox li{
	margin-right: 15px;
	height: 30px;
	line-height: 30px;
}
.screen12 .messageBox li:last-child{
	margin-right: 0;
}
.screen12 .messageBox li input{
	width: 110px;
	height: 30px;
	border:1px solid #bababa;
	box-sizing: border-box;
	padding-left: 5px;
	border-radius: 3px;
	background-color: transparent;
	margin-left: -8px;
}
.screen12 .messageBox .message{
	font-size: 16px
	color:#333;
}
.screen12 .messageBox .message span{
	display: inline-block;
	vertical-align: top;
}
.screen12 .messageBox .message textarea{
	display: inline-block;
	resize: none;
	width: 422px;
	height: 66px;
	border:1px solid #bababa;
	background-color: transparent;
	border-radius: 3px;
	padding:10px;
	box-sizing: border-box;
	overflow-y: auto;
}
.screen12 .messageBox .message .submit{
	display: block;
	padding:0 0 0 75px;
	background: transparent;
	border:0;
	font-size: 16px;
	color:#333;
	text-decoration: underline;
	cursor: pointer;
	margin-top: 15px;
}
.screen3 .name:hover:before{
	animation: mymove 0.5s infinite;
}
.screen6 .name:hover:before{
	animation: mymove 0.5s infinite;
}
@keyframes mymove{
	from {bottom: 8px;}
	to {bottom:0px;}
}

@-moz-keyframes mymove{
	from {bottom: 8px;}
	to {bottom:0px;}
}

@-webkit-keyframes mymove{
	from {bottom: 8px;}
	to {bottom:0px;}
}

@-o-keyframes mymove{
	from {bottom: 8px;}
	to {bottom:0px;}
}

/*---- footer-----*/
.footer{
	float:left;
    width: 100%;
    height: 270px;
    background-color: #131a20;
    padding-top: 60px;
    box-sizing: border-box;
}
.footer .wrapper{
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.footer .wrapper ul{
    padding:0 80px;
    border-right: 1px solid #939191;
}
.footer .wrapper ul:first-child{
    padding-left: 0;
}
.footer .wrapper ul:last-child{
    padding-right: 0;
    border-right:0;
}
.footer .wrapper li{
    font-size: 14px;
    color:#939191;
    line-height: 26px;
}
.footer .wrapper li.name{
    color:#fff;
    margin-bottom: 10px;
}