body{
	margin:0;
	color:rgba(255,255,255,.4);
	font:600 16px/18px 'Open Sans',sans-serif;
	font-family:"Microsoft YaHei" ! important;
	font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans","wenquanyi micro hei","Hiragino Sans GB", "Hiragino Sans GB W3", Arial, sans-serif;
}
*,:after,:before{box-sizing:border-box}
.clearfix:after,.clearfix:before{content:'';display:table}
.clearfix:after{clear:both;display:block}
a{color:inherit;text-decoration:none;}
input, button {
  outline: none;
  border: none;
}

.ttpic{
	width: 554px;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 8%;
    left: 16%;
    text-align: left;
}

.ttpic img{
	height:65px;
	width:auto; 
}

.login-wrap{
	width: 72%;
    margin: 50px 14% 0 14%;
    min-height: 670px;
    left: 32px;
    position: absolute;
    z-index: 100;
}


.login-html{
	width: 100%;
    height: 430px;
    position: absolute;
    padding: 25px 40px;
    /* background: rgba(38,50,56,.85); */
    background: linear-gradient(to top, rgba(255,255,255,.95), rgba(255,255,255,.75));
    border-radius: 5px;
	
}
.login-html .sign-in-htm,
.login-html .sign-up-htm{
	top:0;
	left:0;
	right:0;
	bottom:0;
	position:absolute;
	-webkit-transform:rotateY(180deg);
	        transform:rotateY(180deg);
	-webkit-backface-visibility:hidden;
	        backface-visibility:hidden;
	-webkit-transition:all .4s linear;
	        transition:all .4s linear;
}
.login-html .sign-in,
.login-html .sign-up,
.login-form .group .check{
	display:none;
}
.login-html .tab,
.login-form .group .label,
.login-form .group .button{
	text-transform:uppercase;
}
.login-html .tab{
	font-size: 18px;
    margin-right: 15px;
    margin: 0 15px 30px 0;
    display: inline-block;
    border-bottom: 2px solid rgba(38,50,56,.35);
    font-weight: bold;
    padding-bottom: 10px;
	padding-left:4px;
	padding-right:7px;
	color: rgba(38,50,56,.35);
}
.login-html .sign-in:checked + .tab,
.login-html .sign-up:checked + .tab{
	color: #159ae9;
    border-color: #159ae9;
    font-weight: bold;
    padding-bottom: 10px;
}
.login-form{
	min-height:345px;
	position:relative;
	-webkit-perspective:1000px;
	        perspective:1000px;
	-webkit-transform-style:preserve-3d;
	        transform-style:preserve-3d;
}
.login-form .group{
	margin-bottom: 15px;
}
.login-form .group .label,
.login-form .group .input,
.login-form .group .button{
	width: 100%;
    color: #111;
    display: block;
    font-size: 18px;
}
.login-form .group .input,
.login-form .group .button{
	border:none;
	padding: 11px 20px;
	border-radius:100em;
	background:#fff;    
	/* box-shadow: 0px 5px 30px rgba(0, 160, 218, 0.15); */
	color: #262626;
}

.login-form .group .input:active{
	background:#fff
}

.login-form .group input[data-type="password"]{
	text-security:circle;
	-webkit-text-security:circle;
}
.login-form .group .label{
	color: #263238;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: normal;
}
.login-form .group .button{
	background: #1161ee;  
    /* background: #F2424F; */
    /* border: 2px solid #F2424F; */
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0;
    background: #20b9f3; 
    box-shadow: 0px 10px 20px rgb(97,212,255);
    border-radius: 100em;
}

.login-form .group .button:hover{
	color: #fff;
    background: #1a74ee;
	box-shadow: 0px 10px 20px rgb(97,165,255)
}

.wxlogin .button{
	background: #22C472 !important;
    box-shadow: 0px 10px 20px rgba(97,255,177,.9) !important;
}

.wxlogin .button:hover{
	background: #00a953 !important;
    box-shadow: 0px 10px 20px rgba(38,226,134,.75) !important
}

.wxlogin img{
	position: absolute;
    width: 26px;    
    height: 26px;
	bottom: 45px;
    left: 22%;
}

