.casePage {
    opacity: 0;
    transition: all 0.4s
}
.casePage_show {
    opacity: 1;
}
.case_content {
    width: 100%
}
.case_content .case_right{
    float: right; 
    width: 306px;
}
.case_content .case_page{
    float: left;
    margin-right: 24px;
    width:  870px;
}

/* 基本信息 */
.case_content .panel{
    /* border: 1px solid #d2d2d2; */
    box-shadow: 0px 2px 6px #c5c5c5;
    margin-top: 24px;
    color: #666;
    position: relative;
}
.case_content .case_info{   
    padding: 0 16px 14px 16px;
    margin-top: 0px;
}
.case_content .case_info p > span{
    display: inline-block;
    width: 72px;
    text-align: right;
    line-height: 28px;
    vertical-align: top
}
.case_content .panel_en p > span{
    display: block;
    width: 100%;
    text-align: left;
    font-weight: 550
}
.case_content .case_info p > span:nth-of-type(2){
    max-width: 194px;
    width: auto;
    text-align: left;
    font-weight: normal
}
.case_content .panel_en p > span:nth-of-type(2){
    max-width: 100%;
    width: auto;
    text-align: left;
}
.case_content .case_info p .key_word{
    margin-right: 2px
}
.case_content .case_info p a{
    max-width: 194px;
    width: auto;
    text-align: left;
    display: inline-block;
    line-height: 2;
    color: #2e9ff5;
    cursor: pointer;
}
.case_content .case_info p a:hover{
    text-decoration: underline;
}
.case_content .panel li img{
    margin-right: 6px;
    vertical-align: sub
}
.case_right h5{
    font-weight: bold;
    line-height: 42px;
    border-bottom: 1px solid #ebebeb;
    padding-left: 30px
}
.case_content .case_info h5{
    padding-left: 0;
    margin-bottom: 11px;
}
.case_content .panel ul{
    padding: 0px 30px 11px 30px;
}
.case_content .panel ul li{
    line-height: 24px;
    margin-top: 11px;
    cursor: pointer;
}
/* .case_content .panel ul li:hover{
    color: #2e9ff5
} */
.other_case a:hover, .case_content .panel a:hover{
    color: #2e9ff5;
    text-decoration: underline;
}
.case_content .panel .copy_tips{
    color: #2279da;
    margin-left: 8px;
    opacity: 0;
    transition: all .5s;
}
.case_content .panel .scroll_line{
    height: 24px;
    width: 2px;
    position: absolute;
    left: 0;
    top: 54px;
    background: #2e9ff5;
    /* transition: all .4s */
}

/* 左边内容区域 */
.htmlContent {
	margin-left: 18px;
	line-height: 2;
	font-size: 14px;
}
.htmlContent h1{
	font-size: 30px;
	line-height: 1.5;
	padding-bottom: 16px;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 32px;
	font-weight: normal;
    background: #fff;
}
.htmlContent .section{
	padding-left: 30px;
	position: relative;
	padding-bottom: 42px;
	border-left: 1px solid #d2d2d2
}
.htmlContent > p,.htmlContent > div {
    border-left: 1px solid #d2d2d2;
    padding-left: 30px;
}
.htmlContent img {
    max-width: 100%;
    display: block
}
.htmlContent .section:nth-last-of-type(2){
    border-left: none
}
.htmlContent .section:nth-last-of-type(1){
    border-left: none
}
.htmlContent .section .sectiontitle{
    /* display: inline; */
    font-size: 22px;
    line-height: 2em;
    margin-bottom: 8px;	
}
.htmlContent .section .img_box{
    background: #fff;
    width: 36px;
    height: 36px;
    display: inline-block;
    box-shadow: 0 2px 2px 1px rgba(0,0,0,0.1);
    text-align: center;
    line-height: 36px;
	border-radius: 18px;
	position: absolute;
    left: -18px;
    /* background-repeat: no-repeat; */
    /* background-position: center center; */
}
.htmlContent .section .img_box img{
    display: inline-block
}


