@charset "utf-8";

* {
	font-family: microsoft yahei,"宋体",arial;
	box-sizing: border-box;
	padding:0;
	margin:0;
	outline: none;
	font-size: 14px;
	line-height: 24px;
	color: #767676;
}
body{
	background: #fff;
}
:focus{
    outline: 0;
}
h1,h2,h3,h4{
	font-weight: normal;
}
input[type=button]{
	border: 0 none;
	cursor: pointer;
}
ul,ol {
	list-style: none;
}
.wrap{
	width:1200px;
	margin: 0 auto;
	position: relative;
}
a{
	color: #767676;
	text-decoration: none;
}
a:Hover{
	color: #3588ca;
}
.btn-default,.btn-primary,.btn-danger,.btn-success {
	border-radius: 0
}

.btn-primary {
	background: #2773DE;
	margin:0 2px;
}

.btn-primary:hover,.btn-primary:active,.btn-primary:active:focus,.btn-primary:focus {
	background: #436FB5
}
.box-style{
	width:1198px;
	border:1px solid #ddd;
	background:#fff;
	padding:20px;
}
.box-style2{
	width:1198px;
	border:1px solid #ddd;
	background:#fff;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clearfix{
	overflow:hidden;
	_zoom:1;
}
.mt40{
	margin-top:40px;
}
.mt20{
	margin-top:20px;
}
.footer{
	width:100%;
	height: 100px;
	background: #1165a9;
	margin-top:80px;
}
.footer .wrap h1{
	color: #eff4fa;
	font-size: 20px;
	padding: 20px 0 10px 0;
}
.footer .wrap ul li{
	color: #eff4fa;
}
.footer .wrap ul li a{
	color: #eff4fa;
}
.footer .wrap ul li a:hover{
	text-decoration: underline;
}
.yichang{
	font-size: 12px;
	display: inline-block;
	margin-left:10px;
	width:80px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #D43F3A;
	color: #fff;
	border-radius: 5px;
}
.blue{
	color: #3588CA;
}
.red{
	color:#D9534F;
}

/* nav start */
.common-page {
	margin: 20px auto 0;
	text-align: center;
}

.common-page i {
	font-size: 14px;
	line-height: 35px;
	height: 35px;
	text-align: right;
	font-style: normal;
	vertical-align: top;
	margin-right: 0;
}

.common-page i .page-select {
	padding: 0 5px;
	height: 34px;
	border: 1px solid #ddd;
}

.common-page .page-box {
	display: inline-block;
	padding: 0;
	text-align: left;
}

.common-page .pagination>li>a {
	border-radius: 0;
	line-height: 1.42857143;
	line-height: 20px!important
}

.common-page .pagination>li>a>span {
	line-height: 1.42857143;
	line-height: 20px!important
}

.common-page .jumpto {
	margin-left:10px;
	display: inline-block;
	vertical-align: top;
}

.common-page .jumpto .page-input {
	padding: 0 5px;
	width: 50px;
	height: 34px;
	border: 1px solid #ddd;
}

.common-page .jumpto .page-submit {
	vertical-align: top;
	height: 34px;
}
/* nav end */
