

/*banner */
.index_main{
	background: #f7f7f7;
	margin-top: 87px;}
.index_main .section1{
	position: relative;
}
.index_main .section1 .index_banner .item{
	background-size: cover;
	-webkit-background-size:cover;
	background-position: center;
	background-repeat: no-repeat;

	position: relative;
	height: 740px
}
.index_main .section1 .index_banner .item.slick-current .scaleBg{
	visibility: visible; 
	-webkit-animation:scale-bg 6s linear forwards;
	animation:scale-bg 6s linear forwards;
}
.index_main .section1 .index_banner .items{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.items img{
	display: block;
	width: 100%;
	height: auto;
}

.index_main .section1 .slick_txt{
	width:30%;
	height: 100%;
	background-color: transparent;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease; 
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	font-size: 0;
	outline: none;
	border:0;
}
.index_main .section1 .left{
	left: 0;
}
.index_main .section1 .right{
	right:0;
}
.index_main .section1 .slick_txt:hover .slick_arrow{
	opacity: 1;
	visibility: visible;
}

.index_main .section1 .slick_txt .slick_arrow{
	width: 20px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -18px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
	opacity: 0;
	visibility: hidden;
}
.index_main .section1 .slick_txt .prev{
	background-image:url(../img/ban_prev.png);
	left:60px;
}
.index_main .section1 .slick_txt .next{
	background-image:url(../img/ban_next.png);
	right:60px;
}
.index_main .section1 .slick_txt .prev:hover{
	background-image:url(../img/ban_prev_hover.png);
}
.index_main .section1 .slick_txt .next:hover{
	background-image:url(../img/ban_next_hover.png);
}
.index_main .section1 .number{
	position: absolute;
	bottom: 6%;
	left: 50%;
	
	border-bottom: 1px solid rgba(255,255,255,0.2);
	display: table;
	
	width: 60%;
	text-align: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.index_main .section1 .number span{
	font-family: "Myriad Pro","Microsoft YaHei";
	font-size: 20px;
	color: #fff;
	margin-right: 5%;
	display: inline-block;
	width: 25%;cursor: pointer;
	position: relative;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
padding-bottom: 10px;}
.index_main .section1 .number span:last-child{
	margin-right: 0;
}
.index_main .section1 .number span:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom: 0px;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span.active:after{
	width: 100%;
	opacity: 1;
	visibility: visible;
}

.index_main .section2{
	background: #f5f5f5;
}
.index_main .section2 h3{
	text-align: center;
}
.index_main .section3{
	width: 100%;
	height: 100%;
	background: url(../image/3.jpg) no-repeat;
	background-size: 100% 100%;
}
.index_main .section3 h3{
	text-align: center;
}
.index_main .section4{
	background: #f5f5f5;
}
.index_main .section4 h3{
	text-align: center;
}


/*关于*/
.about_c{
overflow: hidden;
background: url(../img/about.png)no-repeat;padding: 60px 0;}
.ab_le{
	
	float: left;
	width: 600px;position: relative;
	
	overflow: hidden;
	}

.ab_img{
	display:block;
	
width: 100%;height: auto;
transition:all 0.5s ease-out;
}

.ab_img:hover {transform: scale(1.1);}




#js_show{
	position:absolute;
	top: 160px;
left: 260px;}
#js_show img{cursor: pointer;}
.ab_ri{
	
width: 560px;float: right;}
.ab_ri h3{
	
font-size: 32px;color: #333;margin-top: 7px;margin-bottom: 20px;}
.ab_ri span{
	
display: block;width: 60px;height: 3px;background: #029441;margin-bottom: 28px;}
.ab_ri p{
	
font-size: 16px;line-height: 26px;margin: 18px 0;color: #666;}


.ab_qy{
	overflow:hidden
	
;margin-top: 32px;}
.ab_qy_l{
float:left;
margin-right:45px;
	
}
.ab_qy_l img{
	width:38px;
	height:38px;	
	margin:0 auto;
	transition:all 0.5s ease-out;

}
.ab_qy_1{
	display:block;
}

.ab_qy_2{
	display:none 
}



.ab_qy_l:hover .ab_qy_2{
	display:block
}
.ab_qy_l:hover .ab_qy_1{
	display:none
}



.ab_qy_l a{
	display:block;
	margin-top:5px;
	line-height: 40px;
	font-size: 16px;}

/*新闻*/
.news_c{
overflow: hidden;
background: url(../img/news.png)no-repeat;padding: 60px 0;}

.tit h3{
	
margin: 0;text-align: center;font-size: 32px;color: #333;}

.tit span{
	
display: block;
    width: 60px;
    height: 3px;
    background: #029441;
    margin: 15px auto;}

.tit p{
	
text-align: center;font-size: 15px;color: #666;margin-bottom: 20px;}

.new_d{
	width:385px;
	background:#fff;
	
border-radius: 10px;padding: 15px;
float: left;
    margin-right: 22px;}
.new_d:last-child{
	margin-right: 0;
}

.new_t{
	
border-bottom: 2px solid #019440;margin-bottom: 15px;padding-bottom: 8px;}
.new_t span{
	
font-size: 20px;color: #333;}
.new_t a{
	
font-size: 14px;color: #999;float: right;margin-top: 9px;}

.new_n_t img{
float:left;
width: 120px;height: 80px;display: block;
transition: all 0.5s ease-out;

}
.new_n_t img:hover {transform: scale(1.1);}
.new_n_t{
	overflow:hidden
}

.new_y{
float: right;

width: 220px;}
.new_y p{
	
font-size: 16px;color: #333;}
.new_y span{
	
font-size: 14px;color: #999;}
.new_y p:hover{
	color:#039542
}


.new_sj{
	
margin-top: 16px;}
.new_sj li{
	
border-bottom: 1px dashed #dedede;overflow: hidden;padding-bottom: 5px;margin-bottom: 10px;}

.ne_sj_le{
	
width: 85px;float: left;}
.ne_sj_le span{
	
display: block;text-align: center;font-size: 30px;color: #00933d;line-height: 26px;}
.ne_sj_le p{
	
margin: 0;text-align: center;}
.ne_sj_p{
	
width: 76%;float: left;margin: 0;line-height: 23px;font-size: 14px;color: #666;overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
word-break: break-all;}

.ne_sj_p:hover{
	color:#009644;
}
.jfa{
	margin-top: 60px;
}

/*底部*/
.yqlj span{
	font-size: 18px;
}
.yqlj{
	padding-bottom: 20px;
	
}
.yqlj a{
	font-size: 15px;
padding: 0 10px;}

.foot{
	
overflow: hidden;
    background: url(../img/9.png)no-repeat;
    padding-top: 55px;}

.foot_le{
	
 /*width: 30%; */
 float: left; 
 overflow:hidden
}
.foot_le img{
	
}
.foot_le p{
	
margin: 0;color: #fff;font-size: 16px;margin-top: 20px;border-top: 1px solid #7d8485;padding-top: 15px;margin-bottom: 28px;}
.foot_le span{
	
color: #ffff;display: block;font-size: 14px;opacity: 0.8;margin-top: 10px;}

.foot_ri{
	
 /*width: 70%; */
 float: right;overflow: hidden;}
.foot_ri li{
	
float: left;margin-left: 35px;}
.foot_ri li a{
	
color: #fff;font-size: 14px;opacity: 0.8;display: block;margin-bottom: 15px;}
.foot_ri li h3{
	
color: #fff;font-size: 18px;margin-bottom: 26px;}

.foot_b{
	background:rgba(0,0,0,0.8);
	padding:15px 0;
	margin-top: 50px;
	text-align: center;
}
.foot_b span{
	color:#FFF;
	font-size:14px;
	margin-right:20px;
}
.foot_b a{
	color:#FFF;
	font-size:14px;
	
}

.sj_jfa{
	display:none;
}


/* 遮罩层 */
		        .modal {
		            display: none;
		            position: fixed;
		            top: 0;
		            left: 0;
		            width: 100%;
		            height: 100%;
		            background-color: rgba(0, 0, 0, 0.5);
		            z-index: 10;
		        }
		 
		        /* 弹窗 */
		        .modal-content {
		         position: fixed;
		             top: 10%;
		             left: 15%;
		             width: 70%;
		             height: auto;
		             border-radius: 0;
		             z-index: 20;
		             box-shadow: 0 5px 15px rgb(255 255 255 / 50%);
		         }
		 
		        .modal-body {
		            position: relative;
		            width: 100%;
		            height: 100%;
		        padding: 0;}
		 
		        .mb_revise {
		            /* padding: .625rem 0 0 1.5625rem; */
		        }
		 
		        .mb_revise>p {
		            padding-left: .25rem;
		            margin-top: .125rem;
		            font-family: 'FangSong', Times, serif;
		            font-size: 15px;
		            border-left: solid .125rem royalblue;
		        }
		 
		        /* 确定和取消 */
		        .determine,
		        .cancen {
		            position: absolute;
		           
		        }
		 
		       
		 
		       .cancen {
		           z-index: 30;
		           right: 0;
		           top: 0;
		       }
		 
		        .determine:hover,
		        .cancen:hover {
		            color: #fff;
		            box-shadow: 0 .134rem .1275rem rgb(58, 57, 57);
		        }
		 
		        .determine:active,
		        .cancen:active {
		            box-shadow: 0 .134rem .1275rem rgba(230, 227, 227, .758);
		        }


.ny_banner img{
	display: block;
	width: 100%;
	height: auto;
}

.mbx  {
  
    padding-left: 20px;
    background: url(../img/news3.png)no-repeat left;
}
.mbx  a {
    float: left;
    color: #999;
    font-size: 14px;
    line-height: 60px;
    margin-right: 5px;
}
.lb_c  li {
    float: left;
}
.lb_c  li a {
    font-size: 16px;
    color: #333;
    line-height: 57px;
    padding: 0 10px;
    margin-left: 20px;
    display: block;
}
.lb_c  .active a {
    color: #019541;
    border-bottom: 3px solid #019541;
}

.ny_lb {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #dedede;
}

.ny_ab_nr{
	background: #f7f7f7;
}

.lo_main{
	background: #fff;
	margin: 20px auto;
	padding:  20px;
}
.lo_kej_titel{
	text-align: center;
}

.lo_kej_titel h3 {
    font-weight: 600;
    text-align: center;
    padding-bottom: 20px;
    font-size: 30px;
    color: #019541;
	margin: 0;
}
.lo_kej_titel p {
    font-size: 14px;
    color: #737373;
    text-transform: uppercase;
    line-height: 0;
    padding: 0px 0px 20px 0px;
    font-weight: 200;
    height: auto;
    display: block;
}
.line_as {
    width: 100%;
    margin: 8px auto 20px;
    background: #f0f0f0;
    height: 1px;
    position: relative;
}
.line_as .diamond {
    position: absolute;
    left: 0;
    right: 0;
    top: -4px;
    width: 8px;
    height: 8px;
    background-color: #f0f0f0;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin: 0px auto;
}
.ny_ab_p img {
    text-align: center;
    padding: 10px 0;
    max-width: 100%;
}

.ny_ab_p p {
    font-size: 14px;
    color: #666666;
    line-height: 32px;
}
/*新闻列表*/
.new_List_auto li:hover{background-color: rgb(255, 255, 255);
  box-shadow: 4.702px 6.472px 14.25px 0.75px rgba(17, 40, 111, 0.33);transition: all .8s ease
}
.new_List_con{background-color:#f7f7f7;overflow: hidden;}

.new_List_auto li{overflow:hidden;background: #fff;padding: 1%;margin: 20px 0;}
.new_List_con1{width: 21%;float: left;overflow: hidden;}
.new_List_con1 img{max-width:100%;height:auto;	transition:all 0.5s ease-out;
	/* 过度 所有css属性 1秒过度 结束慢*/
-moz-transition:all 0.5s ease-out;
	/* Firefox 4 */
-webkit-transition:all 0.5s ease-out;
	/* Safari 和 Chrome */
-o-transition:all 0.5s ease-out;
	/* Opera */}

.new_List_con1 img:hover{	
	transform: scale(1.1);;}
.new_List_con2{width: 65%;float:left;margin-left: 1%;padding-left: 20px;background: url(../img/news2.png) no-repeat 7px 13px;margin-top: 15px;}
.new_List_con3{width: 9%;float:right;border-left: 1px solid #d4d4d4;padding-left: 1%;margin-left: 1%;margin-top: 45px;padding-bottom: 10px;}
.new_List_con3:hover{color: #1454B2;}
.new_List_con3 span{font-size: 18px;}
.new_List_con3 h1{font-size: 22px;}
.new_List_con2_tit a{font-size:20px;color:#333333;width:100%;display:block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.new_List_con2_tit a:hover{color:#1f6cdd}
.new_List_con2_tit p{font-size:14px;color:#666;line-height:26px;margin-top:10px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
word-break: break-all;
}
.new_List_con_more span{float:left}
.new_List_con_more span:hover{color: #1454B2;}
.new_List_con2_tit span:hover{color: #1454B2;}
.new_List_con_more{margin-top:20px;color:#666;overflow: hidden;}
.new_List_con_more:hover{margin-top:20px;color:#1f6cdd}
.new_List_con_more img{float:left;margin-top: 6px;margin-left: 5px;}
/*翻页*/
/*分页*/

#pages {
		text-align: center;
		margin-left: 0px;
		padding-left: 0px;
		display: inline-flex;
		clear:both;
}

#pages li {
		padding: 0 15px;
		margin: 2px 2px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		background: #e6e6e6;
		color: #333;
		display: inline-block;
border:none;
}

#pages li.active {
		padding: 0 15px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		background: #0372DE;
		color: #fff;
		display: inline-block;
}

#pages li:hover {
		background: #0372DE;
color:#fff
}

#pages li:hover a {
		color: #fff;
}
.fy {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 40px;
    text-align: center;
}
.xq dl {
    width: 100%;
    float: left;
    border-bottom: 1px solid #dadadf;
    text-align: center;
    padding-bottom: 20px;
}
.xq dl dt {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
}
.xq dl dd i {
    color: #666666;
    display: inline-block;
    padding: 0 5px;
}
.xq dl dd i img {
    vertical-align: middle;
}
.xq dl dd i span {
    font-size: 14px;
    vertical-align: middle;
}
.xq_con {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 30px;
}
.xq_con p {
    font-size: 15px;
    color: #666666;
    line-height: 32px;
    margin-top: 15px;
}
.xq_con p img {
    text-indent: 0;
    width: auto;
    max-width: 100%;
    height: auto;
}
.xq_BOL {
    float: left;
    width: 50%;
    margin: 3px 0 15px;
}
.xq_BOL a {
    display: block;
	
    color: #333333;
    position: relative;
    margin-top: 16px;
}	
.xq_BOL a strong {
    color: #333333;
}
.xp_dk {
    width: 20%;
    float: right;
}
.xp_dk a {
    max-width: 116px;
    line-height: 38px;
    background: #0372DE;
    text-align: center;
    color: #fff;
    float: right;
    margin-top: 22px;
    padding: 2px 15px;
}
.xp_dk a:before {
    content: url(../img/xqico3.png);
    margin-right: 8px;
}

.xq_bo{
	overflow: hidden;
}

.nei_top {
    padding: 15px;
}
.effect-2 {
    max-height: 278px;
    overflow: hidden;
    border: 1px solid rgba(170, 170, 170, .2);
}
.single-member {
    width: 100%;
    float: left;
    background-color: #fff;
    text-align: center;
    position: relative;
}
.effect-2 .member-image {
    height: 180px;
    overflow: hidden;
    width: 100%;
    transition: 0.4s;
    /* margin-top: 10px; */
    padding: 20px 40px 0px 40px;
    display: inline-block;
    float: none;
    vertical-align: middle;
}
.effect-2 .member-image img {
    width: 100%;
    cursor: pointer;
    transition: all 0.6s;
    vertical-align: bottom;
    /* padding: 5px; */
}
.member-image img {
    max-width: 100%;
    object-fit: contain;
    /* height: 180px; */
    vertical-align: middle;
}
.effect-2 .member-info {
    transition: 0.4s;
}
.mdje {
    padding: 5px 0;
}
.effect-2 h3 {
    transition: all .36s ease;
    color: #333;
    font-size: 16px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin: 0;
}

.effect-2:hover .member-image img {
    transform: scale(1.2);
}








@media only screen and (max-width: 1024px){
	.index_main .section1 .index_banner .item{
		height: 240PX;
	}
	.index_main .section1 .index_banner .slick-dots{
	    	position: absolute;
	    	bottom: 12px;
	    }
	    .index_main .section1 .index_banner .slick-dots li{
	    	width: 12px;
	    	height: 12px;
	    	border-radius: 50%;
	    	border:2px solid #fff;
	    }
	    .index_main .section1 .index_banner .slick-dots li button{
	    	display: none;
	    }
	    .index_main .section1 .index_banner .slick-dots li.slick-active{
	    	background: #fff;
	    }
		.index_main .section1 .number{
			bottom: 12%;
			display: none;
		}
		.index_main .section1 .number span{
			margin-right: 22px;
		}
		.index_main .section1 .number span:after{
			bottom: -14px;
		}
		.index_main .section1 .index_banner .items1{
			/*background-position: 60% center;*/
		}
		.index_main .section1 .index_banner .items2{
			/*background-position: 60% center;*/
		}
		.index_main{
			margin-top: 50px;
		}
/*关于*/
.ab_le,.ab_ri
	{
	width:100%
}
.about_c{
	padding:30px 10px;
background-size: cover;}

#js_show{
	
left: 45%;top: 45%;}
#js_show img{
	width:50px;
}

.ab_ri h3{
	
font-size: 22px;margin-top: 20px;margin-bottom: 14px;}
.ab_ri span{
	
margin-bottom: 14px;}

.ab_ri p{
	
margin: 10px 0;font-size: 14px;}

.ab_qy_l{
	margin-right:0
;/* margin: 0 12px; */width: 20%;}

.ab_qy{
	margin-top:10px;
}
.ab_qy_l a{
	
font-size: 14px;text-align: center;}

.ab_qy_l img{
height:30px;
width:auto
}

/*新闻*/
.news_c{
	padding:30px 10px;
	background-size: cover;
}
.tit h3{
	font-size:22px;
}

.tit span{
	
height:2px;
    margin: 10px auto;}

.tit p{
	
font-size:14px;
}
.new_d{
	
width: 100%;margin: 0;margin-bottom: 10px;border-radius: 5px;padding: 10px;}

.new_t span {
    font-size: 16px;
 
}

.new_t a {
    font-size: 13px;
    
margin-top: 3px;}


.new_n_t img{
	
width: 100px;height: auto;}
.new_y{
	
}

.new_y p{
	
font-size: 15px;margin-bottom: 5px;}
.new_y span{
	
font-size: 12px;}

.ne_sj_p{
	width: 72%;
}
.jfa{
	margin-top:30px
}
.flash4{
	display:none;
}

.sj_jfa{
	display:block;
padding: 0 10px;}
	.sj_jfa ul{
		overflow:hidden;
	}
.sj_jfa_img img{
	width:100%;
	display:block;
	height:auto;
/* position: relative; */}
.sj_jfa_img{
	/* position:relative; */
}
.sj_jfa li{
	width:49%;
	float:left;
	margin-right: 2%;margin-bottom: 10px;}

.sj_jfa_tit{
	margin-top: -90px;padding: 0 10px;height: 90px;}
.sj_jfa_tit img{
	width:30px;
    display:block;
	margin:0 auto;
	height:auto;
}
.sj_jfa_tit p{
	color:#fff;
	
text-align: center;font-size: 14px;margin: 0;margin-top: 10px;}


.sj_jfa li:nth-child(2n){
	margin-right:0
}

.yqlj{
	padding:0 10px;
display: none;}


.foot{
	
padding-top: 20px;background-size: cover;}

.foot_ri{
	
/* width: 44%; */margin-right: 10px;}	
.foot_ri li a{
	display:none
}	
.foot_ri li h3{
	
font-size: 15px;}
.foot_ri li{
	
margin-left: 0;float: none;}	
	
	
.foot_le{
	margin-left:10px;
	width: 56%
}

.foot_b{
	margin-top:10px;
	padding:10px 10px
}

.foot_b span{
	margin-right:0;
}
.foot_b span:nth-child(2){
	margin-left: 0;
}	

.foot_b span:nth-child(1){
	display:block;
}

	
.modal-content{
	
	
width: 90%;left: 5%;top: 30%;}	
	
/*内页*/

.lb_c li a{
	
line-height: normal;margin-left: 0;font-size: 12px;
    padding: 3px 3px;}

	
.lb_c .active a{
color: #fff;
    border-bottom: 3px solid #fdc629;
    background: url(../img/xz.png)no-repeat;
    background-size: cover;



}	
.lb_c {
	float:none;
	width:100%;overflow:hidden;
margin: 10px 0;}	
	
.ny_lb{
	
padding: 3px 10px;}	

.mbx a{

	
line-height: 26px;font-size: 12px;}
.mbx{
	float:none;
	width:100%;overflow:hidden;
}

.lo_main{
	
margin: 10px;
padding: 10px;
}


.lo_kej_titel h3{
	font-size:24px;
}

.new_List_top,.new_List_auto{width:96%;}  
.new_List_left{display:none;}
.new_List_right li a{margin-left:0}
.new_List_right{width: 100%;float:left;}	 
.new_List_auto li{float:left;width: 49%;margin-right: 2%;margin-top: 10px;padding: 0;margin-bottom: 0;} 
.new_List_con1{width:100%;}
.new_List_auto li:nth-child(2n){margin-right:0;}
.new_List_con2{width: 96%;padding-left:0;background:none;margin-left: 2%;}
 .new_List_con3{display:none;}
 .new_List_con2_tit a{font-size:15px;overflow: hidden;text-overflow: ellipsis;display: box;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;white-space: break-spaces;line-height: 20px;height: 40px;}
.new_List_con2_tit span{font-size:12px;line-height:20px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;height: auto;}
.new_List_con_more{margin-top:10px;margin-bottom:20px;}
.xq dl dd i span {
    font-size: 12px;
    vertical-align: middle;
}	
		
.xq dl dt {
    font-size: 18px;
 
}	
	.xq_BOL {
	    width: 100%;
	}
	.xp_dk {
	 display: none;
	}
	
.nei_top {
    padding: 5px;
}
	.effect-2 {
	    max-height: 195px;
	}
	.effect-2 .member-image {
	    height: 106px;
	    padding: 5px;
	}
	.effect-2 .member-image img {
	    object-fit: contain;
	    /* height: 133px; */
	}
	.mdje {
	    padding: 5px 0px;
	}
	.effect-2 h3 {
	    font-size: 14px;
	    line-height: 25px;
	}
	
.col-md-12{
padding: 0;
}
	
	
	
	
	
	
	
	
	
	
	
	
}



		
		
		