

.banner .slide-inner {
	position: absolute;
	width: 100%;
	height:100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	color:#fff;
}
.banner{
	height:100vh;
}
.banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	overflow:hidden;
}


/*ss*/
.ss{
	position:relative;
	z-index: 2;
}
.ss_d{
	position:absolute;
	margin-top:-55px;
	z-index: 9;
	background:#007ac8;
	width:1541px;
	border-radius: 10px;
	padding:30px 0px;
}
.ss_dl{
	padding-left:70px;
	width:500px;
	float:left;
}
.ss_dl1{
	
	font-size:20px;
	color:#fff;
	line-height:20px;
}
.ss_dl2{
	margin-top:15px;
}
.ss_dl2 ul li{
	float:left;
	margin-right:24px;
}
.ss_dl2 ul li a{
	
	font-size:16px;
	color:rgba(255,255,255,0.64);
	line-height:16px;
}
.ss_dr{
	width:702px;
	float:right;
	margin-top:0.8px;
	margin-right:73px;
}
.ss_dr input{
	width:700px;
	background:none;
	border:1px solid rgba(255,255,255,0.4);
	line-height:47px;
	position:relative;
	border-radius: 23.5px;
	text-indent:42px;
	
	color:#fff;
	font-size:16px;
}
.ss_btn{
	position:absolute;
	right:115px;
	top:50%;
	width:22px;
	height:22px;
	margin-top:-11px;
	cursor: pointer;
	background:None;
	border:none;
}

/*ss end*/

/*gsjj*/

.gsjj{
	margin-top:57px;
}
.gsjj_d{
	width:100%;
	height:450px;
	padding-top:1px;
	background:url(../images/qywh_bg.jpg) center no-repeat;
	background-size:cover;
	background-position:center;
}
.gsjj_top{
	position:relative;
	margin-top:78px;
}
.gsjj_top::after{
	content:'';
	position: absolute;
	width:735px;
	height:1px;
	background:rgba(17,17,17,0.1);
	top:50%;
	right:264px;
}
.gsjj_l{
	float:left;
}
.gsjj_l1{
	font-size:38px;
	font-family: pftc;
	line-height:38px;
	letter-spacing: 1px;
}
.gsjj_l2{
	font-size:22.7px;
	font-family: pfzd;
	line-height:22.7px;
	color:#151515;
	letter-spacing: 0.35px;
	margin-top:11px;
}
.gsjj_r{
	width:235px;
	float:right;
	margin-top:5px;
}
.gsjj_text{
	font-size:16px;
	line-height:34px;
	font-family:pfcg;
	color:rgba(0,0,0,0.84);
	margin-top:33px;
}
.gsjj_btn{
	width:176px;
	line-height:46px;
	margin-top:52px;
	text-align:center;
	background-image: linear-gradient(to right, #0170b7 , #018ae1);
}
.gsjj_btn a{
	color:#fff;
	
	font-size:16px;
	letter-spacing: 1px;
	position: relative;
	overflow: hidden;
}
.gsjj_btn a::after{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	left:-100%;
	bottom:0px;
	background:#000;
	transition: .5s;
	z-index: -1;
}
.gsjj_btn a:hover::after{
	left:0px;
}
.gsjj_video{
	height:631px;
	background:url(../images/video.jpg) center no-repeat;
	background-size:cover;
	background-position:center;
	width:100%;
	position:relative;
}
.gsjj_video_dj{
	position:absolute;
	left:276px;
	top:174px;
	cursor: pointer;
}
.gsjj_video_dj1{
	width:75px;
	height:75px;
	background:rgba(255,255,255,0.48);
	text-align:center;
	line-height:75px;
	color:#fff;
	border-radius: 50%;
	position: relative;
}
.gsjj_video_dj1::after{
	content:'';
	position:absolute;
	left:-1px;
	top:-1px;
	width:100%;
	height:100%;
	border:1px solid rgba(255,255,255,1);
	border-radius: 50%;
	animation:video 3s linear infinite;
}
.gsjj_video_dj1::before{
	content:'';
	position:absolute;
	left:-1px;
	top:-1px;
	width:100%;
	height:100%;
	border:1px solid rgba(255,255,255,1);
	border-radius: 50%;
	animation:video1 3s linear infinite;
}
.video{
	position:fixed;
	top:-100vh;
	width:100%;
	height:100vh;
	left:-0px;
	background:rgba(0,0,0,0.5);
	display:none;
	transition: .5s;
	z-index: 999;
	text-align:center;
}
.video .video_h{
	display: table-cell;
    vertical-align: middle;
	width:0.1%;
	height:100vh;
}
@keyframes video
{
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	  }
	  100% {
		opacity: 0;
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		transform: scale(1.5);
	  }
}
@keyframes video1
{
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	  }
	  
	  100% {
		opacity: 0;
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
		-ms-transform: scale(2);
		transform: scale(2);
	  }
}