/* 意见反馈 */
.feedbackDiv{
    /* margin: 800px 100px; */
    width: 100%;
    border: 1px solid #ccc;
    padding: 15px 20px;
    font-size: 14px;
    margin-top: 30px;
}
.feedbackHeader p{
    display: inline-block;
}
.feedbackHeader .iconPack{
    width: 20px; height: 20px;
    margin: 0 10px;
    color: #35b34a;
    vertical-align: -3px;
}
.feedbackHeader .fdBtn{
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 15px;
    border: 1px solid #ccc;
    text-align: center;
    margin-left: 20px;
    cursor: pointer;
}
.feedbackHeader img{
    margin-right: 10px;
}
.chooseBtn{
    background-color: #2279da;
    color: #fff;
}
.feedbackBody{
    border-top: 1px dashed #ccc;
    margin-top: 10px;
    padding-top: 10px;
    line-height: 28px;
}
.feedbackForm input[type="checkbox"]{
    opacity: 0;
}
.feedbackForm span{
    position: relative;
    font-weight: normal;
    margin-left: -12px;
    display: block;
}
.feedbackForm input[type="checkbox"]:checked + label::before {
    content: "\2713";
    background-color: #fff;
    border: 1px solid #2279da;
    color: #2279da;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    text-align: center;
}
.feedbackForm input[type="checkbox"] + label::before {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 10px;
    content: "";
    background: #fff;
    border: 1px solid #d9d9d9;
    vertical-align: text-bottom 
}
.feedbackForm textarea{
    width: 100%;
    background-color: #f5f5f5;
    font-size: 12px;
    line-height: 28px;
    margin-top: 5px;
    padding-left: 10px;
}
.feedbackFormBtn{
    overflow: hidden;
}
.feedbackFormBtn  .fdBtn{
    float: right;
    height: 24px;
    line-height: 24px;
    padding: 0 15px;
    border: 1px solid #ccc;
    text-align: center;
    cursor: pointer;
    margin-top: 15px;
}

/* 无相关案例 */
.no_case{
    width:592px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
}
.no_case p{
   line-height: 36px
}
.no_case p a{
    color: #2e9ff5;
    margin: 0 2px;
 }
.no_case > a{
    display: inline-block;
    /* width: 140px; */
    padding: 0 28px;
    height: 36px;
    background: #2e9ff5;
    color: #fff;
    line-height: 36px;
    margin: 20px 0
}
.no_case > a:hover{
    opacity: 0.8;
    text-decoration: none;
}
.no_case .other_case{
    width: 584px;
    text-align: left
}
.no_case .other_case p{
    margin-bottom: 12px;
}
.no_case .other_case ul{
    background: #f5f5f5;
    padding: 16px;
    font-size: 14px
}
.no_case .other_case ul li{
    line-height: 36px
}
.related_case{
    margin-bottom: 100px;    
    /* margin-top: 100px; */
}
.related_case h4{
    font-size: 20px;
    font-weight: bold;
    line-height: 66px
}
.related_case > div{
    float: left;
    background: #f5f5f5;
    width: 585px;
    padding: 14px
}
.related_case > div:nth-of-type(1){
    margin-right: 30px
}
.related_case a{
    display: block;
    line-height: 36px;
}

/* 设置打印功能的显示 */
@media print {
    nav, footer, .banner, .serviceDirectory, .feedbackDiv, .case_right{
    display: none
    }
}
/* 图片放大缩小 */
.zoomify { cursor: pointer; cursor: -webkit-zoom-in; cursor: zoom-in;}
.zoomify.zoomed { cursor: -webkit-zoom-out; cursor: zoom-out; padding: 0; margin: 0; border: none; border-radius: 0; box-shadow: none; position: relative; z-index: 1501; }
.zoomify-shadow { position: fixed; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; display: block; z-index: 1500; background: rgba(0, 0, 0 , .3); opacity: 0; }
.zoomify-shadow.zoomed { opacity: 1; cursor: pointer; cursor: -webkit-zoom-out; cursor: zoom-out; }

