/*通用类*/
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body{
	min-width:1200px;
	margin:0 auto;
	font-size:12px;
	font-family:"Microsoft Yahei";
	background:#fff;
	color:#363636;
}
h1,h2,h3{
	font-weight:500;
}
img{
	border:none;
}
a{
	cursor:pointer;
	color:#363636;
	text-decoration:none;
	outline:none;
}
a:hover{
	color:#f60;
}
ul{
	list-style-type:none;
}
em{
	font-style:normal;
}
.lt{
	float:left;
}
.rt{
	float:right;
}
input.sub,label{
	border:none;
	cursor:pointer;
}
input,textarea,select{
	font-family:"Microsoft Yahei";
	outline:none;
}
table{
	border-collapse:collapse;
}
table td,table th{
	padding:0;
}
.clear::before{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.clear::after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.warpin{
	width: 1200px;
	margin:0 auto;
}
.pulic_header_box{
	width: 100%;
	height: 110px;
}
.pulic_header_box .cont_box{
	display: flex;
	align-items: center;
	height: 110px;
	justify-content: space-between;
	padding:0 2%;
}
.pulic_header_box .cont_box .logo{
	display: flex;
	height: 100%;
	align-items: center;
}
.pulic_header_box .cont_box .navi{
	display: flex;
	height: 100%;
	align-items: center;
}
.pulic_header_box .cont_box .navi a{
	display: block;
	height: 10px;
	line-height: 10px;
	padding:0 20px;
	border-right: 1px solid #4a4a4a;
	font-size:14px;
	color:#4a4a4a;
}
.pulic_header_box .cont_box .navi a:last-child{
	border-right: none;
}
.pulic_header_box .cont_box .navi a:hover{
	color:#256fb9;
}
.index_banner_box{
	width: 100%;
}
.index_banner_box img{
	display: block;
	width: 100%;
}
.pulic_cont_page{
	padding:18px 0;
	border-bottom: 1px solid #b2b2b2;
	font-size:14px;
	color:#4a4a4a;
}
.pulic_cont_page .warpin{
	display: flex;
	align-items: center;
}
.pulic_cont_page a{
	font-size:14px;
	color:#4a4a4a;
	margin:0 4px;
}
.pucli_content_ejnavi{
	padding:26px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pucli_content_ejnavi a{
	padding:20px;
	font-size:14px;
	color:#000000;
}
.pucli_content_ejnavi a:hover{
	background: #169aff;
	color:#fff;
}
.pucli_content_ejnavi a.hover{
	background: #169aff;
	color:#fff;
}
.pulic_content_title{
	padding:20px 0;
	font-size:30px;
	color:#000000;
	display: flex;
	align-items: center;
}
.pulic_content_title span{
	display: block;
	width: 8px;
	height: 40px;
	background: #169aff;
	margin-right: 10px;
}
.about_content_box{
	text-align: center;
}
.about_content_box .about_tle{
	text-align: center;
	margin-bottom: 50px;
}
.about_content_box .about_tle h2{
	font-size:20px;
	color:#000000;
	margin-bottom: 10px;
}
.about_content_box .about_tle p{
	font-size:12px;
	color:#000000;
}
.about_content_box .cont_box{
	padding:40px 0;
}
.about_content_box .cont_box .i{
	display: flex;
	align-items: center;
	justify-content: center;
}
.about_content_box .cont_box .i img{
	max-width: 1200px;
}
.footer_content_box .tis_tle{
	width: 100%;
}
.footer_content_box .tis_tle img{
	display: block;
	width: 100%;
}
.footer_navi_box{
	padding:40px 0 20px 0;
	display: flex;
	align-items: flex-start;
}
.footer_navi_box .navi_box{
	display: flex;
	align-items: flex-start;
}
.footer_navi_box .navi_box .li{
	margin-right: 90px;
}
.footer_navi_box .navi_box .li h2{
	font-size:15px;
	color:#757575;
	margin-bottom: 5px;
}
.footer_navi_box .navi_box .li a{
	display: block;
	font-size:12px;
	color:#757575;
	margin:4px 0;
}
.footer_navi_box .tle_box{
	padding-left:60px;
	border-left:1px solid #e0e0e0;
	margin-left:30px;
}
.footer_navi_box .tle_box h2{
	font-size:14px;
	color:#ff6b00;
}
.footer_navi_box .tle_box p{
	font-size:12px;
	color:#363636;
	margin-bottom: 18px;
}
.footer_navi_box .tle_box .kf{
	display: flex;
	width:120px;
	height: 30px;
	align-items: center;
	justify-content: center;
	border:1px solid #ff6700;
	color:#ff6700;
	font-size:12px;
}
.footer_navi_box .tle_box .kf img{
	margin-right: 4px;
}
.footer_copy_box{
	padding:30px 0;
	background: #fafafa;
}
.footer_copy_box .warpin{
	display: flex;
	align-items: flex-start;
}
.footer_copy_box .i{
	display: block;
	width: 58px;
	height: 58px;
}
.footer_copy_box .i img{
	display: block;
	width: 100%;
	height: 100%;
}
.footer_copy_box .link_box{
	width: calc(100% - 58px);
	padding-left:20px;
}
.footer_copy_box .link_box .list{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.footer_copy_box .link_box .list a{
	font-size: 12px;
	color:#e3e3e3;
	margin-right:4px;
	margin-bottom: 4px;
}
.footer_copy_box .link_box .icp{
	font-size:12px;
	color:#808080;
}
/* */
.about_detail_cont{
	padding:40px 0;
}
.about_detail_cont .i{
	display: block;
	max-width: 100%;
	margin:40px auto;
}
.about_detail_cont .txt h2{
	font-size:20px;
	color:#169aff;
	margin-bottom: 30px;
}
.about_detail_cont .txt h3{
	font-size:16px;
	color:#000000;
	margin-bottom: 30px;
}
.about_detail_cont .txt p{
	font-size:12px;
	line-height: 36px;
	color:#000000;
	margin-bottom: 10px;
	text-indent: 2em;
}
.about_detail_bit_img img{
	width: 100%;
}
/* */
.szzg_case_1{
	width: 100%;
	padding:50px;
	margin:30px 0;
	overflow: hidden;
}
.szzg_case_1 .warpin{
	position: relative;
	padding:50px 20px;
}
.szzg_case_1 .warpin::after{
	content: "";
	display: block;
	width: 200%;
	height: 100%;
	background: linear-gradient(to left,#1fd2ff, #4b8dff);
	position: absolute;
	right: -100%;
	top: 0;
	z-index:-1;
}
.szzg_case_1 h2{
	font-size:20px;
	color:#ffffff;
	margin-bottom: 36px;
}
.szzg_case_1 p{
	font-size:12px;
	line-height: 28px;
	color:#ffffff;
	margin-bottom: 10px;
}
.szzg_img_cont{
	margin:60px auto;
}
.szzg_img_cont img{
	display: block;
	margin:0 auto;
}
.szzg_case_2{
	width: 1270px;
	margin:30px auto;
}
.szzg_case_2 .last_box{

	margin-bottom: 40px;
}
.szzg_case_2 .last_box h2{
	font-size:20px;
	color:#000000;
	margin-bottom: 30px;
}
.szzg_case_2 .last_box .list_box{
	display: flex;
	width: 100%;
	position: relative;
	justify-content: space-between;
	margin-bottom: 24px;
}
.szzg_case_2 .last_box .list_box .li{
	width: 307px;
	height: 200px;
	margin-right:
}
.szzg_case_2 .last_box .list_box .li .i{
	display: block;
	width: 100%;
	height: 100%;
	background: #666666;
}
.szzg_case_2 .last_box .list_box::after{
	content: "VS";
	display: block;
	width: 96px;
	height: 96px;
	line-height: 96px;
	text-align: center;
	background: #27ceff;
	border-radius: 100%;
	font-size:30px;
	color:#fff;
	font-weight: bold;
	position: absolute;
	left:50%;
	top: 50%;
	transform: translate(-50%,-50%);
	box-shadow: 0px 0px 20px rgba(37,201,255,1);
}
.szzg_case_2 .last_box .bit_txt{
	border-left:7px solid #169aff;
	padding-left:20px;
}
.szzg_case_2 .last_box .bit_txt p{
	font-size:12px;
	color:#000000;
	margin-bottom: 10px;
}
.szzg_case_3{

	margin-bottom: 30px;
}
.szzg_case_3 .warpin{
	position: relative;
		padding:50px 0;
}
.szzg_case_3 .warpin::after{
	content: "";
	display: block;
	width: 205%;
	height: 100%;
	background: linear-gradient(to left,#4b8eff, #1fd2ff);
	position: absolute;
	left: -100%;
	top: 0;
	z-index:-1;
}
.szzg_case_3 .txt{
	padding-left:34px;
	border-left:6px solid #fff;
}
.szzg_case_3 .txt h2{
	font-size:20px;
	color:#ffffff;
	margin-bottom: 30px;
}
.szzg_case_3 .txt p{
	font-size:12px;
	line-height: 30px;
	color:#ffffff;
}
/* */
.szzg_img_tle{
	font-size:20px;
	font-weight: bold;
	color:#000000;
	margin-bottom: 20px;
}
.szzg_detail_content{
	padding:50px 0;
}
.szzg_detail_content .last_cont{
	margin:40px 0;
}
.szzg_detail_content .last_cont .tle{
	font-size:18px;
	color:#169aff;
	margin-bottom: 18px;
}
.szzg_detail_content .last_cont .last_box{
	display: flex;
	flex-wrap: wrap;
}
.szzg_detail_content .last_cont .last_box .li{
	width: calc(100% / 3);
	padding-right: 10px;
}
.szzg_detail_content .last_cont .last_box .li h2{
	font-size:12px;
	color:#000000;
	height: 20px;
	margin-bottom: 10px;
}
.szzg_detail_content .last_cont .last_box .li p{
	font-size:12px;
	color:#000000;
	margin-bottom: 20px;
}
.szzg_detail_content .last_cont .bit_txt{
	font-size:12px;
	line-height: 36px;
	color:#000000;
}
/* */
.szzg_bit_detail {
	padding:30px 0;
}
.szzg_bit_detail h2{
	font-size:20px;
	color:#000000;
	margin-bottom: 20px;
}
.szzg_bit_detail p{
	font-size:12px;
	color:#000000;
	line-height: 32px;
}
/* */
.szlc_case_1{
	padding:40px 0;
}
.szlc_case_1 .txt{
	font-size:12px;
	line-height: 30px;
	color:#000000;
}
.szlc_case_1 h2{
	font-size:20px;
	color:#000000;
	margin-bottom: 50px;
}
.szlc_case_1 .last_cont_box{
	display: flex;
	flex-wrap: wrap;
}
.szlc_case_1 .last_cont_box .li{
	width: calc(100% / 3);
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	font-size:16px;
	color:#000000;
}
.szlc_case_1 .last_cont_box .li span{
	display: block;
	width: 24px;
	height: 24px;
	background: #169aff;
	border-radius: 100%;
	margin-right:40px;
	line-height: 24px;
	text-align: center;
	color:#fff;
}
.szlc_case_last_box{
	padding:50px 0;
}
.szlc_case_last_box .list_box{
	margin-bottom: 40px;
}
.szlc_case_last_box .list_box .tle{
	font-size:20px;
	color:#000000;
	margin-bottom: 40px;
}
.szlc_case_last_box .list_box .list{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 250px;
}
.szlc_case_last_box .list_box .list .i{
	display: block;
	width: 528px;
	height: 250px;
}
.szlc_case_last_box .list_box .list .i img{
	display: block;
	width: 100%;
	height: 100%;
}
.szlc_case_last_box .list_box .list .txt{
	width: calc(100% - 528px);
	padding-left:20px;
	font-size:12px;
	line-height: 30px;
	color:#000000;
}
/* */
.xmwh_cont_box{
	padding:50px 0;
}
.xmwh_cont_box .tle_box{
	display: flex;
	align-items: flex-start;
	margin-bottom: 40px;
}
.xmwh_cont_box .tle_box .dt{
	font-size:20px;
	color:#169aff;
	width: 240px;
	line-height: 36px;
}
.xmwh_cont_box .tle_box .dd{
	width: calc(100% - 240px);
	font-size:14px;
	line-height: 36px;
	color:#4a4a4a;
	padding-left:20px;
}
.xmwh_cont_box .img_cont {
	padding:30px 0;
}
.xmwh_cont_box .img_cont img{
	display: block;
	max-width: 100%;
	margin:0 auto;
}
.xmwh_cont_box .list_box{
	margin-bottom: 40px;
}
.xmwh_cont_box .list_box h2{
	font-size:20px;
	color:#169aff;
	margin-bottom: 40px;
}
.xmwh_cont_box .list_box p{
	font-size:14px;
	line-height: 36px;
	color:#4a4a4a;
}
.dzkf_content_box p{
	font-size:12px;
	color:#000000;
	margin-bottom: 30px;
}
.dzkf_content_box h2{
	font-size:16px;
	color:#000000;
	margin-bottom: 20px;
}
.dzkf_content_box img{
	display: block;
	max-width: 100%;
	margin:20px auto;
}
.dzkf_content_box .list_box{
	margin-top: 40px;
}
/* */
.zzry_tis_cont{
	width: 1500px;
	display: flex;
	justify-content: space-between;
	margin:0 auto 80px;
}
.zzry_tis_cont .list{
	width: 710px;
}
.zzry_tis_cont .list .i{
  width: 100%;
	height: 460px;
	background: #e9e8e6;
	display: flex;
	align-items: center;
	justify-content: center;
}
.zzry_tis_cont .list .i img{
	display: block;
	height: 100%;
}
.zzry_tis_cont .list .txt{
	width: 100%;
	height: 124px;
	line-height: 124px;
	text-align: center;
	background: #169aff;
	font-size:35px;
	color:#fff;
}
.zzry_last_box{
	display: flex;
	flex-wrap: wrap;
}
.zzry_last_box .list{
	width: 330px;
	margin-right: 105px;
	margin-bottom: 176px;
}
.zzry_last_box .list:nth-child(3n){
	margin-right: 0;
}
.zzry_last_box .list .i{
	display: flex;
	width: 100%;
	height: 452px;
	align-items: center;
	justify-content: center;
	background: #e9e8e6;
}
.zzry_last_box .list .i img{
	height: 100%;
}
.zzry_last_box .list .txt{
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: #169aff;
	font-size:12px;
	color:#fff;
}
