/******************************** banner轮播 ********************************/
.bigBanner {
    width: 100%;
    height: 450px;
    overflow: hidden;
    position: relative;
    background: url("../images/defaBanner.jpg") no-repeat center;
}

.bigBanner > ul {
    display: none;
    height: 450px;
    position: absolute;
    top:0;
    left: 0;
}

.bigBanner > ul > li{
    float: left;
    height: 450px;
    width:100%;
    overflow: hidden;
    position: relative;
}

.bigBanner > ul > li > a {
    display: block;
    text-align: center;
}
.bigBanner > ul > li > a img{
    width: 1920px;
    height: 450px;
    margin: auto;
    text-align: center;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
.swiBtnBox{
    display: none;
}
.bigBanner:hover .swiBtnBox{
    display: block;
}
.leftBtn,.rightBtn{
    width: 34px;
    height: 50px;
    position: absolute;
    top: 45%;
    right: 0;
    background: url("../images/arrowRight.png") no-repeat;
    cursor: pointer;
}

.leftBtn{
    left:0;
    background: url("../images/arrowLeft.png") no-repeat;
}

.bigBannerList{
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: center;
}

.bigBannerList > span{
    display: inline-block;
    width:10px;
    height: 10px;
    border-radius: 7px;
    margin: 0 2px;
    background: #fff;
    cursor: pointer;
    -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
}

.bigBannerList > span.focus {
    width: 20px;
    background: #ea5404;
    transition: width 0.5s;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -o-transition: width 0.5s;
}

/******************************** 企业动态 ********************************/
/******标题*******/
.proLfTit h3{
    /*font-weight: normal;*/
    font-size: 20px;
}
.proLfTit h3 a{
    float: right;
    font-size: 14px;
    position: relative;
    padding-right: 18px;
    font-weight: normal;
}
.proLfTit h3 a i.icon_more{
    width:14px;
    height:14px;
    position: absolute;
    top:2px;
    right:0;
}
.proLfTit h3 a:hover{
    color: #ea5404;
}
.proLfTit h3 a:hover i.icon_more{
    background-position: -20px 0;
}
/******居中标题******/
.proCenTit{
    text-align: center;
}
.proCenTit h3{
    display: inline-block;
    position: relative;
    padding:0 20px;
}
.proCenTit h3::before,.proCenTit h3::after{

    content: '';
    display: block;
    width:12px;
    height:18px;
    background:url("../images/css_sprites.png") no-repeat;
    position: absolute;
    top:1px

}
.proCenTit h3::before{
    background-position: -40px 0;
    left:0
}
.proCenTit h3::after{
    background-position: -60px 0;
    right: 0;
}

/*内容*/
.companyNewsCon .pic{
    width:540px;
    height:338px;
    position: relative;
}
.companyNewsCon .pic img{
    width:540px;
    height:338px;
}
.companyNewsCon .pic .txt{
    position: absolute;
    bottom: 0;
    left:0;
    height:40px;
    padding:0 20px;
    line-height: 40px;
    color: #fff;
    width:100%;
    background: rgba(0,0,0,0.6);
}
.companyNewsCon .list{
    width:620px;
}
.companyNewsCon .list li{

}
.companyNewsCon .list li a{
    display: block;
    overflow: hidden;
    height:74px;

    -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    margin-bottom: 14px;
}
.companyNewsCon .list li a:hover{
    box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
}
.companyNewsCon .list li a:hover .txt h1{
    /*background: #ea5404;*/
    color: #ea5404;
}
.companyNewsCon .list li:last-child{
    margin-bottom: 0;
}
.companyNewsCon .list li .time{
    width:74px;
    padding:10px;
    text-align: center;
}
.companyNewsCon .list li .time h3{
    font-size: 22px;
    line-height: 26px;
}
.companyNewsCon .list li .time p{
    font-size: 14px;
    line-height: 27px;
    border-bottom: 1px solid #eaeaea;
}
.companyNewsCon .list li .txt{
    width:546px;
    padding-left: 10px;
}
.companyNewsCon .list li .txt h1{
    font-size: 16px;
    margin-top: 18px;
}
.companyNewsCon .list li .txt p{
    font-size: 13px;
    margin-top: 12px;
    color: #999;
    width:100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}

/******************************** 模块3内容 ********************************/
.Modu3Box .w400{
    width:350px;
    margin-right: 50px;
}
.Modu3Box .w400 .ModuCon li a{
    font-size: 14px;
    width:100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    margin-bottom: 16px;
}
.Modu3Box .w400 .ModuCon li a:hover{
    color: #ea5404;
}

.Modu3Box .w400 .more a{
    font-size: 12px;
    background: #e6e6e6;
    color: #808080;
    display: inline-block;
    padding: 8px 12px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.Modu3Box .w400 .more a i.icon_more{
    width:10px;
    height:10px;
    background-position: 0 -20px;
    margin-left: 4px;
}
.Modu3Box .w400 .more a:hover{
    color: #fff;
    background: #ea5404;
}
.Modu3Box .w400 .more a:hover i.icon_more{
    background-position: -20px -20px;
}
/*招商中*/
.Modu3Box .w380{
    width:380px;
}
.Modu3Box .w380 .w380Con .Ul{
   /* position: relative;*/
    width:380px;
}
.Modu3Box .w380 li{
    /*position: absolute;
    top:0;
    left:0;*/
    display: none;
}
.Modu3Box .w380 li:first-child{
    display: block;
}
.Modu3Box .w380 li.focus{
    display: block;
}
.Modu3Box .w380 li .tit a img{
    width:180px;
    height:128px;
    float: left;
}
.Modu3Box .w380 li .tit a h2{
    float: left;
    width:190px;
    margin-left: 10px;
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
}
.Modu3Box .w380 li .tit a:hover h2{
    color: #ea5404;
}
.Modu3Box .w380 li p.par{
    font-size: 14px;
    line-height: 20px;
    text-indent: 24px;
    color: #999;
    margin-top: 14px;


    display: box;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
/*切换按钮*/
.Modu3Box .w380 .w380Con .btn span{
    cursor: pointer;
    width:24px;
    height:24px;
    display: block;
    background: #e6e6e6;
    float: left;
    margin-right: 4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    margin-top: 14px;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
}
.Modu3Box .w380 .w380Con .btn span:hover{
    background: #ea5404;
    color: #fff;
}



/******************************** 运营园区 ********************************/

#OperList{
    width:1092px;
    overflow:hidden;
    margin-left:20px;
}
#OperList ul{
    overflow: hidden;
}
#OperList ul li{
    float:left;
    width:204px;
    margin-right: 18px;
    text-align:center;
}
#OperList ul li img{
    width:204px;height:144px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
#OperList ul li p{
    color:#333;
    font-size:15px;
    margin-top: 12px;
}
#OperList ul li p a{
    color:#333;
}

.OperBox span{
    width:24px;
    height:32px;
    background-color: #e6e6e6;
    display:block;
    cursor:pointer;
    margin-top:59px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.OperBox span:hover{
    background-color: #ea5404;
}
.OperBox span.icon_btn_lf{
    background-position: 0 -40px;
}
.OperBox span.icon_btn_lf:hover{
    background-position: 0 -82px;
}
.OperBox span.icon_btn_rt{
    background-position: -34px -40px;
}
.OperBox span.icon_btn_rt:hover{
    background-position: -34px -82px;
}

/******************************** 入驻企业 ********************************/
.enterBox .enterCon ul li{
    float: left;
    margin-right: 53px;
}
.enterBox .enterCon ul li:nth-child(6n){
    margin-right: 0;
}
.enterBox .enterCon ul li img{
    width:152px;
    height:44px;
}