/**zeng**/

.m-personnel .txt .tit{ padding-top: 8%; }

.g-box1-s1 {padding: 0 30px;}
.m-so {padding: 43px 0 45px;overflow: hidden;}
.m-so select {float: left;border: 1px solid  #aaa;color: #666;font-size: 18px;padding-left: 39px;width: 586px;margin-right: 39px;

background: url(../images/i-s1.png) right 40px center no-repeat;height: 45px;}
.m-so .btn {float: left;border: 0;width: 288px;background-color: #E60044;border: 1px solid  #e60044;color: #fff;font-size: 22px;line-height: 45px;text-align: center;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.m-so .btn:hover {background-color: #fff;color: #e60044;}

.ul-imgtxt-s1 {
    /*overflow: hidden;*/
    margin: 0 -19px -44px;
}
.ul-imgtxt-s1 li {float: left;width: 25%;margin-bottom: 39px;padding: 0 19px;}
.ul-imgtxt-s1 .con {
    display: block;
    box-shadow:0px 0px 10px 0px rgba(153,153,153,0.5);
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
.ul-imgtxt-s1 li:hover .con {
    box-shadow:0px 0px 29px 0px rgba(102,102,102,0.74);
}
.ul-imgtxt-s1 .pic {height: 0;padding-top: 59%;position: relative;overflow: hidden;background-color: #ccc;}
.ul-imgtxt-s1 .pic img {display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;
        transition: .3s;
        -ms-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        -o-transition: .3s;
}
.ul-imgtxt-s1 li:hover .pic img {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
}
.ul-imgtxt-s1 .txt {padding: 22px 0 17px 21px;background-color: #fff;color: #333;}
.ul-imgtxt-s1 .txt h3 {
    font-size: 24px;
    margin-bottom: 13px;
    letter-spacing: .7px;
    white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.ul-imgtxt-s1 li:hover h3 {color: #E60044;}
.ul-imgtxt-s1 .txt p {
    font-size: 18px;
    line-height: 2.4;
    white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.ul-imgtxt-s1 .txt p.dz{
    height: 3em;
    line-height: 1.5em;
    white-space: normal;
    display:-webkit-box;
    -webkit-box-orient:
    vertical;-webkit-line-clamp:2;
    text-overflow:ellipsis;
}
.m-duty .desc {
    padding-top: 20px;
    font-size: 20px;
    color: #333333;
    line-height: 2;
    margin-bottom: 40px;
}

.ul-list_b {
    overflow: hidden;
    margin: 0 -20px 100px;
}

.ul-list_b li {
    float: left;
    width: 50%;
}

.ul-list_b .con {
    overflow: hidden;
    margin: 20px;
    position: relative;
    border: 1px solid #e5e5e5;
    border-radius: 0 80px 0 80px / 0 80px 0 80px;
    padding-top: 130px;
    padding-bottom: 160px;
}

.ul-list_b li:nth-child(even) .con {
    border-radius: 80px 0 80px 0 / 80px 0 80px 0;

}

.ul-list_b .con .txt {
    text-align: center;

}

.ul-list_b .con .txt h3 {
    color: #333333;
    font-size: 35px;
    /* font-family: Bold; */
}

.ul-list_b .con .txt h3::after {
    content: "";
    display: block;
    margin: 48px auto 0;
    width: 43px;
    height: 4px;
    background: #E60044;
}

.ul-list_b .con .txt .idx {
    display: block;
    font-size: 80px;
    color: #999999;
    /* font-family: DBOMedium; */
}

.ul-list_b .con .info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #E60044;
    color: #ffffff;
    font-size: 22px;
    line-height: 2;
    overflow: hidden;
    transition: .3s;
}

.ul-list_b .con .info .text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 5px 80px;
    transform: translateY(-50%);
    /* font-family: Medium; */

}

.ul-list_b .con .info .tit {
    font-size: 25px;
    margin-bottom: 39px;
    text-align: center;
    /* font-family: Bold; */
}

.ul-list_b .con .info.show {
    opacity: 1;
}
.ul-list_duty li{
   border: 1px solid #aaaaaa;
   padding: 20px ;
    margin-bottom: 20px;
}
.ul-list_duty li a{
    display: block;
}
.ul-list_duty .con{
    overflow: hidden;
}
.ul-list_duty .con .idx {
    float: left;
    width: 90px;
    height: 90px;
    margin-right:30px;
    line-height: 88px;
    border: 1px solid #aaaaaa;
    text-align: center;
    font-size: 50px;
    color: #999999;
    letter-spacing: 2px;
}

.ul-list_duty .con .info {
    color: #333333;
    font-size: 18px;
    line-height: 1.8;
    overflow: hidden;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}

.ul-list_duty .con .info .tit {
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 15px;
}

.ul-list_duty .con .info .i1 {
    display: block;
    width: 43px;
    height: 4px;
    background-color: #e60043;
   margin-bottom: 10px;
}




.m-info_b {
    overflow: hidden;
    padding-bottom: 50px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 35px;
}

.m-info_b .pic {
    float: left;
    width: 642px;
    /*height: 388px;*/
    overflow: hidden;
    margin-right: 60px;
}

.m-info_b .pic img {
    display: block;
    width: 100%;
    /*height: 100%;*/
}

.m-info_b .txt {
    overflow: hidden;
    font-size: 20px;
    line-height: 2;
    color: #333333;
    /* font-family: Medium; */
}

.m-info_b .txt h4 {
    font-size: 36px;
    font-family: Bold;

}

.m-info_b .txt .i1 {
    display: block;
    width: 40px;
    height: 3px;
    background-color: #e60044;
    margin: 30px 0;
}
.m-info_b .txt .info{ margin-bottom: 20px;}
.m-info_b .txt .info p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.m-info_b .txt .bot {
    overflow: hidden;
}

.m-info_b .txt .bot .item {
    float: left;
    margin-right: 45px;
    font-size: 20px;
    /* font-family: Medium; */
}

.m-info_b .txt .bot .item .left {
    float: left;
    margin-top: 15px;
    height: 60px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center left;
}

.m-info_b .txt .bot .item i img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
}

.m-info_b .txt .bot .item span {
    float: left;
    overflow: hidden;
}

.m-info_b .txt .bot .item b,
.m-info_b .txt .bot .item em {
    display: block;
    line-height: 1.3;
}

.m-info_b .txt .bot .item b {
    position: relative;
    font-size: 50px;
    color: #e60044;
    padding-right: 18px;
    overflow: hidden;
    
    /* font-family: DBOMedium; */
}
.m-info_b .txt .bot .item b .sub{
    font-size: 16px;
    position: absolute;
    bottom: 5px;
    right: 0;
}
.m-info_b .txt .bot .item em {
    margin-top: -5px;
}

.m-detail_b {
    font-size: 18px;
    color: #333;
    line-height: 2;
    /*text-indent: 2em;*/
}

.m-detail_b .txt {
    margin-bottom: 55px;
}

.m-detail_b .share {
    text-align: center;
    padding-bottom: 43px;
}

.m-detail_b .bdsharebuttonbox {
    display: inline-block;
    vertical-align: middle;
    margin: 0 40px;
}

.m-detail_b .share-m {
    display: none;
}

.m-detail_b .bdsharebuttonbox .bds_more {
    width: 40px;
    height: 40px;
    background: url(../images/j-p9.png) center center no-repeat;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.m-detail_b .biuuu_button {
    display: block;
    height: 52px;
    width: 40px;
    border: 0;
    background: url(../images/j-p10.png) center center no-repeat;
    cursor: pointer;
    margin: 0 40px;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

/*!全产业链**/
.m-estate{
    padding-top: 66px;
}
.m-estate .img{
    overflow: hidden;
    margin-bottom: 40px;
}
.m-estate .img img{
    display: block;
    margin:0 auto;
}
.g-info{
    overflow: hidden;
    padding:60px 37px 66px 43px;
    background:url(../images/hs3.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-bottom: 109px;
}
.g-info .g-titq1{
    margin-bottom: 26px;
}
.g-info .g-titq1 h3{
    font-size: 36px;
    /* font-family:Heavy; */
    padding-bottom: 26px;
}
.g-info .g-titq1 h3:after{
    width:50px;
    height:3px;
}
 .g-info p{
    color:#333333;
    font-size: 18px;
    line-height: 2;
    /*font-style:italic;*/
    letter-spacing: 1.5px;
    /* font-family:Medium; */
}
.ul-txtimg-h1{
    overflow: hidden;
    margin:0 -14px;
}
.ul-txtimg-h1 li{
    float: left;
    width: 25%;
    overflow: hidden;
      -webkit-transition: all 3s;
       -moz-transition: all 3s;
        -ms-transition: all 3s;
         -o-transition: all 3s;
            transition: all 3s;
    margin-bottom: 39px;
}
.m-list2 li{
    width: 50%;
}



.ul-txtimg-h13 li {width: 33.33%;}


.ul-txtimg-h1 li .con{
    display: block;
    margin:0 14px;
    position: relative;
    border:1px solid #CCCCCC;
    text-align: center;
    height: 338px;  
    -webkit-transition: all 3s;
       -moz-transition: all 3s;
        -ms-transition: all 3s;
         -o-transition: all 3s;
            transition: all 3s;
}
.ul-txtimg-h1 li .con p{
    font-size: 80px;
    color:#999999;
    line-height: 1.2;
    font-family:DBOMedium;
}
.ul-txtimg-h1 li .pic{
    position: absolute;
    top: 0;
    left:0;
    right:0;
    bottom:0;
    opacity:0;
    background:#e60044;
    z-index: -1;

    -webkit-transition: all .5s;
       -moz-transition: all .5s;
        -ms-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;
}

.ul-txtimg-h1 li .pic img{
    display: block;
    width: 100%;
    height: 100%;
	opacity:.3;

	display: none;
}
.ul-txtimg-h1 li .g-titq1{
    margin-bottom: 39px;
    margin-top: -6px;
}
.g-titq1.mb65 h3{
    font-weight: bold;
    padding-bottom: 24px;
    font-size: 24px;
}
.mb65{
    margin-bottom: 65px;
}
.ul-txtimg-h1 li .g-titq1 h3{
    font-size: 18px;
    /* font-family:Heavy; */
    padding-bottom: 31px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ul-txtimg-h1 li .txt{
    overflow: hidden;
    padding-top: 66px;
        -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}
.ul-txtimg-h1 li .con p{
     overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
} 
.ul-txtimg-h1 li:hover .pic{
    opacity:1;
}
.ul-txtimg-h1 li:hover .con p{
    color:#fff;
}
.ul-txtimg-h1 li:hover .g-titq1 h3{
    color:#fff;
    padding-top: 30%;
}

.m-list2 li:hover .g-titq1 h3 { padding-top: 15%;}
.ul-txtimg-h1 li:hover .g-titq1 h3:after{
    background-color: #fff;
}
.ul-txtimg-h1 li span{
    font-size: 24px;
    color:#000;
    display: block;
    margin-bottom: 22px;
    opacity:0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ul-txtimg-h1 li:hover .txt{
    margin-top: -140px;

}
.ul-txtimg-h1 li:hover span{
    color:#fff;
    opacity:1;
}
.ul-txtimg-h1 li:hover .con{
    border:1px solid #fff;
}
.m-estate.hs .g-info{
    text-align: center;
    /* padding:35px 0; */
    margin-bottom: 35px;
}
.m-estate.hs .g-info p{
    max-width: 865px;
    padding: 0 20px;
    margin:0 auto;
    letter-spacing: 1px;
}
.m-estate.hs{
    padding-top: 53px;
}
.m-estate.hs .g-titq1.s1 h3{
    font-size:24px;
    padding-bottom: 26px;
    margin-bottom: 35px;
}
.m-estate.hs .g-titq1.s1 h3:after{
    width:50px;
    height:3px;
}
.m-estate .imgtxt{
    position: relative;
    /*background-color: #F7F7F7;*/
    margin-bottom: 34px;
    overflow: hidden;
}
.m-estate .imgtxt .img{
    overflow: hidden;
}
.m-estate .imgtxt .img img{
    display: block;
    margin:0 auto;
    max-width: 75%;
}
.m-estate .imgtxt .bg{
    max-width: 75%;
   overflow: hidden;
}
.m-estate .imgtxt .bg img{
    display: block;
    width: 100%;
    height: 100%;        
}
.m-estate .imgtxt .txt.t1{
   position: absolute;
    right:139px;
    bottom:300px;
    width: 298px; 
}
.m-estate .imgtxt .txt{
    text-align: center;
    font-size: 18px;
    color:#333333;
    line-height: 2;
}
.m-estate .imgtxt .g-titq1 h3{
    font-size: 24px;
    /* font-family:Heavy; */
    margin-bottom: 26px;
}
.m-estate .imgtxt .g-titq1 h3:after{
    width:50px;
    height:4px;
}
.m-estate .imgtxt.ss{
    padding-top: 10px;
    margin-bottom: 40px;
}
.m-estate .imgtxt.ss .txt{
    margin-bottom: 50px;
}
.m-estate .imgtxt.ss .txt p{
    /*max-width: 85%;*/
    margin: 0 auto;
}
.m-estate .border{
    border-top:1px solid #CCCCCC;
    padding:109px 0 58px;
}
            
.abouthc-l1 .txt {
    padding: 0 68px;
}
.abouthc-l1 .txt p{
    font-size: 24px;
    color: #333;
    line-height: 2.04em;
    letter-spacing: 2px;
}
.abouthc-l1 .txt p span{
    font-weight: bold;
    color: #000;
}
.abouthc-l1{
    margin-bottom: 80px;
}
.ul_listl1{
    overflow: hidden;
}
.ul_listl1 li{
    float: left;
    height: 440px;
    width: 21%;
    background-color: #999;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.ul_listl1 li.on{
    width: 57%;
    background-color: #e60044;
}
.ul_listl1 li.on .con .txt p{
    display: block;
}
.ul_listl1 li .con{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.ul_listl1 li .con .txt{
    position: absolute;
    bottom: 50px;
    left: 52px;
}
.ul_listl1 li .con .txt h3{
    font-size: 40px;
    color: #f1f1f1;
    font-weight: normal;
}
.ul_listl1 li .con .txt p{
    display: none;
    font-size: 24px;
    color: #fff;
    margin-top: 20px;
    white-space: nowrap;
    overflow: hidden;
}
.ul_listl1 li .con{
    position: relative;
}
.ul_listl1 li .con .bg{
    position: absolute;
    left: 0;top: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.abouthc-l2{
    margin-bottom: 115px;
}
.ul_listl2{
    float: left;
    padding-top: 67px;
    padding-left: 70px;
}
.ul_listl2 li{
    padding: 20px 0 0px 8px;
    width: 380px;
    border-bottom: 2px solid #76777b;
}
.ul_listl2 li:first-child{
    border-top:2px solid #76777b ;
}
.ul_listl2 li .tit{
    font-size: 30px;
    color: #595656;
}
.ul_listl2 li .imgl1{
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}
.ul_listl2 li .p1{
    color: #77777e;
    font-size: 36px;
    background:  url(../images/pic_l1.jpg) 0 center no-repeat;
    padding-left: 49px;
}
.ul_listl2 li b{
    color: #595656;
    font-size: 120px;
    letter-spacing: 5px;
    font-family: DB-r;
    line-height: 1.1em;
}
.abouthc-l1 .txt_pic{
    overflow: hidden;
}
.abouthc-l1 .txt_pic .pic{
    overflow: hidden;
    padding-top: 67px;
}
.abouthc-l1 .txt_pic .pic img{
    display: block;
    margin: 0 auto;
    margin-right: -70px;
}
/*人才培训详情页  */
.m-personnel{
    overflow: hidden;
    padding-bottom: 70px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 35px;
}
.m-personnel.person_pt{
    border-bottom: none;
}
.m-personnel.person_pt .txt{
    padding-top: 60px;
}
.m-personnel .pic{
    float: left;
    width: 645px;
    margin-right: 55px;
}
.m-personnel .pic img{
    display: block;
    width: 100%;
}
.m-personnel .txt{
    overflow: hidden;
    font-size:20px;
    /* font-family: Medium; */
    line-height: 2;
    color: #333333;
}
.m-personnel .txt .tit{
    font-size: 36px;
    /* font-family: Bold; */
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.m-personnel .txt .tit::after{
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background-color: #e60044;
    margin: 20px 0 38px;
}
.m-personnel .row{
    overflow: hidden;
    color: #333;
}
.m-personnel .row .left{
    float: left;

}
.m-personnel .row .right{
    overflow: hidden;
}
.m-personnel .row .right .bg-preson{
    display: block;
    padding-left: 50px;
    cursor: pointer;
    background-image: url('../images/bg-preson.png');
    background-repeat: no-repeat;
    background-size: auto 31px;
    background-position: left center;
    -webkit-transition: 0.3;
    -moz-transition: 0.3;
    -ms-transition: 0.3;
    -o-transition: 0.3;
    transition: 0.3;
    
}
.m-personnel .row .right .bg-preson:hover{
    background-image: url('../images/bg-preson-on.png');
}
.m-personnel .row .right .bg-preson a:hover{
    color: #e60044;
}

.ul-peop{
    margin: 70px 0 110px;
}
.ul-peop li{
    float: left;
    width: 25%;
    margin-left: -1px;
    margin-top: -1px;
}
.ul-peop .con{
	cursor: pointer;
    padding: 28px 25px 28px;
    border: 1px solid #aaa;
    font-size: 16px;
    color: #323232;
    line-height: 2;
    text-align: center;
}
.ul-peop .con .pic{
    padding-top: 56%;
    margin-bottom: 20px;
    position: relative;
    height: 0;
    overflow: hidden;
}
.ul-peop .con .pic img{
	-webkit-transform: 0.3;
	-moz-transform: 0.3;
	-ms-transform: 0.3;
	-o-transform: 0.3;
	transform: 0.3;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}
/*.ul-peop .con:hover .pic img{
	opacity: 100;
	filter: alpha(opacity=100);
}*/
.ul-peop .con .name{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}
.ul-peop .con .name::after{
    content: "";
    display: block;
    width: 46px;
    height: 3px;
    background-color: #e60044;
    margin: 22px auto 25px;
}
.ul-peop .con .job{
    height: 6em;
    overflow-y: scroll;
}
.ul-peop .con .job::-webkit-scrollbar{
  display:none;
}
.m-cont_b{
    margin-bottom: 145px;
    line-height: 2;
    color: #333;
}
.m-cont_b .text{
    font-size: 16px;
}
.m-cont_b .text{
    padding-top: 50px;
    text-align: center;
}
.m-report_b .g-titq1{
    margin-bottom: 50px;
}
/*人才培训详情页 end */
 /* 行业政策 */

    .ul-policy{
        overflow: hidden;
    }
    .ul-policy .con{
        overflow: hidden;
        padding-bottom: 35px;
        margin-bottom: 35px;
        border-bottom: 1px solid #cccccc;
    }
    .ul-policy li:last-child .con{
        border-bottom: none;
        margin-bottom: 0;
    }
    .ul-policy .con .addtime{
        display: none;
    }
    .ul-policy .con .date{
        float: left;
        width: 74px;
        height: 74px;
        margin-right: 30px;
        text-align: center;
        border: 1px solid #aaaaaa;
        font-size: 20px;
        color: #999999;
    }
    
    .ul-policy .con .date em{
        display: block;
    }
    .ul-policy .con .date span{
        display: block;
        font-size: 27px;
        font-weight: bold;
    }
    .ul-policy .con .txt{
        overflow: hidden;
        font-size: 18px;
        color: #666666;
    }
    .ul-policy .con .tit{
        margin-bottom: 10px;
    }
    .ul-policy .con .tit a{
        display: block;
        font-size: 24px;
        color: #333333;
        font-weight: bold;
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
         -webkit-transition: ;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }
     .ul-policy .con .tit a:hover{
        color: #e60044;
     }
    .ul-policy .con .desc{
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
    .m-policy{
        margin-bottom: 70px;
    }
    .m-policy .more{
        display: block;
        margin: 0 auto;
        width: 140px;
        line-height: 53px;
        text-align: center;
        font-size: 20px;
        color: #999999;
        border: 1px solid #aaaaaa;
    }
    /* 行业政策弹窗 */
    .pop-preson .inner{
        width: 79%;
        height: auto;
        min-height: 100px;
        max-height: 90vh;
        /*overflow-y: scroll;*/
    }
    .pop-preson .inner .txt{
        font-size: 16px;
    }
    .pop-preson .inner .pic{
        float: none;
        width: auto;
        margin-right: 0;
    }
    .pop-preson .inner .pic img{
        display: block;
        margin: 0 auto;
        max-width: 95%;
        max-height: 80vh;
    }
    /* 行业政策end */

   .m-vision{
       font-size: 22px;
       color: #333;
       line-height: 2;
       text-align: center;
       margin-bottom: 95px;
   }
   .m-vision .txt{
    padding-top: 40px;
   }
   .m-vision .img img{
       display: block;
       margin: 80px auto 0;
   }
    /* 大事记 */
    .ul-bigboom{
        padding: 35px 52px 10px;
        border: 1px solid #ccc;
        height: 700px;
        background-color: #fff;
        border-radius: 25px;
        position: relative;
    }
    .ul-bigboom::-webkit-scrollbar{
        display: none;
    }

    .ul-bigboom li{
        padding-left: 75px;
        border-bottom: none;
    }
    .ul-bigboom .top{
        margin-bottom: 20px;
        font-size: 26px;
        letter-spacing: 3px;
        color: #333333;
        font-weight: bold;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        margin-left: -75px;
        line-height: 35px;
    }
    .ul-bigboom .top span{
        width: 75px;
    }
    .ul-bigboom .top i{
        flex: 1;
        display: block;
        height: 1px;
        margin-top: 17px;
        background-color: #ccc;
        position: relative;
    }
    .ul-bigboom .top i::after{
        content: "";
        display: block;
        width: 18px;
        height: 23px;
        position: absolute;
        top: -11px;
        right: 0;
        background: url(../images/c_arrow1.png) no-repeat center right;
        -webkit-background-size: auto 22px;
        background-size: auto 22px;
    }
    .ul-bigboom .item{
        margin-bottom: 20px;
    }
    .ul-bigboom .pic{
        float: left;
        width: 250px;
        margin-right: 40px;
    }
    .ul-bigboom .pic img{
        display: block;
        width: 100%;
    }
    .ul-bigboom .txt {
        padding: 58px 0;
        border-bottom: 1px solid #ccc;
        
    }
    .ul-bigboom .txt h3{
        font-size: 26px;
        font-weight: bold;
        color: #333;
    }
.pop-form{
    width: 500px;
    height: 240px;
    font-size: 16px;
    padding: 30px 20px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.pop-form .close{
    position: absolute;
    z-index: 2;
    cursor: pointer;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    background: url(../images/close.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.pop-form .close:hover{
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);       /* IE 9 */
    -webkit-transform: rotate(90deg);   /* Safari and Chrome */
    -o-transform: rotate(90deg);        /* Opera */
    -moz-transform: rotate(90deg);  
}
.form-center{
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 40px;
}
.pop-form .item{
    line-height: 35px;
}
.pop-form .item .input{
    overflow: hidden;
    padding: 5px 0;
}
.pop-form .item .input input{
    display: block;
    margin: 0 auto;
    width: 80%;
    height: 40px;
    line-height: 40px;
    padding-left: 5px;
    border: 1px solid #aaa;
}
.pop-form .tit{
    display: none;
    text-align: center;
    float: left;
    width: 80px;
}
.pop-form  .resetbtn{
    margin-top: 20px;
}
.pop-form  .resetbtn input{
    color: #666;
    font-size: 16px;
    display: block;
    margin:  0 auto;
    background-color: transparent;
    padding: 6px 30px;
    border: 1px solid #aaa;
}
@media only screen and (max-width:1659px) {
.m-so {padding: 30px 0;}
.m-so select {width: 40%;margin-right: 2%;font-size: 20px;}
.m-so .btn {width: 16%;font-size: 20px;}
.ul-imgtxt-s1 {margin: 0 -10px 0;}
.ul-imgtxt-s1 li {padding: 0 10px;margin-bottom: 20px;}
.ul-imgtxt-s1 .txt {padding: 20px 0 15px 20px;}

.ul-list_b .con .txt .idx {
    font-size: 50px;
}

.ul-list_b .con .txt h3 {
    font-size: 28px;
}

.ul-list_b .con .info .text {
    padding: 5px 20px;
}
.m-info_b .txt h4{
        font-size: 24px;
    }
.m-info_b .txt {
    font-size: 18px;
}
.m-info_b .txt .bot .item b{
    font-size: 32px;
}
.m-info_b .txt .i1 {
     margin: 15px 0; 
}

.m-info_b .txt .bot {
    /* text-align: center; */
}
.m-info_b .pic{
    width: 45%;
}
.m-info_b .txt .bot .item{
    margin-right: 10px;
    font-size: 18px;
}
.m-info_b .txt .bot .item .left{
    width: 50px;
    height: auto;
    margin-right: 0;
}
.m-info_b .txt .info{
    margin-bottom: 10px;
}
.ul_listl1 li .con .txt{
    left: 20px;
}
.ul_listl1 li .con .txt h3{
    font-size: 34px;
}
/*.ul-txtimg-h1 li{width:33.33%;}*/
.ul-txtimg-h1 li .con{
	height: 302px;
}
.ul-txtimg-h1 li .txt{
	padding-bottom: 30px;
}
.ul-txtimg-h1 li span{
	font-size: 18px;
}
.m-estate .imgtxt .txt.t1{right:0;bottom:180px;}
.m-estate .border{padding:58px 0 0;}
.m-estate .imgtxt .img{padding:0 50px;}
/*人才培训详情页 */
.m-personnel{
    padding-bottom: 30px;
}
.m-personnel .pic{
    width: 50%;
    margin-right: 20px;
}
.m-personnel .txt{
    font-size: 16px;
    line-height: 1.7;

	padding-top: 30px;
}
.m-personnel .txt .tit{
    font-size: 24px;
}
.m-personnel .txt .tit::after{
    margin-top: 10px;
    margin-bottom: 15px;
}



.m-personnel.person_pt .txt { padding-top: 30px;}


.ul-peop{
    margin-top: 30px;
    margin-bottom: 50px;
}
.ul-peop .con{
    padding: 20px;
}
/*.ul-peop .con .job{
    height: 210px;
    line-height: 1.7;
}*/
.m-cont_b{
    margin-bottom: 50px;
}
.m-cont_b .text{
    padding-top: 30px;
}
.m-personnel .row .right .bg-preson{
    -webkit-background-size: auto 20px;
    background-size: auto 20px;
    padding-left: 30px;
}
/*人才培训详情页 end */
.ul-bigboom{
    padding-top: 15px;
    padding-left: 25px;
    padding-right: 25px;
}
.ul-bigboom .pic{
    width: 30%;
    margin-right: 15px;
}
.ul-bigboom .txt{
    padding: 20px 0;
}
.ul-bigboom .txt h3{
    font-size: 16px;
    white-space: normal;
}
}

@media only screen and (max-width:1499px) {
    .ul-imgtxt-s1 .txt h3 {font-size: 21px;}
    .m-info_b .pic {
        width: 50%;
        margin-right: 30px;
    }

    .m-estate.hs .g-titq1.s1 h3{
        font-size: 21px;
    }
    .g-titq1.mb65 h3{
        font-size: 21px;
    }
    .m-estate .imgtxt .g-titq1 h3{
        font-size: 21px;
    }
    .m-info_b .txt h4{
        font-size: 24px;
    }
    .m-info_b .txt{
        font-size: 15px;
    }
    .m-detail_b{
        font-size: 15px;
    }
    .m-info_b .txt .bot .item{
        margin-right: 5px;
        font-size: 16px;
    }
    .m-info_b .txt .bot .item .left{
        margin-top: 10px;
        margin-right: 10px;
        width: 45px;
        height: auto;

    }
    .m-info_b .txt .bot .item b{
        font-size: 32px;
    }
    .m-so select{
    	font-size: 15px;
    	background: url(../images/i-s1.png) right 25px center no-repeat;
    	background-size: 20px auto;
    	height: 40px;
    }
    .m-so .btn{
    	width: 14%;
    	height: 40px;
    	line-height: 40px;
    	font-size: 15px;
    }
    
    .ul-txtimg-h1 li .g-titq1 h3{
        font-size: 15px;
    }
    .ul-list_duty li{
        padding: 15px;
    }

    .ul-list_duty .con .idx {
        margin-right: 20px;
        font-size: 35px;
        width: 65px;
        height: 65px;
        line-height: 65px;
    }

    .ul-list_duty .con .info {
        line-height: 1.7;
        margin-top: 0;
        font-size: 15px;
    }

    .ul-list_duty .con .info .tit {
        font-size: 18px;
    }

    .ul-list_duty .con .info .i1 {
        margin: 5px 0;
    }
    .ul-policy .con .tit a{
        font-size: 18px;
    }
    .ul-policy .con .desc{
        font-size: 15px;
    }

    .ul-policy .con .date{
        font-size: 16px;
    }
    .ul-policy .con .date span{
        font-size: 24px;
    }
    .m-duty .desc{
        font-size: 14px;
    }
    .g-info p{
    	font-size: 15px;
    }
    .m-estate .imgtxt .txt{
        font-size: 15px;
    }
    .ul-imgtxt-s1 .txt p{
        font-size: 15px;
    }
    .m-estate .imgtxt .img img{
        max-width: 100%;
    }
    .g-titq1.mb65 h3{
        font-size: 18px;
    }

}

@media only screen and (max-width:1199px) {
    .m-estate .imgtxt .img img{
        max-width: 100%;
    }
	.m-so {padding: 20px 0;}
    .m-so select {padding-left: 20px;-webkit-background-size: auto 30%;
    background-size: auto 30%;background-position: right 20px center;}
    /*.m-so select, .m-so .btn {font-size: 18px;}*/
    .ul-imgtxt-s1 li {width: 33.33%;}

    .m-info_b .pic{
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .m-info_b .txt .bot{
        text-align: center;
    }
    .m-info_b .txt .bot .item{
        float: none;
        display: inline-block;
    }
    .m-duty .desc {
        font-size: 14px;
    }

    .ul-list_b {
        margin-bottom: 40px;
    }

    .ul-list_b .con {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .ul-list_b .con .info {
        font-size: 14px;
        line-height: 1.5;
    }
    
    .ul-list_b .con .info .tit {
        margin-bottom: 10px;
    }

    .m-info_b .txt {
        font-size: 18px;
    }

    .m-info_b .txt h4 {
        font-size: 24px;
    }
    .abouthc-l1 .txt{
        padding: 0 10px;
    }
    .ul_listl1 li .con .txt h3{
        font-size: 28px;
    }
    .ul_listl1 li .con .txt p{
        font-size: 20px;
    }
    .ul_listl1 li{
        float: none;
        width: 100%;
        height: 250px;
        margin-bottom: 10px;
        background-color: rgba(0,0,0,.5);
    }
    .ul_listl1 li .con .txt p{
        display: block;
    }
    .ul_listl1 li.on{
        width: 100%;
        background-color: rgba(0,0,0,.5);
    }
    .abouthc-l2{
        margin-bottom: 20px;
    }
    .abouthc-l1 .txt_pic{
        margin-bottom: 20px;
    }
    .ul_listl2 li{
        width: 280px;
    }
    .abouthc-l1 .txt_pic .pic{
        padding-top: 180px;
    }
    .ul_listl2{
        padding-left: 0;
    }
    .m-estate .g-info{padding:30px;margin-bottom: 50px;}
    .m-estate{padding-top: 0px;}
    .ul-txtimg-h1 li .con{height: 280px;}
    /*.ul-txtimg-h1 li .txt{padding-top:30px;}*/
    .m-estate.hs .g-info{padding:15px 30px;}
    .m-estate.hs .g-info p{max-width: 100%;font-size: 18px;padding:0px;}
    .m-estate .imgtxt .txt.t1{font-size: 16px;line-height: 1.5;}
    .m-estate .imgtxt.ss{margin-bottom: 20px;padding-top: 30px;}
    .m-estate .imgtxt .txt{font-size: 14px;}
    .m-estate .imgtxt.ss .txt{margin-bottom: 30px;}
    .g-titq1.mb65 h3{
        /*font-size: 24px;*/
        padding-bottom: 10px;
    }
    .m-estate .border{padding:30px 0 0;}
    .mb65{margin-bottom: 30px;}
    .ul-txtimg-h1 li{width:33.33%;}
    .m-list2 li{
        width: 50%;
    }
    /* 行业政策*/
    .ul-policy .con{
        padding-bottom: 30px;
        margin-bottom: 15px;
    }
    .ul-policy .con .tit a{
        font-size: 18px;
        white-space: normal;
    }
    .ul-policy .con .txt{
        font-size: 14px;
    }
    .ul-policy .con .desc{
        text-overflow:ellipsis;overflow:hidden;white-space: normal;
        display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;
    }
    .m-policy{
        margin-bottom: 30px;
    }
    .m-policy .more{
        font-size: 16px;
        width: 120px;
        line-height: 35px;
    }
    .pop-preson .inner{
        padding: 10px;
    }
    /* 行业政策end */
    .m-vision{
        font-size: 16px;
        line-height: 1.7;
    }
    .m-vision .img img{
        max-width: 90%;
        margin-top: 30px;
    }
    .ul-bigboom{
        height: auto;
        max-height: 70vh;
    }

}

@media only screen and (max-width:959px) {
	.g-box1-s1 {padding: 0 15px;}
    .ul-imgtxt-s1 li {width: 50%;}
    .ul-imgtxt-s1 .txt h3 {margin-bottom: 10px;}
    .ul-imgtxt-s1 .txt p {line-height: 2;}
    .m-duty .desc {
        margin-bottom: 20px;
    }

    .ul-list_b {
        margin-left: -8px;
        margin-right: -8px;
    }

    .ul-list_b .con {
        margin: 8px;
    }

    .ul-list_b .con .txt h3 {
        font-size: 18px;
    }

    .ul-list_b .con .txt h3::after {
        margin-top: 15px;
    }

    .ul-list_b .con .info .tit {
        font-size: 16px;
    }

    .ul-list_b .con .info .text {
        padding: 5px 15px;
    }

    .m-detail_b {
        font-size: 16px;
    }

    .m-detail_b .txt {
        margin-bottom: 20px;
    }

    .m-detail_b .share {
        padding-bottom: 13px;
    }

    .m-info_b {
        padding-bottom: 0;
        margin-bottom: 10px;
    }

    .m-info_b .txt .bot .item .left {
        height: 50px;
        margin-top: 10px;
    }
    .m-estate .g-info{margin-bottom: 30px;}
    .m-estate .g-info .g-titq1 h3{font-size: 20px;padding-bottom: 10px;}
    .m-estate .g-info p{font-size: 16px;}
    .ul-txtimg-h1 li .con{height: 200px;}
    .ul-txtimg-h1 li .con p{font-size: 50px;}
    .ul-txtimg-h1 li .g-titq1 h3{font-size: 18px;padding-bottom: 10px;}
    .ul-txtimg-h1 li .txt{
    	padding-top: 30px;
    }
    .ul-txtimg-h1 li .g-titq1{
    	    margin-bottom: 25px;
    }
    .ul-txtimg-h1 li:hover .txt{
    	margin-top: -90px;
    }

    /*.ul-txtimg-h1 li .pic,.ul-txtimg-h1 li .pic .bg,.ul-txtimg-h1 li .pic img{display: none;}*/
    .m-estate .img{margin-bottom: 30px;}
    .m-estate.hs .g-titq1.s1 h3{font-size: 22px;padding-bottom: 10px;}
    .m-estate .imgtxt .g-titq1 h3{
        font-size: 16px;
    }
    .m-estate .imgtxt.ss .g-titq1 h3{font-size: 20px;margin-bottom: 15px;}
    .m-estate .imgtxt .txt.t1{font-size: 14px;line-height: 1.5;}
    .m-estate .imgtxt .txt.t1{right:0;bottom:30px;width: 260px;}
    .m-estate.hs{padding-top: 30px;}
    /*人才培训详情页 */
    .m-personnel .pic{
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .m-personnel .txt {
        font-size: 14px;
    }
    .m-personnel .txt .tit{
        font-size: 18px;
    }
    .m-personnel .txt .tit::after{
        width: 30px;
        height: 2px;
    }
    .ul-peop li{
        width: 33.33%;
    }
    /*人才培训详情页end */
    /*行业政策 */
    .ul-policy .con .date{
        margin-right: 10px;
        font-size: 16px;
        padding-top: 13px;
    }
    .ul-policy .con .date > span{
        font-size: 18px;
    }
    .pop-preson .inner .pic{
        margin-bottom: 0;
    }
    /*行业政策end */
    .m-personnel.person_pt .txt{
        padding-top: 0;
    }
    .m-vision{
        margin-bottom: 40px;
    }
    .m-vision .txt{
        padding-top: 20px;
    }
    .ul-bigboom .top{
        font-size: 18px;
        margin-left: -50px;
        margin-bottom: 0;
    }
    .ul-bigboom li{
        padding-left: 50px;
        padding-bottom: 0;
    }
    .ul-bigboom .top span{
        width: 50px;
    }

}
@media only screen and (max-width:767px) {

	.m-so { padding: 0px; margin-bottom: 10px;}
	.g-box1-s1 {padding: 0;}
    .m-so select, .m-so .btn{;width: 100%;margin: 0 0 5px;}
    .ul-imgtxt-s1 li {float: none;width: auto;}
    .ul-imgtxt-s1 .txt {padding: 10px 0 5px 10px;}
    .ul-imgtxt-s1 .txt h3 {font-size: 18px;margin-bottom: 5px;}
    .ul-imgtxt-s1 .txt p {font-size: 14px;line-height: 1.5;}
    .ul-list_b {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .ul-list_b li {
        float: none;
        width: auto;
    }

    .ul-list_b .con {
        margin: 5px;
        border-radius: 0;
    }

    .ul-list_b li:nth-child(even) .con {
        border-radius: 0;
    }

    .ul-list_duty .con .idx {
        display: none;
    }
    .ul-list_duty .con{
        padding: 10px;
        margin-bottom: 10px;
    }
    .ul-list_duty .con .info .tit {
        font-size: 18px;
        text-align: center;
    }
    .ul-list_duty .con .info{
        font-size: 14px;
    }
    .ul-list_duty .con .info .i1 {
        margin: 5px auto;
        height: 2px;
    }


    .m-detail_b,
    .m-info_b .txt {
        font-size: 14px;

		text-indent: 0; 
    }

    .m-info_b .txt .i1 {
        margin: 8px 0;
    }

    .m-info_b .txt .bot .item {
        margin-right: 8px;
    }

    .m-info_b .txt .bot .item,
    .m-info_b .txt h4 {
        font-size: 18px;
    }

    .m-info_b .txt .bot .item b {
        font-size: 25px;
    }

    .m-info_b .txt .bot .item .left img {
        /*max-height: 50%;*/
    }

    .m-detail_b .bdsharebuttonbox {
        margin: 0 10px;
    }

    .m-detail_b .biuuu_button {
        margin-left: 0;
        margin-right: 0;
    }
    .bdshare_popup_box {
        display: none!important;
    }
    .abouthc-l1 .txt p{
        font-size: 16px;
    }
    .abouthc-l1{
        margin-bottom: 20px;
    }
    .ul_listl1 li{
        height: 150px;
    }
    .ul_listl1 li .con .txt h3{
        font-size: 20px;
    }
    .ul_listl1 li .con .txt p{
        font-size: 16px;
    }
    .ul_listl1 li .con .txt{
        bottom: 20px;
    }
    .abouthc-l1 .txt_pic .pic{
        display: none;
    }
    .ul_listl2{
        float: none;
        padding-top: 20px;
    }
    .ul_listl2 li{
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #76777b;
    }
    .ul_listl2 li:first-child{
        border-top: 1px solid #76777b;
    }
    .ul_listl2 li .tit{
        font-size: 20px;
        text-align: center;
    }
    .ul_listl2 li .imgl1{
        width: 50%;
        display: inline-block;

    }
    .ul_listl2 li b{
        font-size: 60px;
    }
    .m-estate .g-info{padding:15px;background: none;margin-bottom: 15px;}
    .g-titq1.mb65 h3{padding-bottom: 10px;font-size: 18px;}
    .m-estate .g-info p{font-size: 15px;line-height: 1.5;}
    .m-estate .g-info .g-titq1 h3{font-size: 18px;}
    .mb65{margin-bottom: 20px;}
    .ul-txtimg-h1 li{width: 50%;margin-bottom: 15px;}
    .ul-txtimg-h1 li .con{height: 140px;}
    .ul-txtimg-h1 li .g-titq1{
    	margin-bottom: 15px;
    }
    .ul-txtimg-h1 li:hover .txt{
    	margin-top: -75px;
    }
    .ul-txtimg-h1 li .txt span{
    	display: none;
    }
     /*.ul-txtimg-h1 li .pic,.ul-txtimg-h1 li .pic .bg,.ul-txtimg-h1 li .pic img{display: none;}*/
    .ul-txtimg-h1 li .con p{font-size: 38px;}
    .ul-txtimg-h1 li .txt{padding-top: 20px;padding-bottom: 20px;}
    .m-estate.hs .g-info{padding:0;}
    .m-estate .imgtxt .txt.t1{position: static;width: auto;}
    .m-estate.hs .g-info p{font-size: 14px;}
    .m-estate.hs .g-titq1.s1 h3{margin-bottom: 30px;font-size: 20px;}
    .m-estate .imgtxt .txt{padding:15px; font-size: 12px;line-height: 1.5;}
    .m-estate .imgtxt .g-titq1 h3{
        margin-bottom: 15px;
    }
    .m-estate .imgtxt .bg{
        max-width:100%;
    }
    .m-estate .imgtxt .txt.t1{
        font-size: 12px;
    }
    .m-estate .imgtxt .txt p br{display: none;}
    .m-estate .imgtxt.ss{padding-top: 10px;}
    .m-estate .imgtxt.ss .g-titq1 h3{font-size: 16px;}
    .m-estate .imgtxt .g-titq1 h3:after{height: 2px;}
    .m-estate .imgtxt .img{padding:0 10px;}
    .ul-txtimg-h1 li .g-titq1 h3{font-size: 16px;}
    .ul-txtimg-h1 li .g-titq1 h3:after{height: 2px;}
    .m-estate .imgtxt.ss .txt{margin-bottom: 10px;}
    .m-estate .imgtxt{margin-bottom: 20px;}
    /*人才培训详情页 */
    .m-personnel{
        margin-bottom: 10px;
        padding-bottom: 20px;
    }
    .ul-peop{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .ul-peop li{
        float: none;
        width: auto;
    }
    .m-cont_b .text,.m-cont_b,
    .ul-peop .con{
        font-size: 14px;
    }


    .ul-peop .con .name{
        font-size: 16px;
    }
    .ul-peop .con .name::after{
        width: 20px;
        height: 2px;
        margin-top: 8px;
        margin-bottom: 12px;
    }
    .ul-peop .con{
        padding-left: 10px;
        padding-right: 10px;
    }
    .ul-peop .con .job{
        height: auto;
    }
    .m-cont_b{
        margin-bottom: 30px;
    }
    .m-cont_b .text{
        padding-top: 20px;
    }
    .m-report_b .g-titq1{
        margin-bottom: 0;
    }
    /*人才培训详情页end */
    /* 行业政策 */
    .ul-policy .con{
        padding-bottom: 15px;
        margin-bottom: 10px;
    }
    .ul-policy .con .tit a{
        /*margin-bottom: 8px;*/
    }
    .ul-policy .con .addtime{
        display: block;
        margin-bottom: 10px;
        font-size: 14px;
        color: #999999;
    }
    .ul-policy .con .date{
        display: none;
    }
    .m-policy .more{
        font-size: 14px;
        line-height: 30px;
        width: 90px;
    }
    .pop-preson .inner .close{
        top: 6px;
        right: 6px;
        width: 15px;
        height: 15px;
    }
    /* 行业政策end */

    .m-vision{
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .m-vision .img img{
        margin-top: 20px;
    }
    .ul-bigboom .pic{
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .ul-bigboom li{
        padding-left: 0;
    }
    .ul-bigboom .top{
        margin-left: 0;
    }
    .ul-bigboom .top i::after{
        width: 15px;
        height: 15px;
        top: -7px;
        -webkit-background-size: auto 15px;
        background-size: auto 15px;
    }
    .ul-bigboom .txt{
        padding-top: 0;
        padding-bottom: 10px;
    }

    /*医馆杂志*/
    
    .pop-form{
        width: 80%;
        height: 200px;
    }
    .pop-form .tit{
        width: 55px;
        line-height: 45px;
    }

}
@media only screen and (max-width: 479px) {
    .m-so select, .m-so .btn {font-size: 16px;}
    .m-so select {-webkit-background-size: auto 20%;
    background-size: auto 20%;background-position: right 10px center;padding-left: 10px;}
    .ul-imgtxt-s1 .txt h3 {font-size: 16px;}
    .ul-imgtxt-s1 .txt p {font-size: 12px;}
    .ul-txtimg-h1 li span{
    	font-size: 14px;
    }

    .m-info_b .txt .bot .item{
        font-size: 12px;
    }
    .m-info_b .txt .bot .item .left{
        margin-right: 5px;
        margin-top: 0;
        width: 35px;
    }
    
    .m-info_b .txt .bot .item b{
        font-size: 16px;
    }
    .m-info_b .txt .bot .item b .sub{
        font-size: 10px;
    }
    .m-info_b .txt .bot .item em{
        margin-top: 0;
    }

    /*行业政策*/
    .ul-policy .con .tit{
        margin-bottom: 5px;
    }
    .ul-policy .con .addtime{
        margin-bottom: 5px;
        font-size: 12px;
    }

    /*行业政策end*/
}

