/*
   public.css
   <project>
   
   Created by Administrator on 2015-06-04.
   Copyright 2015 Administrator. All rights reserved.
*/

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

body {
	font-family: Arial, 微软雅黑, 黑体, sans-serif;
	background-color: #FFFFFF;
}

.bg_color_618be6 {
	background-color: #618be6 !important;
}

a {
	text-decoration: none;
	border: none;
}

.hide {
	display: none;
}

.visibility_hidden {
	visibility: hidden;
	/*visibility: visible;*/
}

.abs {
	position: absolute;
	z-index: 1;
}

.rel {
	position: relative;
	z-index: 2;
}

.popup_layer_fixed {
	position: fixed !important;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
}

.main_container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.info_list {
	float: left;
	width: 99%;
	margin: 3% 1% 0 0;
	height: 83px;
	overflow: hidden;
}

.info_list img {
	width: 88%;
	height: 83px;
}

.info_list p.left {
	float: left;
	text-align: center;
	width: 40%;
}

.info_list p.right {
	float: right;
	width: 60%;
}

.info_list span {
	display: block;
}

.info_list span.title {
	font-size: 16px;
	font-weight: bold;
	margin: 6px 0;
	color: #1b1c20;
}

.info_list span.desc {
	font-size: 14px;
	line-height: 22px;
	color: #808080;
}

.pages_bg {
	left: 0;
	top: 0;
}

.arrows_up {
	z-index: 99;
	left: 50%;
	margin-left: -20px;
	bottom: 4%;
}

.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated1s {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}


/*ip 4s*/

@media all and (min-width: 320px) and (max-height: 416px) {}


/*ip 5s*/

@media all and (min-width: 320px) and (max-height: 504px) {
	.info_list span.desc {
		line-height: 19px;
	}
	.info_list,
	.info_list img {
		height: 73px;
	}
}


/*andriod（默认样式）*/

@media all and (min-width: 360px) {}


/*ip 6*/

@media all and (min-width: 375px) {
	.info_list,
	.info_list img {
		height: 88px;
	}
}


/*ip 6+*/

@media all and (min-width: 414px) and (max-height: 672px) {
	.info_list,
	.info_list img {
		height: 98px;
	}
}

@media all and (min-width: 432px) and (max-height: 599px) {
	.info_list,
	.info_list img {
		height: 85px;
	}
}