body{
    height: 100%;
    overflow-x: hidden;
    font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;

}
body a{
    outline: none;
    blr: expression(this.onFocus=this.blur());
}
body a:focus{
    outline: none;
}

}
@media (min-width: 1366px){
    .container{
        padding-left: 0;
        padding-right: 0;
    }
}
/* 图片自适应 */
img{
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
    -ms-interpolation-mode: bicubic;
    /*为了照顾ie图片缩放失真*/
    border: none;
}
@-ms-viewport     { width: device-width;}
@-o-viewport      { width: device-width;}
@viewport         { width: device-width;}


/*宽*/
.w010{ width: 100%;}
.maxw010{ max-width: 100%;}


.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths{
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}


.mb35{ margin-bottom: 35px;}
.mb40{ margin-bottom: 40px;}
.mb50{ margin-bottom: 50px;}
.mb55{ margin-bottom: 55px;}
.mb60{ margin-bottom: 60px;}
.mb70{ margin-bottom: 70px;}
.mb100{ margin-bottom: 100px;}


.fs16{ font-size: 16px;}
.fs18{ font-size: 18px;}


/*header*/
.shortcut{
    line-height: 33px;
    padding-top: 1px;
    padding-bottom: 1px;
    background: #0e6eb8;
    color: #f4f4f4;
}
.shortcut .right-links a{
    display: inline-block;
    height: 33px;
    padding-right: 5px;
    padding-left: 5px;
    color: #f4f4f4;
}
.shortcut .right-links a>img{
    vertical-align: middle;
    margin-right: 8px;
}
.shortcut .right-links .weChat-btn{
    position: relative;
    z-index: 99;
}
.shortcut .right-links a .weChat-con{
    padding: 5px;
    background: #fff;
    border: 1px solid #ccc;
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
}
.shortcut .right-links a .weChat-con img{
    display: block;
}
.header-custom{
    margin-bottom: 0;
    background: #fff;
    border: none;
    border-radius: 0;
}
.header-custom .logo{
    height: auto;
    padding: 18px 15px 19px 15px;
}
.header-custom .logo img{
    display: block;
}
.header-custom .nav-custom>li>a{
    font-size: 18px;
    color: #4c4c4c;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header-custom .nav-custom > li > a:hover,
.header-custom .nav-custom > li > a:focus,
.header-custom .nav-custom > .active > a,
.header-custom .nav-custom > .active > a:hover,
.header-custom .nav-custom > .active > a:focus,
.header-custom .nav-custom>.open>a,
.header-custom .nav-custom>.open>a:hover,
.header-custom .nav-custom>.open>a:focus{
    background-color: inherit;
    color: #0e6eb8;
}
.header-custom .dropdown-menu>ul>li>a{
    display: block;
    padding: 5px 30px;
    color: #777;
}
.header-custom .dropdown-menu>ul>li>a:hover{
    color: #d59400;
}
.header-custom .header-search{
    font-size: 0;
}
.header-custom .header-search input[type=text]{
    border: 1px solid #b5b5b5;
    border-radius: 0;
}
.header-custom .header-search input[type=text]::-webkit-input-placeholder{
    color: #b7b5b5;
}
.header-custom .header-search input[type=text]::-moz-placeholder{
    color: #b7b5b5;
}
.header-custom .header-search input[type=text]:-moz-placeholder{
    color: #b7b5b5;
}
.header-custom .header-search input[type=text]:-ms-input-placeholder{
    color: #b7b5b5;
}
.header-custom .header-search input[type=submit]{
    width: 34px;
    background: url("../images/input_1.jpg") center center #0e6eb8 no-repeat;
    border: 1px solid #0e6eb8;
    border-radius: 0;
}
.header-custom .navbar-toggle{
    margin-top: 38px;
    margin-bottom: 0;
    border-color: #0e6eb8;
}
.header-custom .navbar-toggle .icon-bar{
    background: #0e6eb8;
}
.header-custom .navbar-toggle:hover,
.header-custom .navbar-toggle:focus{
    background: #0e6eb8;
}
.header-custom .navbar-toggle:hover .icon-bar,
.header-custom .navbar-toggle:focus .icon-bar{
    background: #fff;
}


/*footer*/
footer{
    background: #434343;
    border-top: 4px solid #0e6eb8;
    font-size: 14px;
    color: #babbbc;
}
.footer-block{
    padding-top: 44px;
    padding-bottom: 22px;
}
.footer-nav{
    position: relative;
}
.footer-nav .footer-logo{
    position: absolute;
    top: 75px;
    left: -109px;
    z-index: 1;
}
.footer-nav>.row{
    position: relative;
    z-index: 2;
}
.footer-nav>.row .li{
    padding-right: 15px;
    padding-left: 15px;
}
.footer-nav>.row .li a{
    display: block;
    color: #babbbc;
}
.footer-nav>.row .li .a-1{
    line-height: 22px;
    margin-bottom: 20px;
    font-size: 18px;
}
.footer-nav>.row .li .a-2{
    line-height: 34px;
}
.footer-nav .footer-right{
    padding-right: 140px;
    position: relative;
}
.footer-nav .footer-right .qr-code{
    width: 100px;
    font-size: 18px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}
.footer-nav .footer-right .qr-code p{
    line-height: 42px;
}
.footer-nav .footer-right .qr-code img{
    display: block;
}
.footer-nav .footer-right .footer-contact{
    min-height: 187px;
}
.footer-nav .footer-right .footer-contact .title{
    line-height: 22px;
    margin-bottom: 20px;
    font-size: 18px;
}
.footer-nav .footer-right .footer-contact .content{
    line-height: 34px;
}
.footer-copy{
    line-height: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #878787;
    text-transform: uppercase;
    text-align: center;
}


/*page*/
.pages{
    font-size: 0;
    text-align: center;
}
.pages a{
    display: inline-block;
    min-width: 36px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #a0a0a0;
    padding: 0 6px;
    margin: 0 3px;
    font-size: 16px;
    color: #666667;
    transition: all 0.5s;
}
.pages a:hover,.pages a.current{
    background: #0e6eb8;
    border: 1px solid #0e6eb8;
    color: #eee;
}

.pages strong{
    display: inline-block;
    min-width: 36px;
    height: 36px;
    line-height: 34px;
    background: #0e6eb8;
    border: 1px solid #0e6eb8;
    padding: 0 6px;
    margin: 0 3px;
    font-size: 16px;
    color: #eee;
    transition: all 0.5s;
}


/*banner*/
.banner .item a{
    display: block;
}
.banner .item a img{
    display: block;
    width: 100%;
}


/*main*/
.index-title{
    line-height: 38px;
    font-size: 0;
    text-align: center;
    overflow: hidden;
}
.index-title .name-en{
    margin-bottom: 10px;
    font-family: Arial;
    font-size: 30px;
    color: #0e6eb8;
    text-transform: uppercase;
}
.index-title .name-cn{
    display: inline-block;
    height: 38px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 24px;
    color: #4e4f4f;
    position: relative;
}
.index-title .name-cn .line{
    width: 200px;
    height: 1px;
    background: #0e6eb8;
    position: absolute;
    top: 50%;
}
.index-title .name-cn .line.line-right{
    left: 100%;
}
.index-title .name-cn .line.line-left{
    right: 100%;
}
.index-title-text{
    line-height: 30px;
    text-align: center;
}
.index-service-list .item .box{
    display: block;
    padding: 30px 15px 70px 15px;
    background: #0e6eb8;
    color: #f8f8f8;
    transition: all 0.3s;
}
.index-service-list .item .box img{
    display: block;
    width: auto;
    margin: 0 auto 15px auto;
}
.index-service-list .item .box span{
    display: block;
}
.index-service-list .item .box .name-cn{
    height: 24px;
    line-height: 24px;
    margin-bottom: 5px;
    font-size: 18px;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.index-service-list .item .box .name-en{
    height: 16px;
    line-height: 16px;
    margin-bottom: 30px;
    font-family: Arial;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.index-service-list .item .box .text{
    height: 60px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.index-service-list .item .box:hover{
    background: #d59400;
}
.public-more{
    display: block;
    width: 180px;
    height: 50px;
    line-height: 48px;
    border: 1px solid #aaa;
    font-size: 18px;
    color: #0e6eb8;
    text-align: center;
    transition: all 0.3s;
}
.public-more:hover{
    background: #0e6eb8;
    border: 1px solid #0e6eb8;
    color: #fff;
}
.index-business-bg{
    padding-top: 40px;
    padding-bottom: 50px;
    background: #f5f6fb;
}
.map-box .map-pc{
    width: 881px;
    height: 730px;
    position: relative;
}
.map-box .map-pc img{
    display: block;
    width: 100%;
}
.map-box .map-pc .map-group{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.map-box .map-pc .map-group>div{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.map-box .map-pc .map-group>div .text{
    width: 250px;
    position: absolute;
    top: 170px;
    left: 100%;
}
.map-box .map-pc .map-group>div .text .title{
    height: 35px;
    line-height: 35px;
    background: #d59400;
    font-size: 18px;
    color: #ebeced;
    text-align: center;
}
.map-box .map-pc .map-group>div .text .content{
    height: 300px;
    padding-right: 10px;
    padding-left: 10px;
    background: #fff;
    border: 1px solid #dcdcdc;
    overflow: hidden;
}
.map-box .map-pc .map-group>div .text .content .name{
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
}
.map-box .map-pc .map-group>div .text .content .img{
    margin-bottom: 20px;
}
.map-box .map-pc .map-group>div .text .content .img img{
    display: block;
    width: 100%;
}
.map-box .map-wap{
    display: none;
}
.map-box .add-box-n{
    position: absolute;
}
.map-box .add-box-n .box-name{
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.map-box .add-box-n.add-box-01{
    top: 245px;
    left: 160px;
}
.map-box .add-box-n.add-box-02{
    top: 108px;
    left: 778px;
}
.map-box .add-box-n.add-box-03{
    top: 169px;
    left: 764px;
}
.map-box .add-box-n.add-box-04 {
    left: 735px;
    top: 225px;
}
.map-box .add-box-n.add-box-05{
    top: 254px;
    left: 650px;
}
.map-box .add-box-n.add-box-06{
    top: 277px;
    left: 668px;
}
.map-box .add-box-n.add-box-07{
    top: 302px;
    left: 637px;
}
.map-box .add-box-n.add-box-08{
    top: 340px;
    left: 672px;
}
.map-box .add-box-n.add-box-09{
    top: 393px;
    left: 714px;
}
.map-box .add-box-n.add-box-10{
    top: 429px;
    left: 673px;
}
.map-box .add-box-n.add-box-11{
    top: 434px;
    left: 754px;
}
.map-box .add-box-n.add-box-12 {
    left: 589px;
    top: 458px;
}
.map-box .add-box-n.add-box-13{
    top: 472px;
    left: 416px;
}
.map-box .add-box-n.add-box-14{
    top: 480px;
    left: 737px;
}
.map-box .add-box-n.add-box-15 {
    left: 580px;
    top: 516px;
}
.map-box .add-box-n.add-box-16{
    top: 550px;
    left: 490px;
}
.map-box .add-box-n.add-box-17{
    top: 543px;
    left: 717px;
}
.map-box .add-box-n.add-box-18{
    top: 610px;
    left: 530px;
}
.map-box .add-box-n.add-box-19{
    top: 602px;
    left: 623px;
}
.map-box .add-box-n.add-box-20{
    top: 694px;
    left: 565px;
}
.map-box .add-box-n.add-box-21{
    top: 240px;
    left: 565px;
}
.map-box .add-box-n.add-box-22{
    top: 356px;
    left: 320px;
}
.map-box .add-box-n.add-box-23{
    top: 340px;
    left: 486px;
}
.map-box .add-box-n.add-box-24{
    top: 374px;
    left: 454px;
}
.map-box .add-box-n.add-box-25{
    top: 400px;
    left: 530px;
}
.map-box .add-box-n.add-box-26{
    top: 320px;
    left: 586px;
}
.map-box .add-box-n.add-box-27{
    top: 400px;
    left: 610px;
}
.map-box .add-box-n.add-box-28{
    top: 484px;
    left: 518px;
}
.map-box .add-box-n.add-box-29{
    top: 520px;
    left: 660px;
}
.map-box .add-box-n.add-box-30{
    top: 440px;
    left: 180px;
}
.map-box .add-box-n.add-box-31{
    top: 600px;
    left: 410px;
}
.map-box .add-box-n.add-box-32{
    top: 594px;
    left: 764px;
}
.index-achievement .title{
    overflow-x: auto;
    word-break: keep-all;
    white-space: nowrap;
    text-align: center;
}
.index-achievement .title .tabs-tit{
    display: inline-block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    margin-right: 2px;
    margin-left: 2px;
    background: #eee;
    font-size: 18px;
    color: #464646;
    cursor: pointer;
}
.index-achievement .title .tabs-tit.selected{
    background: #0e6eb8;
    color: #fff;
}
.index-achievement .content>div{
    padding-right: 0;
    padding-left: 0;
}
.index-achievement .content>div a{
    display: block;
}
.index-achievement .content>div a img{
    display: block;
    width: 100%;
}
.index-achievement .content>div a .bg{
    background: rgba(14,110,184,0.8);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s;
}
.index-achievement .content>div a .bg .name{
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    font-size: 14px;
    color: #fcfcfc;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    right: 8%;
    left: 8%;
}
.index-achievement .content>div a:hover .bg{
    opacity: 1;
}
.index-information-bg{
    padding-top: 40px;
    padding-bottom: 50px;
    background: #f7f8fc;
}
.index-information .title{
    overflow-x: auto;
    word-break: keep-all;
    white-space: nowrap;
    text-align: center;
}
.index-information .title .tabs-tit{
    display: inline-block;
    width: 180px;
    height: 50px;
    line-height: 48px;
    margin-right: 2px;
    margin-left: 2px;
    background: #fff;
    border: 1px solid #c9c9c9;
    font-size: 18px;
    color: #626161;
    cursor: pointer;
}
.index-information .title .tabs-tit.selected{
    background: #0e6eb8;
    border: 1px solid #0e6eb8;
    color: #fff;
}
.index-information .content>div{
    margin-bottom: 20px;
}
.index-information .content>div a{
    display: block;
}
.index-information .content>div a img{
    display: block;
    width: 100%;
}
.index-information .content>div a span{
    display: block;
}
.index-information .content>div a .text{
    height: 183px;
    padding-top: 8px;
    transition: all 0.3s;
}
.index-information .content>div a .text .name{
    height: 31px;
    line-height: 30px;
    margin-bottom: 8px;
    border-bottom: 1px solid #bfbfbf;
    font-size: 16px;
    color: #5e5f60;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    text-indent: 14px;
}
.index-information .content>div a .text .con{
    height: 60px;
    line-height: 20px;
    margin-bottom: 25px;
    color: #5e5f60;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-indent: 16px;
}
.index-information .content>div a .text .more{
    width: 98px;
    height: 28px;
    line-height: 26px;
    border: 1px solid #b5b5b5;
    color: #5e5f60;
    text-align: center;
    transition: all 0.3s;
}
.index-information .content>div a:hover{
    background: #fff;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.12);
}
.index-information .content>div a:hover .text .more{
    background: #0e6eb8;
    border: 1px solid #0e6eb8;
    color: #e9e9eb;
}
.index-links{
    background: #f7f8fc;
}
.index-links .item .box{
    display: block;
}
.index-links .item .box img{
    display: block;
    width: 100%;
}
.index-links.owl-carousel .owl-nav button.owl-next,
.index-links.owl-carousel .owl-nav button.owl-prev{
    width: 55px;
    background-position: center center;
    background-color: #0e6eb8;
    background-repeat: no-repeat;
    text-indent: 999px;
    overflow: hidden;
    transition: all 0.5s;
    position: absolute;
    top: 0;
    bottom: 0;
}
.index-links.owl-carousel .owl-nav button.owl-next{
    background-image: url("../images/arrow_1r.png");
    right: -55px;
}
.index-links.owl-carousel .owl-nav button.owl-prev{
    background-image: url("../images/arrow_1l.png");
    left: -55px;
}


/*联系方式*/
.other-banner img{
    display: block;
    width: 100%;
}
.other-main .other-nav{
    margin-bottom: 30px;
    background: #fff;
    text-align: center;
}
.other-main .other-nav .title{
    height: 58px;
    line-height: 58px;
    margin-bottom: 3px;
    background: url("../images/tit_bg1.jpg") no-repeat;
    background-size: cover;
    font-size: 18px;
    color: #e9e8e8;
}
.other-main .other-nav .content{
    padding-bottom: 35px;
}
.other-main .other-nav .content a{
    display: block;
    line-height: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #c6c6c6;
    font-size: 14px;
    color: #626262;
    transition: all 0.3s;
}
.other-main .other-nav .content a:hover,
.other-main .other-nav .content .on{
    color: #0e6eb8;
}
.other-main .other-content{
    padding-top: 30px;
    padding-bottom: 30px;
    background: #fff;
}
.address{
    line-height: 28px;
    padding-right: 15px;
    padding-left: 30px;
    border-bottom: 1px solid #aaa;
    font-size: 14px;
    color: #767575;
    position: relative;
}
.address:before{
    content: '';
    width: 4px;
    background: #0e6eb8;
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 15px;
}
.address a{
    display: inline-block;
    color: #767575;
}
.contact-map{
    height: 500px;
    border: 1px solid #cdcbcb;
}
.contact-text{
    line-height: 24px;
    margin-bottom: 30px;
    font-size: 14px;
    color: #585959;
}
.contact-form .box{
    padding-left: 50px;
    margin-bottom: 25px;
    font-size: 14px;
    color: #585959;
    position: relative;
}
.contact-form .box .name{
    width: 50px;
    line-height: 34px;
    position: absolute;
    top: 0;
    left: 0;
}
.contact-form .box input[type=text]{
    display: block;
    width: 150px;
    height: 34px;
    line-height: 32px;
    border: 1px solid #b2b2b2;
    box-sizing: border-box;
    text-indent: 10px;
}
.contact-form .box textarea{
    width: 400px;
    max-width: 100%;
    height: 150px;
    line-height: 32px;
    padding: 0 10px;
    border: 1px solid #b2b2b2;
    box-sizing: border-box;
}
.contact-form .box input[type=submit]{
    width: 110px;
    height: 36px;
    border: 1px solid #b2b2b2;
    color: #585959;
}


/*企业概况-公司简介*/
.companyProfile{
    color: #868687;
    line-height: 23px;
}
.companyProfile img{
    /*display: block;*/
}


/*企业概况-企业资质*/
.qualifications-list{
    margin-right: -9px;
    margin-left: -9px;
}
.qualifications-list>div{
    padding-right: 9px;
    padding-left: 9px;
    margin-bottom: 18px;
}
.qualifications-list>div a{
    display: block;
    padding: 6px;
    border: 1px solid #a0a0a0;
}
.qualifications-list>div a img{
    display: block;
    width: 100%;
}
.qualifications-list>div a:hover{
    background: #0e6eb8;
}


/*信息中心*/
.news-list .box{
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px dashed #b3b3b3;
}
.news-list .box:last-child{
    margin-bottom: 0;
    border-bottom: none;
}
.news-list .box .img{
    display: block;
    overflow: hidden;
}
.news-list .box .img img{
    display: block;
    width: 100%;
    transition: all 0.3s;
}
.news-list .box .text{
    width: 100%;
    padding: 10px 15px 0 15px;
    transition: all 0.3s;
}
.news-list .box .text .title{
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    color: #535353;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news-list .box .text .date{
    height: 26px;
    line-height: 26px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #535353;
}
.news-list .box .text .content{
    height: 60px;
    line-height: 20px;
    color: #535353;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.news-list .box:hover .img img{
    transform: scale(1.1);
}
.news-list .box:hover .text{
    background: #f5f6fb;
}


/*学术沙龙*/
.learning-list{
    margin-right: -10px;
    margin-left: -10px;
}
.learning-list>div{
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
}
.learning-list>div a{
    display: block;
    padding-bottom: 25px;
    color: #5f5f5f;
    transition: all 0.3s;
}
.learning-list>div a span{
    display: block;
}
.learning-list>div a img{
    display: block;
    width: 100%;
    margin-bottom: 4px;
}
.learning-list>div a .title{
    height: 39px;
    line-height: 38px;
    margin-bottom: 15px;
    border-bottom: 1px solid #a0a0a0;
    font-size: 16px;
    transition: all 0.3s;
    position: relative;
    text-indent: 14px;
}
.learning-list>div a .title:before{
    content: '';
    width: 40px;
    height: 2px;
    background: #ac6a00;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.learning-list>div a .content{
    height: 60px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-indent: 16px;
}
.learning-list>div a:hover{
    background: #0e6eb8;
    color: #f1f0f0;
}
.learning-list>div a:hover .title{
    border-bottom: 1px solid #bfbfbf;
}


/*主要业绩*/
.achievement-list{
    margin-right: -11px;
    margin-left: -11px;
}
.achievement-list>div{
    padding-right: 11px;
    padding-left: 11px;
    margin-bottom: 22px;
}
.achievement-list>div a{
    display: block;
    position: relative;
}
.achievement-list>div a img{
    display: block;
    width: 100%;
}
.achievement-list>div a span{
    height: 40px;
    line-height: 40px;
    background: rgba(14,110,184,0.8);
    font-size: 14px;
    color: #f5f6fb;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}


/*招贤纳士*/
.recruit-text{
    height: 309px;
    background: url("../images/bg_1.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
}
.recruit-text .text{
    line-height: 40px;
    padding-top: 55px;
    padding-right: 20px;
    padding-left: 20px;
    background-image: url("../images/bg_2.png");
    background-position: right top;
    background-repeat: no-repeat;
    font-size: 16px;
    color: #fafafa;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.recruit-list .text .title{
    height: 46px;
    line-height: 46px;
    padding-right: 40px;
    padding-left: 20px;
    background: url("../images/li_bg1.png") right 4px center no-repeat;
    background-size: 18px 9px;
    border-bottom: 1px solid #c9c9c9;
    font-size: 16px;
    color: #626161;
    cursor: pointer;
    transition: all 0.3s;
}
.recruit-list .text .title.on{
    background: url("../images/li_bg1h.png") right 4px center no-repeat;
    background-size: 18px 9px;
}
.recruit-list .text .content{
    padding: 25px 20px;
    background: #f2f2f2;
    line-height: 26px;
    font-size: 14px;
    color: #808080;
    display: none;
}
.recruit-list .text .content .con{
    float: left;
    margin-right: 20px;
    color: #666;
}


.newstitle{ font-size:16px; line-height:28px; text-align:center; border-bottom:1px solid #CCC;font-family: 微软雅黑;}