.gsjj_video_dj2{
	font-size:16px;
	color:#fff;
	
	margin-left:-10px;
	margin-top:42px;
}
.gsjj_ul{
	position:absolute;
}
.gsjj_ul ul li{
	width:336px;
	display: table-cell;
    vertical-align: middle;
	height:123px;
	background:#fff;
	text-align:center;
}
.gsjj_ul ul li:nth-child(3),.gsjj_ul ul li:nth-child(4){
	background-image: linear-gradient(to right, #0170b7 , #018ae1);
}
.gsjj_ul ul li:first-child .gsjj_ul1{
	
	font-size:14px;
}
.gsjj_ul ul li:first-child .gsjj_ul1 .count{
	font-size:32px;
	color:#007ac8;
}
.gsjj_ul ul li .gsjj_ul1{
	font-size:32px;
	font-family: pfct;
}
.gsjj_ul ul li .gsjj_ul1 .count{
	font-size:32px;
	color:#007ac8;
}
.gsjj_ul ul li:nth-child(3) .gsjj_ul1,.gsjj_ul ul li:nth-child(4) .gsjj_ul1{
	color:#fff;
}
.gsjj_ul ul li:nth-child(3) .gsjj_ul1 .count,.gsjj_ul ul li:nth-child(4) .gsjj_ul1 .count{
	color:#fff;
}
.gsjj_ul ul li:nth-child(1) .gsjj_ul2,.gsjj_ul ul li:nth-child(2) .gsjj_ul2{
	color:#1c1c1c;
}
.gsjj_ul ul li:nth-child(3) .gsjj_ul2,.gsjj_ul ul li:nth-child(4) .gsjj_ul2{
	color:#fff;
}
.gsjj_ul{
	position:absolute;
	bottom:76px;
	left:97px;
}
/*gsjj end*/

/*ghsj*/
.ghsj{
	height:487px;
	padding:104px 0px;
	background:url(../images/ghsj_bg.jpg) center no-repeat;
	background-size:cover;
	background-position:center;
	position:relative;
}
.ghsj *{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ghsj_l{
	width:1541px;
	margin:0 auto;
}
.ghsj_l ul{
	width:832px;
	margin-left:-50px;
}
.ghsj_l ul li{
	width:50%;
	float:left;
	padding:0px 50px;
	position:relative;
	overflow: hidden;
}
.ghsj_l ul li:first-child::after{
	content:'';
	position:absolute;
	right:-0px;
	top:0px;
	width:1px;
	height:100%;
	background:#c9cbcd;
}
.ghsj_l ul li:first-child::before{
	content:'';
	position:absolute;
	right:0px;
	bottom:-0px;
	width:100%;
	height:1px;
	background:#c9cbcd;
}
.ghsj_l ul li:last-child{
	margin-left:-1px;
	margin-top:-1px;
}
.ghsj_l ul li:last-child::after{
	content:'';
	position:absolute;
	left:-0px;
	top:0px;
	width:1px;
	height:100%;
	background:#c9cbcd;
}
.ghsj_l ul li:last-child::before{
	content:'';
	position:absolute;
	top:-0px;
	left:0px;
	width:100%;
	height:1px;
	background:#c9cbcd;
}
.ghsj_l ul li .ghsj_h{
	display: table-cell;
    vertical-align: middle;
	height:243.5px;
}
.ghsj_ltitle{
	font-size:24px;
	color:#0f0f0f;
	font-family: pfct;
	line-height:24px;
	padding-bottom:12px;
	margin-top:12px;
	position:relative;
}
.ghsj_ltitle::after{
	content:'';
	position:absolute;
	bottom:0px;
	left:0px;
	width:63px;
	height:1px;
	background:#c9cbcd;
}
.ghsj_ltext{
	font-size:12px;
	
	color:#0f0f0f;
	margin-top:26px;
	line-height:22px;
}
.ghsj_limg{
	position:relative;
	z-index: 9;
}
.ghsj_limg2{
	display:none;
}
.ghsj_l ul li .ghsj_h::after{
	content:'';
	position:absolute;
	top:0px;
	left:50%;
	right:50%;
	height:100%;
	background:url(../images/ghsj_lbg.png) center no-repeat;
	background-size:cover;
	background-position:center;
	transition: .5s;
}
.ghsj_l ul li.action .ghsj_h::after{
	left:0%;
	right:0%;
}
.ghsj_l ul li.action .ghsj_limg1{
	display:none;
}
.ghsj_l ul li.action .ghsj_limg2{
	display:block;
	position:relative;
	z-index: 1;
}
.ghsj_l ul li.action .ghsj_ltext,.ghsj_l ul li.action .ghsj_ltitle{
	color:#fff;
	position:relative;
	z-index: 1;
}
.ghsj_r{
	position:absolute;
	right:0px;
	top:104px;
	width:765px;
	height:487px;
	background-image: linear-gradient(to right, #0170b7 , #018ae1);
	color:#fff;
	padding-left:100px;
}
.ghsj_rh{
	display: table-cell;
    vertical-align: middle;
	height:487px;
}
.ghsj_r1{
	font-size:47px;
	font-family: arbl;
	color:#fff;
	line-height:68px;
}
.ghsj_r2{
	font-size:20px;
	font-family: pfct;
	line-height:20px;
}
.ghsj_r2 span{
	color:rgba(255,255,255,0.54);
	font-size:14px;
	letter-spacing: 8px;
	margin-left:8px;
}
.ghsj_r3{
	font-size:26px;
	font-family: pfct;
	line-height:26px;
	margin-top:54px;
	position:relative;
	padding-bottom:18px;
}
.ghsj_r3::after{
	content:'';
	position:absolute;
	bottom:0px;
	width:40px;
	left:0px;
	height:1px;
	background:#fff;
}
.ghsj_r4{
	font-size:14px;
	margin-top:30px;
	letter-spacing: 1px;
}
.ghsj_r5{
	width:176px;
	height:46px;
	text-align:center;
	line-height:46px;
	position:relative;
	overflow: hidden;
	background:#292b31;
	margin-top:74px;
}
.ghsj_r5::after{
	content:'';
	position:absolute;
	width:100%;
	left:-100%;
	bottom:0px;
	height:100%;
	background:#fff;
	transition: .5s;
}
.ghsj_r5:hover::after{
	left:0px;
}
.ghsj_r5 a{
	color:#fff;
	font-size:16px;
	
	transition: .5s;
	position: relative;
	z-index: 1;
}
.ghsj_r5:hover a{
	color:#292b31;
}
/*ghsj end*/

/*product*/
.product{
	height:932px;
	width:100%;
	background:url(../images/product_bg.jpg) center no-repeat;
	background-size:cover;
	background-position:center; 
}
.product_top{
	padding-top:43px;
}
.product_topl{
	width:40%;
	float:left;
}
.product_topl1{
	font-size:47px;
	line-height:47px;
	font-family: arbl;
	color:#fff;
}
.product_topl1 span{
	color:#0173bd;
}
.case .product_topl1{
	color:#000;
}
.product_topl2{
	font-size:20px;
	color:#fff;
	font-family: pfct;
	line-height:20px;
	margin-top:16px;
}
.product_topl2 span{
	font-size:14px;
	color:rgba(255,255,255,0.54);
	letter-spacing: 8px;
	margin-left:8px;
}
.product_topr{
	float:right;
	width:176px;
	height:46px;
	line-height:46px;
	text-align:center;
	background:#fff;
	margin-top:35px;
	position:relative;
	overflow: hidden;
	text-shadow: 0 0 1px rgb(0 0 0 / 20%), 0 1px 0 rgb(0 0 0 / 20%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.product_topr a{
	font-size:16px;
	
	color:#020202;
	position:relative;
	z-index: 1;
}
.product_topr a::after{
	content: "";
	position: absolute;
	height: 100%;
	left: -100%;
	top: 0%;
	width: 100%;
	z-index: -1;
	background: #007ac8;
	transition: .5s;
}
.product_topr a:hover::after{
	left:0px;
}
.product_topr a:hover{
	color:#fff;
}
.product_nav{
	height:98px;
	width:100%;
	background:url(../images/product_nav.png) center no-repeat;
	background-size:cover;
	background-position:center;
	margin-top:43px;
}
.product_nav ul:first-child{
	width:736px;
	display:flex;
	text-align:center;
	float:left;
}
.product_nav ul li{
	position:relative;
}
.product_nav ul:first-child li{
	flex: 1;
	line-height:98px;
}
.product_nav ul:first-child li a{
	color:#151515;
	font-size:18px;
	font-family: pfzd;
}
.product_nav ul:nth-child(2){
	width:736px;
	display:flex;
	text-align:center;
	float:right;
}
.product_nav ul:nth-child(2) li{
	flex: 1;
	line-height:98px;
}
.product_nav ul:nth-child(2) li a{
	color:#fff;
	font-size:18px;
	font-family: pfzd;
}
.product_nav ul:first-child li::after{
	content:'';
	position:absolute;
	bottom:15%;
	left:50%;
	right:50%;
	height:2px;
	background:#007ac8;
	transition: .5s;
}
.product_nav ul:first-child li.action::after{
	left:10%;
	right:10%;
}
.product_nav ul:first-child li.action a{
	color:#007ac8;
}
.product_nav ul:nth-child(2) li::after{
	content:'';
	position:absolute;
	bottom:15%;
	left:50%;
	right:50%;
	height:2px;
	background:#fff;
	transition: .5s;
}
.product_nav ul:nth-child(2) li.action::after{
	left:10%;
	right:10%;
}
.product_list{
	margin-top:46px;
}
.product_list ul li{
	background:#fff;
	width:361px;
	float:left;
}
.product_listtext{
	line-height:52px;
	text-align:center;
	color:#0e0e0e;
	font-size:19px;
	
}
.product_bottom{
	height:120px;
	line-height:120px;
	margin-top:125px;
	position:relative;
}
.product_bottom::after{
	content:'';
	position:absolute;
	right:136px;
	width:920px;
	height:1px;
	background:#fff;
	top:50%;
	margin-top:-0.5px;
}
.product_bottoml{
	font-size:30px;
	color:#fff;
	float:left;
	letter-spacing: 5px;
}
.product_bottomr{
	float:right;
}
.product_l{
	width:37px;
	height:37px;
	text-align:center;
	border:1px solid #fff;
	border-radius: 50%;
	line-height:37px;
	color:#fff;
	cursor: pointer;
	display:inline-block;
	margin-right:34px;
}
.product_r{
	width:37px;
	height:37px;
	text-align:center;
	border:1px solid #fff;
	border-radius: 50%;
	line-height:37px;
	color:#fff;
	cursor: pointer;
	display:inline-block;
}
.product_bottomr .product_l:hover,.product_bottomr .product_r:hover{
	background:#fff;
	color:#0170b7;
}
/*product end*/

/*case*/
.case{
	height:929px;
	width:100%;
	background:url(../images/case_bg.jpg) center no-repeat;
	background-size:cover;
	background-position:center;
}
.case .product_topl2{
	color:#000;
}
.case .product_topl2 span{
	color:rgba(0,0,0,0.54);
}
.case_con{
	margin-top:52px;
}
.case_con1{
	width:635px;
	height:331px;
	background:url(../images/case_bg1.jpg) center no-repeat;
	background-size:cover;
	background-position:center;
	float:left;
}
.case_con1 ul{
	padding-left:69px;
	padding-top:30px;
}
.case_con1 ul li{
	line-height:44px;
	position:relative;
	text-indent:25px;
	transition: 0.5s;
}
.case_con1 ul li::after{
	content:'';
	position:absolute;
	left:0px;
	width:16px;
	height:1px;
	top:50%;
	margin-top:-0.5px;
	background:#fff;
	transition: 0.5s;
}
.case_con1 ul li:hover{
	text-indent:49px;
}
.case_con1 ul li:hover::after{
	width:40px;
}
.case_con1 ul li a{
	font-size:18px;
	color:#fff;
	
}
.case_con1 ul li span{
	font-size:14px;
	color:rgba(255,255,255,0.3);
	margin-left:4px;
}
.case_con2{
	width:889px;
	height:331px;
	position:relative;
	overflow: hidden;
	float:right;
}
.case_con2 a{
	position:relative;
	overflow: hidden;
}
.case_ty img{
	width:100%;
	height:331px;
	transition: .5s;
}
.case_ty:hover img{
	transform: scale(1.03);
}
.case_text{
	position:absolute;
	bottom:0px;
	left:0px;
	height:48px;
	line-height:48px;
	text-align:center;
	width:100%;
	color:#fff;
	background:rgba(0,0,0,0.4);
	letter-spacing: 2px;
}
.case_con3{
	width:502.33px;
	float:left;
	margin-right:17px;
	margin-top:17px;
	position:relative;
	overflow: hidden;
}
.case_con3:nth-child(5){
	margin-right:0px;
}
/*case end*/

/*news*/
.news{
	padding:69px 0px;
	height:611px;
	background:url(../images/news_bg.jpg) center no-repeat
}
.news_topl{
	font-size:38px;
	color:#0c0c0c;
	font-family: pfct;
	line-height:38px;
	float:left;
}
.news_topr{
	float:right;
}
.news_topr ul li{
	width:126px;
	height:41px;
	line-height:41px;
	text-align:center;
	border:1px solid #0c0c0c;
	display:inline-block;
	position:relative;
	overflow: hidden;
}
.news_topr ul li::after{
	content:'';
	position:absolute;
	left:-100%;
	top:0px;
	height:100%;
	width:100%;
	background:#007ac8;
	transition: .5s;
}
.news_topr ul li:hover{
	border:1px solid #007ac8;
}
.news_topr ul li:hover::after{
	left:0px;
}
.news_topr ul li:hover a{
	color:#fff;
}
.news_topr ul li:nth-child(2){
	margin-left:36px;
}
.news_topr ul li a{
	color:#0c0c0c;
	font-size:16px;
	font-family: pfzd;
	position:relative;
	z-index: 1;
}
.news_list{
	margin-top:46px;
}
.news_list *{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news_list ul li{
	width:487px;
	border-radius: 10px;
	padding:35px 30px;
	background:#fff;
	float:left;
	margin-right:40px;
	margin-bottom:30px;
	position: relative;
	overflow: hidden;
}
.news_list ul li a{
	position:relative;
	z-index: 1;
}
.news_list ul li:nth-child(3n){
	margin-right:0px;
}
.news_list1{
	color:rgba(12,12,12,0.7);
	font-family: pfzd;
}
.news_list2{
	color:#0c0c0c;
	font-family: pfct;
	font-size:20px;
	margin-top:22px;
	line-height:36px;
	height:72px;
}
.news_list3{
	color:#0c0c0c;
	font-family: pfzd;
	margin-top:40px;
}
.news_list3 i{
	color:#0c0c0c;
	font-size:20px;
	position:relative;
	top:2px;
}
.news_list ul li::after{
	content:'';
	position:absolute;
	top:0px;
	left:50%;
	right:50%;
	height:100%;
	width:0px;
	background:url(../images/news_bg1.jpg) center no-repeat;
	background-size:cover;
	background-position:center;
	transition: .5s;
}
.news_list ul li.action::after{
	left:0%;
	right:0%;
	width:100%;
}
.news_list ul li.action .news_list1,.news_list ul li.action .news_list2,.news_list ul li.action .news_list3{
	color:#fff;
}
.news_list ul li.action .news_list3 i{
	color:#fff;
}
/*news end*/

/*zxfw*/
.zxfw{
	background-image: linear-gradient(to right, #0170b7 , #018ae1);
	padding:55px 0px;
}
.zxfw1{
	font-size:30px;
	font-family: pfct;
	color:#fff;
	line-height:30px;
	text-align:center;
}
.zxfw2{
	font-size:14px;
	color:#fff;
	
	line-height:30px;
	text-align:center;
	margin-top:24px;
}
.zxfw3{
	margin-top:50px;
}
.zxfw3a{
	width:632px;
	height:54px;
	line-height:54px;
	border:none;
	
	font-size:16px;
	color: rgba(14,14,14,0.5);
	text-indent:26px;
	float:left;
	margin-right:41px;
}
.zxfw3 input::-webkit-input-placeholder{
	color: rgba(14,14,14,0.5);
	font-size: 16px;
	
  }
  
.zxfw3 input:-moz-placeholder{
	color: rgba(14,14,14,0.5);
	font-size: 16px;
	
  }
  
.zxfw3 input::-moz-placeholder{
	color: rgba(14,14,14,0.5);
	font-size: 16px;
	
  }
  
.zxfw3 input:-ms-input-placeholder{
	color: rgba(14,14,14,0.5);
	font-size: 16px;
	
}
.zxfw3b{
	width:282px;
}
.zxfw3 .zxfw_btn{
	width:222px;
	height:54px;
	line-height:54px;
	border:none;
	
	font-size:16px;
	color: #fff;
	text-align:center;
	background:#000;
	float:right;
	cursor: pointer;
}

/*zxfw end*/

