.listbanner{
    width:100%;
    max-width: 1920px;
    min-width: 1400px;
    margin: 0px auto;
}
.listbanner img{
    width:100%;
}


.content{
    width:1020px;
    height:auto;
    margin: 0px auto;
    overflow: hidden;
    margin-bottom: 30px;
    font-size:14px;
    line-height: 20px;
}
.content .content_banner{
    width:1020px;
    height:80px;
    margin-top:55px;
    margin-bottom: 40px;
    background:url("/templets/default/images/jci.jpg") no-repeat;
}
.content .content_banner .bread_sub_nav{
 float:right;
 margin-top:50px;
 font-size:12px;

}
.content .content_banner .bread_sub_nav a{
    text-decoration: none;
    color:black;
}
.content .content_banner .bread_sub_nav a:nth-of-type(3){
    font-weight: bold;
}
.content .content_left{
    width:204px;
    height:auto;
    float:left;
    font-size:20px;
}
.content .content_left ul{
    width:204px;
    height:auto;
}
.content .content_left a{
    text-decoration: none;
}
.content .content_left ul li{
    width:204px;
    height:52px;
    background: #efefef;
    font-size:18px;
    text-align: center;
    line-height: 52px;
    margin-top: 1px;
    color:black;
}
/*当前导航样式开始*/
.content .content_left ul .currentstyle{
    background: #d90b17;
    color:green;
}
.content .content_left ul .currentstyle a{
    background: #d90b17;
    color:white;
    font-weight: bold;
}
/*当前导航样式结束*/

.content .content_left ul li:hover{
    background: #d90b17;
    color:white;
    font-weight: bold;
}

.content .content_right{
    width:756px;
    height:auto;
    float:right;
}
/*关于jci样式*/
.jcistop{
    width:765px;
    height:317px;

}
.jcistop #jcistopleft{
    margin-bottom: 150px;
    cursor: pointer;
}
.jcistop #jcistopright{
    margin-bottom: 150px;
    cursor: pointer;
}
.jcistop .jcistopimg{
    display: none;
    margin-right: 3px;
}
.jcistop .jcistopimg:nth-of-type(2){
    display: inline-block;
}
.jcistop .jcistopimg:nth-of-type(3){
    display: inline-block;
}
.jcistop .jcistopimg:nth-of-type(4){
    display: inline-block;
}
.jcistop .jcistopimg:nth-of-type(5){
    display: inline-block;
}

.jcisafetop{

}
.jcisafetop li{
    float:left;
    width:184px;
    height:38px;
    margin-left:4px;
    background: #efefef;
    margin-bottom: 4px;
    text-align: center;
    line-height: 38px;
}
.jcisafetop li:nth-of-type(5){
    line-height: 18px;
}
.jcisafetop li:nth-of-type(1){
    background: #d90b17;
    color:white;
}
.jcisafeimg{
    display:none;
}
.jcisafeimg:nth-of-type(1){
    display:inline-block;
}
