.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;
}
.nav_jtzb_c{ color: #fff; }
.banner{
	height:100vh;
}
.banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	overflow:hidden;
  }
.nav{
	position:fixed;
	top:0px;
	left:0px;
	z-index: 3;
	width:100%;
	box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.05);
}
.tl{
	text-align:left;
}
.tc{
	text-align:center;
}
.tt img,.tc img{
	display:inline-block;
}
.h_qywh{
	width:100%;
	background:url(/public/static/index/images/qywh_bg.jpg) center no-repeat;
	position: relative;
	overflow: hidden;
    background-size: cover;
    background-position: center;
	padding-top:105px;
	padding-bottom:138px;
}
.h_qywh_en{
	color:rgba(255,255,255,0.04);
	font-size:116px;
	font-weight:bolder;
	text-transform: uppercase;
}
.h_qywhd{
	margin-top:-150px;
}
.h_qywhd1{
	font-size:42px;
	color:#fff;
}
.h_qywhd2{
	font-size:16px;
	color:#fff;
}
.h_qywhul{
	margin-top:145px;
}
.h_qywh .left, .h_qywh .right {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 400px;
    background: #fff;
}
.h_qywhul ul{
	display: flex;
}
.h_qywhul ul li{
	flex: 1;
	text-align:center;
	color:#fff;
	cursor: pointer;
}
.h_qywhimg img{
	display: inline;
	transition: 1s;
	border-radius: 50%;
	transition: all 0.5s ease;
	box-shadow: 0px 0px 10px 10px rgba(255,255,255,0.1);
}
.h_qywhul ul li:hover img{
	transform: rotateY(180deg);
	
}
.h_qywhtext{
	font-size:20px;
	line-height:30px;
	margin-top:30px;
	color:#fff;
}
.h_news{
	padding:75px 0px;
}
.news_ty{
	text-align:center;
}
.h_news .h_qywh_en{
	color:rgba(0,0,0,0.05);
}
.h_news .h_qywhd1,.h_news .h_qywhd2{
	color:#000;
}
.h_news_content{
	margin-top:59px;
}
.h_newsl{
	width:42%;
	float:left;
}
.h_newsl1{
	position:relative;
	overflow: hidden;
}
.h_newsl1 img{
	width:100%;
	transition: .5s;
}
.h_newsltext{
	width:72%;
	background:#fff;
	box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.1);
	padding:20px 40px;
	margin:-75px auto 0px;
	position:relative;
	z-index: 1;
	overflow: hidden;
}
.h_newsltext::after{
	content:'';
	position:absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 0px;
	background:url(/public/static/index/images/nav_bj.jpg) center no-repeat;
	background-size:100% 100%;
	background-position:center;
	transition: .5s;
}
.h_newsl:hover .h_newsltext::after{
	left: 0%;
	right: auto;
	width: 100%;
}
.h_newslt1,.h_newslt2,.h_newslt3{
	position:relative;
	z-index: 1;
	transition: .5s;
}
.h_newsl:hover .h_newslt1,.h_newsl:hover .h_newslt2,.h_newsl:hover .h_newslt3{
	color:#fff;
}
.h_newslt1{
	color:#094f97;
	font-size:18px;
}
.h_newslt2{
	font-size:16px;
	color:#000;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:10px;
	height:20px;
}
.h_newslt3{
	font-size:14px;
	line-height:20px;
	color:#a8a8a8;
	height:40px;
}
.h_newsr{
	width:53%;
	float:right;
}
.h_newsr ul li{
	background:#f7f7f7;
	box-shadow: rgba(0,0,0,0.05);
	padding:10px;
	position:relative;
	overflow: hidden;
}
.h_newsr ul li::after{
	content:'';
	position:absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 0px;
	background:url(/public/static/index/images/nav_bj.jpg) center;
	background-size:100% 100%;
	background-position:center;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);

}
.h_newsr ul li:hover::after{
	left: 0%;
	right: auto;
	width: 100%;
}
.h_newsr ul li:hover .h_newsr1,.h_newsr ul li:hover .h_newsr2,.h_newsr ul li:hover .h_newsr3{
	color:#fff;
}
.h_newsr ul li a{
	position:relative;
	z-index: 1;
}
.h_newsr ul li:nth-child(2){
	margin:27px 0px;
}
.h_newsr_l{
	width:14.8%;
	float:left;
}
.h_newsr_l img{
	width:100%;
}
.h_newsr_r{
	width:72%;
	float:right;
	margin-right:10%;
}
.h_newsr1{
	font-size:18px;
	color:#191919;
	transition: .5s;
	margin-top:10px;
}
.h_newsr2{
	font-size:16px;
	color:#191919;
	font-weight:bold;
	line-height:40px;
	margin-top:10px;
	transition: .5s;
}
.h_newsr3{
	font-size:14px;
	color:rgba(25,25,25,0.5);
	transition: .5s;
}
.h_newsr4{
	width:36px;
	height:36px;
	border:1px solid #191919;
	line-height:36px;
	color:#191919;
	text-align:center;
	position:absolute;
	right:4%;
	top:50%;
	margin-top:-18px;
	border-radius: 50%;
	transition: .5s;
}
.h_newsr ul li:hover .h_newsr4{
	background:#fff;
	border:#fff 1px solid;
	color:#191919;
}
.h_product{
	position:relative;
	overflow: hidden;
}
.h_product_l{
	width:25%;
	float:left;
	background:url(/public/static/index/images/nav_bj.jpg) center;
	background-size:100% 100%;
	background-position:center;
	padding-left:10%;
	position:relative;
	overflow: hidden;
}
.h_product_h{
	display: table-cell;
    vertical-align: middle;
	height:828px;
	width:0.1%;
}
.h_product_len{
	color: rgba(17,17,17,0.04);
    font-size: 116px;
    text-transform: uppercase;
	position:absolute;
	left:10%;
	top:50px;
}

