@charset 'utf-8';

/* css reset */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
em,
img,
small,
strong,
sub,
sup,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}

nav ul {
	list-style: none;
}

img,
iframe,
input,
button {
	border: 0;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

i,
em,
address {
	font-style: normal;
}

ul,
ol,
li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
	font-size: 100%;
}

pre,
code {
	font-family: inherit;
}

textarea {
	overflow: auto;
	resize: none;
}

a {
	cursor: pointer;
	text-decoration: none;
	color: #333;
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

a,
span,
input,
div,
a:hover,
input:hover,
div:hover {
	outline: 0;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-moz-tap-highlight-color: rgba(255, 255, 255, 0);
	-ms-tap-highlight-color: rgba(255, 255, 255, 0);
	-o-tap-highlight-color: rgba(255, 255, 255, 0);
	tap-highlight-color: rgba(255, 255, 255, 0);
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
	font-weight: normal;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
	font: 12px/1.14 'Microsoft Yahei', \5b8b\4f53;
	color: #333;
	outline: 0;
}
/*清除浮动*/

.clearfix:after {
    content: "";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}

body {
	background: #eee;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	/*overflow-x: hidden;*/
}

img {
	width: 100%;
}

* {
	/**behavior: url('release/css/boxsizing.htc');*/
	box-sizing: border-box;
}

.warp {
	width: 1000px;
	margin: 0 auto;
}
.bgW{
	background-color: white;
	width: 100%;
	height: 70px;
	position: absolute;
	top: 0;
}
.bg {
	position: absolute;
	top: 0px;
	background-image: url(img/bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	/*background-size: 1920px 660px;*/
	width: 100%;
	height: 580px;
	margin: 0 auto;
}

.top {
	position: relative;
	width: 100%;
	height: 580px;
}

.logoCont {
	position: relative;
	top: 27px;
	left: 30px;
	width: 251px;
}

.logo {
	display: inline-block;
	width: 251px;
	height: 67px;
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.pro {
	position: absolute;
	top: 75px;
	right: 20px;
	width: 448px;
	height: 416px;
}

.info {
	position: absolute;
	top: 190px;
	left: 30px;
	
	/*width: 490px;*/
}

.tit {
	color: white;
	font-size: 46px;
	font-weight: bold;
	letter-spacing: 5px;
}

.adv {
	font-size: 36px;
	color: #ccdfff;
	margin-top: 15px;
	margin-bottom: 50px;
}

.can {
	color: #8fd8f6;
	font-size: 16px;
}

.down {
	display: block;
	width: 248px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	/*background-image: url(img/down.png);*/
	border-radius: 32px;
	background-color: white;
	color: #3183ea;
	font-size: 26px;
}
.down .icon{
	width: 35px;
	height: 27px;
	display: inline-block;
	background: url(img/ico-down.png) no-repeat center center;
	vertical-align: -4px;
	margin-right: 10px;
}
.down:hover {

	background-color: #fffd44;
}

.down .sum {
	position: absolute;
	right: 39px;
	bottom: 29px;
	font-size: 14px;
	color: #8d5e00;
}

.bottom {
	width: 100%;
}

.bottom .title {
	font-size: 44px;
	color: #333333;
	text-align: center;
	padding-top: 53px;
	padding-bottom: 42px;
}

.bottom ul {
	margin-left: 8px;
	margin-bottom: 60px;
}

.bottom ul li {
	padding-top: 65px;
	width: 120px;
	text-align: center;
	font-size: 18px;
	color: #666666;
	float: left;
	margin-right: 170px;
	/*line-height: 30px;*/
}
.bottom ul li .icon{
	width: 104px;
	height: 88px;
	margin: 0 auto;
	margin-bottom: 25px;
}

.bottom ul li.last {
	margin-right: 0;
}



.footer {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top: 30px;
	margin-bottom: 25px;
	font-size: 14px;
	color: #b2b2b2;
	border-top: #cccccc solid 1px;
}

