.clear {
    clear: both;
}
.lr {
    float:right;
    margin-right:10px;
}
.fr {
    float:left;
    font-weight: 100;
    margin-left:48px;
}
.secter {
    width:980px;
    height:300px;
    position:relative ;
    margin:0 auto;
}
#container{
    width: 980px;
    height: 270px;
    margin: 30px auto 0;
    border-radius: 5px;
    overflow: hidden;
    box-sizing: border-box;
    behavior: url(../js/PIE.htc);
}
.section {
    background-color: #fff;
    background-size: cover;
    background-position: 50% 50%;
    text-align: center;
    color: #fff;
}
.sections,.section{
    width: 980px;
    height:270px;
    border-radius: 5px;
    box-sizing: border-box;
}

#container,.sections {
    position: relative;
}
#section0 {
    background-image: url('../images/banner1.png');
}
#section1 {
    background-image: url('../images/banner2.png');
}
#section2 {
    background-image: url('../images/banner3.png');
}

.pages{
    position:absolute;
    z-index:100;
}
.pages.horizontal{
    left:50%;
    transform:translateX(-50%);
    bottom:5px;
}
.pages.horizontal li{
    display:inline-block;
    margin-right:10px;
}
.pages.horizontal li:last-child{
    margin-right:0;
}
.pages.vertical{
    right:5px;
    top:50%;
    transform:translateY(-50%);
}
.pages.vertical li{
    margin-bottom:10px;
}
.pages.vertical li:last-child{
    margin-bottom:0;
}

.pages li{
    list-style-type:none;
    width:10px;
    height:10px;
    border-radius:50%;
    background:#fff;
    behavior: url(../js/PIE.htc);
}

.pages li:hover,.pages li.active{
    background:#2882d8;
}

/*登录那块*/
.login {
    width: 335px;
    height: 270px;
    position: absolute;
    top:-12px;
    right:15px;
    background:url(../images/banner_right.png) repeat;
}
.login_tit {
    height: 46px;
    line-height: 46px;
    padding-right:40px;
    position:relative;
    background:url(../images/xtxt.png) no-repeat 48px 45px;
}
.login_tit h2 {
    padding:0 55px;
    font-size:18px;
    color:#333;
    font-family:"Microsoft yahei",Arial;
}
.login_icon {
    width:32px;
    height:32px;
    display:inline-block;
    background:url("../images/login_icon.png") no-repeat;
    vertical-align:middle;
    margin-right:5px;
}
.login_wrap {
    padding: 10px 0px;
    line-height: 26px;
}
.login_input {
    width: 268px;
    margin-left: 50px;
    margin-bottom: 10px;
}
.login_wrap span {
    font-size: 12px;
    display: inline-block;
    line-height: 25px;
    height: 25px;
    width: 55px;
    text-align: right;
    margin-right: 5px;
    box-sizing: border-box;
    float:left;
}
.login_input input {
    width: 165px;
    height: 25px;
    box-sizing: border-box;
}
.login_yzm {
   width: 268px;
    height: 25px;
    line-height: 25px;
    margin-left: 50px;
}
.login_yzm span {
    float:left;
}
.login_yzm input {
    float:left;
    width: 60px;
    height:25px;
    font-size: 14px;
    outline: none;
    font-family: "Microsoft Yahei";
    box-sizing: border-box;
}
.yzm {
    display: inline-block;
    float:left;
    margin-left:5px;
    margin-top:1px;
     text-decoration:none;
 }
.login_yzm img {
    border:none;
    display:inline;
}
.login_yzm u {
    color:#2882d8;
    font-size: 12px;
    float:right;
    margin-left:5px;
}
.login_button {
    padding-left:100px;
    padding-right:57px;
}
.login_button input{
    width:80px;
    height:28px;
    line-height: 26px;
    font-weight: bold;
    border:1px solid #87A3C1;
    background:#DEF1FF;
    box-sizing: border-box;
}
.login_button input:hover {
    color:#fff;
    background:#2882d8;
    border:1px solid #2882d8;
}
.login_button input:active {
    color:#fff;
    background:#1265cf;
    border:1px solid #1265cf;
}
.forget_icon {
    margin-left:100px;
    color: #333;
    font-size:12px;
}
.forget_icon:hover {
    color:#2882d8;
}
.forget_icon:active {
    color:#1265cf;
}
.login_tit ul li{
    width: 94px;
    text-align: center;
    /* margin: 0 26px; */
    margin-left: 47px;
    margin-right: 5px;
    list-style: none;
    cursor: pointer;
}
#two1 {
    float:left;
    font-size: 18px;
    font-family: '黑体';
}
#two2 {
    float:right;
    font-size: 18px;
    font-family: '黑体';
}
.login_tit ul li:hover {
    font-weight:bold;
    color:#2882d8;
}
li.hover, .login_tit ul li:active{
    font-weight: bold;
    color: #1265cf;
    background: url(../images/login_icon.png)no-repeat 0px 42px;
}

#con_two_2{
    display: none;
}