@charset "utf-8";
/* CSS Document */

/*格式化样式*/
*{margin:0;padding:0}
body{font:12px/1.5 MIcrosoft YaHei,Arial, Helvetica, sans-serif;color:#333}
table{width:100%; border-collapse:collapse;border:none;border-spacing:0}
a{color:#202020;text-decoration:none;}
img{border:none}
input{vertical-align:middle;outline:none;font-family:MIcrosoft YaHei}
textarea{outline:none;}
ul,ol,dl{list-style:none;}
b,em,i,u,strong{font-weight:normal;font-style:normal;text-decoration:none;}
h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal;}
body{-webkit-tap-highlight-color: rgba(0,0,0,0);}

/*公共样式*/
.fl{float:left;}
.fr{float:right;}
.clearfix{overflow:hidden;zoom:1}
.clear{clear:both}


body{background:#f5f5f5}
#h_left{float: left;}
#h_right{float: right;}
#head{height:32px;line-height:32px;padding:0 20px}
.header_new{height:32px;line-height:32px;padding:0 20px}
.marRight20{margin-right:20px}
.loginBox{width:640px;height:504px;background:#fff;position:fixed;left:50%;top:50%;margin-top:-252px;margin-left:-320px;border-radius:10px}
.loginBox h1{border-bottom:solid 1px #f5f5f5;height:90px;line-height:90px;text-align:center;font-size:26px}
.loginCenter{width:480px;margin:0 auto;margin-top:30px;font-size:14px}
.loginCenter table td{padding:10px 5px}
.loginInp{width:314px;height:44px;line-height:44px;border:solid 1px #d6d6d6;padding:0 12px;color:#666;font-family:Microsoft Yahei}
.yzmimg{margin:2px 0 0 15px;cursor:pointer}
.changImg{line-height:46px;color:#006ddb;margin-left:5px}
.loginSub{width:340px;height:46px;line-height:46px;text-align:center;background:#ccc;border:0;cursor:pointer;font-size:16px;margin-top:20px}
.loginCenter .selectBox{ vertical-align:top; position:relative;cursor:pointer; background-color:#fff; width:338px; border:1px solid #cfcfcf; line-height:44px; height:44px;}
.loginCenter .selectBox p{  vertical-align:top; padding:0 15px 0 10px; background:url(../images/selArr.gif) no-repeat right center; margin-right:10px;color:#666}
.loginCenter .selectBox ul{ width:100%; border:1px solid #cfcfcf; border-top:0; position:absolute; z-index:1; top:44px; left:-1px; background-color:#fff; display:none;}
.loginCenter .selectBox ul li a{ display:block; line-height:34px; padding:0 10px; color:#333; border-top:1px solid #f2f2f2;}
.loginCenter .selectBox ul li a:hover{ background-color:#ccc; color:#fff;}
.yzmInp{width:124px;}

@media(max-width:1000px){
	.header_new{padding:0 10px}
	.loginBox{width:100%;position:static;margin:0;border-radius:0;height:auto;padding-bottom:10px}
	.loginCenter{width:100%}
	.loginInp{width:calc(100% - 35px)}
	.media{display:inline-block;width:60px}
	.yzmInp{width:70px}
	.loginCenter .selectBox,.loginSub{width:calc(100% - 10px)}
	.yzmimg{margin-left:5px;}
	.changImg{display:inline-block}
}