﻿body{
    background: url(../img/page_bg2.png) no-repeat;
    background-size: 100% auto;
    overflow: auto;
}
.page-footer{
    margin-top: 0;
}
.industry-wrap{
    padding: 30px;
}
.industry-wrap .top-wrap{
    width: 100%;
    height: 254px;
    background: url(../img/cy_banner.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
}
.industry-wrap .top-wrap .content{
    width: 480px;
    margin:78px 94px 0 0;
    float: right;
}
.industry-wrap .top-wrap .content .title{
    overflow: hidden;
    font-size: 24px;
    font-weight: bold;
}
.content .title a{color:#fff}
.content .title a:hover{color:#CCC}
.industry-wrap .top-wrap .content .title img{
    display: block;
    width:32px;
    float: left;
    margin-bottom: 4px;
}
.industry-wrap .top-wrap .content .title span{
    display: block;
    float: left;
    margin-left:10px;
}
.industry-wrap .top-wrap .content .info{
    margin-top: 25px;
    text-align: justify;
    font-size: 14px;
}

.industry-wrap .bottom-wrap{
    overflow: hidden;
    margin-top: 28px;
}
.industry-wrap .bottom-wrap .left-article{
    width:763px;
}
.industry-wrap .bottom-wrap .article-box{
    width: 452px;
    margin-left: 38px;
}
.industry-wrap .bottom-wrap .top-title{
    color: #2D72B2;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 16px 0;
}
.industry-wrap .bottom-wrap .left-article .article-wrap{
    margin-top: 13px;
}
.industry-wrap .bottom-wrap .left-article .article-wrap .article-item{
    overflow: hidden;
    height: 60px;
    line-height: 30px;
    border-bottom: 1px solid #F1F2F4;
    padding: 1px 0;
    position: relative;
}
.industry-wrap .bottom-wrap .left-article .article-wrap .article-item.first{
    background: #F1F2F4;
    padding-left: 71px;
}
.industry-wrap .bottom-wrap .left-article .article-wrap .article-item .title{
    display: block;
    font-size: 16px;
    color: #666;
    position: relative;
    width: 75%;
    padding-left: 20px;
    float: left;
}
.industry-wrap .bottom-wrap .left-article .article-wrap .article-item .title:hover{
    color: red;
}
.industry-wrap .bottom-wrap .left-article .article-wrap .article-item .title:before{
    content: '●';
    position: absolute;
    top: 0;
    left: 0;
    color: #C8C8C8;
}
.industry-wrap .bottom-wrap .left-article .article-wrap .article-item.first .title:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    color: #C8C8C8;
}
.industry-wrap .bottom-wrap .left-article .article-wrap .article-item.first:before{
    content: '';
    position: absolute;
    width: 71px;
    height: 63px;
    background: url(../img/cy_news.png) no-repeat;
    background-size: 100% 100%;
    top: 0;
    left: 0;
    color: #C8C8C8;
}
.industry-wrap .bottom-wrap .left-article .article-wrap .article-item .time{
    color: #999;
    font-size: 16px;
    float: right;
}
.industry-wrap .bottom-wrap .right-commpany{
    overflow: hidden;
    margin:0 0 0 37px;
}
.industry-wrap .bottom-wrap .left-nav .nav-item{
    padding:30px 18px 0 21px;
    overflow: hidden;
    border-radius: 10px;
    width: 273px;
    height: 90px;
    box-sizing: border-box;
}
.industry-wrap .bottom-wrap .left-nav .nav-item .list-item{
   color: #fff;
   font-size: 14px;
   padding-right: 5px;
}
.industry-wrap .bottom-wrap .left-nav .nav-item.tz{
    background: url(../img/cy_tz.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 16px;
}
.industry-wrap .bottom-wrap .left-nav .nav-item.tz a .name{
    display: block;
    color: #fff;
    text-shadow: 0px 1px 3px rgba(0, 72, 153, .49);
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    transition: all .4s;
	font-family: 'MicrosoftYaHei-Bold';
}


.industry-wrap .bottom-wrap .left-nav .nav-item.rc{
    background: url(../img/rencai21.jpg) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 16px;
}
.industry-wrap .bottom-wrap .left-nav .nav-item.rc a .name{
    display: block;
    color: #fff;
    text-shadow: 0px 1px 3px rgba(0, 72, 153, .49);
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    transition: all .4s;
	font-family: 'MicrosoftYaHei-Bold';
}


.industry-wrap .bottom-wrap .left-nav .nav-item .name:hover{
    transform: scale(1.06);
}
.industry-wrap .bottom-wrap .left-nav .nav-item.tz img{
    width: 38px;
    height: 42px;
}
.industry-wrap .bottom-wrap .left-nav .nav-item.qy{
    background: url(../img/cy_gq.png) no-repeat;
    background-size: 100% 100%;
}
.industry-wrap .bottom-wrap .left-nav .nav-item.qy a .name{
    display: block;
    color: #fff;
    text-shadow: 0px 0px 7px rgba(182, 106, 13, 0.54);
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 16px;
    transition: all .4s;
}

.industry-wrap .bottom-wrap .right-commpany .right-nav{
    overflow: hidden;
}
.industry-wrap .bottom-wrap .right-commpany .right-nav .nav-item{
    width: 163px;
    height: 236px;
    background: url(../img/cy_qy_bg.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    margin-left: 15px;
    transition: all .4s;
}
.industry-wrap .bottom-wrap .right-commpany .right-nav .nav-item:hover{
    transform: scale(1.06);
}
.industry-wrap .bottom-wrap .right-commpany .right-nav .nav-item.lh{
    background: url(../img/cy_fh1.png) no-repeat;
}
.industry-wrap .bottom-wrap .right-commpany .right-nav .nav-item.js{
    background: url(../img/cy_fh2.png) no-repeat;
}
.industry-wrap .bottom-wrap .right-commpany .right-nav .nav-item.qy{
    background: url(../img/cy_fh3.png) no-repeat;
}
.industry-wrap .bottom-wrap .right-commpany .right-nav .nav-item .name{
    display: block;
}

.industry-wrap .bottom-wrap .right-commpany .right-nav .nav-item .zn{
    color: #fff;
    font-size: 22px;
    margin-top: 104px;
    font-weight: bold;
    text-shadow: 0px 4px 7px rgba(0, 0, 0, 0.69);
}
.industry-wrap .bottom-wrap .right-commpany .right-nav .nav-item .en{
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin-top: 6px;
    text-shadow: 0px 4px 7px rgba(0, 0, 0, 0.69);
}