﻿@charset "utf-8"; /* CSS Document */
/* CSS3滚动条 */
::-webkit-scrollbar-track-piece{width:10px;background-color:#F0F0F0 ;  border-radius:50px}
::-webkit-scrollbar{width:8px;height:6px ; }
::-webkit-scrollbar-thumb{height:50px;background:#CDCDCD;  border-radius:50px ; cursor:pointer}
::-webkit-scrollbar-thumb:hover{background:#CDCDCD ; cursor:pointer} 
/* 页面选中颜色 */
*:focus {outline: none;}
/*消除谷歌下input边框* 
/* 清除内外边距 */  
body, h1, h2, h3, h4, h5, h6, hr,blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, th, td,menu,section,article{
margin: 0;padding: 0;_background-image:url(about:blank);_background-attachment:fixed;}   
/* 设置默认字体 */ 
body, button, input, select, textarea {	 font-family: "PingFang SC", "HanHei SC", "Helvetica Neue", Microsoft Yahei Light, Microsoft Yahei, "Helvetica", "STHeitiSC-Light", "Arial", sans-serif;}
ul,ol,li{list-style-type:none;}
.warp{ margin: 0 auto;max-width: 1200px; }
.titleFont{font-family: "Microsoft yahei","微软雅黑","Tahoma","Verdana","Arial","sans-serif";}
.contentFont{font-family: "宋体","新宋体","Arial","sans-serif";}
.enFont{font-family: "Arial","sans-serif";}
.yahei {font-family: "微软雅黑","宋体","Arail";}
.songti {font-family: "宋体","微软雅黑","Arail";}
.Arail {font-family: "Arail","宋体","微软雅黑";}
.Courier_New {font-family: "Courier New", Courier, monospace}
.Georgia {font-family: Georgia, "Arail", Times, serif}
img {border: none; vertical-align: top;}
.text:focus{border: 1px solid #B6E8F5;box-shadow: 0 0 5px #E0FBFF;}
.backbg{ position:absolute; z-index:1; width:100%; background-color:#015bd2; height:100%; left:0; bottom:0;filter:alpha(opacity=60); opacity:0.60; }


/* a标签 */ 
a {	text-decoration: none ; color:#3c3c3c ;}
.trans{ transition:all 0.25s linear 0.01s;}
a:hover {text-decoration: none ; color:#007ff4;} 
.trans:hover{transition:all 0.4s linear 0.01s}
.p6{ padding-top: 6%; padding-bottom: 6%; }
.p4{ padding-top: 4%; padding-bottom: 4%;}
.p3{padding-top: 3%; }
/* 定义浮动居中 */ 
.fl {
	float: left;
	display: inline
}

.fr {
	float: right;
	display: inline
}

.center {
	margin: 0 auto;
}

.clearfix:before,.clearfix:after{content:"";display:table;}
.clearfix:after{clear:both;}
.clearfix{*zoom:1;/*IE/7/6*/}

body{ background: #2A2D32; font-size: 14px;}
.loginbox{ width: 705px; height: 502px; position:fixed;top: 50%; margin-top: -256px; left: 50%; margin-left: -352px;}
.logincontainer{ height: 408px; margin-top: 46px; background: #fff; z-index: 1; }
.loginpic{ position: absolute; z-index: 2; left: 30px; top: 0;box-shadow: 0 2px 10px 1px #1c1d20;height: 502px;}
.loginpic img{ width: 333px; height: 502px; }

.loginform{ width: 246px; float: right; margin-right: 49px;  }
.login_title{font-size: 18px; font-weight: 700; margin-top: 30px;}
.login_title span{padding:5px 10px;}
.login_title span.on{ color: #CCA240; border-bottom: 1px solid #CCA240; padding:5px 10px;  position: relative;}
.login_title span.on i{ display: block; width: 11px; left: 50%; margin-left: -5px; height: 6px; background: url(../images/down.png) no-repeat; position: absolute;bottom: -6px; }
.login_title span.fr{ padding: 5px 0; }
.hh3{margin-top: 40px;color: #CCA240;font-size: 18px; font-weight: 700; }
.form_item{ overflow: hidden; margin-top: 26px; }
.form_item p{margin: 0;}
.item_t{color: #7D7D7D; font-size: 14px;  font-weight: 600;}
.item_text{ margin-top: 2px; display: block;width: 100%; background: 0 none; border: 0 none; font-size: 14px;color: #7D7D7D; height: 26px; line-height: 26px; border-bottom: 1px solid #CECECE; }
.item_btn{display: block;width: 100%; cursor: pointer; background: 0 none; border: 0 none; font-size: 16px;color: #CCA240; height: 41px; border: 1px solid #685034; line-height: 40px;  }
.findpass{ display: block;margin-top: 5px; padding: 3px 0;text-align: center; color: #999 }
.k3 {
    margin-top: 2px;
    display: block;
    width: 150px;
    background: 0 none;
    border: 0 none;
    font-size: 14px;
    color: #7D7D7D;
    height: 26px;
    line-height: 26px;
    border-bottom: 1px solid #CECECE;
    float: left;
}
.imgchkcode {
    margin-top: 2px;
    border: none;
    width: 90px;
    background: 0 none;
    cursor: pointer;
    color: #7D7D7D;
    height: 26px;
    line-height: 26px;
    border-bottom: 1px solid #CECECE;
    float: left;
}