.login-form .group label .icon{
	width:15px;
	height:15px;
	border-radius:2px;
	position:relative;
	display:inline-block;
	background:rgba(255,255,255,.1);
}
.login-form .group label .icon:before,
.login-form .group label .icon:after{
	content:'';
	width:10px;
	height:2px;
	background:#fff;
	position:absolute;
	-webkit-transition:all .2s ease-in-out 0s;
	        transition:all .2s ease-in-out 0s;
}
.login-form .group label .icon:before{
	left:3px;
	width:5px;
	bottom:6px;
	-webkit-transform:scale(0) rotate(0);
	    -ms-transform:scale(0) rotate(0);
	        transform:scale(0) rotate(0);
}
.login-form .group label .icon:after{
	top:6px;
	right:0;
	-webkit-transform:scale(0) rotate(0);
	    -ms-transform:scale(0) rotate(0);
	        transform:scale(0) rotate(0);
}
.login-form .group .check + label{
	color:#666;
	font-weight: normal;
	font-size: 14px;	
}

.login-form .group .check + label .icon{
	background:#ddd;
}


.login-form .group .check:checked + label{
	color:#262626;
	font-weight: normal;
	font-size: 14px;
}
.login-form .group .check:checked + label .icon{
	background: #20b9f3;
}
.login-form .group .check:checked + label .icon:before{
	-webkit-transform:scale(1) rotate(45deg);
	    -ms-transform:scale(1) rotate(45deg);
	        transform:scale(1) rotate(45deg);
}
.login-form .group .check:checked + label .icon:after{
	-webkit-transform:scale(1) rotate(-45deg);
	    -ms-transform:scale(1) rotate(-45deg);
	        transform:scale(1) rotate(-45deg);
}
.login-html .sign-in:checked + .tab + .sign-up + .tab + .login-form .sign-in-htm{
	-webkit-transform:rotate(0);
	    -ms-transform:rotate(0);
	        transform:rotate(0);
}
.login-html .sign-up:checked + .tab + .login-form .sign-up-htm{
	-webkit-transform:rotate(0);
	    -ms-transform:rotate(0);
	        transform:rotate(0);
}

.hr{
	height:2px;
	margin:60px 0 50px 0;
	background:rgba(255,255,255,.2);
}
.foot-lnk{
	text-align:center;
	color: #eee;
    font-weight: normal;
	letter-spacing:0;
}

.foot-lnk a{
	margin:0 10px;
}

.foot-lnk a:hover{
	color: #fff
}

.img-bg{
	width:100%;
	margin:auto;
	max-width:800px;
	max-height:400px;
	height:auto;
	position:absolute;
	left:10%;
	top:40%;	
}

