﻿@charset "utf-8";
/* CSS Document */
html {
	margin: 0;
	padding: 0;
}
html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
	-webkit-text-size-adjust: none;
}
body {
	margin: 0;
	padding: 0;
	background: #fff;
	width: 100%;
	font-size: 14px;
	color: #333333;
	font-family: "微软雅黑", "Helvetica", "STHeiti", "Droid Sans Fallback";
	background: #eeeeee url(banner.png) no-repeat top center;
}
ul,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
p,
div {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover,
a:link,
a:visited,
a:active {
	color: inherit;
	text-decoration: none;
}
label{
	font-weight: normal;
}
.vspace{
    font-size: 0px;
    line-height: 0px;
    width: 99%;
    clear: both;
}
.container{
	width: 1000px;
	background: #FFFFFF;
	padding-bottom: 15px;
}
i.snow{
	color: #ff0000;
	padding: 0 5px;
}
.dashed_line{
	width: 100%;
	border-bottom: 1px #979797 dashed;
}
/*脚步样式*/
.footer{
	width: 100%;
	padding: 20px 0 50px;
	background: #FFFFFF;
	text-align: center;
	overflow: hidden;
	border-top: 5px solid #1070b1;
	margin-top: 12px;
}
.footer .container{
	padding: 0;
}
.footer form select{
	margin: 2px 0 0 45px;
	width: 160px;
	height: 22px;
}
.footer form select:first-child{
	margin-left: 0;
}
.footer form select option{	
	text-align: center;
	font-size: 14px;
	line-height: 18px;
}
.footer .logo_text{
	width: 730px;
	margin: 20px auto 0;
	overflow: hidden;
}
.footer .logo_text .msg{
	width: 550px;
	padding-top: 15px;
	text-align: center;
}
.footer .logo_text .msg p{
	font-size: 14px;
}
.footer .logo_text .msg p span{
	padding: 0 5px;
}
/*banner样式*/
.banner{
	width: 100%;
	height: 130px;
	margin-bottom: 10px;
}
.banner .container{
	height: 145px;
	background: none;
	position: relative;
}
.banner .text{
	font-size: 18px;
	color: #fff;
	position: absolute;
	right: 73px;
	top: 50px;
}
.banner .text span, .banner .icon span{
	padding: 0 10px;
}
.banner .icon{
	position: absolute;
	right: 0;
	line-height: 25px;
	top: 50px;
	color: #fff;
	font-size: 18px;
}
.banner .icon a{
	display: inline-block;
	width: 25px;
	height: 22px;
	background: url(header_icon_01.png) no-repeat center center;
	/*margin-left: 20px;*/
	vertical-align: middle;
}
.banner .icon a.last{
	background: url(header_icon_02.png) no-repeat center center;
}
.banner form{
	width: 320px;
	position: absolute;
	right: 0;
	bottom: 35px;
	font-size: 0;
}
.banner form .label_wrap{
	font-size: 0;
	width: 160px;
	display: inline-block;
	vertical-align: middle;
}
.banner form .label_wrap label{
	display: inline-block;
	font-size: 14px;
	margin: 0;
	color: #fff;
	margin-right: 5px;
}
.banner form .label_wrap label input{
	vertical-align: text-top;
}
.banner form .input-group{
	width: 160px;
	display: inline-block;
	font-size: 0;
	vertical-align: middle;
}

.banner .input-group .form-control{
	padding: 0 6px;
	height: 24px;
	border-radius: 0;
	width: 134px;
}
.banner .input-group .input-group-btn{
	width: 26px;
}
.banner .input-group .btn{
	width: 24px;
	height: 24px;
	background: #55a8e5 url(search_icon.png) no-repeat center center;
	border-radius: 0;
}
/*右侧图标*/
.right_float{
	position: absolute;
	right: 50%;
	top: 182px;
	z-index: 19;
	margin-right: -585px;
}
.right_float ul li{
	width: 76px;
	height: 76px;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 2px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}
.right_float ul li img{
	display: block;
	width: 76px;
	height: 76px;
}
.right_float ul li.link_1{
	background: url(right-float-bg-1.jpg) no-repeat center top;
}
.right_float ul li.link_2{
	background: url(right-float-bg-2.jpg) no-repeat center top;
}
.right_float ul li a{
	display: block;
	padding-top: 14px;
}
/*面包屑*/
.breadcrumb>li+li:before{
	content: ">";
}
.breadcrumb{
	padding: 8px 0;
	margin-bottom: 0;
	background: none;
}
/*标题*/
.title{
	padding-left: 15px;
	margin: 10px 0 20px;
	position: relative;
}
.title:before{
	display: block;
	content: "";
	width: 15px;
	height: 30px;
	background: #1070b1;
	position: absolute;
	left: 0;
	top: 0;
}
.title h3{
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	color: #1070b1;
	margin-left: 11px;
}
.title h3 span{
	font-size: 14px;
	padding-left: 20px;
	font-weight: normal;
}
/*切换标题样式*/
.title_tab{
	margin: 10px 0 20px;
}
.title_tab ul li{
	float: left;
	cursor: pointer;
	padding-left: 15px;
	margin-right: 20px;
	position: relative;
}
.title_tab ul li:before{
	display: none;
}
.title_tab ul li.active:before{
	display: block;
	content: "";
	width: 7px;
	height: 24px;
	background: #1070b1;
	position: absolute;
	left: 0;
	top: 0;
}
.title_tab ul li h3{
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #676767;
}
.title_tab ul li.active h3{
	color: #1070b1;
}
/*列表前有点*/
ul.dot li:before{
	display: block;
	content: "";
	width: 7px;
	height: 7px;
	background: #448aca;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 6px;
}
/*分页样式*/
.nav-page{
	padding: 20px 0;
	text-align: center;
}
.nav-page a{
	font-size: 12px;
	color: #666;
	border: 1px #d8d8d8 solid;
	margin-left: 10px;
	padding: 4px 9px;
	cursor: pointer;
	text-decoration: none;
}
.nav-page a:first-child{
	margin-left: 0;
}
.nav-page a:hover,
.nav-page a.active{
	background: #1070b1;
	color: #fff;
}
.nav-page a.number{
	border: none;
	cursor: default;
}
.nav-page a.number:hover,
.nav-page a.number.active{
	background: #fff;
	color: #666;
}
.nav-page a.go{
	border: none;
	padding: 0;
}
.nav-page .jump{
	width: 50px;
	height: 25px;
	border: 1px #d8d8d8 solid;
	padding: 0 5px;
	margin-left: 10px;
}
.nav-page a.go button{
	width: 50px;
	height: 25px;
	border: 1px #959494 solid;
	background: -webkit-linear-gradient(#fefefe, #dfdfdf);
	background: linear-gradient(#fefefe, #dfdfdf);
	padding: 0;
	vertical-align: top;
}

/*点击链接跳转前弹窗*/
.layer_href{
	box-sizing: border-box;
	padding: 20px 30px;
	width: 500px;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 10;
	margin-left: -250px;
	margin-top: -125px;
	border: 1px solid #a0a0a0;
	border-radius: 5px;
	display: none;
}
.layer_href .close_btn {
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px;
	cursor: pointer;
	cursor: hand;
}
.layer_href .tit, .layer_href .text{
	font-size: 16px;
	font-weight: 600;
	color: #000;
	padding: 5px 0;
	border-bottom: 1px solid #a0a0a0;
}
.layer_href .text{
	text-align: center;
	padding: 30px 0;
}
.layer_href .text img{
	margin: -5px 10px 0 0;
}
.layer_href .btn_wrap{
	text-align: right;
	font-size: 0;
	margin-top: 15px;
}
.layer_href .btn_wrap span{
	display: inline-block;
	width: 65px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	cursor: hand;
}
.layer_href .btn_wrap .sure{
	background: #009cff;
	margin-right: 10px;
}
.layer_href .btn_wrap .cancle{
	background: #959595;
}
.backphone{
    z-index: 9999;
    position: fixed; 
    bottom: 0; 
    right: 0;
    display: none;
}

.layui-btn {
    background: #1070b1;
}

button.layui-btn[disabled]{
    cursor: not-allowed;
    background: #d0d0d0;
}

.layui-btn-primary {
    background: #fff;
}

.layui-btn-primary:hover,
.layui-form-checkbox[lay-skin=primary]:hover>i {
    border-color: #1070b1;
}
