@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font:12px/1.5 Microsoft YaHei,tahoma,arial,Hiragino Sans GB,\\5b8b\4f53,sans-serif;
}
.yqh_app {
	background-image: url(../images/slide1-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #4c9bf5;
	width: 100%;
	position: relative;
	float: left;
	height: 763px;
}
.yqh_app .section {
	width: 1200px;
	height: 763px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
.yqh_app .section .section_left {
	float: left;
}
.yqh_app .section .section_left .roll {
	width: 450px;
    height: 450px;
    background: url(../images/roll.png) no-repeat;
    left: 0;
    bottom: 175px;
	position: absolute;
}
.yqh_app .section .section_left .people {
	width: 187px;
	height: 177px;
	background: url(../images/people.png) no-repeat;
	left: 0;
	bottom: 315px;
	position: absolute;
	z-index: 2;
	opacity: 1;
}
.yqh_app .section .section_left .cellphone {
	width: 227px;
	height: 478px;
	background: url(../images/phone.png) no-repeat;
	left: 115px;
	bottom: 167px;
	position: absolute;
	z-index: 3;
}
.yqh_app .section .section_left .hand {
	width: 135px;
	height: 234px;
	background: url(../images/hand.png) no-repeat;
	left: 261px;
	bottom: 0px;
	position: absolute;
	z-index: 4;
}
.yqh_app .section .section_right {
	float: right;
}
.yqh_app .section .section_right .app_name {
	height: 142px;
	width: 531px;
	background-image: url(../images/app_name.png);
	background-repeat: no-repeat;
	margin-top: 130px;
    margin-right: 150px;
}
.yqh_app .section .section_right .app_code {
	float: left;
	height: 250px;
	width: 250px;
	margin-top: 50px;
}
.yqh_app .section .section_right .app_code .code_text {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	float: left;
	height: 30px;
	width: 100%;
}
.yqh_app .section .section_right .app_code .code_img {
	width: 250px;
	float: left;
	text-align: center;
}
.yqh_app .section .section_right .app_code .code_img img {
	height: 180px;
	width: 180px;
	border: 5px solid #FFFFFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.yqh_app .section .section_right .app_down {
	float: left;
	margin-top: 80px;
	margin-left: 50px;
	position: relative;
}
.yqh_app .section .section_right .app_down a {
	background-color: #FFFFFF;
	height: 50px;
	width: 200px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-decoration: none;
	font-size: 20px;
	line-height: 50px;
	color: #ff3451;
	text-align: center;
	display: block;
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    outline: none;
}
.yqh_app .section .section_right .app_down a:hover{
	background-color: #e4eefa;
}
.yqh_app .section .section_right .app_down a.andriod {
	background-image: url(../images/android_icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.yqh_app .section .section_right .app_down a.apple {
	background-image: url(../images/ios_icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-top: 30px;
}
.yqh_app .section .section_right .app_down .beta {
	background-image: url(../images/beta.png);
	background-repeat: no-repeat;
	height: 32px;
	width: 32px;
	position: absolute;
	top: -24px;
	right: -32px;
}
