/* banner图样式 */
.m-banner{
    width:100%;
    height:360px;
    margin:0 auto;
    position:relative;
    z-index:1;
    overflow:hidden;
}
.m-bannerAdsense{
    width:100%;
    height:500px;
    margin:0 auto;
    position:relative;
    z-index:1;
    overflow:hidden;
    margin-top: 100px;
}
.banner{
    position:absolute;
    z-index:1;
    left:50%;
    margin-left:-960px;
    top:0;
    width: 1920px;
    height:100%;
    overflow:hidden;
}
.banner li{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    display:none;
}
.banner li.show{
    display:block;
}
.banner li a img{
    width: 100%;
    height: 100%;
}
.banner-nav{
    width:140px;
    margin:0 auto;
    height:30px;
    position:relative;
    z-index:2;
    top:310px;
}
.banner-nav li{
    float:left;
    margin-right:10px;
    width:10px;
    height:10px;
    background: url("../imgs/banner-circle.png") no-repeat;
    cursor:pointer;
    position: relative;
    top: 50%;
    margin-top: -5px;
}
.banner-nav li.currter{
    width: 16px;
    height: 16px;
    background: url("../imgs/banner-circle-cur.png") no-repeat;
    position: relative;
    top: 50%;
    margin-top: -8px;
}
/* 内容区域 */
.m-content{
    width: 100%;
    margin-bottom:120px;
}
.m-content .m-add{
    width: 100%;
    background: #ffffff;
}
.m-content .m-news{
    background: #ffffff;
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #cdcdcd;
}
.m-content .small-banner{
    width:600px;
    height:320px;
    position:relative;
    z-index:1;
    overflow:hidden;
    float: left;
}
.m-content .small-banner .small{
    position:absolute;
    z-index:1;
    left:0;
    top:0;
    width: 600px;
    height: 320px;
    overflow:hidden;
}
.m-content .small-banner .small li{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    display:none;
}
.m-content .small-banner .small li.show{
    display:block;
}
.m-content .small-banner .small li a img{
    width: 100%;
    height: 320px;
}
.m-content .small-banner .small-nav{
    width: auto;
    margin-left: 480px;
    height: 30px;
    position: absolute;
    z-index: 2;
    top: 275px;
}
.m-content .small-banner .small-nav li{
    float:left;
    margin-right:10px;
    width:10px;
    height:10px;
    background: url("../imgs/banner-circle.png") no-repeat;
    cursor:pointer;
    position: relative;
    top: 50%;
    margin-top: -5px;
}
.m-content .small-banner .small-nav li.currter{
    width: 16px;
    height: 16px;
    background: url("../imgs/banner-circle-cur.png") no-repeat;
    position: relative;
    top: 50%;
    margin-top: -8px;
}
.m-content .small-news{
    float: right;
    width: 550px;
}
.m-content .small-news .right-title{
    width: 100%;
    height: 47px;
    border-bottom: 1px solid #cdcdcd;
}
.m-content .small-news .right-title .title-l{
    float: left;
    width: auto;
    height: 45px;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    border-bottom: 4px solid #ea5404;
    box-sizing: border-box;
}
.m-content .small-news .right-title .title-r{
    float: right;
    padding-top: 8px;
}
.m-content .small-news .right-title .title-r a{
    font-size: 14px;
    color: #999999;
}
.m-content .small-news .right-content{
    width: 100%;
}
.m-content .small-news .right-content .right-tab{
    width: 100%;
    margin: 24px 0 6px 0;
    padding-left: 27px;
}
.m-content .small-news .right-content .right-tab span{
    font-size: 16px;
    color: #999999;
    cursor: pointer;
    margin-right: 40px;
}
.m-content .small-news .right-content .right-tab .active{
    color: #ea5404;
    font-weight: bold;
}
.m-content .small-news .right-content .container{
    width: 100%;
}
.m-content .small-news .right-content ul{
    width: 100%;
    height: 210px;
    overflow: hidden;
}
.m-content .small-news .right-content ul li{
    height: 35px;
    font-size: 14px;
    position: relative;
    padding-top: 16px;
    box-sizing: border-box;
}
.m-content .small-news .right-content ul li a{
    color: #333333;
    display: inline-block;
    width: 450px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.m-content .small-news .right-content ul li a span{
    margin-right: 20px;
    color: #b6b6b6;
}
.m-content .small-news .right-content ul li>span{
    font-size: 14px;
    color: #999999;
    position: absolute;
    right: 0;
}
.m-content .m-company{
    background: #ffffff;
    width: 1200px;
    margin: 40px auto 50px;
}
.m-content .m-company a{
    display: inline-block;
    width: 380px;
    height:250px;
    overflow: hidden;
    position: relative;
    -webkit-transition:all .5s ease;
    -o-transition:all .5s ease;
    -moz-transition:all .5s ease;
    transition:all .5s ease;
}
.m-content .m-company a:hover{
    -webkit-transform:translateY(-10px);
    -moz-transform:translateY(-10px);
    -ms-transform:translateY(-10px);
    -o-transform:translateY(-10px);
    transform:translateY(-10px);
}
.m-content .m-company a img{
    width: 380px;
    height: 250px;
    z-index: 100;
}
.m-content .m-company a~a{
    margin-left: 30px;
}
.m-content .m-recommend{
    background: #ffffff;
    width: 1200px;
    margin: 0 auto;
}
.m-content .m-recommend .recommend-title{
    width: 100%;
    height: 42px;
    border-bottom: 1px solid #cdcdcd;
}
.m-content .m-recommend .recommend-title .title-l{
    float: left;
    width: auto;
    height: 44px;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    border-bottom: 4px solid #ea5404;
    box-sizing: border-box;
}
.m-content .m-recommend .recommend-title .title-r{
    float: right;
    padding-top: 8px;
}
.m-content .m-recommend .recommend-title .title-r a{
    font-size: 14px;
    color: #999999;
}
.m-content .m-recommend .block{
    width: 1200px;
    height: 320px;
    margin-top: 50px;
    overflow: hidden;
}
.m-content .m-recommend .bp{
    width: 2400px;
    height: 320px;
}
.m-content .m-recommend .b1 ,.m-content .m-recommend .b2{
    width: 1200px;
    height: 320px;
    float: left;
}
.m-content .m-recommend .b1 img{
    width: 400px;
    height: 320px;
    float: left;
}
.m-content .m-recommend .b2 img{
    width: 400px;
    height: 320px;
    float: left;
}