@charset "utf-8";

html {
	width: 100%;
	height: 100%;
}

body {
	font-size: 14px;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

li {
	list-style: none;
}

img {
	border: none;
	display: block;
}

i,
em {
	font-style: inherit;
}

.clear {
	clear: both;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #F09D20;
}


*:focus {
	outline: none;
}

.header{
	width: 100%;
	float: left;
	background: #ffffff;
}
.header.on{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	border-bottom: 1px solid #DCDCDC;
	display: block;
}
.content{
	width: 1200px;
	margin: 0 auto;
}
.logo{
	float: left;
	margin: 28px 0;
}
.nav{
	float: left;
	margin: 28px 0;
}
.nav ul{
	float: left;
	margin-left: 20px;
	margin-top: 2px;
}
.nav ul li{
	float: left;
	margin-left: 40px;
}
.nav ul li a{
	font-size: 18px;
	color: #F09D20;
	line-height: 40px;
	border-bottom:2px solid #FFFFFF;
}
.nav ul li.active a,.nav ul li:hover a{
	border-bottom:2px solid #F09D20;
	display: block;
}
.tel{
	float: right;
	margin: 28px 0;
	line-height: 46px;
	font-size: 18px;
	color: #F09D20;
}
.tel i{
	width: 20px;
	height: 26px;
	background: url(../img/tel.png) no-repeat;
	background-size: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 18px;
}
.mobile_nav_right{display: none;}
.mobile_nav_right {
	display: none;
	float: right;
	width: 23px;
	margin: 16px 0px;
}

.mobile_nav_right span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #f08200;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	-moz-transition: all ease .3s;
	transition: all ease .3s;
}

.mobile_nav_right span:nth-child(2) {
	margin: 5px 0;
}

.mobile_nav_right.ac .line1 {
	transform: rotate(45deg) translate(2.5px, 5px);
}

.mobile_nav_right.ac .line2 {
	opacity: 0;
}

.mobile_nav_right.ac .line3 {
	transform: rotate(-45deg) translate(5px, -8px);
}

.banner{
	width: 100%;
	float: left;
}
.banner img{
	width: 100%;
	float: left;
}
.m_ban{
	display: none;
}
.banner .swiper-pagination-bullet-active{
	background: #FFFFFF;
}
.index_mod1{
	width: 100%;
	float: left;
	margin-top: 100px;
}
.index_mod1 .intro_left{
	width: 100%;
	float: left;	
	text-align: center;
}

.index_mod1 .intro_left p{
	line-height:30px;
}
.index_mod1 .intro_left .intro_col1{
	width: 100%;
	float: left;
	position: relative;
}
.index_mod1 .intro_left .intro_col1 span{
	width: 100%;
	float: left;
	font-size: 36px;
	color: #333333;
}
.index_mod1 .intro_left .intro_col1 em{
	position: absolute;
	top: 25px;
	font-size: 36px;
	color: #333333;
	opacity: 0.2;
	left: 145px;
}
.index_mod1 .intro_con{
	width: 100%;
	float: left;
	margin-top: 60px;
}
.index_mod1 .intro_con p{
	font-size: 16px;
	color: #333333;
	line-height: 35px;
	margin-top: 0px;
}
.index_mod1 .intro_mod2{
	width: 100%;
	float: left;
	margin-top: 60px;
} 
.index_mod1 .intro_mod2 ul{
	width: 100%;
	float: left;
	background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 20px rgba(0,0,0,.08);
    padding: 40px 0;
}
.index_mod1 .intro_mod2 ul li{
	width: 25%;
	float: left;
	text-align: center;
	border-right: 1px solid #DCDCDC;
}
.index_mod1 .intro_mod2 ul li span{
	display: block;
	font-size: 36px;
	color: #333333;
	margin-bottom: 10px;
}
.index_mod1 .intro_mod2 ul li p{
	display: block;
	font-size: 16px;
	color: #333333;
}
.index_mod1 .intro_mod2 ul li:last-child{border-right: 0;}

.index_mod1 .intro_right{float: right;}

.index_mod1 .intro_right img{ width:450px;padding-top:120px;}