.h_product_lti1{
	font-size: 42px;
    color: #fff;
}
.h_product_lti2{
	font-size:16px;
	color:rgba(255,255,255,0.53);
}
.h_product_center{
	width:36%;
	font-size:14px;
	line-height:30px;
	color:#fff;
	text-align:justify;
	margin-top:160px;
	margin-bottom:100px;
}
.h_product_rbottom{
	height:828px;
}

.h_product_r{
	width:65%;
	float:right;
	background:url(/public/static/index/images/product_rbg.jpg) center no-repeat;
	background-size:cover;
	background-position:center;
	position:relative;
}
.h_product_rtop{
	width:200px;
	height:55px;
	line-height:55px;
	text-align:center;
	color:#fff;
	background:#fff;
	border-radius:27.5px;
	position:relative;
	overflow: hidden;
	margin-top:110px;
	margin-right:7%;
	transition: .5s;
}

.h_product_rbottom{
	width:92%;
	margin:0 auto;
}

  .h_product_rtop::before{
	content:'';
	position:absolute;
	left:-100%;
	bottom:0px;
	width:100%;
	height:100%;
	background:#000;
	transition: .5s;
  }
  .h_product_rtop a::after{
	content:'\eb08';
	display:inline-block;
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: scale(1.6);
	position:relative;
	margin-left:8px;
	top:2px;
  }

.h_product_rtop:hover::before{
	left:0px;
}

