﻿
#navTop .navActive{position:fixed;top:0px;left:0px;}
.detailBody{height:auto;position:relative;top:33px;}
.navBox {background:rgba(24,50,185,1);height:90px;}
.navBox .bannerTop{width:1200px;height:90px;margin:0px auto}
.navBox .font1{margin-top:33px;margin-right:301px;  display:inline-block; width:180px;height:29px; font-size:30px;font-family:Microsoft YaHei;font-weight:400;color:rgba(255,255,255,1);line-height:29px;}
.navBox .fontBox{ position:relative;top:-3px; cursor:pointer;display:inline-block; width:80px;height:39px; }
.navBox .fontBox.two{margin-left:79px;}
.navBox .font2{  display:inline-block; width:80px;height:20px;overflow:hidden; font-size:20px;font-family:Microsoft YaHei;font-weight:400;color:rgba(255,255,255,1);line-height:20px;}
.navBox .tag.active{font-weight:bold;}
.navBox .tag.moving{font-weight:bold;}/*鼠标移入时*/
.navBox .line{ display:none;cursor:pointer; width:40px;height:4px;background:rgba(255,188,7,1);position:absolute;bottom:0px;left:20px; }
.navBox .line.active{display:inline-block;}
.navBox .line.moving{display:inline-block;}/*鼠标移入时*/
.detailContent{width:1200px;margin:0 auto;min-height:1000px;padding-top:40px;position:relative;margin-bottom: 85px;}
/*版权干货*/
.banquanBox{
width:840px;
min-height:900px;
background:rgba(255,255,255,1);
box-shadow:0px 13px 39px 4px rgba(144,144,144,0.08);
border-radius:4px;
padding-bottom: 20px;
}
.banquanBox .check_title{
min-width:96px;
margin-bottom:58px;
height:24px;
font-size:24px;
font-family:Microsoft YaHei;
font-weight:bold;
color:rgba(51,51,51,1);
line-height:24px;
position:relative;
top:30px;left:30px;
}
.banquanBox .check_title_line{position:absolute;bottom:0px;left:0px;width:96px;height:12px;background:rgba(24,50,185,1);opacity:0.3;}
.banquanBox .knowledge{
width:780px;
height:auto;
padding-bottom:40px;
border-bottom:1px solid rgba(238,238,238,1);
border-radius:1px 0px 0px 0px;
margin-left:30px;
margin-bottom:40px;

position:relative;
}
.banquanBox .knowledge:last-child{
margin-bottom:30px;
}
.banquanBox .knowledge .knowledgeImg{
width:240px;
height:160px;
border-radius:4px;
display:inline-block;
}
.banquanBox .knowledge .knowledge-right{
  position:absolute;
  left:270px;
  top:0px;
  cursor:pointer;

}

.banquanBox .knowledge .knowledge-right .title{
   transition:all ease 0.3s;
   -moz-transition:all ease 0.3s;/* Firefox 4 */
   -webkit-transition:all ease 0.3s; /* Safari and Chrome */ 
   -o-transition:all ease 0.3s; /* Opera */
    position:relative;
    top:0px;
    font-weight:600;
    color:#333;
}
.knowledge .knowledge-right:hover .title{
    position:relative;
    top:3px;
    color:rgba(15,55,168,1);cursor:pointer;
}
.banquanBox .knowledge .knowledge-right .date{
   transition:all ease 0.3s;
   -moz-transition:all ease 0.3s;/* Firefox 4 */
   -webkit-transition:all ease 0.3s; /* Safari and Chrome */ 
   -o-transition:all ease 0.3s; /* Opera */
    position:relative;
    top:0px;
    font-weight:400;
color:#999;

}
.knowledge .knowledge-right:hover .date{
    position:relative;
    top:6px;
}
.banquanBox .knowledge .knowledge-right .desc{
   transition:all ease 0.3s;
   -moz-transition:all ease 0.3s;/* Firefox 4 */
   -webkit-transition:all ease 0.3s; /* Safari and Chrome */ 
   -o-transition:all ease 0.3s; /* Opera */
    position:relative;
    top:0px;
}
.knowledge .knowledge-right:hover .desc{
    position:relative;
    top:6px;
}
.knowledge .knowledge-right .title{
    min-width:272px;
    height:18px;
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:18px;
    margin:13px 0px 18px 0px;
}