.index_mod2{
	clear: both;
	width: 100%;
	float: left;
	background: #f7f7f7;
	padding: 75px 0;
	margin-top: 90px;
}
.title{
	width: 100%;
	float: left;
	text-align: center;
}
.title span{
	position: relative;
	font-size: 36px;
	color: #333333;
	margin: 0 auto;
}
.title span em{
	opacity: 0.2;
	position: absolute;
	top: 25px;
	left:50px;
	white-space:nowrap;
}
.index_mod2 .strengths{
	width: 100%;
	float: left;
	margin-top: 65px;
}
.index_mod2 .strengths .strengths_con1{
	width: 100%;
	float: left;
}
.index_mod2 .strengths .strengths_con1 li{
	width: 380px;
	height: 288px;
	background: #FFFFFF;
	border-radius: 10px;
	box-sizing: border-box;
	box-shadow:2px 2px 5px rgba(125,117,107,0.3);	
	float: left;
	margin-right: 30px;
	padding: 0 55px;
}
.index_mod2 .strengths .strengths_con1 li:last-child{
	margin-right: 0;
}
.index_mod2 .strengths .strengths_img{
	width: 100%;
	float: left;
	height:85px;
	margin: 25px 0;
}
.index_mod2 .strengths .strengths_img1{
	background: url(../img/index_mod2_img1.png) no-repeat center center;
}
.index_mod2 .strengths .strengths_img2{
	background: url(../img/index_mod2_img2.png) no-repeat center center;
}
.index_mod2 .strengths .strengths_img3{
	background: url(../img/index_mod2_img3.png) no-repeat center center;
}
.index_mod2 .strengths .strengths_img4{
	background: url(../img/index_mod2_img4.png) no-repeat center center;
}
.index_mod2 .strengths .strengths_img5{
	background: url(../img/index_mod2_img5.png) no-repeat center center;
}
.index_mod2 .strengths span{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 22px;
	color: #333333;
}
.index_mod2 .strengths p{
	width: 100%;
	float: left;
	font-size: 16px;
	color: #666666;
	margin-top: 25px;
	line-height: 2.0;
	text-align:center;
}
.index_mod2 .strengths p.center{
	text-align: center;
}
.index_mod2 .strengths_con2{
	width: 100%;
	float: left;
	margin-top: 28px;
}
.index_mod2 .strengths_con2 li{
	width: 585px;
	height: 268px;
	background: #FFFFFF;
	border-radius: 10px;
	box-sizing: border-box;
	box-shadow:2px 2px 5px rgba(125,117,107,0.3);	
	float: left;
	margin-right: 30px;
}
.index_mod2 .strengths_con2 li:last-child{margin-right: 0;}
.index_mod2 .strengths_con2 li p{text-align: center;}

.index_mod3{
	clear: both;
	width: 100%;
	overflow: hidden;
	background: #f7f7f7;
	padding: 80px 0;
}
.cooper_list{
	width: 100%;
	float: left;
	margin-top: 80px;
}
.cooper_list ul li{
	width: 19.2%;
	float: left;
	margin-right: 1%;
	background: #FFFFFF;
	margin-bottom: 1%;
	overflow: hidden;
	height: 125px;
	overflow: hidden;
	display: flex;
    align-items: center; 
    justify-content: center;
}
.cooper_list ul li:nth-child(5n){
	margin-right: 0;
}
.cooper_list ul li img{
	max-width: 100%;
	max-height: 100%;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}
.cooper_list ul li:hover img{
	transform:scale(1.1);-webkit-transform:scale(1.1); 
}

