body{
  margin: 0;
}
p{margin: 0;}
.tc{
  text-align: center;
}
.flex{
  display: flex;
}
.flex-align-self{
  align-self: center;
}
.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.layout{
  margin: 0 auto;
  width: 1240px;
}
header{
  display: flex;
  height: 82px;
  background: url(../img/bg.png) no-repeat center;
  background-size: 100% 100%;
}
.banner, .banner02{
  position: relative;
  width: 100%;
  background:url(../img/banner.png) no-repeat center top;
  background-size: 100% auto;
}
.banner02{
  background:url(../img/banner02.png) no-repeat center top;
  background-size: 100% auto;
}
.banner:before, .banner02:before{
  content: ""; 
  display: block; 
  padding-top: 29%;
}
.login-box{
  position: absolute;
  top: 0;
  margin-left: calc(50% - 620px);
  height: 100%;
}
.login-box .login{
  position: absolute;
  top: calc(50% - 150px);
  right: 90px;
  border: 1px solid #979797;
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.5);
  border-radius: 4px;
  padding: 20px 30px;
  width: 300px;
  background-color: rgba(0, 0, 0, 0.55);
  color: #fff;
}
.login .log-tit{
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  color: #FFFFFF;
}
.login .log-tit>span{
  flex: 1;
  opacity: 0.49;
}
.login .log-tit>span.choose{
  opacity: 1;
}
.login .label{
  margin-bottom: 8px;
  font-size: 16px;
}
.login .input{
  margin-bottom: 15px;
  border-radius: 4px;
  border:0;
  padding: 0 12px;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  line-height: 40px;
  font-size: 16px;
  outline: none;
}
.login .input::placeholder{
  color: #ccc;
}
.login .btn{
  margin-top: 5px;
  border: 1px solid #2D6DF0;
  border-radius: 4px;
  width: 100%;
  height: 40px;
  background-color: #2D6DF0;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
.notice{
  height: 64px;
  background: #F4F4F4;
}
.notice .layout{
  padding: 20px 0;
}
.notice .layout strong img{
  float: left;
  margin-right: 5px;
}
.content{
  margin: 55px auto 40px;
  text-align: center;
}
.content .title{
  margin-bottom: 55px;
  font-size: 32px;
  color: #173D5D;
}
.content .img{
  margin-bottom: 35px;
}
footer{
  text-align: center;
}
footer .footer{
  padding: 13px 0;
  background-color: #173D5D;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
}
footer .foot{
  padding: 5px 0;
  font-size: 12px;
  color: #141414;
  text-align: center;
}
footer .foot>img{
  position: absolute;
}
footer .foot>span{
  margin-left: 25px;
  line-height: 20px;
}

* {
	margin:0;
	padding:0;
}
ul,li {
	list-style:none;
	display:block;
}
#scrollBox {
	height:50px;
	width:300px;
	overflow:hidden;
}
#scrollBox #con1,#con2 {
	width:280px;
	float:left;
}
