html, body {
	height:100%;
}
body {
    margin: 0;
    padding: 0;
    font-family:"Heiti SC","Helvetica", "STHeiti STXihei", "Microsoft JhengHei", "Microsoft YaHei", "Tohoma", "Arial";
    font-size: 16px;
    color:#333;
    -webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4,h5,h6 {
    font-weight:normal; 
    font-family:'Hiragino Sans GB W6','Microsoft Yahei'
}
em,i {
    font-style:normal;
}
input,textarea {
   outline:none; 
   font-family:'Microsoft Yahei','SimHe','SimSun ';
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
ol, ul {
    margin:0;
    padding:0;
    list-style:none
}
img {
    border:0
}
a {
    text-decoration:none;
    color:#e41a0a;
    outline:0;
    cursor:pointer;
}
a:hover {
	color:#c61406;
	text-decoration:none;
}
.fl {
    float:left
}
.fr {
    float:right
}
.clear {
	clear:both;
	font-size:0;
	line-height:0;
}
.hide {
	display:none;
}
.show {
	display:block;
}
.center {
	margin:0 auto;
}
.nulldata {
	margin:10px;
	text-align:center;
	padding:10px 0;
	font-size:16px;
	
}
.module {}
.module .hd {
	
}
.hline {
	box-shadow:0 -1px 0px rgba(213,213,213,0.5) inset;
}
.tapclear {
	-webkit-appearance:none;
	appearance:none;
	outline:none;
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color: rgba(221, 44, 0, 0); 
	-webkit-focus-ring-color: rgba(0, 0, 0, 0);
}

.wrap-menu {
	position:fixed;
	z-index:1;
	top:0;
	left:0;
	bottom:0;
	width:70%;
	background:#fff;
	transition: all 0.25s;
	transform: translateX(-100%);
	overflow:auto;
}
.wrap-body {
	background:#f7f7f7 url(../images/top_bg_2.png) no-repeat top center;
	background-size:contain;
	position: relative; 
	transition: all 0.25s; 
	width: 100%;
	z-index:2;
	height:100%;
}
.wrap-body.bg-notice {
	background-image:url(../images/top_bg_1.png)
}
.wrap-body .mask {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,.5);
	opacity:0;
	display:none;
	transition: all 0.25s; 
	z-index:1000;
}
.show-menu {
	overflow-x:hidden;
}
.show-menu .wrap-body {
	transform: translateX(70%);
}
.show-menu .wrap-body .mask {
	display:block;
	opacity:1;
}
.show-menu .wrap-menu {
	transform: translateX(0%);
}
.bg {
	background:#f7f7f7;
}

.menu {
	padding-left:10px;
}
.menu a {
	color:#333;
}
.menu .info {
	height:130px;
	position:relative;
	padding-left:80px;
	
}
.menu .info .name {
	padding-top:60px;
	font-size:18px;
}
.menu .info .face{
	position:absolute;
	top:50px;
	left:20px;
	width:50px;
	height:50px;
}
.menu .info .face img {
	width:100%;
}
.menu .list {}
.menu .list li {
	line-height:45px;
}
.menu .list li a {
	display:block;
	padding-left:50px;
	font-size:16px;
	background:url(../images/icon_flow.png) no-repeat 20px center;
	background-size:20px;
}
.menu .list li.actived a,
.menu .list li a:hover {
	background-color:#f2f2f2;
}

header {
	height:50px;
	line-height:50px;
}
header .menu-handle,
header .logo,
header .title {
	display:inline-block;
	vertical-align:middle;
}
header .menu-handle {
	width:50px;
	height:50px;
	background:url(../images/icon_menu.png) no-repeat center;
	background-size:40%;
	cursor:pointer;
}
header.transparent {
	border-bottom:1px solid #dedede;
	background:#fff;
}
header.transparent .menu-handle {
	background-image:url(../images/icon_menu_gray.png);
}
header .menu-handle:hover {
	transform: translateY(0px); 
	transition: all 0.4s; 
	opacity: 1;
}
header .logo {
	font-size:20px;
	color:#fff;
	padding-left:40px;
	background:url(../images/logo_icon.png) no-repeat left;
	background-size:35px 33px;
}
header .title {
	font-size:18px;
	
}
.login-wrap {
	margin:20px;
	padding-bottom:20px;
	background:#fff;
	border-radius:5px;
	box-shadow:0px 10px 30px rgba(187,32,11, .2);
	position:relative;
	overflow:hidden;
}
.login-wrap h2 {
	font-size:20px;
	padding-top:20px;
	padding-left:23px;
}
.login {
	padding:20px;
	padding-top:0px;
}
.login ul {
}
.login li {
	vertical-align:middle;
	margin:10px 5px;
	text-align:center;
}
.login li * {
	vertical-align:middle;
}
.login .slogan {
	display:none;
}

.login-wrap .tabbar {
	position:absolute;
	display:block;
	top:-100000px;
	right:20px;
	
}
.login-wrap .bg-switch {
	content:"";
	display:block;
	position:absolute;
	width:110px;
	height:90px;
	background:#f5a110;
	top:-45px;
	right:-45px;
	z-index:0;
	transform:rotate(40deg)
}
.login-wrap .bg-switch span {
	position:absolute;
	bottom:5px;
	left:47px;
	display:block;
	width:30px;
	height:30px;
	transform:rotate(-40deg);
	background:url(../images/icon_iden.png) no-repeat;
	background-size:25px;
}
.login-wrap .bg-switch span.phone {
	background-image:url(../images/icon_mobile.png);
	display:none;
}
.login-wrap .bg-switch span.card {
	background-image:url(../images/icon_iden.png);
}
.login-wrap .tabbar .box-item,
.login-wrap .tabbar .box-item:first-child  {
	border:none;
}

.login-wrap .tabbar .actived {
	display:none;
	
}

.login .input {
	position:relative;
	display:block;
	height:35px;
	padding:5px 0px;
	background:#fff;
	vertical-align:middle;
	
}
.login .input label {
	position:absolute;
	top:8px;
	left:5px;
	color:#999;
}
.login .input * {
	vertical-align:middle;
	*display:inline;
	zoom:1;
}
.login .pw-icon {
	position:absolute;
	top:5px;
	right:10px;
	display:block;
	width:25px;
	height:25px;
	background:url(../images/icon_pw_hide.png) no-repeat;
	background-size:contain;
}
.login .pw-icon.pw-show {
	background:url(../images/icon_pw_show.png) no-repeat;
	background-size:contain;
}

.login input {
	width:100%;
	height:35px;
	line-height:35px;
	border:none;
	background:none;
	display:inline-block;
}
.login .vimg {
	position:absolute;
	top:5px;
	right:0;
	width:85px;
	height:35px;
	overflow:hidden;
	text-align:center;
	display:inline-block;
	*display:inline;
	zoom:1;
}
.login .vimg img {
	height:35px;
	*height:31px;
	cursor:pointer;
}
.login .btn-group {
	margin-top:30px;
}
.login .login_btn {
	height:45px;
	background:#f04122;
	color:#fff;
	font-weight:normal;
	cursor:pointer;
	border-radius:3px;
}
.login .qcodelogin {
	display:none;
}
.login .forgot-pw {
	font-size:16px;
	display:block;
	text-align:left;
	color:#333;
}
.login .login_btn:hover {
	background:#cc0000;
	text-decoration:none;
}
.login .error {
	color:#ff0000;
	margin:0 auto;
	text-align:left;
	padding-left:3px;
}
.login .remark {
	font-size:16px;
	text-align:left;
	padding-top:10px;
}
.login .welcome {
	height:100px;
	color:#dc362a;
	position:relative;
	text-align:center;
}
.login .welcome > * {
	display:block;
	text-align:center;
}
.login .welcome span {
	display:none;
}
.login .enterin_btn {
	background:#ffa200;
	font-size:16px;
	color:#fff;
	font-weight:normal;
	cursor:pointer;
	height:40px;
	line-height:40px;	
	border-radius:3px;
	margin-top:30px;
}

.login .enterin_btn:hover {
	text-decoration:none;
}
.login .quit_btn {
	font-size:16px;
	color:#333;
	font-weight:normal;
	cursor:pointer;
	display:inline-block;
	margin:0 auto;
	margin-top:20px;
}
.login .welcome .bubble {
	display:none;
	width:50px;
	height:50px;
	background:#259f00;
	border-radius:200px;
}
.login .welcome .bubble-1 {
	top:170px;
	right:50px;
	background:#259f00;
}
.login .welcome .bubble-2 {
	top:300px;
	right:60px;
	background:#9533c2;
}
.login .welcome .bubble-3 {
	top:250px;
	left:50px;
	background:#4c4c4c;
}
.login .welcome .bubble-4 {
	top:80px;
	left:80px;
	background:#33c2af;
}
.mui-box {
	display: box;
	display: -webkit-box;
	display: -moz-box;
}
.mui-box .box-item {
	-webkit-box-flex:1;
    -moz-box-flex:1;
    display:block;
    -webkit-box-pack:center;
	-moz-box-pack:center;
	-webkit-box-align:center;
	-moz-box-align:center;
	-webkit-transform-origin:center;
	-webkit-font-smoothing: antialiased;
}
.tabbar {
	
}
.tabbar .box-item {
	text-align:center;
	line-height:45px;
	border-bottom:1px solid #e9e9e9;
}
.tabbar .box-item:first-child {
	border-right:1px solid #e9e9e9;
}
.tabbar .box-item.actived {
	border-bottom-color:#f04122;
}
.section {
	
}
.section .t {
	font-size:18px;
	text-align:center;
	padding:10px 0;
	padding-bottom:20px;
	line-height:30px;
	position:relative;
}
.section .t:before {
	position:absolute;
	content:"";
	display:block;
	top:42%;
	left:10%;
	right:10%;
	border-bottom:1px solid #333;
	
}
.section .t h2 {
	display:inline-block;
	background:#f7f7f7;
	position:relative;
	z-index:2;
	padding:0 20px;
}
.intro {
	padding:10px 20px;
}
.intro .box-item {
	text-align:center;
}
.intro .num {
	color:#cc0000;
	font-size:18px;
	height:20px;
	line-height:20px;
	padding-top:5px;
}
.intro .txt {
	font-size:14px;
}
.notice {
	margin-top:30px;
	padding:10px 20px;
	background:#f7f7f7;
}
.notice-list a {
	display:block;
	background:#fff;
	margin-top:5px;
	padding:10px;
	color:#333;
	line-height:150%;
}
.notice-list h3 {
	font-size:18px;
	line-height:30px;
	color:#cc0000;
}
.notice-list .caseno {
	padding:5px 0;
}
.notice-list .txt {
	color:#4f4f4f;
}
.notice-list .date {
	font-size:12px;
	color:#c6c6c6;
}
.wrap-notice .btn-group a,
.notice .btn-group a {
	color:#333;
	text-align:center;
	display:block;
	padding:12px 0;
	background:#fff;
	margin-top:5px;
}
.wrap-title {
	height:70px;
	position:relative;
}
.wrap-title h1 {
	font-size:20px;
	color:#fff;
	position:absolute;
	top:30px;
	left:12px;
}
.wrap-notice {
	padding:10px;
}
.wrap-notice .wrap-content {
	background:#fff;
	border-radius:5px;
	box-shadow:0px 1px 30px rgba(187,32,11, .2);
	min-height:200px;
}
.wrap-notice .tabbar {
	height:40px;
	line-height:40px;
	overflow-x:auto;
	overflow-y:hidden;
	padding:10px;
	padding-bottom:0;
	margin-right:5px;
}
.wrap-notice .tabbar ul {
	width:1000px;
}
.wrap-notice .tabbar li {
	display:inline-block;
	font-size:18px;
	margin-right:5px;
	padding:0 5px;
	height:35px;
}
.wrap-notice .tabbar li.actived {
	border-bottom:2px solid #cc0000;
	position:relative;
	color:#cc0000;
}
.wrap-notice .tabbar li.actived:before,
.wrap-notice .tabbar li.actived:after {
	position:absolute;
	content:'';
	display:block;
	height:2px;
	background:#fff;
	bottom:-2px;
	width:25%;
}
.wrap-notice .tabbar li.actived:before {
	left:0;
}
.wrap-notice .tabbar li.actived:after {
	right:0;
}
.wrap-notice .notice-list a {
	margin:0;
}
.wrap-notice .notice-list .item {
	border-bottom:1px solid #f0f0f0;
}
.wrap-notice .notice-list .item .date {
	color:#666;
}
.wrap-notice .notice-list .item .txt {
	color:#333;
}
.wrap-notice-detail {
	background:#fff;
	min-height:100%;
}
.wrap-notice-detail .wrap-h1 {
	padding:10px;
}
.wrap-notice-detail h1 {
	font-size:20px;
	
}
.wrap-notice-detail .info {
	padding:0 10px;
	font-size:14px;
	color:#999;
}
.wrap-notice-detail .date {
	position:absolute;
	top:5px;
	right:0;
	line-height:40px;
	padding-right:10px;
	padding-left:20px;
	background:#dd372b url(../images/date.jpg) no-repeat left;
	background-size:contain;
	color:#fff;
	
}
.wrap-notice-detail .date .num {
	color:#fff000;
	font-size:20px;
	padding:0 5px;
}

.wrap-card {
	margin:15px;
	margin-top:20px;
	
}
.wrap-card:last-child {
	margin-top:100px;
}
.wrap-card .name > * {
	display:inline-block;
	vertical-align:middle;
}
.wrap-card .card {
	background:url(../images/img1.png) no-repeat top;
	background-size:cover;
	height:150px;
	border-radius:5px;
	position:relative;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-pack:left;
    -moz-box-pack:left;
    -webkit-box-align:center;
    -moz-box-align:center;
    color:#333;
}
.wrap-card .card-1 {
	background-image:url(../images/img2.png);
}
.wrap-card .name h2 {
	font-size:22px;
	color:#fff;
    padding-left:30px;
}
.wrap-card .name .bubble {
	min-width:24px;
	height:24px;
	line-height:25px;
	background:#fff;
	text-align:center;
	margin-left:10px;
	color:#ffa300;
	border-radius:3px;
}
.wrap-card .card-1 .name .bubble {
	color:#cc0102;
}
.wrap-tabbar {
	position:absolute;
	left:8%;
	right:8%;
	bottom:-46px;
	border:1px solid #e9e9e9;
	border-top:none;
	border-radius:0px 0 8px 8px;
	background:#f8f8f8;
}
.wrap-tabbar .tabbar {
	
}
.wrap-tabbar .tabbar .box-item {
	border-bottom:none;
	font-size:14px;
}

#footer {
	font-size:12px;
	text-align:center;
	padding:15px 30px;
	color:#999;
	line-height:150%;
}
#footer br {
	display:none;
}
#footer .qcode {
	display:none;
}
.screen{
	margin:20px 15px 5px;
	position: relative;
}
.screen input{
	width:100%;
	box-sizing: border-box;
	border:1px solid #dedede;
	padding: 10px 0 10px 34px;
	font-size: 13px;
	border-radius: 4px;
	background: #f5f5f5;
}
.search-btn{
	width:35px;
	height:37px;
	background: url(../images/screen.png) no-repeat center;
	position: absolute;
	left: 1px;
	top:1px;
	border-radius: 4px 0 0 4px;
}
.search-box{
	padding:0 15px;
	height:36px;
	position: absolute;
	right: 1px;
	top:1px;
	line-height: 39px;
	font-size:14px;
	background: #e6e6e6;
}














