.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/cooperation.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;
}
/*投资合作*/
.cooperation_invest{}
.cooperation_investli{
    background:#efefef;
    width:187px;
    height:30px;
    float:left;
    margin-left: 2px;
    text-align: center;
    line-height: 30px;
}
.cooperation_investli:nth-of-type(1){
    background: #cb2d2e;
    color:white;
}
.cooperation_investliimg{
    display: none;
}
.cooperation_investliimg:nth-of-type(1){
    display: block;
}

.cooperation_join{}
.cooperation_join li{
    margin-top: 50px;
}
/*.cooperation_join li:nth-of-type(1){*/
    /*margin-top: 0px;*/
/*}*/
.cooperation_join li span:nth-of-type(1){
    font-weight: bold;
    background:url("/templets/default/images/join_icon.jpg") no-repeat;
    display: block;
    padding-left: 30px;
    line-height:16px;
}
.cooperation_join li span:nth-of-type(2){
    display: block;
    padding-left: 30px;
    margin-top: 20px;
}
.cooperation_join li p{
    margin-top: 20px;
}


/*分页样式*/
.dede_pages{
}
.dede_pages ul{
    float:left;
    padding:12px 0px 12px 16px;
}
.dede_pages ul li{
    float:left;
    font-family:Tahoma;
    line-height:17px;
    margin-right:6px;
    border:1px solid #E9E9E9;
}
.dede_pages ul li a{
    float:left;
    padding:2px 4px 2px;
    color:#555;
    display:block;
}
.dede_pages ul li a:hover{
    color:#690;
    text-decoration:none;
    padding:2px 4px 2px;
}
.dede_pages ul li.thisclass,
.dede_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{
    background-color:#F8F8F8;
    padding:2px 4px 2px;
    font-weight:bold;
}
.dede_pages .pageinfo{
    line-height:21px;
    padding:12px 10px 12px 16px;
    color:#999;
}
.dede_pages .pageinfo strong{
    color:#555;
    font-weight:normal;
    margin:0px 2px;
}
