/*统一标题*/
.dz_title {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    border-bottom: 2px #ccc solid;
}

.dz_title h2 {
    background: url(../img/title_bg.png) left center no-repeat;
    padding-left: 22px;
    float: left;
    font-size: 24px;
    color: #333;
}

.dz_title .more {
    float: right;
}

.dz_title .more a {
    font-size: 12px;
    color: #999;
}
/*内容区域*/
.container1{
    padding: 50px 20px;
    position: relative;
}
.container_bg{
    background: #ffffff;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.12);
    filter: alpha(opacity=96)
    opacity: 0.96;
    margin-top: -400px;
    position: relative;
    z-index: 2;
}
/*焦点图*/
.foucs{
    width: 380px;
    height: 415px;
    float: left;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    }
.slideBox {
    width: 380px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 62px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 193px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 74px;
    height: 62px;
    text-align: center;
    background: #de9c03;
    cursor: pointer;
    filter: opacity(90%);
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
}
.slideBox .hd ul li p{
    font-size: 20px;
    font-weight: bold;
    margin-top: 8px;
}
.slideBox .hd ul li.on {
    background: #fff;
    color: #cc9108;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 380px;
    height: 255px;
    display: block;
}
.slideBox .bd li a{
    display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
    position: absolute;
    top: 216px;
    display: block;
    width: 22px;
    height: 22px;
    /*filter: alpha(opacity=50);*/
    /*opacity: 0.5;*/
}
.slideBox .prev{
    background: url(../img/prev.png)  no-repeat;
    right:45px;
}
.slideBox .next {
    background: url(../img/next.png)  no-repeat;
    right: 14px;
}
.slideBox .prev:hover{
    background: url(../img/prev_hover.png)  no-repeat;
}
.slideBox .next:hover {
    background: url(../img/next_hover.png)  no-repeat;
}
/*.slideBox .prev:hover,*/
/*.slideBox .next:hover {*/
/*    filter: alpha(opacity=100);*/
/*    opacity: 1;*/
/*}*/

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}
.foucs .infor{
    padding: 0 15px;
}
.foucs .infor h2{
    line-height: 30px;
    height: 26px;
    overflow: hidden;
    margin: 10px 0;
}
.foucs .infor h2 a{
    font-size: 18px;
    color: #333333;
}
.foucs .infor h2 a:hover{
    color: #cb1b1d;
}
.foucs .infor  p{
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    height: 48px;
    overflow: hidden;
}
/*热点资讯*/
.rdzx{
    width: 340px;
    height: 405px;
    overflow: hidden;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.06);
    padding: 0 10px 10px;
    background: #ffffff;
    margin: 0 30px;
    float: left;
}
.rdzx ul{
    margin-top: 10px;
}
.rdzx ul li{
    background: url(../img/pic01.png) left center no-repeat;
    border-bottom: 1px #d1d0d0 dashed;
    line-height:24px;
    padding: 12px 0 12px 12px;
    overflow: hidden;
}
.rdzx ul li a{
    font-size: 16px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
display: block;
}
.rdzx ul li a:hover{
    color: #cb1b1d;
}
.rdzx ul li span{
    font-size: 14px;
    color: #666666;
    float: right;
}
/*鉴定所简介*/
.jdsjj{
    width: 330px;
    height: 405px;
    overflow: hidden;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.06);
    padding: 0 10px 10px;
    background: #ffffff;
    float: left;
}
.jdsjj .img{
    width: 100%;
    height: 120px;
    margin-top: 15px;
}
.jdsjj .img img{
    height: 100%;
    display: block;
}
.jdsjj .text p{
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    text-indent: 2em;
    height: 190px;
    overflow: hidden;
    margin-top: 10px;
}
.con_b{
    margin-top: 30px;
}
/*经典案例*/
.jdal{
    width: 380px;
    float: left;
}
.jdal ul{
    margin-top: 20px;
}
.jdal ul li{
    border-bottom: 1px #d1d0d0 dashed;
    line-height: 24px;
    padding: 8px 0;
}
.jdal ul li a{
    font-size: 16px;
    color: #333333;
    background:  url(../img/gg.png) left center no-repeat;
    padding-left: 20px;
}
.jdal ul li a:hover{
    color: #cb1b1d;
}
.jdal ul li p{
    font-size: 13px;
    color: #999999;
    background:  url(../img/xb.png) left center no-repeat;
    padding-left: 12px;
    margin-left: 22px;
}
/*鉴定范围*/
.jdfw{
    width: 350px;
    float: left;
    margin: 0 30px;
}
.jdfw ul{
    margin:15px -15px 0;
}
.jdfw ul li{
    float: left;
    width: 50%;
    height: 68px;
    margin-top: 12px;
    margin-bottom:12px;
}
.jdfw ul li .fw_box{
    margin: 0 15px;
    height: 100%;
    border-left: 4px #ce282a solid;
    background: #f5f5f5;
    line-height: 68px;
    text-align: left;
}
.jdfw ul li:nth-child(2) .fw_box{
     border-left: 4px #afa8a8 solid;
}
.jdfw ul li:nth-child(3) .fw_box{
     border-left: 4px #fe9d34 solid;
}
.jdfw ul li:nth-child(4) .fw_box{
     border-left: 4px #acd940 solid;
}
.jdfw ul li:nth-child(5) .fw_box{
     border-left: 4px #61aee6 solid;
}
.jdfw ul li:nth-child(6) .fw_box{
     border-left: 4px #a548a8 solid;
}
.jdfw ul li .fw_box img{
    float: left;
    width: 26px;
    height: 26px;
    margin: 21px 10px 0 25px;
    transition: all 2s ease-in-out;
    -moz-transition: all 2s; /* Firefox 4 */
    -webkit-transition: all 2s; /* Safari ÃƒÂ¥Ã¢â‚¬â„¢Ã…â€™ Chrome */
    -o-transition: all 2s;
}
.jdfw ul li .fw_box:hover img{
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
.jdfw ul li .fw_box p{
    font-size: 18px;
    color: #646060;
}
.jdfw ul li .fw_box p:hover{
    color: #cb1b1d;
}
/*联系我们*/
.Contact{
    float: left;
    width: 350px;
}
.Contact .map_box{
    height: 252px;
    margin-top: 25px;
}
.map_box iframe{
  width:350px;
  height:252px;
}
/*列表页*/
.zibannerbox{
    position: relative;
    height: 350px;
    /*overflow: hidden;*/
}
.zibanner{
    width: 100%;
    height: 100%;
    display: block;
        max-width: 100%;
    max-height: 100%;
}
.zibannerbox .zi_bg{
    position: absolute;
    background-color: #cb1b1d;
    height: 60px;
    width: 50%;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.zi_pa{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -600px;
    background:  url(../img/zi_pa.png) center bottom no-repeat;
    width:1200px;
    overflow: hidden;
}
.wrapper02{
  display:none;
}
.main_left{
    background: url(../img/left_bg.png) left center no-repeat;
    width:405px;
    height: 121px;
    float: left;
    text-align: center;
}
.main_left h1{
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 40px;
}
.main_left .wz{
    color: #ffffff;
    margin-top: 15px;
}
.main_left .wz a{
    font-size: 14px;
    color: #ffffff;
}
.main_r{
    float: right;
    position: absolute;
    bottom:-9px;
    right: 0;
    z-index: 11;
    /*background-color: #1574c2;*/
}
.main_r ul{
    
}
.main_r ul li{
    float: left;
    padding: 5px 9px;
    height: 50px;
    line-height: 38px;
}
.main_r ul li a{
    font-size: 16px;
    color: #ffffff;
}
.main_r ul li.on,
.main_r ul li:hover
{
    background-color: rgba(234, 72, 74, 0.48);
    transform: skewX(-38deg);
}
.main_r ul li.on a,
.main_r ul li:hover a
{
    transform: skewX(38deg);
    display: block;
}
/*左侧*/
.content_bg{
    background-color: rgb(255, 255, 255);
    opacity: 0.961;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.12);
    padding: 50px 0;
}
.content_left{
    float: left;
    width: 326px;
    background: url(../img/lxwm_bg.png) center center no-repeat;
    height: 400px;
    margin-right: 30px;
}
.content_left h2{
    background: #ce282a;
    border-left: 5px #fccb45 solid;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #ffffff;
    padding-left: 20px;
}
.content_left .text{
    padding: 0 10px 0 20px;
    margin-top: 20px;
}
.content_left .text p{
    font-size: 16px;
    color: #333333;
    line-height: 48px;
}
.content_left .text p.p1,
.content_left .text p.p3,
.content_left .text p.p5 span{
    font-weight: bold;
}
.content_r{
    float: left;
    width: 844px;
}
/*热点资讯*/
.content_r .rdzx_list{

}
.content_r .rdzx_list ul{

}
.content_r .rdzx_list ul li{
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    background: #f5f5f5;
    padding: 0 20px;
    margin-bottom: 15px;
}
.content_r .rdzx_list ul li a{
    font-size: 16px;
    color: #333333;
    background: url(../img/dot1.png) left center no-repeat;
    padding-left: 30px;
         white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
        display: block; 
}
.content_r .rdzx_list ul li span{
    float: right;
    font-size: 16px;
    color: #999999;
}
.content_r .rdzx_list ul li:hover{
    background: #eae8e8;
}
.content_r .rdzx_list ul li:hover a{
    color: #cb1b1d;
}
/*经典案例*/
.jdal_list{

}
.jdal_list .jdal_box{
    background: #fafafa;
    padding:15px;
    margin-bottom: 20px;
}
.jdal_list .jdal_box .mc{
    float: left;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    border-right: 2px #e4e3e3 solid;
    margin-right: 35px;
   font-size: 20px;
    color: #333333;
}
.jdal_list .jdal_box .mc a{
    font-size: 20px;
    color: #333333;
}
.jdal_list .jdal_box .info{
    margin-top: 10px;
}
.jdal_list .jdal_box .info h3 a{
    font-size: 16px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.jdal_list .jdal_box .info p{
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    margin: 10px 0;
    height: 50px;
    overflow: hidden;
}
.jdal_list .jdal_box .info .xq a{
    font-size: 13px;
    color: #ce282a;
}
.jdal_list .jdal_box .info h3 a:hover,
.jdal_list .jdal_box .mc a:hover
{
    color: #ce282a;
}
/*知识产权分析与风险评估*/
.zscqfx_list{
    margin-top: -20px;
}
.zscqfx_list dl{
    border-bottom: 1px #d2d0d0 dashed;
    padding: 20px 0;
}
.zscqfx_list dl dt a{
    font-size: 16px;
    color: #333333;
    white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
        display: block;
}
.zscqfx_list dl dd{
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    margin-top: 10px;
    height: 50px;
    overflow: hidden;
}
.zscqfx_list dl dd a{
    font-size: 14px;
    color: #ce282a;
}
.zscqfx_list dl:hover a{
    color: #ce282a;
}
/*专家团队*/
.zjtd_pic_list{
    
}
.zjtd_pic_list ul{
    margin: 0 -15px;
}
.zjtd_pic_list ul li{
    float: left;
    width: 25%;
    margin-bottom: 20px;
}
.zjtd_pic_list ul li .pic_box{
    margin: 0 15px;
    position: relative;
}
.zjtd_pic_list ul li .pic_box .img{
    overflow: hidden;
}
.zjtd_pic_list ul li .pic_box .img img{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.zjtd_pic_list ul li .pic_box:hover .img img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.zjtd_pic_list ul li .pic_box p{
    position: absolute;
    bottom: 0;
    text-align: center;
    background: url(../img/zjtd_bg.png) center center repeat;
    width: 100%;
    font-size: 16px;
    color: #ffffff;
}
.zjtd_pic_list ul li .pic_box p span{
    padding: 10px 0;
    display: block;
}
/*资质图片列表页*/
.zz_pic_list{
    
}
.zz_pic_list ul{
    
}
.zz_pic_list ul li{
    float: left;
    width: 50%;
    text-align: center;
}
.zz_pic_list ul li .zz_pic{
    margin: 0 15px;
   
}
.zz_pic_list ul li .zz_pic .img{
    overflow: hidden;
}
.zz_pic_list ul li .zz_pic .img img{
    width: 99%;
    height: 100%;
    display: block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
 border: 1px #dddddd solid;
}
.zz_pic_list ul li .zz_pic:hover .img img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.zz_pic_list ul li .zz_pic span{
    display: block;
    font-size: 16px;
    color: #333333;
    margin: 15px 0;
    height:32px;
}
.zz_pic_list ul li .zz_pic span:hover{
    color: #cb1b1d;
}
/*联系我们单篇正文*/
.content_r .contact{

}
.content_r .contact p{
    font-size: 16px;
    color: #333333;
    line-height: 175%;
}
/*鉴定范围*/
.fydzs{

}
.fydzs .fydzsjtop{
    font-size: 26px;
    color: #c40109;
    margin: 0px 0 20px 0;
}
.fydzs .fydz_js{
    font-size: 18px;
    color: #333333;
    line-height: 32px;
    margin-top: 20px;
}
.fydzs .fydzsjcent{
    margin-top: 20px;
}
.fydzs .fydzsjcent p{
    text-indent: 2em;
    line-height: 2em;
    margin-bottom: 10px;
}
.fydzs .fydzsjcent p strong{
    font-size: 20px;
    color: #cb1b1d;
    font-weight: normal;
}
.fydzs .fydzsjcent p span{
    font-size: 20px;
    color: #333333;
}
.fydzs_b{
    margin-top: 15px;
}
.fydzs_b .dzal{
    margin-bottom: 20px;
    min-height: 214px;
    position: relative;
}
.fydzs_b .dzal .dzal_title{
    float: left;
    width: 72px;
    position: absolute;
    top: 50%;
    margin-top: -107px;
}
.fydzs_b .dzal .dzal_title span{
    font-size: 24px;
    color: #ffffff;
    width: 72px;
    display: block;
    line-height: 72px;
    /*margin-left: 26px;*/
    min-height: 214px;
    background:url(../img/jdfy_bg.png) center center no-repeat;
    text-align: center;
    background-size: 100% 100%;
    writing-mode: vertical-lr;
    letter-spacing: .1em;
}
.fydzs_b .dzal .infor_box{
    border: 1px #d0cece solid;
    margin-left: 72px;
}
.fydzs_b .dzal .infor_box .infor{
    padding: 10px 0 10px 60px;
    min-height: 212px;
}
.fydzs_b .dzal .infor_box .infor p{
    background: url(../img/yd.png) left center no-repeat;
    padding-left: 16px;
    line-height: 40px;
    font-size: 16px;
    color: #333333;
}
/*内容页*/
.content{

}
.content h1{
    font-size: 26px;
    color: #c40109;
    text-align: center;
margin: 0 0 14px 0;
    line-height: 40px;
}
.content .content_infor{
    font-size: 17px;
    color: #666666;
    line-height: 36px;
    margin-bottom: 40px;
}
.content .content_infor p{
    font-size:17px;
    color: #666666;
    line-height: 36px;
    margin: 20px 0;
    text-indent: 2em;
}
/*分析评估*/
.fyfxpg{border: 1px solid #e3e2e2;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.fyfxpg li p{ line-height: 85px!important;;
    height: 85px!important;;
    padding: 0 3% 0 75px;
    background-image: url(../img/pingguicn.png);
    background-position: 20px center;
    background-repeat: no-repeat;
    font-size: 20px;
    color: #666666;}
.fyfxpg li:nth-child(2n){background-color: #f3f3f3}
.fyfxpg li:hover a{color: #c40109}


#browser-modal{width:100%;height:100%;top:0;left:0;text-align:center;color:#303233;position:fixed;z-index:9999;}
#browser-modal .browser-modal-cover{position:fixed;left:0;top:0;height:100%;width:100%;background-color:#111;opacity:.9;z-index:-1}
#browser-modal .browser-content{width:700px;margin-top:120px;margin-left:auto;margin-right:auto;padding-bottom:80px;padding-top:50px;background-color:#fff;border-radius:5px}
#browser-modal .browser-content .browser-dpc-logo img{height:42px;margin:45px auto 40px}
#browser-modal .browser-content .browser-text-title{text-transform:uppercase;font-size:24px}
#browser-modal .browser-content .browser-text-desc{margin-top:30px;margin-bottom:20px;font-size:14px}
#browser-modal .browser-content .browser-list{width:600px;margin:20px auto;height:130px}
#browser-modal .browser-content .browser-item{float:left;width:150px;padding-top:20px;padding-bottom:20px;margin-left:auto;margin-right:auto}
#browser-modal .browser-content .browser-item .iconfont{width:100px;height:100px;margin:0 auto;font-size:80px;line-height:80px;margin-bottom:10px;}
#browser-modal .browser-content .browser-item .iconchrome{background: url(../img/bro.png) no-repeat 0 0}
#browser-modal .browser-content .browser-item .iconfirefox{background: url(../img/bro.png) no-repeat 0 -100px}
#browser-modal .browser-content .browser-item .iconopera{background: url(../img/bro.png) no-repeat 0 -200px}
#browser-modal .browser-content .browser-item .iconEdge{background: url(../img/bro.png) no-repeat 0 -300px}
#browser-modal .browser-content .browser-item a{cursor:pointer;display:block}
#browser-modal .browser-content .browser-item a img{display:block;margin:0 auto;max-width:100px;width:100px;height:100px}
#browser-modal .browser-content .browser-item a h4{text-align:center;margin-top:20px;font-size:18px;font-weight:700}

/*ie11 css hack*/
@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop,
}
/*ie11注意里面的标点符号*/
/*ie10 css hack*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

}