@charset "utf-8";
/* CSS Document */
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,input{
margin:0px;padding:0;border:0;}
table{border-collapse:collapse;}

html{
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
	font-family:'MicrosoftYaHei';
	width: 100%;
    overflow-x: hidden;
	}
img{
	border:none;}
li{
	list-style:none;}
input,select,textarea{
	outline:none;}
textarea{
	resize:none;}
a{
	text-decoration:none;
}


/*清除浮动*/
.clearfix:after{
	content:'';
	display:block;
	clear:both;}
clearfix{
	zoom:1;
	}

.fl{
	float:left;			/*设置左浮动*/
	}
.fr{
	}
.text-left{
	text-align:left;
	}
.text-center{
	text-align:center;
	}
.text-right{
	text-align:right;
	}





.txt img{
	display: none;
}
.pic02 + div a img{
	width: 90px;
}
.txt + div a img{
	width: 90px;
}
@media screen and (max-width: 740px ){
	.logo-right{
		position:fixed; top:-23px; right:-47px; float:right; z-index:99999;
		margin-right: -5%;
		margin-top: 10%;
	}
}
@media screen and (min-width: 740px ){
	.logo-right{
		position:fixed; top:-20px; right:10px; float:right;text-align: right; z-index:99999;
	}
}

.input-tjzjy{
	width:90px; height:25px;border-radius: 5px;color: white;background: #3871E4;
}

.tabcon a{
    display: inline-block;
    text-align: left;
    color: white;
    background: rgb(60, 128, 229);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0AD1DA), to(rgba(15, 15, 243, 0.72)));
    text-align: center;
    border-radius: 5px;
    padding: 3px 0px;
    height: 25px;
    line-height: 25px;
    border: 1px solid rgb(86, 86, 104);
}
