.banner {
width: 100%;
position: relative;
}

.selection-para{
	margin-top: 0;
}

.m-t-p{
	font-size: .14rem;
}

.banner img{
		 	width: 100%;
		 }
		 
		 .contract-box{
		     position: absolute;
		     width: 21%;
		     height: auto;
		     top: 1%;
		     right: 10.5%;
		 }
		  .contract-box-img{
		 	color: #ffffff;
		 	font-size: 0.28rem;
		 	font-weight: bold;
			padding-bottom: 2%;
		 }
		 
		 .contract{
		     width: 100%;
		     margin-left: 0%;
		     height: 85%;
		     margin-top: 0%;
		 }
		 
		 .list-input{
		     width: 100%;
		     border-left: 5px solid #3eadd2;
		     box-sizing:border-box;
		     background: #fff;
		     margin-bottom: 3%;
		     padding: 1.5% 0;
		 }
		 
		 .login-icon{
		     display: block;
		     float: left;
		     padding:2% 0;
		     padding-left: 5%;
		     width: 10%;
		 }
		 
		 .text_input{
		     width: 85%;
		     border: none;
		     display: block;
		     float: left;
		     padding: 2% 0;
		     text-indent: 1em;
		     outline: medium none;
		     color: #787878;
		 }
		 
		 .login_icon1{
		     background: url(../images/icon01.png) no-repeat center center;
		 }
		 .login_icon2{
		     background: url(../images/icon02.png) no-repeat center center;
		 }
		 .login_icon3{
		     background: url(../images/icon03.png) no-repeat center center;
		 }
		 .login_icon4{
		     background: url(../images/icon04.png) no-repeat center center;
		 }
		 .login_icon5{
		     background: url(../images/icon05.png) no-repeat center center;
		 }
		 
		 input[type="submit"].Submit {
		     width: 30%;
		     margin: 0 auto;
		     margin-top: 5px;
		     padding: 2% 5%; 
		     font-size: 16px;
		     color: #fff;
		     text-align: center;
		     cursor: pointer;
		     background: #3eadd2;
		     border: none;
		     float: right;
		 	font-weight: bold;
		 }

.wrapper.topic-wrapper .main{
padding-top: 0;
}
.topic-container h1{
padding-top: 0;
}


.max-1000 {
    width: 100%;
    max-width: 1000px;
    display: inline-block;
}

