html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    vertical-align: baseline;
    
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}

body {
    line-height:1;
    *line-height:0;
    
    font-size: 12px;
    /*background:#f0f0f0;*/
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{
    color: #626262;
    text-decoration: none!important;
    /* -webkit-backface-visibility: hidden; */
}
a:hover,a:visited,a:link,a:active {
   color: #626262; 
}
li{
    list-style: none;
}
html, body {
    width: 100%;
    min-width: 1180px;
}

body {
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
}
.clearfix {
    zoom: 1;
}
.boxLeft{
    float:left;
}
.boxRight{
    float:right;
}
.text-right{
    text-align:right;
}
.text-left{
    text-align:left;
}

/*分页*/
.list-page-filp{
    width:1178px;
    height:40px;
    margin:50px auto;
    text-align:center;
}
.list-page-filp .list-page-text{
    display:inline-block;
    *zoom:1;
    *display:inline;
    height:40px;
    line-height:40px;
    font-size:16px;
    color:#595959;
}
.list-page-filp a{
    display: inline-block;
    width: 34px;
    height: 34px;
    font-size: 12px;
    margin: 0 4px;
    color: #666;
    line-height: 34px;
    text-align: center;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ddd;
    text-transform: uppercase;
}
.list-page-filp .page-width {
    width: 70px;
}
.list-page-filp .list-page-inp{
    display:inline-block;
    *zoom:1;
    *display:inline;
    height:40px;
    line-height:40px;
    font-size:16px;

    margin:0 20px;
}
.list-page-filp .list-page-inp .text{
    width:44px;
    height:30px;
    line-height:30px;
    padding:0 6px;
    /* margin:0 0 0 40px; */
    border:1px solid #ddd;
}
.list-page-filp .list-page-inp .btn{
    border: 0;
    background: none;
    font-size: 16px;
    background: #9e322f;
    color: #fff;
    width: 60px;
    height: 40px;
    border-radius: 5px;
    margin-left: 10px;
}
.list-page-filp a.cur{
    background:#9e322f;
    color:#fff;
}

.navs{
    width:100%;
    height:40px;
    background:#f5f5f5;
}
.navs .nav-ctn{
    width:1178px;
    height:40px;
    line-height:40px;
    font-size:14px;
    margin:0 auto;
}
.navs .nav-ctn a{
    color:#000;
}


/*首页*/
.headers{
    width:100%;
    height:124px;
}
.headers .header-top{
    width: 1178px;
    height: 66px;
    margin: 0 auto;
    font-size: 14px;
    color: #333333;
}
.headers .header-top .welcome{
    float:left;
    line-height:66px;
    /*margin-left: 394px;*/
}
.headers .header-top .telphone{
    float:right;
    width:222px;
    line-height:66px;
    text-align:right;
    background-image: url('../front-img/telphone-icon.png');
    background-repeat: no-repeat;
    background-position: left center;
}
.headers .header-top .top-code{
    width:90px;
    float:right;
    position:relative;
    margin:0 20px 0 36px;
    z-index:99;
}
.headers .header-top .top-code .top-weixinma,.top-weiboma{
    position:absolute;
    display:none;
}
.headers .header-top .top-code .top-weixinma{
    right:12px;
    top:46px;
}
.headers .header-top .top-code .top-weiboma{
    left:0;
    top:46px;
}
.headers .header-top .top-code li{
    float:left;
    margin-right:10px;
    margin-top:16px;
}
.headers .nav{
    background:url('../front-img/nav-bg.png') right center no-repeat;
    height:50px;
    margin-top:8px;
}
.headers .nav .nav-container{
    width:1178px;
    height:50px;
    margin:0 auto;
}
.headers .nav .nav-container .logo{
    width:316px;
    float:left;
    margin-top:-7px;
}
.headers .nav .nav-container .nav-ul{
    width:824px;
    height:50px;
    background: url('../front-img/nav-menu-bg.png') left center no-repeat;
    float:right;
    padding-left:30px;
}
.headers .nav .nav-container .nav-ul li{
    width:117.7px;
    height:49px;
    line-height:49px;
    text-align:center;
    float:left;
}
.headers .nav .nav-container .nav-ul li:hover{
     background:#fd010e;
}
.headers .nav .nav-container .nav-ul li.curren{
    background:#fd010e;
}
.headers .nav .nav-container .nav-ul li a{
    display:block;
    font-size:16px;
    color:#fff;
}
.headers .nav .nav-container .nav-ul .son-menu{
    width:117.7px;
    position:relative;
    z-index: 2;
    display:none;
}
.headers .nav .nav-container .nav-ul .son-menu li{
    height:50px;
    border-top:1px solid #e84d54;
    background:#fe8086;
    position: relative;
}
.grandson-menu{
    background: #e84d54;
    position: absolute;
    left: 119px;
    top: 0;
    display: none;
}

.grandson-menu li{
    width:140px!important;
}

/*banner*/
.slideBox{
    position:relative;
    background:#ddd;
    margin:0 auto;
    clear:both;
    /*border-bottom:1px solid #d5d3d3;*/
}
.slideBox .hd{
    height:18px;
    overflow:hidden;
    margin:10px auto;
    position:absolute;
    bottom: 70px;
    left: 41%;
}
.slideBox .hd ul{
    text-align:center;
    margin:0 auto;
}
.slideBox .hd ul li{
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 62px;
    height: 10px;
    margin: 5px;
    /* border-radius: 6px; */
    background: #afafaf;
    background: rgba(175,175,175,.5);
    filter: alpha(opacity=50);
    overflow: hidden;
    font-size: 0;
}
.slideBox .hd ul li.on{
    background:#c4a90a !important;
    filter: alpha(opacity=100);
}
.slideBox .bd{ 
     position:relative;
     z-index:0;
}
.slideBox .bd ul li{
    overflow: hidden;
    width: 100%;
    position: relative;
}
.slideBox .bd li img{
    width:100%;
    vertical-align:top;
}
/*三个图标*/
.index-top-icon{
    width:1178px;
    height:80px;
    border-top:14px solid #494652;
    margin:-50px auto 0;
    position:relative;
    z-index: 9;
}
.index-top-icon li{
    width:236.6px;
    height:80px;
    line-height:62px;
    text-align:center;
    background:#494652;
    padding:0 78px;
    float:left;
    cursor:pointer;
    font-size:20px;
    color:#fff;
    font-weight: 700;
}
.index-top-icon li span{
    display:inline-block;
    *zoom:1;
    *display:inline;
    width:20px;
    height:15px;
    position:relative;
    left:-9px;
    top:1px;
    background-image: url('../front-img/whitePaper-icon.png');
    background-repeat: no-repeat;
}
.index-top-icon li.active{
    background:#fff;
    color:#ff7800;
}
/*走进国投*/
.index-about-ctn{
    width:1178px;
    height:744px;
    margin:30px auto 0;
    position:relative;
    background-image:url('../front-img/index-about-pic.png');
    background-repeat: no-repeat;
    background-color:#fff;
}
.index-about-ctn .index-about-text{
    width:900px;
    height:334px;
    background:url('../front-img/index-about-bg.png') repeat;
    /*background:#ddd;*/
    padding:0 76px 0 202px;
    position:absolute;
    left:0;
    bottom:0;
}
.index-about-ctn .index-about-text .text-title{
    line-height:38px;
    font-size:18px;
    font-weight: 700;
    margin-top:20px;
    margin-bottom: 22px;
}
.index-about-ctn .index-about-text p {
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
}

.index-about-ctn .about-title{
    width: 144px;
    height: 70px;
    line-height:70px;
    text-align:center;
    /*padding: 26px;*/
    background: url(../front-img/whitePaper-bg.png) repeat;
    position: absolute;
    left: 0;
    bottom: 264px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

/*服务体系*/
.index-service-title{
    width:1178px;
    height:60px;
    border-bottom:4px solid #d6d6d6;
    margin:30px auto 0;
    background:#f5f7f6;
    overflow:hidden;
    clear:both;
}
.index-service-title .title{
    height:30px;
    line-height:30px;
    font-size:20px;
    color:#aa1f24;
    padding-left:18px;
    font-weight: 700;
    border-left: 8px solid #aa1f24;
    margin-left: 10px;
    margin-top: 18px;
}
.service-content{
    width:1178px;
    height:360px;
    margin:0 auto;
}
.service-content .service-item{
    width:285.4px;
    height:360px;
    text-align:center;
    background:#f5f5f5;
    float:left;

    -webkit-transition: all .5s;   
    -moz-transition: all .5s;   
    -ms-transition: all .5s;   
    -o-transition: all .5s;   
    transition: all .5s;
}
.service-content .service-item dt{
    height:74px;
    margin-top:48px;
    overflow:hidden;
    text-align:center;
    position:relative;
}
.service-content .service-item dt img{
    position: absolute;
    left:38%;
    top:0;
}
.service-content .service-item .title{
    line-height:54px;
    font-size:24px;
    color:#aa1f24;
    margin-bottom:8px;
}


.service-content .service-item .text-box{
    display:inline-block;
    *zoom:1;
    *display:inline;
    width:172px;
    height:114px;
    border:1px solid #a0a0a0;
    padding:10px 14px 0 54px;
    text-align:left;
    color:#646464;
}
.service-content .service-item .text-box p{
    line-height:28px;
}
.service-content .service-item{
    margin-right:12px;
}
.service-content .active{
    background:#cd8532;
    color:#fff!important;
}
.service-content .active dd{
    color:#fff!important;
    border-color:#fff!important;
}
.service-content .active dt img{
    top:-75px!important;
}
/* 
新闻中心
.newsCenter{
    width:1178px;
    margin:0 auto;
}
.index-newsCenter-title{
    width:1178px;
    height:90px;
    background:#413d4b;
}
.index-newsCenter-title .news-title-left{
    width: 144px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    background: #494652;
}
.index-newsCenter-title .nwes-top-list{
    width:1034px;
    height:80px;
    padding-top:10px;
}
.index-newsCenter-title .nwes-top-list li{
    width:206.8px;
    height:80px;
    line-height:80px;
    text-align:center;
    font-weight: 700;
    font-size:20px;
    color:#fff;
    float:left;
    cursor:pointer;
}
.index-newsCenter-title .nwes-top-list li.active{
    background:#f5f7f6;
    color:#3a3544;
    line-height:80px;
}

.index-newsCenter-listCtn{
    width:1178px;
    height:1100px;
    border-bottom:2px solid #d6d6d6;
    background:#f5f7f6;
}
.news-items-box{
    display:none;
}
.index-newsCenter-listCtn .index-news-item{
    width:1158px;
    height:212px;
    border-bottom:1px solid #dbdada;
    padding:50px 10px 24px 10px;
}
.news-item-times{
    width:135px;
    height:212px;
    color:#cd8532;
}
.news-item-times dt{
    font-size:50px;
    line-height:42px;
    font-weight: 700;
    padding-left:24px;
}
.news-item-times dd{
    font-size:16px;
    line-height:32px;
    padding-left:24px;
}
.news-item-ctn{
    width:1022px;
    height:212px;
}
.news-item-ctn .title{
    height:52px;
    font-size:22px;
}
.news-item-ctn .title a{
    color:#000;
    font-weight:700;
}
.news-item-ctn p{
    font-size:16px;
    line-height:32px;
    color:#878787;
}
.news-item-ctn .item-bottom{
    width:1006px;
    height:50px;
    line-height:50px;
    font-size:14px;
}
.news-item-ctn .item-bottom .read{
    padding-left:24px;
    background-image: url('../front-img/news-center-pic4.png');
    background-repeat: no-repeat;
    background-position: left center;
    color:#878787;
} */


/*====================新闻中心=============================*/
.newsCenter{
    width:1178px;
    margin:0 auto;
}
.index-newsCenter-title{
    width:1178px;
    height:90px;
    background:#413d4b;
}
.index-newsCenter-title .news-title-left{
    width: 312px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    background: #413d4b;
}
.index-newsCenter-title .nwes-top-list{
    width:860px;
    height:80px;
    padding-top:10px;
}
.index-newsCenter-title .nwes-top-list li{
    width:286px;
    height:80px;
    line-height:80px;
    text-align:center;
    font-weight: 700;
    font-size:20px;
    color:#fff;
    float:left;
    cursor:pointer;
}
.index-newsCenter-title .nwes-top-list li.active{
    background:#fff;
    color:#3a3544;
    line-height:80px;
}

.index-newsCenter-listCtn{
    width:1178px;
    background:#f5f5f5;
}
.news-items-box{
    width:1114px;
    padding:26px 32px 0;
    display:none;
}
.news-items-box .more{
    display:block;
    font-size:20px;
    height:80px;
    line-height:80px;
    text-align:center;
}
.index-newsCenter-listCtn .index-news-item{
    width:100%;
    /*height:212px;*/
    border-top:1px solid #dbdada;
    border-bottom:1px solid #dbdada;
    padding:20px 0;
    margin-top:20px;
}
.news-item-times{
    width:324px;
    height:196px;
    color:#cd8532;
    margin-right:26px;
    background:#569;
}
.news-item-times img{
    display:block;
    width:100%;
    height:100%;
}
/*.news-item-times dt{
    font-size:50px;
    line-height:42px;
    font-weight: 700;
    padding-left:24px;
}
.news-item-times dd{
    font-size:16px;
    line-height:32px;
    padding-left:24px;
}*/
.news-item-ctn{
    width:764px;
    /*height:212px;*/
}
.news-item-ctn .title{
    height:52px;
    line-height:44px;
    font-size:22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    
}
.news-item-ctn .title a{
    color:#000;
    font-weight:700;
}
.news-item-ctn p{
    font-size:16px;
    line-height:36px;
    display:-webkit-box; 
    -webkit-box-orient:vertical; 
    -webkit-line-clamp:3;
    overflow:hidden;
    color:#878787;
      height:108px;
}
.news-item-ctn .item-bottom{
    /*width:1006px;*/
    height:50px;
    line-height:50px;
    font-size:16px;
    color:#878787;
}
.news-item-ctn .item-bottom li{
    float:right;
    margin-left:40px;
}
.news-item-ctn .item-bottom li a{
    color:#878787;
}
.news-item-ctn .item-bottom .read{
    padding-left:24px;
    background-image: url('../front-img/news-center-pic4.png');
    background-repeat: no-repeat;
    background-position: left center;
    color:#878787;
}

/*=================新闻中心结束==================*/


/*政信研究院*/
.zxResearch-pic1{
    background:url('../front-img/index-zxResearch-pic01.png');
    background-repeat: no-repeat;
    background-position: left bottom;
}
.zxResearch-pic2{
    background:url('../front-img/index-zxResearch-pic02.png');
    background-repeat: no-repeat;
    background-position: left bottom;
}
/*footer*/
.footer-wrap{
    width:100%;
    height:302px;
    background:url('../front-img/footer-bg.png') repeat;
    color:#eee;
}
.footer-wrap .footer{
    width:1178px;
    height:302px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
.footer-wrap .footer .footer-ctn{
    width:1178px;
    height:114px;
    margin:69px auto;
}
.footer-wrap .footer .footer-ctn .footer-ctn-left{
    width:685px;
    float:left;
}
.footer-wrap .footer .footer-ctn .footer-ctn-left .footer-ctn-left-list{
    width:685px;
    font-size:16px;
    color:#eeeeee;
    margin-bottom:10px;
}
.footer-wrap .footer .footer-ctn .footer-ctn-left .footer-ctn-left-list a{
    color:#eeeeee;
    font-size:14px;
}
.footer-wrap .footer .footer-ctn .footer-ctn-left .footer-ctn-left-list .title{
    width:102px;
    line-height:33px;
    float:left;
}
.footer-wrap .footer .footer-ctn .footer-ctn-left .footer-ctn-left-list .list{
    width:550px;
    *width:520px;
    float:left;
}
.footer-wrap .footer .footer-ctn .footer-ctn-left .footer-ctn-left-list .list li{
    float:left;
    height:20px;
    line-height:20px;
    margin:7px 10px 0 0;
    padding-right:10px;
    border-right:1px solid #959595;
}
.footer .footer-ctn-right{
    width:390px;
    height:114px;
    float:right;
}
.footer .footer-ctn-right .footer-logo{
    width:160px;
    float:right;
    text-align:right;
}
.footer .footer-ctn-right .list{
    width:200px;
    float:right;
    margin-top:10px;
}
.footer .footer-ctn-right .list li{
    line-height:36px;
    font-size:14px;
    text-align:right;
}
.footer .footer-bottom{
    width:1178px;
    height:50px;
    font-size:16px;
}
.footer .footer-bottom .footer-bottom-left{
    width:702px;
    line-height:50px;
    text-align:right;
    float:left;
    margin-right:90px;
}




.footer .footer-bottom .footer-bottom-right{
    width:248px;
    line-height:50px;
    padding-left:36px;
    background:url('../front-img/footer-bottom.png') no-repeat left center;
    float:left;
}

/*公共-二级导航*/
.banner2{
    width:100%;
    /* height:432px; */
    text-align:center;
}
.banner2 img{
     width:100%; 
    /* height:432px; */
}


/*新闻中心*/
.centerNews-item .centerNews-item-title .title,
.video-list .titleBox .title{
    width:360px;
    line-height:40px;
    color:#232222;
    font-weight: 700;
    float:left;
}
.centerNews-item .centerNews-item-title a,
.video-list .titleBox a{
    float:right;
    color:#987158;
}
.news-nav{
    width:100%;
    height:40px;
    background:#f3f3f3;
}
.news-nav ul{
    width:1178px;
    height:40px;
    margin:0 auto;
}
.news-nav ul .newsCenter-item{
    width:150px;
    line-height:40px;
    float:left;
}
.news-nav ul .newsCenter-item a{
    font-size:16px;
    color:#000;
    font-weight: 700;
}
.news-nav ul .details-item{
    float:left;
    line-height:40px;
    font-size:16px;
}
.news-nav ul .details-item a{
    color:#000;
}



.news-ctn{
    width:1178px;
    margin:62px auto 50px;
    overflow:hidden;
}
.news-ctn .news-top{
    width:1178px;
    height:310px;
    margin-bottom:72px;
}
.news-ctn .news-top .news-top-ctn{
    width:574px;
    height:308px;
    border-top:3px solid #dcddde;
}
.news-ctn .news-top .news-top-ctn .news-top-list{
    width:547px;
    height:66px;
    padding:5px 15px 5px 7px;
    color:#000;
    border-bottom:1px dashed #dcddde;
}
.news-ctn .news-top .news-top-ctn .news-top-list .title{
    width:547px;
    height:32px;
    overflow:hidden;
    padding-left:8px;
    line-height:32px;
    font-size:18px;
    background-image: url('../front-img/y.png');
    background-repeat: no-repeat;
    background-position: left center;
}
.news-ctn .news-top .news-top-ctn .news-top-list .title a{
    color:#000;
    font-weight: 700;
}
.news-ctn .news-top .news-top-ctn .news-top-list dd{
    width:547px;
    height:32px;
    overflow:hidden;
    padding-left:8px;
    font-size:16px;
    line-height:30px;
}

.news-ctn .news-top .news-top-picList{
    width:586px;
    height:310px;
    position:relative;
}
.news-ctn .news-top .news-top-picList .hd{
    width:200px;
    height:20px;
    line-height:20px;
    text-align:center;
    position:absolute;
    bottom:0;
    right:0;
    z-index:1;
}
.news-ctn .news-top .news-top-picList .hd li{
    display:inline-block;
    *zoom:1;
    *display:inline;
    width:10px;
    height:10px;
    border-radius: 5px;
    background:#ddd;
    margin-right:6px;
}
.news-ctn .news-top .news-top-picList .hd li.on{
    background:#f00;
    color:#fff;
}
.news-ctn .news-top .news-top-picList .bd ul{
    width:586px;
    height:310px;
}
.news-ctn .news-top .news-top-picList .bd ul li img{
    width:586px;
    height:310px;
}
.news-ctn .news-list-ctn{
    width:1178px;
}
.news-ctn .news-list-ctn .news-list-left{
    width:745px;
}
.news-ctn .news-list-ctn .news-list-left .news-list-title{
    width:745px;
    height:40px;
    line-height:40px;
    font-size:20px;
    border-bottom:2px solid #9e322f;
}
.news-ctn .news-list-ctn .news-list-left .news-item{
    width:745px;
    height:316px;
    padding-top:14px;
}
.news-ctn .news-list-ctn .news-list-left .list-item-left{
    width:342px;
    height:316px;
}
.news-ctn .news-list-ctn .news-list-left .list-item-left dt,
.news-ctn .news-list-ctn .news-list-left .list-item-left dt img{
    width:342px;
    height:192px;
}
.news-ctn .news-list-ctn .news-list-left .list-item-left .title{
    width:342px;
    height:32px;
    overflow:hidden;
    font-size:18px;
    font-weight: 700;
    line-height:32px;
}
.news-ctn .news-list-ctn .news-list-left .list-item-left .text{
    font-size:14px;
    line-height:28px;
    color:#6c666c;
}
.news-ctn .news-list-ctn .news-list-left .list-item-right{
    width:356px;
}
.news-ctn .news-list-ctn .news-list-left .list-item-right .item{
    width:316px;
    height:65px;
    border-bottom:1px solid #e7e7e7;
    padding:2px 20px;
    overflow: hidden;
}
.news-ctn .news-list-ctn .news-list-left .list-item-right .item p{
    font-size:16px;
    line-height:30px;
}

.news-list-right{
    width:348px;
}
.news-right-item{
    width:348px;
    height:372px;
    margin-bottom:10px;
}
.news-right-item .title{
    width:334px;
    font-size:18px;
    padding-bottom:7px;
    border-bottom:1px solid #e7e7e7;
}
.news-right-item .title p{
    width:328px;
    height:32px;
    line-height:32px;
    font-weight: 700;
    font-size:18px;
    border-left:8px solid #2071ba;
    padding-left:12px;
}
.news-right-item .item{
    width:348px;
}
.news-right-item .item li{
    width:348px;
    height:60px;
    border-bottom:1px solid #e7e7e7;
    overflow: hidden;
}
.news-right-item .item li .number{
    width:44px;
    height:60px;
    line-height:60px; 
    text-align:center;
    font-size:28px;
    color:#a3a6a8;
    border-bottom:1px solid #e7e7e7;
}
.news-right-item .item li .line{
    border-bottom:1px solid #a3a6a8!important;
}
.news-right-item .item li .text{
    display:block;
    width:302px;
    line-height:24px;
    font-size:14px;
    padding:8px 0;
    color:#000;
}
.news-right-item .item li .text1{
    font-size:20px;
    line-height:42px;
}
/* .news-right-item .item li .text a{
    color:#000;
} */
.news-right-item .right-pics{
    width:348px;
    height:322px;
}






/*企业动态*/
.qyDynamic-ctnBox{
    width:1178px;
    margin:0 auto 50px;
    overflow:hidden;
}
.qyDynamic-ctn{
    width:1178px;
    margin-top:62px;
}
.qyDynamic-ctn .ctn-left{
    width:756px;
}
.qyDynamic-ctn .left-list{
    width:732px;
    /*height:262px;*/
    height:236px;
    border-top:2px solid #cfcecf;
    border-bottom:2px solid #cfcecf;
    background:#f5f7f6;
    /*padding-top:78px;*/
    padding-top:40px;
    margin-bottom:40px;
    padding-left:16px;

}
.qyDynamic-ctn .left-list .list-img,
.qyDynamic-ctn .left-list .list-img img{
    width:324px;
    height:196px;
    background:#999;
}
.qyDynamic-ctn .left-list .list-ctn{
    width:378px;
    height:248px;
    padding-right:20px;
}
.qyDynamic-ctn .left-list .times{
    width:348px;
    line-height:36px;
    font-size:14px;
    color:#a6a6a6;
    background-image: url('../front-img/qyDynamic-icon1.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left:30px;
}
.qyDynamic-ctn .left-list .list-ctn-title{
    line-height:24px;
    font-size:18px;
    margin:14px 0;
}
.qyDynamic-ctn .left-list .list-ctn-title a{
    color:#000;
    font-weight: 700;
}
.qyDynamic-ctn .left-list p{
    line-height:22px;
    font-size:14px;
    color:#787877;
}

.qyDynamic-ctn .ctn-right{
    width:376px;
}
.qyDynamic-ctn .ctn-right .qyDynamic-right-list{
    width:378px;
    /* height:542px; */
}
.qyDynamic-ctn .ctn-right .qyDynamic-right-list .title{
    line-height:62px;
    font-size:18px;
    color:#fff;
    background:#9e322f;
    padding-left:45px;
}
.qyDynamic-ctn .ctn-right .qyDynamic-right-list .title p{
    padding-left:28px;
    background-image: url('../front-img/qyDynamic-icon2.png');
    background-repeat: no-repeat;
    background-position: left center;
}
.qyDynamic-ctn .ctn-right .qyDynamic-right-list .list-box{
    width:323px;
   /*  height:446px; */
    padding:12px 25px;
    border:1px solid #ddd;
}
.qyDynamic-ctn .ctn-right .qyDynamic-right-list .list-box li{
    border-bottom:1px solid #eaeaea;
    padding-bottom:10px;
    margin:14px 0;
}
.qyDynamic-ctn .ctn-right .qyDynamic-right-list .list-box li .times{
    padding-left:20px;
    line-height:25px;
    font-size:14px;
    color:#908b92;
    background-image: url('../front-img/qyDynamic-icon21.png');
    background-repeat: no-repeat;
    background-position: left center;
}
.qyDynamic-ctn .ctn-right .qyDynamic-right-list .list-box li p{
    font-size:14px;
    color:#000;
    line-height:26px;
}
.qyDynamic-ctn .ctn-right .qyDynamic-right-pic{
    margin:40px 0;
}
.qyDynamic-ctn .ctn-right .qyDynamic-right-pic,
.qyDynamic-ctn .ctn-right .qyDynamic-right-pic img{
    width:376px;
    height:276px;
}

/*专家阵容修改*/

/*开始与专家阵容头部样式一致*/
.teammain{
    width: 1178px;
    margin: 62px auto 0;
}
.teamperson{
    width: 100%;
    height: 270px;
    padding-top: 452px;
    background: url(../front-img/zjpic.png) no-repeat;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position:relative;

}
.teampersonpro{
    height: 220px;
    padding: 50px 60px 0;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    background-image: url('../front-img/ppp-top-bg.png');
    background-repeat: repeat;
}
.personnametit{
    font-size: 24px;
}
.personname{
    line-height: 50px;
    height: 50px;
    color: #fff;
    background: #f4930a;
    font-size: 24px;
    padding: 0 24px;
    display: inline-block;
    margin-bottom: 10px;
}
.teambottom{
    width: 1178px;
    margin: 72px auto 50px; 
}
.teamleft{
    width: 570px;
    height: 250px;
    background: #f5f7f6;
    font-size: 16px;
    float: left;
    border-bottom: 1px solid #dcdcdb;
}
.teampictop,.teampictop img{
    width: 210px;
    height: 132px;
}
.teamright{
    width: 310px;
    line-height:40px\9;
    padding:0 20px;
    float: right;
}
.teamleftpic{
    float: left;
}
.teamright .personnamedetai{
    line-height: 20px;
    color: #595959;
}
.teamright .personnametit{
    font-size: 20px;
    line-height: 30px;
}
/*一致结束*/


/*专家视频*/
/* .expertVideo-ctn{
    width:1178px;
    margin:72px auto 50px;
    overflow:hidden;
}
.video-list-box{
    width:1178px;
    height:504px;
    margin-bottom:40px;
}
.video-list-box .video-list-left{
    width:588px;
    height:504px;
}
.video-list-box .video-list-left .titleCtn{
    width:588px;
    height:66px;
    line-height:66px;
    font-size:18px;
    color:#2071ba;
}
.video-list-box .video-list-left .titleCtn .title{
    display:inline-block;
    *zoom:1;
    *display:inline;
    height:64px;
    line-height:64px;
    border-top:1px solid #2071ba;
    padding:0 10px;
    font-weight: 700;
}
.video-list-box .video-list-left .titleCtn a{
    color:#6c6c70;
    font-size:14px;
}
.video-list-box .video-list-left .left-listVideo-ctn{
    width:588px;
    height:436px;
    position:relative;
}
.video-list-box .video-list-left .left-listVideo-ctn .pic{
    width:588px;
    height:360px;
    position:absolute;
    left:0;
    top:0;
}
.video-list-box .video-list-left .left-listVideo-ctn .video-details{
    width:588px;
    height:110px;
    color:#857a70;
    background:#fff;
}
.video-list-box .video-list-left .left-listVideo-ctn .text{
    width:453px;
    height:110px;
    position:absolute;
    z-index:1;
    bottom:22px;
    left:0;
    background:#fff;
    padding-right:42px;
}
.video-list-box .video-list-left .left-listVideo-ctn .title{
    line-height:60px;
    font-size:16px;
}
.video-list-box .video-list-left .left-listVideo-ctn .title a{
    font-size:16px;
    color:#000;
    font-weight: 700;
}
.video-list-box .video-list-left .left-listVideo-ctn p{
    font-size:14px;
    line-height:20px;
}
.video-list-box .video-list-left .left-listVideo-ctn .browse{
    width:61px;
    height:20px;
    line-height:20px;
    margin-top:90px;
    padding-left:24px;
    background-image: url('../front-img/news-center-pic4.png');
    background-repeat: no-repeat;
    background-position: left center;
    position:absolute;
    position:absolute;
    left:495px;
    bottom:0;
}


.video-list-box .video-list-right{
    width:590px;
    height:504px;
}
.video-list-box .video-list-right .video-right-item{
    width:264px;
    height:236px;
    position:relative;
    margin-left:30px;
    float:left;
}
.video-list-box .video-list-right .video-right-item .pic{
    width:264px;
    height:162px;
    margin-bottom:18px;
}
.video-list-box .video-list-right .video-right-item .pic img{
    width:264px;
    height:162px;
}
.video-list-box .video-list-right .video-right-item .play{
    position: absolute;
    width:50px;
    height:50px;
    left:28px;
    top:88px;
}
.video-list-box .video-list-right .video-right-item .play img{
    width:50px;
    height:50px;
}
.video-list-box .video-list-right .video-right-item .title{
    font-size:14px;
    line-height:20px;
    color:#000;
} */



/*解决方案*/
.solution-ctn{
    width:1178px;
    height:auto;
    margin:62px auto 50px;
    overflow:hidden;
}
.solution-ctn .solution-text{
    width:1178px;
    height:62px;
    line-height:62px;
    text-align:center;
    font-size:24px;
    color:#000;
    margin-bottom:40px;
}
.solution-list{
    width:1178px;
    height:520px;
}
.solution-list .item{
    width:572px;
    height:406px;
    background:#f5f5f5;
    margin-right:33px;
    margin-bottom:40px;
}
.solution-list .item .pic,
.solution-list .item .pic img{
    width:572px;
    height:182px;
}
.solution-list .item .title{
    display:inline-block;
    *zoom:1;
    *display:inline;
    line-height:50px;
    margin-left:50px;
    padding:0 24px;
    background:#9e322f;
    font-size:18px;
    font-weight: 700;
    color:#fff;
    margin-top:-25px;
    margin-bottom:10px;
}
.solution-list .item p{
    line-height:40px;
    font-size:18px;
    padding-left:50px;
}


/*投资服务*/
.tzService-ctn{
    width:1178px;
    height:auto;
    margin:62px auto 50px;
    overflow:hidden;
}
.tzService-ctn .tzService-height{
    height:310px;
}
.tzService-list{
    width:1178px;
    height:518px;
    margin-bottom:40px;
}
.tzService-ctn .tz-list-bg{
    background-image: url('../front-img/tzService-pic11.png');
    background-repeat: no-repeat;
}
.tzService-ctn .tz-list-bg1{
    background-image: url('../front-img/tzService-pic12.png');
    background-repeat: no-repeat;
}
.tzService-ctn .tz-list-bg3{
    background-image: url('../front-img/tzService-pic13.png');
    background-repeat: no-repeat;
}
.tzService-ctn .tz-list-bg4{
    background-image: url('../front-img/tzService-pic14.png');
    background-repeat: no-repeat;
}
.pic-position-left{
    background-position: left bottom;
}
.pic-position-right{
    background-position: right bottom;
}
.tzService-list .tzService-text{
    width:513px;
    /*height:364px;*/
    padding:48px 76px 40px 76px;
    background:#f5f5f5;
}
.tzService-list .tzService-text .title{
    display:inline-block;
    *zoom:1;
    *display:inline;
    height:52px;
    line-height:52px;
    padding:0 56px;
    font-size:18px;
    color:#fff;
    background:#9e322f;
    margin-bottom:10px;
}
.tzService-list .tzService-text p{
    font-size:16px;
    line-height:32px;
}


/*政信金融*/
.zxFinance-ctn{
    width:1178px;
    height:auto;
    margin:0 auto 50px;
    overflow:hidden;
}
.zxFinance-ctn .zxFinance-list{
    width:1178px;
    height:376px;
    margin-bottom:50px;
    background-repeat: no-repeat;
}
.zxFinance-ctn .zxFinance-list-bg1{
    background-image: url('../front-img/zxFinance-item-bg.png');
    background-position: left bottom;
}
.zxFinance-ctn .zxFinance-list-bg2{
    background-image: url('../front-img/zxFinance-item-bg.png');
    background-position: right bottom;
}
.zxFinance-ctn .zxFinance-list .list-pic,
.zxFinance-ctn .zxFinance-list .list-pic img{
    width:556px;
    height:344px;
}
.zxFinance-ctn .zxFinance-list .list-text{
    width:566px;
    height:376px;
}
.zxFinance-ctn .zxFinance-list .list-text .list-text-title{
    width:100%;
    height:52px;
    color:#020000;
    margin-bottom:30px;
}
.zxFinance-ctn .zxFinance-list .list-text .title{
    font-size:20px;
    line-height:44px;
}
.zxFinance-ctn .zxFinance-list .list-text .title-line{
    display:inline-block;
    *zoom:1;
    *display:inline;
    width:105px;
    height:3px;
    background:#e00b0b;
}
.zxFinance-ctn .zxFinance-list .list-text .details-text{
    width:566px;
}
.zxFinance-ctn .zxFinance-list .list-text .details-text li{
    font-size:14px;
    line-height:30px;
    margin:16px 0;
}


/*白皮书*/
.whitePaper-ctn{
    width:1178px;
    margin:62px auto 50px;
    overflow:hidden;
}
.whitePaper-box{
    width:1178px;
    height:750px;
}
.whitePaper-box .whitePaper-left{
    width:576px;
    height:704px;
    position:relative;
    border:1px solid #e8e8e8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c1c1c1')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c1c1c1');
    -moz-box-shadow: 1px 2px 8px #c1c1c1;
    -webkit-box-shadow: 1px 2px 8px #c1c1c1;
    box-shadow:1px 2px 8px #c1c1c1;
}
.whitePaper-box .whitePaper-left img{
    width:576px;
    height:704px;
    position:absolute;
    z-index: 1;
}
.whitePaper-box .whitePaper-left .dateList{
    width:576px;
    height:124px;
    position:absolute;
    left:0;
    bottom:0;
    z-index:2;

}
.whitePaper-box .whitePaper-left .dateList li{
    width:140px;
    height:86px;
    margin-left:2px;
    color:#552c70;
    float:right;
    background:#ddd;
    text-align:center;
    cursor:pointer;
    padding:26px 0 12px;
}
.whitePaper-box .whitePaper-left .dateList li .day{
    font-size:46px;
    line-height:44px;
}
.whitePaper-box .whitePaper-left .dateList li .years{
    line-height:42px;
    font-size:18px;
}
.whitePaper-box .whitePaper-left .dateList li.active{
    background:url('../front-img/whitePaper-bg.png') repeat;
    color:#fff!important;
}

.whitePaper-box .whitePaper-right,
.whitePaper-box .whitePaper-item{
    width:550px;
    height:706px;
}
.whitePaper-box .whitePaper-item{
    display:none;
}
.whitePaper-box .whitePaper-item .title-box{
    width:550px;
    height:80px;
    background:#413d4b;
    border-top:10px solid #413d4b;
}
.whitePaper-box .whitePaper-item .title-box .title{
    width:276px;
    height:80px;
    text-align:center;
    background-color:#fff;
    font-size:18px;
    
}
.whitePaper-box .whitePaper-item .title-box .title span{
    display:block;
    width:130px;
    height:80px;
    line-height:80px;
    text-align:right;
    margin: 0 0 0 44px;
    font-weight: 700;
    color:#ff7800;
    background-image: url('../front-img/whitePaper-icon.png');
    background-repeat: no-repeat;
    background-position: left center;
}
.whitePaper-box .whitePaper-item .whitePaper-item-ctn{
    width: 510px;
    padding: 0 0 44px 44px;
    border-bottom: 1px solid #e8e8e8;
}
.whitePaper-box .whitePaper-item .whitePaper-item-ctn .times{
    padding-left: 20px;
    line-height: 25px;
    font-size: 14px;
    color: #908b92;
    margin-top:20px;
    background-image: url(../front-img/qyDynamic-icon21.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.whitePaper-box .whitePaper-item .whitePaper-item-ctn .title{
    line-height:46px;
    font-size:18px;
    font-weight: 700;
    border-bottom:1px solid #e8e8e8;
    margin-bottom:20px;
}
.whitePaper-box .whitePaper-item .whitePaper-item-ctn p{
    font-size:14px;
    line-height:32px;
}


/*中国ppp投资论坛*/
.pppFourm-top{
    width:1178px;
    /*height:260px;*/
    margin:0 auto;
    padding-bottom:60px;
}
.pppFourm-top .title{
    height:38px;
    text-align:center;
    margin-bottom:60px;
}
.pppFourm-top p{
    font-size:20px;
    color:#000;
    line-height:40px;
    text-indent: 2em;
}


/*联系我们*/
.contactUs-ctn{
    width:1178px;
    height:auto;
    margin:62px auto 50px;
    overflow:hidden;
}
.contactUs-top{
    width:1116px;
    height:290px;
    border:1px solid #e6e6e6;
    padding:30px;
}
.contactUs-top .contactUs-pic,.contactUs-top .contactUs-pic img{
    width:340px;
    height:290px;
}
.contactUs-top .contactUs-text{
    width:744px;
    height:290px;
    border-bottom:1px solid #e3e3e3;
}
.contactUs-top .contactUs-text .title{
    width:744px;
    height:62px;
    font-size:24px;
    color:#aa1f24;
    border-bottom:1px solid #e3e3e3;
    margin-bottom:20px;
}
.contactUs-top .contactUs-text .title .title-text{
    line-height:28px;
    font-weight: 700;
}
.contactUs-top .contactUs-text .title .title-line{
    width:47px;
    height:8px;
    background:#ddd;
    margin:10px 0;
}
.contactUs-top .contactUs-text p{
    line-height:32px;
    font-size:16px;
    color:#656664;
}
.contactUs-top .contactUs-text p.phone-title{
    font-size:18px;
    color:#333;
    line-height:50px;
}
.contactUs-top .contactUs-text .phone{
    width:744px;
}  
.contactUs-top .contactUs-text .phone .phone-text{
    width:502px;
} 
.contactUs-top .contactUs-text .phone .phone-text dt{
    font-size:40px;
    color:#f39800;
    line-height:50px;
}
.contactUs-top .contactUs-text .phone .phone-text dd{
    font-size:16px;
    line-height:32px;
    color:#656664;
}
.contactUs-map{
    width:1170px;
    height:312px;
    margin-top:30px;
    border: 4px solid #dddddd;
}
.about-usMap-title{
    font-size:16px;
    color:#b6262c!important;
    height:36px;
    line-height:36px;
}
.about-usMap-p{
    font-size:12px;
    line-height:20px;
}
/*企业简介*/
.companyProfile-ctn{
    width:1178px;
    height:auto;
    margin:0 auto 50px;
    overflow:hidden;
}
.companyProfile-ctn .profile-box{
    width:1178px;
    height:506px;
    background-image: url('../front-img/profile-pic1.png');
    background-repeat: no-repeat;
    background-position: left center;
}
.companyProfile-ctn .profile-box .profile-text{
    width:646px;
    height:468px;
    background-image: url('../front-img/index-zxResearch-bg.png');
    background-repeat: repeat;
    padding:38px 20px 0 110px;
}
.companyProfile-ctn .profile-box .profile-text .title{
    width:168px;
    height:38px;
    line-height:38px;
    text-align:center;
    font-size:24px;
    color:#fff;
    font-weight: 700;
    margin-bottom:16px;
    background:#aa1f24;
}
.companyProfile-ctn .profile-box .profile-text p{
    line-height:34px;
    font-size:16px;
    color:#333;
    text-indent: 2em;
}
.company-pic{
    width:1178px;
    height:234px;
    margin-top:136px;
    overflow:hidden;
    background:#098;
}
.company-pic .company-pic-list{
    width:1920px;
    height:234px;
}
.company-pic  .company-pic-list li{
    width:271px;
    height:206px;
    float:left;
    margin-right:30px;
    background:#098;
}

/*企业文化*/
.qyCulture-ctn{
    width:1178px;
    height:auto;
    margin:62px auto 0;
    overflow:hidden;    
}
.qyCulture-ctn .qyCulture-title-box{
    width:1178px;
    height:98px;
    background:#95919a;
    border-top:14px solid #95919a;
}
.qyCulture-ctn .qyCulture-title-box .title-left{
    width:418px;
    height:98px;
    line-height: 96px;
    background:#f4f6f6;
    font-size:18px;
    font-weight: 700;
    text-align:center;
    color:#554066;
}
.qyCulture-ctn .qyCulture-title-box .title-right{
    line-height:96px;
    font-size:18px;
    color:#fff;
    padding-left:46px;
}
.qyCulture-ctn .qyCulture-list{
    width:1178px;
    /*height:400px;*/
    margin-top:25px;
    margin-bottom:40px;
}
.qyCulture-ctn .qyCulture-list .list-item{
    width:290px;
    height:400px;
    float:left;
    margin-right:6px;
    background:#f4f6f6;
}
.qyCulture-ctn .qyCulture-list .list-item dt,
.qyCulture-ctn .qyCulture-list .list-item dt img{
    width:290px;
    height:116px;
}
.qyCulture-ctn .qyCulture-list .list-item dd{
    padding:0 24px;
}
.qyCulture-ctn .qyCulture-list .list-item dd.title{
    font-size:16px;
    font-weight: 700;
    line-height:32px;
    margin-top:12px;
}
.qyCulture-ctn .qyCulture-list .list-item dd.text{
    font-size:14px;
    line-height:26px;
}

.qyCulture-ctn .qyCulture-list .list-width{
    width:386px;
    height:294px;
    margin-bottom:10px;
}
.qyCulture-ctn .qyCulture-list .list-width dt,
.qyCulture-ctn .qyCulture-list .list-width dt img{
    width:386px;
}
.qyCulture-ctn .qyCulture-list .list-item:last-child{
    margin-right:0;
}

/*发展历程*/
.coursemain{
    background: none;
    overflow: hidden;
    position: relative;
}
.courtit{
    position: absolute;
    height: 50px;
    line-height: 50px;
    bottom: 0;
    background: #000;
    opacity: 0.7;
    width: 1118px;
    padding: 0 64px;
    color: #fff;
    font-size: 24px;
}
.coursemain img{
    width: 1178px;
    height: 506px;
}
.couryear{
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    font-family: "Arail";
    margin-left: 60px;
    position: relative;
}
.curdeta{
    width: 1040px;
    padding-left: 60px;
    position: relative;
    color: #3a3a3a;
    padding-top: 20px;
}
.cursqure{
    width: 12px;
    height: 12px;
    background: #e7e7e7;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: -67px;
    top: 14px;
}
.coursedate{
    border-left:2px solid #dcdcdc; 
    padding-top: 30px;
}
.curcontent{
    position: relative;
}
.curcontent span{
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    padding-left: 40px;
    border-bottom: 1px solid #d5d5d5;
}
.curcontent .curyearmouth{
    font-size: 20px;
    font-family: "Arail";
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-bottom: 1px solid #e5e5e5;
}
.yearnow{
    position: relative;
}
.couryear span{
    background: #aa1f24;
    display: inline-block;
    padding: 0 6px;
    color: #fff;
    margin-right: 10px;
}
.vediomain .title,.vediolist .title{
    font-weight: 700;
}
.cursqure1{
    top: 100px;
}
.cursqure2{
    top: 14px;
}
.cursqure3{
    top: 100px;
}
.cursqure4{
    top: 176px;
}
.cursqure5{
    top: 257px;
}
.cursqure6{
    top: 12px;
}
.cursqure7{
    top: 136px;
}
.cursqure8{
    top: 216px;
}
.cursqure9{
    top: 296px;
}

.cursqure10{
    top: 378px;
}
.cursqure11{
    top: 14px;
}
.cursqure12{
    top: 100px;
}
.cursqure13{
    top: 176px;
}
.cursqure14{
    top: 256px;
}
.cursqure15{
    top: 14px;
}
.cursqure16{
    top: 100px;
}
.couryear em {
    position: absolute;
    width: 4px;
    height: 40px;
    display: inline-block;
    border: 1px solid #aa1f24;
    top: 0px;
    background: #aa1f24;
    left: -64px;
}

/*专家阵容*/
.expertLineup-ctn{
    width:1178px;
    height:auto;
    margin:0 auto 50px;
    overflow:hidden;
}
.expertLineup-ctn .expert-top{
    width:1178px;
    height:570px;
}
.expertLineup-ctn .expert-list{
    width:1178px;
    height:570px;
}
.expertLineup-ctn .expert-list .list-item{
    width:589px;
    height:570px;
}
.expertLineup-ctn .expert-list .item-pic{
    width:222px;
    height:228px;
    margin:0 auto 56px;
    text-align:center;
    background:#ddd;
}
.expertLineup-ctn .expert-list .item-pic img{
    width:222px;
    height:228px;
}
.expertLineup-ctn .expert-list .item-list-text{
    width:521px;
    padding:0 34px;
    overflow:hidden;
    color:#000;
}
.expertLineup-ctn .expert-list .item-list-text dt{
    width:350px;
    height:30px;
    line-height:30px;
    margin:5px auto;
    text-align:center;
    font-size:28px;
    font-weight: 700;
    border-left:7px solid #c7000a;
}
.expertLineup-ctn .expert-list .item-list-text dt span{
    font-size:18px;
}
.expertLineup-ctn .expert-list .item-list-text dd.title{
    font-size:22px;
    line-height:50px;
    text-align:center;
}
.expertLineup-ctn .expert-list .item-list-text dd p,
.expertLineup-ctn .expert-list .item-list-text dd{
    font-size:16px;
    line-height:30px;
}

/*专家视频*/
.vediomain{
    width: 1178px;
    margin: 70px auto 0;
    overflow: hidden;
}
.vediomain .video-list-left{
    width: 745px;
	border:1px solid #000;
}
.vediomain .video-list-left .pic{
    width: 745px;
    height: 450px;
}
.vediomain .video-list-left .titleCtn{
    width: 745px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    border-bottom: 2px solid #9e322f;
    margin-bottom: 20px;
}
.vediomain .news-right-item{
    height: 526px;
}
.vedioplay{
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 90px;
    left: 50px;
}
.vediomain .left-listVideo-ctn{
    position: relative;
    height: 452px;
}
.squreico{
    width: 60px;
    height: 34px;
    background: #9e322f;
    display: inline-block;
    float: left;
    margin-right: 10px;
    text-align: center;
    padding-top: 6px;
}
.squreico img{
    width: 30px;
    height: 30px;
}
.vediolist{
    width: 1178px;
    margin: 0 auto 50px;
}
.vediolist .titleCtn{
    width: 1178px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    border-bottom: 2px solid #9e322f;
    margin-bottom: 20px;
}
.vedioleft{
    width: 270px;
    float: left;
    margin:0 32px 40px 0;
}
.vedioleftpic img{
    width: 270px;
    height: 170px;
}
.vedioleftcont{
    line-height: 24px;
    font-size: 14px;
    height: 60px;
    overflow: hidden;
    margin-top: 10px;

}
.vedioplaysmal img{
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 40px;
    left: 30px;
}
.vedioleftpic a{
    position: relative;
}
.introtit{
    position: absolute;
    left: 0;
    bottom: 100px;
}
.introlist{
    width: 1178px;
    margin: 70px auto 50px;
}
.introlistleft img{
    width: 282px;
    height: 232px;
}
.introlistleft{
    float: left;;
    width: 282px;
    height: 232px;
    position: relative;
    margin-right: 16px;
}
.officearea{
    position: absolute;
    top: 60px;
    left: 50px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    background: #f4930a;
    font-size: 18px;
}

/*企业简介*/
.companyProfile-ctn{
    width:1178px;
    height:auto;
    margin:0 auto 50px;
    overflow:hidden;
}
.companyProfile-ctn .profile-box{
    width:1178px;
    height:506px;
    background-image: url('../front-img/profile-pic1.png');
    background-repeat: no-repeat;
    background-position: left center;
}
.companyProfile-ctn .profile-box .profile-text{
    width:646px;
    height:468px;
    background-image: url('../front-img/index-zxResearch-bg.png');
    background-repeat: repeat;
    padding:38px 20px 0 110px;
}
.companyProfile-ctn .profile-box .profile-text .title{
    width:168px;
    height:38px;
    line-height:38px;
    text-align:center;
    font-size:24px;
    color:#fff;
    font-weight: 700;
    margin-bottom:16px;
    background:#aa1f24;
}
.companyProfile-ctn .profile-box .profile-text p{
    line-height:34px;
    font-size:16px;
    color:#333;
    text-indent: 2em;
}
.company-pic{
    width:1178px;
    height:234px;
    margin-top:136px;
    overflow:hidden;
    background:#098;
}
.company-pic .company-pic-list{
    width:1920px;
    height:234px;
}
.company-pic  .company-pic-list li{
    width:271px;
    height:206px;
    float:left;
    margin-right:30px;
    background:#098;
}

/*社会责任*/
.responsibilitymain{
    width: 1178px;
    margin: 62px auto 50px;
    font-size: 16px;
}
.respotit{
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    border-bottom: 2px solid #9e322f;
    background: #f5f5f5;
}
.repstit{
    padding:0 10px;
    color: #9e322f;
}
.repsmallcont{
    font-size: 12px;

}
.resboncont{
    text-align: center;
    margin: 60px 0;
}
.resboncont img{
    width: 1022px;
    height: 646px;
}
.recontleft{
    width: 390px;
    height: 300px;
    float: left;
    margin:20px 4px 0 0;
    position: relative;
}
.recontleft img{
    width: 390px;
    height: 300px;
}
.resbottomcnt{
    width: 380px;
    position: absolute;
    bottom: 0;
    font-size: 18px;
    background: #000;
    opacity: 0.5;
    color: #fff;
    height: 60px;
    line-height: 23px;
    padding:20px 5px;
}
.responbottom{
    margin-top: 60px;
}
.responbottompic{
    width: 426px;
    height: 262px;
    float: left;
    position: relative;
}
.resdetail{
    width: 310px;
    padding:20px 10px;
    background: #fdf7eb;
    color: #000;
    opacity: 0.7;
}
.responbottompic img{
    width: 426px;
    height: 262px;
}
.responbottomcont{
    margin-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d5d5d5;
    overflow: hidden;
}
.resdetail{
    position: absolute;
    top: -4px;
    right: 0;
    line-height: 24px;
}
.resdetail span{
    font-size: 20px;
    font-weight:700;
}
.resdailright{
    width: 722px;
    float: right;
    font-size: 16px;
    line-height: 24px;
}
.retittop{
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    font-weight: 700;
}

/*专题新闻*/
.specailnews{
    width: 1178px;
    margin: 0 auto;
}
.specailtit{
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #9e322f;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
}
.specailcont{
    width: 550px;
    float: left;
    font-size: 16px;
    margin-bottom: 40px;
}
.spepepic{
    width: 560px;
    height:350px; 
    position: relative;
}
.spepepic img{
    width:550px;
    height:350px;
}
.spcontit{
    width:550px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.spcontit a{
    color:#000;
}
.specont{
    line-height: 24px;
    height: 76px;
    overflow: hidden;

}
.speposi{
    position: absolute;
    left: 30px;
    bottom: 40px;
    color: #fff;
    width: 90px;
    height: 90px;
    background: #f1a44a;
    text-align: center;
    font-size: 20px;
    font-family: "Arail";
    opacity: 0.7;
}
.spedate{
    font-size: 30px;
    margin: 14px 0 6px;
    display: block;
}


/*专家视频*/
.expertVideo-ctn{
    width:1178px;
    height:auto;
    margin:62px auto 50px;
    overflow:hidden;
}
.expertVideo-ctn .video-list{
    width:1178px;
    height:268px;
    margin-bottom:50px;
}
.video-list .titleBox{
    width:1178px;
    height:40px;
    line-height:40px;
    font-size:18px;
}
.video-list-ctn{
    width:1178px;
    height:226px;
}
.video-list-ctn .video-item{
    width:576px;
    height:226px;
    color:#232222;
    font-size:16px;
    float:left;
    margin-right:25px;
}
.video-list-ctn .video-item .video-item-img,
.video-list-ctn .video-item .video-item-img img{
    width:292px;
    height:226px;
}
.video-list-ctn .video-item .video-item-text{
    width:266px;
    height:226px;
}
.video-list-ctn .video-item .video-item-text .title{
    width:266px;
    height:42px;
    font-size:18px;
    line-height:42px;
    overflow:hidden;
}
.video-list-ctn .video-item .video-item-text .title a{
    color:#232222;
    font-weight: 600;
}
.video-list-ctn .video-item .video-item-text .text p{
    line-height:36px;
}
.video-list-ctn .video-item .video-item-text .details{
    text-align:right;
    line-height:34px;
}
.video-list-ctn .video-item .video-item-text .details a{
    color:#232222;
}

/*文章详情*/
.articleDet-text{
    width:756px;
    height:auto;
}
.articleDet-text .title{
    font-size:18px;
    color:#000;
    line-height:36px;
    text-align:center;
    font-weight: 700;
    border-bottom:2px solid #cacaca;
    padding:5px 0 20px 0;
}
.articleDet-text .article-source{
    width:528px;
    height:34px;
    margin:0 auto 20px;
}
.articleDet-text .article-source li{
    width:176px;
    line-height:34px;
    text-align:center;
    font-size:12px;
    color:#5f5e5a;
    float:left;
}
.articleDet-text .article-text{
    width:756px;
    padding-bottom:40px;
}
.articleDet-text .article-text p{
    font-size:14px;
    line-height:30px;
    text-indent: 2em;
}
.article-relevantArticles{
    width:756px;
    height:auto;
    /*background:#f4f6f6;*/
}
.article-relevantArticles .titles{
    line-height:40px;
    font-size:18px;
    color:#000;
    border-bottom:2px solid #cacaca;
    /*margin-bottom:18px;*/
    font-weight: 700;
}
.article-relevantArticles .relevantArticles-list{
    width:756px;
    height:90px;
    border-bottom:1px solid #cacaca;
    padding-top:12px;
    background:#f4f6f6;
}
.article-relevantArticles .relevantArticles-list .times{
    width:98px;
    height:90px;
    color:#8e81a0;
    text-align:center;
}
.article-relevantArticles .relevantArticles-list .times dt{
    font-size:30px;
    line-height:30px;
}
.article-relevantArticles .relevantArticles-list .times dd{
    line-height:26px;
    font-size:14px;
}
.article-relevantArticles .relevantArticles-list .item-text{
    width:648px;
    padding-right:10px;
}
.article-relevantArticles .relevantArticles-list .item-text .Articles-title{
    width:648px;
    line-height:32px;
    overflow:hidden;
}
.article-relevantArticles .relevantArticles-list .item-text .Articles-title a{
    font-size:14px;
    font-weight: 700;
    color:#000;
}
.article-relevantArticles .relevantArticles-list .item-text p{
    font-size:12px;
    line-height:22px;
    color:#8a8a8a;
}



.tzService-ctn .tz-list-bg2{
    background-image: url('../front-img/tzService-pic14-1.png');
    background-repeat: no-repeat;
}
.tzService-ctn .tz-list-bg3{
    background-image: url('../front-img/tzService-pic15.png');
    background-repeat: no-repeat;
}
.tzService-ctn .tz-list-bg5{
    background-image: url('../front-img/tzService-pic16.png');
    background-repeat: no-repeat;
}






/* 3.22css代码修改开始 */
.index-iconBox{
    width:1178px;
    height:290px;
    /* position:relative;
    z-index: 2;
    top:-65px; */
    margin:62px auto 0;
}
.index-iconBox .icon-item{
    width:278px;
    height:290px;
    text-align:center;
    background:#e0e0e0;
    overflow:hidden;
    float:left;
    margin-right:22px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.index-iconBox .icon-item:nth-child{
    margin-right:0;
}
.index-iconBox .icon-item:hover{
    background:#c7000a;
}
.index-iconBox .icon-item:hover dd{
    color:#fff!important;
}
.index-iconBox .icon-item:hover dt img{
    bottom:0px;
    top: inherit;
}
.index-iconBox .icon-item dt{
    margin:70px 0 14px;
    height:58px;
    overflow:hidden;
    position:relative;
}
.index-iconBox .icon-item dt img{
    position:absolute;
    left:106px;
    top: 0;
}
.index-iconBox .icon-item dd.text{
    line-height:40px;
    font-size:32px;
    color:#303030;
    font-weight: 700;
}
.index-iconBox .icon-item dd.text1{
    line-height:24px;
    font-size:12px;
    color:#323232;
    font-weight: 700;
}

.index-iconBox .cur{
    background:#c7000a;
}
.index-iconBox .cur dd{
    color:#fff!important;
}
.index-iconBox .cur dt img{
    bottom:0px;
    top:inherit;
}
/* 3.22css代码这块的修改结束了 */


/*.index-iconBox{
    width:1178px;
    height:290px;
    !* position:relative;
    z-index: 2;
    top:-65px; *!
    margin:62px auto 0;
}
.index-iconBox .icon-item{
    width:385px;
    height:290px;
    text-align:center;
    background:#e0e0e0;
    overflow:hidden;
    float:left;
    margin-right:10px;
    -webkit-transition: all .5s;   
    -moz-transition: all .5s;   
    -ms-transition: all .5s;   
    -o-transition: all .5s;   
    transition: all .5s; 
}
.index-iconBox .icon-item:last-child{
    margin-right:0;
}
.index-iconBox .icon-item:hover{
    background:#c7000a;
}
.index-iconBox .icon-item:hover dd{
    color:#fff!important;
}
.index-iconBox .icon-item:hover dt img{
    bottom:0;
}
.index-iconBox .icon-item dt{
    margin:70px 0 14px;
    height:66px;
    overflow:hidden;
    position:relative;
}
.index-iconBox .icon-item dt img{
    position:absolute;
    left:158px;
}
.index-iconBox .icon-item dd.text{
    line-height:40px;
    font-size:30px;
    color:#303030;
    font-weight: 700;
}
.index-iconBox .icon-item dd.text1{
    line-height:24px;
    font-size:14px;
    color:#323232;
    font-weight: 700;
}

.index-iconBox .cur{
    background:#c7000a;
}
.index-iconBox .cur dd{
    color:#fff!important;
}
.index-iconBox .cur dt img{
     bottom:0;
}*/


.tzService-ctn .yj-list-bg1{
    background-image: url('../front-img/yjService-pic1.jpg');
    background-repeat: no-repeat;
}
.tzService-ctn .yj-list-bg2{
    background-image: url('../front-img/yjService-pic2.jpg');
    background-repeat: no-repeat;
}
.tzService-ctn .yj-list-bg3{
    background-image: url('../front-img/yjService-pic3.jpg');
    background-repeat: no-repeat;
}

.tzService-ctn .zx-list-bg1{
    background-image: url('../front-img/zxService-pic1.jpg');
    background-repeat: no-repeat;
}
.tzService-ctn .zx-list-bg2{
    background-image: url('../front-img/zxService-pic2.jpg');
    background-repeat: no-repeat;
}
.tzService-ctn .zx-list-bg3{
    background-image: url('../front-img/zxService-pic3.jpg');
    background-repeat: no-repeat;
}
.tzService-ctn .zx-list-bg4{
    background-image: url('../front-img/zxService-pic4.jpg');
    background-repeat: no-repeat;
}

.index-about-ctn .about-title .titles{
    width:112px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #fff;
    padding-left: 0;
    font-weight: 700;
    border-left: 8px solid #fff;
    margin-left: 10px;
    margin-top: 18px;
}
































/*招贤纳士-头部*/
.zp-index-wrap{
    width:100%;
    height:100%;
    background-image: url('../front-img/zp-index-pic.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size:100% auto;
}


.zp-header{
    width:100%;
    height:162px;
}
.zp-header .logo-img{
    width:80%;
    height:50px;
    padding:26px 0;
    margin:0 auto;
}
.zp-nav-ctn{
    width:100%; 
    background:url('../front-img/zp-index-bg.png') repeat;
    /*background:#413d4b;*/
}
.zp-header .zp-header-nav{
    width:90%;
    height:60px;
    /*padding:8px 0 0;*/
    margin:0 auto;
}
.zp-header .zp-header-nav a{
    display:block;
    width:20%;
    *width:20%;
    height:60px;
    font-size:18px;
    color:#fff;
    /*background:#413d4b;*/
    padding:0;
    margin:0;
    float:left;

}
.zp-header .zp-header-nav a.active{
    color:#413d4b;
    background:#f5f7f6;
}
.zp-header .zp-header-nav a span{
    display:block;
    width:112px;
    height:60px;
    line-height:60px;
    text-align:right;
    margin:0 auto;
    background-repeat: no-repeat;
    background-position: left center;
    /*background-size:20%;*/
}


.zp-header .zp-header-nav .icon1{
    background-image: url('../front-img/zp-nav-icon1.png');
}
.zp-header .zp-header-nav .icon2{
    background-image: url('../front-img/zp-nav-icon2.png');
}
.zp-header .zp-header-nav .icon3{
    background-image: url('../front-img/zp-nav-icon3.png');
}
.zp-header .zp-header-nav .icon4{
    background-image: url('../front-img/zp-nav-icon4.png');
}
.zp-header .zp-header-nav .icon5{
    background-image: url('../front-img/zp-nav-icon5.png');
}
.zp-header .zp-header-nav .icon6{
    background-image: url('../front-img/zp-nav-icon6.png');
}

.zp-header .zp-header-nav a.active .icon1-1,
.recruit-index-bottom .zp-header-nav a.cur .icon1{
    background-image: url('../front-img/zp-nav-icon1-1.png');
}
.zp-header .zp-header-nav a.active .icon2-1,
.recruit-index-bottom .zp-header-nav a.cur .icon2{
    background-image: url('../front-img/zp-nav-icon2-1.png');
}
.zp-header .zp-header-nav a.active .icon3-1,
.recruit-index-bottom .zp-header-nav a.cur .icon3{
    background-image: url('../front-img/zp-nav-icon3-1.png');
}
.zp-header .zp-header-nav a.active .icon4-1,
.recruit-index-bottom .zp-header-nav a.cur .icon4{
    background-image: url('../front-img/zp-nav-icon4-1.png');
}
.zp-header .zp-header-nav a.active .icon5-1,
.recruit-index-bottom .zp-header-nav a.cur .icon5{
    background-image: url('../front-img/zp-nav-icon5-1.png');
}
.zp-header .zp-header-nav a.active .icon6-1,
.recruit-index-bottom .zp-header-nav a.cur .icon6{
    background-image: url('../front-img/zp-nav-icon6-1.png');
}


/*首页bottom*/
.recruit-index-bottom{
    height:102px;
    position:fixed;
    bottom:0;
}
.recruit-index-bottom .zp-header-nav a{
    height:102px;
}
.recruit-index-bottom .zp-header-nav a.cur{
    color:#413d4b;
    background:url('../front-img/zp-index-hoverbg.png') repeat;
}
.recruit-index-bottom .zp-header-nav a span{
    height:102px;
    line-height:102px;
}
.recruit-index-bottom .zp-header-nav{
    height:102px;
    /*padding:8px 0 0;*/
    margin:0 auto;
}

/*招聘首页*/
.recruit-index-ctn{
    width:100%;
    height:60px;
    border-bottom:5px solid #dededd;
    padding-bottom:102px;
    overflow:hidden;
}
.recruit-index-ctn .title{
    height:32px;
    line-height:32px;
    font-size:24px;
    color:#aa1f24;
    padding-left:25px;
    margin-top:18px;
    margin-left:2%;
    border-left:8px solid #aa1f24;
}
.recruit-index-img{
    width:100%;
 /*    background-image: url('../front-img/zp-index-pic.jpg');
    background-repeat: no-repeat;
    background-position: center center; */
}

.recruit-index-img img{
	width: 100%;
}



/*招聘详情*/
.recruit-details-top{
    width:1050px;
    height:172px;
    background:#f5f5f5;
    padding:32px 64px 0;
}
.recruit-details-top .title{
    line-height:34px;
    font-size:32px;
    color:#cd8531;
    margin-bottom:15px;
}
.recruit-details-top .list{
    width:1050px;
}
.recruit-details-top .list li{
    width:262.5px;
    line-height:42px;
    font-size:18px;
    float:left;
}
.details-duty-ctn{
    width:1050px;
    padding:0 64px 54px;
    border-bottom:1px solid #e2e2e2;
}
.details-duty-ctn .title{
    line-height:102px;
    font-size:24px;
}
.details-duty-ctn p{
    font-size:18px;
    line-height:42px;
}
.details-duty-bottom{
    width:1050px;
    padding:0 64px 30px;
    overflow:hidden;
    border-bottom:1px solid #e2e2e2;
}
.details-duty-bottom .title{
    width:122px;
    height:48px;
    line-height:48px;
    text-align:center;
    background:#c79f5a;
    font-size:18px;
    border-radius: 20px;
    margin-top:40px;
    margin-bottom:14px;
}
.details-duty-bottom p{
    line-height:44px;
    font-size:18px;
}





/*招聘列表*/
.recruit-wrap{
    width:1178px;
    margin:62px auto 130px;
    overflow:hidden;
}
/*.recruit-wrap .recruit-img,.recruit-wrap .recruit-img img{
    width:1178px;
    height:783px;
}
 .recruit-wrap .recruit-title-box{
    width:1178px;
    height:62px;
    border-bottom:5px solid #d4d4d4;
    background:#f5f7f6;
    overflow:hidden;
}
.recruit-wrap .recruit-title-box .title{
    height:32px;
    line-height:32px;
    font-size:24px;
    color:#aa1f24;
    margin-left:10px;
    margin-top:16px;
    padding-left:18px;
    border-left:8px solid #aa1f24;
}
.recruit-nav-wrap{
    width:1178px;
    height:80px;
    background:#413d4b;
    padding-top:8px;
    margin-bottom:172px;
} */
/*社会招聘*/
/* .recruit-nav-wrap .sh-recruit-a{
    display:inline-block;
    *zoom:1;
    *display:inline;
    width:291.8px;
    height:80px;
    font-size:18px;
    color:#fff;
    text-align:center;
}
.recruit-nav-wrap .sh-recruit-a span,
.recruit-nav-wrap .xy-recruit-a span{
    display:inline-block;
    *zoom:1;
    *display:inline;
    width:74px;
    height:80px;
    line-height:80px;
    padding-left:48px;
    background-repeat: no-repeat;
    background-position: left center;
}
.recruit-nav-wrap .active{
    color:#010000!important;
    background:#f5f7f6;
}
.recruit-nav-wrap .sh-recruit-a span.icon1,
.recruit-nav-wrap .xy-recruit-a span.icon1{
    background-image: url('../front-img/shzp-icon1.png');
}
.recruit-nav-wrap .sh-recruit-a span.icon2-1{
    background-image: url('../front-img/shzp-icon2-1.png');
}
.recruit-nav-wrap .sh-recruit-a span.icon3,
.recruit-nav-wrap .xy-recruit-a span.icon3{
    background-image: url('../front-img/shzp-icon3.png');
}
.recruit-nav-wrap .sh-recruit-a span.icon4,
.recruit-nav-wrap .xy-recruit-a span.icon5{
    background-image: url('../front-img/shzp-icon4.png');
} */
/*校园招聘*/
/* .recruit-nav-wrap .xy-recruit-a{
    display:inline-block;
    *zoom:1;
    *display:inline;
    width:232.7px;
    height:80px;
    font-size:18px;
    color:#fff;
    text-align:center;
}
.recruit-nav-wrap .xy-recruit-a span{
    display:inline-block;
    *zoom:1;
    *display:inline;
    width:74px;
    height:80px;
    line-height:80px;
    padding-left:48px;
    background-repeat: no-repeat;
    background-position: left center;
}
.recruit-nav-wrap .xy-recruit-a span.icon2-1{
    background-image: url('../front-img/xyzp-icon1-1.png');
}
.recruit-nav-wrap .xy-recruit-a span.icon4{
    background-image: url('../front-img/xyzp-icon2.png');
} */






.social-ctn{
    width:1178px;
    margin:50px auto 0;
    overflow:hidden;
}
.recruit-list-top{
    width:918px;
    height:76px;
    margin:0 auto;
}
.social-table{
    width:1178px;
    color:#010000;
    text-align:center;
}
.social-table th{
    font-size:16px;
    font-weight: 700;
    height:50px;
    line-height:50px;
    background:#e7e7e7;
}
.social-table tbody tr:hover >td{
    cursor:pointer;
    color:#f00!important;
}
.social-table tbody tr:hover >td a{
    color:#f00!important;
}

.social-table td{
    height:62px;
    line-height:62px;
    font-size:16px;
    color:#6a6867;
    border-bottom:1px solid #f5f5f5;
}

/*模拟下拉-开始*/
.model-select-box {
    width: 200px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e1e1e1;
    float: left;
    margin-right: 62px;
    text-indent: 2em;
    background:#fff;
    position: relative;
}
.model-select-text {
    height: 27px;
    padding-right:27px;
    font-size:16px;
    color:#6a6867;
    background:url('../front-img/zp-arrow-icon.png') no-repeat right 0;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
 }
.model-select-option {
    display: none;
    position: absolute;
    background: #fff;
    width: 100%;
    left: -1px;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    top:40px;
    z-index:2;
    overflow-y: scroll;
    height: 200px;
    overflow-x: hidden;
}
.model-select-option li {
    height: 40px;
    line-height: 40px;
    font-size:16px;
    color: #555;
    cursor: pointer;
}
.model-select-option li.seleced {
    background: #9e322f;
    color: #fff;
}
/*模拟下拉结束*/
.search-top{
    width: 200px;
    height: 40px;
    border: 1px solid #e1e1e1;
    float:left;
}
.search-top input{
    width: 148px;
    height: 40px;
    *height:39px;
    line-height: 40px;
    *line-height:39px;
    padding:0 26px;
    font-size:16px;
    color:#6a6867;
    outline: none;
}
.search-top-btn{
    width:125px;
    height:42px;
    background-image: url('../front-img/search-btn.png');
    background-repeat: no-repeat;
    float:right;
}
.search-top-btn input{
    width:125px;
    height:42px;
    border:0;
    background:none;
    cursor:pointer;
    outline: none;
}


/*福利待遇*/
.benefitesmain{
    width: 1178px;
    margin: 62px auto 170px;
    color: #010000;
}
.benefitestit{
    font-size: 30px;
    width: 246px;
    height: 76px;
    background:#f8f8f8;
    text-align: center;
    padding-top: 24px;
    margin: 0 auto 35px;
}
.benetitbgline{
    width: 55px;
    height: 3px;
    background:#f4930a;
    display: block;
    margin: 10px auto;
}
.benefiteslist span{
    font-weight: 700;
    width: 100%;
    height: 100%;
    background: url(../front-img/benefitspicopcitybg.png) no-repeat;
    display: block;
}
.benefiteslist a:hover > span{
    background: url(../front-img/benefitspicopcitybg1.png) no-repeat;;
}
.benefiteslist a{
    width: 372px;
    height: 112px;
    color: #fff;
    font-size: 24px;
    line-height: 112px;
    text-align: center;
    display:block;
    float: left;
    margin:0 30px 34px 0;
    font-weight: bold;
    position: relative;
}

/*招聘流程*/
.zp-process-top{
    width:530px;
    height:100px;
    margin:0 auto;
}
.zp-process-top li{
    width:242px;
    height:70px;
    line-height:54px;
    font-size:28px;
    color:#010000;
    background:#f8f8f8;
    text-align:center;
    cursor:pointer;
}
.zp-process-top li .line{
    width:55px;
    height:3px;
    background:#f4930a;
    margin:0 auto;
}
.zp-process-top li.active{
    background:#413d4b;
    color:#fff;
}
.zp-process-top li.active .line{
    background:#fff;
}
.zp-process-ctn{
    width:1178px;
    overflow:hidden;
    padding-bottom:140px;
}
.zp-process-ctn .process-ctn-item{
    width:1178px;
    /*height:1475px;*/
    display:none;
}
.zp-process-ctn .sz-process{
    background:url('../front-img/process-bg1.png') no-repeat center;
    height:1104px;
}
.zp-process-ctn .xz-process{
    background:url('../front-img/process-bg2.png') no-repeat center;
    height:897px;
}
.zp-process-ctn .process-ctn-item .title{
    width:627px;
    height:60px;
    line-height:60px;
    text-align:center;
    font-size:28px;
    background:#c5c5c5;
    margin:0px auto 0;
}
.zp-process-ctn .process-ctn-item .zp-item-left{
    width:502px;
    overflow:hidden;
    float:left;
}
.zp-process-ctn .process-ctn-item .item-box{
    width:488px;
}
.zp-process-ctn .process-ctn-item .zp-item-left .item-text{
    width:180px;
    height:82px;
    line-height:82px;
    font-size:24px;
    text-align:right;
    background:#f5f5f5;
    padding-right:28px;
    position:relative;
    float:right;
}
.zp-process-ctn .process-ctn-item .zp-item-left .item-text span{
    display:block;
    width:29px;
    height:29px;
    background:#ee7210;
    position: absolute;
    right:-14px;
    top:28px;
}

.zp-process-ctn .process-ctn-item .zp-item-right{
    width:502px;
    overflow:hidden;
    float:right;
}
.zp-process-ctn .process-ctn-item .zp-item-right .item-box{
    float:right;
}
.zp-process-ctn .process-ctn-item .zp-item-right .item-text{
    width:180px;
    height:82px;
    line-height:82px;
    font-size:24px;
    background:#f5f5f5;
    padding-left:28px;
    position:relative;
    float:left;
}
.zp-process-ctn .process-ctn-item .zp-item-right .item-text span{
    display:block;
    width:29px;
    height:29px;
    background:#ee7210;
    position: absolute;
    left:-14px;
    top:28px;
}


/*校招计划*/
.schooltit{
    font-size: 26px;
    width: 1146px;
    height: 70px;
    background: #e0e0e0 url(../front-img/toplinebg.png) no-repeat left 53px;
    line-height: 58px;
    padding-left: 32px;
    border-bottom: 1px solid #595955;
    font-weight: 700;
    color:#636363;
}
.benefitesmain table{
    font-size: 24px;
}
.benefitesmain table tr td{
    border: 1px solid #595959;
    height: 104px;
    line-height: 104px;
}
.benefitesmain table td{
    width: 852px;
    padding-left: 32px;
}
.benefitesmain table .planbg{
    width: 296px;
    height: 103px;
    line-height: 103px;
    text-align: center;
    background: url(../front-img/recruittdbg.png) no-repeat center center;
    color: #fff;
    padding-left: 0;
}
.sametitle{
    width: 181px;
    background: url(../front-img/recruitlinebg.png) no-repeat left 32px;
    display:block;
    float: left;
    padding-left: 32px;
    margin-right: 3px;
    text-align:center;
}
.plantit{
    font-size: 22px;
    border-bottom: 1px solid #595955;
    width: 1178px;
    height: 70px;
    line-height: 70px;
    background:#e0e0e0;
    margin-top: 50px;

}
.schtit{
    width: 304px;
}
.professionaltit{
    background: url(../front-img/recruitlinebglong.png) no-repeat left 53px;
    width: 384px;
}
.addresstit{
    width: 172px;
    margin-right: 0;

}
.bottomtable table tr{
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    padding: 0;
}
.bottomtable table tr td{
    padding-left: 0;
    width: 204px;
    line-height: 47px;
    height: 47px;
}
.bottomtable table tr .bottomdate{
    width: 214px;
}
.bottomtable table tr .bottomsch{
    width: 338px;
}
.bottomtable table tr .bottomprof{
    width: 418px;
}

/*中财*/
.news-right-item .fz-forum li .text1{
    font-size:14px!important;
    line-height:44px!important;
    cursor:pointer;
}




/*中财*/
.news-right-item .fz-forum li .text1{
    font-size:14px!important;
    line-height:44px!important;
    cursor:pointer;
}
.zx-fzForum-media{
    width:1178px;
    overflow:hidden;
}
.zx-fzForum-media .ctn{
    margin-bottom:20px;
}
.fzForum-media{
    width:580px;
}
.fzForum-media .img{
    width:578px;
    /* border:1px solid #e7e7e7; */
}
.fzForum-media .title{
    height:36px;
    line-height:36px;
    /* padding-left:20px; */
    border-bottom:1px solid #e7e7e7;
}
.fzForum-media .img .picList{
    width:554px;
    padding:12px 0;
}
.fzForum-media .img .picList li{
    float:left;
    margin:13px 11px;
}

.fzForum-media .title span{
    height:36px;
    display:inline-block;
    font-size:16px;
    color:#010000;
    border-bottom:2px solid #f20808;
}
.fzForum-media .list{
    width:540px;
    padding:20px 0px 10px;
}
.fzForum-media .list li{
    height:30px;
    line-height:30px;
    font-size:14px;
    border-bottom:1px solid #e7e7e7;
    margin-bottom:14px;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.fzForum-media .list li a{
    color:#000;
}
.fzForum-media .list li a span{
    height:29px;
    display:inline-block;
    border-bottom:1px solid #a3a6a8;
    font-weight: 700;
}

.zx-fzForum-media .media-pic{
    width:1178px;
    clear:both;
}
.zx-fzForum-media .media-pic .picList{
    margin-top:20px;
    padding-bottom:10px;
}
.zx-fzForum-media .media-pic .picList li{
    width:285px;
    height:217px;
    float:left;
    margin-right:11.8px;
    overflow:hidden;
    transition: all 0.6s;
}
.zx-fzForum-media .media-pic .picList li img{
    transition: all 0.6s;
}
.zx-fzForum-media .media-pic .picList li:hover{
    box-shadow: 0px 4px 10px rgba(0,0,0,0.4);
}
.zx-fzForum-media .media-pic .picList li:hover img{
    transform: scale(1.15);
}



.zc-titleCtn{
    width: 1178px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    border-bottom: 2px solid #9e322f;
    margin-bottom: 20px;
    margin:0 auto 20px;
}
.zc-titleCtn .title{
    font-weight: 700;
}












/*中财PPP专题*/
.zcPPP-title{
    width: 1178px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    border-bottom: 2px solid #16568c;
    margin-bottom: 20px;
    font-weight: 700;
}
.zcPPP-title .squreico{
    width: 60px;
    height: 34px;
    background: #16568c;
    display: inline-block;
    *zoom:1;
    *display:inline;
    float: left;
    margin-right: 10px;
    text-align: center;
    padding-top: 6px;
}
.zcppp-guest{
    width:1178px;
    margin:0 auto 84px;
    overflow:hidden;
}
.guest-pic-box{
    width:100%;
    height:245px;
}
.guest-pic-box ul li,
.guest-pic-box ul li img{
    width:278px;
    height:245px;
}
.guest-pic-box ul li{
    float:left;
    position:relative;
    margin-right:22px;
    overflow:hidden;
}
.guest-pic-box ul li dl{
    width:212px;
    position:absolute;
    padding:0 14px 6px;
    background:url('../front-img/zcppp-bg.png') repeat;
    left:21px;
    bottom:-51px;
    color:#fff;
}
.guest-pic-box ul li dl dt{
    font-size:18px;
    line-height:32px;
    border-bottom:1px solid #fff;
    padding-top:6px;
    text-align:center;
}
.guest-pic-box ul li dl dd{
    line-height:22px;
}
.pptext{
    padding-top:10px!important;
    cursor:pointer;
}














/*濮阳无水港专题*/
.prointro{
    width: 1178px;
    margin:68px auto ;
}
.procont{
    font-size: 14px;
    color: #333;
    width: 466px;
    float: left;
    border-top: 1px solid #a29061;
    border-bottom: 1px solid #a29061;
    position: relative;
    padding: 20px 0;
    margin-top: 60px;
}
.proconttit{
    width: 108px;
    background: #fff;
    height: 24px;
    line-height: 24px;
    position: absolute;
    top: -14px;
    left: 181px;
    font-size: 20px;
    text-align: center;
}
.prodetail{
    line-height: 30px;
    color: #111;
}
.wushuivedio{
    width: 640px;
    float: right;
    height: 360px;
}
.gangkoufuwu{
    width: 100%;
    padding: 30px 0 90px;
    margin: 0 auto;
    color: #999999;
    font-size: 14px;
    background: #f4f4f4;
}
.gkfwmain{
    width: 1178px;
    margin: 0 auto;
}
.gkfwtit{
    display: block;
    text-align: center;
    margin-bottom: 34px;
}
.gkfucont{
    width: 272px;
    height: 222px;
    padding: 24px 52px;
    float: left;
    text-align: center;
    line-height: 30px;
    background: #fff;
    cursor: pointer;
    margin-bottom: 40px;
    margin-right: 25px;
    position: relative;
}
.gkfwlist .gkfucont:nth-of-type(3n){
    margin-right: 0;
}
.gkfucont span{
    display: block;
    font-size: 20px;
    color: #212121;
}
.gkfucont i{
    font-style: normal;
    color: #3f51b5;
    border: 1px solid #999999;
    border-radius: 10px;
    text-align: center;
    line-height: 20px;
    height: 20px;
    width: 70px;
    display: inline-block;
    *zoom:1;
    *display:inline;
    position: absolute;
    bottom: 24px;
    left: 152px;
}
.gkfucont:hover{
    background: #c8161d;
    box-shadow: 1px 3px 18px -4px #000;
    color: #fff;
    border-radius: 6px;
}
.gkfucont:hover span{
    color: #fff;
}
.gkfucont:hover i{
    color: #fff;
    border-color: #fff;
}
.gktobg{
    height: 47px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.gktobg img{
    position: absolute;
    left: 112px;
    top: -2px;
}
.gkfucont:hover .gktobg img{
    top: -50px;
}
.cydrmain{
    width: 1178px;
    margin: 60px auto;
}
.cyfwlist{
    width: 366px;
    height: 452px;
    float: left;
    position: relative;
    padding-left: 10px;
    margin-right: 25px;
}
.cyfwpic img{
    width: 367px;
    height: 200px;
    display: block;
}
.cyfwdetail{
    border: 1px solid #a29061;
    padding: 16px 25px 0;
    height: 236px;
    /*font-size: 14px;*/
}
.cyfwtit{
    font-size: 20px;
    color: #111;
    border-bottom: 2px solid #a29061;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    *zoom:1;
    *display: inline;
    margin-bottom: 20px;
}
.cyfwdetailcon{
    line-height: 24px;
}
.pospic{
    position: absolute;
    left: 0;
    top: 0;
}
.fzForum-media .title .line{
    width: 212px;
    border-bottom: 1px solid #ff3434;
}
.wusg .img .picList{
    padding: 12px 0;
    width: 540px;
}
.wusg .img{
    width: 540px;
}
.wusg .fzForum-media{
    width: 540px;
}
.wusg .fzForum-media .img .picList li{
    margin: 42px 26px 12px 0;
}
.wusg .fzForum-media .img .picList li:nth-of-type(3n){
    margin-right: 0;
}
.wusg .list li{
    background: url(../front-img/wsgeye.png) no-repeat left center;
    padding-left: 20px;
}
.wusg .list{
    padding: 20px 0 10px;
}
/*项目建设方案*/
.project-js{
    width:1176px;
    margin:0 auto;
    overflow:hidden;
    padding-bottom:128px;
}
.project-ctn{
    width:100%;
    margin-top:34px;
}
.project-ctn .pic,
.project-ctn .pic img{
    width:465px;
    height:301px;
}
.project-ctn .pic{
    float:left;
}
.project-ctn .text{
    float:right;
    width:588px;
    padding-right:26px;
}
.project-ctn .text .title{
    width:84px;
    line-height:32px;
    font-size:20px;
    color:#111;
    border-bottom:2px solid #a29061;
    margin-bottom:10px;
}
.project-ctn .text p{
    font-size:14px;
    color:#333;
    line-height:32px;
}
/*区位优势*/
.areaAdvartage-ctn-box{
    width:100%;
    background:#f4f4f4;
    overflow:hidden;
    padding-bottom: 110px;
}
.special-title{
    width:1176px;
    margin:40px auto 14px;
    text-align:center;
}
.small-title{
    width:760px;
    font-size:14px;
    color:#878585;
    margin:0 auto 20px;
    line-height:30px;
    text-align:center;
}
.areaAdvartage-ctn{
    width:1176px;
    height:530px;
    margin:0 auto;
}
.areaAdvartage-ctn .item{
    width:372px;
    float:left;
    margin-right:29px;
}
.areaAdvartage-ctn .item .pic{
    width:372px;
    height:226px;
    background-image: url('../front-img/area-pic.png');
    background-repeat:no-repeat;
    position:relative;
}
.areaAdvartage-ctn .item .item-text{
    background:#fff;
    padding:0 36px 0 30px;
    width:306px;
    height:304px;
    overflow:hidden;
}
.areaAdvartage-ctn .item .item-text .title{
   display:inline-block;
	*display:inline;
	*zoom:1;
	font-size:20px;
	color:#111;
	margin-top:12px;
	margin-bottom:24px;
	line-height:48px;
	border-bottom:2px solid #a29061;

}
.areaAdvartage-ctn .item .item-text p{
    color:#333333;
    line-height:28px;
}

/* 产生动画（向外扩散变大）的圆圈  */
.pulse {
   position: absolute;
	width: 20px; 
	height: 20px;
	left: 201px;
	top: 127px;
	border: 6px solid #ff9800;
	-webkit-border-radius: 34px;
	-moz-border-radius: 34px;
	border-radius: 34px;
	z-index: 1;
	opacity: 0;
	-webkit-animation: warn 1s ease-out;
	-moz-animation: warn 1s ease-out;
	animation: warn 1s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;

}
.pulse1{
    left:246px;
	top:46px;
	-webkit-animation: warn 1.2s ease-out;
	-moz-animation: warn 1.2s ease-out;
	animation: warn 1.2s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	border: 6px solid #f00;

}
.pulse2{
   left:185px;
	top:142px;
	-webkit-animation: warn 1.2s ease-out;
	-moz-animation: warn 1.2s ease-out;
	animation: warn 1.2s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	border: 6px solid #f00;

}
.pulse3{
   left:216px;
	top:90px;
	-webkit-animation: warn 1.2s ease-out;
	-moz-animation: warn 1.2s ease-out;
	animation: warn 1.2s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	border: 6px solid #f00;

}
@keyframes warn {
    0% {
        transform: scale(0);
        opacity: 0.0;
    }
    25% {
        transform: scale(0);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.0;
    }
}
@-webkit-keyframes warn {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -webkit-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}
.wsgbox{
    width:6px;
			height:6px;
			border-radius:3px;
			background:#ff9800;
			position:absolute;
			left:215px;
			top:140px;
			z-index: 2;

}
.wsgbox1{
    left:260px;
			top:60px;
			background:#f00;

}
.wsgbox2{
   left:199px;
			top:155px;
			background:#f00;

}
.wsgbox3{
  left:228px;
			top:104px;
			background:#f00;

}



.wsgcurrent{
    background: #c8161d;
    box-shadow: 1px 3px 18px -4px #000;
    color: #fff;
    border-radius: 6px;
}
.wsgcurrent span{
    color: #fff;
}
.wsgcurrent i{
    color: #fff;
    border-color: #fff;
}
.wsgcurrent .gktobg img{
    top: -50px;
}













/*大事记*/
.dashij{
    float: left;
    width: 460px;
    margin-top: 50px;
    color: #333;
    font-size: 14px;
}
.dsjtitshort{
    font-size: 20px;
    color: #111;
    border-bottom: 1px solid #ff3434;
    line-height: 46px;
    height: 46px;
    display: inline-block;
    *zoom:1;
    *display: inline;
    font-weight: 700;
}
.dashij .prodetail p{
    margin-bottom: 10px;
}
.prodetail{
    margin-top: 12px;
}
.gtdsjmain{
    width: 1178px;
    margin: 0 auto 60px;
    position: relative;
}
.gtdsjtit{
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 70px;
}
.gtdsjlist{
    width: 502px;
    height: 110px;
    background: #eaeaea;
    color: #646464;
    padding-right: 42px;
}
.gtdsjpic{
    width: 131px;
    height: 120px;
    float: left;
}
.gtdsjpic img{
    display: block;
    width: 131px;
    height: 110px;
}
.gtdsjcont{
    float: right;
    width: 360px;
}
.gtdsjconttit{
    margin: 16px 0;
    font-size: 14px;
    color: #353535;
    line-height: 18px;
}
.dsjconttit{
    width: 240px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}
.dsjdate{
    float: right;
    color: #666;
}
.gtdsjcontdetail{
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
}
.guotoudsj ul li{
    width: 544px;
    float: left;
    margin:0 80px 30px 0;
}
.guotoudsj ul li:nth-of-type(2n){
    margin-right: 0;
}
.gtzouxintime ul{
    width: 99999px;
}
.gtzouxintime ul li{
    width: 256px;/*
    height: 350px;*/
    float: left;
    margin-right: 50px;/*
    background: #f6f6f6;*//*
    padding-bottom: 60px;*/
    color: #acacac;
    text-align: center;/*
    overflow: hidden;*/
    /*box-shadow: 10px 9px 15px -9px #585858;*/
    padding: 40px 0;
}
.hdpic,.hdpic img{
    width: 256px;
    height: 207px;
}
.hdcont{
    height: 126px;
}
.hdlinebg{
    width: 34px;
    height: 2px;
    background: #a1a1a1;
    margin: 14px auto 0;
}
.hdconttit{
    font-size: 14px;
    color: #4e4e4e;
    padding: 26px 10px 14px;
    line-height: 24px;
}
.hupro{
    color: #acacac;
    line-height: 20px;
    padding: 0 10px;
}
.gtzouxintime{
    overflow: hidden;/*
    height: 390px;*/
}
.gtzouxintime li a{
    display: block;
    background: #f6f6f6;
}
.gtzouxintime li:hover a{
    background: #ff3434;
    color: #fff;
    box-shadow: 2px 5px 49px -6px #585858;
}
.gtzouxintime li:hover .hupro,.gtzouxintime li:hover .hdconttit{
    color: #fff;
}
.gtzouxintime li:hover .hdlinebg{
    background: #fff;
}
.arrowloop{/*
    margin-top: 30px;
    float: right;*/
    position: absolute;
    right: 0;
    top: 0;
}
.arrowloop span{
    width: 34px;
    height: 34px;
    border:1px solid #a29061;
    text-align: center;
    line-height: 34px;
    display: inline-block;
    *zoom:1;
    *display: inline;
    font-size: 14px;
    margin-left: 10px;
    cursor: pointer;
    color: #fff;
    background: #a29061;
}
.arrowloop span.prevStop{
    color: #000;
    background: #fff;
}
/*媒体同声*/
.medialist .fzForum-media{
    width: 560px;
}/*
.mediacont{
    width: 560px;
    float: left;
}*/
.mediacont{
    overflow: hidden;
    margin-bottom: 60px;
}
.opsidedown{
    display: none;
}
.mediacont ul li{
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    vertical-align: center;
    width: 560px;
    float: left;
    margin-right: 56px;
    margin-bottom: 30px;
}
.mediacont ul li:nth-child(2n){
    margin-right: 0;
}
.medialistpic{
    float: left;
}
.medialistpic img{
    padding-top: 8px;
}
.mediaright{
    float: right;
    width: 340px;
    background: url(../front-img/wsgeye.png) no-repeat left center;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    padding-right: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dsjopen span{
    font-size: 16px;
    color: #333;
    border: 1px solid #000;
    margin: 0 auto;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    display: block;
}
.dsjvediomain .bd ul li{
    width: 560px;
    height: 370px;
    float: left;
    margin-right: 58px;
    position: relative;
}
.vediomask{
    width: 100%;
    height: 100%;/*
    background: #fff;
    opacity: 0.6;
    filter: alpha(opacity=60);*/
    position: absolute;
    left: 0;
    top: 0;
    z-index: 555;
    cursor: pointer;
}
.dsjediomainlist .bd ul{
    width: 99999px;
}
/*视频遮罩*/
.vedioMask{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
     display: none;
     z-index: 100;
}
.vediobounced{
    width: 860px;
    height: 514px;
    position: fixed;
    top: 50%;
    margin-top: -250px;
    left: 50%;
    margin-left: -430px;
    z-index: 557;
    display: none;
}
.vediobounced .vedioclosebtn{
    width: 40px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999999;
}
.dsjvediomain{
    overflow: hidden;
    width: 1178px;
}
.dsjvediomain .arrowloop{
    float: none;
    text-align: right;
    margin: 0 0 30px;
}
.dsjvediomain .bd ul li span{
    color: #4e4e4e;
    font-size: 14px;
    margin-top: 24px;
    line-height: 24px;
    display: block;
}
.dsjvediomain{
    width: 1178px;
    margin: 0 auto 160px;
    position: relative;
}
.guotoudsj ul li:nth-child(n+7){
    display: none;
}
.guotoudsj {
    margin-bottom: 20px;
}
.vediosc{
    width: 860px;
    height: 516px;
}
.vediosc embed{
    width: 100%;
    height: 100%;
}
.gtdsjtitdif{
    margin-bottom: 28px;
}


/*公告提示*/
.tipWrap{
    width:100%;
    height:100%;
    position: fixed;
    left:0;
    top:0;
    z-index:999;
    background:rgba(0,0,0,.5);
    overflow: scroll;
display: none;
}
.tip-content{
    width:570px;
    position: absolute;
    left:50%;
    top:50%;
    margin-left:-285px;
    margin-top:-460px;
    /*padding:30px 40px;*/
    /*overflow:hidden;*/
    /*background:#fff;*/
}
.content{
    padding: 30px 40px;
    background:#fff;
}
.tip-content .close{

    width:100%;
    text-align:right;
    overflow:hidden;
    /*position: absolute;
    left: 535px;
    top: -57px;*/
}
.tip-content .close img{
    width:36px;
    height:56px;
}
.tip-content .title{
    /*padding:0 24px;*/
    font-size:24px;
    color:#fe030f;
    line-height:30px;
    text-align:center;
    padding-bottom:10px;
    border-bottom:3px solid #fe030f;
    /*margin-bottom:16px;*/
}
.tip-content .text-ctn{
    font-size:14px;
    padding:0 24px;
    line-height:32px;
    position: relative;
}
.tip-content .text-ctn h1{
    margin-top:10px;
    font-size:14px;
    line-height:24px;
    font-weight: 0;
    margin-bottom:10px;
}
.tip-content .text-ctn p{
    text-indent: 2em;
    text-align:justify;
}
.tip-content .bottom{
   overflow:hidden;
   margin:15px 0 10px;
   border-bottom:1px solid #fe030f;
   padding-bottom:20px;
}
.tip-content .bottom li{
    line-height:30px;
    text-align:right;
    padding-right:24px;
    font-size:14px;
}



















/*以下内容是修改的css*/
/*2019.7月专题页*/
/*张家口*/
.zjkleft{
    margin-top: 90px;
}
.zjkleft .prodetail{
    line-height: 33px;
}
.lclist{
    color: #333;
    font-size: 14px;
    line-height: 30px;
}
.zjkredline{
    width: 76px;
    height: 3px;
    background: #ff3434;
    display: block;
    margin-bottom: 18px;
}
.lclefttit{
    color: #111;
    font-size: 20px;
}
.lcleft{
    width: 602px;
    float: left;
}
.lcright{
    float: right;
    border-left: 4px solid #a29061;
    padding-left: 55px;
    position: relative;
    padding-bottom: 60px;
}
.zjkdot{
    position: absolute;
    left: -26px;
    top: -6px;
}
.tashan .project-ctn .text .title{
    border-bottom-color: #ff3434;
    font-size: 20px;
}
.tashan .project-ctn .text{
    margin-top: 30px;
    line-height: 30px;
}
.zjklicheng{
    padding-top: 60px;
}
.gkfwtit{
    margin-bottom: 60px;
}
/*天津蓟州*/
.jzleft{
    margin-top: 30px;
}
.jzleft .prodetail{
    line-height: 33px;
}
.xmgaikuang{
    width: 100%;
    padding: 0;
    margin: 0 auto 50px;
    color: #999999;
    font-size: 14px;
    background: #f4f4f4;
}
/*产业布局*/
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        -ms-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
.coop-advang{
    width: 1180px;
    margin:66px auto 76px;
}
.coop-advan{
    width: 1156px;
    height: 590px;
    background: url(../front-img/cybj_bg.png) no-repeat;
    color: #333;
    font-size: 20px;
    position: relative;
    margin:0 auto;
}
.coop-advan span{
    position: absolute;
    /*top: */
}
.coop-advlist{
    top: 36px;
    left: 300px;
}
.coop-advlist1{
    top: 212px;
    left: 130px;
}
.coop-advlist2{
    top: 400px;
    left: 256px;
}
.coop-advlist3{
    top: 97px;
    right: 130px;
}
.coop-advlist4{
    top: 349px;
    right: 128px;
}
.coop-advlist5{
    top: 328px;
    right: 106px;
}
.coop-advfour{
    width: 100%;
    background:#f1f1f1;
    padding: 80px 0;
    margin-bottom: 100px;
}
.coop-advangemian{
    width: 1180px;
    margin:0 auto;
    font-size: 16px;
    color: #000;
}
.coop-avdpic,.coop-avdpic img{
    width: 158px;
    height: 158px;
    float: left;
    border-radius: 50%;
}
.coop-advrighttext{
    font-size: 18px;
    float: right;
    width: 386px;
    margin-top: 30px;
}
.coop-advanlist{
    width: 560px;
    float: left;
    margin-bottom: 60px;
    height: 158px;
}
.coop-advrighttext span{
    line-height: 44px;
    *line-height: 44px;
}
.coop-advanlist p{
    line-height: 22px;
    *line-height: 22px;
    font-size: 16px;
    margin-top: 10px;
}
.coop-advangemian .coop-advanlist:nth-child(2n){
    float: right;
}
.fadeInShow .activ-text1,.fadeInShow .coop-advlist{
    animation:fadeInLeft 0.5s;
}
.fadeInShow .activ-text2,.fadeInShow .coop-advlist1{
    animation:fadeInLeft 0.8s;
}
.fadeInShow .activ-text3,.fadeInShow .coop-advlist2{
    animation:fadeInLeft 1.1s;
}
.fadeInShow .activ-text4,.fadeInShow .coop-advlist3{
    animation:fadeInRight 0.5s;
}
.fadeInShow .activ-text5,.fadeInShow .coop-advlist4{
    animation:fadeInRight 0.8s;
}
.fadeInShow .activ-text6,.fadeInShow .coop-advlist5{
    animation:fadeInRight 1.1s;
}
.fadeInShow .dtzjmon1{
    animation:fadeInRight 0.5s;
}
.fadeInShow .dtzjmon2{
    animation:fadeInRight 0.8s;
}
.fadeInShow .dtzjmon3{
    animation:fadeInRight 1.1s;
}
.chanyebjcont{
    width: 1156px;
    height: 86px;
    padding: 10px;
    background: #f4f4f4;
    line-height: 34px;
    font-size: 14px;
    margin-bottom: 40px;
    background: url(../front-img/bujutextbg.png) no-repeat;
    background-size: cover;
}
/*贵州*/
.zhuanjiagd{
    background: #fff;
    border-radius: 10px;
    padding: 35px 50px 50px;
    width: 1078px;
    height: 221px;
    font-size: 20px;
    color: #999;
    margin-bottom: 30px;
}
.gzguandtit{
    width: 100%;
    border-bottom: 1px solid #a29061;
    padding: 20px 0;
    margin-bottom: 20px;
}
.gzguandtit span{
    width: 800px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    display: block;
    background: url(../front-img/redtitdot.png) no-repeat left center;
    background-size: 21px 21px;
    font-size: 20px;
    color: #666;
    padding-left: 32px; 
    height: 26px;
    line-height: 26px;
}
.gzgdcontleft{
    float: left;width: 165px;
    height: 150px;
    overflow: hidden;
}
.gzgdcontleft img{
    width: 100%;
    height: 100%;
}
.gzgdcontright{
    width: 880px;
    float: right;
}
.clasgzgdcont{
    width: 820px;
    color: #111;
    line-height: 50px;
}
.clasgzgddetail{
    font-size: 20px;
    width: 820px;
    line-height: 35px;
    overflow: hidden;
    height: 72px;
}
.gzgd{
    margin-bottom: 60px;
}
.gzforumcont{
    width: 1178px;
    margin:0 auto 70px;
}
.gzforumcont .title{
    font-size: 20px;
    color: #333;
    height: 36px;
    border-bottom: 1px solid #e7e7e7;
}
.gzforumcont .title .line{
    /*width: 212px;*/
    line-height: 36px;
    border-bottom: 1px solid #ff3434;
    display: inline-block;
}
.title span{
    font-size: 20px!important;
}
.gzformpic img{
    width: 284px;
    height: 216px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 20px;
}
.tashan .pic .slideBox .hd{
    position: absolute;
    left: inherit;
    right: 10px;
    bottom: 10px;
    height: auto;
    z-index: 99;
}
.tashan .pic .slideBox .hd li{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}
.tashan .pic .slideBox .hd ul li.on{
    background: #ff3434!important;
}
.vediolist{
    margin-bottom: 50px;
}


/*论坛进入页面*/
.luntancont{
    width: 1178px;
    margin:60px auto 50px;
    font-size: 26px;
    color: #333;
}
.luntan_tit{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 22px;
}
.luntan_tit span{ 
    font-size: 24px;
    color: #111;
    border-left: 6px solid #db0000;
    padding-left: 10px;
    line-height: 32px;
}
.luntanlist_top{
    margin:40px 0 60px;
}
.luntanlist_topleft{
    width: 539px;
    height: 445px;
    float: left;
    background: #dddcdc;
    border:1px solid #ccc;
    margin-right: 90px;
}
.luntanlist_topleft:nth-child(2n){
    margin-right: 0;
}
.lunbopic img{
    width: 539px;
    height: 345px;
}
.luntan_titsma{
    text-align: center;
    padding: 0 50px;
    align-items: center;
    height: 90px;
    /*display: flex;
    justify-content: center;*/
    color: #333;
    display: table;
    margin:0 auto;
}
.luntan_titsma span{
    display: table-cell;
    vertical-align: middle;
    text-align: center;

}











.gzformpic li{
    width: 284px;
    height: 216px;
    overflow: hidden;
    display: inline-block;
    margin-right: 10px;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.6s;
}
.gzformpic li:hover{

    box-shadow: 0px 4px 10px rgba(0,0,0,0.4);
}
.gzformpic li img{
    transition: all 0.6s;
    margin:0;
}
.gzformpic li:hover img{
    transform: scale(1.15);
}



/* 公告2 */
.notic-content{
    width:899px;
    position: absolute;
    left:50%;
    top:50%;
    margin-left:-450px;
    margin-top:-380px;
}
.notic-content .close{
    width:100%;
    text-align:right;
    overflow:hidden;
	margin-bottom:-1px;
}
.notic-content .close img{
    width:30px;
    height:75px;
}
.notic-content .notic_main{
	widht:100%;
	background:#fff;
	overflow:hidden;
	position: relative;
}
.notic-content .notic_main .title_pic{
	widht:100%;
	height:212px;
}
.notic-content .notic_main .text_box{
	padding:0 94px 50px;
}
.notic-content .notic_main .text_box h2{
	font-size:16px;
	line-height:30px;
	padding:20px 0;
	color:#333;
	font-weight: bold;
}
.notic-content .notic_main .text_box p{
	font-size:14px;
	color:#333;
	line-height:30px;
	text-indent: 2em;
	text-align: justify;
	margin-bottom:20px;
}
.notic-content .notic_main .text_box .text1{
	font-size:20px;
	font-weight: bold;
}
.notic-content .notic_main .text_box .text2{
	font-size:20px;
	color:#b5251d;
	font-weight: bold;
}
.notic-content .notic_main .detail_btn{
	display:block;
	width:200px;
	height:46px;
	text-align:center;
	line-height:46px;
	margin:30px auto 0;
	background:#f8d4d4;
	border-radius:10px;
	font-size:16px;
	color:#673d3b;
}
.notic-content .notic_main .bottom_pic{
	width:178px;
	height:96px;
	position: absolute;
	right:0;
	bottom:0;
}


.noticWrap{
    width:100%;
    height:100%;
    position: fixed;
    left:0;
    top:0;
    z-index:999;
    background:rgba(0,0,0,.5);
    overflow: scroll;
}


.recruit{
    width: 120px;
    float: right;
    line-height: 66px;
    text-align: right;
}
.recruit img{
    margin-right: 10px;
}