

.banner {
	width: 100%;
	background: #FF5046;
	overflow: hidden;
}

.public-area {
    width: 960px;
    margin: 0 auto;
}

.header {
	margin-top: 55px;
	display: flex;
	align-items: center;
}

.banner-content {
	padding-left: 195px;
	padding-right: 253px;	
	position: relative;
}

.public-logo {
	vertical-align: middle;
}

.banner-img {
	width: 60%;
	margin-top: 100px;
	margin-bottom: 139px;
	float: left;
}
.banner-img img {
	width: 100%;
	height: auto;
}

.logo-txt {
	font-size: 32px;
	color: #ffffff;
	margin-left: 34px;
}

.banner-txt {
	position: absolute;
	right:295px;
	color: #ffffff;
	text-align: right;
	top:50px;
}

.ewm {
	position: absolute;;
	right:295px;
	bottom: 139px;
}

.ewm1,.ewm2 {
	float: right;
	margin-left: 70px;
}

.font1 {
	font-size: 24px;
	margin-bottom: 5px;
}

.font2 {
	font-size: 48px;
	margin-bottom: 20px;
}

.font3 {
	font-size: 24px;
	margin-bottom: 20px;
}

.font4 {
	font-size: 14px;
	margin-bottom: 20px;
}

.area {
	height: 166px;
}

.title-img {
	display: block;
    width: 339px;
    margin: 19px auto;
}

.type-txt {
	text-align: center;;
	color: #ffffff;
	font-size: 16px;
	margin-top: 10px;
}

.center-wrapper {
	padding-top: 113px;
	padding-bottom: 113px;
	text-align: center;
}

.center-wrapper .title {
	color: #333333;
	font-size: 28px;
	margin-bottom: 10px;
}

.center-wrapper .en-title {
	color: #999999;
	font-size: 14px;
	margin-bottom: 10px;
}

.center-wrapper .f-title {
	color: #666666;
	font-size: 14px;
	margin-bottom: 10px;
}

.ewm-img {
	padding: 10px 10px;
	background: #ffffff;
}

.img-lists {
	margin-top: 50px;
	position: relative;
	overflow: hidden;
}
	

.img-lists  img {
	width: 168px;
	height: auto;
	margin-right: 65px;
}

.img-txts {
	margin-top: 30px;
}

.img-txts span {
	width: 228px;
	text-align: center;
	display: inline-block;

}

.img-lists  img:last-child {
	margin-right: 0px;
}

.img-lists ul li div {
	margin-top: 38px;
	font-size: 18px;
}

.download-txt {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	background: #FDB732;
	display: inline-block;
	margin-top: 28px;
}

.download {
	display: block;
    margin: 0 auto;
    border-radius: 40px;
    border: 2px solid #ffffff;
    background: #f44a3d;
    width: 103px;
    height: 48px;
    line-height: 48px;
    padding-left: 60px;
    color: #fff;
    font-family: 黑体;
    font-size: 20px;
    text-decoration: none;
}

.displayimg {
    position: relative;
    height: 413px;
    margin-bottom: 41px;
    -webkit-perspective: 1600;
    perspective: 1600;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.home-display-img {
	/*position: absolute*/
}

.home-display-img1 {
	/*top: 82px;
	left: -15px;*/
	-moz-animation: img1 .7s ease-out .5s backwards;
	-o-animation: img1 .7s ease-out .5s backwards;
	-webkit-animation: img1 .7s ease-out .5s backwards;
	animation: img1 .7s ease-out .5s backwards
}

@keyframes img1 {
	0% {
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0)
	}

	100% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}
}

@-webkit-keyframes img1 {
	0% {
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0)
	}

	100% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}
}

.home-display-img2 {
	left: 155px;
	bottom: 44px;
	-moz-animation: img2 .7s ease-out .2s backwards;
	-o-animation: img2 .7s ease-out .2s backwards;
	-webkit-animation: img2 .7s ease-out .2s backwards;
	animation: img2 .7s ease-out .2s backwards
}

@keyframes img2 {
	0% {
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0)
	}

	100% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}
}

@-webkit-keyframes img2 {
	0% {
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0)
	}

	100% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}
}

.home-display-img3 {
	left: 308px;
	top: -15px;
	-moz-animation: img3 .8s linear backwards;
	-o-animation: img3 .8s linear backwards;
	-webkit-animation: img3 .8s linear backwards;
	animation: img3 .8s linear backwards
}