.knowledge .knowledge-right .date{
    min-width:77px;
    height:11px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:11px;
    margin:0px 0px 18px 0px;
}
.desc{
    width:510px;
    min-height:40px;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:#666;
    line-height:21px;
    margin:0px 0px 21px 0px;
}
/*图标*/
.enterImg{
    cursor:pointer;
    opacity:0;
   transition:all ease 0.3s;
   -moz-transition:all ease 0.3s;/* Firefox 4 */
   -webkit-transition:all ease 0.3s; /* Safari and Chrome */ 
   -o-transition:all ease 0.3s; /* Opera */
    position:relative;
    top:8px;
}
.knowledge .knowledge-right:hover .enterImg{
    opacity:1;
    position:relative;
    top:-5px;
}
/*分页器*/
.page{
    /*padding-left: 181px;*/
    margin:-10px 0px 0px 0px;
    text-align:center;
}
.page li{
    margin:0 4px;
    float: none;
    display:inline-block;
}
.page li:last-child{
    position:relative;
    top:-15px;
}
.page li a:hover, .page li.on a {
    background:rgba(15,55,168,1);
    border: 1px solid rgba(15,55,168,1);
    text-decoration: none;
    font-weight:400;
    color:rgba(255,255,255,1);
}
.page li a {
    float: left;
    padding: 0px 16px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height: 38px;
    display: inline-block;
    height:38px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(238,238,238,1);
    border-radius:2px;
}
/*版权干货详情*/
.banquanBox .detailTitle{
    width:780px;
    min-height:25px;
    font-size:24px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(51,51,51,1);
    line-height:33px;
    position:relative;
    top:39px;
    left:30px;
}
.banquanBox .line-bottom{
    width:780px;
    height:1px;
    background:rgba(221,221,221,1);
    border-radius:1px 0px 0px 0px;
    position:relative;
    top:61px;
    left:30px;
}
/*版权干货详情内容*/
.banquanBox .detailcontentBox{
    font-size:16px;
    width:780px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(119,119,119,1);
    line-height:30px;
    position:relative;
    top:88px;
    left:30px;
    min-height: 600px;
    text-align:justify;
}
.detailContent .yuan{
    width:6px;
    height:6px;
    background:rgba(153,153,153,1);
    border-radius:50%;
    display:inline-block;
    margin-right:12px;
   position:relative;
   top:-2px;
}

.detailContent .font1{
    max-width:780px;
    height:16px;
    line-height:16px;
    margin-bottom:30px;
}
/**/
.detailContent .banquandetailImg{
    width:780px;
    height:380px;
   margin-bottom: 13px;
}
.detailContent .banquanNews img{
    width: 780px;
    height: auto;
    margin-top:20px;
}
/*上一篇下一篇*/

.banquanBox .pageOper{
   margin-top: 143px;
    color: black;
    margin-left: 30px;
    height: 120px;
   
     color:rgba(153,153,153,1);
}

.pageOper .oper{
    display:inline-block;
    width:390px;
    height:120px;
    background:rgba(238,238,238,1);
    float:left;
     transition:all ease 0.3s;
   -moz-transition:all ease 0.3s;/* Firefox 4 */
   -webkit-transition:all ease 0.3s; /* Safari and Chrome */ 
   -o-transition:all ease 0.3s; /* Opera */
}
.pageOper .oper.active:hover{
background:rgba(24,50,185,1);
color:rgba(255,255,255,1);
 cursor:pointer;
}
.oper.disabled{
  background: rgba(255,255,255,1);
 

}
.oper.disabled:hover{
  background: rgba(255,255,255,1);

}
.pageOper .title{
    display:block;
    width:242px;
    height:16px;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
 
    line-height:16px;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 14px;
}

.pageOper .date{
    display:block;
    max-width:390px;
    height:11px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
   
    line-height:11px;
    margin-left: 20px;
    margin-bottom: 30px;
}
.pageOper .preImg{
    margin-left: 20px;
    display:none;
}
.pageOper .preImg.active{
  display:block;
}
/*下一篇样式*/
.pageOper .title.nextTitle{
       margin-left: 128px;
       text-align:right;
}
.pageOper .oper.next .date{
       margin-left: 294px;
}

.pageOper .nextImg{
    margin-left: 333px;
      display:none;
}
 .pageOper .nextImg.active{
  display:block;
}

/*版权右侧内容*/
.banquanRight{
    position: absolute;
    top: 40px;
    right:0px;

}
/*推荐阅读*/
.banquanRight .readBox{
width:340px;
min-height:150px;
background:rgba(255,255,255,1);
box-shadow:0px 13px 39px 4px rgba(144,144,144,0.08);
border-radius:4px 6px 4px 4px;
position:relative;

}
.banquanRight .readBox .font1{
width:64px;
height:16px;
font-size:16px;
font-family:Microsoft YaHei;
font-weight:bold;
color:rgba(51,51,51,1);
line-height:16px;
margin-bottom:20px;
position:relative;
top:20px;
left:20px;
}

.banquanRight .readBox .font2Box{
position:relative;
top:20px;
/*left:20px;*/
/*width:300px;*/
width:340px;
min-height:150px;
background:rgba(255,255,255,1);
box-shadow:0px 13px 39px 4px rgba(144,144,144,0.08);
border-radius:4px 6px 4px 4px;
padding-bottom:20px;

}