.topic-container{
    margin-bottom: .35rem;
}
 #topic-container-t .max-1000 {
		     width: 100%;
		     max-width: 1000px;
		     display: inline-block;
		 	text-align: left;
		 }
		 
		 .topic-container{
		     margin-bottom: .35rem;
		 }
		 .topic-container#topic-container-t {
		    margin-top: 2%;
		     margin-bottom: 0rem;
		     border-bottom: 1px solid #dbdbdb;
		 }
		 .m-t-p{
		 	padding-bottom: 2%;
		 	color: #666666;
		 }
		 
		 .topic-container#topic-container-1{
		     
		     margin-bottom: 0rem;
		     background-color: #eaeaea;
		 	
		 }
		 .title-1{
		 	width: 100%;
		 	padding: .3rem 0rem .1rem 0rem;
		 	font-size: 0.28rem;
		 	color: #000000;
		 	text-align: left;
		 	font-weight: bold;
		 }
		 .title-1 font{
		 	color: #3eadd2;
		 }
		 .title-2{
		 	width: 100%;
		 	padding: 1% 0rem 2% 0rem;
		 	font-size: 0.20rem;
		 	color: #000000;
		 	text-align: left;
		 	
		 }
		 #topic-container-1{
		 					
		 					margin-bottom: 0rem;
		 				}
						 #topic-container-1 .max-1000{
							padding-bottom: 0rem;
						 }
		 				.app-documnents-wrapper{
		 				    width: 100%;
		 				    margin-top:0rem;
		 					margin-bottom: .1rem;
		 				}
		 				.app-documnent{
		 				    display: inline-block;
		 				    width: 30%;
		 					 border: 2px solid #dfdfdf;
							  background-color: #ffffff;
		 					 border-radius: 5%;
		 				    vertical-align: top;
		 				    -webkit-transition:all .25s linear;
		 				    -moz-transition:all .25s linear;
		 				    -o-transition:all .25s linear;
		 				    -ms-transition:all .25s linear;
		 				    transition:all .25s linear;
							margin:.2rem 1%;
							border: 1px solid #ccccccb3;
							box-shadow: 0 3px 5px 0 #87878780;
		 				}
		 				
		 				
		 				
		 				.app-documnent div{
		 				    width: 100%;
		 				    padding-bottom: 50%;
		 				    position: relative;
		 				    text-align: center;
		 				    margin: 0 auto;
		 				}
		 				
		 				.app-documnent div picture{
		 				    /* width:1.85rem;
		 					height:1.28rem; */
		 				    width: 90%;
		 				    position: absolute;
		 				    left: 5%;
		 				    top: 15%;
		 				   
		 				}
		 				
		 				.app-documnent div picture img,
		 				.app-documnent div picture source{
		 				   /* width:1.85rem;
		 				   height:1.28rem; */
		 				   width: 100%;
		 				   margin: 0 auto;
		 				}
		 				
		 				.app-documnent p{
		 				    display: inline-block;
		 				    width: 100%;
		 				    text-align: center;
		 				    color:#000000;
		 				    font-size: .14rem;
		 					font-weight: bold;
		 				    line-height: .20rem;
		 				    margin-top: .45rem;
		 				    margin-bottom: .1rem;
		 				    max-width: 264px;
		 				    /* min-height: 60px; */
		 				    -webkit-transition: all .2s linear;
		 				    -moz-transition: all .2s linear;
		 				    -o-transition: all .2s linear;
		 				    -ms-transition: all .2s linear;
		 				    transition: all .2s linear;
		 				}
		 				.app-documnent .p-t{
		 					display: inline-block;
		 					width: 90%;
		 					height: auto;
		 					padding-bottom: 0;
		 					text-align: left;
		 					color:#000000;
		 					font-size: .14rem;
		 					text-overflow: -o-ellipsis-lastline;
		 					overflow: hidden;
		 					text-overflow: ellipsis;
		 					display: -webkit-box;
		 					-webkit-line-clamp: 4;
		 					-webkit-box-orient: vertical;
		 					line-height: .20rem;
		 					 margin-bottom: .15rem;
							color: #444444;
		 				}
		 				.app-documnent a{
		 				    display: block;
		 				    width: 1.2rem;
		 				    color: #3eadd2;
		 				    font-size: .12rem;
		 					font-weight: bold;
		 				    padding-top: .05rem;
		 				    padding-bottom: .05rem;
		 				    margin: 0 auto;
		 				    text-align: center;
		 				    box-sizing: border-box;
		 				    border: 1px solid #3eadd2;
		 				    border-radius: 25px;
		 					margin-bottom: 5%;
		 				    -webkit-transition: all .2s linear;
		 				    -moz-transition: all .2s linear;
		 				    -o-transition: all .2s linear;
		 				    -ms-transition: all .2s linear;
		 				    transition: all .2s linear;
						
		 				    
		 				}
		 				
		 				.app-documnent:hover a{
		 				    color: #ffffff;
		 				    background-color: #059ee3;
		 				    border:1px solid #059ee3;
		 				}
		 				
		 				
		 				.app-documnents-wrapper-1{
		 				    width: 100%;
		 				    margin-top: .5rem;
		 				    text-align: center;
		 				}
		 				
		 				.app-documnents-wrapper-1 .left{
		 				    display: inline-block;
		 				     margin-top: .2rem; 
		 				    vertical-align: top;
		 				    margin-right: 1rem;
		 				}
		 				.app-documnents-wrapper-1 .right{
		 				    display: inline-block;
		 				    vertical-align: top;
		 				}
		 				
		 				.app-documnents-wrapper-1 .left a{
		 				    display:block;
		 				    width: 3rem;
		 				    padding-top: .1rem;
		 				    padding-bottom: .1rem;
		 				    color: #ffffff;
		 				    margin:.2rem 0;
		 				    box-sizing: border-box;
		 				    -webkit-transition: all .25s linear;
		 				    -moz-transition: all .25s linear;
		 				    -o-transition: all .25s linear;
		 				    -ms-transition: all .25s linear;
		 				    transition: all .25s linear;
		 				}

@media screen and (max-width:1300px) {
		 	   .contract-box{
				   width: 24%;
			   }
		 	   .list-input{
		 		   padding: 0;
		 	   }
		 	   .contract-box-img{
		 		   width: 95%;
		 	   }
		 	   .contract-box-img img{
		 		   width: 90%;
		 	   }
		 	  .list-input select{
		 	  		 		   height: 0.35rem;
		 	  		 		  
		 	  }
		 	}
		 	@media screen and (max-width:1000px) {
		 	   /* .banner{
		 		   margin-bottom: 40%;
		 	   } */
		 	   .contract-box{
		 	       position: relative;
		 	       width: 50%;
		 	      height: 3.2rem;
				  margin: 0 auto;
				  right: 0;
		 	       
		 	   }
		 	   .contract-box-img{
		 		   font-size: 0.24rem;
		 		   color:  #0064c3;
		 		   text-align: center;
		 	   }
		 	   /* .contract-box-img img{
		 		   width: 90%;
		 	   } */
		 	   .contract{
		 		   margin-top: 2%;
		 	   }
		 	   .list-input{
		 	   	   width: 100%;
		 		   background-color: #EEEEEE;
		 		   text-align: left;
		 	   }
		 	   input[type="submit"].Submit{
		 		   width: 80%;
		 		   float: inherit;
		 	   }
		 	   .list-input select{
		 		   height: 0.35rem;
		 		   text-align: left;
		 		   background-color: #EEEEEE;
		 	   }
		 	   .list-input input{
		 		    background-color: #EEEEEE;
		 	   }
			   .topic-container#topic-container-t{
				   width: 93%;
				   margin: 0 auto;
			   }
		 	}	

@media screen and (max-width:750px) {
    .contract-box{
        position: relative;
        width: 80%;
       height: 3.2rem; 
       margin: 0 auto;
	   margin-top: 2%;
       right: 0;
        
    }
	.app-documnent{
		width: 95%;
		margin: .2rem 0;
	}
}


                    