.index_mod4{
	clear: both;
	width: 100%;
	overflow: hidden;
	padding: 100px 0;
}
.index_mod4 .news{
	width: 100%;
	float: left;
	margin-top: 80px;
}
.index_mod4 .news .news_mod{
	width: 352px;
	float: left;
	margin-right: 72px;
}
.index_mod4 .news .news_mod .news_img1{
	width: 100%;
	float: left;
}
.index_mod4 .news .news_mod .news_img1>a{
	font-size: 18px;
	font-weight: bold;
	float: left;
	margin-bottom: 15px;
}
.index_mod4 .news .news_mod .news_img1 img{
	width: 100%;
	float: left;
}
.index_mod4 .news .news_mod li{
	width: 100%;
	float: left;
	margin-top: 25px;
	font-size: 16px;
	color: #333333;
}
.index_mod4 .news .news_mod li a span{
	width: 250px;
	float: left;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.index_mod4 .news .news_mod li a em{
	float: right;
}

.foot{
	width: 100%;
	float: left;
	background: #333333;
}
.foot_nav{
	width: 100%;
	float: left;
	margin: 40px 0;
}
.foot_nav a{
	font-size: 16px;
	color: #999999;
	margin-right: 65px;
}
.foot_col2{
	width: 100%;
	float: left;
}
.foot_left{
	float: left;
}
.foot_ewm{
	float: left;
	text-align: center;
	width:90px;
	margin-right: 45px;
}
.foot_ewm img{
	display: block;
	border-radius: 5px;
}
.foot_ewm span{
	display: block;
	color: #999999;
	font-size: 14px;
	line-height: 40px;
}
.foot_right{
	float: right;
	margin-right: 10%;
}
.foot_right p{
	font-size: 16px;
	color: #999999;
	display: block;
	overflow: hidden;
	margin-bottom: 25px;
}
.foot_right p i.foot_icon1{
	width: 21px;
	height: 26px;
	background: url(../img/foot_icon1.png) no-repeat center;
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
}
.foot_right p i.foot_icon2{
	width: 21px;
	height: 26px;
	background: url(../img/foot_icon2.png) no-repeat center;
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
}
.foot_col3{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #999999;
	line-height: 60px;
	/*border-top: 1px solid #4a4a4a;*/
	margin-top: 10px;
}


/*********************公司动态*********************/
.sub_page_banner{
	width: 100%;
	float: left;
}
.sub_page_banner img{
	width: 100%;
	float: left;
	object-fit: cover;
}
.sp_banner_con{
	position: absolute;
	top: 120px;
}
.sp_banner_con span{
	font-size: 65px;
	color: #ffffff;
	letter-spacing: 5px;
	text-shadow:2px 2px 2px rgba(94,71,130,0.3);
}
.sp_banner_con p{
	font-size: 30px;
	color: #ffffff;
	text-shadow:2px 2px 2px rgba(94,71,130,0.3);
	margin-top: 15px;
}
.company_news{
	width: 100%;
	float: left;
	padding-top: 100px;
	margin-bottom: 150px;
}
.company_news #tab{
	width: 100%;
	float: left;
	text-align: center;
}
.company_news #tab li{
	display: inline-block;
	width: 160px;
	height: 55px;
	font-size: 18px;
	color: #333333;
	background: #ededed;
	line-height: 55px;
	margin: 0 10px;
	cursor: pointer;
}
.company_news #tab li.active{
	background: #F09D20;
	color: #FFFFFF;
}
.company_news #tab li.active a{
	color: #FFFFFF;
}
.company_news_con{
	width: 100%;
	float: left;
	margin-top: 50px;
	display: none;
}
.company_news_con ul{
	width: 100%;
	float: left;
}
.company_news_con ul li{
	width: 100%;
	float: left;
	padding: 50px 0;
	border-bottom: 1px solid #dddddd;
	display: flex;
}
.company_news_con ul li:last-child{
	border-bottom: 0;
}
.company_news_img{
	width: 280px;
	float: left;
}
.company_news_img img{
	width: 100%;
}
.company_news_info{
	flex: 1;
	margin-left: 30px;
}
.company_news_info a{
	width: 100%;
	float: left;
	display: flex;
}
.company_news_info .company_news_info2{
	float: left;
	flex: 1;
}
.company_news_info .company_news_info2 h5{
	font-size: 22px;
	color: #333333;
	font-weight: normal;
}
.company_news_data{
	float: right;
	margin-left: 60px;
	text-align: center;
	display: flex;
    align-items: center;
}
.company_news_data span{
	font-size: 36px;
	color: #666666;
	padding-left: 60px;
	border-left: 1px solid #dddddd;
	display: block;
}
.company_news_data em{
	display: block;
	font-size: 16px;
	color: #999999;
	margin-top: 10px;
}
.company_news_info .company_news_info2 p{
	display: block;
	overflow: hidden;
	margin: 30px 0;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}