.banquanRight .readBox .font2{
cursor:pointer;
max-width:300px;
overflow:hidden;
height:15px;
font-size:14px;
font-family:Microsoft YaHei;
font-weight:400;
color:#333;
line-height:13px;
margin-top:16px;
margin-left: 14px;
display:block;
 transition:all ease 0.3s;
   -moz-transition:all ease 0.3s;/* Firefox 4 */
   -webkit-transition:all ease 0.3s; /* Safari and Chrome */ 
   -o-transition:all ease 0.3s; /* Opera */
}
.readBox .font2Box .readlabel:hover{
 color:rgba(15,55,168,1);cursor:pointer;
}
/*在线咨询*/
.banquanRight .consultBox{
width:340px;
height:296px;
background:rgba(255,255,255,1);
box-shadow:0px 13px 39px 4px rgba(144,144,144,0.08);
border-radius:4px 6px 4px 4px;
position:relative;
top:40px;
}
.banquanRight .consultBox .font1{
width:64px;
height:16px;
font-size:16px;
font-family:Microsoft YaHei;
font-weight:bold;
color:rgba(51,51,51,1);
line-height:16px;
margin-bottom:20px;
position:relative;
top:20px;
left:20px;
}

.consultBox .textareaBox{
width:300px;
height:160px;
background:rgba(245,246,250,1);
border-radius:4px;
position:relative;
top:20px;
left:20px;
}
.consultBox textarea{
width:260px;
height:110px;
position:relative;
top:20px;
left:20px;
background:none;
border:none;
font-size:14px;
font-family:Microsoft YaHei;
font-weight:400;

}
.textareaBox .text-num {
    position: absolute;
    right: 8px ;
    bottom: 8px;
}
#textNum{
    color:#999999;
}
.consultBox .btn{
width:300px;
height:40px;
background:rgba(252,204,0,1);
border-radius:20px;
line-height:40px;
text-align:center;
font-size:18px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(255,255,255,1);
position:relative;
top:40px;
left:20px;
cursor:pointer;
}
.btn.one{

}
.btncall{
width:120px;
height:40px;
background:rgba(252,204,0,1);
border-radius:20px;
line-height:40px;
text-align:center;
font-size:18px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(255,255,255,1);
position:relative;
top:40px;
left:20px;
cursor:pointer;
display:inline-block;
}
.btncall:hover{
opacity:0.8;
}
.btncall.one{
 width:160px;
border:1px solid rgba(252,204,0,1);
background:none;
color:rgba(252,204,0,1);
border-radius:20px;
margin-right:15px;
}

/*免费咨询弹窗*/
.consult-layer{
     width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
}
.consult-wrapper {
    width:550px;
    height:376px;
    background:rgba(255,255,255,1);
    box-shadow:0px 2px 10px 0px rgba(102,102,102,0.55);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -260px;
    margin-top: -220px;
    z-index: 9999999;
}
.consult-wrapper.two{
    height:505px;
}
.consult-title{
width:550px;
height:88px;
background:rgba(24,50,185,1);
font-size:34px;
font-family:Microsoft YaHei;
font-weight:400;
line-height:88px;
text-align:center;
color:rgba(255,255,255,1);
position:relative;
}
.consult-title .closeImg{
width:27px;
height:27px;
position:absolute;
right:34px;
top:30px;
cursor:pointer;
}
.consult-content{
width:470px;
margin:39px auto 58px auto;
min-height:91px;
font-size:20px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(51,51,51,1);
line-height:36px;
}
.consult-btn{
width:470px;
height:60px;
background:rgba(24,50,185,1);
border-radius:4px;
text-align:center;
line-height:60px;
margin:0px auto;
font-size:20px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(255,255,255,1);
cursor:pointer;
}
.consult-btnBox{
width:470px;
height:60px;
margin:0px auto;
}

.consult-btn-2.one {
display:inline-block;
width:220px;
height:60px;
border:1px solid rgba(24,50,185,1);
border-radius:4px;
font-size:20px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(24,50,185,1);
text-align:center;
line-height:60px;
cursor:pointer;
}
.consult-btn-2.two {
display:inline-block;
width:220px;
height:60px;
background:rgba(24,50,185,1);
border-radius:4px;
text-align:center;
line-height:60px;
font-size:20px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(255,255,255,1);
position:relative;
left:27px;
cursor:pointer;
}

.consult-input-title{
height:19px;
font-size:20px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(51,51,51,1);
line-height:19px;
width:470px;
text-align:left;
position:relative;
margin-bottom:20px;

}
.consult-input-title .consult-tips{
font-size:16px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(97,208,238,1);
display:inline-block;
height:18px;
position:absolute;
right:0px;
top:0px;
}
.consult-input-title .consult-tips .consult-label{
width:14px;
height:18px;
position:relative;
top:3px;
margin-right:6px;

}
.consult-input{
width:470px;
height:50px;
border:1px solid rgba(204,204,204,1);
line-height:50px;
}
.consult-input.one{
    margin-bottom:40px;
}
.consult-input input{
width:430px;
height:28px;
margin-left:20px;
background:none;
outline:none;
border:none;

}
