*{margin:0;padding: 0;}
body{
	font-family: "微软雅黑";
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: #333;
}
.SCGY_login div input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #333;
    height: 30px;
}
img{border:none}
/*头部*/
.header{
	width:100%;
	height:120px;
	line-height: 120px;
	margin: 0 auto;
	box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.35);
}
.header .header_box{
	width:1400px;
	height:120px;
	line-height: 120px;
	text-align: left;
	margin: 0 auto;
}
.header img{
	width:80px;
	height:80px;
	vertical-align: middle;
	margin-right: 20px;
	cursor: pointer;
}
.header b{
    line-height:36px;
	vertical-align: middle;
	font-size:34px;
	letter-spacing: 2px;
	color: #1960ca;
	cursor: pointer;
	display: inline-block;
    margin-top: 5px;
}
/*登录背景*/
.SCGY_con {
    width: 100%;
    /*height:840px;*/
    margin: 0 auto;
    /*background: url('/Content/Login2/images/SCGY_bg.png') no-repeat;*/
    background: url('/lib/Login2/images/login_con.jpg') no-repeat;
    background-size: 100% 100%;
    overflow: hidden
}

.SCGY_con .SCGY_con_box{
	width: 1400px;
	height: 600px;
	margin: 0 auto;
    position:relative;
}
/*登录大图*/
.SCGY_con_img{
	width:804px;
	height:570px;
	float: left;
	margin:80px 0px 0px 0px;
    /*overflow:hidden*/
}
.SCGY_con_img img{
	width:100%;
	height:100%
}
/*登录窗*/
.SCGY_login{
	width: 500px;
	height: 400px;
	float: right;
	border-radius:6px;
	background: #fff;
	box-shadow: 0px 3px 20.16px 0.84px rgba(31, 56, 161, 0.2);
	margin-top: 160px;
	text-align: center;
}
.SCGY_login h6{
	width:92%;
	margin-left:4%;
	height: 76px;
	line-height: 76px;
	font-size:24px;
	color: #1960ca;
	font-weight: 500;
	letter-spacing: 2px;
	border-bottom: 1px solid #f1f1f1;
}
.SCGY_login div{
	width:92%;
	height: 46px;
	line-height: 46px;
	margin:25px 4%;
	border: 1px solid #dedfe0;
	border-radius: 6px;
}
.SCGY_login div.Blue{
	border: 1px solid #1960ca;
	box-shadow: 0px 2px 4px 0px rgba(8, 55, 124, 0.21);
}
.SCGY_login div span{
	width:28px;
	height:28px;
	line-height: initial;
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}
    .SCGY_login div span.user {
        background: url("/lib/Login2/images/SCGY_login_icon.png") 0px 0px no-repeat;
    }
    .SCGY_login div span.pass {
        background: url("/lib/Login2/images/SCGY_login_icon.png") -30px 0px no-repeat;
    }
    .SCGY_login div span.YZM {
        background: url("/lib/Login2/images/SCGY_login_icon.png") -60px 0px no-repeat;
    }
    .SCGY_login div.Blue span.user {
        background: url("/lib/Login2/images/SCGY_login_icon.png") 0px -36px no-repeat;
    }
    .SCGY_login div.Blue span.pass {
        background: url("/lib/Login2/images/SCGY_login_icon.png") -30px -36px no-repeat;
    }
    .SCGY_login div.Blue span.YZM {
        background: url("/lib/Login2/images/SCGY_login_icon.png") -60px -36px no-repeat;
    }
