charset "utf-8";
*{ padding:0; margin:0;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p{ padding:0px; margin:0px;}
ol, ul{ list-style:none;}
a{ text-decoration:none; color:#000;}
a:hover { COLOR:#ff3b00cc;text-decoration: none !important;}
img { border:0;}
input{
    outline: none;
}
/*公共样式开始*/
body{ margin:0 auto; color:#5c676e; background:#fff; font-family: "Microsoft YaHei", '微软雅黑', '宋体'; font-size:14px;}
.clear{ clear:both; font-size:0px; line-height:0px; height:0px;}
.wrapper{ max-width:1462px; width: 100%;margin:0 auto;}
.fl{float: left;}
.fr{float: right;}
.dh {
    transition: 1s;
    -moz-transition: 1s;    -webkit-transition: 1s;
    -o-transition: 1s;
}
.header{
    width: 100%;
    padding:73px 0px;
    background:#aa1f14;
}
.header .search{
    height: 35px;
    padding:44px 0px 0px;
}
.header .search .search_box{
    width: 282px;
    height: 32px;
    border:1px solid #fff;
    background:#aa1f14;
    color: #fff;
    text-indent: 10px;
    font-size: 12px;
}
input::-webkit-input-placeholder {
    color: #fff;
}
.header .search .search_btn{
    color: #fff;
    outline: none;
    cursor: pointer;
    line-height: 32px;
    background:none;
    border:0px;
    font-size: 16px;
}
.nav{
    width: 100%;
    height: 59px;
    border-top:1px solid #fff;
    background:#aa1f14;
    position: relative;
}
.nav .nav_li{
    width: 120px;
    float: left;
    text-align: center;
    display: block;
    height: auto;
    position: relative;
}
.nav .nav_li .li_a{
    display: inline-block;
    width: 100%;
    height: 59px;
    line-height: 59px;
    color: #fff;
    font-size: 19px;
    background:url(/skin/images/li_a.jpg) no-repeat right center;
    position: relative;
}
.nav .nav_li:nth-child(12) .li_a{
    background:none;
}
.nav .active{
    background: url(/skin/images/li_b.jpg) no-repeat center bottom;
}
.drop-down-content {
    padding: 0;
    display: none;
    /*background: url(/skin/images/navbg.png) no-repeat center top;*/
    width: 100%;
    border-radius: 5px;
    margin-top:-5px;
    padding: 5px 0px;
    border-radius: 5px;
    position: absolute;
    z-index: 6000;
    margin-left: -1px;
}
.drop-down-content li{
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
}
.drop-down-content li a{
    color: #666;
    font-size: 14px;
    line-height: 32px;
}
.drop-down-content li a:hover{
    color: #aa1f14;
}
.nav .nav_li:hover .drop-down-content{
    display: block;
}
.drop-down-content li:first-child{
    /*border-top-left-radius: 5px;
    border-top-right-radius: 5px;*/
}
.drop-down-content li:last-child{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.nav .nav_li:hover .li_a{
    background: #fff;
    color: #aa1f14;
    height: 49px;
    margin-top: 10px;
    margin-left: -1px;
    line-height: 41px;
}
.drop-down-content li:hover{
     background: rgba(53, 53, 53, 0.6);
}
.drop-down-content li:hover a{
    color: #fff;
}
/*banner*/
.example{}
.example ol{
    position:relative;
    width: 80px;
    height: 20px;
    top:-30px;
    margin:0 auto;
}
.example ol li{
    float:left;
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #fff;
}
.example ol li.seleted{
    background: #aa1f14;
}
.footer{
    width: 100%;
    padding:56px 0px;
    background: #aa1f14;
}
.footer_con{
    width: 980px;
    height: 159px;
    margin:0px auto;
}
.footer_con .footer_logo img{
    padding-top: 42px;
}
.footer_con .footer_r{
    border-left: 1px solid #fff;
    height: 159px;
    margin-left: 60px;
    padding-left: 60px;
    color: #fff;
    font-size: 15px;
    line-height: 23px; 
}
.footer_con .footer_r p{
    margin-bottom: 20px;
}
.footer_con .footer_r p:first-child{
    background: url(/skin/images/f1.png) no-repeat;
    text-indent: 26px;
}
.footer_con .footer_r p:nth-child(2){
    background: url(/skin/images/f2.png) no-repeat;
    text-indent: 26px;
}
.footer_con .footer_r p:nth-child(3){
    background: url(/skin/images/f3.png) no-repeat;
    text-indent: 26px;
    font-size: 18px;
}


.cont{
    max-width:1460px;
    margin:20px auto;
    width: 100%;
}
.cont_fl{
    float:left;
    width:1000px;
}
.hot_list1{
    width: 1000px;
}
.hot_list1 .index_title{
    width: 100%;
    height: 40px;
    background: url(/skin/images/title.png) no-repeat;
    background-size: 100%;
    font-size: 23px;
    color: #aa1f14;
    line-height: 30px;
    overflow: hidden;
    margin-top: 8px;
}
.hot_list1 hr{
    border:1px solid #c98582;
    margin-top:0px;
    display: none;
}
.hot_list1 .index_title span{
    float: right;
    display: inline-block;
    background: url(/skin/images/more.png) no-repeat;
    width: 37px;
    height: 12px;
    margin-top: 13px;
}
.hot_list1 .example2{
    width: 1000px;
    height: 550px;
    overflow: hidden;
    margin-top: 26px;
}
.hot_list1 .example2 ol{
    position: relative;
    height: 20px;
    top: -28px;
    float: right;
    margin-right: 9px;
}
.hot_list1 .example2 ol li{
    float:left;
    width: 5px;
    height: 5px;
    margin: 5px;
    background: #fff;
    border-radius: 50%;
}
.hot_list1 .example2 ol li.seleted{
    background: #aa1f14;
}
.hot_list1 .example2 ul li{
    position: relative;
    width: 1000px;
    height: 500px;
}
.hot_list1 .luara-left ul li img{
    width: 100%;
    height: 100%;
    position: absolute;
}
.hot_list1 .example2 ul li p{
    position: absolute;
    background: #871e14;
    color: #fff;
    text-indent: 20px;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    width: 100%;
    bottom: 0px;
}
/*三亿体育app网页版入口新闻*/
.xinwen{
    margin-top:65px;
    width:480px;
}
 .xinwen .index_title{
    width: 100%;
    height: 40px;
    background: url(/skin/images/title.png) no-repeat;
    font-size: 23px;
    color: #aa1f14;
    line-height: 30px;
    overflow: hidden;
}
.xinwen .index_title span{
    float: right;
    display: inline-block;
    background: url(/skin/images/more.png) no-repeat;
    width: 37px;
    height: 12px;
    margin-top: 15px;
}
.xinwen ul{
    float:left;
    width:500px;
}
.xinwen ul li{
    list-style-type: square;
    height:42px;
    margin-left:30px;
    color:#aa1f14;
    line-height:42px;
}
.xinwen ul li a{
    display:inline-block;
    width:365px;
    margin-right:40px;
     font-size:12px;
}
.xinwen ul li span{
    color:#a9a9a9;
    font-size:12px;
}
.xinwen2{
    float:right;
}
/*校园风采*/
.xiaoyuan{
    width:1000px;
    margin:30px auto 0;
}
.xiaoyuan .index_title{
    width: 100%;
    height: 40px;
    background: url(/skin/images/title.png) no-repeat;
    background-size: 100%;
    font-size: 23px;
    color: #aa1f14;
    line-height: 28px;
    overflow: hidden;
}
.xiaoyuan hr{
    border:1px solid #c98582;
    margin-top:0px;
    display: none;
}
.xiaoyuan .index_title span{
    float: right;
    display: inline-block;
    background: url(/skin/images/more.png) no-repeat;
    width: 37px;
    height: 12px;
    margin-top: 13px;
}
.xiaoyuan_box{
    margin-top:10px;
}
.xiaoyuan .fl {
    position:relative;
     width:480px;
    height:300px;
}
.xiaoyuan .fl img{
    width:480px;
    height:300px;
}
.xiaoyuan .fl p{
    position:absolute;
    bottom:0px;
    left:1px;
    width:479px;
    height:40px;
    line-height:40px;
    background:#a1170f;
    color:#fff;
    text-indent:10px;
    opacity:0.8;
}
.xiaoyuan ul{
    float:left;
    width:500px;
}
.xiaoyuan ul li{
    list-style-type: square;
    height:42.85px;
    margin-left:50px;
    color:#aa1f14;
    line-height:35px;
     font-size:12px;
}
.xiaoyuan ul li a{
    display:inline-block;
    width:365px;
    margin-right:40px;
}
.xiaoyuan ul li span{
    color:#a9a9a9;
    font-size:12px;
}

.cont_fr{
    float:right;
    width:400px;
    margin:8px auto 0;
}
.cont_fr .tongzhi{
    width:100%;
    height:40px;
   background: url(/skin/images/title.png) no-repeat;
    font-size: 23px;
    color: #aa1f14;
    line-height: 30px;
    overflow:hidden;
}
.cont_fr .tongzhi span{
    float:right;
    display:inline-block;
    background:url(/skin/images/003.png) no-repeat;
    width:54px;
    height:30px;
    margin-top:12px;

}
.tongzhi_box1{
    margin:27px auto 0;
    height:60px;
}
.tongzhi_box1 .fl{
    float:left;
    width:53px;
    height:60px;
    border:1px solid #aa1f14;
    font-size:12px;
}
.tongzhi_box1 .fl div{
    height:30px;
    line-height:30px;
    text-align:center;
    color:#aa1f14;
}
.tongzhi_box1 .fl .div1{
    background:#aa1f14;
    color:#fff;
    font-size:15px;
}
.tongzhi_box1 .fr{
    float:right;
    width:300px;
    height:60px;
    font-size:12px;
}
.tongzhi_box1 .fr .a1{
    display:block;
    color:#aa1f14;
    margin-bottom:-13px;
}
.cont_fr .video{
    width:100%;
    height:40px;
   background: url(/skin/images/title.png) no-repeat;
    font-size: 23px;
    color: #aa1f14;
    line-height: 30px;
    overflow:hidden;
    margin-top:65px;
}
.cont_fr .video span{
    float:right;
    display:inline-block;
    background:url(/skin/images/003.png) no-repeat;
    width:54px;
    height:30px;
    margin-top:12px;

}
.shipin{
    width:400px;
    height:400px;
    margin-top:50px;
}
.shipin ul {
    margin-top:20px;
}
.shipin ul li{
    width:200px;
    height:120px;
    float:left;
    position:relative;
    margin-bottom:15px;
}
.shipin ul li img{
    float:left;
    width:190px;
    height:120px;
    max-width:100%;
    max-height:100%;
}
.shipin ul li p{
    position:absolute;
    bottom:0;
    left:0;
    background:#9d3022;
    width:190px;
    height:25px;
    line-height:25px;
    color:#fff;
    font-size:12px;
    text-indent:5px;
    opacity:0.8;
}

/*北汽动态*/
.beiqi{
    width:400px;
    margin-top:-60px;
    font-size:12px;
}
 .beiqi .index_title{
    width: 100%;
    height: 40px;
    background: url(/skin/images/title.png) no-repeat;
    font-size: 23px;
    color: #aa1f14;
    line-height: 30px;
    overflow: hidden;
}
.beiqi .index_title span{
    float: right;
    display: inline-block;
    background: url(/skin/images/more.png) no-repeat;
    width: 37px;
    height: 12px;
    margin-top: 15px;
}
.beiqi ul{
    width:400px;
    margin-left:-10px;
}
.beiqi ul li{
    list-style-type: square;
   height:42.85px;
    margin-left:30px;
    color:#aa1f14;
    line-height:42px;
}
.beiqi ul li a{
    display:inline-block;
    width:330px;
    font-size:12px;
}
.beiqi ul li span{
    color:#a9a9a9;
    font-size:12px;
}
@media screen and (min-width: 1200px) and (max-width:1500px){
    .wrapper {
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
    }
    .nav .nav_li{
        width: 98px !important;
    }
    .cont {
        max-width: 1200px;
        margin: 20px auto;
        width: 100%;
    }
    .cont_fl {
        float: left;
        width: 880px;
    }
    .cont_fr {
        float: right;
        width: 298px;
        margin: 8px auto 0;
    }
    .hot_list1{
        width: 100%;
    }
    .hot_list1 hr{
        display: none;
    }
    .hot_list1 .index_title {
        width: 100%;
        height: 40px;
        background: url(/skin/images/title.png) no-repeat;
        background-size: 100%;
        font-size: 23px;
        color: #aa1f14;
        line-height: 30px;
        overflow: hidden;
        margin-top: 5px;
    }
    .hot_list1 .example2{
        width: 100% !important;
    }
    .xinwen{
        margin-top: 30px;
        width: 420px;
    }
    .xinwen ul{
        width: 100%;
    }
    .xinwen ul li{
        overflow: hidden;
        background: url(/skin/images/li.png) no-repeat 3px 19px;
        margin-left: 0px;
        text-indent: 9px;
    }
    .xinwen ul li a {
        width:auto;
        margin-right: 0px;
    }
    .xinwen ul li span{
        float: right;
    }
    .xiaoyuan{
        width: 100%;
    }
    .xiaoyuan hr{
        display: none;
    }
    .tongzhi_box1 .fr{
        float: right;
        width: 231px;
        height: 60px;
        font-size: 12px;
    }
    .shipin {
        width: 100%;
        height: auto;
        margin-top: 0px;
        overflow: hidden;
    }
    .cont_fr .video{
        margin-top: 30px;
    }
    .shipin ul li {
        width: 140px;
        height: 120px;
        float: left;
        position: relative;
        margin-bottom: 15px;
        margin: 0px 4px 27px;
    }
    .shipin ul li img{
        width: 100%;
    }
    .shipin ul li p{
        width: 100%;
    }
    .shipin ul {
        margin-top: 10px;
    }
    .beiqi{
        width: 100%;
        margin-top: -8px;
    }
    .beiqi ul{
        width: 100%;
        margin-left: 0px;
    }
    .beiqi ul li{
        overflow: hidden;
        background: url(/skin/images/li.png) no-repeat 3px 19px;
        margin-left: 0px;
        text-indent: 9px;
        list-style-type: none;
    }
    .beiqi ul li a{
        width: 226px;
    }
    .beiqi ul li span{
        float: right;
    }
}