@keyframes img3 {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	30% {
		opacity: 1;
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}

	40% {
		opacity: 1;
		-webkit-transform: scale(0.85);
		transform: scale(0.85)
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.15);
		transform: scale(1.15)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(0.9);
		transform: scale(0.9)
	}

	70% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	80% {
		opacity: 1;
		-webkit-transform: scale(0.95);
		transform: scale(0.95)
	}

	90% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes img3 {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	30% {
		opacity: 1;
		-webkit-transform: scale(1.15);
		transform: scale(1.15)
	}

	40% {
		opacity: 1;
		-webkit-transform: scale(0.9);
		transform: scale(0.9)
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(0.91);
		transform: scale(0.91)
	}

	70% {
		opacity: 1;
		-webkit-transform: scale(1.06);
		transform: scale(1.06)
	}

	80% {
		opacity: 1;
		-webkit-transform: scale(0.97);
		transform: scale(0.97)
	}

	90% {
		opacity: 1;
		-webkit-transform: scale(1.02);
		transform: scale(1.02)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.home-display-img4 {
	left: 508px;
	top: 4px;
	-moz-animation: img4 .7s ease-out .2s backwards;
	-o-animation: img4 .7s ease-out .2s backwards;
	-webkit-animation: img4 .7s ease-out .2s backwards;
	animation: img4 .7s ease-out .2s backwards
}

@keyframes img4 {
	0% {
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0)
	}

	100% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}
}

@-webkit-keyframes img4 {
	0% {
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0)
	}

	100% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}
}

.home-display-img5 {
	left: 653px;
	top: -19px;
	-moz-animation: img5 .7s ease-out .5s backwards;
	-o-animation: img5 .7s ease-out .5s backwards;
	-webkit-animation: img5 .7s ease-out .5s backwards;
	animation: img5 .7s ease-out .5s backwards
}

@keyframes img5 {
	0% {
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0)
	}

	100% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}
}

@-webkit-keyframes img5 {
	0% {
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0)
	}

	100% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}
}

.img-list {
	padding: 58px 0;
    text-align: justify;
    position: relative;
    overflow: hidden;
}

.img-list ul li {
	width: 25%;
	float: left;
	text-align: center;
}

.img-list ul li div {
	margin-top: 10px;
}

.img-list ul li img:hover {
	opacity: 0.8;
}

.icon-list {
	padding: 38px 0;
    text-align: justify;
    position: relative;
}

.icon-list a {
	float: left;
	width: 184px;
	height: 184px;
	border-radius: 100%;
	background: red;
	text-align: center;
	color: #ffffff;
	margin-right: 10px;
	display: flex;
	align-items: center;
	font-size: 16px;
	justify-content: center;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
	cursor: pointer;

}

.icon-list a:hover {
	-o-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.icon-list a:last-child{
	margin-right: 0px;
}

.icon-list a:nth-child(1) {
	background: #ec6063;
}
.icon-list a:nth-child(2) {
	background: #ffc439;
}
.icon-list a:nth-child(3) {
	background: #5fb6eb;
}
.icon-list a:nth-child(4) {
	background: #9295e6;
}
.icon-list a:nth-child(5) {
	background: #70c6c2;
}
.banquan {
	width: 100%;
	height: 180px;
	line-height: 24px;
	flex-wrap: wrap;
	background: #787878;
	text-align: center;
	color: #ffffff;
	position: relative;
	overflow: hidden;
}

.banquan div:nth-child(1) {
	margin-top: 70px
}

.dialog {
	background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 1500;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

.content {
	width: 350px;
	background: #ffffff;
	-webkit-animation: zoomIn .15s ease forwards;
    animation: zoomIn .15s ease forwards;
}

.d-header {
	position: relative;
    line-height: 48px;
    padding-left: 18px;
    border-bottom: 1px solid #d8d8d8;
    background-color: #f8f8f8;
}

.d-title {
	margin: 0;
    font-size: 18px;
    font-weight: normal;
    color: #615d5d;
}

.d-close {
	position: absolute;
    width: 48px;
    height: 48px;
    top: 0;
    right: 0;
    background-color: transparent;
    border: none;
    border-left: 1px solid #d8d8d8;
    font-size: 22px;
    font-family: 黑体;
    color: #cecece;
    cursor: pointer;
}

.d-code {
    width: 320px;
    height: 355px;
    padding: 15px;
    background: #fff;
}

.d-code img {
	display: block;
    width: 300px;
    height: 300px;
    margin: 0 auto;
}

.home-qr-des {
    margin: 10px 0 0 0;
    font-size: 14px;
    line-height: 18px;
    color: #999;
}

.public-color {
    color: #f37c5c;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
  50% {
    opacity: 1;
  }
}
.img-lists-phone {
	display: none;
}

@media (max-width: 768px) {
	.header {
		padding-left: 20px;
	}
	.banner-content {
		padding-left: 20px;
		padding-right: 20px;
	}
	.banner-img {
		width: 100%;
	}
	.banner-txt {
		position: relative;
		width: 100%;
		top:0px;
		text-align: right;
		right:0px;
	}
	.ewm {
		position: relative;
		overflow: hidden;
		padding-top: 20px;
		padding-bottom: 20px;
		top:0px;
		right: 20px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.img-lists ,.img-txts{
	}
	.img-lists-phone {
		display: block
	}
	.img-lists-phone .items{
		width: 60%;
		margin:0 auto;
		margin-top: 50px;
		text-align: center;
	}
	.img-lists-phone .items img {
		width: 100%;
		height: auto;
	}

	.img-lists-phone .items div {
		margin-top: 20px;
	}
	.ewm2 {
		margin-bottom: 40px;
	}
}