.company_news_info .company_news_info2 span{
	font-size: 14px;
	color: #999999;
}
.page{
	width: 100%;
	float: left;
	margin-top: 50px;
	text-align: center;
}
.page a{
	width: 34px;
	height: 34px;
	border: 1px solid #dcdcdc;
	text-align: center;
	line-height: 34px;
	display: inline-block;
	color: #666666;
	margin: 0 3px;
}
.page a:hover,.page a.active{
	color: #FFFFFF;
	background: #F09D20;
	border: 1px solid #F09D20;
}


/*******************************公司简介******************/
.comp_intro_mo1{
	width: 100%;
	float: left;
	margin-top: -80px;
}
.comp_intro_mo1 ul{
	width: 100%;
	float: left;
	background: #FFFFFF;
	box-shadow:0px 12px 8px -5px rgba(119,119,119,0.1); 
	border-radius:10px;
	padding: 50px 0;
}
.comp_intro_mo1 ul li{
	width: 25%;
	float: left;
	text-align: center;
}
.comp_intro_mo1 ul li span{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 38px;
	color: #333333;
}
.comp_intro_mo1 ul li p{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #333333;
	margin-top: 8px;
}
.comp_intro_mo2{
	width: 100%;
	float: left;
	margin-top: 80px;
}
.comp_intro_title{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 36px;
	color: #333333;
}
.comp_intro_mo2 .info{
	width: 100%;
	float: left;
}

