@charset "utf-8";
body {
	background-attachment: scroll;
	-moz-background-clip: border-box;
	-webkit-background-clip: border-box;
	-o-background-clip: border-box;
	background-clip: border-box;
	background-color: #f1f1f1;
	/*background-image: url(../images/bg.gif);*/
	-moz-background-origin: border, border, border, border, padding;
	-webkit-background-origin: border, border, border, border, padding;
	-moz-background-origin: border-box, padding-box;
	-webkit-background-origin: border-box, padding-box;
	-o-background-origin: border-box, padding-box;
	background-origin: border-box, padding-box;
	background-position: 0 -90px, 0 0;
	background-repeat: repeat-x, repeat;
	-webkit-background-size: 320px 77px, 128px 128px;
	background-size: 320px 77px, 128px 128px;
	font-family: Microsoft YaHei, Helvitica, Verdana, Tohoma, Arial, san-serif;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	color: #666666;
}

html,
body {
	font-family: 微软雅黑, Microsoft YaHei, Helvitica, Verdana, Tohoma, Arial, san-serif;
	font-size: 12px;
	color: #666;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

a {
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}

h2 {
	color: #373B3E;
	font-size: 14px;
	line-height: 32px;
	padding: 5px 0 5px 10px;
	text-align: left;
}

.clear {
	clear: both
}

.left {
	float: left
}

.right {
	float: right
}

input {
	border: none;
	outline: none;
}

.bar.bar-stable {
	/*background-color: #ff6600;*/
	background: url(../images/banner.png) no-repeat top center;
	background-size: 100%;
	color: #FFFFFF;
}


.bar.bar-light {
    border-color: #ddd;
    background-color: white;
    background-image: linear-gradient(0deg,  #ddd,  #ddd 50%,transparent 50%) !important;
    background-image: -webkit-linear-gradient(90deg,  #ddd,  #ddd 50%,transparent 50%) !important;
    color: #444; 
    top:0!important;
}

.bar.bar-light.bar-footer {
	border-top: 1px #e8e8e8 solid;
	background-image: none !important;
}

.tabs-striped .tab-item.activated,
.tabs-striped .tab-item.active,
.tabs-striped .tab-item.tab-item-active {
	border-style: solid;
	border-width: 2px 0 0;
	color: #5292e2;
	border-color: #5292e2;
}

input.bs_ipt::-webkit-input-placeholder {
	color: #CCCCCC;
}

input.bs_ipt:-moz-placeholder {
	color: #CCCCCC;
}

input.bs_ipt::-moz-placeholder {
	color: #CCCCCC;
}

input.bs_ipt:-ms-input-placeholder {
	color: #CCCCCC;
}

.item {
	border-color: #E8E8E8;
}

.slider-pager {
	position: absolute;
	bottom: 5px;
	z-index: 1;
	width: 100%;
	height: 15px;
	text-align: center;
}

.slider-pager .slider-pager-page {
	display: inline-block;
	margin: 0px 3px;
	width: 15px;
	color: #FFFFFF;
	text-decoration: none;
	opacity: 0.4;
}

.item .item-content.activated,
.item .item-content.active,
.item-complex.activated .item-content,
.item-complex.active .item-content,
.item.activated,
.item.active {
	border-color: #e8e8e8;
	background-color: #fff;
}

.item-input-inset {
	padding: 5px;
}

.tabs .tab-item .badge {
	background-color: #ff595f;
	color: #FFFFFF;
}

.tabs {
	background-image: linear-gradient(0deg, #e8e8e8, #e8e8e8 50%, transparent 50%);
}

.checkbox input,
.checkbox-icon {
	position: relative;
	width: 18px;
	height: 18px;
	display: block;
	border: 0;
	background: 0 0;
	cursor: pointer;
	-webkit-appearance: none;
	outline: none;
}

.checkbox input:after,
.checkbox-icon:after {
	-webkit-transition: opacity .05s ease-in-out;
	transition: opacity .05s ease-in-out;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 22%;
	left: 17%;
	display: table;
	width: 12px;
	height: 6px;
	border: 1px solid #fff;
	border-top: 0;
	border-right: 0;
	content: ' ';
	opacity: 0;
	outline: none;
}

.item-checkbox .checkbox {
	position: absolute;
	top: 55%;
	right: 8px;
	left: 8px;
	z-index: 3;
	margin-top: -19px;
	outline: none;
}

.checkbox input:checked:before,
.checkbox input:checked+ .checkbox-icon:before {
	background: #dc443b;
	border-color: #dc443b;
	outline: none;
}

label.zhc_lb input:checked:before,
label.zhc_lb input:checked+ .checkbox-icon:before {
	background: #fff;
	border-color: #fff;
	outline: none;
}

label.zhc_lb input:after,
.checkbox-icon:after {
	-webkit-transition: opacity .05s ease-in-out;
	transition: opacity .05s ease-in-out;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 29%;
	left: 15%;
	display: table;
	width: 14px;
	height: 6px;
	border: 1px solid #459793;
	border-top: 0;
	border-right: 0;
	content: ' ';
	opacity: 0;
	outline: none;
}

.bar .button.button-icon .icon:before,
.bar .button.button-icon:before,
.bar .button.button-icon.icon-left:before,
.bar .button.button-icon.icon-right:before,
.bar button.button-icon .icon:before,
.bar button.button-icon:before,
.bar button.button-icon.icon-left:before,
.bar button.button-icon.icon-right:before {
	vertical-align: top;
	font-size: 24px;
	line-height: 32px;
}

.btn_box .button.active,
.btn_box .button.activated {
	border-color: #3498db;
	background-color: #3498db;
	color: #fff;
}

.nav-bar-tabs-top.hide~ .view-container .tabs-top .tabs {
	top: 44px;
	z-index: 1000;
}

.toggle.toggle-balanced input:checked+ .track {
	border-color: #3498db;
	background-color: #3498db;
}

.toggle input:checked+ .track {
	border-color: #4cd964;
	background-color: #4cd964;
}

.toggle .handle {
	-webkit-transition: 0.3s cubic-bezier(0, 1.1, 1, 1.1);
	transition: 0.3s cubic-bezier(0, 1.1, 1, 1.1);
	-webkit-transition-property: background-color, transform;
	transition-property: background-color, transform;
	position: absolute;
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 27px;
	background-color: #fff;
	top: 6px;
	left: 7px;
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.35), 0 1px 1px rgba(0, 0, 0, 0.15);
}

.toggle .track {
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: background-color, border;
	transition-property: background-color, border;
	display: inline-block;
	box-sizing: border-box;
	width: 42px;
	height: 20px;
	border: solid 2px #c1c1c1;
	border-radius: 20px;
	background-color: #c1c1c1;
	content: ' ';
	cursor: pointer;
	pointer-events: none;
}

@media (max-width: 679px) {
	.active .modal-backdrop-bg {
		opacity: .5;
	}
	.modal-backdrop-bg {
		-webkit-transition: opacity 300ms ease-in-out;
		transition: opacity 300ms ease-in-out;
		background-color: #000;
		opacity: 0;
	}
}
.neirong{
	overflow-x: hidden; overflow-y:visible;
}

/*弹框*/

.kfjiangcheng {
	width: 100%;
	background-color: #FFFFFF;
	position: relative;
	border-radius: 10px;
	border: 5px solid rgba(0, 0, 0, 0.3);
	min-height: 200px;
}

.tc_guangbi {
	width: 32px;
	position: absolute;
	top: -15px;
	right: -15px;
}

.tc_wc {
	width: 80%;
	padding: 15px;
	overflow: hidden;
}

/*首页 start*/

.sy_box {
	width: 100%;
	overflow: hidden;
}

.sy_btn {
	position: fixed;
	top: 0px;
	z-index: 10000;
}

.touxiang_box {
	width: 100%;
	overflow: hidden;
	padding: 0 0 5%;
	position: relative;
	background: url(../images/banner.png) no-repeat bottom center;
	background-size: cover;
}

.biaoti {
	position: absolute;
	width: 150px;
	top: 5px;
}

.anniu_box a {
	height: 44px;
	min-height: 44px;
	line-height: 44px;
	padding: 0;
	padding: 5px 10px;
}

.tx_box {
	width: 60px;
	height: 60px;
	margin: auto;
	margin-top: 10px;
	overflow: hidden;
}

.tx_box a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.mrtx_img {
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
}

.touxiang_box p {
	color: #fff;
	font-size: 14px;
	line-height: 25px;
}

.anniu_box {
	width: 100%;
	overflow: hidden;
}

.sy_nr {
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
	padding: 10px 0;
}

.nav_item {
	width: 25%;
	overflow: hidden;
	float: left;
	display: block;
}

.item_bg {
	width: 40px;
	height: 40px;
	margin: 0 auto 5px;
	overflow: hidden;
	display: block;
	border-radius: 3px;
}

.item_p {
	font-size: 13px;
	color: #757575;
	line-height: 20px;
}

.sy_bt {
	width: 100%;
	overflow: hidden;
	padding: 0 12px;
}

.sy_biaoti {
	font-size: 14px;
	color: #191f25;
	padding: 7px 0 0 0;
}

.nav1_box {
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
}


/*首页 end*/