
.index_banner{
	width: 100%;
	height: 800px;
	background: url(../images/index_banner.jpg) no-repeat center;
	background-size: cover;
	box-sizing: border-box;
	position: relative;
}
.index_banner .index_banner_content{
	width: 80%;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
}
.index_banner .logo{
	width: 300px;
	margin: 20px auto;
}
.index_banner .logo img{
	width: 100%;
	height: 100%;
}
.index_banner h1{
	font-size: 30px;
	line-height: 160%;
	color: #FFFFFF;
	margin: 20px 0px;
}
.index_banner h3{
	font-size:16px;
	font-family:PingFangSC-Semibold;
	font-weight:600;
	color:rgba(255,255,255,1);
	line-height:26px;
}
/*产品分类*/
.product_list{
	width: 100%;
}
.product_list main{
	display: inline-block;
	width: 100%;
	overflow: hidden;
	zoom: 1;
	display: flex;
	flex-wrap: wrap;
	align-items:stretch;
}
.product_list li{
	width: 50%;
	overflow: hidden;
	background-repeat:no-repeat  !important;
	background-size: cover !important;
	background-position: center !important;
	transition: 0.6s;
	box-sizing: border-box;
	overflow: hidden;
}
.product_list li .tilter{
	color: #000000;
}
.product_list li .tilter__caption{
	box-sizing: border-box;
	top: 0px;
}
.product_list li .tilter__deco{
	transform: scale(1.1);
}
.product_list li img{
	display: block;
	max-width: 100%;
	transition: 0.6s;
}
.product_list .product_list_00{
	width: 100%;
}
.product_list .product_list_01{
	width: 40%;
}
.product_list .product_list_02{         
	width: 60%;
}
.product_list li:nth-child(4){
	width:40%;
}
.product_list .product_list_03{         
	width: 50%;
}
/* .product_list li:nth-child(5){
	width:60%;
} */
.product_list li h3{
	height:28px;
	font-size:20px;
	font-family:PingFangSC-Medium;
	font-weight:500;
	font-weight: bold;
	color:rgba(0,0,0,1);
	line-height:28px;
	letter-spacing: 1px;
	font-family: helvetica;
}
.product_list li p{
	width: 90%;
	height:18px;
	font-size:13px;
	font-family:PingFangSC-Regular;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height:18px;
	letter-spacing: 0.1em;
	font-family: helvetica;
}
.product_list li:hover{
	background-position: center !important;
	background-size:105%  105% !important;
}
.product_list li:hover img{
	transform: scale(1.1);
}
.service{
	width: 100%;
	height:120px ;
	background: #101024;
	text-align: center;
	padding: 60px 0px 65px 0px;
	line-height: 180%;
}
.service h5{
	text-transform: uppercase;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 120%;
}
.service em{
	display: inline-block;
	width: 36px;
	height: 4px;
	background: #FFFFFF;
	margin: 20px auto;
}
.service p{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 180%;
}
/*客户评价*/
.inde_evaluate{
	width: 100%;
	background: url(../images/inde_evaluate.jpg) no-repeat center;
	background-size:cover ;
	overflow: hidden;
	padding:35px 0px;
	
	box-sizing: border-box;
}
.inde_evaluate .bodydiv{
	width:88%;
}
.inde_evaluate em{
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/inde_evaluate_em.png) no-repeat center;
	background-size:100% 100%;
	margin: 20px auto;
}
.inde_evaluate p{
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
}
/**/
.inde_evaluate ul{
	width: 100%;
}
.inde_evaluate ul li{
	width: 48%;
	height: 184px;
	padding: 30px 40px;
	background: rgba(24,40,70,0.5) ;
	box-sizing: border-box;
	transition: 0.6s;
	margin-top: 40px;
	float: left;
}
.inde_evaluate ul li:nth-child(2n){
	float: right;
}
.inde_evaluate ul li:hover{
	box-shadow: 2px 3px 50px #101024;
	left: -4px;

}
.inde_evaluate ul li p{
	display: block;
	width: 100%;
	height: 64px;
	font-size: 14px;
	text-align: left;
	text-indent: 25px;
	overflow: hidden;
}
.inde_evaluate .company_name{
	width: 100%;
	display: flex;
	justify-content: space-between;

}
.inde_evaluate .company_logo{
	width: 4vw;
	height: 64px;
	line-height: 64px;
}
.inde_evaluate .company_logo img{
	width: 50px;
	height: 50px;
}
.inde_evaluate  .company_text{
	width: 80%;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #FFFFFF;
}
/*关于我们*/
.about_banner{
	width: 100%;
	height: 570px;
	position: relative;
	background:url(../images/banner_02.jpg) no-repeat center;
	background-size: cover; 
}
.about_banner .about_banner_content{
	width:  50%;
	float: left;
	text-align: left;
	position: absolute;
	left: 10%;
	top: 20%;
	z-index: 2;
}
.about_banner .about_banner_content h1{
	font-size: 50px;
	line-height: 140%;
	color: #FFFFFF;
	font-weight: normal;
	font-family: arial;
}
.about_banner .about_banner_content p{
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 6%;
	line-height: 180%;
}
.about_banner .about_banner_about_min{
	width: 400px;
	height: 200px;
	position: absolute;
	right: 0px;
	bottom: -115px;
	z-index: 3;
	background: #182846;
	padding: 0% 3%;
	box-sizing: border-box;
	display: flex;
	align-content: center;
	flex-wrap:wrap;
}
.about_banner .about_banner_about_min h2{
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 2.5px;
	line-height: 40px;
}
.about_banner .about_banner_about_min p{
	font-size: 13px;
	color: #FFF;
	line-height: 30px;
}
.about_banner_about_min_phone{
	display: none;
}
.about_content{
	width: 100%;
	padding: 61px 0px;
	background: -webkit-linear-gradient(#0E0E21, #09093B); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#0E0E21, #09093B); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#0E0E21, #09093B); /* Firefox 3.6 - 15 */
    background: linear-gradient(#0E0E21, #09093B); /* 标准的语法（必须放在最后） */
}
.about_content .bodydiv{
	width: 90%;
}
/* 团队成员 */
.about_team{
	width: 100%;
	height: 560px;
	margin: 160px 0px 40px 0px;
}
.about_team .title{
	width: 600px;
	height: 100px;
	background: url(../images/about_team_title.png) no-repeat center;
	background-size: 100% auto;
	font-size:40px;
	font-family:PingFangSC-Medium;
	font-weight:500;
	color:rgba(255,255,255,1);
	line-height:56px;
	letter-spacing:4px;
	line-height: 100px;
	padding: 0px 40px;
	box-sizing: border-box;
}
.about_team_minbox{
	width: 100%;
	height: 500px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: 0.6s;
}
.about_team .team_text{
	width: 30%;
	height: 300px;
	display: flex;
	flex-wrap: wrap;
	align-items:center;
	text-align: left;
	transition: 0.6s;
}
.about_team .team_text p{
	font-size: 14px;
	color: #FFF;
	text-indent: 20px;
	line-height: 180%;
	transition: 0.6s;
}
.team_img{
	max-width: 62%;
	position: relative;
	transition: 0.6s;
}
.team_img_box{
	width: 92%;
	margin: 0 auto;
}
.team_img .swiper-button-prev{
	width: 40px;
	height: 40px;
	left: -20px;
	background:url(../images/team_prev.png) no-repeat center;
	background-size: 100% 100%;
	cursor: pointer;
	transition: 0.6s;
}
.team_img .swiper-button-next{
	width: 40px;
	height: 40px;
	right: -20px;
	background: url(../images/team_next.png) no-repeat center;
	background-size: 100% 100%; 
	cursor: pointer;
	transition: 0.6s;
}
.team_img .swiper-slide img{
	width: 100%;
}

/* 团队成员结束 */
/* 地图列表 */
.map_list{
	width:94%;
	margin: 40px auto;
	color: #FFF;
	position: relative;
}
.list_map{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.map_list .swiper-slide{
	width: 100%;
	text-align: center;
	background: #182846;
	padding: 16px 0px;
	border-radius: 4px;
}
.map_content_list li{
	display: none;
	position: relative;
}
.map_list .on{
	background: rgba(255, 255, 255, 0.3);
}
.map_list .prev_map{
	width: 30px;
	height: 30px;
	left: -40px;
	background:url(../images/team_prev.png) no-repeat center;
	background-size: 100% 100%;
	cursor: pointer;
	transition: 0.6s;
}
.map_list .next_map{
	width: 30px;
	height: 30px;
	right: -40px;
	background: url(../images/team_next.png) no-repeat center;
	background-size: 100% 100%; 
	cursor: pointer;
	transition: 0.6s;
}
/* 地图列表结束 */
.about_map{
	width:100% ;
	position: relative;
	padding: 30px;
	box-sizing: border-box;
}
.about_map .map_img{
	width: 100%;
	height: auto;
	z-index: 1;
	overflow: hidden;
}
.about_map .map_img img{
	width: 100%;
	height: 100%;
	transform: scale(1.9);
	transition: 0.6s;
	animation: animimg 1s normal forwards;
}


@keyframes animimg{
	form{
		transform: scale(1.4);
	}
	to{
		transform: scale(1.1);
	}
}
.about_map_Photo{
	width: 24vw;
	height: 30vw;
	background: #182846;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
	box-sizing: border-box;
	box-shadow: -10px 20px 60px rgba(0, 0, 0, 1);
	padding: 1.2vw;
	box-sizing: border-box;
	transform: translate(-10%,10%);
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
}
.about_map_Photo:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-width: 20px;
	border-style: solid;
	border-color: transparent #182846 transparent transparent;
	position: absolute;
	left:-35px ;
	top: 25%;
	z-index: 3;
}
.about_map_Photo .img{
	position: relative;
	width: 100%;
	height:46%;
	display: block;
}
.about_map_Photo .img img{
	width: 100%;
	max-height: 100%;
}
.about_map_Photo p{ 
	line-height: 180%;
	font-size: 14px;
	color: #FFFFFF;
}
.about_text{
	width: 65%;
	height: auto;
	color: #FFFFFF;
	box-sizing: border-box;
	font-size: 14px;
	text-indent: 24px;
	letter-spacing: 0.1em;
	line-height: 180%;
	margin-top: 40px;
}
/*建议留言*/
.about_proposal{
	width: 100%;
	height: 550px;
	background: url(../images/about_proposal.jpg) no-repeat center ;
	background-size:cover ;
	padding: 50px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about_proposal .bodydiv{
	width: 60%;
}
.about_proposal .from{
	width: 100%;
	border-radius: 14px;
	overflow: hidden;
	position: relative;
}
.about_proposal .from img{
	width: 100%;
}
.about_proposal .from .f_text{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	left: 0%;
	color: #FFF;
	padding: 4%;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	align-content: center;
	box-sizing: border-box;
}
.about_proposal .from .f_text p{
	width: 100%;
	font-size: 30px;
	font-family:STSong;
	line-height: 180%;
	transition: 0.6s;
}
.about_proposal .from .f_text img{
	max-width: 100%;
}
.about_proposal .text{
	width: 30%;
	float: right;
	padding: 40px 0px;
}
.about_proposal .text h2{
	font-size: 30px;
	color: #FFFFFF;
	line-height: 180%;
}
.about_proposal .text span{
	display: block;
	margin-top: 40px;
}
.about_proposal .text span font{
	font-size: 20px;
	line-height: 50px;
	color: #FFFFFF;
}
.about_proposal .text span p{
	font-size: 14px;
	color: #FFFFFF;
}

@media screen and (min-width:1200px) and (max-width:1920px){

}
@media screen and (min-width:960px) and (max-width:1199px){
	.product_list li p{
		width: 100%;
		font-size: 12px;
		letter-spacing: 1px;
	}
	.tilter__caption{
		padding:4em 0.5em !important;
	}
	.team_img .swiper-button-prev{
		width: 30px;
		height: 30px;
		left: -15px;
	}
	.team_img .swiper-button-next{
		width: 30px;
		height: 30px;
		right: -15px;
	}
	.about_proposal .from .f_text p{
		font-size: 24px;
	}
	.about_proposal .from .f_text strong{
		font-size: 42px;
	}
	.about_proposal .bodydiv{
		width:900px;
	}
}
@media screen and (max-width: 960px) {
	.product_list li{
		width: 100% !important;
	}
}
@media screen and (min-width:760px) and (max-width:960px){
	.tilter__caption{
		padding:3em 1em !important;
	}
	.product_list li p{
		width: 100%;
	}
	.inde_evaluate ul li{
		width: 100%;
		float: none;
	}
	.inde_evaluate ul li:nth-child(2n){
		width: 100%;
		float: none;
	}
	.about_team_minbox{
		flex-wrap: wrap;
	}
	.about_team .team_text{
		width: 100%;
		max-height: 250px;
	}
	.team_img{
		max-width: 100%;
	}
	.about_content .bodydiv{
		width: 96%;
		padding: 10px;
	}
	.about_map_Photo{
		width: 34vw;
		height: 50vw;
	}
	.about_text{
		width: 55%;
	}
	.about_map_Photo .img{
		width: 98%;
		margin: 10px auto;
	}
	.about_proposal .from .f_text p{
		font-size: 16px;
	}
	.about_proposal .from .f_text strong{
		font-size: 32px;
	}
	.about_proposal .bodydiv{
		width: 660px;
	}
}
@media screen and (max-width: 800px){
	
    
	.tilter__figure{
		background: rgba(255, 255, 255, 0.5)
	}
	.product_list_00{
		background: url(../images/product_list_00.jpg) no-repeat center;
		background-size: cover;
	}
	.product_list_02{
		background: url(../images/product_list_01.jpg) no-repeat center;
		background-size: cover;
	}
	.product_list_01{
		background: url(../images/product_list_02.jpg) no-repeat center;
		background-size: cover;
	}
	.product_list_04{
		background: url(../images/product_list_03.jpg) no-repeat center;
		background-size: cover;
	}
	.product_list_05{
		background: url(../images/product_list_04.jpg) no-repeat center;
		background-size: cover;
	}
	.tilter__caption{
		padding: 1em !important; 
	}
	.product_list li p{
		font-size: 13px;
		line-height: 140%;
		font-weight: bold;
		color: rgba(0, 0, 0, 0.8);
	}
	.index_banner{
		height: 120vw;
	}

	.product_list li{
		width: 100%;
		height: 70vw;
	}
	.product_list .product_list_01{
		width: 100%;
	}
	.product_list .product_list_02{
		width: 100%;
	}
	.product_list li:nth-child(4){
		width:100%;
	}
	.product_list li:nth-child(5){
		width:100%;
	}
	.product_list li:nth-child(6){
		width:100%;
	}
	.product_list li p{
		width: 100%;
	}
	.inde_evaluate ul li{
		width: 100%;
		float: none;
	}
	.inde_evaluate ul li:nth-child(2n){
		width: 100%;
		float: none;
	}
	.index_banner .index_banner_content{
		width: 100%;
		padding: 0vw 4vw;
		box-sizing: border-box;
	}
	.index_banner .logo{
		width: 26vw;
		height: auto;
		margin: 2vw auto;
	}
	.index_banner .logo img{
		width: 100%;
		height: auto;
	}
	.index_banner h1{
		font-size: 20px;
		line-height: 140%;
		margin: 3vw 0px;
		font-family: helvetica;
		letter-spacing: 1px;
	}
	.index_banner h3{
		font-size: 14px;
		line-height:160%;
		font-family: helvetica;
		letter-spacing: 1px;;
	}
	.inde_evaluate .company_name{
		justify-content: flex-start;
	}
	.inde_evaluate .company_logo{
		width: auto;
		height: 64px;
		line-height: 64px;
		margin-right: 5%;
	}
	.inde_evaluate .company_text{
		width: auto;

	}
	.about_team_minbox{
		height: auto;
		flex-wrap: wrap;
	}
	.about_team .team_text{
		width: 100%;
		height: auto;
	}
	.team_img{
		max-width: 90%;
		margin: 10vw auto;
	}

	.about_content .bodydiv{
		width: 100%;
		padding: 0px;
	}
	.about_map_Photo{
		width: 50vw;
		height: 60vw;
		transform: translate(-6%,5%);
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.about_text{
		margin: 0 auto;
		margin-top: 40vw;
		width: 90%;
	}
	.about_map{
		width: 100%;
		padding: 0px;
		margin: 0 auto;
	}
	.about_map_Photo .img{
		width: 90%;
		height: auto;
		margin: 0px auto;
	}
	.about_map_Photo p{
		font-size: 12px;
	}
	.about_map .map_img{
		height: 40vw;
	}
	.about_team{
		width: 96%;
		margin: 0 auto;
	}
	.about_team .title{
		width: 90%;
		margin: 0 auto;
		font-weight: bold
	}
	.map_list{
		width: 76%;
		margin: 10vw auto;
	}
	.about_proposal{
		height: auto;
	}
	.about_proposal .bodydiv{
		width: 90%;
	}
	.about_proposal .text h2{
		font-size: 24px;
	}
	.about_proposal .from{
		width: 100%;
	}
	.about_proposal .from .f_text p{
		font-size: 15px;
	}
	.about_proposal .from .f_text strong{
		font-size: 18px;
	}
	.about_proposal .text{
		width: 100%;
	}
	.about_banner_about_min{
		display: none !important;
	}
	.about_banner_about_min_phone{
		width: 100%;
		height: 120px;
		z-index: 3;
		background: #182846;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		padding: 0% 3%;
	}
	.about_banner_about_min_phone h2{
		width: 100%;
		font-size: 24px;
		color: #FFFFFF;
		letter-spacing: 2.5px;
		text-align: center;
	}
	.about_banner_about_min_phone p{
		flex-grow:3;
		font-size: 13px;
		color: #FFF;
		line-height: 180%;
		text-align: center;
	}
	.about_banner .about_banner_content h1{
		font-size: 30px;
	}
	.about_banner .about_banner_content p{
		font-size: 13px;
	}
	.about_team .title{
		font-size: 24px;
	}
	.about_banner{
		width: 100%;
		height: 100vw;
	}
	.about_banner .about_banner_content{
		width: 70%;
		top: 30%;
	}
	.team_img .swiper-button-prev{
		width: 30px;
		height: 30px;
		left: -20px;
	}
	.team_img .swiper-button-next{
		width: 30px;
		height: 30px;
		right: -20px;
	}
	.about_team .team_text p{
		width: 94%;
		margin: 0 auto;
	}
}
@media screen and (max-width:380px){
	.index_banner{
		height: 140vw;
	}
	.product_list li p{
		font-size: 12px;
		line-height: 160%;
	}
	.index_banner h1{
		letter-spacing: 0px;
	}
	.index_banner h3{
		letter-spacing: 0px;
		font-weight: normal;
		color: rgba(255, 255, 255, 0.8);
	}
	.inde_evaluate ul li{
		padding: 30px 10px;
	}
	.inde_evaluate .company_logo img{
		width: 45px;
		height: 45px;
	}
	.about_banner .about_banner_content{
		width: 80%;
	}
	.about_banner .about_banner_content h1{
		font-size: 24px !important;
	}
}
.record{
	width: 100%;
	text-align: center;
	font: 12px;
	color: #FFF;
	position: relative;
	top: 10px;
}
.record a{
	font-size: 12px;
	color: #FFF;
}
.record a:hover{
	color: #1890ff;
}