/* 概述 */

i {
	display: inline-block;
	vertical-align: middle;
}

.fuwu01 {
	padding: 80px 0;
}

.fuwu01 .ftxt h1 {
	font-size: 40px;
	color: #222;
	margin-bottom: 5px;
}

.fuwu01 .ftxt em {
	font-size: 13px;
	color: #ccc;
}

.gaisu {
	font-size: 14px;
	color: #0452ae;
	padding: 10px 20px;
	background-color: rgba(4, 83, 174, 0.1);
	border-radius: 5px;
	margin: 25px 0 20px;
}

.fuwu01 .ftxt p {
	font-size: 14px;
	line-height: 30px;
	color: #666;
	margin-bottom: 40px;
}

.fwlx .btn {
	background-color: #da1515;
	padding: 0 50px;
	border-radius: 30px;
	font-size: 16px;
	color: #fff;
	margin-right: 30px;
	border: none;
	line-height: 40px;
}

.fwlx .btn i {
	font-size: 22px;
	color: rgba(255, 255, 255, 0.5);
}

.fwlx span i {
	color: #da1515;
	font-size: 30px;
	margin-right: 8px;
}

.fwlx span a {
	font-family: Arial, Helvetica, sans-serif;
	display: inline-block;
	font-size: 32px;
	position: relative;
	top: 8px;
	color: #222;
}

.fuwu01 .fimg img {
	width: 100%;
}


/* 详细介绍 */

.fuwu02 {
	padding-bottom: 80px;
	background-color: #f4f4f4;
}

.fuwu02 .fuwul .nh3 {
	background-color: #0452ae;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	padding: 0 20px;
	margin-bottom: 0px;
}

.fuwu02 .fuwul i {
	font-weight: 100;
	font-size: 22px;
	margin-right: 3px;
	position: relative;
	top: -2px;
}

.fuwu02 .fuwul em {
	font-size: 13px;
	font-weight: 100;
	margin-left: 10px;
	color: rgba(255, 255, 255, 0.3);
	font-family: Arial, Helvetica, sans-serif;
}

.fuwu02 .fuwul .content {
	background-color: #fff;
	padding: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #666;
}

.fuwu02 .fuwul .content p,
.fuwu02 .fuwul .content div {
	font-size: 14px;
	line-height: 30px;
	color: #666;
}

.fuwu02 .fuwul .content strong {
	color: #222;
}

.fuwu02 .fuwul .content h3 {
	font-size: 20px;
	line-height: 2;
	margin-bottom: 10px;
}

.fuwu02 .fuwul .content table {
	max-width: 100%;
}

.fuwu02 .fuwul .content table td {
	padding: 5px;
}

.fuwu02 .fuwul .content img {
	width: 100%;
	max-width: 100%;
	height: auto !important;
}

.fuwu02 .fuwur {}

.fuwu02 .fuwur h3 {
	position: relative;
	padding-left: 36px;
	height: 100px;
	line-height: 100px;
	font-size: 30px;
	color: #fff;
	background-color: #0452ae;
	font-weight: normal;
	margin-bottom: 0px !important;
}

.fuwu02 .fuwur i {
	font-size: 32px;
	margin-right: 5px;
	color: rgba(255, 255, 255, 0.3);
}

.fuwu02 .fuwur h3 i.chuan {
	position: absolute;
	right: 5px;
	bottom: 0px;
	font-size: 150px;
	color: rgba(0, 0, 0, 0.1);
}

.fuwu02 .fuwur .fnav {
	background-color: #fff;
	padding: 0 30px;
}

.fuwu02 .fuwur .fnav li {
	border-bottom: 1px solid #eee;
}

.fuwu02 .fuwur .fnav li a {
	font-size: 16px;
	color: #666;
	line-height: 60px;
	display: block;
}

.fuwu02 .fuwur .fnav li i {
	font-size: 14px;
	margin: 0 10px;
	color: #000;
}

.fuwu02 .fuwur .fnav li.active i::before {
	color: #e50012;
}

.fuwu02 .fuwur .fnav li:hover a,
.fuwu02 .fuwur .fnav li.active a {
	color: #e50012;
}

@media(max-width:580px) {
	.proconts .container {
		padding: 0px;
	}
	.fuwu01 .ftxt p {
		margin-bottom: 20px;
		line-height: 24px;
	}
	.fwlx {
		display: flex;
		flex-direction: column;
		margin-bottom: 20px;
		line-height: 35px;
	}
	.fwlx .btn {
		width: 60%;
		margin-bottom: 10px;
	}
	.fuwu01 {
		padding: 60px 0;
	}
	.fuwu01 .ftxt h1 {
		font-size: 30px;
	}
	.gaisu {
		padding: 8px 15px;
		margin: 15px 0 10px;
	}
	.fwlx span a{
	font-size: 25px;
    top: 4px;
	}
	.fuwu02 .fuwul .content{
		padding: 15px;
	}
	.fuwu02 .fuwul .content p{
		font-size: 14px;
    line-height: 24px;
    margin: 0 0 0px;
	}
	.fuwu02 .fuwur h3 {
    padding-left: 14px;
        line-height: 60px;
        height: 60px;
        font-size: 24px;
    }
    .fuwu02 .fuwur h3 i.chuan {
    font-size: 70px;
    }
    .fuwu02 .fuwur .fnav{
    padding: 0 10px;
    }
    .fuwu02 .fuwur .fnav li a{
     line-height: 50px;	
    }
    
}
