/* eyoucms.com 易优CMS -- 好用,免费,安全 */
/*-----------------[初始化]--------------*/
body{color: #444;font-size: 12px;font-family:"微软雅黑","Microsoft Yahei";}
a{color: #444;}
a:hover{color: #134268;}
img,.ani{
	max-width: 100%;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
input,textarea,select{font-size: 12px;color: #444;font-family:"微软雅黑","Microsoft Yahei";}
input[type='submit'],input[type='reset'],input[type='button'],select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.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;
  }
  .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;
}
@media only screen and (max-width: 767px) {
	.newsrelatd,.prorelated{
		display: none;
	}
	#divmsginfo{
		display: none;
	}
}
/*小程序扫一扫*/
.xcx{
	width: 100%;
    background: url(../img/xcx_bj.jpg) no-repeat;
    background-size: 100%;
    height: 293px;
    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;
	display: inline-block;
	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;
}

/*布局*/
.wp{width: 100%;max-width: 1200px;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}


