@charset "utf-8";
/* 初始化 */
body, span, div, img, ul, ol, li, p, dl, dt, dd, input, form, h1, h2, h3, h4, h5, h6, * {
    margin: 0;
    padding: 0;
}
img {
    border: none;
    /*transition:2s;*/
}

ul {
    list-style: none;
}
body {
    color: #888;
    font-size: 12px;
    /*line-height: 1.7em;*/
    font-family:"微软雅黑";
}
a {
    text-decoration:none;
    color:#000;
}
a:hover {
    text-decoration:none;
    color:#000;
}
input:focus {
    outline: none;
}
i{
    font-style: normal;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.abs {
    position: absolute;
}
.rel {
    position: relative;
}
.clear {
    clear: both;
    height: 0;
    overflow: hidden
}
.content{
    width: 1200px;
    margin: 0 auto;
}
/* 初始化end */
.jc-box{
    width: 1200px;
    min-height: 800px;
    margin: 20px auto;
    background: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

/*左边*/
.jc-left{
    width: 170px;
    border: 1px solid #DEDEDE;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}
.jc-box .shadow-l{
    -webkit-box-shadow:1px 4px 10px 0 #DEDEDE;
    -moz-box-shadow:1px 4px 10px 0 #DEDEDE;
    box-shadow: 1px 4px 10px 0 #DEDEDE;
}

.jc-left .all-title{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: white;
    background: #008EFF;
    font-size: 16px;
    padding: 0 10px;
}
.jc-left .all-title a{color: white;}
.jc-box i.fa-bars{
    display: inline-block;
    margin-right: 3px;
}
.jc-left .title-ul{
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
}
.jc-left .title-ul li{
    width: 100%;
    height: 40px;
    line-height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #DEDEDE;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*color: #000000;*/
    cursor: pointer;
}
.jc-left .title-ul li:last-child{border: none;}
.jc-left .title-ul li i{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.select-on{color:#ED6D1E !important;font-weight: bold;display: inline-block;width: 100%; }
.jc-left .title-ul li:hover i{ color: #ED6D1E;}
.on-title{color: #ED6D1E;}

/*右边*/
.jc-right{
    width: 1010px;
    min-height: 800px;
    background: #F6F6F6;
    border: 1px solid #DEDEDE;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px ;
}
.jc-right .jc-single-point{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding-left: 17px;
}

.jc-right .jc-single-point .title-single-point{
    width: 970px;
    text-align: left;
    font-size: 15px;
    color: #000000;
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 20px;
}
.jc-right .jc-single-point .single-point-ul{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.jc-right .jc-single-point .single-point-ul li{
    float: left;
    width: 310px;
    height: 130px;
    background: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #DEDEDE;
    border-radius: 10px;
    padding: 10px;
    font-size: 14px;
    margin: 0 20px 20px 0;

}
.jc-right .jc-single-point .single-point-ul li:hover{
    -webkit-box-shadow:0px 4px 10px 0 #DEDEDE;
    -moz-box-shadow:0px 4px 10px 0 #DEDEDE;
    box-shadow: 0px 4px 10px 0 #DEDEDE;
}
.jc-right .jc-single-point .single-point-ul li:hover a{
    color: #ED6D1E;
}
.jc-right .jc-single-point .single-point-ul li:hover a h3{
    color: #ED6D1E;
}
.jc-right .jc-single-point .single-point-ul li h3{
    width: 100%;
    text-align: left;
    font-size: 15px;
    color: #008EFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jc-right .jc-single-point .single-point-ul li p{
    width: 100%;
    margin-top: 15px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
}
.jc-right .jc-single-point .single-point-ul li p img{
    width: 61px;
    height: 67px;
}
.jc-right .jc-single-point .single-point-ul li p span{
    display: inline-block;
    width: 208px;
    margin-bottom: 7px;
}

/*底部*/
.jc-footer{
    min-width: 1200px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background: #3D4255;
}
.jc-footer .jc-footer-box{
    width: 1200px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding: 45px 10px 50px;
}
.jc-footer .jc-footer-box ul{
    float: left;
    margin-right: 30px;
}
.jc-footer .jc-footer-box ul:last-child{
    margin-right: 0;
}
.jc-footer .jc-footer-box ul li{
    font-size: 12px;
    color: #707078;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jc-footer .jc-footer-box ul li p{
    font-size: 14px;
    color: #707078;
    margin-bottom: 18px;
    font-weight: bolder;
}
.jc-footer .jc-footer-box ul li a{
    font-size: 12px;
    color: #707078;
}
.jc-footer .jc-footer-box ul li:hover a{
    color: #ED6D1E;
}
.jc-footer .jc-footer-box .jc-foot-ul1{
    width: 70px;
}
.jc-footer .jc-footer-box .jc-foot-ul1 li{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 18px;
}
.jc-footer .jc-footer-box .jc-foot-ul1{
    width: 70px;
}
.jc-footer .jc-footer-box .jc-foot-ul1 li{
    margin-bottom: 18px;
}
.jc-footer .jc-footer-box .jc-foot-ul2{
    width: 80px;
}
.jc-footer .jc-footer-box .jc-foot-ul2 li{
    margin-bottom: 10px;
}
.jc-footer .jc-footer-box .jc-foot-ul3{
    width: 145px;
}
.jc-footer .jc-footer-box .jc-foot-ul3 li{
    margin-bottom: 10px;
}
.jc-footer .jc-footer-box .jc-foot-ul4{
    width: 350px;
}
.jc-footer .jc-footer-box .jc-foot-ul4 li{
    margin-bottom: 10px;
}
.jc-footer .jc-footer-box .jc-foot-ul4 li:hover{
    color: #ED6D1E;
}
.jc-footer .jc-footer-box .jc-foot-ul5{
    width: 236px;
    overflow: hidden;
}
.jc-footer .jc-footer-box .jc-foot-ul5 li{
    float: left;
    width: 103px;
}
.jc-footer .jc-footer-box .jc-foot-ul5 li:hover p{color: #ED6D1E;}
.jc-footer .jc-footer-box .jc-foot-ul5 li p{font-weight: normal;text-align: center;}
.jc-footer .jc-footer-box .jc-foot-ul5 li:first-child{margin-right: 18px;}
.jc-footer .jc-footer-box .jc-foot-ul5 li img{
    width: 103px;
}
