*{
	outline: none;
	font-weight: normal!important;
	box-sizing: border-box;
}
a:hover,a:focus{
	text-decoration: none;
}
input,button,textarea{
	outline: none;
	padding:0;
}
input,button{
	border:none;
}
input:-webkit-autofill {
	background-color: #f4f4f4;
	background-image: none;
	color: #000;
}
ul,dl{
	list-style: none;
	padding:0;
	margin:0;
}
h1,h2,h3,h4,h5,p{
	margin:0!important;
}
label{
	vertical-align: middle;
	overflow: hidden;
	line-height: 1
}
/*基础样式*/
/*margin*/
.m0{margin:0!important;}
.m5{margin:5px!important;}
.ml0{margin-left: 0!important;}
.ml1{margin-left:1px!important;}
.ml2{margin-left:2px!important;}
.ml5{margin-left:5px!important;}
.ml10{margin-left:10px!important;}
.ml15{margin-left:15px!important;}
.ml20{margin-left:20px!important;}
.ml30{margin-left:30px!important;}
.mrl5{margin: 0px 5px!important;}
.mlr10{margin:0px 10px!important;}
.mr0{margin-right: 0!important;}
.mr1{margin-right:1px!important;}
.mr2{margin-right:2px!important;}
.mr5{margin-right:5px!important;}
.mr10{margin-right:10px!important;}
.mr15{margin-right:15px!important;}
.mr20{margin-right:20px!important;}
.mr30{margin-right:30px!important;}
.mtp5{margin: 5px 0px!important;}
.mt0{margin-top: 0!important;}
.mt1{margin-top:1px!important;}
.mt2{margin-top:2px!important;}
.mt3{margin-top:3px!important;}
.mt5{margin-top:5px!important;}
.mt6{margin-top:6px!important;}
.mt10{margin-top:10px!important;}
.mt15{margin-top:15px!important;}
.mt20{margin-top:20px!important;}
.mt30{margin-top:30px!important;}
.mb0{margin-bottom: 0!important;}
.mb1{margin-bottom:1px!important;}
.mb2{margin-bottom:2px!important;}
.mb5{margin-bottom:5px!important;}
.mb10{margin-bottom:10px!important;}
.mb15{margin-bottom:15px!important;}
.mb20{margin-bottom:20px!important;}
.mb30{margin-bottom:30px!important;}
.ml0imp{margin-left:0 !important;}
.ml15imp{margin-left:15px !important;}
/* padding */
.p0{padding:0;}
.pl5{padding-left:5px;}
.p5{padding:5px;}
.pt5{padding-top:5px;}
.pr5{padding-right:5px;}
.pb5{padding-bottom:5px;}
.p10{padding:10px;}
.pl10{padding-left:10px;}
.pt10{padding-top:10px;}
.pr10{padding-right:10px;}
.pb10{padding-bottom:10px;}
.p15{padding:15px;}
.pl15{padding-left:15px;}
.pt15{padding-top:15px;}
.pr15{padding-right:15px;}
.pb15{padding-bottom:15px;}
.p20{padding:20px;}
.pl20{padding-left:20px;}
.pt20{padding-top:20px;}
.pr20{padding-right:20px;}
.pb20{padding-bottom:20px;}
.p30{padding:30px;}
.pl30{padding-left:30px;}
.pt30{padding-top:30px;}
.pr30{padding-right:30px;}
.pb30{padding-bottom:30px;}
.pl0{padding-left:0 !important;}
.pr0{padding-right:0 !important;}
.pt0{padding-top:0 !important;}
.fl{
	float: left;
}
.fr{
	float: right;
}
.rel{
	position: relative;
}
.s_down {
    box-shadow: 0 0 5px #888;
}
.accentbtn1,.accentbtn2{
	min-width:80px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 3px!important;
	margin:0 8px 5px;
	padding: 0 10px;
	font-size: 14px;
}
.accentbtn1{
	background:#00acec;
	color: #ffffff;
}
.accentbtn1 i,.accentbtn2 i{
	padding-right: 3px;
}
.box-title{
	display: inline-block;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	background-color: #37c6c0;
	border-radius: 3px!important;
	margin:0 8px 5px;
	padding: 0 10px;
}
button.more{
	width:90px!important;
}
textarea {
	resize: none;
}
/*渐变样式*/
.gradient{
	background:#59bafe;
	background-size: 100% 1px;
}
/*头部样式*/
.nav{
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.nav .header{
	width: 1060px;
	height: 70px;
	margin:115px auto 0;
	color: #ffffff;
}
.nav .header h1{
	font-size: 70px;
	line-height: 70px;
	font-weight: bold;
	color: #ffffff;
	margin:0;
	margin-right: 10px;
}
.nav .header .info{
	height: 70px;
	overflow: hidden;
	font-weight: normal;
}
.nav .header .info h3{
	font-size: 34px;
	margin:0;
}
.nav .header .info h5{
	font-size: 28px;
	margin:0;
}
#canvas{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 300px;
}
/*尾部样式*/
.footer2{
	width: 100%;
	height: 140px;
	padding:34px 0;
}
.weibu_min{
	text-align: center;
	color: #ffffff;
	line-height: 24px;
	overflow: hidden;
}
.weibu_min a{
	color: #ffffff;
}
/*内容页公用样式*/
.content-mid{
	width: 1060px;  
	height: auto;
	margin:20px auto;
}
.content-border{
	border:1px solid #e0e0e0;
}
.content-mid div.title{
	width: 100%;
	height: 50px;
	padding:10px 15px;
	background:#e0e0e0;
}
.content-mid div.title>span{
	height: 100%;
	border-left:4px solid #00acec;
	color: #00acec;
	font-size: 18px;
	text-indent: 10px;
	line-height: 30px;
}
.content-mid div.title>div{
	margin-right: 25px;
	height: 100%;
	line-height: 30px;
}
.content-mid div.title>div button{
	min-width: 60px;
	height: 30px;
	text-align: center;
	color: #fff;
	background: #00acec;
	border-radius: 4px;
	margin-left:12px;
	float: left;
	padding:0 8px;
}
.content-mid div.title>div button i.platform{
	margin-right: 5px;
}
.content-mid div.title>div>span{
	color:#15e4db;
}
/*单复选框和滑动开关*/
.checkbox-wrap,
.radiobox-wrap {
	width: 20px;
	height: 20px;
	overflow: hidden;
	display: block;
}
.checkbox-wrap input ,
.radiobox-wrap input{
	margin: 0;
	display: none;
	position: fixed;
	left: 0;
	top: 0;
}
.checkbox-wrap .chk-box {
	box-sizing: border-box;
	float: left;
	width: 20px;
	height: 20px;
	border: 1px solid #c8c8c8;
	border-radius: 3px;
	background: #ffffff;
}
.checkbox-wrap input:checked .chk-box{
	border:0;
	background: center no-repeat;
}
.radiobox-wrap .rad-box{
	box-sizing: border-box;
	float: left;
	width: 20px;
	height: 20px;
	border: 3px solid #c8c8c8;
	border-radius: 9px;
	background: #ffffff;
}
.radiobox-wrap input:checked .rad-box:before{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background:#c8c8c8;
	border-radius: 5px;
	margin:2px auto;
}
/*滑动开关*/
.slide-switch{
	vertical-align: middle;
}
.slide-switch .tgl {
	display: none;
}
.slide-switch .tgl   .tgl-btn {
	outline: 0;
	display: block;
	width: 80px;
	height: 34px;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom:0;
}
.slide-switch .tgl-ios   .tgl-btn {
	background: #fbfbfb;
	border-radius: 17px;
	padding: 2px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	border: 1px solid #e8eae9;
}
.tgl   .tgl-btn:after {
	position: relative;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
}
.tgl   .tgl-btn:after {
	left: 0;
}
.tgl-ios   .tgl-btn:after {
	border-radius: 17px;
	background: #fbfbfb;
	-webkit-transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
	transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.tgl:checked   .tgl-btn:after {
	left: 50%;
}

.slide-switch .tgl   .tgl-btn{
	display: inline-block;
	vertical-align: middle;
}
.tgl-ios:checked   .tgl-btn {
    background: #bdd07c;
}
/*弹窗样式*/
.ui-widget-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	background: rgba(0, 0, 0, 0.3);
}
.ui-dialog.ui-front{
	z-index: 999;
	background:#ffffff;
	box-shadow: 0 0 15px 5px rgba(0,0,0,.2);
	border-radius: 6px;
	overflow: hidden;
	position: fixed;
}
/*弹窗头部*/
.ui-dialog-titlebar.ui-widget-header{
	padding: 0 20px;
	font-size: 16px;
	color: #ffffff;
	background:  left top repeat-y;
	background-size: 100% 1px;
}
.ui-dialog-titlebar-close{
	float: right;
	color: #ffffff;
	background:transparent;
}
.ui-dialog-titlebar-close .ui-icon {
	font-family: "platform";
	padding: 3px;
}
.ui-dialog-titlebar-close .ui-icon-closethick:before {
	content: "\e71e";
	font-weight: 100;
	color: #ffffff;
}
.ui-dialog-titlebar-close .ui-button-text {
	display: none;
}
.ui-dialog-buttonpane{
	height:50px;
	padding:11px 0;
	text-align: center;
}
.ui-dialog-buttonpane button{
	width:80px;
	height:28px;
	margin:0 10px;
	background:transparent;
	border-radius:3px;
	color:#666666;
}
.ui-dialog-buttonpane button:first-child{
	border:1px solid #1db3e2;
	background:#1db3e2;
	color:#ffffff;
}
.ui-dialog-buttonpane button:last-child{
	border:1px solid #c8c8c8;
}
/*弹窗中间内容样式*/
.ui-dialog-content iframe{
	width:100%;
	height:100%;
	overflow: hidden;
}
.ui-widget-success, .ui-widget-warning, .ui-widget-danger, .ui-widget-info {
	font-size: 16px;
	padding: 38px 20px 30px 80px;
	position: relative;
}
.ui-alert-warning {color: #8a6d3b;}
.ui-alert-danger{color: #a94442;}
.ui-alert-info{color: #31708f;}
.ui-widget-success,.ui-widget-warning,.ui-widget-danger,.ui-widget-info{ font-size:16px; padding:38px 20px 30px 80px; position:relative; }
.ui-widget-success:before,.ui-widget-warning:before,.ui-widget-danger:before,.ui-widget-info:before{font-family: 'platform'; font-size:40px; top:20px; position:absolute;left:20px;}
.ui-widget-success:before{ content:"\e700"; color: #83b055 !important;}
.ui-widget-warning:before{content:"\e6b3"; color: #8a6d3b !important;}
.ui-widget-info:before{ content:"\e6ff"; color: #5da5d7 !important;}
.ui-widget-danger:before{content:"\e75a"; color: #ed6160 !important;}
.ml5{
	margin-left: 5px;
}
.l-msg{
	position: fixed;
	top: 0px;
	bottom:0;
	left: 0px;
	right:0;
	margin:auto;
	width:176px;
	height:46px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	z-index: 9999;
	border-radius:4px;
	padding:13px 0;
}
.l-msg-danger{
	background-color: #df6472;
	color: #ffffff;
}
.l-msg-success{
	background-color: #9cc;
	color: #ffffff;
}
/*栅格布局调整*/

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding-left:15px!important;
	padding-right:15px!important;
	float:left;
}
.p0{
	padding:0!important;
}
.br0{
	border-radius:0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
	background:transparent;
}
/*分页样式*/
.paginations{
	width:1000px;
	margin:0 auto;
}
.paginations nav{
	text-align: right;
}
.paginations li a.jumptosel:hover{
	background: none;
}
.paginations li a.jumptosel input{
	border:1px solid #ddd;
	padding:0 2px;
	height:20px;
}
.paginations li a.jumptosel input[type='button']{
	width:30px;
	background:#02aceb;
	color: #fff;
	border:none;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background-color: #02aceb;
	border-color: #02aceb;
}
.ui-body-form{
	padding:10px;
}
.ui-body-form .form-group {
	margin-bottom: 20px;
}
.bubble{
	position: absolute;
	right: 15px;
	color: #df6472;
}
.pr2 {
	padding-right: 2px;
}

.red {
	color: #e4393c;
}