@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}


a {
    text-decoration: none;
}
/*正常的未被访问过的链接*/
a:link {
    text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
    text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
    text-decoration: none;
}
/* 正在点击的链接，鼠标在元素上按下还没有松开*/
a:active {
    text-decoration: none;
}
/* 获得焦点的时候 鼠标松开时显示的颜色*/
a:focus {
    text-decoration: none;

}
ul,li,a{
	list-style: none;
	text-decoration: none;
}
/* .ul-nav>li:nth-of-type(3)>a{
		background-color: #EF841B;
		color: #fff;
	} */
/* 下划线 */
.dongtai{
	    border-bottom: 4px solid #ef841b;
}
/* 空 */
.kongge{
	width: 100%;
	height: 374px;
	background-color: #C3C2C2;
	margin: 0px auto;
	/*padding: 0px 2%;*/
}
/* 企业动态的三个盒子 */
.qyedongtai{
	width: 96%;
	height: 70px;
	background-color: #fff;
	margin: 0px auto;
}
/* 企业动态的三个盒子 */
.qyedongtai>ul{
	border-bottom: 1px solid rgba(23,32,23,0.5);
	height: 100%;
}
/* 企业动态的三个盒子 */
.qyedongtai>ul>li{
width: 500px;
    height: 100%;
    /* border: 1px solid; */
    margin: 0px auto;
    display: flex;
    line-height: 70px;
}
/* 企业动态的三个盒子的字体 */
.qyedongtai>ul>li>font{
    font-size: 24px;
    display: -webkit-inline-box;
    height: 100%;
    margin: 0px auto;
    padding: 0px 25px;
}
/* 企业动态的主要部分 */
.dongtai-body{
	width: 1825px;
	height: 100%;
	background-color: #fff;
	margin: 0px auto;
	padding: 0px 2%;
	position: relative;
}
/* 左盒子 */
.zuo{
	width: 75%;
	    height: 100%;
border: 2px solid #ef841b;
margin-top: 30px;
}
/* 左测盒子 */
.zuo>li{
    width: 1300px;
	position: relative;
}
/* 左测图片 */
 .zuo>li>a:nth-of-type(1){
    display: block;
    width: 380px;
    height: 308px;
}
/* 左测标题 */
.dongtao-font>a{
    float: right;
    font-size: .2rem;
    padding: 2px 20px;
    border: 1px solid;
    margin: 8px 0px;
    border: 2px solid #EF841B;
    border-radius: 8px;
    color: #666666;
    position: absolute;
    right: -125px;
    bottom: 0%;
}
/* 左测图片 */
.zuo>li>a>img{
height: 100%;
    width: 100%;
}
/* 文本框 */
.dongtao-font{
    position: absolute;
    width:750px;
    top: 16px;
    left: 35%;
    height: 94%;
}
/* 标题 */
.dongtao-font>strong{
    font-size: .24rem;
    color: #ef841b;
    /* height: .3rem; */
    position: absolute;
}
/* 时间框 */
.fabu{
    margin: 2% 0px;
    position: absolute;
    height: .3rem;
    display: inline-block;
    top: 8%;
}
/* 时间等的文本 */
.fabu>font{
    font-size: .2rem;
    color: #666;
    display: table-cell;
}
/* 段落 */
.zuo>li>div>p{
    font-size: .16rem;
    height: 146px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    color: #999;
    position: relative;
    top: 29%;
}
 /* 右侧盒子 */
 .you{
    width: 21%;
    height: 592px;
    border: 1px solid rgba(23,32,23,0.5);
    position: absolute;
    top: 0px;
    right: 40px;
 }
  /* 右侧顶部盒子 */
 .top-cx{
	 height: 188px;
	 width: 100%;
	 background-color: #EF841B;
	 position: relative;
 }
   /* 右侧顶部字体 */
  .top-cx>font{
	      width: 100%;
	      display: block;
	      text-align: center;
	      position: absolute;
	      top: 50px;
  }
     /* 右侧顶部字体 */
  .top-cx>p{
	      width: 100%;
	      display: block;
	      text-align: center;
	      position: absolute;
	      top: 80px;
		  color: #fff;
		      font-size: 20px;
  }
  /* 表单 */
 .form-zx{
width: 86%;
    margin: 0px auto;
    position: relative;
    top: -40px;
    background: #fff;
    border-radius: 16px;
    height: 75%;
 }
 /* 选择框 */
 .form-zx>div>select{
	     width: 98%;
	     height: 42px;
	     margin: 20px 0px;
		 font-size: 20px;
		 text-indent: 20px;
		 -webkit-appearance: none;
		 -moz-appearance: none;
		 background: url(../img/xuanzekuangsanjiao.png) no-repeat 100%;
		    background-position: 290px 0px;
 }
  .form-zx>div>select:nth-of-type(2){
	      position: relative;
	      top: -72px;
  }
