﻿*{margin:0px; padding:0px;}
img{border:none;}
ul,li{list-style:none;}
a{outline:none; text-decoration:none;}
.clear:after{content:""; clear:both; display:block;}

input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px #e3e4e6 inset;
}

.Header{
	width: 100%;
	height: 110px;
	background: #fff;
	/*background: #eef4f8;*/
}
.Header .Left{
	width: 50%;
	height: 100%;
	float: left;
	color: #f00;
}
/*@font-face { 
	font-family: PingFang; 
	src: url("PingFang_Medium.ttf");
}*/ 
.Header .Left h3{
	font-size: 33px;
	font-weight: normal;
	/*font-family: PingFang;*/
	margin: 20px 0px 0px 0px;
	margin-left: 13%;
}
.Header .Left p{
	font-size: 14px;
	margin-left: 13%;
	letter-spacing: 1px\9;
}
.Header .Right{
	width: 50%;
	height: 100%;
	float: left;
}
.Header .Right ul{
	width: 60%;
	margin-left: 32%;
}
.Header .Right li{
	width: 33%;
	height: 110px;
	line-height: 110px;
	text-align: center;
	/*font-family: PingFang;*/
	float: left;
}
.Header .Right li a{
    color:#000;
	font-size: 14px;
}
.Header .Right li a.on,
.Header .Right li a:hover{
	padding: 3px 5px;
	border: 1px solid #f00;
	border-radius: 22px;
	cursor: pointer;
	color: #f00;
}
.Banner{
	width: 100%;
	height: 390px;
	overflow: hidden;
	position: relative;
}
.Banner .banner_div{
	width: 100%;
	height: 100%;
	position: relative;
}
.Banner .banner_div .clear{
	height: 100%;
	position: absolute;
	left: 0px;
}
.Banner .banner_div .clear img{
	height: 100%;
	float: left;
}
.Banner .Login{
	width: 288px;
	height: 280px;
	padding: 5px;
	position: absolute;
	top: 48px;
	right: 13%;
	background: #72797f;
	background: rgba(114,121,127,0.5);
	filter:Alpha(opacity=80);
}
.Banner .Login .clear{
	width: 100%;
	height: 37px;
}
.Banner .Login .clear .left{
	width: 90%;
	height: 37px;
	float: left;
}
.Banner .Login .clear .left p{
	width: 130px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	text-indent: 5px;
	margin-left: 120px;
	color: #fff;
	overflow: hidden;
	background: url('../../Img/Login/UserLogo/tishikuang.png') no-repeat;
	background-size: 100%; 
}
.Banner .Login .clear .right{
	width: 8%;
	height: 37px;
	float: right;
}
.Banner .Login .UserPwd{
	width: 240px;
	height: 40px;
	margin: 0px auto 10px;
	border-radius: 3px;
    overflow:hidden;
	background: #e3e4e6;
}
.Banner .Login .UserPwd .Img{
	width: 20%;
	height: 40px;
	float: left;
}
.Banner .Login .UserPwd .Img img{
	display: block;
	width: 18px;
	height: 19px;
	margin: 0 auto;
	position: relative;
	top: 10px;
}
.Banner .Login .UserPwd input{
	width: 80%;
	height: 40px;
	line-height: 40px;
	float: left;
	border: none;
	outline: none;
	font-size: 16px;
	background: #e3e4e6;
}
.Banner .Login .Code{
	width: 240px;
	height: 40px;
	margin: 0px auto 10px;
	border-radius: 3px;
	background: #e3e4e6;
}
.Banner .Login .Code input{
	width: 43%;
	height: 40px;
	line-height: 40px;
	float: left;
	border: none;
	outline: none;
	font-size: 16px;
	text-indent: 10px;
	border-radius: 3px;
	background: #e3e4e6;
}
.Banner .Login .Code .CodeImg{
	width: 38%;
	height: 40px;
	float: left;
	border-left: 1px solid #ccc; 
	border-right: 1px solid #ccc; 
}
.Banner .Login .Code .CodeImg img{
    width:100%;
    height:100%;
}
.Banner .Login .Code .ClickImg{
	width: 17%;
	height: 40px;
	float: left;
	cursor: pointer;
}
.Banner .Login .Code .ClickImg img{
	display: block;
	width: 17px;
	height: 15px;
	margin: 0 auto;
	position: relative;
	top: 12px;
}
.Banner .Login .Memory{
	width: 240px;
	height: 20px;
	margin: 0 auto;
}
.Banner .Login .Memory .left{
	width: 50%;
	height: 20px;
	line-height: 20px;
	float: left;
	cursor: pointer;
}
.Banner .Login .Memory .left input{
	vertical-align: middle;
}
.Banner .Login .Memory .left p{
	display: inline-block;
	font-size: 14px;
	color: #fff;
}
.Banner .Login .Memory .right{
	width: 50%;
	height: 20px;
	line-height: 20px;
	float: right;
	text-align: right;
}
.Banner .Login .Memory .right a{
	font-size: 14px;
	color: #fff;
}
.Banner .Login .Submit{
	display: block;
	width: 240px;
	height: 40px;
	margin: 12px auto 0px;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 18px;
	color: #fff;
	border-radius: 3px;
	background: #ea4234;
}
.Notice{
	width: 100%;
	height: 65px;
	background: #fff;
	/*background: #eef4f8;*/
}
.Notice .Title{
	width: auto;
	height: 55px;
	padding-top: 10px;
	margin: 0px 80px;
}
.Notice .Title > a{
	display: block;
	width: 80px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	float: left;
	color: #fff;
	font-size: 14px;
	border-radius: 3px;
	background: #ea4234;
}
.Notice .Title ul{
	min-width: 90%;
	height: 25px;
	float: right;
}
.Notice .Title ul li{
	width: 33%;
	height: 25px;
	line-height: 25px;
	float: left;
	font-size: 14px;
	overflow: hidden;
}
.Notice .Title ul li span{
	color: #999;
}
.Notice .Title ul li a{
	color: #000;
	/*font-family: PingFang;*/
}
.Notice .Title ul li:nth-child(1){
	text-align: left;
}
.Notice .Title ul li:nth-child(2){
	text-align: center;
}
.Notice .Title ul li:nth-child(3){
	text-align: right;
}
.List_menu ul{
	width: 100%;
	height: 270px;
}
.List_menu ul li{
	width: 25%;
	height: 270px;
	float: left;
	text-align: center;
}
.List_menu ul li a{
	display: block;
	width: 112px;
	height: 112px;
	margin: 40px auto 7px;
}
.List_menu ul li img{
	width: 100%;
	height: 100%;
	transition: all 0.2s;
}
.List_menu ul li a:hover img{
	width: 90px;
	height: 90px;
}
.List_menu ul li a:hover ~ *{
	color: #ea4234;
}
.List_menu ul li h5{
	font-size: 16px;
	/*font-family: PingFang;*/
	line-height: 40px;
}
.List_menu ul li p{
	font-size: 14px;
	/*font-family: PingFang;*/
}
.fotter{
	width: 100%;
	height: 270px;
}
.fotter .Subject{
	width: 70%;
	height: 270px;
	margin: 0 auto;
}
.fotter .Subject > div{
	width: 33.3%;
	height: 270px;
	float: left;
}
.fotter .Subject div.left h4{
	width: 270px;
	max-width: 90%;
	height: 35px;
	margin: 60px 10px 30px 0px;
	margin-left: 50%;
	float: right;
	background: url('../../Img/Login/UserLogo/left.png') no-repeat left center;
	background-size: 100%;
}
.fotter .Subject div.left h4 a{
	display: block;
	width: 58%;
	height: 34px;
	overflow: hidden;
	line-height: 34px;
	text-align: center;
	color: #333;
	font-size: 14px;
	/*font-family: PingFang;*/
}
.fotter .Subject div.left h4 a:hover{
	color: #ea4234;
}
.fotter .Subject div.Middle .Scan_code{
	width: 288px;
	max-width: 100%;
	height: 260px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid #eee;
}
.fotter .Subject div.Middle .Scan_code .top{
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 15px;
	text-align: center;
	background: #ea4234;
}
.fotter .Subject div.Middle .Scan_code img{
	display: block;
	width: 139px;
	height: 139px;
	margin: 15px auto;
}
.fotter .Subject div.Middle .Scan_code p{
	font-size: 14px;
	text-align: center;
	/*font-family: PingFang;*/
}
.fotter .Subject div.right h4{
	width: 270px;
	max-width: 90%;
	height: 35px;
	margin: 60px 0px 30px 10px;
	margin-right: 50%;
	float: left;
	background: url('../../Img/Login/UserLogo/right.png') no-repeat left center;
	background-size: 100%;
}
.fotter .Subject div.right h4 a{
	display: block;
	width: 58%;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	/*font-family: PingFang;*/
	color: #000;
	overflow: hidden;
	margin-left: 42%;
	text-align: center;
}
.fotter .Subject div.right h4 a:hover{
	color: #ea4234;
}
.fotter_Copy{
	width: 700px;
	height: 20px;
	margin: 50px auto;
}
.fotter_Copy .Copy_Img{
	width: 80px;
	height: 20px;
	float: left;
	background: #ccc;
}
.fotter_Copy .Copy_Img img{
	width: 100%;
	height: 100%;
}
.fotter_Copy .Copy_text{
	width: 620px;
	height: 20px;
	line-height: 20px;
	float: right;
	color: #b9b9b9;
	font-size: 13px;
	text-indent: 5px;
	overflow: hidden;
}

/*加载中*/
.loading_circle_Imgbg {
    position: absolute;
    right: 20%;
    top: 250px;
    margin-left: 257px;
    z-index: 999;
    display: none;
    width: 100px;
    height: 100px;
    border: 0;
    border-radius: 10px;
    background: #000;
    filter: alpha(Opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
    text-align: center;
    font-size: 12px;
    color: #fff;
}
@media screen and (min-width:830px){
    .loading_circle_Imgbg{
        right:23.5%;
    }
}
@media screen and (min-width:1000px){
    .loading_circle_Imgbg{
        right:22%;
    }
}
@media screen and (min-width:1130px){
    .loading_circle_Imgbg{
        right:21%;
    }
}
@media screen and (min-width:1400px){
    .loading_circle_Imgbg{
        right:19.5%;
    }
}
@media screen and (min-width:1570px){
    .loading_circle_Imgbg{
        right:19%;
    }
}
@media screen and (min-width:1680px){
    .loading_circle_Imgbg{
        right:18%;
    }
}
.loading_circle_Imgbg img {
    position: relative;
    top: 10px;
}

.loading_circle_Imgbg p {
    margin-top: 18px;
}
