﻿@charset "utf-8";
/* CSS Document */
body{
font-family:Microsoft Yahei,Arial, Helvetica, sans-serif;  /*全局字体Microsoft Yahei  为流行的微软雅黑字体，如不需要，删除即可*/
font-size:12px;  /*全局字体大小*/
color:#666666;  /*全局字体颜色*/
/*如果还需要定义网页的背景颜色或图片可以继续写*/
}
.clear{
clear:both; /*建立一个通用的清除浮动选择符*/
}
body,div,ul,ol,li,form,p,input,fieldset,h1,h2,h3,h4,h5,h6,dl,dt,dd , a{ 
/*这些标签默认存在一些外边距、内边距等，必须提前清除*/
margin:0;
padding:0;
list-style:none;
}

table{ border-collapse:collapse;border-spacing:0;}
fieldset ,img{
/*有必要的时候把全局的图片边框去掉*/
 border:none;
 }
 .img-responsive{
	 max-width:100%;
	 width: 100%;
	 height:auto;
	 display:block;}
.clearfix{
	zoom:1;
}
.clearfix:after{
	display: table;
	content: "";
	clear:both;
	zoom: 1;
}
.conner{
	width: 100%;
	height: auto;
	min-width: 1200px;
}
.zb_top{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
.zb_con{
	background: url(../images/NewSkin/bg.jpg) top center no-repeat;
	background-size: 100%;
}
.zb_conc{
	width: 940px;
	height: auto;
	position: relative;
	margin:0px auto;
	padding: 90px 0px;
}
.zb_cimg{
	
	width: 100%;
	height: auto;
	z-index: -1;
}
.zb_icon{
	width: 100%;
	height: auto;
	padding: 110px 80px 0px;
	position: absolute;
	top: 80px;
	left: 0px;
}

.zb_icon>div{
	float: left;
	
	width: 25%;              
	text-align: center;
}
.zb_icon div p{
	margin-top: 25px;
	text-align: center;
}

.zb_icon div a:hover .hid{
	display: inline-block;
}
.foot{
	text-align: center;
	font-size: 14px;
	color: #a9a9a9;
	margin-top: 40px;
}
.JCLRFlex {
	width: 100% !important;
}
/*login css*/
.login_con {
	width: 100%;
	height: auto;
	position: relative;
}
.login_conbg{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	z-index: -1;
} 
.login_k{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.login_pos{
	position: absolute;
	top: 55px;
	right: 45px;
	background: #ffffff;
	border-radius: 15px;
	width: 332px;
	height: 344px;
	box-shadow: 0px 0px 6px 1px #dedede;
	padding: 35px 20px 0px;
}
.login_tit{
	font-size: 22px;
	color: #666666;
	margin-bottom: 30px;
}
.login_pos input{
	border: none;
	border-bottom: 1px #b6b6b6 solid;
	line-height: 36px;
	margin-bottom: 12px;
	font-size: 14px;
	color: #b6b6b6;
	padding-left: 38px;
}
.user{
	width: 100%;
}
.lg_lr input:first-child{
	width: 182px;
	float: left;
}
.user{
	background: url(../images/NewSkin/g_user.png) left center no-repeat;
	    background-position-y: -2px;
}
.password{
	background:url(../images/NewSkin/h_suo.png) left center no-repeat;
	    background-position-y: -2px;
}
.yz{
	background:url(../images/NewSkin/h_su.png) left center no-repeat;
	    background-position-y: -2px;
}
.user:focus{
	background: url(../images/NewSkin/b_user.png) left center no-repeat;
	    background-position-y: -2px;
}
.password:focus{
	background:url(../images/NewSkin/b_suo.png) left center no-repeat;
	    background-position-y: -2px;
}
.yz:focus{
	background:url(../images/NewSkin/b_su.png) left center no-repeat;
	    background-position-y: -2px;
}
.login_pos input.login_btn{
	background: url(../images/NewSkin/login_btn.png) left center no-repeat;
	width: 100%;
	height: 38px;
	border-radius: 30px;
	color: #ffffff;
	border: none;
	font-size: 18px;
	background-size: 100%;
	text-align: center;
	padding-left: 0px;
	margin-top: 20px;
}
.login_foot{
	color: #666666;
	font-size: 14px;
	text-align: center;
	padding-top: 85px;
}
.yzm{
	float: right;
	width: 100px;
	height: 36px;
	text-align: center;
	border: 1px #38a3f2 solid;
	border-radius: 30px;
}
.jz{
	width: 100px;
	float: right;
	text-align: center;
}
.login_pos .jz input{
	width: 14px;
	height: 14px;
	border: 1px #cecece solid;
	background: #ffffff;
	margin: 10px 0px 0px 5px;
}
.login_pos .jz span{
	color: #666666;
	font-size: 14px;
	line-height: 34px;
}
/*----------- 0------------*/
.login1_foot{
	width: 100%;
	min-width: 1200px;
	background: #00a1c6;
	padding: 15px 0px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
    position:fixed;
    bottom:0px;
    left:0px;
}
.login1_con{
	width: 100%;
    height: calc(100% - 170px);
    overflow: hidden;
    padding-top: 50px;
    position: fixed;
}
    .login1_con > img {
        height:100%;
    }
.login1_tab{
	width: 398px;
	height: auto;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -159px;
}
.log_tab{
	background: #00cee2;
	padding: 35px 35px;
}
.login1_tit{
	width: 100%;
	height: 50px;
}
.login1_tit li{
	width: 100%;
	
	height: 100%;
}
.login1_tit li a{
	border:1px #00cfe2 solid;
	border-bottom: none;
	background: #bdf3f7;
	color: #009bb7;
	font-size: 24px;
	line-height: 50px;
	height: 100%;
	width: 100%;
	text-align: center;
	text-decoration: none;
	display: block;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.login1_tit li.active a{
	color: #ffffff;
	background: #00cfe2;
}
.yonghu li {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 15px;
    border: 1px #1b9ed5 solid;
    position: relative;
    overflow:hidden;
}
.name{
    font-size: 14px;
    height: 37px;
    line-height: 37px;
    padding-left: 3px;
    color: #868686;
    float: left;
    border: 0;
    outline: none;
    font-family: "微软雅黑";
    width:250px;
}
.code {
    padding-left: 5px;
    width: 120px;
    font-size: 14px;
    float: left;
    height: 38px;
    line-height: 38px;
    border: none;
    outline: none;
    border: none;
    color: #868686;
    font-family: "微软雅黑";
}
.yzm_img{
    display: inline-block;
    height: 100%;
    width: 85px;
    float: right;
    border-left: 1px #cecece solid;
}
.login1_btn {
	height: 42px;
	width: 100%;
	margin-top: 15px;
	background: url(../images/xiugai_btnbg_16.png) center no-repeat;
	background-size: cover;
	border-radius: 5px;
	color: #ffffff;
	font-size: 16px;
	border: none;
}
.loss_mm a {
	display:inline-block;
	color:blue;
	padding-top:10px;
	text-decoration:underline;
}