@charset "utf-8";
/* CSS Document */

body {
	background-color: #fafafa;
	padding: 0;
	margin: 0;
	font-family:"Microsoft YaHei";
}
 input:-moz-placeholder, textarea:-moz-placeholder {
 color: #fff;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
 color: #fff;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 color: #fff;
}
ol, ul, li {
	padding-left: 0em;
	list-style: none
}
h2, h3, h4, ul, li, p {
	padding: 0;
	margin: 0;
}
input {
	outline: none;
}
a{
	text-decoration: none;
}
html {
	padding: 0;
	margin: 0;
}
html, body {
	height: 100%
}
.phone-top{
	width:100%;
}
.phone-top img{
	width:100%;
	height: auto;
}
/*公告*/
.talk-bar{
	width:94%;
	margin: 0 auto;
	height:40px;
	background:#fff url("../images/talk.png") no-repeat 6px 12px;
	background-size: 22px;
	border-radius: 12px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.06);
	overflow:hidden;
	margin-top: 10px;
}
.talk-bar li a{
	font-size:0.9rem;
	color:#666;
	width:90%;
	margin:0 auto;
	line-height:40px;
	margin-left: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display:block;
}
.phone-center{
	width:94%;
	margin: 0 auto;
}
.phone-nav{
	width: 48.5%;
	border-radius: 12px;
	height: 100px;
	display: block;
	margin-top: 10px;
	position: relative;
	
}
.orange-bg{
	background: -moz-linear-gradient(left, #ff9a67 0%, #ff6660 120%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ff9a67), color-stop(120%,#ff6660));
    background: -webkit-linear-gradient(left, #ff9a67 0%,#ff6660 120%);
    background: -o-linear-gradient(left, #ff9a67 0%,#ff6660 120%);
    background: -ms-linear-gradient(left, #ff9a67 0%,#ff6660 120%);
    background: linear-gradient(to right, #ff9a67 0%,#ff6660 120%);
}
.blue-bg{
	background: -moz-linear-gradient(left, #73cdff 0%, #5594ff 120%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#73cdff), color-stop(120%,#5594ff));
    background: -webkit-linear-gradient(left, #73cdff 0%,#5594ff 120%);
    background: -o-linear-gradient(left, #73cdff 0%,#5594ff 120%);
    background: -ms-linear-gradient(left, #73cdff 0%,#5594ff 120%);
    background: linear-gradient(to right, #73cdff 0%,#5594ff 120%);
}
.green-bg{
	background: -moz-linear-gradient(left, #62e254 0%, #4fcd33 120%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#62e254), color-stop(120%,#4fcd33));
    background: -webkit-linear-gradient(left, #62e254 0%,#4fcd33 120%);
    background: -o-linear-gradient(left, #62e254 0%,#4fcd33 120%);
    background: -ms-linear-gradient(left, #62e254 0%,#4fcd33 120%);
    background: linear-gradient(to right, #62e254 0%,#4fcd33 120%);
}
.purple-bg{
	background: -moz-linear-gradient(left, #af82ff 0%, #6e76ff 120%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#af82ff), color-stop(120%,#6e76ff));
    background: -webkit-linear-gradient(left, #af82ff 0%,#6e76ff 120%);
    background: -o-linear-gradient(left, #af82ff 0%,#6e76ff 120%);
    background: -ms-linear-gradient(left, #af82ff 0%,#6e76ff 120%);
    background: linear-gradient(to right, #af82ff 0%,#6e76ff 120%);
}
.nav-top-title{
	font-size: 1rem;
	color: #fff;
	padding: 15px 0 0 20px;
	font-weight: bold;
	z-index: 2;
}
.nav-bottom-title{
	font-size: 0.8rem;
	color: #fff;
	padding: 6px 0 0 20px;
	z-index: 4;
}
.nav-img{
	position: absolute;
	right: 16px;
	top: 15px;
	height: 74px;
	width: auto;

}
.nav-left{
	float: left;
}
.nav-right{
	float: right;
}
.phone-bottom{
	width:94%;
	margin: 0 auto;
	background: #fff;
	border-radius: 12px;
	margin-top: 15px;
	height: 80px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.06);
	display: block;
}
.bottom-img{
	width: auto;
	height: 48px;
	float: left;
	padding-left: 15px;
	padding-top: 15px;
}
.bottom-title1{
	color: #333;
	font-size: 1rem;
	padding-left: 15px;
	padding-top: 18px;
	float: left;
}
.bottom-title2{
	color: #999;
	font-size: 0.8rem;
	padding-top: 6px;
	display: block;
}