@charset"utf-8";
/*自定义分页符样式*/
@font-face
{
    font-family: myFirstFont;
    src: url('../fonts/汉真广标_0.TTF');
}
.inner{
    width: 1200px;
    margin: 0 auto;
}
.z-in{
    padding: 0 15px;
}
@media screen and (max-width: 1200px){
    .inner{
        width: 1024px;
    }
}
@media screen and (max-width: 1024px){
    .inner{
        width:100%;
    }
    .z-in {
        padding: 0 10px;
    }
}
/*二级页面banner*/
.fu_bg{
    width: 100%;
    height: 0px;
    max-width: 100%;
    /* background-attachment: fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: 0 0;
    background-repeat: repeat-x;
    animation: animatedBackground 20s linear infinite alternate;
    -o-animation: animatedBackground 20s linear infinite alternate;
    -webkit-animation: animatedBackground 20s linear infinite alternate;
    -moz-animation: animatedBackground 20s linear infinite alternate;
}
.fu_inner{
    margin: 0 auto;
    padding: 80px 0 0 170px;
}
.fu_inner h1{
    font-size: 30px;
    color: #313030;
    text-shadow: -2px 2px 6px #666;
    padding-bottom: 10px;
}
.fu_inner p{
    font-size: 14px;
    color: #9f2522;
    line-height: 28px;
    text-shadow: -2px 2px 6px #666;
}
/*页码*/
.mypage {
    clear: both;
    width:100%;
    height:auto;
    border:#f00 0px solid;
    margin:0 auto;
    padding: 20px 0;
    text-align:center;
    font-size: 16px;
}
.pc_dis{
    display: none;
}
.mypage a{
    color:#4d555d;
    width:auto;
    height:auto;
    padding:6px 12px;
    font-size:16px;
    margin-right:5px;
    border: 1px solid #DBDBDB;
    background: #F5F5F5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.mypage span{
    color:#717171;
    width:auto;
    height:auto;
    padding:10px;
    font-size:16px;
    border-radius:5px;
    margin-right:5px;
}
.mypage .linking,.mypage a:hover {
    color: #fff;
    background: #9f2522;
    border:1px solid transparent;
    border-radius: 4px;
}
@media screen and (max-width: 768px) {
    .pc_dis {
        display: block;
    }
    .ph_dis {
        display: none;
    }

    .mypage {
        padding: 15px 0;
    }
}
/*
    二级页面布局结构
*/
.ctzx{background: url('../images/banner/b5.jpg') no-repeat; }
.ctfw{background: url('../images/second/fw-bg.jpg') no-repeat; }
.ctds{background: url('../images/second/ds-bg.jpg') no-repeat; }
.ct-main{
   /* margin-top: -220px;*/
    margin-bottom: 40px;
}
.ct-nei:after{
    content: '';
    display: table;
    clear: both;
}
.ct-nei{
    border: 1px solid #dcdcdc;
    background-color: #ffffff;
   /* min-height: 500px;*/
}
.ct-lf{
    float: left;
    width: 22%;
    padding: 24px 20px;
}
.ct-rt{
    float: right;
    width: 77%;
    border-left: 1px solid #dcdcdc;
    padding: 40px 24px 25px 24px;
    min-height: 723px;
}
.ct-rt-fw{
    min-height: 1066px;
}
.ct-lf h1{
    font-size: 20px;
    color: #9f2522;
    font-weight: bold;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 6px;
}
.ct-lf h1 span{
    font-size: 12px;
    line-height: 24px;
    color: #ceac61;
    font-weight: normal;
}
.tit-list{
    margin-bottom: 14px;
}
.tit-list li{
    padding: 14px 0;
    border-bottom: 1px solid #dcdcdc;
}
.tit-list li a{
    font-size: 14px ;
    color: #474f55;
    display: block;
}
.tit-list li a i{
    display: none;
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 15px;
    margin-right: 5px;
}
.tit-list li a span{
    display: inline-block;
    position: relative;
    margin-left: 5px;
}
.tit-list li.active{
    background-color: #9f2522;
}
.tit-list li.active a i{
    display:inline-block;
}
.tit-list li.active a span{
    color: #ffffff;
}
.ad-list li{
    margin-bottom: 15px;
    border: 1px solid #dcdcdc;
}
.ad-list li img{
    width: 100%;
}
.ad-list li p{
    padding: 15px 10px;
    font-size: 14px;
    line-height: 24px;
    color: #474f55;
}
.ad-list li p span{
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
    width: 18px;
    height: 15px;
}
.ad-list li:first-child p span{
    background: url(../images/second/ad-i1.png) no-repeat;
}
.ad-list li:nth-child(2) p span{
    background: url(../images/second/ad-i2.png) no-repeat;
}
.ad-list li:last-child p span{
    background: url(../images/second/ad-i3.png) no-repeat;
}
/*右侧*/
.ct-rt h2{
    font-size: 12px;
    color: #474f55;
    line-height: 18px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 15px;
}
.ct-rt h2 a{
    font-size: 12px;
    color: #474f55;
    line-height: 18px;
}
.ct-rt h2 a:not([href]){
    color: #9f2522;
}
/*右边*/
@media screen and (min-width: 1024px){
    .tit-list li:hover a span{
        color: #9f2522;
    }
    .tit-list li.active:hover a span{
        color: #ffffff;
    }
    .ct-rt h2 a:hover{
        color: #9f2522;
    }
}
@media screen and (max-width: 1200px){
    .ct-lf{
        padding: 24px 10px;
    }
}
@media screen and (max-width: 1024px){
    .fu_bg{
        /*margin-top: 30px;*/
        height: 400px;
    }
    .fu_inner{
        padding: 50px 0 0 30px;
    }
    .ct-nei{
        border: none;
    }
}
@media screen and (max-width: 768px){
    .fu_bg{
        height: 300px;
    }
}
/*
创投资讯-创投动态
*/
.ctdt,.ct-list{
    padding: 30px 20px 15px 20px;
}

.ctdt, .ct-list img{max-width:800px}
.ctdt ul li{
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #dcdcdc;
}
.ctdt ul li a{
    display: block;
    width: 100%;
}
.dt-con{
    overflow: hidden;
    width: 100%;
}
.dt-img{
    float: left;
    width: 28%;
}
.dt-txt{
    float: left;
    width: 72%;
    padding-left: 18px;
}
.dt-img img{
    max-width: 100%;
    display: block;
    margin:0 auto;
}
.dt-txt h3{
    font-size: 18px;
    color: #404040;
    margin-bottom: 15px;
}
.dt-txt h4{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 18px;
    height: 48px;
    overflow: hidden;
}
.dt-nei{
    overflow: hidden;
}
.dt-p01{
    float: left;
    font-size: 12px;
    color: #999999;
    line-height: 20px;
}
.dt-p01 span{
    margin-right: 20px;
}
.dt-p02{
    float: right;
    font-size: 12px;
    line-height: 20px;
    color: #ceac61;
}
/*
    商学院动态
*/
.ct-sxy ul li{
    border-bottom: 1px dashed #e5e5e5;
    /*background-color: #f6f6f6;*/
    padding: 17px 21px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.ct-sxy ul li a{
    display: block;
}
.sxy-con{
    overflow: hidden;
}
.sxy-im,.sxy-txt{
    width: 50%;
}
.ct-sxy li:nth-child(odd) .sxy-im{
    float: right;
}
.ct-sxy li:nth-child(even) .sxy-im{
    float: left;
}
.ct-sxy li:nth-child(odd) .sxy-txt{
    float: left;
    padding-right: 20px;
    padding-left: 0;
}
.ct-sxy li:nth-child(even) .sxy-txt{
    float: right;
    padding-right: 0;
    padding-left: 20px;
}
.sxy-im img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.sxy-txt h5{
    font-size: 12px;
    color: #b5b5b5;
}
.sxy-txt h5 i{
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 5px;line-height: 0;
    border-color: #cfaf66;
    border-right-width: 0;
    border-style: dashed;
    border-left-style: solid;
    border-top-color: transparent;
    border-bottom-color: transparent;
}
.sxy-txt h5 i:first-child{
    margin-left: 10px;
}
.sxy-txt h2{
    font-size: 18px;
    color: #2a2a2a;
    margin: 15px 0;
    border: none;
    padding: 0;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.sxy-txt p{
    font-size: 12px;
    color: #777777;
    line-height: 20px;
    text-align: justify;
    height: 80px;
    overflow: hidden;
}
.sxy-txt h3{
    margin-top: 15px;
    font-size: 12px;
    color: #ceac61;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
/*
    商学院公告
*/
.ct-gg li{
    border-bottom: 1px dashed #e5e5e5;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.ct-gg li a{
    display: block;
    overflow: hidden;
    padding: 15px;
}
.ct-gg li h1{
    font-size: 16px;
    color: #404040;
    float: left;
}
.ct-gg li h1 u{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../images/second/icon-gg.png) no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}
.ct-gg li p{
    font-size: 12px;
    color: #6e6e6e;
    float: right;
}
@media screen and (min-width: 1024px){
    .ctdt ul li:hover{
        border-bottom: 1px solid #9f2522;
    }
    .ctdt ul li:hover .dt-txt h3{
        color: #9f2522;
    }
    .ctdt ul li:hover .dt-txt h4{
        color: #9f2522;
    }
    .ctdt ul li:hover .dt-p02{
        color: #9f2522;
    }
    .ct-sxy li:hover{
        background-color: #f6f6f6;
    }
    .ct-sxy li:hover .sxy-txt h2{
        color: #9f2522;
    }
    .ct-sxy li:hover .sxy-txt h3{
        color: #9f2522;
    }
    .ct-gg li:hover{
        border-bottom: 1px dashed #9f2522;
    }
    .ct-gg li:hover h1{
        color: #9f2522;
    }
    .ct-gg li:hover p{
        color: #9f2522;
    }
}
@media screen and (max-width: 1200px){
    .ctdt {
        padding: 30px 10px 15px 10px;
    }
}
@media screen and (max-width: 1024px){
    .ct-lf{
        display: none;
    }
    .ct-rt{
        float: none;
        width: 100%;
        border: none;
        height: auto;
        min-height: auto;
    }
    .ct-main{
        margin-top: 0;
        margin-bottom: 20px;
    }
    .ct-rt{
        padding: 30px 15px 25px 15px;
    }
    .ct-sxy ul li{
        padding: 10px 0;
    }
}
@media screen and (max-width: 767px){
    .dt-img,.dt-txt{
        width: 100%;
        float: none;
    }
    .dt-img{
        margin-bottom: 15px;
    }
    .dt-txt h4{
        height: auto;
        margin-bottom: 15px;
    }
    .ctdt,.ct-list {
        padding: 15px 0;
    }
    .ctdt ul li{
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .sxy-im,.sxy-txt{
        width: 100%;
        float: none;
    }
    .sxy-im{
        margin-bottom: 10px;
    }
    .sxy-txt p{
        height: auto;
    }
    .ct-sxy ul li .sxy-txt{
        padding: 0 !important;
    }
    .ct-gg li h1{
        float: none;
        margin-bottom: 10px;
    }
    .ct-gg li p{
        float: none;
    }
    .ct-gg li p span{
        display: block;
        float: right;
    }
}
@media screen and (max-width: 370px){
    .dt-p01{
        float: none;
        margin-bottom: 10px;
    }
    .dt-p02{
        float: none;
    }
}
/*
   创投服务-骨干人才培训
*/
.fw-gu ul{
    overflow: hidden;
}
.fw-gu ul li{
    float: left;
    width: 16.6%;
    border-bottom: 1px solid #dcdcdc;
}
.fw-gu ul li a{
    height: 28px;
    line-height: 28px;
    text-align: center;
    width: 100%;
    font-size: 14px;
    color: #3b3a3a;
    display: block;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.fw-gu ul li.active a{
    background-color: #9f2522;
    color: #ffffff;
}
.fw-gu img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.gu-sq {
    padding-top: 30px;
}
.gu-sq h1{
    font-size: 22px;
    color: #232323;
    padding-bottom: 10px;
    border-bottom: 1px solid #9f2522;
    width: 136px;
    margin: 0 auto 30px;
}
.gu-sq form{
    width: 380px;
    margin: 0 auto;
}
.gf-nei{
    margin-bottom: 10px;
}
.gf-nei span{
    font-size: 16px;
    color: #353535;
    display: inline-block;
    width: 220px;
    text-align: right;
}
.gf-nei span i{
    display: inline-block;
    width: 8px;
    margin-right: 5px;
    vertical-align: middle;
}
.gf-nei label{
    font-size: 16px;
    color: #353535;
    font-weight: normal;
}
.gf-nei select{
    height: 30px;
    width: 90px;
}
.gf-nei textarea{
    width: 280px;
    height: 110px !important;
    vertical-align: top;
    padding: 5px 0 0 5px;
    resize:none;
}
.gf-nei input{
    width: 280px;
    height: 30px;
    padding-left: 8px;
}
.gf-nei input[type=radio]{
    width: 12px;
    margin: 0 10px;
    height: 12px;
}
.gu-btn{
    display: block;
    font-size: 16px;
    color: #ffffff;
    background-color: #9f2522;
    margin: 0 auto;
    width: 200px;
    line-height: 32px;
    height: 32px;
    text-align: center;
}
.gu-btn:hover{
    color: #ffffff;
}
/*政府服务*/
.zf-title{
    width: 238px;
    margin: 0 auto 40px;
}
.zf-title h3{
    width: 100%;
    font-size: 26px;
    color: #2d2d2d;
    margin-bottom: 15px;
    text-align: center;
}
.zf-title h3 span{
    color: #9f2522;
}
.zf-title i{
    width: 238px;
    height: 3px;
    display: block;
    background: url(../images/second/icon-zf.png) no-repeat;
}
.zf-one {
    margin-bottom: 40px;
}
.zf-one img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.zf-two h5{
    text-align: center;
    margin-bottom: 20px;
}
.zf-two h5 i{
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 16px solid #ceac61;
}
.zf-two ul{
    width: 754px;
    margin: 0 auto 40px;
}
.zf-two ul li{
    width: 376px;
}
.zf-two ul li:nth-child(odd){
    border-right: 1px dashed #aaaaaa;
}
.zf-two ul li:nth-child(even){
    margin-left: 376px;
    border-left: 1px dashed #aaaaaa;
}
.zf-two ul li .zf-tl{
    width: 385px;
    height: 76px;
    z-index: 100;
    margin-top: -25px;
}
.zf-two ul li .zf-tl span{
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 32px;
    color: #9f2522;
    margin: 12px 0 0 24px;
}
.zf-two ul li:nth-child(even) .zf-tl span{
    margin: 12px 0 0 319px;
}
.zf-two ul li:nth-child(odd) .zf-tl{
    background: url(../images/second/zf-tlf.png) no-repeat;
    background-position: 9px 0;
}
.zf-two ul li:nth-child(even) .zf-tl{
    background: url(../images/second/zf-trt.png) no-repeat;
    margin-left: -11px;
}
.zf-txt {
    width: 280px;
    padding: 15px 10px;
    border: 2px solid #a0a0a0;
    border-radius:10px;
    z-index: 1;
    text-align: right;
    margin-top: -30px;
    margin-left: 74px;
}
.zf-two ul li:nth-child(even) .zf-txt{
    margin-top: -30px;
    margin-left: 25px;
    text-align: left;
}
.zf-txt h4{
    font-size: 18px;
    color: #9f2522;
    margin-bottom: 10px;
    font-family: "myFirstFont";
}
.zf-txt p{
    font-size: 16px;
    color: #393838;
    line-height: 24px;

}
.zf-txt p b{
    display: inline-block;
    font-weight: normal;
}
.zf-txt p span{
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #9f2522;
    vertical-align: top;
    border-radius: 50%;
    margin-top: 10px;
}
.zf-thi{
    overflow: hidden;
}
.zf-thlf{
    float: left;
    width: 50%;
}
.zf-thlf img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.zf-thrt{
    float: left;
    width: 50%;
    padding-left: 20px;
}
.zf-thrt p{
    font-size: 20px;
    color: #9f2522;
    line-height: 34px;
}
.zf-thrt p span{
    display: block;
    width: 21px;
    height: 23px;
    background: url(../images/second/zf-im02.png) no-repeat;
    margin: 20px 0;
}
.zf-thrt a{
    font-size: 18px;
    width: 190px;
    height: 40px;
    display: block;
    line-height: 40px;
    background-color: #9f2522;
    color: #ffffff;
    text-align: center;
    border-radius: 20px;
}
/*模态框*/
.modal01{
    position: fixed;
    top:0;
    left: 0;
    height:100vh;
    background: rgba(0,0,0,.7);
    width: 100%;
    display: none;
    z-index: 100000;
}
.modal-box{
    width:1000px;
    background: #fff;
    margin: 210px auto 0;
}
.modal-box h3{
    font-size: 18px;
    line-height: 36px;
    height:36px;
    background: #f3f3f3;
    color: #999;
    padding-left: 20px;
}
.modal-box h3 b{
    font-size: 30px;
    margin-right: 12px;
    margin-top: 0px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}
.modal01 .form-group{
    /*text-align: center;*/
    margin-top: 28px;
    position: relative;
    padding-left: 20px;
}
.modal01 .form-group h2{
    font-size: 25px;
    text-align: center;
    color: #9f2522;
    font-family: "myFirstFont";
    margin-bottom: 20px;
}
.modal01 .form-group label{
    display: inline-block;
    width:48%;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 15px;
}
.modal01 .form-group input{
    width: 100%;
    height:36px;
    border: 1px solid #9f2522;
    color: #666;
    padding-left: 15px;
}
.modal01 .form-group span{
    color:#ff0000;
    padding: 0 5px;
}
.modal01 .btn-box{
    width: 110px;
    margin: 0 auto;
    padding-bottom: 15px;
}
.modal01 .btn-box .btn{
    display: inline-block;
    width:110px;
    line-height: 20px;
    text-align: center;
    background: #9f2522;
    color: #fff;
    font-size: 18px;
    margin: 0 auto;
}
/*投资服务*/
.ct-rt-nob{
    padding-left: 0;
    padding-right: 0;
}
.ct-rt-nob h2{
    margin: 0 24px;
}
.ct-rt-nob .ct-list{
    padding-left: 0;
    padding-right: 0;
}
.tz-inner{
    padding: 0 20px;
}
.tz-fw{
    background-color: #f8f8f8;
    margin-bottom: 30px;
    padding-top: 30px;
}
.tz-lf{
    overflow: hidden;
    border-bottom: 1px dashed #b7b7b7;
    padding: 30px 0;
}
.tz-lf .tz-im{
    float: left;
    width: 50%;
}
.tz-rt .tz-im{
    float: right;
}
.tz-im img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.tz-lf .tz-txt{
    float: right;
    width: 50%;
    text-align: left;
}
.tz-rt .tz-txt{
    float: left;
    text-align: right;
}
.tz-rt .tz-txt:after{
    content: '';
    display: table;
    clear: both;
}
.tz-lf .tz-tit{
    width: 254px;
    height: 68px;
    position: relative;
    background: url(../images/second/icon-tz1.png) no-repeat;
}
.tz-rt .tz-tit{
    float: right;
    background: url(../images/second/icon-tz2.png) no-repeat;
}
.tz-tit span{
    font-size: 18px;
    color: #ffffff;
    display: block;
    position: absolute;
    top: 20px;
    left: 40px;
}
.tz-rt .tz-tit span{
    left: auto;
    right: 40px;
    top: 20px;
}
.tz-tit h3{
    font-size: 20px;
    color: #9f2522;
    position: absolute;
    left: 95px;
    top: 5px;
}
.tz-rt .tz-tit h3{
    left: auto;
    right: 95px;
    top: 5px;
}
.tz-nei{
    margin-left: 76px;
    margin-top: -24px;
}
.tz-rt .tz-nei{
    margin: 69px 59px 0 0;
}
.tz-nei p{
    font-size: 16px;
    line-height: 24px;
    color: #474747;
}
.tz-nei p span{
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #9f2522;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 8px;
}
.tz-fw .tz-lf:last-child{
    border-bottom: none;
}
/*融资服务*/
.rz-fw{
    background-color: #f8f8f8;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.rz-inner{
    background: url(../images/second/rz-b.png) no-repeat;
    width: 638px;
    height: 604px;
    margin: 0 auto;
}
.rz-nei{
    overflow: hidden;
    padding-top: 57px;
}
.rz-im,.rz-txt{
    width: 50%;
}
.rz-im img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.rz-txt h1{
    font-size: 18px;
    color: #444444;
    margin-bottom: 10px;

}
.rz-txt h1 span{
    display: inline-block;
    margin-right: 8px;
    font-size: 24px;
    color: #9f2522;
}
.rz-t p{
    font-size: 14px;
    line-height: 24px;
    color: #4e4d4d;
}
.rz-t p span{
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #9f2522;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 8px;
}
/*咨询式服务*/
.zi-tit{
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 30px;
}
.zi-im{
    float: left;
    width: 36%;
}
.zi-rt{
    float: right;
    width: 62%;
    padding-left: 20px;
}
.zi-im img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.zi-rt h3{
    font-size: 20px;
    color: #393838;
    margin-bottom: 15px;
}
.zi-rt p{
    font-size: 16px;
    color: #525252;
    line-height: 26px;
}
.zi-rt a{
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    background-color: #9f2522;
    color: #ffffff;
    border-radius: 5px;
    margin-top: 30px;
}
.zi-txt h4{
    font-size: 20px;
    color: #393838;
    margin-bottom: 30px;
}
.zi-txt p{
    font-size: 14px;
    line-height: 24px;
    color: #646464;
    text-indent: 2em;
}
.zi-txt p img{
    display: block;
    max-width: 100%;
    margin: 20px auto;
}
/*创投机构*/
.jg-inner{
    width: 100%;
    background: none;
    height: auto;
}
.rz-inner .rz-nei div.lf{
    text-align: right;
}
.jg-inner .rz-txt h1{
    font-family: "myFirstFont";
    color: #9f2522;
}
.jg-inner .rz-nei{
    border-bottom: 1px dashed #dcdcdc;
    padding: 30px 0 20px 0;
}
.jg-inner div.rz-nei:last-child{
    border-bottom: none;
}
.jg-inner .rz-txt h1 span{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px dotted #9f2522;
    line-height: 20px;
    text-align: center;
}
/*创投培训*/
.zi-rt p i{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
}
.zi-rt .px-p1 i{background: url(../images/second/ic-i01.png) no-repeat;}
.zi-rt .px-p2 i{background: url(../images/second/ic-i02.png) no-repeat;}
.zi-rt .px-p3 i{background: url(../images/second/ic-i03.png) no-repeat;}
.jh-all{
    width: 100%;
    background-color: #ffffff;
    padding: 15px 20px;
}
.jh-tb th{
    font-size: 18px;
    color: #b1821c;
    text-align: center;
}
.jh-tb tr{
    text-align: center;
}
.jh-tb tr td{
    font-size: 16px;
    color: #393838;
}
.jh-tb tr td a{
    font-size: 16px;
    color: #393838;
}
.jh-tb tr td a i{
    display: inline-block;
    height: 4px;
    width: 4px;
    background-color: #9f2522;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 4px;
}
.jh-all .table>tbody>tr>td{
    padding: 10px 5px;
    border-bottom: 1px dashed #dddddd;
    border-top: none;
}
/*视频观看*/
.fw-sp{
    padding: 0 24px;
}
.sp-tit{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
    overflow: hidden;
}
.sp-lf,.sp-rt{
    float: left;
    width: 50%;
}
.sp-lf a{
    display: block;
    width: 100%;
    position: relative;
}
.sp-lf a img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.sp-lf a span{
    display: block;
    width: 72px;
    height: 72px;
    background: url(../images/second/s-btn1.png) no-repeat;
    top: 50%;
    left: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
}
.sp-rt{
    padding-left: 25px;
}
.sp-rt h3{
    font-size: 18px;
    color: #9f2522;
}
.sp-rt h3:after{
    content: '';
    display: block;
    background-color: #9f2522;
    width: 40px;
    height: 3px;
    margin: 20px 0;
}
.sp-rt p{
    margin-bottom: 40px;
}
.sp-rt p a{
    font-size: 14px;
    line-height: 24px;
    color: #949494;
}
.sp-d{
    overflow: hidden;
}
.sp-d p{
    font-size: 14px;
    color: #666666;
}
.sp-d p:first-child{
    float: left;
}
.sp-d p:last-child{
    float: right;
}
.sp-list {
    overflow: hidden;
}
.sp-list li{
    float: left;
    width: 33.3%;
    padding: 15px 10px;
}
.sp-list li a{
    display: block;
    width: 100%;
    border: 1px solid #dcdcdc;
    padding: 5px;
    transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -webkit-transition:all 0.3s linear;
}
.sp-list li h4{
    font-size:16px;
    color: #353434;
    margin: 15px 0;
    height: 18px;
    overflow: hidden;
}
.s-top{
    width: 100%;
    position: relative;
}
.s-top span{
    display: block;
    width: 48px;
    height: 48px;
    background: url(../images/second/s-btn2.png) no-repeat;
    top: 50%;
    left: 50%;
    margin-left: -24px;
    margin-top: -24px;
    position: absolute;
}
.s-top img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.s-d{
    overflow: hidden;
}
.s-d p{
    font-size: 12px;
    color: #989898;
    margin-bottom: 10px;
}
.s-d p:first-child{
    float: left;
}
.s-d p:last-child{
    float: right;
}
/*培训展示*/
.zs-list{
    overflow: hidden;
}
.zs-list li{
    float: left;
    width: 50%;
    padding: 15px 10px;
}
.zs-list li a{
    display: block;
    width: 100%;
    border: 1px solid #dcdcdc;
    padding: 5px;
    transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -webkit-transition:all 0.3s linear;
}
.zs-list li img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.zs-list li h4{
    font-size:18px;
    color: #3e3c3c;
    margin: 15px 0;
    height: 20px;
    overflow: hidden;
}
.zs-list li p{
    font-size: 12px;
    color: #989898;
    margin-bottom: 10px;
}
/*培训展示详情*/
.f-det{
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #D7D7D7;
}
.f-det h4{
    font-size: 30px;
    color: #E5212C;
    text-align: center;
    line-height: 50px;
}
.f-det span{
    font-size: 12px ;
    color: #999999;
    line-height: 24px;
}
.f-det:hover span{
    color: #E5212C;
}
.f-det:hover{
    border-bottom: 1px solid #1F3D63;
}
.f-cont h5{
    top: 0;
}
.f-cont{
    border-top: none;
}
.prod-gui{
    padding: 20px 0;
}
.prod-gui p{
    font-size: 14px;
    color: #757575;
    line-height: 30px;
    text-indent: 2em;
}
.prod-gui img{
    display: block;
    max-width: 100%;
    margin: 15px auto;
}
.xq-vd{
    width: 100%;
}
.xq-vd video{
    display: block;
    max-width: 90%;
    margin: 15px auto;
}
.f-return ul li{
    float: left;
    width: 33.33%;
    color: #333;
    height:60px;
    line-height: 60px;
    font-size: 14px;
}
.f-return ul li:hover a{
    color: #DB3D39;
}
.f-return ul{
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
}
.f-return ul li:nth-child(2){
    text-align: center;
}
.f-return ul li:nth-child(3){
    text-align: right;
}
.f-return ul li i{
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../images/second/ic-fan.png") no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}
@media screen and (min-width: 1024px){
    .fw-gu ul li:hover a{
        background-color: #9f2522;
        color: #ffffff;
    }
    .jh-tb tr td a:hover{
        color: #9f2522;
    }
    .sp-list li a:hover{
        border: 1px solid #9f2522;
    }
    .sp-list li a:hover h4{
        color: #9f2522;
    }
    .zs-list li a:hover{
        box-shadow: 4px 7px 6px -3px #ccc;
        -webkit-box-shadow: 4px 7px 6px -3px #ccc;
        -moz-box-shadow: 4px 7px 6px -3px #ccc;
        border: 1px solid #9f2522;
    }
    .zs-list li a:hover h4{
        color: #9f2522;
    }
}
@media screen and (max-width: 1200px){
    .zf-two h5 i{
        margin-left: 49px;
    }
}
@media screen and (max-width: 1024px){
    .zf-two h5 i{
        margin-left: 0;
    }
    .modal-box {
        width: 700px;
    }
    .sp-rt p{
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px){
    .fw-gu ul li{
        width: 33.3%;
        margin-bottom: 10px;
    }
    .zf-two h5{
        display: none;
    }
    .zf-two ul{
        width: 378px;
    }
    .zf-two ul li{
        margin: 30px 0 !important;
        border: none !important;
    }
    .zf-two ul li:nth-child(even) .zf-tl span{
        margin: 12px 0 0 24px;
    }
    .zf-two ul li .zf-tl{
        background: url(../images/second/zf-tlf.png) no-repeat !important;
        margin-left: 0;
    }
    .zf-two ul li .zf-tl span{
        margin: 12px 0 0 16px !important;
    }
    .zf-two ul li:nth-child(even) .zf-txt{
        margin-top: -30px;
        margin-left: 74px;
    }
    .modal-box {
        width: 80%;
        margin: 100px auto 0;
    }
    .modal01 .form-group label{
        width: 90%;
    }
    .modal01 .form-group label{
        padding-bottom: 6px;
    }
    .modal01{
        overflow: scroll;
    }
    .zf-thlf,.zf-thrt{
        float: none;
        width: 100%;
        padding: 8px 0;
    }
    .zf-thrt{
        width: 229px;
        margin: 0 auto;
    }
    .tz-lf .tz-im,.tz-lf .tz-txt{
        float: none;
        width: 254px;
        margin: 0 auto;
    }
    .tz-lf .tz-nei{
        margin: 15px 0 0 15px;
        text-align: left;
    }
    .tz-rt .tz-nei{
        margin-top: -15px;
    }
    .tz-rt .tz-tit{
        float: none;
    }
    .ct-rt-nob h2{
        margin: 0 15px;
    }
    .zi-im,.zi-rt{
        float: none;
        width: 100%;
        /*padding-left: 0;*/
    }
    .zi-im{margin-bottom: 15px;}
    .zi-im img{
        width: 80%;
    }
    .zi-rt a{
        margin-top: 10px;
    }
    .zf-title{
        margin: 0 auto 25px;
    }
    .jh-all {
        padding: 15px 5px;
    }
    .jh-tb thead tr th:nth-child(2),.jh-tb tbody tr td:nth-child(2){
        display: none;
    }
    .jh-tb thead tr th:nth-child(3),.jh-tb tbody tr td:nth-child(3){
        display: none;
    }
    .sp-lf,.sp-rt{
        float: none;
        width: 100%;
        padding-left: 0;
    }
    .sp-lf{
        margin-bottom: 20px;
    }
    .fw-sp{
        padding: 0 15px;
    }
    .sp-list li{
        width: 100%;
    }
    .zs-list li{
        width: 100%;
    }
    .xq-vd video{
        max-width: 100%;
    }
    .f-return ul li{
        height: 40px;
        line-height: 40px;
        width: 100%;
        text-align: left;
    }
    .f-return ul li:nth-child(2){
        text-align: left;
    }
    .f-return ul li:nth-child(3){
        text-align: left;
    }
}
@media screen and (max-width: 640px){
    .rz-im,.rz-txt{
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    .rz-txt{
        width: 240px;
        margin: 0 auto;
    }
    .rz-inner{
        background: none;
        width: 100%;
        height: auto;
    }
    .rz-inner .rz-nei{
        text-align: center ;
    }
    .rz-inner .rz-nei div.lf{
        text-align: center ;
    }
    .jg-inner .rz-txt{
        width: 312px;
    }
}
@media screen and (max-width: 500px){
    .gu-sq form {
        width: 300px;
    }
    .zf-two ul{
        width: 100%;
    }
    .zf-two ul li{
        width: 100%;
    }
    .gf-nei select{
        width: 63px;
    }
    .gf-nei textarea{
        width: 198px;
    }
}
@media screen and (max-width: 480px){
    .f-det h4{
        font-size: 24px;
    }
    .f-cont{
        margin-top: 10px;
    }

}
@media screen and (max-width: 400px){
    .zf-two ul li .zf-tl{
        width: 284px !important;
        margin-left: 5px !important;
    }
    .zf-txt{
        width: 220px;
    }
    .modal-box {
        margin: 50px auto 0;
    }
}
@media screen and (max-width: 370px){
    .modal-box {
        margin: 10px auto 0;
    }
    .jh-tb th{
        font-size: 16px;
    }
    .jh-tb tr td a{
        font-size: 14px;
    }

}
/*
    创投导师
*/
.ct-rt-ds{
    min-height: 674px;
}
.ds-list{
    overflow: hidden;
}
.ds-list li{
    width: 33.3%;
    padding: 15px 10px;
    float: left;
    border-bottom: 1px dashed #e7e7e7;
}
.ds-list li a{
    display: block;
    padding: 5px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.ds-im{
    width: 144px;
    height: 144px;
    margin: 0 auto;
    border-radius: 50%;
    border: 10px solid #f5f7fa;
    overflow: hidden;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.ds-im img{
    width: 124px;
}
.ds-list li h1{
    text-align: center;
    font-size: 20px;
    color: #9f2522;
    margin: 10px 0;
}
.ds-list li p{
    font-size: 14px;
    color: #757474;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: center;
    height: 72px;
    overflow: hidden;
}
.ds-list li span{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #ceac61;
}
.ds-all{
    overflow: hidden;
    box-shadow: 0 0 10px 2px #eeeeee;
    -moz-box-shadow: 0 0 10px 2px #eee;
    -webkit-box-shadow: 0 0 10px 2px #eee;
     padding: 30px 15px;
}
.ds-lf{
    width: 300px;
    float: left;
}
.ds-lf .ds-lim{
    width:185px;
    height: 185px;
    margin: 0 auto;
    border-radius: 50%;
    border: 10px solid #f5f7fa;
    overflow: hidden;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.ds-lim img{
    width: 165px;
}
.ds-rt{
    float: left;
    width: 460px;
    text-align: left;
}
.ds-rt h1{
    font-size: 25px;
    color: #9f2522;
    margin-bottom: 25px;
}
.ds-rt h1 span{
    font-size: 16px;
    color: #bdbdbd;
    margin-left: 10px;
}
.ds-txt p{
    font-size: 12px;
    color: #8e8b89;
    line-height: 24px;
    margin-bottom: 20px;
}
.ds-rt h4{
    font-size: 16px;
    color: #ceac61;
}
.ds-bot{
    margin-top: 20px;
}
.ds-t h3{
    font-size: 20px;
    color: #353535;
    margin-bottom: 15px;
}
.ds-t h1{
    font-size: 20px;
    color: #2d2d2d;
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 15px;
}
.ds-t h1 span{
    display: inline-block;
    width: 5px;
    height: 20px;
    vertical-align: bottom;
    background-color: #9f2522;
    margin-right: 8px;

}
.ds-t p{
    font-size: 12px;
    line-height: 24px;
    color: #696868;
}
.ds-t{
    margin-bottom: 25px;
}
/*导师观点*/
.gd-list li{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #e8e8e8;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.gd-list li a{
    display: block;
    width: 100%;
}
.gd-list li a h1{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
    line-height: 32px;
}
.gd-list li a h1 span{
    display: inline-block;
    background-color: #9f2522;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    text-align: center;
    margin-right: 10px;
    color: #ffffff;
    border-radius: 3px;
}
.gd-list li a p{
    font-size: 14px;
    line-height: 24px;
    color: #757575;
    margin-bottom: 8px;
    margin-left: 39px;
}
.gd-list li a h3{
    text-align: right;
    font-size: 14px;
    color: #757575;
}
@media screen and (min-width: 1024px){
    .ds-list li a:hover{
       box-shadow: 0 0 10px 2px #eeeeee;
        -moz-box-shadow: 0 0 10px 2px #eee;
        -webkit-box-shadow: 0 0 10px 2px #eee;
    }
    .ds-list li a:hover .ds-im{
        border: 10px solid #ceac61;
    }
    .ds-list li a:hover p{
        color: #9f2522;
    }
    .gd-list li:hover{
        border-bottom: 1px dashed #9f2522;
    }
    .gd-list li:hover p{
        color: #9f2522;
    }
    .gd-list li:hover h3{
        color: #9f2522;
    }
}
@media screen and (max-width: 1200px){
    .ds-lf{
        width: 260px;
    }
    .ds-rt{
        width: 400px;
    }
}
@media screen and (max-width: 767px){
    .ct-rt-ds{
        min-height: auto;
    }
    .ds-list li{
        width: 50%;
    }
    .ds-list li a{
        box-shadow: 0 0 10px 2px #eeeeee;
        -moz-box-shadow: 0 0 10px 2px #eee;
        -webkit-box-shadow: 0 0 10px 2px #eee;
    }
    .ds-lf{
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    .ds-rt{
        float: none;
        width: 100%;
    }
    .gd-list li a p{
        margin-left: 0;
    }
}
@media screen and (max-width: 600px){
    .ds-list li{
        width: 100%;
    }
}
/*
    关于我们
*/
.ct-rt-gy{
    min-height: 950px;
}
.gywm{
    background: url(../images/banner/b1.jpg) no-repeat;
}
.about{
    background: url(../images/banner/b6.jpg) no-repeat;
}
.dsj h1{
    font-size: 24px;
    color: #9f2522;
    text-align: center;
    margin-bottom: 25px;
}
.dsj-dim{
    width: 28px;
    height: 88px;
    margin: 0 auto;
}
.dsj-list{
    width: 822px;
    margin: 0 auto;
}
.dsj-list li{
    overflow: hidden;
    height: 262px;
}
.d-im{
    width: 425px;
    height: 262px;
}
.d-txt{
    width: 397px;
}
.dsj-list li:nth-child(odd) .d-im{
    float: left;
    background: url("../images/second/gy-dlf.png") no-repeat;
    background-position:342px 0 ;
}
.dsj-list li:nth-child(odd) .d-txt{
    float: right;
    padding: 0 30px;
}
.dsj-list li:nth-child(even) .d-im{
    float: right;
    background: url("../images/second/gy-drt.png") no-repeat;
    background-position:0 0 ;
    text-align: right;
}
.dsj-list li:nth-child(even) .d-txt{
    float: left;
    padding: 0 30px;
}
.d-txt h3{
    font-size: 24px;
    color: #9f2522;
    margin-bottom: 15px;
}
.d-t{
    width: 100%;
}
.d-t i{
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #9f2522;
    vertical-align: middle;
}
.d-t p{
    font-size:  14px;
    color: #474747;
    line-height: 24px;
    margin-bottom: 15px;
}
.d-txt span{
    display: block;
    font-size: 14px;
    color: #ceac61;
}
/*商学院简介*/
.jj-top{
    overflow: hidden;
    margin-bottom: 25px;
}
.jtop-im{
    float: left;
    width: 37%;
}
.jtop-im img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.jtop-t{
    float: left;
    padding-left: 20px;
    width: 63%;
}
.jtop-t h3{
    width: 252px;
    height: 94px;
    position: relative;
    margin: 0 auto 20px;
    font-size: 18px;
    color: #9f2522;
    padding-top: 30px;
}
.jtop-t h3 span{
    display: block;
    font-size: 16px;
    color: #434343;
}
.jtop-t h3 span u{
    color: #ceac61;
    font-size: 16px;
    text-decoration: none;
    margin-right: 4px;
}
.jtop-t h3 i{
    display: block;
    position: absolute;
    width: 184px;
    height: 90px;
    right: 0;
    top: 2px;
}
.jtop-t p{
    font-size: 14px;
    line-height: 24px;
    color: #434343;
    text-indent: 2em;
}
.jbot{
    overflow: hidden;
}
.jbot-im{
    width: 30%;
    float: right;
}
.jbot-im img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.jbot-t{
    width: 70%;
    float: left;
}
.jbot-t p{
    font-size: 14px;
    line-height: 24px;
    color: #434343;
    text-indent: 2em;
}
/*建议反馈*/
.jyfk h1{
    padding: 15px 0 15px 20px;
    font-size: 18px;
    color: #9f2522;
    background-color: #f3f3f3;
}
.jyfk p{
    font-size: 16px;
    color: #444;
    line-height: 32px;
    margin: 20px 0;
    padding-left: 20px;
}
.jyfk form{
    padding-left: 20px;
    width: 100%;
}
.jy-in{
    margin-bottom: 20px;
}
.jy-in label{
    display: inline-block;
    font-size: 16px;
    color: #444;
    font-weight: normal;
}
.jy-in label u{
    text-decoration: none;
    vertical-align: top;
}
.jy-in label textarea{
    width: 500px;
    height: 130px;
}
.jy-in label input{
    width: 500px;
    height: 30px;
}
.jy-in span{
    font-size: 12px;
    color: #a6a6a6;
    display: inline-block;
    vertical-align: top;
}
.jy-in span i{
    display: inline-block;
    width: 8px;
    height: 18px;
    margin-right: 5px;
}
.jy-btn{
    display: block;
    margin-left: 84px;
    width: 116px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background-color: #9f2522;
    border-radius: 5px;
}
.jy-btn:hover{
    color: #ffffff;
}
/*企业文化*/
.wh-list{
    overflow: hidden;
    margin-bottom: 20px;
}
.wh-list li{
    float: left;
    width: 33.3%;
    padding: 0 12px;
}
.qy-a{
    width: 100%;
}
.qy-a h3{
    border: 1px solid #9f2522;
    position: relative;
    height: 36px;
    margin-bottom: 20px;
}
.qy-a h3 span{
    display: block;
    position: absolute;
    left: -5px;
    top: 5px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #ffffff;
    background-color: #9f2522;
    width: 100%;
    text-align: center;
}
.qy-a p{
    font-size: 14px;
    color: #100f0f;
    line-height: 24px;
    height: 96px;
    overflow: hidden;
}
.qy-nei img{
    display: block;
    max-width: 100%;
    margin: 0 auto 20px;
}
.qy-nei p{
    font-size: 14px;
    line-height: 24px;
    color: #100f0f;
    margin-bottom: 10px;
    text-indent: 2em;
}
/*********************联系我们***************/
.lxwm{
    overflow: hidden;
    padding-top: 8px;
}
.lxwm li{
    width: 33.3%;
    float: left;
    text-align: center;
}
.lxwm li h1{font-size: 18px;}
.lxwm li h1 span{display: inline-block;width: 68px;height: 68px;
    transition: all linear .2s;
    -o-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -webkit-transition: all linear .2s;
    margin-bottom: 22px;}
.lxwm li:hover h1 span{
    transform: translateY(-6px);
}
.lxwm li h2{font-size: 16px;color: #878787;padding-top: 22px;
    border-bottom: 0;
    line-height: 30px;
}
.lxwm li h2 img{
    max-width: 100%;
    display: inline-block;
    margin: 0 auto;
}
.lxwm li:nth-child(2){
    border-left: 1px dashed #999999;
    border-right: 1px dashed #999999;
}
.lxwm li:first-child h1 span{background: url(../images/second/lx_tel.png) no-repeat;}
.lxwm li:nth-child(2) h1 span{background: url(../images/second/lx_addr.png) no-repeat;}
.lxwm li:last-child h1 span{background: url(../images/second/lx_wx.png) no-repeat;}
.loc{
    padding:40px 20px 10px 20px;
}
#ab_location{
    width: 100%;
    height: 400px;
}
/*加入我们*/
.join{
    margin-bottom: 25px;
}
.join-title ul{
    background-color: #f5f5f5;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    overflow: hidden;
   /* margin-bottom: 20px;*/
}
.join-title ul li{
    font-size: 16px;
    color: #000000;
    float: left;
    width: 25%;
    text-align: center;
    padding: 20px 0;
}
.join-con .panel-group .panel{
    border: none;
    box-shadow: none;
}
.join-con .panel-heading{
    border-bottom: 1px dashed #dddddd;
}
.join-con .panel-title{
    overflow: hidden;
    border: none;
}
.join-con .panel-title li{
    float: left;
    width: 25%;
    text-align: center;
    font-size: 16px;
    color: #9f2522;
    padding: 10px 0;
}
.join-con .panel-title li:last-child a{
    display: block;
    background-color: #9f2522;
    color: #fff;
    width: 88px;
    height: 26px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 26px;
}
.join-con .panel-title li:first-child a{
    background-color: #ffffff;
    color: #9f2522;
    font-size: 16px;
}
.join-con .panel-title li:first-child a:after{
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid #9f2522;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    vertical-align: top;
    margin-left: 2px;
    margin-top: 7px;
}
.join-con .panel-body{
    border-top: none !important;
    border-bottom:1px dashed #dddddd;
}
.tab-zpyq h1{
    font-size: 14px ;
    color: #9f2522;
    padding-bottom: 15px;
}
.tab-zpyq h2{
    font-size: 14px;
    color: #333333;
    padding-bottom: 15px;
    border-bottom: 0;
}
.tab-zpyq p{
    font-size: 12px;
    color: #757575;
    padding-bottom: 15px;
    line-height: 20px;
}
h1.xq-hid{
    display: none;
}

@media screen and (max-width: 1200px){
    .dsj-alist{
        padding: 30px 0 15px;
    }
    .dsj-list{
        width: 720px;
    }
    .d-im{
        width: 374px;
    }
    .d-im img{
        width: 291px;
    }
    .dsj-list li:nth-child(odd) .d-im{
        background: url("../images/second/gy-dlf.png") no-repeat;
        background-position:291px 0 ;
    }
    .d-txt{
        width: 346px;
        padding: 0 15px;
    }
}
@media screen and (max-width: 767px){
    .ct-rt-gy{
        min-height: auto;
    }
    .dsj-dim{
        display: none;
    }
    .dsj-list li{
        height: auto;
        border-bottom: 1px dotted #dcdcdc;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .dsj-list li .d-im{
        background: none !important;
        float: none !important;
        width: 100%;
        margin-bottom: 25px;
        height: auto;
    }
    .dsj-list li .d-im img{
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }
    .dsj-list li .d-txt{
        float: none !important;
        width: 100%;
        text-align: justify;
        padding: 0 !important;
    }
    .d-txt span{
        text-align: right;
    }
    .dsj-list{
        width: 100%;
    }
    .d-txt h3{
        text-align: center;
    }
    .jtop-im,.jtop-t,.jbot-im,.jbot-t{
        float: none;
        width: 100%;
    }
    .jtop-im,.jbot-im{
        margin-bottom: 15px;
    }
    .jtop-t{
        padding-left: 0;
    }
    .jy-in label textarea,.jy-in label input{
        width: 300px;
    }
    .jyfk form{
        padding-left: 0;
    }
    .jyfk p{
        padding-left: 0;
    }
    .jy-btn{
        margin: 0 auto;
    }
    .wh-list li{
        width: 100%;
    }
    .qy-a p{
        height: auto;
    }
    .lxwm li{
        width: 100%;
        float: none;
        padding: 15px;
    }
    .lxwm li:nth-child(2){
        border: none;
    }
    .jn{
        padding-top: 25px;
    }
    .join{
        padding: 0 ;
    }
    .join-title ul li:nth-child(1){
        display: none;
    }
    .join-title ul li{
        width: 33%;
    }
    h1.xq-hid{
        display: block;
    }
    .join-con .panel-title li{
        width: 33.3%;
        font-size: 14px;
    }
    .join-con .panel-title li:nth-child(1){
        display: none;
    }
    .grow-up {
        display: inline-block;
        width: 100%;
    }
    .gf-nei span {
        display: block;
        width: 100%;
        text-align: left;
    }
    .gf-nei label{
        display: block;
    }
    .gf-nei input {
        width: 100%;
    }
    }
@media screen and (max-width: 520px){
    .jy-in label textarea,.jy-in label input{
        width: 162px;
    }

}
@media screen and (max-width: 400px){
    .join-title ul li,.join-con .panel-title li{
        width: 50%;
    }
    .join-title ul li:nth-child(2){
        display: none;
    }
    .join-con .panel-title li:nth-child(2){
        display: none;
    }
}


/*动画*/
@keyframes animatedBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50% 0;
    }
}