﻿/* 相关标签 */
.tagg span {
    display: block;
    padding: 5px 0;
    font-size: 14px;
    color:#333;
}

/* 上下 */
.nextlist {
    margin-bottom: 5px;
}

.nextlist div {
    font-size: 14px;
}
.nextlist div a {
    color: #333;
}
/* 相关新闻 */
.newsrelatd {
    padding: 5px 0;
}

.newsrelatd span {
    font-size: 16px;
    /* display: block; */
    /* padding: 10px; */
}
.newsrelatd ul li {
    display: flex;
    height: 30px;
    line-height: 30px;
    justify-content: space-between;
    border-bottom: 1px dashed #ddd;
}
.newsrelatd ul li a {
    font-size: 14px;
    /* color: #eee; */
}
.newsrelatd ul li span {
    font-size: 14px;
}
.prorelated span {
    font-size: 16px;
}
/* 相关产品 */
.prorelated ul {
    display: flex;
    margin-bottom: 10px;
    margin-top: 10px;
}
.prorelated ul li {
    width: 25%;
    margin: 0 1%;
}
.prorelated ul li a img {
    width: 100%;
    /* height:117px; */
}
.prorelated ul li a p {
    text-align: center;
    font-size: 16px;
    padding: 5px 0;
}
/* 网站地图 */
.map .map_item {
    margin-bottom: 10px;
}
.map .map_item span {
    line-height: 30px;
    font-size: 16px;
   
}
.map .map_item ul {
    display: flex;
}
.map .map_item ul li {
    padding: 10px;
}
/* 头部seo */

@media all and (max-width: 767px) {
    .newsrelatd{
        display: none
    }
    .prorelated{
        display: none;
    }
    .foot-nav-mob{
        display: block !important;
        background:#333;
    }
    
    #divmsginfo{
        display: none;
    }
    .top-fl-fr{
        display: none !important;
    }
    
    

}
/* xiaoCX.html */

.xcx{
	width: 100%;
    background: url(../img/xcx_bj.jpg) no-repeat;
    background-size: 100%;
    height: 617px;
    position: relative;
}
.zx_box{
	width: 181px;
    height: 231px;
    background: url(../img/sm_bj.jpg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -90px;
}

.zx{
	width: 100%;
	color: #fff;
	text-align: center;
    position: absolute;
    top: 73%;    
}
.zx p {
	font-family: "苹方";
	letter-spacing: 1px;
}

.ewm_xcx {
    width: 100%;
    padding: 25px 31px;
    position: absolute;
    top: 45%;
    display: flex;
    justify-content: space-around;
}
.ewm_xcx div {
    width: 50%;
    /* text-align: center; */
}
.ewm_xcx p{
	height: 12px;
	line-height: 12px;
	color: #666666;
}
.ewm_l img{
	width: 131px;
	
	margin-bottom: 13px;
}
.ewm_r img{
	width: 127px;
	margin-bottom: 18px;
}
/* 手机底部 */
.foot-nav-mob{
    display: none;
    background: #333;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99999;
}
.foot-nav-mob ul {
    display: flex;
    justify-content: space-around;
}
.foot-nav-mob ul li {
    /* height: 50px; */
    font-size: 14px;
    padding: 5px 0;
}
.foot-nav-mob ul li {
    /* height: 50px; */
    font-size: 14px;
    padding: 5px 0;
}
.foot-nav-mob ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color:#fff;
}
.foot-nav-mob ul li a i {
    font-size: 29px;
}
.foot-nav-mob ul li{
    margin-bottom:0;
}
.foot-nav-mob ul li:before{
    content:'';
    color: #b3b3b3;
    font-size: 0;
    line-height: 0;
    padding-right: 0;
}
/* 头部seo */
.top-fl-fr {
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* 联系我们 */

.ititle{
    font-size: 1rem;
    color: #000;
    text-align: center;
    height: 3rem;
    line-height: 3rem;
}
.con2{
	padding: 0 12px;
	background: #fff;
	border-bottom: 1px solid #e0e0e0;
}
.con2 li{
	line-height: 44px;
}
.con2 li p{
	margin-left: 42px;	
	border-bottom: 1px solid #e0e0e0;
}
.con2 li:last-child p{
	border: none;
}
.con2 .c1{
	background: url(../images/n1.png) no-repeat left;
}
.con2 .c2{
	background: url(../images/n2.png) no-repeat left;
}
.con2 .c3{
	background: url(../images/n3.png) no-repeat left;
}
.con2 .c4{
	background: url(../images/n4.png) no-repeat left;
}
.ewm2{
	background: #f6f6f6;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 15px 0;
}
.ewm2 i img{
	width: 80px !important;
	height: 80px;
}
.ewm2 .el img{
	width: 70px !important;
	height: 70px;
	margin-top: 5px;
	margin-left: 22px;
}
.sys{
	display: block;
	color: #666;
}