/* 品牌档案 */
body{
    background-color: #f9f9f9;
}
.bannerbox {
    position: relative;
	width: 100%;
}

.bannerbox img  {
	display: block;
	width: 100%;
}
.content{
    width: 1200px;
    min-width: 1200px;
    margin: auto;
}
.content .title {
    font-size: 28px;
    color: #D70411;
    line-height: 90px;
    height: 90px;
    border-bottom: 1px solid #d70411;
}
.content .txt-h2{
    height: 130px;
    line-height: 130px;
    font-size: 32px;
    text-align: center;
}
.content .txt {
    position: relative;
    margin:auto;
    padding: 30px;
    font-size: 19px;
    border-radius: 5px;
    box-shadow: 0px 0px 8px #999;
    background-color: #fff;
}
.content .company-name{
    position: relative;
    top: -30px;
    width: 150px;
    height: 150px;
    text-align: center;
    line-height: 150px;
    display: inline-block;
    font-size: 22px;
    color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #D70411;
}
.content .txt label{
    position: relative;
    color: #666;
    margin-right: 5px;
} 
.content .txt .zc-info{
    display: -moz-box;  /* Firefox */
    display: -ms-flexbox;    /* IE10 */
    display: -webkit-box;    /* Safari */ 
    display: -webkit-flex;    /* Chrome, WebKit */
    display: box; 
    display: flexbox; 
    display: flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    padding-bottom: 0px;
}
.content .txt .zc-info.ptm0{
    padding-bottom: 0px;
}
.content .txt .zc-info .zc-txt{
    width: 900px;
}
.content .txt .zc-info .zc-txt>div{
    display: -moz-box;  /* Firefox */
    display: -ms-flexbox;    /* IE10 */
    display: -webkit-box;    /* Safari */ 
    display: -webkit-flex;    /* Chrome, WebKit */
    display: box; 
    display: flexbox; 
    display: flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
}
.content .txt .zc-info .zc-txt>div div{
   width: 450px;
   line-height: 38px;
}
.content .txt .zc-info .zc-txt>div div.max-width{
    width: auto;
}
.content .txt .zc-info .zc-web{
    width: 620px;
}
.content .txt .zc-info .zc-web>div{
    line-height: 38px;
}
.content .txt .zc-info .ggw{
    margin-left: 60px;
}
.content .txt .zc-info .ggw img{
    width: 500px;
    height: 310px;
    border-radius: 10px;
    border: 1px solid #D70411;
}
.content .txt .deatil{
    margin: 60px auto 10px auto;
    text-align: center;
    text-align: center;
}
.content .txt .deatil a{
    display: inline-block;
    width: 160px;
    height: 60px;
    padding-right: 8px;
    line-height: 60px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 10px;
    background-color: #d70411;
}
.content .txt .deatil a img{
    position: relative;
    top: 4px;
    left: 12px;
}
.content .footer_jd {
    width: 100%;
    font-size: 18px;
    line-height: 32px;
    color: #a87811;
    background-color: #fcfbef;
    margin: 60px auto 30px auto;
}
.content .footer_jd >div{
    display: flex;
    align-items: flex-start;
    padding: 20px;
}
.content .footer_jd >div .jd-txt span{
    display: block;
}
.content .footer_jd .tl{
    margin-right: 10px;
    font-size: 21px;
    margin-bottom: 8px;
}
.content .footer_jd img{
    position: relative;
    top: 3px;
    width: 22px;
    height: 22px;
    margin-right: 10px;
}
.footer {
    text-align: center;
    width: 100%;
    height: 135px;
    background-color: #272727;
}
.footer img{
   margin-top: 12px;
}
/*品牌档案结束