/*轮播*/
.layui-carousel{
    width: 100%;
    height: 100% !important;
}
.layui-carousel img{
    width: 100%;
    height: 100%;
}


/*中间 部分*/
.plan{
    text-align: center;
    padding-top:80px;
}
.news{
    width: 1200px;
    margin:0 auto;
    text-align: center;
    padding-top:100px;
    overflow: hidden;
}
.news-detail{
    overflow: hidden;
}
.news-img{
    float: left;
    margin-top: 98px;
    position: relative;
    width: 370px;
    height: 511px;
}
.news-img img{
    width: 100%;
}
.news-describe{
    position: absolute;
    bottom: 0;
    color: #fff;
    background: rgba(0,0,0,0.5);
    line-height: 2;
    text-align: left;
}
.news-describe>a{
    display: block;
    width: 100%;
    height: 100%;
    width: 350px;
    padding: 15px 10px;
}
.news-describe span{
    display: block;
    color: #fff;
}
.news-describe span:hover{
    color: #fff;
}
.new-tab{
    float: right;
    width: 815px;
}
.tab-title{
    overflow: hidden;
    padding:40px 0 45px;
}
.tab-title li{
    width: 150px;
    text-align: center;
    float: left;
    color:#666;
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    border-right: 2px solid #666;
    cursor: pointer;
}
.tab-title .actived{
    color: #325597;
}
.tab-title li:last-child{
    border-right: none;
}
.company-bg{
    padding: 18px 0;
    border-bottom: 1px dashed #dcdcdc;
    color:#333;
}
.company-bg:first-child{
    padding-top:0px;
}
.company-new{
    display: block;
    padding: 10px;
    text-align: left;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.company-new:hover{
    background: #5879aa;
}
/*.company-new:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background: #5879aa;
    z-index: -1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.company-new:hover:after {
    right: 0;
    width: 100%;
    z-index: -1;
}*/
.company-bg>a:hover{
    color: #ffffff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.company-left{
    width: 655px;
    float: left;
}
.company-title{
    font-size: 18px;
    font-weight: bold;
}
.company-content{
    font-size: 14px;
    margin-top: 10px;
}
.company-time{
    float: right;
    margin-right: 12px;
}
.company-time p{
    font-size: 18px;
}
.company-time span{
    display: block;
    width: 73px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color:#333;
    background: #ebebeb;
    border-radius: 10px;
    font-size: 12px;
    margin: 29px auto 0;
}
.company-new:hover .company-time span{
    background: #ffffff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.hide{
    display: none;
}
.partner{
    width: 1200px;
    margin:0 auto;
    text-align: center;
    padding-top:100px;
    overflow: hidden;
}
#q-carousel{
    height: 290px !important;
    background: #fff;
}
.partner-1{
    overflow: hidden;
    padding:0 20px;
    background: #fff !important;
}
.partner-1 li{
    float: left;
    margin-top: 55px;
    text-align: center;
    width: 28%;
    height: 60px;
    line-height: 60px;
}
.clearfix {
    display: block;
}
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
/*.partner-1 li:nth-child(4n+1){
    width:16%;
}*/
.partner-1 img{
    width: auto;
    height: auto;
}
