.listbanner{
    width:100%;
    max-width: 1920px;
    min-width: 1400px;
    margin: 0px auto;
}
.listbanner img{
    width:100%;
}

.box{
    max-width: 1920px;
    min-width: 1400px;
    margin: 0px auto;
    position: relative;
}
.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/duty.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;
}
/*公司资讯*/
.invset_information{}
.invset_informationli{
    background:#efefef;
    width:187px;
    height:30px;
    float:left;
    margin-left: 2px;
    text-align: center;
    line-height: 30px;
}
.invset_informationli:nth-of-type(1){
    background: #cb2d2e;
    color:white;
}
.invset_informationliimg{
    display: none;
}
.invset_informationliimg:nth-of-type(1){
    display: inline-block;
}
.close{
    width:207px;
    height:72px;
    position: absolute;
    right:0px;
    top:0px;
    cursor: pointer;
}
