/*START SECTION TITLE DESIGN我们的领域*/
.section-title { margin-bottom: 40px }
.section-title  h2 {
font-weight: 500;
letter-spacing: 2px;
margin-top: 0;
text-transform: capitalize;
}
.section-title div {
background: #a8a8a8 none repeat scroll 0 0;
display: block;
height: 2px;
margin: 20px auto 0;
overflow: hidden;
width: 50px;
}
/*END SECTION TITLE DESIGN*/
.single_about {
	background: #fff none repeat scroll 0 0;
	border-bottom: 1px solid #e8e8e9;
	border-right: 1px solid #e8e8e9;
	padding: 40px 20px;
	transition: all 0.4s ease 0s;
	text-align: center;
	cursor:pointer;
}
.noborder-r { border-right: 0px }
.single_about:last-child { border-right: 0px }
.single_about:hover {box-shadow:0 3px 45px 0 rgba(0, 0, 0, 0.2);z-index:999; }
.single_about i {
	border-radius: 800%;
	color: rgb(255, 255, 255);
	display: inline-block;
	font-size: 28px;/*控制中间i的大小的*/
	height: 70px;
	line-height: 70px;
	margin: 0 0 24px;
	text-align: center;
	text-decoration: none;
	transition: all 0.5s ease-in-out 0s;
	width: 70px;
}
.color-one{background: #0082c9 none repeat scroll 0 0;}
.color-two{background: #f0ad4e none repeat scroll 0 0;}
.color-three{background: #8f44ad none repeat scroll 0 0;}
.color-four{background: #5cb85c none repeat scroll 0 0;}
/*add news fields of idnex 2022-12-01 start*/
.color-five{background: #5cb85c none repeat scroll 0 0;}
.color-six{background: #8f44ad none repeat scroll 0 0;}
.color-seven{background: #5cb85c none repeat scroll 0 0;}
.color-eight{background: #0082c9 none repeat scroll 0 0;}
.color-nine{background: #0082c9 none repeat scroll 0 0;}
.color-ten{background: #77bfe6 none repeat scroll 0 0;}
.color-eleven{background: #f0ad4e none repeat scroll 0 0;}
.color-twelve{background: #f0ad4e none repeat scroll 0 0;}
/*add news fields of idnex 2022-12-01 end*/
.single_about h4 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.5s ease-in-out 0s;
}
.single_about p {
	color:#999;
	line-height:26px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.single_about:hover i {
	transform: scale(1.1);
}
.no-padding{padding:0}
/*
* ----------------------------------------------------------------------------------------
* 06.START PORTFOLIO DESIGN
* ----------------------------------------------------------------------------------------
*/
.single_project {
  padding-bottom: 40px;
}
.single_our_work{
	padding:3px;
	overflow: hidden;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.sing_work_photo{
	position: relative;
}

.single_our_work img{
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.single_our_work figure{
	margin-bottom: 0;	
}
.sing_work_text_link{
	position:absolute;
	width: 100%;
	height: 100%;
	top: 0;
	color: #fff;
	background: rgba(0,0,0, 0.6);
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
}
.sing_work_content_wrap{
	display: table;
	height: 100%;
	width: 100%;
}
.sing_work_content{
	display: table-cell;
	vertical-align: middle;
}
.sing_work_text_link h5{
color: #fff;
font-size: 16px;
font-weight: 600;
margin-bottom: 5px;
margin-top: 20px;
text-transform: uppercase;
letter-spacing: 2px;
}

.sing_link_img a i.fa{
	font-size: 14px;	
}
.sing_link_img a{
color: #fff;
font-family: open sans,sans-serif;
font-weight: 500;
}
.sing_link_img a:hover{color: #2a80b9;}
.sing_link_img a.search{
	margin-right: 16px;
}
.single_our_work:hover  .sing_link_img a.search{
	-webkit-animation: slideInDown 800ms ease-in-out;
	        animation: slideInDown 800ms ease-in-out;
}
.single_our_work:hover  .sing_link_img a.link{
	-webkit-animation: slideInDown 800ms ease-in-out;
	        animation: slideInDown 800ms ease-in-out;
}
.single_our_work:hover{
	background: #0082c9;
	color: #fff;
}
.single_our_work:hover .sing_work_text_link{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}
@media (max-width:768px){.modal{top:5%;}.single_our_work{margin:0 18px}}
