@charset "utf-8";
/* CSS Document */
.index_title{margin:auto; margin-top:50px;width:90%; height:auto; overflow:hidden;}
.tt{padding:10px;font-size:28px;position: relative;text-align: center; font-weight: bold;}
.tt span{color:#000;}
.tl{ margin:auto; width:100px;height:1px;background: #ededed;}
.tc{ margin-top: 15px; text-align: center; color: #666;}

#main{clear:both;margin:auto;padding:0;margin-top:10px; padding-bottom:10px;width:1200px;height:auto!important;min-height:50px;max-height:none;overflow:hidden;}

#sing_title{margin:auto;padding:0;margin-top:30px;width:auto;line-height:30px;font-size:20px;}

#sing_left{margin-top:50px;float:left; width:48%; border:#f1f1f1 1px solid; height:auto; overflow:hidden;border-radius: 5px;}
#sing_right{margin-top:50px;float:right;width:48%; border:#f1f1f1 1px solid; height:auto; overflow:hidden;border-radius: 5px;}
#tl{height:40px;line-height:40px;font-weight:bolder; background:#ededed; text-indent:10px;}
#tc{height:auto;overflow:hidden;}
#tc ul{ clear:both;padding:10px; height:auto;overflow:hidden;}
#tc li{ display:block; float:left;}
#tc #oc_title{width:150px; line-height:25px;}
#tc .reg_input{width:300px; height:30px;border:#ddd 1px solid;border-radius: 5px;}
#tc .reg_select{width:300px; height:30px;border:#ddd 1px solid;border-radius: 5px;}
.sb{ margin: 10px auto 10px auto;height:35px; width:150px; line-height:35px; color:#fff; text-align:center; background:#0e58d1;cursor:pointer; border-radius: 5px;}

@media screen and (max-width: 700px) {
.tt{ font-size: 16px;}

#main{width:100%; }
#sing_title{margin-top:10px;text-align:center;}
#sing_left{ clear:both; float:none; margin:10px;width:auto; }
#sing_right{ clear:both; float:none; margin:10px;width:auto;}
#tc li{ float:none;width:100%;}
#tc #oc_title{width:100%;}
#tc .reg_input{clear:both; width:100%;}
.sb{width:98%;}
}