/* 重置所有标签 */
* {
    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;
    margin: auto;
    padding-top: 8px;
    min-width: 1200px;
}

/* 左边列表主体 */
.leftCon {
    width: 19.5%;
    /* border: 1px solid; */
    height: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.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;
}

/* 文字介绍 */
.text1 {
    width: 98%;
    /* border: 1px solid; */
    margin: auto;
    text-indent: 30px;
    font-size: 18px;
    color: #666;
}

.text1>span,
.text2>span {
    font-size: 24px;
    font-family: 宋体;
}

.text1>a {
    color: #2086ee;
    font-family: 宋体, SimSun;
    font-size: 18px;
    font-weight: 800;
}

.text2 {
    width: 98%;
    /* border: 1px solid; */
    margin: auto;
    text-indent: 60px;
    font-size: 18px;
    color: #666;
}





/* 右边内容主体 */
.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;
}

/* 主体图片 */
.contentImg {
    width: 76%;
    height: 500px;
    border: 1px solid;
    margin-left: 4%;
    margin-top: 2%;
}