*{
    font-size: 16px;
}
html,body,ul,li{
    padding: 0;
    margin: 0;
    list-style: none;
}
.clear {
    clear: both;
    height: 0px;
    width: 100%;
    font-size: 1px;
    line-height: 0px;
    visibility: hidden;
    overflow: hidden;
}
/*导航*/
.nav{
    width: 100%;
    position: absolute;
    z-index: 10;
}
.nav_content {
    width: 1200px;
    margin: 44px auto 0;
    height: 41px;
}
.nav_logo,.nav_title{
    float: left;
}
.nav_title{
    margin-left: 136px;
    color: #fff;
    line-height: 41px;
}
.nav_title>ul>li{
    float: left;
    position: relative;
}
.nav_title>ul>li>a{
    font-size: 14px;
    border-right: 1px dotted #fff;
    display: inline-block;
    padding: 0 25px;
    height: 14px;
    line-height: 14px;
    color: #fff;
    text-decoration: none;
}
.delspot{
    border-right: none !important;
}
.dropdown{
    display: none;
}
.dropdown>li{
    margin: 0 auto;
    text-align: center;
}
.dropdown>li>a{
    display: inline-block;
    padding: 5px 25px;
    background-color: rgba(0,0,0,.2);
    color: #fff;
    text-decoration: none;
    font-size: 14px;

}
/*轮播图*/
.pagination {
    position: absolute;
    z-index: 20;
    bottom: 30px;
    width: 100%;
    text-align: center;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 18px;
    height: 2px;
    border-radius: 8px;
    background: #ababab;
    margin: 0 5px;
    opacity: 0.8;
    cursor: pointer;
}
.swiper-active-switch {
    background: #fff;
}

/*镜面媒体领导者*/
.mirrormedia{
    margin: 0 auto;
    padding-bottom: 50px;
    text-align: center;
}
.mirrormedia_title{
    font-size: 30px;
}
.mirrormedia_text{
    width: 1000px;
    text-align: center;
    margin: 30px auto;
}
.mirrormedia_img{
    width: 1000px;
    text-align: center;
    margin: 70px auto 0;
}
.mirrormedia_img>div{
    float: left;
    width: 33.33%;
}
.mirrormedia_img img{
    width: 110px;
    height: 110px;
}
.mirrormedia_font{
    font-size: 16px;
}

/*媒体资源*/
.mediaresources{
    background-color: #f7f8f8;
    padding-top: 30px;
}
.mirrormedia_img_resources img{
    width: 70%;
    height: auto;
}
/*客户案例*/
.mediacase{
    padding-top: 30px;
    padding-bottom: 0 !important;
}

#case{
    width: 950px;
}
.device {
    width: 950px;
    padding: 30px 40px;
    border-radius: 20px;
    border: 3px solid white;
    margin: 5px auto;
    position: relative;
}
.device .arrow-left {
    background: url(../images/leftarrow.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 26px;
    height: 46px;
}
.device .arrow-right {
    background: url(../images/rightarrow.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 26px;
    height: 46px;
}
/*合作招商*/
.coperation{
    margin-bottom:0;
    padding-bottom: 0;
}
.mirrormedia_img_investment>div{
    width: 20%;
}
.mirrormedia_img_investment>div>p{
    text-align: center;
    margin:10px auto;
}
.investment_text{
    width: 80%;
}

/*底部*/
.footer{
    width: 100%;
    background-color: #464b51;
    color: #999;
}
.footer_top{
    width: 1000px;
    text-align: center;
    margin: 0 auto
}
.footer_top>div{
    float: left;
    margin: 40px 0;
    margin-right: 35px;
}
.footer_top>div>p{
    margin: 10px 0;
    padding: 0;
    text-align: left;
}
.footer_titel_img{
    margin-left: -4px !important;
}
.footer_bottom{
    margin: 0 auto;
    text-align: center;
    padding: 25px 0;
    background-color: #363c43;
}
.footer_titel{
    font-size: 16px;
    margin-bottom: 0 !important;
    color: #ccc;
}
.footer_img{
    float: right !important;
}
.footer_img>span{
    float: left;
    margin-right: 10px;
}