@charset "UTF-8";

/*banner*/
.inside_banner {
	position: relative;
	width: 100%;
	height: 400px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
}
.inside_banner .container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.inside_banner .cont {
	width: 100%;
	text-align: center;
}
.inside_banner .cont .cont-h6 {
	color: #fff;
	font-size: 80px;
	font-weight: bold;
}
.inside_banner .cont h2 {
	color: #fff;
	font-size: 46px;
	font-weight: bold;
}
.inside_banner .cont .cont-space {
	color: #fff;
	font-size: 24px;
}
.son-floor {
	padding: 70px 0px;
}
.son-floor.bg {
	background-color: #f5f5f5;
}
.son-floor .floor-title {
	text-align: center;
	position: relative;
	margin-bottom: 60px;
}
.son-floor .floor-title p {
	color: #353535;
	font-size: 50px;
	font-weight: bold;
	position: relative;
	z-index: 2;
}

.son-floor .floor-title span.subtitle {
	color: #888;
	font-size: 15px;
	position: relative;
	z-index: 2;
}

.listBox {
	width: 100%;
	margin-top: 100px;
}
.listBox ul li {
	float: left;
	width: 14.185%;
	margin-right: 1px;
}
.listBox ul li .box {
	width: 100%;
	height: 240px;
	position: relative;
	background-color: rgba(0,0,0,0.5);
}
.listBox ul li:last-child {
	margin-right: 0px;
}
.listBox ul li .box a{ display: block; width: 100%; height: 100%; }
.listBox ul li .box .nameDiv{ position: absolute; left: 42px; top: 120px; }
.listBox ul li .box .name1{ font-size: 20px; font-weight: bold; color: #fff; padding-bottom: 5px; }
.listBox ul li .box .name2{ font-size: 16px; color: #767676; }
.listBox ul li .box .ico{ position: absolute; left: 42px; top: 60px; }
.listBox ul li .bg{position: absolute;left: 50px;bottom: 40px; display: none; width: 12px;height: 8px;background: url(../images/listBox_icon_down.png) no-repeat;}
.listBox ul li:hover .box{ background: rgba(212,35,29,0.65); }
.listBox ul li:hover .name2{ color: #fff; }


.webcase {
	padding: 100px 0px;
	background-color: #f8f5f5;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.webcase2 {
	background-image: url(../images/web_bg02.jpg);
}
.webcase4 {
	background-image: url(../images/web_bg02.jpg);
}
.webcase6 {
	background-image: url(../images/web_bg02.jpg);
}
.webcase .main {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.webcase .main .mainbox {
	flex: 1;
	max-width: 700px;
}
.webcase .main .mainbox .cont {
	width: 100%;
}
.webcase .main .mainbox .cont .title {
    display: block;
    color: #009966;
    font-size: 46px;
    font-weight: bold;
    line-height: 1;
    position: relative;
}
.webcase .main .mainbox .cont  .subline {
	color: #999;
}
.webcase .main .mainbox .cont .title em {
    color: #353535;
}
.webcase .main .mainbox .cont .title i {
	font-size: 172px;
    font-family: 'ZhenYan';
    color:#333;
    opacity: 0.05;
    position: absolute;
	left: -145px;
	top: -56px;
}
.webcase .main .mainbox .cont p.subtitle {
    color: #353535;
    font-size: 20px;
    font-weight: bold;
    margin-top: 50px;
}
.webcase .main .mainbox .cont .p {
    color: #666666;
    font-size: 16px;
    line-height: 32px;
    margin-top: 20px;
    text-align: justify;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
}
.webcase .main .mainbox .caselist {
	margin-top: 40px;
}
.webcase .main .mainbox .caselist .casemore {
    display: inline-block;
    width: 160px;
    height: 45px;
    line-height: 43px;
    text-align: center;
    margin: 0 20px 0 0;
    border:1px solid #009966;
    border-radius:45px;
    transition: all 0.4s ease 0s;
    overflow: hidden;
}
.webcase .main .mainbox .caselist .casemore:last-child {
	margin-right: 0px;
}

.webcase .main .mainbox .caselist .casemore .seemore {
    color: #009966;
    font-size: 16px;
    display: block;
    border-radius: 5px;
}
.webcase .main .mainbox .caselist .casemore2 {
    background: #009966;
}
.webcase .main .mainbox .caselist .casemore2:hover {
    background-color: #009966;
}
.webcase .main .mainbox .caselist .casemore2 .seemore {
	color: #fff;
}
.webcase .main .mainbox .caselist .casemore:hover {
	background-color: #009966;
}
.webcase .main .mainbox .caselist .casemore:hover .seemore {
	color: #fff;
}
.webcase .main .img {

}


@media all and (max-width:1599px) {

	.webcase .main .img {
		width: 500px;
	}

	.inside_banner .cont h2 {
		font-size: 64px;
	}
}

@media all and (max-width:1280px) {
	.inside_banner {
		height: 640px;
	}

	.webcase .main .mainbox .cont {
		width: 100%;
	}
	.webcase .main .img {
		display: none;
	}


	.inside_banner .cont h2 {font-size: 48px;}
	.listBox ul li {width: 33.333%;margin-right: 0;}
	.listBox ul li:last-child {display: none;}
	.listBox ul li .box {height: 180px;display: flex;align-items: center;}
	.listBox ul li .box a {height: auto;padding: 30px;}
	.listBox ul li .box .nameDiv{ position: static; left: 20px; top: 100px; }
	.listBox ul li .box .ico{ position: static; left: 20px; top: 40px; }
}

@media all and (max-width:992px)  {
	.inside_banner {
		padding: 70px 0px 50px;
		height: auto;
	}

	.webcase .main .mainbox .caselist .casemore {
		width: 140px;
		margin: 0 15px 0 0;
	}

}

@media all and (max-width:768px) {
	.full-crumbs{
		display: none;
	}
	.inside_banner {
	    height: 300px;
	}
	.webcase {
		padding: 35px 0px;
	}
	.webcase .main .mainbox .cont .title i {
		font-size: 72px;
		left: -70px;
	    top: -10px;
	}
	.webcase .main .mainbox .cont .title {
		font-size: 32px;
	}
	.webcase .main .mainbox .cont p.subtitle {
		margin-top: 20px;
	}
	.webcase .main .mainbox .cont .p {
		font-size: 14px;
	}

	.inside_banner .cont h2 {
		font-size: 24px;
	}
	.inside_banner .cont .cont-space {
		font-size: 14px;
	}
	.listBox {
		margin-top: 40px;
	}
	.webcase .main .mainbox .caselist .casemore {
	    width: 100px;
	    height: 35px;
	    line-height: 33px;
	    margin:0 10px 0 0;
	}
	.listBox ul li .box .name1 {font-size: 16px;}

	.listBox ul li .box {height: 120px;display: flex;align-items: center;}
	.listBox ul li .box a {height: auto;padding: 15px;}
	.foot_contact_cont dt{
		display: none;
	}
	.foot_contact_cont dd{
		display: none;
	}
	.foot_contact_cont .right_form{
		margin-top: 0px;
	}
}
@media all and (max-width:640px) {

	.webcase .main .mainbox .cont .title {
		font-size: 28px;
	}
	.webcase .main .mainbox .cont p.subtitle {
		font-size: 18px;
	}
	.foot_contact_cont dt{
		display: none;
	}
	.foot_contact_cont dd{
		display: none;
	}
	.foot_contact_cont .right_form{
		margin-top: 0px;
	}
}
