/*各种框架图标css3*/
/*开关*/
.inputgroup input[type=checkbox], .inputgroup input[type=radio] {
	display: none;
}

.inputgroup {
	
}
/*默认*/
.inputgroup.input-checkbox input+label {
	background-color: #FFF;
	border: 1px solid #C1CACA;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px
		rgba(0, 0, 0, 0.05);
	display: inline-block;
	position: relative;
	margin-right: 10px;
}

.inputgroup.input-checkbox.circle input+label {
	padding: 12px;
	border-radius: 50px;
}

.inputgroup.input-checkbox.rectangle input+label {
	padding: 2px 10px 17px 10px;
	border-radius: 4px;
}

.inputgroup.input-checkbox input:disabled+label {
	border: 1px solid #dddddd;
	cursor: default;
}

.inputgroup.input-checkbox.circle input:disabled+label {
	background-color: #f8f8f8;
}

.inputgroup.input-checkbox.rectangle input:disabled+label {
	background-color: #fcfcfc;
}

.inputgroup.input-checkbox input+label:active {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px
		rgba(0, 0, 0, 0.1);
}

.inputgroup.input-checkbox input:checked+label {
	
}

.inputgroup.input-checkbox.rectangle input:checked+label {
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	color: #243441;
}

.inputgroup.input-checkbox.circle input:checked+label {
	background-color: #ECF2F7;
	border: 1px solid #92A1AC;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px
		rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
	color: #243441;
}

.inputgroup.input-checkbox input:checked+label:after {
	content: "\e664";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	font-weight: normal;
	vertical-align: middle;
}

.inputgroup.input-checkbox.rectangle input:checked+label:after {
	border-radius: 4px;
	color: #333;
	font-weight: bold;
}

.inputgroup.input-checkbox.circle input:checked+label:after {
	border-radius: 50px;
	color: #fff;
}
/*开关*/
.inputgroup.input-checkboxswitch input+label {
	background-color: #fafbfa;
	padding: 8px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
	margin-right: 30px;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	width: 40px;
	height: 15px;
}

.inputgroup.input-checkboxswitch.input-text input+label {
	width: 50px;
}

.inputgroup.input-checkboxswitch input+label:after {
	content: ' ';
	color: #fff;
	position: absolute;
	top: 0;
	-webkit-transition: box-shadow 0.1s ease-in;
	transition: box-shadow 0.1s ease-in;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100px;
	box-shadow: inset 0 0 0 0 #eee, 0 0 1px rgba(0, 0, 0, 0.4);
}

.inputgroup.input-checkboxswitch input+label:before {
	content: ' ';
	position: absolute;
	background: white;
	top: 1px;
	left: 1px;
	z-index: 999999;
	width: 31px;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	height: 31px;
	border-radius: 100px;
	box-shadow: 0 3px 1px rgba(0, 0, 0, 0.05), 0 0px 1px rgba(0, 0, 0, 0.3);
}

.inputgroup.input-checkboxswitch input+label:after {
	position: absolute;
	top: 1px;
	left: 1px;
	text-indent: 35px;
	color: #000;
	font-weight: bold;
	line-height: 30px;
}

.inputgroup.input-checkboxswitch.input-text input+label:after {
	content: '关闭';
}

.inputgroup.input-checkboxswitch input:active+label:after {
	box-shadow: inset 0 0 0 20px #eee, 0 0 1px #eee;
}

.inputgroup.input-checkboxswitch input:active+label:before {
	width: 37px;
}

.inputgroup.input-checkboxswitch.input-text input:active+label:before {
	width: 47px;
}

.inputgroup.input-checkboxswitch input:checked:active+label:before {
	width: 37px;
	left: 20px;
}

.inputgroup.input-checkboxswitch.input-text input:checked:active+label:before
	{
	width: 47px;
	left: 30px;
}

.inputgroup.input-checkboxswitch input+label:active {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px
		rgba(0, 0, 0, 0.1);
}

.inputgroup.input-checkboxswitch input:checked+label:before {
	content: ' ';
	position: absolute;
	left: 26px;
	border-radius: 100px;
}

.inputgroup.input-checkboxswitch.input-text input:checked+label:before {
	left: 36px;
}

.inputgroup.input-checkboxswitch input:checked+label:after {
	position: absolute;
	text-indent: 8px;
	color: #fff;
	box-shadow: 0 0 1px #4cda60;
}

