/*   
Theme Name: five
Theme URI:http://www.bowuyunahzan.com/
Description: 3D模板网站
Author:tl
Author URI: http://www.bowuyunahzan.com/
Version: 1.0
*/
body,html{
  padding: 0;
  margin: 0;
  font-family:  MicrosoftYaHei;
  overflow-x: hidden;
}
ul,ol{
  margin: 0;
  padding: 0;
}
li{
  list-style: none;
}
a{
  text-decoration: none;
  cursor:pointer;
  color: #777;
}
a:hover{
  text-decoration: none;
  color: #333;
}
p{
  margin: 0;
}
.clear{
  clear: both;
}
.abgc{
  background-color: #eee;
  color: #333;
}
.fenye nav{
  text-align: center;
}

/*pc*/
.header{
 width: 100%;
 height: 70px;
 line-height: 70px;
 background: rgba(255, 255, 255, 0.7);
 position: fixed;
 top: 0;
 z-index: 9999;
}
.header .logo{
  position: absolute;
  left: 2%;
  width: 140px;
  height: 50px;
}
.header .logo img{
  width: 100%;
  height: 50px;
}
.header .headerul{
  position: absolute;
  right: 5%;
  padding-right: 14%;
}
.header ul li{
  float: left;
 color: #333;
 font-size: 20px;
 padding-left: 30px;
 padding-right: 30px;
 position: relative;
}
.header ul li a{
  color: #333;
}
.header ul li span{
  display: inline-block;
  height: 60px;
}
.header ul .lisoucon{
	position: absolute;
	right: 0;
}
.header ul li .soucon{
  height: 30px;
  border: 0;
  width: 180px;
  background-color: #eee;
  border-radius: 15px;
  margin-top: 20px;
}
.header ul li .soucon input{
  height: 30px;
  border-radius: 15px;
  text-indent: 14px;
  font-size: 14px;
  border: 0;
  width: 140px;
  margin-right: 10px;
  outline: none;
  background-color: #eee;
  float: left;
}
.header ul li .soucon #searchsubmit{
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-top: 2.5px;
  background: url(images/sou.png) 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  float: left;
}

.header ul li:hover{
  background-color: #fff;
  color: #333;
}
.header ul .lisoucon:hover{
  background: rgba(58, 53, 55,0);
  color: #333;
}
.header ul li:hover span{
  border-bottom: 2px solid #333;
}
.header ul li:hover a{
  color: #333;
}
.header-active{
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
  transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
  position: fixed;
  top: 0;
  z-index: 9999;

}

/*其他*/
.mheader{
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #fff;
  position: relative;
}
.mheader .mnav{
  height: 50px;
  line-height: 50px;
}
.mheader .mnav .mnavbut{
  text-align: center;
  text-indent: 20px;
  margin-top: -2px;

}
.mheader .mnav .mnavbut{
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  left: 10px;
  margin: 10px;
}
.mheader .mnav .mnavbut .top{
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
}
.mheader .mnav .mnavbut .top .bor{
  width: 30px;
  height: 1px;
  background: #999;
  position: absolute;
  left: 0;
  top: 10px;
}
.mheader .mnav .mnavbut .bottom{
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
}
.mheader .mnav .mnavbut .bottom .bor{
  width: 30px;
  height: 1px;
  background: #999;
  position: absolute;
  left: 0;
  top: 20px;
}
.mheader .nav li{
	line-height: 40px;
	font-size: 14px;
	color: #ddd;
	text-indent: 20px;

}
.rotertop{
  transform: rotate(45deg);
  transition: all .2s ease-in-out;
  transform-origin:50% 50%;
  margin-top: 4px;
}
.roterbottom{
  transform: rotate(-45deg);
  transition: all .2s ease-in-out;
  transform-origin:50% 50%;
  margin-top: -6px !important;
}
.rotermnavbut{
  margin-top: 10px !important;
}

