@charset "utf-8";
body{
	font-family:"Microsoft YaHei",Verdana,Geneva,sans-serif;
	font-size:14px;
	background:#fff;
}
body,html{
	margin:0;
	padding:0
}
p{
	margin:0 0 10px 0;
	padding:0;
}
a,a:hover,a:focus{
	text-decoration:none;
	outline:none;
}
a:hover,a:focus{
	color:#666666;
	transition:all .3s;
}
*{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.btn:hover,.btn:focus{
	transition:all .3s;
}
img{
	vertical-align:top;
	outline:none;
	height:auto;
}
a img{
	border:none;
	border-style:none;
}
*:focus{
	outline:none;
}
a,input,button{
	outline:none;
}
::-moz-focus-inner{
	border:0px;
}
div,form,img,ul,ol,li,dl,dt,dd,p {
	margin:0;
	padding:0;
	list-style:none;
	border:0;
}
input{
	vertical-align:middle;
}
.clear{
	clear:both;
}


.navitems{
	width:100%;
	height:66px;
	border-bottom:1px solid #e5e5e5;
	padding:0 10px;
	position:relative;
}
.navitemsMin{
	width:1170px;
	margin:auto;
}
.navitemsLogo{
	float:left;
	margin:13px 0 0;
}
.navitemsLogo p{
	display:inline-block;
	line-height:40px;
	font-size:20px;
	color:#999999;
}
.navitemsLogo span{
	float:left;
	border-left:1px solid #CCC;
	margin-top:13px;
	margin-left:12px;
	padding-left:10px;
	line-height:44px;
	height:17px;
	font-size:20px;
	color:#999999;
}
#navbarImg{
	display:none;
	float:right;
	margin:24px 0 0;
	cursor:pointer;
}
.navitemsBar{
	display:block;
	float:right;
}
.navbarUl{
	float:left;
	font-size:16px;
	margin-top:20px;
}
.navbarUl li{
	float:left;
	padding-right:30px;
	position:relative;
}
.navbarUl li a{
	padding:0 20px;
	color:#3e4e6a;
}
.navbarUl li a:hover,.navbarOn{
	color:#01a1ff!important;
}
.logged{
	float:right;
	font-size:14px;
}
.logged a{
	width:60px;
	height:30px;
	display:inline-block;
	line-height:28px;
	margin-top:16px;
	border:1px solid #3e4e6a;
	color:#3e4e6a;
	text-align:center;
	margin-right:20px;
	font-weight:bold;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
}
@media (max-width: 1242px){
	.navitemsMin{
		width:90%;
	}
	.navbarUl li{
		padding-right:12px;
	}
	.navbarUl li a{
		padding:0 16px;
	}
}
@media (max-width: 991px){
	#navbarImg{
		display:block;
	}
	.navitemsBar{
		display:none;
		width:100px;
		position:absolute;
		top:65px;
		right:0;
		z-index:9;
		background:#f1f3f5;
	}
	.navbarUl{
		font-size:14px;
		margin-top:0;
		width:100px;
		background:#f1f3f5;
		padding:5px 0;
	}
	.navbarUl li{
		float:none;
		padding-right:0;
		padding:5px 0;
	}
	.navbarUl li a{
		width:100%;
		display:inline-block;
		padding:0 5px;
	}	
	.logged{
		font-size:14px;
		width:100%;
		border-top:1px solid #3e4e6a;
		padding:5px 0;
	}
	.logged a{
		width:100%;
		height:auto;
		display:inline-block;
		margin-top:0;
		border:none;
		color:#3e4e6a;
		text-align:left;
		margin:0;
		padding:0 5px;
		font-weight:100;
	}
	.logged a:hover{
		color:#01a1ff!important;
	}
}
/*登陆后导航开始*/
.afterLand{
	float:right;
	height:36px;
	margin-top:16px;
	padding-right:28px;
	font-size:16px;
	position:relative;
	cursor:pointer;
}
.afterLand span{
	float:left;
	border-left:1px solid;
	border-left-color:rgba(62,78,106,.5);
	margin-top:7px;
	width:1px;
	height:25px;
}
.afterLand img{
	float:left;
	width:36px;
	height:36px;
	margin:0 20px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.afterLand a{
	line-height:36px;
	color:#3e4e6a;
}
.afterLand a:hover{
	color:#01a1ff;
}
.username{
	color:#01a1ff!important;
}
.afterLand:hover .afterLandMore{
	display:block;
}
.afterLandMore{
	display:none;
	position:absolute;
	top:0;
	right:0;
	z-index:99;
	width:100%;
}
.afterLandMore ul{
	margin-top:50px;
	width:100%;
	font-size:14px;
	padding:5px 0 5px 28px;
	background:#FFF;
	border:1px solid #e5e5e5;
	border-top:0;
}
.afterLandMore ul li{
	padding:5px 0;
}
.workImg1{
	width:100%;
	height:100%;
	padding-left:38px;
	display:inline-block;
	background:url(../../../images/workImg1.png) no-repeat 3px center;
}
.workImg1:hover{
	background:url(../../../images/workImgOn1.png) no-repeat 3px center;
}
.workImg2{
	width:100%;
	height:100%;
	padding-left:38px;
	display:inline-block;
	background:url(../../../images/workImg2.png) no-repeat left center;
}
.workImg2:hover{
	background:url(../../../images/workImgOn2.png) no-repeat left center;
}
.workImg3{
	width:100%;
	height:100%;
	padding-left:38px;
	display:inline-block;
	background:url(../../../images/workImg3.png) no-repeat 1px center;
}
.workImg3:hover{
	background:url(../../../images/workImgOn3.png) no-repeat 1px center;
}
@media (max-width: 991px){
	.afterLand{
		font-size:14px;
		width:100%;
		border-top:1px solid #3e4e6a;
		padding:0;
		margin:0;
		line-height:14px;
	}
	.afterLand span{
		display:none;
	}
	.afterLand img{
		display:none;
	}
	.afterLand a{
		width:100%;
		height:auto;
		display:inline-block;
		margin-top:0;
		border:none;
		color:#3e4e6a;
		text-align:left;
		margin:0;
		padding:0 5px;
		font-weight:100;
	}
	.afterLand a:hover{
		color:#01a1ff!important;
	}
}
/*登陆后导航结束*/
/*****开放平台导航结束*****/

/*****弹出框*****/
.grayBg{
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:999;
	width:100%;
	height:100%;
	background:rgba(6,18,31,.75);
}
.grayMin{
	display:table-cell;
    vertical-align:middle;
}
.grayMinBox{
	display:table;
    vertical-align:middle;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
/**********分页***************/
.pagination {
	margin:20px 0
}
.pagination ul {
	display:inline-block;
	*display:inline;
	margin-bottom:0;
	margin-left:0;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	*zoom:1;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.05);
	box-shadow:0 1px 2px rgba(0,0,0,0.05)
}
.pagination ul>li {
	display:inline
}
.pagination ul>li>a,.pagination ul>li>span {
	float:left;
	padding:4px 12px;
	line-height:20px;
	text-decoration:none;
	background-color:#fff;
	border:1px solid #ddd;
	border-left-width:0
}
.pagination ul>li>a:hover,.pagination ul>li>a:focus,.pagination ul>.active>a,.pagination ul>.active>span {
	background-color:#ecf0f1
}
.pagination ul>.active>a,.pagination ul>.active>span {
	color:#b4bcc2;
	cursor:default
}
.pagination ul>.disabled>span,.pagination ul>.disabled>a,.pagination ul>.disabled>a:hover,.pagination ul>.disabled>a:focus {
	color:#b4bcc2;
	cursor:default;
	background-color:transparent
}
.pagination ul>li:first-child>a,.pagination ul>li:first-child>span {
	border-left-width:1px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-topleft:3px
}
.pagination ul>li:last-child>a,.pagination ul>li:last-child>span {
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
	-moz-border-radius-topright:3px;
	-moz-border-radius-bottomright:3px
}
.pagination-centered {
	text-align:center
}
.pagination-right {
	text-align:right
}
.pagination-large ul>li>a,.pagination-large ul>li>span {
	padding:18px 36px;
	font-size:17.5px
}
.pagination-large ul>li:first-child>a,.pagination-large ul>li:first-child>span {
	-webkit-border-bottom-left-radius:6px;
	border-bottom-left-radius:6px;
	-webkit-border-top-left-radius:6px;
	border-top-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-topleft:6px
}
.pagination-large ul>li:last-child>a,.pagination-large ul>li:last-child>span {
	-webkit-border-top-right-radius:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	border-bottom-right-radius:6px;
	-moz-border-radius-topright:6px;
	-moz-border-radius-bottomright:6px
}
.pagination-mini ul>li:first-child>a,.pagination-small ul>li:first-child>a,.pagination-mini ul>li:first-child>span,.pagination-small ul>li:first-child>span {
	-webkit-border-bottom-left-radius:1px;
	border-bottom-left-radius:1px;
	-webkit-border-top-left-radius:1px;
	border-top-left-radius:1px;
	-moz-border-radius-bottomleft:1px;
	-moz-border-radius-topleft:1px
}
.pagination-mini ul>li:last-child>a,.pagination-small ul>li:last-child>a,.pagination-mini ul>li:last-child>span,.pagination-small ul>li:last-child>span {
	-webkit-border-top-right-radius:1px;
	border-top-right-radius:1px;
	-webkit-border-bottom-right-radius:1px;
	border-bottom-right-radius:1px;
	-moz-border-radius-topright:1px;
	-moz-border-radius-bottomright:1px
}
.pagination-small ul>li>a,.pagination-small ul>li>span {
	padding:2px 12px;
	font-size:11.9px
}
.pagination-mini ul>li>a,.pagination-mini ul>li>span {
	padding:1px 8px;
	font-size:10.5px
}
.LocalUploadMin {
	width: 418px;
	height: 38px;
	position: relative;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.LocalUploadBg {
	background: #C5E8F7;
	width: 100%;
	height: 100%;
	border: none;
	text-align: center;
	color: #FFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.LocalUpload {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}
.dynamic-bg {
	width: 100%;
	height: 100%;
	border: 1px solid #e4e4e4;
	background: url(../images/add_pictures.png) no-repeat center center;
	background-size: 50px 50px;
}

.dynamic-bg:hover,.dynamic-bg:focus {
	border: 1px solid #66CCCC;
}
.upload-in {
	width: 100%;
	height: 100%;
	display: block!important;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
}

.upload-img {
	border: none!important;
}

.upload-remove {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 32px!important;
	height: 32px!important;
	display: none;
	z-index: 99;
	cursor: pointer;
	background: url(../../../images/imgremove.png) no-repeat center center;
}
.upload-default {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 32px!important;
	height: 32px!important;
	display: none;
	z-index: 99;
	cursor: pointer;
	background: url(../../../images/imgdefault.png) no-repeat center center;
}
.chekbox-icon{
	width:46px!important;
	height:46px!important;
	position:absolute;
	left:0px;
	top:0px;
	margin:0!important;
	display: none;
	background: url(../../../images/imgselect.png) no-repeat center center;
}
.checklist li:hover .upload-show{
	display:block;
}
.dynamic-ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	float: left;
}

.dynamic-ul li {
	float: left;
	margin-right: 13px;
	width: 100px;
	height: 100px;
	border: 1px solid #E4E4E4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	text-align: center;
	margin-top: 10px;
}

.dynamic-ul li img {
	width: 50px;
	height: 50px;
	margin: 24px;
}

.dynamic-ul  li .checkbox-select {
	float: left;
	height: 99px;
	left: 0;
	position: absolute;
	top: 0;
	width: 99px;
}

.dynamic-ul li:hover {
	border: 1px solid #01a1ff;
}

.dynamic-ul li.selected a.checkbox-deselect {
	display: block;
}
.mui-btn {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42;
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	padding: 6px 12px;
	cursor: pointer;
	-webkit-transition: all;
	transition: all;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background-color: #fff;
	background-clip: padding-box
}
.mui-btn-green,.mui-btn-positive,.mui-btn-success {
	color: #fff;
	border: 1px solid #00a2ff;
	background-color: #00a2ff;
}