/*??????*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.pl5 {
	padding-left: 5px;
}

.plr5 {
	padding-left: 5px;
	padding-right: 5px;
}

.p10 {
	padding-left: 10px;
}

.pl25 {
	padding-left: 25px;
}

.pt10 {
	padding-top: 10px;
}

.pr20 {
	padding-right: 20px;
}

.p220 {
	padding-left: 220px;
}

.ml10 {
	margin-left: 10px;
}

.mr35 {
	margin-right: 35px;
}

.mb8 {
	margin-bottom: 8px;
}

.mb3 {
	margin-bottom: 3px;
}

.mb0 {
	margin-bottom: 0px;
}

.mb20 {
	margin-bottom: 20px;
}

.mt20 {
	margin-top: 20px;
}

.mt40 {
	margin-top: 40px;
}

.w42 {
	width: 42%;
}

.wp30 {
	width: 30%;
}

.h80 {
	height: 80px;
}

/*LOGO???*/
.logo{
	width:381px;
	height:44px;
    background:url(../img/logo-echanel.jpg) no-repeat;
}

.logo-title {
	color: #666666;
	font-size: 18px;
	line-height: 44px;
}

.logo-contact {
	padding: 35px 0px 0px;
	z-index: 100;
}

/*???????*/
.bg-pic {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 555px;
	background: url(../images/bg01.png);
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-repeat: no-repeat;
}

/* .bg-pic01 {
	display: block;
	margin: 0 auto;
	width: 1366px;
	height: 444px;
	background: url(../images/spier.png) no-repeat;
} */

.left-pic-div {
	padding-top: 100px;
	padding-left: 200px;
}

/*.left-pic-div .left-pic {
	display: block;
	width: 590px;
	height: 348px;
	background: url(../images/spier.png) no-repeat;
}*/
/*????????*/
.notice-panel {
	background: #e3e6e8;
	padding: 5px;
	margin: 0 auto;
	font-size: 16px;
	font-family: Microsoft YaHei;
	text-align: center;
	display: block;
	width: 70%;
	height: 90px;
	border-radius: 10px;
}

.box-shadow {
	-moz-box-shadow: 5px 5px 8px #b8b8b8;
	-webkit-box-shadow: 5px 5px 8px #b8b8b8;
	box-shadow: 5px 5px 8px #b8b8b8;
}

.notice-title {
	font-family: Microsoft YaHei;
	font-size: 18px;
	color: #133370;
}

.notice-com-name {
	padding-left: 70%;
}

/*?????*/
.login-bg {
	top: 200px;
	position: absolute;
	z-index: 100;
}

.login-title {
	font-family: microsoft Yahei;
	font-size: 16px;
	/* font-weight: bold; */
	margin-top: 5px;
}

.login-title:after, .login-title:before {  
    background: #c9c9c9;  
    content: "";  
    height: 1px;  
    position: absolute;  
    top: 9%;
    width: 30%;  
}  
  
/*????????????????????*/  
.login-title:before {  
    left: 18px;  
}  
  
.login-title:after {  
    right: 18px;  
}  

.login-form {
	width: 290px;
	color: #666666;
	background-color: #ffffff;
	*background-color: #ffffff;
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff),to(#ffffff));
	background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
	background-image: -o-linear-gradient(top, #ffffff, #ffffff);
	background-image: linear-gradient(to bottom, #ffffff, #ffffff);
	background-repeat: repeat-x;
	border-color: #ffffff #ffffff #ffffff;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 0 auto;
	padding: 5px 0 15px 0;
	font-size: 12px;
	position: relative;
}

.login-form input {
	lone-height: 30px;
}

.input-prepend {
	position: relative;
}

.img-username {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 101;
}

.btn-login {
	line-height: 40px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	color: #ffffff;
	background-color: #008cd6;
	text-decoration: none;
	width: 250px;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
}

.btn-login:hover, .btn-login:focus, .btn-login:active, .btn-login.active,
	.btn-login.disabled, .btn-login[disabled] {
	color: #FFF;
	background-color: #006dcc;
	text-decoration: none;
}

.bgtp {
	background: trasportantion;
}

a.fp:link {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

a.fp:visited {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

a.fp:hover {
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
}

a.fp:active {
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
}

a.cp:link {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

a.cp:visited {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

a.cp:hover {
	font-size: 12px;
	color: #0047cc;
	text-decoration: none;
}

/*???????*/
.public-search {
	border-top: #005764 solid 1px;
	padding-top: 8px;
	color: #f2f2f2;
}

.public-search a:link {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

.public-search a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

.public-search a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #99e2f0;
	text-decoration: underline;
}

.cop-link {
	width: 180px;
	height: 24px;
	background-color: #e3e6e8;
	font-size: 12px;
	margin-top: 2px;
}

/*?????????*/
.copyright-content {
	background-color: #ffffff;
	padding: 4px 0;
	color: #008cd6;
	text-align: center;
	line-height: 80px;
	font-size: 14px;
}