.SCGY_login div.Blue input{
	color: #1c60cb
}
.SCGY_login div input{
	width:86%;
	height: 46px;
	line-height: 46px;
	vertical-align: middle;
	border:none;
	background: none;
	padding-left: 15px;
	outline: none;
	color: #999;
	font-size: 14px;
	letter-spacing:1px;
}
.SCGY_login div.SCGY_login_YZM{
	width:60%;
	float: left;
	margin: 0 4%;
}
.SCGY_login div.SCGY_login_YZM input{
	width:74%;
}
.SCGY_login div.SCGY_login_YZM .YZM{
	border: none;
    margin :0
	 
}
.SCGY_login .SCGY_login_YZMI{
	margin-top: 5px;
	cursor: pointer;
    height:40px;
    width:100px;
    margin-right:25px;
}
.SCGY_login_btn{
	clear: both;
	width:92%;
	height: 46px;
	line-height: 46px;
	margin:25px 4%;
	background: #1960ca;
	color: #fff;
	border-radius: 6px;
	border: none;
	font-size:18px;
	letter-spacing: 2px;
}
hr {
    margin:0;
    padding:0;
    height:2px;
    background:#fff;
    margin-bottom:1px
}
/*底部*/
.footer {
    clear: both;
    background: url('/lib/Login2/images/footer.jpg') no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 140px;
    margin: 0 auto;
    overflow: hidden
}
.footer_box{
	width:1400px;
	height: 128px;
    margin:0 auto;
    padding-top: 12px;
}
.footer_box .footer_company{
	width: 50%;
	float: left;
	line-height: 34px;
	color: #fff;
	font-size:16px;
    margin:0;
}
.footer_box .footer_company p{
    margin:0;
    height:28px;
    line-height:28px;
}
.footer_box .footer_company p a{
   color:#fff
}
.footer_box .footer_CSPC{
	width: 50%;
	float: right;
	text-align: right;
}
.footer_box .footer_CSPC img{
	width: 500px;
	height: 100px;
	margin-top: 10px;
}
@media (max-width:1920px){  
    /*.SCGY_login div.SCGY_login_YZM .YZM {
        border: none;
        margin-left:15px
    }*/


} 
@media (max-width:1680px){  

        
} 
@media (max-width:1600px){
    .SCGY_con_img {
        width: 635px;
        height: 450px;
        margin: 30px 0px 0px 0px;
    } 
    .SCGY_login {
        width:400px;
        height:360px;
        margin-top: 70px;
    }
    .SCGY_login h6 {
        font-size: 20px;
        font-weight: bold;
        height: 56px;
        line-height: 56px;
    }
    .SCGY_login div,.SCGY_login_btn{
        margin:20px 4%;
    }
    .SCGY_login div input {
        width:82%
    }
    .SCGY_login .SCGY_login_YZMI {
        margin-right: 0px; 
    }
    .SCGY_login div.SCGY_login_YZM input {
        width: 66%;
    }
    .header .header_box,.SCGY_con .SCGY_con_box,.footer_box{
        width:1150px;
    }
} 
@media (max-width:1440px){  
    .header{
	    height:90px;
	    line-height: 90px;
    }
    .header .header_box{
	    height:90px;
	    line-height: 90px;
    }
    .header img {
        width: 60px;
        height: 60px;
        vertical-align: middle;
        margin-right: 20px;
        cursor: pointer;
    }
    .header b {
        font-size:35px;
        margin-top: -5px;
    }
    .SCGY_con_img {
        width: 635px;
        height:450px;
        margin:80px 0px 0px 0px;
    } 
     body {
        overflow:auto
    }
     .header .header_box,.SCGY_con .SCGY_con_box,.footer_box{
        width:1100px;
    }
     .SCGY_con, .SCGY_con_box {
        height:560px!important
    }
     .SCGY_login {
        width:400px;
        height:360px;
        margin-top: 100px;
    }
     .footer{
        overflow:hidden;
        height:114px;
    }
    .footer_box {
        height:114px;
        padding-top: 5px;
    }
    .footer_box .footer_company p {
        margin: 0;
        height: 26px;
        line-height:26px;
    }
    .footer_box .footer_CSPC img {
        width:400px;
        height: 80px;
        margin-top: 10px;
    }
} 
@media (max-width:1366px){
    .header{
	    height:80px;
	    line-height: 80px;
    }
    .header .header_box{
	    height:80px;
	    line-height: 80px;
    }
    .header img {
        width: 60px;
        height: 60px;
        vertical-align: middle;
        margin-right: 20px;
        cursor: pointer;
    }
    .header b {
        font-size: 30px;
        margin-top: -5px;
    }
    .SCGY_con, .SCGY_con_box {
        height:447px!important
    }
     .SCGY_con_img {
        width: 568px;
        height: 390px;
        margin: 30px 0px 0px 0px;
    } 
    .SCGY_login {
        width:400px;
        height:335px;
        margin-top: 40px;
    }
    .SCGY_login h6 {
        font-size: 20px;
        font-weight: bold;
        height: 50px;
        line-height: 50px;
    }
    .SCGY_login div,.SCGY_login_btn{
        margin:15px 4%;
    }
    .SCGY_login div input {
        width:82%
    }
    .SCGY_login .SCGY_login_YZMI {
        margin-right: 0px; 
    }
    .header .header_box,.SCGY_con .SCGY_con_box,.footer_box{
        width:1000px;
    }
    .footer{
        height:105px;
    }
    .footer_box {
        height:77px;
        padding-top: 8px;
    }
    .footer_box .footer_company p {
        margin: 0;
        height: 24px;
        line-height: 24px;
    }
    .footer_box .footer_CSPC img {
        width:400px;
        height: 80px;
        margin-top: 10px;
    }
} 
@media (max-width:1280px){
    .SCGY_con_img {
        width: 678px;
        height:480px;
        margin:80px 0px 0px 0px;
    } 
    .header .header_box,.SCGY_con .SCGY_con_box,.footer_box{
        width:1280px;
    }
    
} 
@media (max-width:1200px){  
} 