html,body{
    min-width: 1200px;
    background: #fff
}
.content-text{
    width: 1200px;
    margin: 0 auto;
    margin-top: 58px;
}
.content{
    overflow: hidden;
    /*margin-bottom: 80px;*/
}
.left{
    float: left;
    position: relative;
    z-index: 3;
}
.right{
    float: left;
    margin-left: 35px;
    width: 900px;
    position: relative;
}
.copyright{
    height: 60px;
    line-height: 60px;
    min-width: 1200px;
    text-align: center;
    font-size: 14px;
    background: #b5b5b5;
    color: #ffffff;
}
nav{
    background: #fff;
}
.text-con,.text-con *{
    padding: 0 6px;
    font-size: 16px!important;
    line-height: 2em!important;
    font-family: Microsoft YaHei!important;
}
.icon-con li{
    float: left;
    background: #d6ac61;
    color: #d6ac61;
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    border-radius: 100%;
    margin: 0 32px;
    margin-top: 50px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}
.icon-con li.act,.icon-con li:hover{
    background: #e91f23;
    color: #e91f23;
}
.icon-con li div{
    margin-top: 20px;
    line-height: 30px;
}
.text-icon{
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 200px;
    width: 700px;
    box-sizing:border-box;
    padding: 45px;
    border-radius: 8px;
    background: #e91f23;
}
.text-icon li{
    display: none;
}
.sub-nav{
    margin-left: 25px;
    margin-top: 25px;
    overflow: hidden;
    background:#cca56f;
    padding:0 10px;
    padding-top: 20px;
    padding-bottom: 30px;
    width: 106px;
    box-sizing: border-box;
    border-radius: 18px;
}
.sub-nav li{
    color: #000000;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}
.sub-nav li.act,.sub-nav li:hover{
    border-bottom: 1px solid #000000;
}
.com-con img{
    display: none;
}

.sub-nav1{
    margin-top: 25px;
    overflow: hidden;
    padding:0 10px;
    padding-right: 0;
    padding-top: 61px;
    padding-bottom: 30px;
    box-sizing: border-box;
    border-radius: 18px;
    background: url("../images/city-t.png") no-repeat center top;
    background-color:#cca56f;
    width: 191px;
    min-height: 81px;
}
.sub-nav1 li{
    float: left;
    min-width: 50px;
    color: #000000;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    margin-right: 10px;
}
.sub-nav1 li.act,.sub-nav1 li:hover{
    border-bottom: 1px solid #BE1918;
    color: #BE1918;
}
