@charset "UTF-8";
body, h1, h2, h3, h4, h5, h6, p, form{margin:0;}
ol,ul{margin:0; padding:0;}
ul{margin:0; padding:0;}
ul li{list-style: none; }
a{text-decoration: none; color: #303030;}
body {
    background: #ffffff;
    font-family:  "Microsoft YaHei","Open Sans","微软雅黑", Arial, SimSun, sans-serif;
    font-style: normal;
    position: relative;
    font-size: 16px;
}
.f_14{
    font-size: 14px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.bold{
    font-weight: bold;
}


.header-wrap{
    background: #222;
    height: 46px;
    line-height: 46px;
    color: #fff;
}
.phone-icon{
    margin-top: 10px;
    display: block;
    margin-right: 10px;
    float: left;
    width: 24px;
    height: 24px;
    background: url("../images/phone.png") no-repeat center;
}
.index-nav-wrap{
    left: 0;
    top: 46px;
    width: 100%;
    /*height: 90px;*/
    background: rgba(255,255,255,0.7);
}
.logo{
    width: 220px;
    height: 54px;
    float: left;
    margin-top: 18px;
}
.index-nav{
    float: right;
}
.index-nav>li{
    float: left;
    margin: 0 15px;
    height: 90px;
    line-height: 90px;
}
.index-nav>li>a{
    display: block;
    width: 100%;
    height: 100%;
}
.index-nav>li.on a{
    border-bottom: 4px solid #cca876;
    color: #cca876;
}
.index-nav>li>a:hover{
    border-bottom: 4px solid #cca876;
    color: #cca876;
}
.banner-slide{
    width: 100%;
    height: auto;
}



.content-wrap{
    background: #fff;
}
.part-tit{
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
}
.part-tit h1{
    font-size: 30px;
    line-height: 66px;
    margin-bottom: 10px;
    background: url("../images/underline.png") no-repeat bottom center;
}
.part-tit3{
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
}
.part-tit3 h1{
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: normal;
}
.part-tit2{
    color: #fff;
}
.about-cont{
    padding-bottom: 40px;
    margin-top: 30px;
}
.about-img{
    height: 326px;
}
.about-intro>p{
    margin-bottom: 30px;
}
.about-intro{
    height: 326px;
    /*background: url("../images/about-icon.png") no-repeat left bottom;*/
}
.exp-bg {
    background: #f7f7f7;
    padding-bottom: 30px;
}
.t-c{
    text-align: center;
}
.exp-list{
    display: inline-block;
    margin: 10px auto 40px;
}
.exp-list>li{
    width: 280px;
    height: 294px;
    float: left;
    margin: 30px 10px 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.exp-list>li>a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
}
.exp-list>li>a>span{
    padding-left: 20px;
    line-height: 50px;
    color: #999;
    font-size: 14px;
}
.exp-list>li div{
    width: 70px;
    height: 58px;
    line-height: 58px;
    margin-left: 20px;
    position: relative;
}
.exp-list>li:hover div{
    color:  #cca876;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.exp-list>li:hover .border-b{
    width: 74px;
}
.border-b{
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    height: 1px;
    background: #cca876;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.exp-list>li:hover{
    box-shadow: 0 0 6px #666;
}

.more-link{
    display: block;
    margin: 10px auto;
    color: #fff;
    background: #cca876;
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
}
.case-bg{
    background: url("../images/bg01.jpg") no-repeat center;
    background-size: cover;
    padding-bottom: 40px;
}
.case-l,.case-r{
    margin-top: 40px;
    margin-bottom: 50px;
}
.case-list{
    margin-top: 30px;
}
.case-list li{
    background: transparent;
    margin-top: 15px;
}
.case-date{
    width: 100px;
    height: 60px;
    border-right: 2px solid #fff;
    color: #fff;
    text-align: center;
    font-size: 14px;
    float: left;
    margin-top: 14px;
}
.case-date p{
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
}
.case-info{
    max-width: 300px;
    height: 100px;
    float: left;
    margin-left: 20px;
    border-bottom: 1px dashed #e4e4e4;
}
.case-info a{
    color: #fff;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 420px;
    overflow: hidden;
}
.case-info a:hover{
    text-decoration: underline;
}
.case-info p{
    color: #f8f8f8;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}
.case-link{
    display: block;
    width: 100px;
    height: 30px;
    background: #cca876;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin: 0 auto;
    font-size: 14px;
}
.team-list{
    margin-top: 30px;
}
.team-list li{
    float: left;
    text-align: center;
    /*width: 346px;*/
    /*height: 410px;*/
    width: 280px;
    height: 330px;
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin: 0 60px 30px;
}
.team-list li a,.team-list3 li a{
    display: block;width: 100%;height: 100%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.team-list li a img,.team-list3 li a img{
    display: block;width: 100%;height: 100%;
}
.team-list li a span,.team-list3 li a span{
    position:absolute;
    left: 0;
    bottom: 0;
    height: 62px;
    font-weight: bold;
    background: rgba(255,255,255,0.5);
    line-height: 62px;
    width: 100%;
}
.team-list li:hover{
    box-shadow: 0 0 6px #666;
}
.team-list3 li:hover{
    box-shadow: 0 0 6px #666;
}
.team-list li:hover a{
    color: #cca876;
}
.team-list3 li:hover a{
    color: #cca876;
}
.team-list2 li a div{
    padding-top: 8px;
    position:absolute;
    font-size: 18px;
    left: 0;
    bottom: 0;
    height: 80px;
    background: rgba(255,255,255,0.5);
    width: 100%;
    line-height: 36px;
}
.team-list2 li a div p{
    font-size: 14px;
    font-weight: normal;
}
.team-list3 li{
    float: left;
    text-align: center;
    width: 280px;
    height: 330px;
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin: 0 56px 30px;
}
.team-intro{
    font-size: 14px;
    color: #999;
    line-height: 30px;
    margin: 30px auto;
}

.team-wrap{
    padding-bottom: 40px;
}
.contact-tit{
    font-size: 30px;
    font-weight: bold;

}
.contact-l,.contact-r{
    padding: 0 20px;
}
.gold{
    color: #cca876;
}
.contact-tit .en{
    font-size: 16px;
    font-weight: normal;
    color: #999;
}
.contact-way{
    width: 100%;
    text-indent: 24px;
    margin: 30px auto;
    height: 40px;
    line-height: 40px;
    color: #666;
    background: #e7e7e7;
}
.cont-det{
    float: left;
    height: 46px;
    margin-bottom: 35px;
}
.cont-det1{
    width: 320px;
}
.cont-det2{
    width: 220px;
}
.cont-det3{
    width: 100%;
}
.cont-det img{
    float: left;
    margin-right: 15px;
}
.cont-t{
    color: #999;
    font-size: 14px;
}
.map{
    width: 100%;
    height: 208px;
    border: 6px solid #e7e7e7;
}
.map img{
    display: block;
    width: 100%;
    height: 100%;

}
.consul-form{
    width: 100%;
}
.input-box{
    margin-top: 20px;
}
.input-box p{
    line-height: 38px;
}
.input-box input{
    color: #cbcbcb;

}
.input-box input[type=text]{
    width: 260px;
    text-indent: 18px;
    height: 44px;
    outline: none;
    border: 2px solid #efefef;
}
.e-mail input[type=text]{
    width: 100%;
}
.consul-form{
    font-size: 14px;
}
.msg-box{
    border: 2px solid #efefef;
}
.case-select{
    border: none;
    text-align: center;
    outline: none;
    margin: 0 auto;
    display: block;
}
.msg-text{
    width: 100%;
    height: 110px;
    resize: none;
    outline: none;
    border: none;
    text-indent: 18px;
    line-height: 24px;
    padding: 8px 0;
    border-top: 1px solid #efefef;
}
.input-box input[type=submit],.input-box input[type=reset]{
    width: 270px;
    height: 45px;
    border: none;
    outline: none;
    color: #fff;
    font-weight:bold;
    font-size: 16px;
    letter-spacing: 2px;
}
.re-btn{
    background: #555;
}
.sub-btn{
    background:#cca876;
}
.contact-wrap{
    padding-bottom: 50px;
}
.footer{
    padding-top: 15px;
    padding-bottom: 10px;
    background: url("../images/footer-bg.jpg") no-repeat center;
    background-size: cover;
    min-height: 220px;
    color: #d4d4d4;
}
.footer-l{

}
.footer-l .gold{

}
.footer-l img{
    display: block;
    margin-bottom: 10px;
}
.footer-l .qr{
    margin: 70px auto 10px;
}
img.qr{
    width: 200px;
    height: 200px;
}
.f-link{
    max-width: 520px;
    margin-top: 10px;
}
.f-link li{
    float: left;
    padding: 8px 15px;
    background: #302f2f;
    margin: 1px;
    font-size: 14px;

}
.f-link li a{
    color: #d5d5d5;
}
.f-link li a:hover{
    color: #fff;
}
.under-plat li{
    float: left;
    width: 160px;
    height: 64px;
    border: 1px solid #909090;
    margin: 0 12px 0 1px;
}
.under-p{
    max-width: 520px;
    margin: 30px auto 12px;
}
.under-plat li img{
    display: block;
    width: 100%;
    height: 100%;
}
.copyright{
    background: #222222;
    color: #d5d5d5;
    min-height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    margin-bottom: -22px;
}
.index-nav2{
    display: none;
    z-index: 999;
    position: absolute;
    top: 80px;
    width: 100%;
}
.index-nav2 li{
    width: 100%;
    height: 40px;
    background: rgba(0,0,0,0.8);
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #666;
}
.index-nav2 li a{
    color: #fff;
}
.menu{
    width: 50px;
    height: 50px;
    position: absolute;
    right: 10px;
    top: 15px;
    cursor: pointer;
    background: url("../images/menu.png") no-repeat center;
}
.in-banner{
    width: 100%;
    height: 600px;
    background-size: cover;
}
.content-bg{
    background:#FFFFFF;
}
.crumbs{
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    border-bottom: 1px solid #dfdfdf;
}
.crumbs a{
    color: #999;
}
.crumbs a:hover{
    text-decoration: underline;
}
.content{
    padding: 0 10px;
}
.case-type{
    margin-top: 20px;
}
.case-type a{
    display: block;
    float: left;
    padding: 12px 25px;
    margin-right: 5px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.case-type a.on{
    background:#cca876;
    color: #fff;
}
.case-type a:hover{
    background:#cca876;
    color: #fff;
}
.case-list2{
    margin-top: 20px;
}
.case-list2 li{
    width: 100%;
    padding: 10px;
    background: #eee;
    margin-bottom: 15px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.case-list2 li:hover{
    background: #f9f9f9;
}
.case-tit2{
    font-size: 18px;
    color: #cca876;
}
.case-img{
    display: block;
    float: left;
    width: 198px;
    height: 110px;
    margin-right: 10px;
}
.case-img img{
    width: 100%;
    height: 100%;

}
.case-info2{
    float: left;
    width: 66.66%;
    margin-left: 10px;
}
.case-info2 .case-date2{
    display: inline-block;
    margin-left: 10px;
}
.case-date2{
    font-size: 14px;
    color: #999;
    margin: 10px 0 10px;
}
.case-intro{
    font-size: 14px;
    color: #666;
}
.case-more{
    display: block;
    padding: 8px 20px;
    color: #cca876;
    border: 1px solid #cca876;
    float: right;
    margin-top: 22px;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.case-more:hover{
    color: #fff;
    border: 1px solid #cca876;
    background: #cca876;
}


.page1 a{
    border-radius: 3px;
}
.page{
    margin-top: 20px;
}
.page ul{
    display: inline-block;
}
.page ul li{
    float: left;
    font-size: 14px;
    margin: 0 4px;
}
.page ul li a{
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding: 5px 10px;
    border: 1px solid #dcdcdc;
}
.page ul li.on a{
    background: #cca876;
    border: 1px solid #cca876;
    color: #fff;
}
.page ul li a:hover{
    background: #cca876;
    border: 1px solid #cca876;
    color: #fff;
}
.case-wrap{
    padding-bottom: 30px;
}
.honor-part{
    min-height: 475px;
    background: #f8f8f8;
    padding: 20px 0;
}
.honor-part p{
    font-size: 14px;
    line-height: 30px;
}

.icon2{
    width: 40px;
    height: 40px;
    margin: 24px auto;
}
.icon2 img{
    display: block;
    width: 100%;
    height: 100%;
}
.i-b{
    display: inline-block;
}
.honor-list{
    display: inline-block;
    margin-top: 20px;
}
.honor-list li{
    margin: 0 10px;
    float: left;
    width: 240px;
    height: 180px;
}
.honor-list li img{
    display: block;
    width: 100%;
    height: 100%;
}
.hot-list{
    display: inline-block;
    margin-top: 20px;
}
.hot-list li{
    width: 370px;
    height: 156px;
    margin: 15px 15px 0;
    background: #eee;
    float: left;
    box-sizing: border-box;
    padding: 15px 30px;
    position: relative;
}
.addr{
    color: #fff;
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
}
.spot{
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #cca876;
    float: left;
    margin-top: 12px;
}
.hot-list li p{
    width: 282px;
    float: left;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    margin-left: 20px;
}
.detail-link{
    display: block;
    background: #cca876;
    color: #fff;
    width: 74px;
    height: 24px;
    position: absolute;
    right: 30px;
    bottom: 20px;
}
.hot-line{
    width: 566px;
    height: 72px;
    box-sizing: border-box;
    border: 1px solid #bf0008;
    margin: 30px auto;
}
.p-icon{
    margin-top: 14px;
    margin-left: 12px;
    display: block;
    width: 42px;
    height: 42px;
    float: left;
}
.hot-line-c{
    float: left;
    width: 320px;
    margin-top: 14px;
    margin-left: 12px;
}
.hot-line-r{
    width: 164px;
    height: 70px;
    color: #fff;
    background: #bf0008;
    float: right;
    font-size: 20px;
    text-align: center;
    line-height: 70px;
}
.phone-t{
    color: #666;
    font-weight: bold;
    font-size: 16px;
}
.phone-no{
    font-weight: bold;
    color: #bf0008;
    font-size: 18px;
}
.detail-wrap{
    padding: 0 10px 30px;
    /*background: #eee;*/
    margin: 20px auto;
}
.detail-t{
    text-align: center;
    padding: 30px 0;
    background: #eee;
    border-bottom: 1px solid #e9e9e9;
}
.detail-tit{
    font-size: 18px;
    margin: 20px auto;
}
.detail-date{
    font-size: 14px;
    color: #999;
}
.detail-txt{
    font-size: 14px;
    color: #666;
    padding: 20px 0;
}
.flip a:hover{
    color: #cca876;
}
.detail-banner{
    text-align: center;
    width: 100%;
    margin: 20px auto;
}
.detail-banner img{
    max-width: 100%;
    height: auto;
}
.about-list{
    margin-top: 30px;
    margin-bottom: 10px;
}
.about-list li{
    float: left;
    width: 108px;
    margin: 0 90px;
    border-bottom: 2px solid #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.about-list li.on{
    border-bottom: 2px solid #cca876;
}
.about-list li a{
    margin: 0 auto;
    display: block;
    width: 81px;
    height: 100px;
    background: url("../images/about.png") no-repeat 0 0;
    /*-webkit-transition: all 0.2s linear;*/
    /*-moz-transition: all 0.2s linear;*/
    /*transition: all 0.2s linear;*/
}
.about-list li:nth-child(2) a{background: url("../images/about.png") no-repeat -81px 0;}
.about-list li:nth-child(3) a{background: url("../images/about.png") no-repeat -162px 0;}
.about-list li:nth-child(4) a{background: url("../images/about.png") no-repeat -243px 0;}
.about-list li:hover{
    border-bottom: 2px solid #cca876;
}
.about-list li:hover a{
    background-position-y: -101px;
    -ms-background-position-y: -101px;
}
.about-list li.on a{
    background-position-y: -101px;
    -ms-background-position-y: -101px;
}
.firm-intro{
    font-size: 14px;
    color: #999;
    margin: 40px auto;
}
.firm-intro p{
    margin: 10px 0;
    line-height: 24px;
    text-indent: 2em;
}
.qr-list{
    width: 100%;
    margin: 30px auto 20px;
}
.qr-list li{
    float: left;
    text-align: center;
    width: 25%;
}
.qr-list li img{
    display: block;
    margin: 0 auto;
}
.qr-list li span{
    font-size: 14px;
    color: #666;
    line-height: 40px;
}
.c-str{
    padding-top: 20px;
    border-top: 1px solid #dfdfdf;
}
.c-str-img{
    width: 100%;
    height: 412px;
    background: url("../images/company-strength.jpg") no-repeat center;
    background-size: cover;
    margin: 50px auto;
}
.advantage{
    min-height: 520px;
    box-shadow: 0 0 8px #999;
    margin-top: 30px;
}
.adv-list{
    margin-top: 20px;
}
.adv-list li{
    padding: 10px;
}
.adv-t{
    width: 100%;
    height: 204px;
    background: #f2f2f2;
    padding:15px;
}
.adv-b{
    width: 100%;
    height: 142px;
}
.adv-b{
    display: block;
    width: 100%;
    height: 142px;
    margin-top: 20px;
}
.adv-tit{
    width: 100%;
    height: 52px;
    line-height: 52px;
    padding-left: 64px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    margin-bottom: 20px;
}
.adv-tit i{
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/adv-icon.png") no-repeat 0 0;
}
.adv-list li:nth-child(2) .adv-tit i{ background: url("../images/adv-icon.png") no-repeat -50px 0;}
.adv-list li:nth-child(3) .adv-tit i{ background: url("../images/adv-icon.png") no-repeat -100px 0;}
.adv-list li:nth-child(4) .adv-tit i{ background: url("../images/adv-icon.png") no-repeat -150px 0;}
.adv-d{
    margin: 10px 0;
    height: 22px;
    line-height: 22px;
    width: 100%;
    background: url("../images/block.jpg") no-repeat 2px center;
    color: #666;
    font-size: 14px;
    padding-left: 20px;
}
.glory-list{
    margin-top: 20px;
}
.glory-list li{
    padding: 0 10px;
    height: 280px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    margin-top: 20px;
}
.glory-list li img{
    display: block;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.glory-list li span{
    display: block;
    width: 100%;
    height: 46px;
    background: rgba(255,255,255,0.3);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    bottom: -46px;
    left: 0;
    text-align: center;
    line-height: 46px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.glory-list li:hover span{
    bottom: 0;
}
.news-list{
    margin-top: 30px;
}
.news-list li{
    width: 100%;
    padding: 10px 10px;
    background: #eee;
    margin-top: 15px;
}
.notice-r{
    margin-top: 30px;
}
.news-list li:first-child{
}
.news-list li p{
    margin: 8px 0;
}
.news-date{
    color: #999;
    font-size: 14px;
}
.news-tit{
    color: #333;
}
.news-intro{
    color: #666;
    font-size: 14px;
}
.news-l{
    width: 70%;
    float: left;
}
.news-l .news-date{
    display: none;
}
.news-r {
    display: block;
    width: 98px;
    height: 34px;
    border: 1px solid #cca876;
    color: #cca876;
    text-align: center;
    line-height: 34px;
    float: right;
    margin-top: 40px;
    font-size: 14px;
}
.map2{
    width: 100%;
    height: 550px;
    padding: 10px;
    overflow: hidden;
    margin: 20px auto;
}
.map2 img{
    width: 100%;
    height: 100%;
}
.contact-detail{

}
.contact-detail p{
    margin: 6px 0;
}
.contact-detail p span{
    color: #999;
}
.l-hot{
    margin-top: 40px;
}
.notice-nav{
    padding: 0 20px;
}
.notice-nav li{
    float: left;
    font-size: 18px;
    padding: 10px 20px;
    margin: 2px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.notice-nav li:hover{
    background: #cca876;
}
.notice-nav li a{
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.notice-nav li:hover a{
    color: #fff;
}
.notice-nav li.on{
    background: #cca876;
}
.notice-nav li.on a{
    color: #fff;
}
.notice-r img{
    text-align: center;
    width: 100%;
    height: auto;
}
.must-read{
    width: 100%;
    padding-bottom: 10px;
    margin-top: 20px;
    /*padding: 0 10px;*/
}
.mr-bg{
    background: #eee;
    padding-bottom: 10px;
}
.mr-tit{
    height: 56px;
    line-height: 56px;
    padding-left: 10px;
    border-bottom: 1px solid #ccc;
}
.mr-list{
    margin: 10px auto;
}
.mr-list li{
    font-size: 14px;
    padding: 0 12px;
    line-height: 24px;
}
.buss-list li{
    text-align: center;
    float: left;
    font-size: 14px;
    margin: 6px auto;
}
.buss-list li a{
    color: #999;
}
.team-photo{
    padding: 0;
    text-align: center;
    margin: 20px 0 40px;
}
.team-photo img{
    display: block;
    width: 260px;
    height: 380px;
    margin: 0 auto;
    box-shadow: 0 0 5px #eee;
}
.team-detail{
    margin-top: 40px;
    margin-bottom: 50px;


}
.team-info{
    color: #666;
    line-height: 28px;
}
.lawyer-name{
    font-size: 24px;
    text-align: center;
    color: #333;
}
.lawyer-job{
    font-size: 14px;
    color: #666;
    text-align: center;
    margin: 10px 0 20px;
}
.lawyer-skill{
    font-size: 14px;
    color: #999;
}
.part-bold{
    font-weight: bold;
    font-size: 20px;
    color: #333;
    margin: 20px 0 10px;
}
.red{
    color: #bf0008;
}
.recruit-list{
    margin-top: 20px;
}
.recruit-list li{
    width: 100%;
    padding: 20px 30px;
    border: 1px solid #f1f1f1;
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-top: 15px;
}
.recruit-list li:hover{
    background: #f8f8f8;
}
.recruit-l,.recruit-c{
    display: inline-block;
    font-size: 14px;
    color: #666;
    margin-right: 20px;
    padding-right: 20px;
    line-height: 24px;
    margin-top: 20px;
}
.recruit-r{
    width: 150px;
    position: absolute;
    right: 30px;
    top: 40px;
    text-align: right;
}
.recruit-r .gold{
    margin-bottom: 10px;
}
.recruit-r a{
    display: block;
    width: 70px;
    height: 22px;
    border-radius: 11px;
    background: url("../images/arrow1.png") no-repeat center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border: 1px solid #eaeaea;
    position: absolute;
    right: 0;
}
.recruit-r a:hover{
    border: 1px solid #cca876;
    background: #cca876 url("../images/arrow2.png") no-repeat center;
}
.job-tit{
    padding: 20px 50px;
    background: #f8f8f8;
    border: 1px solid #f1f1f1;
    margin-top: 50px;
}
.job-tag{
    font-size: 14px;
    color: #999;
    padding-left: 50px;
    margin: 20px auto;
}
.job-detail{
    border: 1px solid #f1f1f1;
    color: #999;
    padding: 20px 50px;
    font-size: 14px;
    line-height: 26px;
}
.exp-list2 li{
    float: left;
    padding: 0 10px;
    margin: 20px 0 0;
}
.exp-list2 li a{
    display: block;
    width: 100%;
    height: 150px;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.exp-list2 li a:hover{
    background: #cca876;
}
.exp-list2 li a:hover i{
    background-position-y: -147px !important;
    -ms-background-position-y: -147px !important;
}
.exp-list2 li.on a{
    background: #cca876;
}
.exp-list2 li.on a i{
    background-position-y: -147px  !important;
    -ms-background-position-y: -147px  !important;
}
.exp-list2 li a i{
    display: block;
    width: 105px;
    height: 147px;
    margin: 0 auto 0;
    background: url("../images/skill.png") no-repeat 0 0;
}
.exp-list2 li:nth-child(2) a i{ background: url("../images/skill.png") no-repeat -105px 0;}
.exp-list2 li:nth-child(3) a i{ background: url("../images/skill.png") no-repeat -210px 0;}
.exp-list2 li:nth-child(4) a i{ background: url("../images/skill.png") no-repeat -315px 0;}
.exp-list2 li:nth-child(5) a i{ background: url("../images/skill.png") no-repeat -420px 0;}
.exp-list2 li:nth-child(6) a i{ background: url("../images/skill.png") no-repeat -525px 0;}
.exp-list2 li:nth-child(7) a i{ background: url("../images/skill.png") no-repeat -630px 0;}
.exp-list2 li:nth-child(8) a i{ background: url("../images/skill.png") no-repeat -735px 0;}
.exp-list2 li:nth-child(9) a i{ background: url("../images/skill.png") no-repeat -840px 0;}
.exp-list2 li:nth-child(10) a i{ background: url("../images/skill.png") no-repeat -945px 0;}
.exp-list2 li:nth-child(11) a i{ background: url("../images/skill.png") no-repeat -1050px 0;}
.exp-list2 li:nth-child(12) a i{ background: url("../images/skill.png") no-repeat -1155px 0;}



.exp-img{
    padding: 0 30px;
    margin-top: 30px;
}
.exp-img img{
    display: block;
    width: 80%;
    margin: 0 auto;
    height: auto;
}
.exp-intro-r{
    padding: 10px;
    margin-top: 30px;
}
.exp-intro-r span{
    text-align: center;
    font-size: 24px;
    padding: 6px 2px;
    border-bottom: 2px solid #cca876;
    color: #cca876;
}
.exp-intro-r .t-c{
    margin-bottom: 20px;
}
.exp-intro-r p{
    text-indent: 2em;
    color: #666;
    line-height: 32px;
}
.cut-line{
    width: 100%;
    height: 0;
    border-bottom: 1px solid #dfdfdf;
}
.relevant{
    margin-top: 30px;
}
.relevant .hd ul li{
    float: left;
    padding: 10px 25px;
    font-weight: bold;
    background: #ededed;
    margin-right: 20px;
    cursor: pointer;
}
.relevant .hd ul li.on{
    color: #fff;
    background: #cca876;
}
.relevant-law{
    margin-top: 40px;
}
.relevant-law>li{
    color: #999;
    font-size: 14px;
    padding-bottom: 40px;
}
.ueditor{
    color: #666;
    font-size: 14px;
    font-family:  "Microsoft YaHei","Open Sans","微软雅黑", Arial, SimSun, sans-serif !important;

}
.xingming{
    float: left;
}
.shouji{
    float: right;
}
.res-box{
    float: left;
}
.sub-box{
    float: right;
}
.search{
    height: 42px;
    float: right;
    width: 210px;
    margin-top: 4px;
    margin-right: 10px;
}
.search-box{
    outline: none;
    height: 33px;
    line-height: 33px;
    text-indent: 1em;
}
.search-btn{
    outline: none;
    height: 33px;
    line-height: 30px;
}
.jinqi-bg{
    padding-top: 40px;
    padding-bottom: 40px;
}
.jinqi-slide{
    position: relative;

}
.jinqi-slide .bd ul li{
    width: 360px;
    
    height: 240px;
    float: left;
    margin: 0 22px 20px;
}
.jinqi-slide .bd ul li img{
    width: 100%;
    height: 100%;
}


@media screen and (min-width:769px) and (max-width:1200px){
    .header-wrap{ }
    .xingming{  float: left;  }
    .shouji{  float: left;  }
    .res-box{  float: left;  }
    .sub-box{  float: left;  }
    .team-list li{
        float: left;
        text-align: center;
        width: 300px;
        height: 360px;
        margin: 0 10px 30px;
    }
    .about-list li{margin: 0 30px;}
    .logo{display: none;}
}
@media screen and (min-width:769px) and (max-width:1200px){
    .about-intro{
        height: 274px;
        overflow-y: auto;
    }
    .exp-img{float: none;width: 60%;text-align: center;margin:10px auto;}
    .exp-intro-r{float: none;width: 100%;}

}
@media screen and (min-width:769px) and (max-width:1000px){
    .index-nav>li{margin: 0 10px;}
}








@media (max-width: 768px) {
    .header-wrap{ height: 80px;padding-left:5px;font-size: 12px;line-height: 20px;box-sizing: border-box;}
    .phone{float: left;line-height: 40px;}
    .hot-list li{width: 300px;float: none;}
    .hot-list li p{width: 80%;}
    .news-l{width: 100%;float: none;}
    .news-r{float: none;margin: 0 auto;}
    .xingming{  float: left;  }
    .shouji{  float: left;  }
    .res-box{  float: left;  }
    .sub-box{  float: left;  }
    .in-banner{height: 117px;background-size: 100% !important;}
    .exp-list>li{float: none;margin: 20px auto ;}
    .team-list li{
        float: none;
        text-align: center;
        width: 346px;
        height: 410px;
        margin: 0 auto 20px;
    }
    .about-intro{height: auto;}
    .case-info2{width: 100%;margin: 0 auto;float: none}
    .case-more{float: none;margin: 40px auto 0}
    .honor-list li{float: none;margin: 10px auto 0;}
    .about-list{margin-top: 40px;margin-bottom: 40px;}
    .about-list li{width: 40%;margin: 10px;}
    .team-list3 li{float: none;margin: 10px auto 0;}
    .exp-list2 li{padding: 0 2px;margin: 5px 0 0;}
    .logo{display: none;}
    .header-wrap{height: 80px;}
    .jinqi-slide .bd .tempWrap{
        margin: 0 auto ;
    }
}