.form-zx>div>input:nth-of-type(1){
	    position: relative;
	    top: -148px;
}
.form-zx>div>input:nth-of-type(2){
    position: relative;
    top: -220px;
}
.form-zx>div>input:nth-of-type(3){
    position: relative;
    top: -290px;
}
.form-zx>div>input:nth-of-type(4){
    position: relative;
    top: -362px;
}
  /* 选择框 */
 .form-zx>div>select>option{
	     font-size: 20px;
 }
 .dongtai-form{
	 width: 94%;
 }
  /* 输入框 */
 .form-zx>div>input{
	     width: 98%;
	     height:42px;
	     margin: 10px auto;
	     font-size: 18px;
		 text-indent: 20px;
		 /* margin: 5px auto; */
 }
 .form-zx>div{
    top: -60px;
    margin: 0px auto;
    width: 98%;
    height: 100%;
    position: absolute;
    left: 2%;
 }
 /* 提交 */
  .form-zx>div>input:nth-of-type(4){
	  background-color: #EF841B;
	  color: #fff;
	  border:none;
  }
  /* 猜你喜欢以下 */
 .you-zhong{
    width: 399px;
    border: 1px solid rgba(23,32,23,0.5);
    /*border-left: 0px;*/
    position: absolute;
    top: 640px;
    right: 40px;
 }
 .top-you-zhong,.bottom-you-zhong{
	     height: 80px;
	     line-height: 80px;
		 position: relative;
 }
 .top-you-zhong>strong,.bottom-you-zhong>strong{
	     font-size: 30px;
	     color: #ef841b;
	     margin-left: 20px;
		 position: absolute;
 }
  .top-you-zhong>a,.bottom-you-zhong>a{
	      font-size: 22px;
	      float: right;
	      margin-right: 20px;
  }
   .ul-you-zhong>li{
    list-style: inside;
    margin: 5px auto;
    width: 90%;
    height: 24px;
    /* overflow: hidden; */
    font-size: .16rem;
   }
   .ul-you-zhong>li>a{
	   color: #666;
   }
.bottom-you{
    /*width: 404px;*/
    width: 400px;
    border: 1px solid rgba(23,32,23,0.5);
    position: absolute;
    /*top: 990px;*/
    top: 1088px;
    right: 40px;
 }
 /* 近期热点以下 */
 .ul-bottom-zhong{
	     display: flex;
	     flex-wrap: wrap;
	     width: 94%;
	     margin: 0px auto;
	     /*height: 298px;*/
	     /*height: 170px;*/
 }
 .ul-bottom-zhong>li{
	 line-height: 30px;
	     text-align: center;
	     background: #dadada;
	     margin: 5px 18px;
	     height: 30px;
	     width: 150px;
 }
 .ul-bottom-zhong>li>a{
	 color: #333333;
	 font-size: .2rem;
	 display: block;
 }
 /* 查找 */
 .chazhao{
     width: 96%;
     height: 50px;
     margin: 50px auto;
     padding: 0px 2%;
     position: relative;
     /* border: 1px solid; */
     /* top: 20px; */
 }
 .chazhao>ul{
 	    width: 13%;
 	    height: 100%;
 	    margin: 20px auto;
 	    display: flex;
 }
 .chazhao>ul>li{
 	    padding: 0px 20px;
 	    line-height: 50px;
 	    margin: 0px auto;
 	    background: #fff;
 		border-radius: 10px;
 		border: 1px solid rgba(23,32,23,0.5);
 }
 .chazhao>ul>li>font{
    font-size: 24px;
    position: relative;
    top: -64%;
 }