.h_product_rtop a {
    width: 200px;
    height: 55px;
    color: #000;
    transition: .5s;
	position:relative;
	z-index: 1;
    border-radius: 27.5px;
}
.h_product_rtop:hover a{
	color:#fff;
}
.h_product_rdiv{
	height:828px;
	display: table-cell;
    vertical-align: middle;
	width:0.1%;
}
.h_product_banner .swiper-slide:hover .h_product_rdiv img{
	transform: scale(1.05);
}
.h_product_rimg{
	width:80%;
	margin:0px auto 0px;
}
.h_product_rdiv img{
	width:100%;
	transition: .5s;
}
.h_product_bottom{
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-23px;
	width:100%;
	z-index: 10;
}
.h_product_bottom div{
	width:46px;
	height:46px;
	text-align:center;
	line-height:46px;
	color:#fff;
	border-radius: 50%;
	display: inline-block;
	margin-right:30px;
	cursor: pointer;
}
.h_pr{
	position:absolute;
	right:0px;
}
.h_product_bottom .swiper-button-disabled{
	color:#fff;
	background:none;
}
.h_product_bottom i{
	font-size:60px;
}
.h_product_rtext {
    width: 76%;
    padding: 30px 50px;
    position: relative;
    overflow: hidden;
    margin: 0px auto 0px;
    text-align: center;
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}
.h_product_rd1a{
	float:left;
	font-size:26px;
	color:#0d599a;
}
.h_product_rd1b{
	float:right;
	line-height:35px;
}
.h_product_rd1b a{
	font-size:16px;
	color:#0d599a;
}
.h_product_rd2{
	margin-top:30px;
	position:relative;
	overflow: hidden;
	max-height:118px;
}
.h_product_rd2 p{
	font-size:14px;
	line-height:30px;
	color:#0d599a;
	font-weight:bold;
}
.h_product_rd2 p:first-child{
	display: None !important;
}

  .h_about{
	background-size:cover;
	background-position:center;
	padding:80px 0px;
	position:relative;
	overflow: hidden;
  }
  .h_aboutl{
	width:44%;
  }
  .h_aboutlen{
	color: rgba(17,17,17,0.04);
    font-size: 116px;
    text-transform: uppercase;
	line-height:116px;
  }
  .h_aboutlti{
	margin-top:-70px;
  }
  .h_aboutlti1{
	font-size:42px;
	color:#000;
  }
  .h_aboutlti2{
	font-size:18px;
	color:rgba(36,37,38,0.64);
  }
  .h_about2{
	font-size:16px;
	color:#353535;
	line-height:34px;
	text-align:justify;
	margin-top:50px;
	margin-bottom:86px;
  }
  .h_about2 span{
	font-weight:bold;
  }
  .h_about3 ul{
	display: flex;
  }
  .h_about3 ul li{
	text-align:center;
  }
  .h_about3 ul li:nth-child(2){
	margin:0px 15%;
  }
  .h_about3 .count{
	color:#0c0c0c;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bolder;
	display: inline-block;
	font-size:48px;
	letter-spacing: -3px;
  }
  .h_about3 .h_about3a1{
	display:inline-block;
	margin-left:0px;
	font-size:10px;
	width:20px;
	height:20px;
	text-align:center;
	line-height:20px;
	background:url(/public/static/index/images/nav_bj.jpg) center;
	background-size:100% 100%;
	background-position:center;
	color:#fff;
	border-radius: 50%;
  }
  .h_about3b{
	font-size:16px;
	color:rgba(12,12,12,0.64);
  }
  .h_about4{
	width: 200px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    border-radius: 27.5px;
	position:relative;
	overflow: hidden;
	margin-top:70px;
	transition: 1s;
  }
  .h_about4::after{
	content:'';
	position:absolute;
	right:0px;
	bottom:0px;
	width:100%;
	height:100%;
	background: url(/public/static/index/images/nav_bj.jpg) center;
    background-size: 100% 100%;
    background-position: center;
	transition: 1s;
  }
  .h_about4::before{
	content:'';
	position:absolute;
	left:-100%;
	bottom:0px;
	width:100%;
	height:100%;
	background:#000;
	transition: 1s;
  }
  .h_about4 i {
    font-size: 16px;
	display: inline-block;
	transform: scale(1.6);
	position:relative;
	margin-left:8px;
	top:2px;
}
.h_about4:hover::before{
	left:0px;
}
.h_about4:hover::after{
	right:-100%;
}
.h_about4 a {
    width: 200px;
    height: 55px;
    color: #fff;
    transition: .5s;
	position:relative;
	z-index: 1;
    border-radius: 27.5px;
}

.h_aboutr{
	width:50%;
	position:absolute;
	top:80px;
	right:0px;
}
.h_aboutr img{
	width:100%;
	height:642px;
}

