body{
	padding-top:70px;
    font-size:12px;
	font-family:"microsoft yahei";
	color:#333;
	min-width:1300px;
	overflow-x:hidden;
}
*{
	padding:0px;
    margin:0px;
	border:0px;
}
img {
	max-width:1300px;
}
ul{ 
   list-style:none;
}
ul li{ 
   list-style:none;
   list-style-type:none;
}
div{
	word-break:break-all;
	word-wrap:break-word;
	}
.clear{
	height:0;
	clear:both;
	visibility:hidden;
	font-size:0px;
	line-height:0px!important;
	
}	
.block-center {
	display:block;
	margin:0 auto;
}
a{
	color:#333;
	text-decoration:none;
}
.white {
	color:#fff!important;
}
.text-center {
	text-align:center!important;
}
.text-left {
	text-align:left!important;
}
.text-right {
	text-align:right!important;
}
.v-m {
	vertical-align:middle!important;
}
.p-t-80 {
	padding-top:80px;
}
.p-t-3 {padding-top:3px!important;}
.p-t-23 {padding-top:23px!important;}
.p-t-12 {
	padding-top:12px!important;
}
.p-t-130 {
	padding-top:130px!important;
}
.p-b-0{
	padding-bottom:0!important;
}
.m-t-105 {
	margin-top:105px;
}
.m-t-120 {
	margin-top:120px!important;
}
.m-t-100 {
	margin-top:100px!important;
}
.m-t-50 {
	margin-top:50px!important;
}
.m-r-0 {
	margin-right:0!important
}
.m-b-100 {
	margin-bottom:100px;
}
.h-200 {
	height:200px;
}
.h-100 {
	height:100px;
}
.h-60 {
	height:60px;
}
.fl {
	float:left;
}
.fr{
	float:right;
}
.p-r-12 {
	padding-right:12px;
}
.f-20 {
	font-size:20px!important;
}

a:hover{
	color:#333;
}
a:focus {
	outline:none
}
.header{
	position:fixed;
	top:0;
	left:0;
	z-index:111;
	min-width:1300px;
	width:100%;
	height:70px;
	margin:0 auto;
	background-color:#fff;
	border-bottom: 1px solid #eee;
}
.logo{
	float:left;
	padding-top:10px;
}
.menu{
	float:right;
	font-size:20px;
	font-weight:500;
	line-height:70px;
}
.menu li{
	float:left;
}
.menu a{
	display:block;
	padding:0px 24px;
}
.menu a:hover{
	color:#fff;
	background:#0872f0;
}
.menu .active a{
	color:#fff;
	background:#0872f0;
}
.login_btn{
	float:right;
	width:56px;
	height:34px;
	padding:18px 10px 0px 47px;
}
.login_btn a{
	display:block;
	width:56px;
	height:34px;
	background:url(../images/login_btn.png) no-repeat;
}
.login_btn a:hover{
	background:url(../images/login_btn2.png) no-repeat;
}
.tele{
    float: right;
    width: 170px;
    height: 70px;
    overflow: hidden;
    font-size: 20px;
    text-indent: 12px;
    line-height: 70px;
    color: #0872f0;
    /* background: url(../images/tele.png) no-repeat left center; */
    margin-right: 20px;
    margin-left: 30px;
    position: relative;
    padding-left: 70px;
}
.tele img{
	width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
}
.hide{
	display: none
}