/* 重置所有标签 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}

/* 顶部图片 */
.topImg {
    width: 100%;
    height: 250px;
    box-sizing: border-box;
}

/* 主体内容 */
.content {
    width: 1200px;
    min-width: 1200px;
    margin: auto;
    padding-top: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* 左边列表主体 */
.leftCon {
    width: 19.5%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.leftCon>ul {
    width: 100%;
    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("http://www.zkzlpack.com/template/default/images/dot4.png") no-repeat 3px -40px;
}

/* 新闻中心 */
.news>li {
    background: url("http://www.zkzlpack.com/template/default/images/list_dot1.gif") no-repeat 0px 14px;
}

/* 热门关键词 */
.tagText {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-evenly;
    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 {
    /* border: 1px solid; */
    width: 78%;
    height: 100%;
}

.crumbs {
    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;
}

/* 产品标题 */
.title {
    width: 97%;
    border-bottom: 1px solid #e0e1dc;
    margin: auto;
    text-align: center;
    color: #666;
    font-size: 14px;
    padding: 15px;
    font-weight: 700;
}

/* 产品内容 */
.htm {
    width: 97%;
    height: auto;
    display: flex;
    align-items: flex-start;
    margin: auto;
    margin-top: 20px;
    position: relative;
}

/* 原本的图片 */
.ori {
    width: 288px;
    height: 231px;
    position: relative;
}

.ori>img {
    width: 288px;
    height: 231px;
    border: 1px solid #e0e1dc;
}

.ori>img:hover {
    cursor: move;
}

/* 设置 */
.ori:hover~.glass {
    display: block;
}

/* 放大过后的图片 */
.glass {
    display: none;
    width: 300px;
    height: 240px;
    border: 1px solid #666;
    position: relative;
    position: absolute;
    overflow: hidden;
    background: white;
}

.glass>img {
    position: absolute;
}

.list {
    margin-left: 30px;
    width: 35%;
}

.list>li {
    border-bottom: 1px dashed #e0e1dc;
    padding: 14px 0;
    color: #666;
    font-size: 12px;
}

/* 蒙层 */
.obs {
    position: absolute;
    width: 100px;
    height: 100px;
    border: 1px solid #e0e1dc;
    top: 0;
}

/* 详细介绍 */
.in {
    width: 97%;
    margin: auto;
    margin-top: 20px;
    height: 43px;
}

.int {
    width: 12%;
    height: 100%;
    border-top: 2px solid #3480ce;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-bottom: -5px solid white;
    text-align: center;
    line-height: 40px;
    color: #3480ce;
    z-index: 1;
}

.int1 {
    width: 88%;
    border-bottom: 1px solid #dddddd;
    float: right;
}

.text {
    width: 94%;
    margin: auto;
    margin-top: 20px;
    font-size: 12px;
    line-height: 25px;
    text-indent: 30px;
    color: #666;
}

.text span {
    font-size: 19px;
    font-family: "宋体";
}

.text a {
    color: #2086ee;
    font-size: 19px;
    font-weight: 600;
}