.comp_intro_mo2 .info span{font-weight:bold}
.reds{color:#ff0000; }

.comp_intro_mo2 .info p{
	width: 100%;
	float: left;
	font-size: 16px;
	color: #333333;
	line-height: 27px;
	text-align: center;
	line-height:2.0;
	font-weight:normal;
}


.comp_intro_mo2 .info h2{
	color:#333;
	padding:15px 0;
	width:100%;
	float:left;
	
}


.comp_intro_mo3{
	width: 100%;
	float: left;
	background: #f8f8f8;
	padding: 100px 0;
	margin-top: 95px;
}
.comp_intro_mo3 .qysm{
	width: 100%;
	float: left;
	margin-top: 50px;
}
.comp_intro_mo3 .qysm ul li{
	width: 19%;
	float: left;
	margin-right: 1.25%;
	text-align: center;
	border: 1px solid #e2e2e2;
	background: #FFFFFF;
	overflow: hidden;
}
.comp_intro_mo3 .qysm ul li img{
	max-width: 100%;
	-webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
.comp_intro_mo3 .qysm ul li:hover img{
	transform: scale(1.05);	
}
.comp_intro_mo3 .qysm ul li:last-child{margin-right: 0;}
.comp_intro_mo3 .qysm ul li span{
	display: block;
	font-size: 18px;
	margin: 15px 0;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}
.comp_intro_mo3 .qysm ul li p{
	display: block;
	font-size: 14px;
	text-align: center;
	margin: 0 15px;
	margin-bottom: 20px;
	min-height: 40px;
	line-height: 20px;
}

.comp_intro_mo3 .qysm_col{
	width: 510px;
	float: left;
	display: flex;
}
.comp_intro_mo3 .qysm_img{
	width: 135px;
	height: 100px;
	float: left;
	background: url(../img/gsjj_img7.png) no-repeat left center;
}
.comp_intro_mo3 .qysm_info{
	flex: 1;
}
.comp_intro_mo3 .qysm_info span{
	display: block;
	font-size: 24px;
	color: #333333;
}
.comp_intro_mo3 .qysm_info p{
	display: block;
	font-size: 16px;
	color: #666666;
	margin-top: 17px;
	line-height: 25px;
}
.comp_intro_mo3 .qysm_col2{
	width: 510px;
	float: right;
	display: flex;
}
.comp_intro_mo3 .qysm_img2{
	width: 135px;
	height: 100px;
	float: left;
	background: url(../img/gsjj_img8.png) no-repeat left center;
}
.comp_intro_mo4{
	clear: both;
	width: 100%;
	float: left;
	padding: 100px 0;
}
.comp_intro_mo4 .zzjg{
	width: 100%;
	float: left;
	margin-top: 60px;
}
.comp_intro_mo4 .zzjg img{
	width: 100%;
}


.comp_intro_mo5{
	clear: both;
	width: 100%;
	float: left;
	padding: 100px 0;
	background: #f8f8f8;
}
.qyfzlc{
	width: 100%;
	float: left;
	position: relative;
	margin-top: 70px;
}
.qyfz_border{
	position: absolute;
	left: 50%;
	top: 20px;
	width: 4px;
	margin-left: -2px;
	background: #e6e6e6;
	height: 100%;	
}
.qyfz_con{
	width: 100%;
	float: left;
}
.qyfz_con .qyfz_col{
	width: 100%;
	float: left;
	position: relative;
}
.qyfz_con .qyfz_col>span{
	font-size: 24px;
	color: #333333;
	background: #ffe8cc;
	width: 102px;
	height: 44px;
	border-radius: 30px;
	line-height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 9;
	margin-left: -51px;
	text-align: center;
}
.qyfz_con .qyfz_col1{
	width: 100%;
	float: left;
	margin-top: 20px;
}
.qyfz_con .qyfz_left{
	width:440px;
	background: #FFFFFF;
	position: relative;
	float: left;
	margin-left: 40px;
	padding: 25px;
}
.qyfz_con .qyfz_right{
	width:440px;
	background: #FFFFFF;
	position: relative;
	float: right;
	margin-right: 40px;
	padding: 25px;
}
.qyfz_con .qyfz_left i{
	width:36px;
	height: 42px;
	position: absolute;
	top: 0;
	right: -36px;
	display: block;
	background: url(../img/sanjiao.png) no-repeat;
}
.qyfz_con .qyfz_col1 span{
	font-size: 18px;
	font-weight: bold;
	color: #F09D20;
	width: 100%;
	float: left;
}
.qyfz_con .qyfz_col1 p{
	font-size: 16px;
	color: #666666;
	width: 100%;
	float: left;
	line-height: 25px;
	margin-top: 10px;
}
.qyfz_con .qyfz_right i{
	width:36px;
	height: 42px;
	position: absolute;
	top: 0;
	left: -36px;
	display: block;
	background: url(../img/sanjiao2.png) no-repeat;
}


/********************************联系我们***********************/
.con_us_mod1{
	width: 100%;
	float: left;
	padding: 100px 0;
}
.con_us_mod1 .lxwm{
	width: 100%;
	float: left;
	margin-top: 75px;
}
.lxwm_mod1{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #333333;
}
.lxwm_mod2{
	width: 100%;
	float: left;
	margin: 80px 0;
}
.lxwm_mod2 ul li{
	width: 33.33%;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #595959;
	line-height: 30px;
}
.lxwm_mod2 ul li img{
	width: 20%;
	margin: 0 auto;
	margin-bottom: 10px;
}
.lxwm_mod3{
	width: 100%;
	float: left;
	border: 1px solid rgb(204, 204, 204);;
}
.lxwm_mod3 img{
	width: 100%;
	float: left;
}


.con_us_mod2{
	clear: both;
	width: 100%;
	float: left;
	padding: 30px 0;
}
.con_us_mod2 .gsfb{
	width: 100%;
	float: left;
	margin-top: 50px;
	margin-bottom: 100px;
}
.con_us_mod2 .gsfb ul{
	width: 100%;
	float: left;
}
.con_us_mod2 .gsfb ul li{
	width: 380px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
.con_us_mod2 .gsfb ul li:nth-child(3n){margin-right: 0;}
.con_us_mod2 .gsfb .gsfb_img{
	width: 100%;
	float: left;
}
.con_us_mod2 .gsfb .gsfb_img img{
	border-radius: 5px;
	width: 100%;
	float: left;
}
.con_us_mod2 .gsfb span{
	width: 100%;
	float: left;
	font-size: 24px;
	color: #333333;
	margin: 20px 0;
}
.con_us_mod2 .gsfb p{
	width: 100%;
	float: left;
	font-size: 16px;
	color: #666666;
}


/*************************详情********************/
.detail{
	width: 100%;
	float: left;
}
.detail_col{
	width: 100%;
	float: left;
	margin-top: 30px;
	color: #666666;
	font-size: 16px;
}
.detail_col i{float: left;margin-right: 10px;}
.detail_col a{color: #666666;margin: 0 3px;}
.detail_col span{color: #F09D20;margin-left: 3px;}
.detail_col2{
	width: 100%;
	float: left;
	margin-top: 90px;
}
.detail_col2 .detail_tit{
	width: 100%;
	float: left;
	font-size: 28px;
	color: #333333;
}
.detail_col2 .detail_time{
	width: 100%;
	float: left;
	font-size: 16px;
	color: #999999;
	margin-top: 30px;
}
.detail_col2 .detail_time span{
	margin-right: 55px;
}
.detail_col3{
	width: 100%;
	float: left;
	margin-top: 45px;
	border-top: 1px solid #dddddd;
}
.detail_col3 p{
	width: 100%;
	float: left;
	margin-top: 45px;
	font-size: 16px;
	color: #666666;
	text-align: justify;
	line-height: 26px;
}
.detail_col3 img{
	margin: 0 auto;
	display: block;
}
.detail_col4{
	width: 100%;
	float: left;
	margin-top: 90px;
	margin-bottom: 120px;
}
.detail_col5{
	width: 100%;
	float: left;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.detail_col5 a{
	color: #F09D20;
}
.mb50{
	margin-bottom: 100px;
}


/***************************************/
.our_service{
	width: 100%;
	float: left;
	padding: 100px 0;
}
.our_service_con{
	width: 100%;
	float: left;
	display: flex;
    align-items: center; 
}
.serv_img{
	padding: 0 35px 0 135px;
}

.serv_img img{
	width:450px;
}

.serv_info{
	flex: 1;
}
.serv_info span{
	width: 100%;
	float: left;
	font-size: 36px;
	color: #333333;
	margin-bottom: 30px;
}
.serv_info p{
	width: 100%;
	float: left;
	font-size: 16px;
	color: #666666;
	line-height: 35px;
}
.serv_info p label{
	font-weight: bold;
	color: #1A457C;
	margin-right: 5px;
}
.serv_info p label em{
	font-size: 14px;
	font-weight: normal;
}
.our_service2{
	width: 100%;
	float: left;
	padding: 100px 0;
	background: #f7f7f7;
}


.wdgm{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 70px;
}
.wdgm>img{
	margin: 0 auto;
	overflow: hidden;
}

.con_us_mod1{
	width: 100%;
	float: left;
}
.con_us_mod1 .case{
	width: 100%;
	float: left;
	margin-top: 60px;
}
.con_us_mod1 .case li{
	width: 32.66%;
	margin-right: 1%;
	margin-bottom: 1%;
	float: left;
}
.con_us_mod1 .case li:nth-child(3n){
	margin-right: 0;
}
.con_us_mod1 .case li a{
	display: block;
	position: relative;
	overflow: hidden;
}
.con_us_mod1 .case li a span img{
	width: 100%;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}
.con_us_mod1 .case_con{
	position: absolute;
	top:150%;
	left: 10%;
	right: 10%;
	background: rgba(0,0,0,0.65);
	padding: 25px;
	font-size: 16px;
	color: #FFFFFF;
	-webkit-transition: all ease .7s;
	-o-transition: all ease .7s;
	-moz-transition: all ease .7s;
	transition: all ease .7s;
}
.con_us_mod1 .case_con img{
	float: right;
}
.con_us_mod1 .case li a:hover span img{
	transform: scale(1.02);
}
.con_us_mod1 .case li a:hover .case_con{
	top: 50%;
	transform: translateY(-50%);
}
