a,a:hover,a:visited,a:active{
    text-decoration: none;
}
.caseCent-right{
    width: 890px;
    float: right;
    margin-top: 50px;
    /*background: darkgray;*/
}
.caseCent-right h5{
    display: inline-block;
    font-size: 13px;
    color: #4a4a4a;
}
.caseCent-right h5>span{
    font-size: 14px;
    color: #2c3a91;
}
.caseCent-right h5.caseRight-topBT{
    font-size: 20px;
    color: #2c3a91;
    float: right;
    text-align:right ;
}
.caseCent-right .caseRight-topBT font{
    font-size: 16px;
    font-weight: bold;
    padding-left: 8px;
    color: #acacac;
}
.caseCent hr{
    margin-top:0;
    margin-bottom: 20px;
    border: 0;
    border-top: 3px solid #41A4E6;
    width: 890px;
}
.caseCent-right .caseRightAge{
    width: 890px;
    padding: 20px 0 20px 20px;
}
.caseCent-right .caseRightAge:after{
    content:''; 
    display: block;
    clear: both;
}
p{margin: 0;}
.caseCent ul{
    list-style: none;
    margin: 0;
    padding:0;
}
#p_name>b{
    font-size: 24px;
}
#p_name>span{
    float:right;
    font-size: 12px;
    color:#808080;
    text-align: left;
}
#share a{
    float:right ;!important;
    margin-top: 0;
}
#p_name{
    margin-bottom: 40px;
}
#main_text{
    margin-left: 40px;
    width:300px;
}
#main_text,#main_pic{
    float:left;
}
#produces{
    height:420px;
}

#produces:after{
    content: '';
    display: block;
    clear:both;
}
#main_text>.information>li:first-child{
    color: #5c9bd9;
    font-size: 20px;
    font-weight: bold;
}
#main_text>.information>li{
    font-size: 16px;
    line-height: 36px;
}
#main_text>.btn_list>li{
    float: left;
    background-color: #379fe1;
    padding:7px 12px;
    margin-right:5px;
    font-size: 12px;
}
#main_text>.btn_list>li>a{
    color: #fff;
}
#main_text>.btn_list{
    margin-top: 10px;
}
#main_text>.btn_list:after{
    content:'';
    display: block;
    clear:both;
}
#tel{
    font-size: 16px;
    color: #2c3a91;
    margin-top: 20px;
}
#son_nav>li{
    float: left;
    background-color: #646464;
    margin-right: 8px;
    padding:8px 26px;
    position:relative ;
}
#son_nav>li>a{
    color:#fff;
    font-size: 16px;
}
#son_nav:after{
    content:'';
    display: block;
    clear:both;
}
#son_nav{
    margin:30px 0;
}
#son_nav>li>img{
    position:absolute ;
    top:100%;
    left:44%;
    display: none;
}
#main_pic{
    width:523px;
    height:368px;
    position: relative;
}
.orig,.fd{
    width: 523px;
    height: 368px;
    /*border:1px solid red;*/
    position: absolute;
}
.fd{

    left:533px;
    top:0;
    overflow: hidden;
    display: none;
}

.blocks{
    /*小图的宽高比例
        窗口的宽度 / 大图的宽度 * 窗口的宽度
    */
    width:160px;
    height:160px;
    background:rgba(254,238,167,.4);
    position: absolute;
    left: 0;
    top:0;
    display: none;
}
#son_nav .active{
    background-color: #379fe1;
}
#son_nav .active a{
    text-decoration: none;
}
#son_nav a{
    text-decoration: none;
}
#son_nav .active img{
    display: inline-block;
}
.caseCent ul>li{
    margin-bottom: auto;
    line-height:18px;
}
    #content>.img{
        text-align: center;
        margin:20px auto;
    }
    #text{
        font-size:14px;
        line-height: 28px;
    }
    .table>thead>tr{
        background-color: #8fc5f7;
    }
    .table{
        border: 1px solid #ddd;
    }
    .table tbody td{
        border-right: 1px solid #ddd;
    }
    #listA,#listB{
        font-size: 16px;
        margin-bottom: 30px;
    }
    #listA>li,#listB>li{
        margin-bottom: 10px;
        line-height: 30px;
    }
    #tables img{
        width:274px;
        height:205px;
    }
    #tables tr td{
        padding:15px 10px;
    }
    #tables{
        width:608px;
        margin:0 auto;
    }
    #texted>b{
        font-size: 16px;
    }
    #img{
        margin-top:20px;
        text-align: center;
    }
    .nav-body.nav-check{
        display: block;
    }
    ul{
        list-style: none;
    }
    #table tr td{
        border:1px solid #ddd;
        font-size: 16px;
        padding:10px;
    }
    #table tr td:first-child{
        border-right: 0;
    }
    #table img{
        width:150px;
    }
    .nav-body{
        display: none;
    }
     #myModal .modal-body i{
        color: #f00;
    }
     #myModal .modal-body{
        padding:30px 30px 400px 30px;
    }
    #myModal .modal-body .form-control{
        margin-bottom: 20px;
    }
    #myModal .modal-title{
        color: #1A65B6;
    }
    .inputChange::-webkit-input-placeholder { /* WebKit browsers */
        color:#f00;
    }
    .inputChange:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color:#f00;
    }
    .inputChange::-moz-placeholder { /* Mozilla Firefox 19+ */
        color:#f00;
    }
    .inputChange:-ms-input-placeholder { /* Internet Explorer 10+ */
        color:#f00;
    }