@media only screen and (max-width: 1100px){
	.banner{
		width:100%;
		margin-top:70px;
		height:250px;
	}
	.banner img{
		width:100%;
	}
	.h_about {
		padding: 30px 0px;
		position: relative;
		overflow: hidden;
	}
	.h_qywh {
		width: 100%;
		background: url(/public/static/index/images/qywh_bg.jpg) center no-repeat;
		background-size: cover;
		background-position: center;
		text-align: center;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.h_aboutl {
		width: 100%;
	}
	.h_aboutr {
		width: 100%;
		position: relative;
		top: 0px;
		right: 0px;
	}
	.h_qywhul ul {
		display: inline;
	}
	.h_qywhul ul li {
		flex: 1;
		text-align: center;
		color: #fff;
		cursor: pointer;
		width:33.33%;
		float:left;
	}
	.h_qywhtext {
		font-size: 10px;
		line-height: 30px;
		margin-top: 0px;
		margin-bottom:20px;
		color:#fff;
	}
	.h_qywhul ul li:first-child{
		display:none;
	}
	.h_qywh_en {
		color: rgba(255,255,255,0.04);
		font-size: 30px;
		text-transform: uppercase;
	}
	.h_qywhd {
		margin-top: -30px;
	}
	.h_qywhd1 {
		font-size: 22px;
		color: #fff;
	}
	.h_qywhd2 {
		font-size: 12px;
		color: #fff;
	}
	.h_qywhul {
		margin-top: 50px;
		padding-bottom: 0px;
	}
	.h_qywhimg img{
		width:50%;
		margin:0 auto;
	}
	.h_aboutlen {
		color: rgba(17,17,17,0.04);
		font-size: 30px;
		text-transform: uppercase;
		line-height:30px;
		text-align:center;
	}
	.h_aboutlti {
		margin-top: -20px;
		text-align:center;
	}
	.h_aboutlti1 {
		font-size: 22px;
		color: #000;
	}
	.h_aboutlti2 {
		font-size: 12px;
		color: rgba(36,37,38,0.64);
	}
	.h_about2 {
		font-size: 14px;
		color: #353535;
		line-height: 30px;
		text-align: justify;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.h_about3 .count {
		color: #0c0c0c;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		display: inline-block;
		font-size: 22px;
		letter-spacing: -3px;
	}
	.h_about3 .h_about3a1 {
		display: inline-block;
		margin-left: -0px;
		font-size: 10px;
		width: 20px;
		height: 20px;
		text-align: center;
		line-height: 20px;
		background: url(/public/static/index/images/nav_bj.jpg) center;
		background-size: 100% 100%;
		background-position: center;
		color: #fff;
		border-radius: 50%;
	}
	.h_about3b {
		font-size: 12px;
		color: rgba(12,12,12,0.64);
	}
	.h_about4 {
		width: 100px;
		height: 34px;
		line-height: 34px;
		text-align: center;
		color: #fff;
		background: url(/public/static/index/images/nav_bj.jpg) center;
		background-size: 100% 100%;
		background-position: center;
		border-radius: 17px;
		position: relative;
		margin:30px auto;
	}
	.h_about4 a {
		width: 100px;
		height: 34px;
		color: #fff;
		transition: .5s;
		border-radius: 27.5px;
		font-size:12px;
	}
	.h_about4 i{
		display:none;
	}
	.h_aboutr img {
		width: 100%;
		height: auto;
	}
	.h_product_l {
		width: 94%;
		float: none;
		background: url(/public/static/index/images/nav_bj.jpg) center;
		background-size: 100% 100%;
		background-position: center;
		padding:0 3%;
	}
	.h_product_h{
		height:auto;
	}
	.h_product_len {
		color: rgba(17,17,17,0.04);
		font-size: 30px;
		text-transform: uppercase;
		position: relative;
		left: 0%;
		top: 0px;
		padding-top:30px;
		text-align:center;
	}
	.h_product_lti {
		margin-top: -30px;
		text-align:center;
	}
	.h_product_lti1 {
		font-size: 22px;
		color: #fff;
	}
	.h_product_lti2 {
		font-size: 12px;
		color: rgba(255,255,255,0.53);
	}
	.h_product_center {
		width: 100%;
		font-size: 14px;
		line-height: 30px;
		color: #fff;
		text-align: justify;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.h_product_rd1a{
		font-size:16px;
	}
	.h_newslt3{
		font-size:12px;
	}
	.h_product_rd1b a{
		display:None;
	}
	.h_product_rd2{
		margin-top:10px;
	}
	.h_product_rd2 p {
		font-size: 12px;
		line-height: 30px;
		color: #0d599a;
		text-align: left;
	}
	.h_product_bottom i{
		font-size:40px;
	}
	.h_product_rdiv,.h_product_rbottom{
		height:auto;
	}
	.h_product_bottom{
		top:50%;
		margin-top:-55px;
	}
	.h_product_rd1{
		color:#fff;
	}
	.h_product_rbottom{
		width:100%;
	}
	.h_product_rtext{
		padding:20px 4%;
		width:90%;
	}
	.h_product_rimg{
		width:100%;
	}
	.h_product_bottom div {
		width: 46px;
		margin-right:0px;
		height: 46px;
	}
	.h_product_r {
		width: 100%;
		float: none;
		padding-bottom:0px;
	}
	.h_product_rtop {
		width: 100px;
		height: 34px;
		line-height: 34px;
		text-align: center;
		color: #fff;
		background: url(/public/static/index/images/nav_bj.jpg) center;
		background-size: 100% 100%;
		background-position: center;
		border-radius: 17px;
		position: relative;
		float: none;
		margin:30px auto;
	}
	.h_product_rtop a {
		width: 100px;
		height: 34px;
		color: #fff;
		transition: .5s;
		border-radius: 27.5px;
		font-size:12px;
	}
	.h_product_rtop i{
		display:none;
	}
	.h_product_rtext {
		font-size: 14px;
		text-align: center;
		line-height: 40px;
		color: #000;
	}
	.h_news {
		padding:30px 0px;
	}
	.h_news_content {
		margin-top: 30px;
		padding-bottom: 30px;
	}
	.h_newsl {
		width: 100%;
		float: none;
	}
	.h_newsltext {
		width: 82%;
		background: #fff;
		box-shadow: 0px 0px 10px 10px rgb(0 0 0 / 10%);
		padding: 10px;
		margin: -75px auto 0px;
		position: relative;
		z-index: 1;
		overflow: hidden;
	}
	.h_newsr {
		width: 100%;
		float: none;
		margin-top:20px;
	}
	.h_newsr ul li {
		box-shadow: rgba(0,0,0,0.05);
		height: auto;
		padding: 20px 5%;
		position: relative;
		overflow: hidden;
	}
	.h_newsr_l{
		display:none;
	}
	.footer_l3 div:nth-child(2){
		margin-right:0px;
	}
	.h_newsr_r {
		width: 100%;
		float: none;
		margin-right: 0%;
	}
	.h_newsr4{
		display:none;
	}
	.h_newsr2 {
		font-size: 16px;
		color: #191919;
		font-weight: 400;
		line-height: 30px;
		margin-top: 0px;
		transition: .5s;
	}
	.h_newslt2 {
		font-size: 16px;
		color: #000;
		font-weight: 400;
		margin-top: 5px;
		margin-bottom: 5px;
		height: 20px;
	}
	.h_newsr3 {
		font-size: 12px;
		color: rgba(25,25,25,0.5);
		transition: .5s;
	}
	.h_newsr ul li:nth-child(2) {
		margin: 10px 0px;
	}
	.h_about3 ul li:nth-child(2) {
		margin: 0px;
	}
	
	.h_about3 ul li {
		text-align: center;
		flex: 1;
	}
	.h_product_rimg{
		padding:0px;
	}
	.h_qywh .left, .h_qywh .right {
		display:none;
	}
}