.notice-bg{
	width:50%;
	margin:auto;	
	height:400px;
	position:absolute;
	left:10%;
	box-shadow: -20px 0px 20px rgba(0,0,0,.05);
	background: #fff !important;
	background: -webkit-linear-gradient(left,rgba(255,255,255,.95),rgba(255,255,255,.6),rgba(255,255,255,.0)); /* Safari 5.1 - 6 */
	background: -o-linear-gradient(right,rgba(255,255,255,.95),rgba(255,255,255,.6),rgba(255,255,255,.0)); /* Opera 11.1 - 12*/
	background: -moz-linear-gradient(right,rgba(255,255,255,.95),rgba(255,255,255,.6),rgba(255,255,255,.0)); /* Firefox 3.6 - 15*/
	background: linear-gradient(to right, rgba(255,255,255,.95),rgba(255,255,255,.6),rgba(255,255,255,.0)); /* 闁哄秴娲ら崳顖炴儍閸曨噮鍤旀繛澶涙嫹*/
	border-radius: 5px;
}
.notice-bg ul{
	margin:30px 25px 20px 25px;
}
.notice-bg li{
	list-style:none;
	color:#000;
	font-weight:normal;
	padding:0 10px;
	font-size:16px;
	/* text-shadow: 1px 1px 2px rgba(0,0,0,.1); */
	cursor: pointer;		
	display:block;
	line-height: 48px;
	
}
.newslst li a{
	width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.notice-bg li:hover, ul[class="news"] li:hover{
	/* box-shadow: 0px 0px 5px rgba(255,255,255,.2); */
   background: rgba(38,50,56,.04);
    color: #111;
    border-left: 4px solid #11ADE6;
}
.li_actv{
}
.notice-bg li span{
	float:right;
	color:rgba(0,0,0,.4);
	font-size:14px;
}
.notice-title{
	width:100%;
	margin:auto;
	max-height:400px;
	height:50px;
	position:absolute;
	left:0;
	top:0;
	color:#fff;
	line-height:50px;
	padding:0 35px;
	font-size:17px;
	font-weight:normal;
	background: -webkit-linear-gradient(left, #2C71FF, #11ADE6, transparent); /* Safari 5.1 - 6 */
	background: -o-linear-gradient(right, #2C71FF, #11ADE6, transparent); /* Opera 11.1 - 12*/
	background: -moz-linear-gradient(right, #2C71FF, #11ADE6, transparent); /* Firefox 3.6 - 15*/
	background: linear-gradient(to right, #2C71FF, #11ADE6, transparent); /* 闁哄秴娲ら崳顖炴儍閸曨噮鍤旀繛澶涙嫹*/
}
.cprt{
	width:100%;
	margin:auto;
	height:auto;
	position:absolute;
	top:385px;
	text-align:center; 
	font-weight:normal; 
	color:#fff;
	font-size:14px;
	line-height: 24px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #444;
  font-size: 15px;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #444;
  font-size: 15px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #444;
  font-size: 15px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #444;
  font-size: 15px;
}

@media (min-width: 1200px) and (max-width: 1400px){	
	.notice-bg{ right: 5%; }
	.ttpic{	top:45px; left:10%;}
	.ttpic img{  }
	.login-wrap{ width:64%;  margin: 30px 18% 0 18%;}
	.login-html{width: 100%;height: 400px;}
	.notice-bg li span{ font-size:13px}
	.login-form .group .input, .login-form .group .button{ padding:8px 20px; font-size:16px;}
	img[id="verifyCode"]{height:34px !important;}
	.wxlogin img{bottom: 88px;  left: 21%;	}
	
}

@media only screen and (max-width: 1024px) {
	.notice-bg li span{ display:normal }
	.notice-bg { left: 5%; 	}
	.ttpic{ 
		left: 0;
		width: 90%;
		background-size: contain !important;
		margin: 0 5%;
		top:60px;
	}
	.ttpic img{
		width:100%;
		height:auto;
	}
	.ttpic .wxicon{
		width:auto !important;
		margin-left:-15px;
	}
	.login-wrap{
		margin: 0 auto;
		top: 10%;
		width: 100%;
		height:100%;
		right: 0; 
		left:0;
	}	
	.login-html{
		height:auto !important; 
		border-radius:0; 
		padding: 30px;
	}
	#container{
		background: url(../img/2.jpg) no-repeat center;
		background-size:cover;
	}
	.foot-lnk{
		margin-top:120px !important
	}
		
}

@media only screen and (min-width: 1600px){
	ul[class="newslst"] li{ 		
		border-bottom: 1px dotted rgba(0,0,0,.1);
		height:48px;
		border-left: 4px solid #fff;
	}
	ul[class="newslst"] li:last-child{border:none}
	ul[class="news"] li{
		border-bottom: 1px dotted rgba(0,0,0,.1);
		height:58px;
		border-left:4px solid #fff;
	}
}

.clr-yellow{
	color:#FFC107
}




/* pageheader */

.pageheader{
	height:100px;
	width:100%;
	position:absolute;
	z-index:100;
	top:0;
	padding:0 5%;	
	background: -webkit-linear-gradient(left,rgba(30,98,239,1), rgba(255,255,255,.25)), rgba(255,255,255,0));
    background: -o-linear-gradient(right,rgba(30,98,239,1), rgba(255,255,255,.25)), rgba(255,255,255,0));
    background: -moz-linear-gradient(right,rgba(30,98,239,1), rgba(255,255,255,.25)) ,rgba(255,255,255,0));
    background: linear-gradient(to right, rgba(30,98,239,1), rgba(255,255,255,.25)), rgba(255,255,255,0));
}

.pageheader img{
	height:70px;
	margin:20px 0 0 0;
}

.topbtn{
	color: #1E62F0;
    font-size: 16px;
    letter-spacing: 2px;
    background: #fff;
    text-shadow: 1px 1px 2px rgba(15,35,94,.1);
    box-shadow: 1px 5px 20px rgba(15, 76, 247, 0.2);
	border: none;
    padding: 10px 20px;
    border-radius: 25px;
    display: block;
	float:right;
	margin-top:30px;
	font-family:"Microsoft YaHei";
	cursor: pointer;	
}

.topbtn:hover{
	background:#11ADE6;
	color:#fff;
}

.btn-smp{
	margin-right:10px;
	background:none; 
	box-shadow:none;
}

/* notic-title */