.inputgroup.input-checkboxswitch.input-text input:checked+label:after {
	content: ' 开启';
}
/*inputtext*/
.inputgroup {
	position: relative;
	display: table;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 8px;
}

.inputgroup input[type="text"], .inputgroup input[type="number"],
	.inputgroup input[type="tel"], .inputgroup input[type="password"] {
	height: 32px;
	line-height: 32px;
	background-color: none;
	display: block;
	width: 100%;
}

.inputgroup.iconleft input[type=text], .inputgroup.iconleft input[type="number"],
	.inputgroup.iconleft input[type="tel"], .inputgroup.iconleft input[type="password"]
	{
	text-indent: 25px;
}

.inputgroup.iconright input[type=text], .inputgroup.iconright input[type="number"],
	.inputgroup.iconright input[type="tel"], .inputgroup.iconright input[type="password"]
	{
	text-indent: 10px;
}

.inputgroup.iconleft span.iconfont {
	position: absolute;
	left: 5px;
	top: 5px;
}

.inputgroup.iconright span.iconfont {
	position: absolute;
	right: 5px;
	top: 5px;
}

.inputgroup.iconright button {
	position: absolute;
	right: 0px;
	top: 2px;
}

.inputgroup.addon span {
	display: table-cell;
	padding: 0 12px;
	font-size: 14px;
	font-weight: 400;
	height: 32px;
	line-height: 32px;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}

.inputgroup.addon span:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.inputgroup.addon span:last-child, .inputgroup.addon input[type=text]:last-child
	{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.inputgroup.addon input[type=text]:last-child {
	border-left: none;
}

.inputgroup.addon input[type=text]:not (:first-child ):not (:last-child
	){
	border-radius: 0;
	border-left: none;
}
/*标签切换*/
.tabhand .tabnavs {
	text-align: center;
}

.tabnavs {
	padding: 0;
	margin: 0 auto;
	display: block;
}

.tabhand .tabnavs.box .active {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	border-radius: 4px 4px 0 0;
	margin-bottom: -1px;
}

.tabhand .tabnavs.line .active {
	background: #0ba954;
	color: #fff;
}

.tabhand .tabnavs.box li:not (.active ):hover {
	border-radius: 4px 4px 0 0;
	background: #f0f0f0;
}

.tabnavs li {
	float: left;
	padding: 8px 16px;
	margin-left: 5px;
	cursor: pointer;
	font-size: 14px;
	background: #e9fbea;
}

.tabnavs li:first-child {
	margin-left: 18px;
}

.tabhand .tabcontent {
	padding: 5px;
}

.tabhand .tabcontent .tabpage {
	display: none;
	text-align: left;
}

.tabhand .tabcontent .tabpage.active {
	display: block;
}

.tabhand .tabcontent .tabpage dl dd {
	line-height: 26px;
}

.tabhand .tabcontent .tabpage dl dd a {
	width: 80%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tabhand .tabcontent .tabpage dl dd a:hover {
	text-decoration: underline;
}

.tabhand .tabcontent .tabpage dl dd span {
	float: right;
	color: #c2c2c2;
	margin-right: 5px;
}
/*轮播*/
/*banner*/
.Banner {
	/*background: url(../images/big_img_bk.png) no-repeat;*/
	width: 100%;
	/*height: 530px;*/
}

.IndexBannerPics {
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
	z-index: 49;
	margin: 0 auto;
}

.IndexBannerPicsList {
	overflow: hidden;
	height: 100%;
}

.IndexBannerPicsList li {
	width: 100%;
	height: 100%;
}

.IndexBannerPicsList li a img {
	width: 100%;
	height: 100%
}

.IndexBanner_Btn {
	left: 50%;
	position: absolute;
	bottom: 30px;
	display: none;
	z-index: 2
}

.BNbtn_Item {
	float: left;
	margin: 0 3px;
	width: 6px;
	height: 6px;
	overflow: hidden;
	cursor: pointer;
	background: #fff;
	transition: width 1s
}

.BNbtn_ItemCur {
	width: 18px
}

.black .BNbtn_Item {
	background: #000
}

.prev, .next {
	display: none;
	width: 34px;
	height: 70px;
	background-repeat: no-repeat;
	position: absolute;
	top: 122px
}

.prev {
	left: 50px;
	background-image: url(../images/btn_left.png)
}

.next {
	right: 50px;
	background-image: url(../images/btn_right.png)
}

.IndexBannerPics:hover .prev, .IndexBannerPics:hover .next {
	display: block
}