@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "微软雅黑"
}
a {
    text-decoration: none
}
ul {
    list-style: none
}
.card-fouth{
	margin-top: 100px;
}
.card-fouth .desc.desc-list {
    font-size: 0;
    color: #3a3a3a;
    font-weight: bold;
    margin: 0 auto;
    margin-bottom: 45px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center
}
/*顶部分类*/
.card-fouth .industry {
    font-size: 20px;
    color: #3e3d42;
    padding: 15px 70px;
    display: inline-block;
}


/* .card-fouth .industry.first {
    padding-left: 0
}
.card-fouth .industry.last {
    padding-right: 0
}
.card-fouth .industry.active {
    padding-bottom: 14px
} */
.card-fouth .industry.active p {
    font-size: 20px;
    font-weight: bold;
    color: #201e50;
    padding-bottom: 5px
}
.card-fouth .industry:nth-child(1).active img{
	content: url(../image/pro2.png);
}
.card-fouth .industry:nth-child(2).active img{
	content: url(../image/pro4.png);
}
.card-fouth .industry:nth-child(3).active img{
	content: url(../image/pro6.png);
}
.card-fouth .industry:nth-child(4).active img{
	content: url(../image/pro8.png);
}
.card-fouth .industry:nth-child(5).active img{
	content: url(../image/pro10.png);
}
.card-fouth .industry:nth-child(6).active img{
	content: url(../image/pro12.png);
}

/*内容*/
.card-fouth .case-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.card-fouth .case-panel {
    position: absolute;
    z-index: 1;
    opacity: 0;
    overflow: hidden;
    padding-left: 35px
}
.card-fouth .case-panel.active {
    z-index: 100;
    opacity: 1;
    -webkit-transition: all .2s ease-out .1s;
    transition: all .2s ease-out .1s
}
.pro-tit {
	padding-left: 20px;
}
.pro-tit h4{
	font-size:20px;
	color: #333;
	line-height:50px;
	
}
.pro-tit h3{
	color: #333;
	font-size: 30px;
	font-weight: bold;
	padding: 10px 0 20px;
}
.pro-tit p{
	font-size:16px;
	color: #666;
	line-height: 35px;
	padding: 20px 10px 0 0;
	
}

.pro-con{
	position: relative;
}
.pro-txt{
	position: absolute;
	z-index: 100;
	bottom:10px;
	left: 35%;
	
}
.pro-txt .pro-1 {
	background: #07913c;
	padding: 40px 80px  40px 30px;
	float: left;
	
}
.pro-txt .pro-1 h1{
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	
}
.pro-txt .pro-1 p{
	color: #fff;
	font-size: 16px;
	line-height: 40px;
}
.pro-txt .pro-2{
	background:#2c70b9;
	padding: 40px 20px;
	float: left;
	margin-left: 20px;
}
.pro-txt .pro-2 span{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.pro-txt .pro-2 p{
	font-size: 23px;
	color: #fff;
	font-family: futura;
}
.pro-tel{
	background-color: #e60006;
	padding: 20px;
	margin: 20px;
	
}
.pro-tel span{
	float: left;
	display: table;
	color: #fff;
	font-size: 16px;
	padding-right: 10px;
}
.pro-tel h5{
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	padding-left: 10px;
	display:table;
	line-height:45px;
	border-left: 1px solid #fff;
}
.pro-more{
	background-color: #201e50;
	padding:16px 10px 16px;
	margin-top: 20px;
	
}
.pro-more a h6{
	color: #fff;
	font-size: 14px;
	line-height: 40px;
}