@charset "utf-8";


.banner{
	width:100%;
	height:580px;
}

/*process*/
.process_area{
	width: 100%;
	height: 630px;
	background: #44a4f6;
	padding-top: 50px;
}
.process_area h1{
	font-size: 36px;
	line-height: 96px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.process_list{
	width: 1056px;
	height: 504px;
	margin:  0 auto;
	overflow: hidden;
	position: relative;
}
.process_item{
	width: 524px;
	height: 200px;
	margin: 0 4px 4px 0;
	background: #fff;
	float: left;
	padding: 35px 0 0 20px;
	box-sizing: border-box;
}
.process_item h2{
	font-size: 24px;
	line-height: 44px;
	position: relative;
	display: inline-block;
	padding-left: 20px;
}
.process_item h2:before{
	content: "";
	width: 10px;
	height: 18px;
	display: block;
	background: #44a4f6;
	position: absolute;
	left: 0;
	top: 13px;
}
.process_item h3{
	font-size: 24px;
	line-height: 64px;
	padding-left: 140px;
	margin-left: 145px;
	margin-top: -10px;
}
.icon_p01{
	background: url(../img/home/icon_p01.png) left center no-repeat;
	background-size: 67px 64px;
}
.icon_p02{
	background: url(../img/home/icon_p02.png) left center no-repeat;
	background-size: 67px 64px;
}
.icon_p03{
	background: url(../img/home/icon_p03.png) left center no-repeat;
	background-size: 67px 64px;
}
.icon_p04{
	background: url(../img/home/icon_p04.png) left center no-repeat;
	background-size: 67px 64px;
}

.process_item:hover{
	background: #e60012;
}
.process_item:hover h2,
.process_item:hover h3{
	color: #fff;
}
.process_item:hover .icon_p01{
	background: url(../img/home/icon_p01_h.png) left center no-repeat;
	background-size: 67px 64px;
}
.process_item:hover .icon_p02{
	background: url(../img/home/icon_p02_h.png) left center no-repeat;
	background-size: 67px 64px;
}
.process_item:hover .icon_p03{
	background: url(../img/home/icon_p03_h.png) left center no-repeat;
	background-size: 67px 64px;
}
.process_item:hover .icon_p04{
	background: url(../img/home/icon_p04_h.png) left center no-repeat;
	background-size: 67px 64px;
}
.p_logo{
	width: 80px;
	height: 80px;
	background: url(../img/home/p_logo.png) center center no-repeat;
	background-size: 100% 100%;
	z-index: 10;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: 8px;
}

/*material*/
.material_area{
	width: 100%;
	height: 460px;
	background: #fff;
}
.material_area h1{
	font-size: 36px;
	line-height: 56px;
	padding: 70px 0 60px;
	text-align: center;
	font-weight: bold;
}
.material_list{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.material_item{
	width: 240px;
	text-align: center;
}
.material_item span{
	width: 150px;
	height: 150px;
	display: block;
	margin: 0 auto;	
} 
.material_item p{
	font-size: 18px;
	line-height: 68px;	
} 
.icon_m01{
	background: url(../img/home/icon_m01.png) left center no-repeat;
	background-size: 100% 100%;
}
.icon_m02{
	background: url(../img/home/icon_m02.png) left center no-repeat;
	background-size: 100% 100%;
}
.icon_m03{
	background: url(../img/home/icon_m03.png) left center no-repeat;
	background-size: 100% 100%;
}
.icon_m04{
	background: url(../img/home/icon_m04.png) left center no-repeat;
	background-size: 100% 100%;
}

/*combo*/
.combo_area{
	width: 100%;
	height: 670px;
	background: #434343;
	padding-top: 50px;
	box-sizing: border-box;
}
.combo_area h1{
	font-size: 36px;
	line-height: 96px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.combo{
	/*margin-top: 95px;*/
}
.combo_item{
	width: 200px;
	height: 225px;
	background: #fff;
	text-align: center;
	float: left;
	margin: 0 5px;
}
.combo_item h2{
	font-size: 18px;
	line-height: 46px;
	padding-top: 14px;
}
.combo_item-img{
	width: 100%;
	height: 120px;
	overflow: hidden;
}
.combo_item-img img{
	width: 100%;
}

/*.combo_item:hover{
	transition-duration: 1s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1)
}*/

.get_area{
	width: 100%;
	height: 530px;
	background: #f3f3f3;
	padding-top: 50px;
}
.get_area h1{
	font-size: 36px;
	line-height: 96px;
	text-align: center;
	font-weight: bold;
}

.do_area{
	width: 100%;
	height:510px;
	background: #44a4f6;
}
.do_area h1{
	font-size: 36px;
	line-height: 56px;
	padding: 70px 0 40px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.do_item_list{
	width: 1190px;
	margin: 0 auto;
	overflow: hidden;
}
.do_item{
	width: 230px;
	background: #44a4f6;
	float: left;
	display: flex;
	flex-direction: column;
	margin: 0 4px;
}
.do_img{
	width: 100%;
	height: 180px;
	overflow: hidden;
	margin-bottom: 10px;
}
.do_img img{
	width: 100%;
}
.do_info{
	width: 100%;
	background: #fff;
	padding: 4px 8px 10px;
	box-sizing: border-box;
	position: relative;
}
.do_info h2{
	font-size: 18px;
	line-height: 34px;
	font-weight: bold;
}
.do_info h2 em{
	font-size: 18px;
	line-height: 34px;
	float: right;
	color: #e60012;
}
.do_info h2 em i{
	font-size: 10px;
	line-height: 34px;
	color: #e60012;
}
.do_info p{
	font-size: 12px;
	line-height: 16px;
}
.check_detail{
	width: 74px;
	height: 26px;
	display: block;
	border-radius: 4px;
	background: #e60012;
	text-align: center;
	font-size: 12px;
	line-height: 26px;
	color: #fff;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.combo_wrap{
	width: 1200px;
	margin: 0 auto 50px;
	overflow: hidden;
}

.combo .swiper-slide{
	top: 88px;
}

.combo_area .combo  .swiper-slide{
	width: 200px!important;
}

.combo_area .combo .swiper-slide-active{
	top: 0px;
 	width: 330px!important;
	height: 400px;
 	margin: 0 10px;
}
.combo_area .combo .swiper-slide-active .combo_item{
	position: absolute;
	top: 0px;
	left: -10px;
 	margin: 0 10px;
 	width: 330px;
 	height: 400px;
 	background: #fff;
}

.combo_area .combo .swiper-slide-active  .combo_item-img{
	width: 330px;
	height: 240px;
	overflow: hidden;
}
.combo_area .combo .swiper-slide-active .combo_item-img img{
	width: 100%;
	min-height: 240px;
}

.combo_area .combo .swiper-slide-active .combo_item h2{
	font-size: 30px;
	line-height: 70px;
	padding-top: 10px;
}

.combo_area .swiper-container-horizontal>.swiper-pagination-bullets, 
.combo_area .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: -30px;
}
.swiper-container{
	overflow:hidden;
}



/*
新增
tzp 2019.05.23
*/

/*news*/
.news_area{
	width: 100%;
	background: #fff;
	padding: 30px 0;
}

.index_tit{
	font-size: 36px;
	line-height: 96px;
	text-align: center;
	font-weight: bold;
}

.news_list{
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}
.news_item{
	overflow: hidden;
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid #e6e6e6;
	float: left;
	width: 580px;
	margin-right: 40px;
}
.news_item:nth-of-type(2n+0){
	margin-right: 0;
}
.news_img{
	width: 220px;
	height: 150px;
	float: left;
	overflow: hidden;
	margin-right: 20px;
}
.news_img img{
	width: 100%;
}

.news_info{
	width: 340px;
	float: left;
	height: 150px;
	position: relative;
}
.news_info h1{
	font-size: 18px;
	line-height: 28px;
	height: 28px;
	font-weight: 700;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_info p{
	font-size: 14px;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #666;
}
.news_tag{
	font-size: 12px;
	line-height: 20px;
	color: #999;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.news_item:hover .news_info h1{
	color: #e60012;
}

.ic_more{
	width: 250px;
	height: 40px;
	display: block;
	border-radius: 10px;	
	margin: 30px auto;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	background: #e7e7e7;
	color: #666;
}
.ic_more:hover{
	background: #e60012;
	color: #fff;
}