body{
	min-width: 1200px;
}
#app{
	min-width: 1400px;
}

input[type="file"]{
  display: none;
}

.fm-container{
	width: 1200px;
	margin: 0 auto;
}

.fm-text{
  padding:0 10px;
  width:100%;
  height:31px;
  box-sizing: border-box;
  border-radius:15px;
  text-align: center;
  outline: none;
  border: 0;
  border-bottom: 1px solid #999;
}
.fm-add_p{
  text-align: center;
  line-height: 30px;
  margin: 30px 0;
  clear: both;
}

.clear:after{
  content: "";
  display: table;
  clear: both;
}
.fm-btn{
  display: inline-block;
  background: transparent;
  outline: none;
  line-height: 28px;
  font-size: 15px;
  padding: 0 30px;
  vertical-align: middle;
  border-radius: 8px;
  cursor: pointer;
}
.fm-btn_del{
  border: 1px solid #E9424E;
  color: #E9424E;
}
.fm-btn_sub{
  border: 1px solid #00D2FF;
  background:#fff;
  color: #000;
}
.fm-btn_sub:hover{
  background: #00D2FF;
  color: #FFF;
}

.fm-btn_top{
  border: 1px solid #9ACD32;
  background:#fff;
  color: #9ACD32;
}
.fm-btn_top.show{
  background: #9ACD32;
  color: #222;
}
.c_select{
  width: 150px;
  height: 30px;
  border-radius:5px;
}
.fm-add_h1{
  text-align: center;
  padding: 9px 0;
  border: 1px dashed #999 !important;
  position: relative;
}
.fm-add_h1>span{
  cursor: pointer;
}
.fm-add_h1>a{
  position: absolute;
  bottom:-2px;
  right: -1px;
  box-sizing: border-box;
  cursor: pointer;
  height:28px;
  width:28px;
  background:url(../images/new/add_xia.png) no-repeat;
}
.fm-dd_title{
  display: block;
  box-sizing: border-box;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:2;
  flex-shrink: 0;
}

.fm-btn_he{
	width: 45px !important;
	height: 45px !important;
	float: right !important;
	cursor: pointer !important;
	border-radius: 50%;
	background: url(https://www.zgsj1.com/Public/fm_static/bg_img/he.png) center !important;
}
.show .fm-btn_he{
	background: url(https://www.zgsj1.com/Public/fm_static/bg_img/kai.png) center !important;
}

		.fm-title{
			line-height: 150px;
			font-size: 30px;
			position: relative;
			text-align: center;
			
		}
		.fm-title:after,.fm-title:before{
				content: "";
				position: absolute;
				bottom: 25px;
				left: 50%;
				transform: translateX(-200px);
				width: 400px;
				height: 1px;
				background: #222;
			}
			.fm-title:after{
				bottom: 23px;
				transform: translateX(-15px);
				width: 30px;
				height: 5px;
				background: #0887F8;
			}







.fm-title-img{
	background-repeat: no-repeat;
	background-size: auto 500px;
	background-position: center;
	height: 500px;
}
.dl_build {
	text-align: left;
	line-height:35px;
	padding:35px 0;
}
.dl_build  dl{
	width:18%;
	text-align: center !important;
	margin:0 1% 20px 1%;
	box-sizing: border-box;
	display: inline-block;
	overflow: hidden;
	position: relative;
	border-radius:10px 10px 0 0;
}
.dl_build dl:hover{
	transform: translateY(-5px);
	box-shadow:0 2px 5px 2px #999;
	transition:all 300ms ease-out;
}
.dl_build dt{
	width:100%;
	line-height: 0;
	overflow: hidden;
}
.dl_build dt>img{
	width: 100%;
}
.dl_build dd:nth-child(2){
	background: #FFF;
	/*border-radius:0 0 10px 10px;*/
	border:1px solid #666;
	border-top: 0;
}
.dl_build dd:last-child{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(255,255,255,0.3);
	opacity: 0;
}




#section>div:first-child>.title-img{
	height: 300px;
    	background-color: #1871E9;
    	background-size: auto 300px;
	background-position: center;
    	background-repeat: no-repeat;
}
#section>div:nth-child(2){
	text-align: left;
	line-height:35px;
	padding-top:35px;
	min-height:570px;
}
#section>div:nth-child(2) dl{
	width:18%;
	text-align: center !important;
	margin:0 1% 20px 1%;
	box-sizing: border-box;
	display: inline-block;
	overflow: hidden;
	position: relative;
	border-radius:10px 10px 0 0;
}
#section>div:nth-child(2) dl:hover{
	transform: translateY(-5px);
	box-shadow:0 2px 5px 2px #999;
	transition:all 300ms ease-out;
}
#section>div:nth-child(2) dt{
	width:100%;
	line-height: 0;
	overflow: hidden;
    	border: 1px solid #666;
    	box-sizing: border-box;
    	overflow: hidden;
    	border-bottom: 0;
    	border-radius: 10px 10px 0 0;
}
#section>div:nth-child(2) dt>img{
	width: 100%;
}
#section>div:nth-child(2) dd:nth-child(2){
	background: #FFF;
	/*border-radius:0 0 10px 10px;*/
	border:1px solid #666;
	border-top: 0;
}
#section>div:nth-child(2) dd:last-child{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(255,255,255,0.3);
	opacity: 0;
}
#section>div:nth-child(2) dd:nth-child(2)>span:first-child{
    display: inline-block;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
}


