@charset "UTF-8";
/*background*/
.icon_notice,
.icon_new,
.icon_prev,
.icon_next{
    background: url(./statics/index_bg.png) no-repeat;
}
/*banner*/
.banner{
    height: 420px;
    min-width: 1000px;
    background:url(./statics/banner_bg.jpg) repeat-x;
}
.inner_banner{
    width: 980px;
    margin: 0 auto;
    position: relative;
}
.banner_pic{
    width: 980px;
    height: 420px;
    overflow: hidden;
}
.banner_pic ul{
    width: 3920px;
}
.banner_pic li{
    float: left;
}
.banner_nav{
    position: absolute;
    top: 380px;
    left: 0;
    right: 0;
    text-align: center;
    height: 20px;
    display: none;
}
.banner_nav li{
    display: inline-block;
    margin: 0 8px;
}
.banner_nav a{
    text-indent: -9999px;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-position: -174px 0;
}
.banner_nav .current a{
    background-position: -174px -35px;
}
.btn_join,.btn_join:active{
    width: 165px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    background:#55c32a;
    border-radius: 4px;
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 20px;
    top: 245px;
}
.btn_join:hover{
    color: #fff;
}
/*nav*/
.index_nav{
    height: 54px;
    line-height: 54px;
    background-color: #fff;
    border-bottom: 1px solid #e9e9e9;
    box-shadow: 0 2px 2px #f1f1f1;
    font-size: 18px;
}
.index_inner_nav{
    width: 960px;
    padding: 0 20px;
    margin: 0 auto;
    overflow: hidden;
}
.notice{
    display: inline-block;
    *display: inline;
    *zoom:1;
    margin: 0 85px 0 15px;
}
.icon_notice{
    display: inline-block;
    width: 19px;
    height: 16px;
    margin-right: 12px;
    vertical-align: -2%;
}
.notice a{
    color: #8a8a8a;
}
.notice a:hover{
    color: #1089f1;
}
.index_nav ul,.index_nav li{
    display: inline-block;
    *display: inline;
    *zoom:1;
}
.index_nav li{
    margin-right: 70px;
    line-height: 54px;

    -webkit-transition: .1s ease;
    -moz-transition: .1s ease;
    -ms-transition: .1s ease;
    transition: .1s ease;
}
.index_nav li:hover{
    line-height: 46px;
}
.index_nav li a{
    color: #8a8a8a;
}
/*container*/
.container{
    width: 1000px;
    margin: 0 auto;
    border-bottom: 1px solid #e4e4e4;
    overflow: hidden;
    zoom:1;
}
.container h3{
    color: #343434;
    font-weight: normal;
}
.mod_list{
    padding: 70px 32px 0;
    width: 430px;
    display: inline-block;
    *display: inline;
    *zoom:1;
    vertical-align: top;
}
.mod_tit{
    height: 35px;
}
.mod_tit h3{
    font-size: 22px;
}
.mod_tit a{
    float: right;
    margin-top: -13px;
    font-size: 14px;
}
.mod_tit a:hover{
    text-shadow: 3px 3px 3px #e5f2ff , -3px -3px 3px #e5f2ff;
}
.mod_con{
    font-size: 16px;
    margin-top: 8px;
}
.mod_con li{
    line-height: 220%;
}
.mod_con li a{
    color: #343434;
}
.mod_con li a:hover{
    color: #1089f1;
}
.mod_con li span{
    float: right;
    font-size: 14px;
    color: #999;
    *margin-top: -35px;
}
.icon_new{
    display: inline-block;
    width: 31px;
    height: 17px;
    background-position: -29px 0;
    vertical-align: -7%;
    margin-left: 8px;
}

.partner{
    clear: both;
    padding-top: 60px;
    height: 270px;
}
.partner_tit h3{
    padding: 30px 15px 0;
    border-top: 1px solid #e5e5e5;
    font-size: 26px;
}
.partner_con{
    margin: 40px 15px 0;
    position: relative;
}
.icon_prev,.icon_next{
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    position: absolute;
    top: 40px;
    overflow: hidden;
}
.icon_prev{
    background-position: -70px 0;
    left: 0;
}
.icon_prev:hover{
    background-position: -170px 0;
}
.icon_next{
    background-position: -120px 0;
    right: 0;
}
.icon_next:hover{
    background-position: -220px 0;
}
.partner_list{
    position: absolute;
    left: 60px;
    right: 60px;
    top: 0;
    overflow: hidden;
}
.partner_list ul{
    width: 2000px;
}
.partner_list li{
    float: left;
    width: 123px;
    margin: 0 9px;
    text-align: center;
    line-height: 150%;
}
.partner_list img{
    width: 100px;
    height: 100px;
    border-radius: 6px;
    margin-bottom: 15px;
}
.partner_list a{
    color: #343434;
    font-size: 18px;
}
.partner_list a:hover{
    color: #1089f1;
}

.copyright{
    background: #efefef;
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    color: #8f8f8f;
    text-align: center;
}
.bannerApp{width:980px;height:90px;margin:30px auto -40px;;overflow:hidden;}