.ntc-title-box{
	background:linear-gradient(to bottom, #2C71FF, #11ADE6, #15ffe9); 
	width:25%; 
	height:80vh; 
	min-height: 570px;
	float:left; 
	text-align:center; 	
	border-radius:10px 0 0 10px
}

/* noticelist */

.noticelist-title{
	float: right;
    font-weight: normal;
    z-index: 100;
    color: #fff;
    font-size: 30px;
	position:absolute;
	color:#1F63EF;
	top:160px;
	left:6%;
	padding-left:
}

.noticelist-bg{
	width:90%;
	margin:110px 5% 2% 5%;	
	left:0;
	top:0;
	box-shadow:none;
	background:rgba(255,255,255,.9);
	padding:0;
	border-radius:10px;
	height:auto
}

.ntc-ctt-box{
	background:transparent; 
	width:75%; 
	height:80vh; 
	min-height: 570px;
	float:right; 
	padding:30px; 	
	background:#fff;
	border-radius:0 10px 10px 0;
}
.ntc-ctt-box ul{
	margin:0; 
	width:100%; 
	padding:0;
}

.ntc-ctt-box li[class="news"] {
    font-size: 15px;
	text-shadow:none;	
	padding: 0 10px;
	color:#111;	
	font-weight:normal;
	height:55px;
	line-height:55px;
	
}



.notice-bg li a div{
	width:80%; 
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	float:left;
	font-size:16px;
	line-height:48px;
}

.noticelist-bg li a div{
	width:80%; 
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	float:left;
	font-size:17px;
	line-height:55px;
}
.noticelist-bg li:hover{
	background: rgba(38,50,56,.04);
    color: #111;
    border-left: 4px solid #11ADE6;
}

.noticelist-bg li span{
	font-size: 16px;
	color:rgba(0,0,0,.4);
	font-weight:normal;
	float: right;
	line-height:55px;
}

.ntc-dtl-box{
	width:100%;
	display:inline;
	color:#333;
	font-weight:normal;
	
}

.ntc-dtl-box h1{
	color: #12abf5;
    text-align: center;
	margin:80px 30px 40px 30px;
	font-size:36px;
}

.ntc-dtl-box .info{
	background:linear-gradient(to right,#fff, rgba(0,0,0,.05),#fff);
	padding:10px;
	text-align:center;
	color:#666;
	font-weight:normal;
	font-size:14px;
	display:block;
	margin:0;
}

.ntc-dtl-box .info span{
	margin:0 10px;
}

.cttdetail{
	padding:30px 5% 80px 5%;
}

.cttdetail p{
	padding:5px 0;
	text-indent:40px;
	line-height:40px;
	font-size:17px;
	text-align:justify;
	color:#222;
}

/* pagination */

ul.pagination {
    display: inline-block;
    padding: 0;
    margin:40px 0 0 0;
}

ul.pagination li {
	display: inline-block;
	padding:0;
	line-height:40px;
}

ul.pagination li a {
    color: #111;
    float: left;
    padding: 0 17px;
    text-decoration: none;
	border-radius: 3px;
	font-size: 15px;
}

ul.pagination li a.active {
    background-color: #11ADE6;
    color: white;
	border-radius: 3px;
}

ul.pagination li a:hover:not(.active) {
	background-color: #ddd;
}


/* 濞撳懘娅庡ù顔煎З */

.clearfloat{clear:both;height:0;font-size: 1px;line-height: 0px;}

/* center */

div.center {
    text-align: center;
}

.mask{
    height: 0;
    width: 200px;
    border-bottom: 60px solid #11ade6;
    border-right: 37px solid transparent;
	border-radius: 5px 0 0 0;
}

.mask-title{
	color:#fff; 
	font-size:21px; 
	font-weight:normal; 
	padding:0 0 0 30px; 
	line-height:65px; 
	position:absolute;
	letter-spacing:1px;
}

.btn-more{
	float:right; 
	position:absolute; 
	top:0; 
	right:30px; 
	line-height:80px;
	font-weight:normal; 
	color: #999;
}

.btn-more:hover{
	color: #2C71FF
}



.user-check{	
    position: relative;
    float: left;
	width: 33.3%;
	margin:0 0 10px 0;
}

.user-check span{
	color: #666;
    font-size: 12px;
    margin: 0 0 0 5px;
    position: absolute;
}

.user-check img{
 display: block	;
}

.img-check{
	width: 33%;
	float: left;
}

.img-check img{
	height: 45px;
    padding: 0 0 0 20px;
}

.user-check input[type="radio"] {
  width: 20px;
  height: 20px;
  opacity: 0;
}

.user-check label {
  position: absolute;
  left: 5px;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #ccc;
}

/*鐠佸墽鐤嗛柅澶夎厬閻ㄥ埇nput閻ㄥ嫭鐗卞锟�*/
/* + 閺勵垰鍘斿鐔硷拷澶嬪閸ｏ拷,閼惧嘲褰囬柅澶夎厬閸氬海娈憀abel閸忓啰绀�*/
.user-check input:checked+label {
  background-color: #E85547;
  border: 1px solid #E85547;
}

.user-check input:checked+label::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 10px;
  top: 1px;
  left: 4px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg)
}