/* 重置所有标签 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}

/* 顶部图片 */
.topImg {
    width: 100%;
    height: 250px;
    /* border: 1px solid; */
    box-sizing: border-box;
}

/* 主体内容 */
.content {
    width: 1200px;
    height: auto;
    /* border: 1px solid; */
    margin: auto;
    padding-top: 8px;
}

/* 左边列表主体 */
.leftCon {
    width: 19.5%;
    /* border: 1px solid; */
    height: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    clear: both;
}

.leftCon>ul {
    width: 100%;
    /* border: 1px solid; */
    margin: 5px 0;
}

.leftCon h3 {
    font-size: 14px;
    background: #005197;
    color: white;
    text-indent: 10px;
    line-height: 31px;
}

.leftCon li {
    font-size: 12px;
    color: #666;
    text-indent: 20px;
    line-height: 30px;
    border-bottom: 1px solid #dddddd;
    background: url("../image/dot4.png") no-repeat 3px -40px;
}

/* 公司概况 */
.survey {
    /* height: 92px; */
}

/* 新闻中心 */
.news>li {
    background: url("../image/list_dot1.gif") no-repeat 0px 14px;
}

/* 热门关键词 */
.tagText {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-evenly;
    /* border: 1px solid; */
    padding: 10px 0;
    /* height: 120px; */
}

.tagText>p {
    width: 46%;
    height: 30%;
    line-height: 28px;
    border: 1px dashed #d0d0d0;
    background: #fcfcfc;
    font-size: 12px;
    color: #666;
    text-align: center;
}

/* 联系我们 */
.call>p {
    width: 97%;
    color: #666;
    font-size: 12px;
    padding: 5px 0;
}





/* 右边内容主体 */
.rightCon {
    float: right;
    /* border: 1px solid; */
    width: 78%;
    height: 100%;
}

.crumbs {
    /* border: 1px solid; */
    margin: 5px 0;
    height: 31px;
    display: flex;
    justify-content: space-around;
    background: #005197;
    color: white;
}

.cL {
    width: 47%;
    font-size: 14px;
    line-height: 31px;
}

.cR {
    width: 47%;
    font-size: 12px;
    text-align: right;
    line-height: 31px;
}

/* 提示文字 */
.hint {
    width: 98%;
    color: #666;
    font-size: 12px;
    border: 1px solid #e5e5e5;
    height: 46px;
    text-align: center;
    margin: auto;
    line-height: 46px;
    margin-top: 15px;
    background: #f9f9f9;
}

/* 品牌导航栏 */
.brand {
    width: 98%;
    height: 38px;
    margin: auto;
    border: 1px solid #e5e5e5;
    margin-top: 15px;
    display: flex;
    align-items: center;
}

strong {
    width: 13%;
    line-height: 35px;
    text-align: center;
    color: #333;
    font-size: 12px;
    background: #fafafa;
}

.brand>div {
    width: 7%;
    height: 70%;
    text-align: center;
    /* border: 1px solid; */
    line-height: 27px;
    font-size: 12px;
    margin-left: 15px;
    color: #005aa0;
}

.brand>div:hover {
    cursor: pointer;
}

/* 要展示的图片 */
.imgbox {
    width: 95%;
    /* border: 1px solid; */
    margin: auto;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.imgbox>div {
    width: 23%;
    height: 220px;
    margin: 10px 0 0 14px;
}

.imgbox img {
    width: auto;
    height: 80%;
    border: 1px solid #e5e5e5;
    margin: 0px auto;
}

.imgbox p {
    /* border: 1px solid; */
    font-size: 12px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #666;
}

.imgbox img:hover {
    border: 1px solid #005197;
}