body{
	background: #F2F2F2;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}
.container{
    width: 1000px;
    overflow: hidden;
}
@media (min-width:1100px){
	.container{
	    width: 1100px;
	}
}
@media (min-width:1300px){
	.container{
	    width: 1300px;
	}
}
/*header*/
.header{
    width:100%;
    height:75px;
    background-image: url("../images/login_header.jpg");
    background-repeat: repeat-x;;
}
.login-left{
    float: left;
    height: 75px;
}
.login-right{
    float: right;
    height: 75px;
}
.login-left img{
    height: 54px;
    margin-top: 7px;
}
.login-right p{
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #666666;
    line-height: 75px;
}
/*banner*/
.banner{
    position: relative;
    width:100%;
    background: #f9f9f9;
    margin-bottom: 50px;
    min-height: 306px;
}
.lunbo,.lunbono1{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    min-width: 1000px;
}
.lunbo-list{
	position: absolute;
	width: 100%;
}
.lunbo-list1{
	z-index:1;
}
.lunbo-list{
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition:all 1s;
    /*left: 50%;
    margin-left: -960px;*/
}
.lunbo-list img{
	width:100%;
	min-height:306px;
}
/*登录*/
.clogin{
    height: 100%;
    position: absolute;
    z-index: 999;
    top: 0px;
    left:50%;
    margin-left:-500px;
}
@media (min-width:1100px){
	.clogin{
   		 margin-left:-550px;
	}
}
@media (min-width:1300px){
	.clogin{
   		 margin-left:-700px;
	}
}
.log-in{
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #666666;
    position: absolute;
    width: 315px;
    height: 296px;
    top: 50%;
    margin-top: -148px;
    right: 15px;
    padding: 15px 30px;
    background-color: rgba(255,255,255,0.7);
    border-radius: 10px;
}
.log-in .tabTit {
    text-align: center;
}
.log-in .tabTit h1{
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    background-position: center center;
    padding: 0 15px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: normal;
    cursor: pointer;
    border-bottom:2px solid transparent;
}
.log-in .tabTit h1:first-child:not(:last-child) {
	margin-right: 15px;
}
.log-in .tabTit h1.active{
    border-bottom: 2px solid #2196F3;
    color: #2196F3;
}
.log-in .tabBox .sso {
	width: 80%;
    margin: 0 auto;
    margin-top: 95px;
}
.log-in .tabBox{
    display: none;
}
.input-group-logo {
    margin-bottom: 15px;
}
.input-group-logo .input-group-addon{
    background: none;
    padding: 6px 10px;
    border-color: #666666;
}
.input-group-logo input{
    background: none;
    border-color: #666666;
    color: #666666;
}
.input-group-kaptcha input {
	margin-right: 20px;
}
.input-group-kaptcha img{
    width: 115px;
    height: 34px;
    vertical-align: top;
}
.error{
    width: 100%;
    height: 16px;
    margin-bottom: 15px;
    margin-top: 6px;
    font-size: 14px;
    font-weight: normal;
    color: red;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #666666;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #666666;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #666666 !important;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #666666 !important;
}
.navbar-btn{
    width: 100%;
    background: transparent;
    border: 1px solid #666666;
    color: #666666;
    font-weight: 700;
    font-size: 16px;
}
.navbar-btn:hover{
    background:#2196F3;
    border: 1px solid #2196F3;
    color: #fff;
}
/*展示信息*/
.news .newslist{
	height: 312px;
    border-radius: 8px;
    margin-bottom:15px;
    border:1px solid #C9C9C9;
    font-family: '微软雅黑 Bold', '微软雅黑';
    font-weight: 400;
    font-style: normal;
    color: #666666;
    overflow: hidden;
}
.news .newslist:hover{
	background: #fff;
	border:1px solid #FF6600;
}
.newslist-top{
	background: #fff;
	padding-top:10px;
}
.news .newslist h1{
    line-height: 46px;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    padding: 0 10px;
    height:120px;
    background:url(../images/login-hnmy/1.png) no-repeat;
    background-size: 100% 100%;
    text-
}
.news .newslist2  h1{
	 background:url(../images/login-hnmy/2.png) no-repeat;
     background-size: 100% 100%;
}
.news .newslist3 h1{
	 background:url(../images/login-hnmy/3.png) no-repeat;
     background-size: 100% 100%;
}
.news .newslist h1 span{
	 font-size: 14px;
	 float:right;
	 color: #666666;
	 font-weight: 400;
     margin-top: 83px;
}
.news .newslist h1 span a{
	color:#333;
}
.news .newslist .newslist-bottom{
	 margin-top:25px;
	 padding: 0 15px;
}
.news .newslist .newslist-bottom ul{
    padding-left: 0px;
}
.news .newslist .newslist-bottom ul li{
	list-style: none;
	padding:0;
	margin:0;
}
.news .newslist .newslist-bottom ul li a{
    line-height:28px;
    border-bottom: 1px dotted #ddd;
    display: inline-block;
    cursor: pointer;
    color: #333333;
    margin-top:15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    font-family: FontAwesome;
}
.news .newslist .newslist-bottom ul li a:before{
    content: "\f0a1";
    padding: 0 8px;
    font-size: 12px;
}
.news .newslist2 .newslist-bottom ul li a:before{
   content: "\f02c";
}
.news .newslist .newslist-bottom ul li:first-child a{
	margin-top:0;
}
.news .newslist .newslist-bottom ul li a:hover{
	color:#f60;
	border-bottom: 1px dotted #f60;
	text-decoration:none;
}
.news .newslist .newslist-bottom p{
	line-height:28px;
	margin:0;
}
.news .newslist .newslist-bottom p i{
	font-style: normal;
    font-weight: 700;
    color: #f60;
}
.news .newslist p.placeholder {
	padding:60px;
	text-align:center;
}
.newslistBox{
	margin:20px 40px 25px 40px;height:135px;overflow-y:auto;
}
.newslistBox ul{padding-left:0}
.newslistBox ul li{list-style:none;line-height:26px;}
.newslistBox ul li a{color:#333;font-weight:normal;font-family: FontAwesome;text-decoration: none;}
.newslistBox ul li:hover a{color:#f60;}
.newslistBox ul li a:before {
    content: "\f0c1";
}
.newslistBox ul li a:before {
    padding: 0 8px;
    font-size: 12px;
}
/*安全标识*/
.safeMark{
	margin-top:20px;
	margin-bottom:30px;
}
.safeMark h1{
    text-align: center;
    font-size: 26px;
    background: #dedede;
    margin: 15px;
    padding: 10px 25px;
    color: red;
    font-weight: bold;
}
.safeMark h1 a{
	float:right;
	font-size:14px;
	margin-top:8px;
	color:#333;
	font-weight:normal;
}
.safeMark .swiper{
    margin: 0 15px;
	position: relative;
	height:120px;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
}
.safeMark ul {
   position: absolute;
   padding: 0;
}
.safeMark ul:after{
	content:'';
	display:table;
	clear:both;
}
.safeMark ul li{
	float:left;
    list-style: none;
   	width:80px;
	height:110px;
	padding:10px 0;
	margin: 0  25px;
}
.safeMark ul li img{
	width:100%;
	height:100%;
}


/*footer*/
.footer{
    width:100%;
    margin:0px auto;
    padding-top:10px;
    background: #DCE0EB;
    border-top:1px solid #D6D6D6;
}
.footer p {
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 13px;
    margin-bottom:6px;
    padding:0;

}
/*mobile*/
@media (max-width: 768px){
	.container {
      width: 100%;
      padding: 0;
   }
   .clogin{
   	    left: 0;
    	margin: 0;
   }
   .log-in{
   	  width:100%;
   	  position: static;
   	  margin: 0;
      border-radius: 0;
   }
   .lunbo{
	 min-width:100%;
   }
   .banner{
       height: 326px !important;
   }
   .lunbo-list img{
   	   width:auto;
   }
    news .newslist{
        height: auto!important;
    }
}