.mheader .mnav .mlogo{
  text-align: center;
}
.mheader .mnav .mlogo img{
  height: 40px;
  position: absolute;
  top:5px;
  left:50%;
  margin-left: -52px;
}
#docCollapseul{
  width: 100%;
  position: fixed;
  z-index: 999;
  background-color: #fff;
}
#docCollapseul li a{
  color: #999;
}
.mheader-active{
  position: fixed;
  z-index: 1000;
  transition:all 1s ease-out;
  top: 0;
}
.bottomxinxi{
  line-height: 24px;
  text-align: center;
  background-color: #eee;
  font-size: 12px;
  position: relative;
  bottom: 0;
}
/* 分类资讯页面 */
.catezixun{
  /* padding: 0 5%; */
  /* margin-top: 40px; */
}
.catezixun .bgcimg{
  width: 100%;
}
.catezixun .content{
  padding:50px;
  background-color: #fff;
}
.catezixun .content ul li{
  font-family:Microsoft YaHei;
  font-weight:400;
  margin-top: 40px;
  background-color: #fff;
  height: 300px;
  border-bottom: 1px solid #ddd;
}
.catezixun .content ul li .time{
  color: #999;
  font-size: 30px;
  float: left;
  width: 20%;
  text-align: center;
  line-height: 150px;
}
.catezixun .content ul li .time i{
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url(images/czixunicon.png) 0 0 no-repeat;
  background-size: cover;
  position: relative;
  top: -100px;
}
.catezixun .content ul li .con{
  float: left;
  width: 50%;
}
.catezixun .content ul li .con .hh{
  font-size:24px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 150px;
}
.catezixun .content ul li .con .neirong{
  font-size:22px;
  color: #999;
  line-height: 30px;
 
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.catezixun .content ul li .pointto{
  float: left;
  width: 30%;
  text-align: center;
}
.catezixun .content ul li .pointto img{
  width: 50%;
}
.catezixun .content ul li:hover .time{
  color: #32A6EF;
}
.catezixun .content ul li:hover .time i{
  background: url(images/czixuniconhover.png) 0 0 no-repeat;
  background-size: cover;
}
.catezixun .content ul li:hover{
  border-bottom: 1px solid #32A6EF;
}
.catezixun .content ul li:hover .pointto{
  color: #32A6EF;
}
/* 手机 */
.mcatezixun .content{
  background-color: #fff;
}
.mcatezixun .content ul li{
  font-family:Microsoft YaHei;
  font-weight:400;
  margin-top: 40px;
  background-color: #fff;
  height: 100px;
  border-bottom: 1px solid #ddd;
}
.mcatezixun .content ul li .time{
  color: #999;
  font-size: 12px;
  float: left;
  width: 20%;
  text-align: center;
  line-height: 50px;
}
.mcatezixun .content ul li .time i{
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(images/czixunicon.png) 0 0 no-repeat;
  background-size: cover;
  position: relative;
  top: -20px;
}
.mcatezixun .content ul li .con{
  float: left;
  width: 40%;
}
.mcatezixun .content ul li .con .hh{
  font-size:14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 50px;
  padding-left: 10px;
}
.mcatezixun .content ul li .pointto{
  float: left;
  width: 40%;
  text-align: center;
}
.mcatezixun .content ul li .pointto img{
  width: 50%;
}
.mcatezixun .content ul li:hover .time{
  color: #32A6EF;
}

.mcatezixun .content ul li:hover{
  border-bottom: 1px solid #32A6EF;
}
.mcatezixun .content ul li:hover .pointto{
  color: #32A6EF;
}
/*资讯详情页*/

/*关于我们*/

.pageabout{
  width: 100%;
  padding: 0 5%;
}
.pageabout img{
  width: 40%;
  float: left;
  padding: 50px;
}
.pageabout .content{
  width: 60%;
	float: left;
	background-color: #fff;
  padding: 50px;
}
.pageabout .content .h{
  font-size:30px;
  font-family:Microsoft YaHei;
  font-weight:400;
  color: #333;
  margin-bottom: 20px;
}
.pageabout .content .title{
	font-weight: 400;
	font-size: 18px;
  color: #666;
  margin-bottom: 20px;
}
.pageabout .content .con{
	font-size: 16px;
	color: #666;
}
/*  */
.mpageabout{
  width: 100%;
  padding: 5%;
}
.mpageabout img{
  width: 100%;
}
.mpageabout .content{
	background-color: #fff;
}
.mpageabout .content .h{
	font-size:20px;
  font-family:Microsoft YaHei;
  font-weight:400;
  color: #333;
  margin-bottom: 20px;
  margin-top: 20px;
}
.mpageabout .content .title{
	font-weight: 400;
	font-size: 18px;
  color: #666;
  margin-bottom: 20px;
}
.mpageabout .content .con{
	font-size: 14px;
	color: #666;
}
/* 搜索 */

.search .content{
  padding: 5%;
}
.search .content .input{
  margin-top: 50px;
}
.search .content .ys{
  font-family:Microsoft YaHei;
  font-weight:400;
  font-size: 22px;
  color: #666;
  margin-top: 50px;
}
.search .content .ys li{
  float: left;
  margin-right: 20px;
  line-height: 40px;
}
.zbtn{
  font-size: 28px;
  color: #333;
}
.search .content .con .con-1 .searchcon{
  margin-top: 30px;
}
.search .content .con .con-1 .searchcon ul li{
  height: 60px;
  line-height: 60px;
  list-style-type: circle;
  list-style-position: inside;
  overflow: hidden;
}
.search .content .con .con-1 .searchcon ul li a{
  color: #666;
  font-size: 16px;
}
.search .content .con .con-1 .searchcon ul li:hover a{
  color: #74B2EC;
}
.search .content .con .con-1{
  display: none;
}
.search .content .con .zfen{
  height: 100px;
  margin-top: 50px;
  margin-bottom: 100px;
  display: block;
}
.search .content .con .zfen ul{
  height: 100px;
  margin-top: 50px;
  margin-bottom: 100px;
} 
.active{
  display: block !important;
}
