
@charset "utf-8";

/* 公共样式 */
.ibanner,
.inc_banner{
	font-size: 0;
}

.ibanner img,
.inc_banner img{
	width: 100%;
}




.inc_banner{
	position: relative;
}
.inc_banner .provnav{
	color: #fff;
	font-size: 16px;
	line-height: 110px;
	width: 100%;
	height: 110px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.4);
}
.inc_banner .provnav .breadcrumb{
	float: left;
}
.inc_banner .provnav .breadcrumb li{
	height: 100%;
	padding-right: 30px;
	margin-right: 15px;
	position: relative;
	display: inline-block;
}
.inc_banner .provnav .breadcrumb li:last-child{
	padding-right: 0;
	margin-right: 0;
}
.inc_banner .provnav .breadcrumb li::after{
	content: '>';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.inc_banner .provnav .breadcrumb li:last-child:after{
	display: none;
}
.inc_banner .provnav .breadcrumb li a{
	height: 100%;
	display: inline-block;
}
.inc_banner .provnav .breadcrumb li:hover a{
	color: #101f3e;
}
.inc_banner .provnav .agrop{
	float: right;
}
.inc_banner .provnav .agrop a{
	height: 100%;
	margin-right: 40px;
	display: inline-block;
}
.inc_banner .provnav .agrop a:last-child{
	margin-right: 0;
} 
.inc_banner .provnav .agrop a.on,
.inc_banner .provnav .agrop a:hover
{
	color: #101f3e;
}




.pub_tit i{
	color: #dedede;
	font-size: 48px;
	font-weight: bold;
	font-family: 'Bahnschrift';
	text-transform: uppercase;
	display: block;
}
.pub_tit h2{
	color: #333;
	font-size: 30px;
	font-weight: bold;
	position: relative;
	z-index: 99;
	display: inline-block;
}
.pub_tit h2::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 230px;
	height: 12px;
	z-index: -1;
	background-image: linear-gradient(to right,rgba(16,31,62,0.3),rgba(255,255,255,0));
}
.pub_center{
	text-align: center;
}
.pub_center h2::after{
	left: -20px;
}




.pub_tit2 h2::after{
	left: -15px;
	width: 230px;
}




.ipub_titbox{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ipub_titbox .pub_tit h2::after{
	width: 230px;
}




.pub_txt{
	color: #666;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}




.pub_menu{
	color: #666;
	font-size: 16px;
	line-height: 110px;
	height: 110px;
	box-sizing: border-box;
	border-bottom: 1px solid #e0e0e0;
}
.pub_menu .agrop{
	float: left;
	height: 110px;
}
.pub_menu .agrop a{
	color: #333;
	height: 100%;
	margin-right: 80px;
	display: inline-block;
	position: relative;
}
.pub_menu .agrop a:last-child{
	margin-right: 0;
}
.pub_menu .agrop a.on,
.pub_menu .agrop a:hover
{
	color: #101f3e;
}
/* .pub_menu .agrop a::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	transition: all .5s;
	background-color: #101f3e;
}
.pub_menu .agrop a.on::after,
.pub_menu .agrop a:hover:after
{
	width: 100%;
} */
.pub_menu .breadcrumb{
	height: 110px;
	float: right;
	padding-left: 45px;
	box-sizing: border-box;
	position: relative;
}
.pub_menu .breadcrumb::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 0;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/home_icon.png);
}
.pub_menu .breadcrumb li{
	padding-right: 20px;
	margin-right: 10px;
	display: inline-block;
	position: relative;
}
.pub_menu .breadcrumb li:last-child{
	padding-right: 0;
	margin-right: 0;
}
.pub_menu .breadcrumb li::after{
	content: '/';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	color: #c6c6c6;
	font-size: 16px;
}
.pub_menu .breadcrumb li:last-child:after{
	display: none;
}
.pub_menu .breadcrumb li a:hover{
	color: #101f3e;
}




.pub_more{
	color: #666;
	font-size: 16px;
	line-height: 45px;
	width: 200px;
	height: 45px;
	position: relative;
	box-sizing: border-box;
	border-bottom: 1px solid #e3e3e3;
}
.pub_more:hover{
	color: #101f3e;
}
.pub_more::before,
.pub_more::after
{
	content: '';
	position: absolute;
}
.pub_more::before{
	left: 0;
	bottom: -1px;
	width: 0;
	height: 1px;
	transition: all .5s;
	background-color: #101f3e;
}
.pub_more:hover::before{
	width: 100%;
}
.pub_more::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 0;
	width: 7px;
	height: 14px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/pub_more.png);
}




.swiper .swiper-pagination{
	bottom: 0;
}
.swiper .swiper-pagination-bullet{
	opacity: 1;
	border: none;
	outline: none;
}




.pub_slide  .swiper-pagination{
	bottom: 40px;
}
.pub_slide  .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	margin: 0 10px!important;
	transition: all .5s;
	background-color: #ccc;
}
.pub_slide  .swiper-pagination-bullet-active{
	background-color: #101f3e;
}




.service{
	padding-bottom: 90px;
}
.service .listbox .list{
	width: 400px;
	height: 180px;
	float: left;
	margin-right: 50px;
	position: relative;
	background-color: #f5f5f5;
}
.service .listbox .list:last-child{
	margin-right: 0;
}
.service .listbox .list:hover{
	background-color: #101f3e;
}
.service .list a{
	width: 100%;
	height: 100%;
	padding: 45px 50px 35px 30px;
	box-sizing: border-box;
	display: inline-block;
}
.service .list .text{
	width: 220px;
	float: left;
}
.service .list h4{
	color: #000;
	font-size: 24px;
	margin-bottom: 15px;
}
.service .list .txt{
	color: #666;
	font-size: 15px;
	line-height: 24px;
}
.service .list:hover h4,
.service .list:hover .txt
{
	color: #fff;
}
.service .list i{
	display: block;
	float: right;
	margin-top: 15px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}
.service .list:nth-child(1) i{
	width: 80px;
	height: 60px;
	background-image: url(../images/service_icon1.png);
}
.service .list:nth-child(2) i{
	width: 60px;
	height: 60px;
	background-image: url(../images/service_icon2.png);
}
.service .list:nth-child(3) i{
	width: 40px;
	height: 55px;
	background-image: url(../images/service_icon3.png);
}
.service .list:hover:nth-child(1) i{
	background-image: url(../images/service_icon11.png);
}
.service .list:hover:nth-child(2) i{
	background-image: url(../images/service_icon22.png);
}
.service .list:hover:nth-child(3) i{
	background-image: url(../images/service_icon33.png);
}
.service .list:hover:nth-child(4) i{
	background-image: url(../images/service_icon44.png);
}




.page{
	text-align: center;
	padding: 40px 0;
}
.page .pagination{
	display: inline-block;
}
.page .pagination li{
	float: left;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #333;
	margin: 0 5px;
	background-color: #eee;
}
.page .pagination li span,
.page .pagination li a{
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 3px;
}
.page .pagination li.active,
.page .pagination li:hover{
	color: #fff;
	background-color: #101f3e;
}




.header{
	width: 100%;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	box-sizing: border-box;
}
.header.on,
.header:hover
{
	background-color: #fff;
}
.header  h1,
.header  .nav
{
	margin-top: 25px;
}
.header  h1{
	width: 200px;
	height: 50px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}
.header  h1 a{
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	display: inline-block;
}
.header .nav{
	float: right;
	display: inline-block;
}
.header .nav li{
	color: #fff;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	margin: 0 5px;
	display: inline-block;
}
.header.on .nav li,
.header:hover .nav li
{
	color: #333;
}
.header .nav li.on,
.header .nav li:hover
{
	color: #101f3e;
}
.header .nav li a{
	width: 100%;
	height: 100%;
	padding: 0 27px;
	display: inline-block; 
}
.header .agrop{
	float: right;
	margin-top: 40px;
	display: inline-block;
}
.header .agrop a{
	width: 28px;
	height: 20px;
	float: left;
	display: block; 
	margin-right: 35px;
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.header .agrop a:last-child{
	margin-right: 0;
}
.header .agrop .search{
	background-image: url(../images/search.png);
}
.header.on .agrop .search,
.header:hover .agrop .search
{
	background-image: url(../images/search2.png);
}
.header .agrop .load{
	background-image: url(../images/down.png);
}
.header.on .agrop .load,
.header:hover .agrop .load
{
	background-image: url(../images/down2.png);
}
.header .agrop a::after{
	content: '';
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background-color: #fff;
}
.header:hover .agrop a::after{
	background-color: #c8c8c8;
}
.header .agrop a:last-child:after{
	display: none;
}
.header .form_box{
	width:100%;
	position: absolute;
	left:0;
	/* top:90px; */
	bottom: -105px;
	text-align: center;
	background:rgba(0,0,0,.3);
	display:none;
	z-index: 122;
}
.header .form_box form{
	display:inline-block;
	position: relative;
	margin:25px 0;
	border-radius: 4px;
	overflow: hidden;
	box-sizing: border-box;
	width:90%;
	max-width:650px;
}
.header .form_box form input.text{
	width:650px;
	height:50px;
	line-height:50px;
	border-bottom:1px solid #ccc;
	background:none;
	font-size:15px;
	color:#666;
	background:#fff;
	padding-left:15px;
	box-sizing: border-box;
}
.header .form_box form input.submit{
	width:50px;
	height:50px;
	background: none;
	display:inline-block;
	background-size: 22px 22px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/search2.png);
	position: absolute;
	right:15px;
	top:0;
}




.topnav2{
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	z-index: 99;
	overflow: hidden;
	transition: all .5s ease-in-out;
	background-color: #f4f4f4;
}
/* .topnav2 .listbox{
	position: relative;
	max-width: 1300px;
	min-height: 360px;
	margin: 0 auto;
} */
.topnav2 .list{
	/* position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3; */
	display: none;
}
.topnav2 .list .textbox{
	max-width: 1300px;
	margin: 0 auto;
	padding: 90px 0 70px 0;
}
/* .topnav2 .list.on{
	display: block;
} */
.topnav2 .list .text{
	width: 250px;
	float: left;
}
.topnav2 .list .text h4{
	color: #101f3e;
	font-size: 24px;
	font-weight: bold;
}
.topnav2 .list .text p{
	color: #666;
	font-size: 16px;
	line-height: 30px;
	margin-top: 25px;
}
.topnav2 .list .text .more{
	color: #101f3e;
	font-size: 16px;
	font-style: oblique;
	padding-right: 35px;
	box-sizing: border-box;
	margin-top: 25px;
	display: inline-block;
	position: relative;
}
.topnav2 .list .text .more::after{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/header_more.png);
}
.topnav2 .list .itembox{
	width: 950px;
	float: right;
}
.topnav2 .list .item{
	width: 170px;
	float: left;
	margin-right: 25px;
}
.topnav2 .list .item:last-child{
	margin-right: 0;
}
.topnav2 .list .item .img{
	height: 100px;
}
.topnav2 .list .item p{
	color: #333;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	box-sizing: border-box;
	border-bottom: 2px solid #eaeaea;
}




.footer{
	color: #999;
	padding: 60px 0 20px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/ftbg.jpg);
}
.footer .textbox .ftlogo{
	width: 255px;
	height: 60px;
	float: left;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	/*background-image: url(../images/ftlogo.png);*/
}
.footer .textbox .ftnav{
	float: right;
}
.footer .textbox .ftnav dl{
	float: left;
	margin-right: 65px;
}
.footer .textbox .ftnav dl:last-child{
	margin-right: 0;
}
.footer .textbox .ftnav dt{
	color: #ddd;
	font-size: 16px;
	margin-bottom: 20px;
}
.footer .textbox .ftnav dd{
	color: #999;
	font-size: 14px;
	line-height: 36px;
}
.footer .textbox .ftnav dt a,
.footer .textbox .ftnav dd a
{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.footer .textbox .ftnav dt:hover a,
.footer .textbox .ftnav dd:hover a
{
	text-decoration: underline;
}
.footer .textbox2{
	margin-top: 10px;
}
.footer .textbox2 .text{
	font-size: 16px;
	float: left;
}
.footer .textbox2 .text h4{
	color: #fff;
	margin-bottom: 15px;
}
.footer .textbox2 .text .item{
	color: #999;
	text-align: center;
	width: 100px;
	float: left;
	margin-right: 20px;
}
.footer .textbox2 .text .item:last-child{
	margin-right: 0;
}
.footer .textbox2 .text .item .img{
	width: 100px;
	height: 100px;
	margin-bottom: 12px;
}
.footer .textbox2 .text .item .img img{
	width: 100%;
	height: 100%;
} 
.footer .textbox2 .agrop{
	float: right;
	margin-top: 90px;
}
.footer .textbox2 .agrop a{
	width: 50px;
	height: 50px;
	float: left;
	display: block;
	margin-right: 15px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}
.footer .textbox2 .agrop a:last-child{
	margin-right: 0;
}
/* .footer .textbox2 .agrop .dy{
	background-image: url(../images/share_dy.png);
}
.footer .textbox2 .agrop .wb{
	background-image: url(../images/share_wb.png);
}
.footer .textbox2 .agrop .yt{
	background-image: url(../images/share_yt.png);
}
.footer .textbox2 .agrop .xhs{
	background-image: url(../images/share_xhs.png);
}
.footer .textbox2 .agrop .bl{
	background-image: url(../images/share_bl.png);
} */
.footer .copy{
	color: #666;
	font-size: 14px;
	line-height: 30px;
	padding-top: 10px;
	margin-top: 40px;
	border-top: 1px solid #393939;
}
.footer .copy a:hover{
	color: #ffffff;
}



.ibanner .swiper-pagination{
	bottom: 35px;
}
.ibanner .swiper-pagination-bullet{
	width: 40px;
	height: 3px;
	margin: 0 10px!important;
	border-radius: 0;
	background-color: #fff;
}
.ibanner .swiper-pagination-bullet-active{
	background-color: #101f3e;
}




.ipro{
	padding-top: 85px;
}
.ipro .pub_tit{
	margin-bottom: 70px;
}
.ipro .pub_tit h2{
	font-weight: normal;
}
.ipro .pub_tit h2::after{
	width: 230px;
	left: 60px;
}
.ipro .findpro_box {
	box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
}
.ipro .findpro_box .item {
	float: left;
	width: 25%;
	text-align: center;
	padding: 18px 22px;
	border-right: 1px solid #f4f4f4;
	box-sizing: border-box;
	transition: all 0.3s;
}
.ipro .findpro_box .item:last-child {
	border-right: 0;
}
.ipro .findpro_box .item i {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 15px;
}
.ipro .findpro_box .item:nth-child(1) i {
	background-image: url(../images/ipro_icon1.svg);
}
.ipro .findpro_box .item:nth-child(2) i {
	background-image: url(../images/ipro_icon2.svg);
}
.ipro .findpro_box .item:nth-child(3) i {
	background-image: url(../images/ipro_icon3.svg);
}
.ipro .findpro_box .item:nth-child(4) i {
	background-image: url(../images/ipro_icon4.svg);
}
.ipro .findpro_box .item h4 {
	font-size: 18px;
	color: #666;
	margin-bottom: 10px;
}
.ipro .findpro_box .item p {
	font-size: 14px;
	color: #999;
}
.ipro .findpro_box .item .item1 {
	display: inline-block;
	height: 183px;
	width: 100%;
	padding: 31px 0;
	box-sizing: border-box;
}
.ipro .findpro_box .item .item2 {
	display: none;
	/* padding-top: 1%; */
	height: 170px;
	overflow: hidden;
}
.ipro .findpro_box .item .item2 ul {
	height: 160px;
	overflow: hidden;
}
.ipro .findpro_box .item .item2 ul li {
	float: left;
	font-size: 16px;
	color: #666;
	line-height: 1.3;
	margin-bottom: 20px;
	/*line-height: 43px;*/
	padding-right: 20px;
	width: calc(33% - 20px);
	text-align: left;
}
.ipro .findpro_box .item .item2 ul li:last-of-type{
	margin-bottom: 0;
}
.ipro .findpro_box .item .item2 ul li:hover {
	color: #101f3e;
}
/* 鼠标悬浮 */
.ipro .findpro_box .show .item1 {
	float: left;
	background: #101f3e;
	width: 38.5%;
	position: relative;
}
.ipro .findpro_box .show .item1::after {
	content: '';
	border: solid 12px transparent;
	position: absolute;
	right: -24px;
	top: 20%;
	border-left-color: #101f3e;
}
.ipro .findpro_box .show .item1 h4,
.ipro .findpro_box .show .item1 p {
	color: #fff;
}
.ipro .findpro_box .show {
	width: 48%;
}
.ipro .findpro_box .remove {
	width: 17%;
}
.ipro .findpro_box .show:nth-child(1) .item1 i {
	background-image: url(../images/ipro_icon11.svg);
}
.ipro .findpro_box .show:nth-child(2) .item1 i {
	background-image: url(../images/ipro_icon22.svg);
}
.ipro .findpro_box .show:nth-child(3) .item1 i {
	background-image: url(../images/ipro_icon33.svg);
}
.ipro .findpro_box .show:nth-child(4) .item1 i {
	background-image: url(../images/ipro_icon44.svg);
}
.ipro .findpro_box .show .item2 {
	display: block;
	float: right;
	width: 55%;
}




.iab{
	padding-top: 105px;
}
.iab .textbox{
	margin-bottom: 80px;
}
.iab .textbox .pub_tit{
	float: left;
}
.iab .textbox .txt{
	color: #666;
	font-size: 16px;
	line-height: 30px;
	max-width: 670px;
	float: right;
}
.iab .listbox{
	width: 100%;
	height: 550px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/iabbg.jpg);
}
.iab .listbox .list{
	width: 433px;
	height: 550px;
	float: left;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	/* background-color: rgba(0, 0, 0, 0.3); */
}
.iab .listbox .list .mask1{
	display: block;
}
@-ms-keyframes quan{
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
	}
}
@-webkit-keyframes quan{
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
	}
}
@keyframes quan{
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
	}
}
.iab .listbox .list h4{
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	width: 205px;
	height: 205px;
	line-height: 205px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.iab .listbox .list h4::after{
	z-index: -1;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../images/rotate.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	animation: quan 15s infinite linear;
}
.iab .listbox .list .mask2{
	width: 100%;
	height: 100%;
	position: relative;
	display: none;
	z-index: 99;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.iab .listbox .list .mask2::after{
	content: '';
	width: 100%;
	height: 200px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	background-image: linear-gradient(to top,rgba(129,26,30,0.8),rgba(129,26,30,0));
}
.iab .listbox .list .mask2 .text{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 30px;
	color: #fff;
	width: 100%;
	box-sizing: border-box;
}
.iab .listbox .list .mask2 .text h5{
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 25px;
}
.iab .listbox .list .mask2 .text .txt{
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}
.iab .listbox .list:hover .mask1{
	display: none;
}
.iab .listbox .list:hover .mask2{
	display: block;
}




.ipro2{
	padding: 110px 0;
}
.ipro2 .ipub_titbox{
	margin-bottom: 45px;
}
.ipro2_slide .swiper-wrapper{
	margin-bottom: 80px;
}
.ipro2_slide .swiper-slide{
	height: 510px;
	position: relative;
}
.ipro2_slide .img{
	height: 380px;
}
.ipro2_slide .img2{
	width: 120px;
	height: 250px;
	position: absolute;
	right: 60px;
	bottom: 0;
	/* box-shadow: 1px 1px 15px #dfdfdf; */
}
.ipro2_slide .img2 img{
	width: 100%;
	height: 100%;
}
.ipro2_slide h4{
	color: #333;
	font-size: 24px;
	font-weight: bold;
	padding: 0 35px;
	box-sizing: border-box;
	margin-top: 35px;
}
.ipro2_slide p{
	color: #666;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	width: 150px;
	height: 30px;
	margin-top: 12px;
	position: relative;
	transition: all .3s;
}
.ipro2_slide .swiper-slide:hover p{
	color: #fff;
}
.ipro2_slide p::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: -1;
	transition: all .3s;
	background-size: contain;
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-image: url(../images/ipro2_icon.png);
}
.ipro2_slide .swiper-slide:hover p::after{
	opacity: 1;
}
.ipro2_slide .swiper-pagination{
	bottom: 0;
}
.ipro2_slide .swiper-pagination-bullet{
	width: 40px;
	height: 3px;
	border-radius: 0;
	margin: 0 8px!important;
	background-color: #e5e5e5;
}
.ipro2_slide .swiper-pagination-bullet-active{
	background-color: #101f3e;
}




.iab2{
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}
.iab2 .listbox .list{
	position: relative;
}
.iab2 .list .img{
	width: 100%;
	height: 770px;
	overflow: hidden;
}
.iab2 .list .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.iab2 .iab2_slide{
	width: 370px;
	height: 370px;
	position: absolute;
	top: 130px;
	right: 400px;
	background-color: rgba(0,0,0,0.7);
}
.iab2_slide::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 330px;
	height: 330px;
	border: 1px solid #101f3e;
}
.iab2_slide .text{
	color: #fff;
	padding: 70px 40px 40px 40px;
	box-sizing: border-box;
}
.iab2_slide .text h4{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}
.iab2_slide .text p{
	font-size: 16px;
	line-height: 36px;
}
.iab2_slide .swiper-pagination{
	color: #fff;
	font-size: 16px;
	width: auto;
	left: auto;
	right: 50px;
	bottom: 70px;
}
.iab2_slide .swiper-pagination .dangqian{
	font-size: 24px;
	font-weight: bold;
}
.iab2 .hd{
	max-width: 1300px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	background-color: rgba(16,31,62,.9);
}
.iab2 .hd li{
	color: #fff;
	text-align: center;
	width: 25%;
	height: 120px;
	float: left;
	padding-top: 20px;
	box-sizing: border-box;
	border-right: 1px solid #fff;
}
.iab2 .hd li:last-child{
	border-right: none;
}
.iab2 .hd li:hover{
	cursor: pointer;
}
.iab2 .hd li h4{
	font-size: 48px;
	font-weight: bold;
}
.iab2 .hd li h4 sup{
	font-size: 18px;
	margin-left: 10px;
	display: inline-block;
}
.iab2 .hd li p{
	font-size: 18px;
	margin-top: 4px;
}




.inews{
	padding: 100px 0 85px 0;
}
.inews .ipub_titbox{
	margin-bottom: 55px;
}
.inews .listbox .list{
	color: #666;
	width: 410px;
	float: left;
	margin-right: 35px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
}
.inews .listbox .list:last-child{
	margin-right: 0;
}
.inews .list a{
	width: 100%;
	height: 100%;
	padding: 25px 25px 55px 25px;
	box-sizing: border-box;
	display: inline-block;
}
.inews .list .img{
	height: 240px;
}
.inews .list h4,
.inews .list p
{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.inews .list h4{
	color: #000;
	font-size: 16px;
	-webkit-line-clamp: 1;
	margin-top: 40px;
}
.inews .list p{
	font-size: 15px;
	line-height: 30px;
	-webkit-line-clamp: 2;
	margin-top: 20px;
}
.inews .list .time{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 15px;
	box-sizing: border-box;
	margin-top: 25px;
}
.inews .list span{
	font-size: 16px;
	display: block;
}
.inews .list i{
	width: 40px;
	height: 8px;
	display: block;
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/inews_more1.png);
}
.inews .list:hover i{
	background-image: url(../images/inews_more2.png);
}
.inews .list i::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -15px;
	right: -8px;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	border-radius: 50%;
	display: none;
	border: 1px solid #101f3e;
}
.inews .list:hover i::after{
	display: block;
}




.contact{
	padding: 90px 0;
}
.contact .txt{
	margin: 20px 0 70px 0;
}
.contact .listbox .list{
	color: #333;
	font-size: 16px;
	text-align: center;
	width: 400px;
	height: 290px;
	float: left;
	padding: 40px 80px;
	box-sizing: border-box;
	margin-right: 20px;
	box-shadow:	 1px 1px 40px #f4f4f4;
	background-color: #fff;
}
.contact .listbox .list:last-child{
	padding: 0;
	margin-right: 0;
}
.contact .listbox .list:hover{
	color: #fff;
	background-color: #101f3e;
}
.contact .list a{
	width: 100%;
	height: 100%;
	padding: 40px 80px;
	box-sizing: border-box;
	display: inline-block;
}
.contact .list i{
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}
.contact .list:nth-child(1) i{
	background-image: url(../images/con_icon1.svg);
}
.contact .list:nth-child(2) i{
	background-image: url(../images/con_icon3.svg);
}
.contact .list:nth-child(3) i{
	background-image: url(../images/con_icon2.svg);
}
.contact .list:hover:nth-child(1) i{
	background-image: url(../images/con_icon11.svg);
}
.contact .list:hover:nth-child(2) i{
	background-image: url(../images/con_icon33.svg);
}
.contact .list:hover:nth-child(3) i{
	background-image: url(../images/con_icon22.svg);
}
.contact .list h4{
	margin-top: 20px;
}
.contact .list .text{
	line-height: 30px;
	margin-top: 35px;
}



.message{
	padding-bottom: 70px;
}
.message .pub_tit{
	margin-bottom: 20px;
}
.message .formbox{
	padding: 70px 0 145px 0;
	margin-top: 30px;
	background-color: #fafafa;
}
.message .formbox form{
	max-width: 1300px;
	margin: 0 auto;
	display: block;
}
.message .ligrop{
	display: flex;
	justify-content: space-between;
}
.message .mode{
	margin-bottom: 70px;
}
.message .li{
	width: 620px;
	padding: 0 15px;
	box-sizing: border-box;
	border-bottom: 1px solid #878787;
}
.message .li p{
	color: #000;
	font-size: 16px;
}
.message .li input,
.message .msg textarea
{
	color: #666;
	font-size: 16px;
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: transparent;
}
.message .li input::-webkit-input-placeholder{
	color: #666;
}
.message .msg{
	width: 100%;
	margin-bottom: 110px;
}
.message .code .li{
	position: relative;
}
.message .code .li .img{
	width: 170px;
	height: 60px;
	position: absolute;
	right: 0;
	bottom: 5px;
}
.message .code .li .img:hover{
	cursor: pointer;
}
.message .code .li .img img{
	width: 100%;
	height: 100%;
}
.message .code  button{
	color: #fff;
	font-size: 16px;
	line-height: 60px;
	width: 43%;
	height: 60px;
	border: none;
	outline: none;
	border-radius: 5px;
	margin-top: 25px;
	background-color: #101f3e;
}
.message .code  button:hover{
	cursor: pointer;
	background-color: #101f3e;
}




.news{
	padding: 80px 0 20px 0;
}
.news .listbox .list{
	color: #666;
	width: 410px;
	float: left;
	margin: 0 35px 60px 0;
	position: relative;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
}
.news .listbox .list:nth-child(3n){
	margin-right: 0;
}
.news .list a{
	width: 100%;
	height: 100%;
	padding: 25px 25px 55px 25px;
	box-sizing: border-box;
	display: inline-block;
}
.news .list .img{
	height: 240px;
}
.news .list h4,
.news .list p
{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.news .list h4{
	color: #000;
	font-size: 16px;
	-webkit-line-clamp: 1;
	margin-top: 40px;
}
.news .list p{
	font-size: 15px;
	line-height: 30px;
	-webkit-line-clamp: 2;
	margin-top: 20px;
}
.news .list .time{
	padding-right: 15px;
	box-sizing: border-box;
	margin-top: 25px;
}
.news .list span{
	font-size: 16px;
	float: left;
	display: block;
	padding-right: 20px;
	margin-right: 10px;
	position: relative;
}
.news .list span::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 10px;
	background-color: #bbb;
}
.news .list em{
	color: #bbb;
	font-size: 14px;
	float: left;
	display: block;
	padding-left: 35px;
	position: relative;
}
.news .list em::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 5px;
	width: 24px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/look.svg);
}
.news .list i{
	width: 40px;
	height: 8px;
	float: right;
	display: block;
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/inews_more1.png);
}
.news .list:hover i{
	background-image: url(../images/inews_more2.png);
}
.news .list i::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -15px;
	right: -8px;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	border-radius: 50%;
	display: none;
	border: 1px solid #101f3e;
}
.news .list:hover i::after{
	display: block;
}
.news .page{
	padding: 0 0 60px 0;
}




.newsv{
	padding: 90px 0 75px 0;
}
.newsv .tit{
	text-align: center;
	margin-bottom: 55px;
}
.newsv .tit h2{
	color: #333;
	font-size: 30px;
	margin-bottom: 40px;
}
.newsv .tit span,.newsv .tit a{
	color: #999!important;
	font-size: 16px;
	padding-left: 40px!important;
	margin-right: 30px!important;
	float:left;
	position: relative;
}
.newsv .tit a{
	margin-right: 0;
}
.newsv .tit span::after,.newsv .tit a::after{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	display:inline-block;
	width: 28px;
	height: 28px;
	transform: translateY(-50%);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}
.newsv .tit .bshare-custom{
	display: inline-table;
}

.newsv .tit .bshare-custom span:nth-child(2)::after{
	background-image: url(../images/time.svg);
}
.newsv .tit .bshare-custom span:nth-child(3)::after{
	background-image: url(../images/look.svg);
}
.newsv .tit a:after{
	background-image: url(../images/share.svg);
	left: 0;
	top: 8px;
}
.newsv .textbox{
	color: #666;
	font-size: 18px;
	line-height: 36px;
}
.newsv .agrop{
	line-height: 110px;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 100px;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}
.newsv .agrop a{
	color: #666;
	font-size: 16px;
	width: 400px;
	height: 100%;
	position: relative;
}
.newsv .agrop span,
.newsv .agrop em
{
	display: block;
}
.newsv .agrop span{
	width: 75px;
	box-sizing: border-box;
	position: relative;
}
.newsv .agrop .prev span{
	float: left;
	padding-left: 25px;
}
.newsv .agrop .next span{
	float: right;
	padding-right: 25px;
}
.newsv .agrop span::after{
	content: '';
	position: absolute;
	top: 50%;
	width: 10px;
	height: 9px;
	transform: translateY(-50%);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}
.newsv .agrop .prev span::after{
	left: 0;
	background-image: url(../images/newsv_prev.png);
}
.newsv .agrop .prev:hover span::after{
	background-image: url(../images/newsv_prev2.png);
}
.newsv .agrop .next span::after{
	right: 0;
	background-image: url(../images/newsv_next.png);
}
.newsv .agrop .next:hover span::after{
	background-image: url(../images/newsv_next2.png);
}
.newsv .agrop em{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	width: 290px;
}
.newsv .agrop .prev em{
	float: right;
}
.newsv .agrop .next em{
	float: left;
}
.newsv video{
	display: block;
	margin:  0 auto;
}




.case2{
	padding: 100px 0 40px 0;
}
.case2 .listbox .list{
	width: 400px;
	float: left;
	margin: 0 50px 60px 0;
}
.case2 .listbox .list:nth-child(3n){
	margin-right: 0;
}
.case2 .list .img{
	height: 240px;
}
.case2 .list h4{
	color: #666;
	font-size: 16px;
	text-align: center;
	line-height: 60px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	height: 60px;
	background-color: #e8e8e8;
}
.case2 .list:hover h4{
	color: #fff;
	background-color: #101f3e;
}
.case2 .page{
	padding: 20px 0 60px 0;
}




.advantage{
	padding: 105px 0 125px 0;
}
.advantage .pub_txt{
	margin-top: 10px;
}
.advantage .textbox{
	margin-top: 50px;
	position: relative;
}
.advantage .listbox{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/advbg.jpg);
}
.advantage .list .img,
.advantage .list .text
{
	width: 650px;
	height: 480px;
	float: left;
}
.advantage .list .text{
	padding: 60px 90px 80px 90px;
	box-sizing: border-box;
}
.advantage .list .text .tit i,
.advantage .list .text .tit h4
{
	font-size: 36px;
}
.advantage .list .text .tit i{
	color: #d3d3d3;
	text-transform: uppercase;
}
.advantage .list .text .tit h4{
	color: #333;
	margin-top: 5px;
}
.advantage .list .text p{
	color: #666;
	font-size: 16px;
	line-height: 30px;
	margin-top: 55px;
}
.advantage  .btngrop{
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	right: 460px;
	bottom: 40px;
}
.advantage  .btngrop span{
	width: 40px;
	height: 40px;
	display: block;
	position: relative;
	border-radius: 50%;
	background-color: #fff;
}
.advantage  .btngrop span:hover{
	cursor: pointer;
	background-color: #101f3e;
}
.advantage  .btngrop span::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 13px;
	height: 23px;
	transform: translate(-50%,-50%);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}
.advantage  .btngrop .prev::after{
	background-image: url(../images/adv_prev.png);
}
.advantage  .btngrop .prev:hover::after{
	background-image: url(../images/adv_prev2.png);
}
.advantage  .btngrop .next::after{
	background-image: url(../images/adv_next.png);
}
.advantage  .btngrop .next:hover::after{
	background-image: url(../images/adv_next2.png);
}



.store_slide{
	max-width: 1920px;
	height: 845px;
}
.store_slide .swiper-slide{
	position: relative;
}
.store_slide .img,
.store_slide .img img
{
	width: 100%;
	height: 100%;
}
.store_slide .img{
	overflow: hidden;
}
.store_slide .img img{
	object-fit: cover;
}
.store_slide .text{
	color: #fff;
	text-align: center;
	position: absolute;
	top: 85px;
	left: 0;
	right: 0;
	max-width: 1300px;
	margin: 0 auto;
}
.store_slide .text .pub_tit h2{
	color: #fff;
}
.store_slide .text .txt{
	font-size: 16px;
	line-height: 28px;
	margin-top: 15px;
}




.coop{
	/* padding: 120px 0; */
	padding-bottom: 120px;
}
.coop .listbox .list{
	margin-bottom: 70px;
}
.coop .listbox .list:last-child{
	margin-bottom: 0;
}
.coop .list .img{
	width: 600px;
	height: 400px;
	float: left;
}
.coop .list:nth-child(2) .img{
	float: right;
}
.coop .list .text{
	width: 530px;
	float: right;
	padding-top: 15px;
}
.coop .list:nth-child(2) .text{
	float: left;
}
.coop .list .text .itembox{
	margin-top: 40px;
}
.coop .list .text .item{
	margin-bottom: 25px;
}
.coop .list .text .item:last-child{
	margin-bottom: 0;
}
.coop .list .text .item h4,
.coop .list .text .item p{
	color: #333;
	font-size: 16px;
	padding-left: 40px;
	box-sizing: border-box;
}
.coop .list .text .item h4{
	position: relative;
}
.coop .list .text .item h4::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -11px;
	left: 0;
	width: 22px;
	height: 22px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/coop_icon.png);
}
.coop .list .text .item p{
	line-height: 24px;
	margin-top: 25px;
}




.dealer{
	width: 1300px;
	margin: 0 auto;
	margin-bottom: 120px;
	display: flex;
	background-color: #f6f7f7;
}
.dealer .formbox{
	width: 650px;
	padding-top: 80px;
	box-sizing: border-box;
	text-align: center;
}
.dealer .formbox .pub_tit{
	margin-bottom: 40px;
}
.dealer .formbox input,
.dealer .formbox button{
	font-size: 16px;
	width: 430px;
	height: 55px;
	padding: 0 25px;
	box-sizing: border-box;
	margin: 0 auto;
	margin-bottom: 20px;
	border: none;
	outline: none;
}
.dealer .formbox .verify{
	width: 430px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.dealer .formbox .verify input{
	width: 300px;
	margin-bottom: 0;
}
.dealer .formbox .verify .img{
	width: 130px;
	height: 55px;
	display: inline-block;
}
.dealer .formbox .verify .img img{
	width: 100%;
	height: 100%;
}
.dealer .formbox .verify .img:hover{
	cursor: pointer;
}
.dealer .formbox p{
	color: #999;
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 25px;
}
.dealer .formbox button{
	color: #fff;
	background-color: #101f3e;
}
.dealer .formbox button:hover{
	cursor: pointer;
	background-color: #101f3e;
}
.dealer .img2{
	width: 650px;
	height: 635px;
	overflow: hidden;
}
.dealer .img2 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}




.case{
	padding: 120px 0;
}
.case .listbox .list{
	margin-bottom: 85px;
	background-color: #f5f5f5;
}
.case .listbox .list:last-child{
	margin-bottom: 0;
}
.case .list .img{
	width: 740px;
	height: 510px;
	float: left;
}
.case .list:nth-child(2n) .img{
	float: right;
}
.case .list .text{
	width: 560px;
	float: right;
	padding: 80px 30px 30px 100px;
	box-sizing: border-box;
}
.case .list:nth-child(2n) .text{
	float: left;
}
.case .list .text .hd{
	margin-top: 45px;
}
.case .list .text .hd li{
	color: #333;
	font-size: 16px;
	line-height: 48px;
	padding-left: 50px;
	box-sizing: border-box;
	position: relative;
}
.case .list .text .hd li:hover{
	cursor: pointer;
}
.case .list .text .hd li::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 40px;
	height: 1px;
	display: none;
	background-color: #333;
}
.case .list .text .hd li.on::after{
	display: block;
}




.pro_nav{
	padding: 80px 0 50px 0;
}
.pro_nav .li_box{
	margin-bottom: 50px;
}
.pro_nav .li{
	padding: 0 0 15px 20px;
	box-sizing: border-box;
	margin-bottom: 15px;
	display: flex;
	justify-content: flex-start;
	border-bottom: 1px solid #eaeaea;
}
.pro_nav .li h4{
	color: #666;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	width: 93px;
	height: 30px;
	display: flex;
	align-items: center;
}
.pro_nav .li h4 i{
	width: 25px;
	height: 25px;
	display: block;
	margin-right: 15px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;  
}
.pro_nav .li .qb{
	color: #101f3e;
	font-size: 16px;
	line-height: 30px;
	padding-right: 30px;
	margin-left: 40px;
	margin-right: 15px;
	display: block;
	position: relative;
}
.pro_nav .li .qb::after{
	content: '>';
	position: absolute;
	right: 0;
	top: 0px;
}
.pro_nav ul{
	width: 965px;
	display: inline-block;
	overflow: hidden;
}
.pro_nav ul li{
	color: #999;
	font-size: 16px;
	line-height: 30px;
	margin: 0 5px;
	box-sizing: border-box;
	display: inline-block;
}
.pro_nav ul li.on,
.pro_nav ul li:hover
{
	color: #101f3e;
}
.pro_nav ul li a{
	padding: 0 20px;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
}
.li_box .li a{
	cursor: pointer;
}
.pro_nav .more{
	color: #999;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	display: none;
}
.pro_nav .search{
	width: 620px;
	margin: 0 auto;
	box-sizing: border-box;
	border-radius: 2px;
	background-color: #f5f5f5;
	position: relative;
	overflow: hidden;
}
.pro_nav .search input,
.pro_nav .search button
{
	border: none;
	outline: none;
	display: inline-block;
	background-color: transparent;
}
.pro_nav .search input{
	color: #666;
	font-size: 16px;
	width: 540px;
	height: 55px;
	padding: 0 20px;
	box-sizing: border-box;
}
.pro_nav .search button{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 13px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	background-image: url(../images/pro_search.png);
}
.pro_nav .search button:hover{
	cursor: pointer;
}




.pro{
	padding: 40px 0 40px 0;
}
.pro .list_box .list{
	width: 420px;
	margin: 0 20px 45px 0;
	float: left;
	transition: all .5s;
}
.pro .list_box .list:nth-child(3n){
	margin-right: 0;
}
.pro .list .img_box{
	width: 420px;
	height: 310px;
	background-color: #f5f5f5;
	position: relative;
}
.pro .list .img_box .mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	transition: all .5s ease-in-out;
}
.pro .list:hover .img_box .mask{
	opacity: 0;
}
.pro .list .tit{
	height: 72px;
	padding-top: 20px;
	box-sizing: border-box;
}
.pro .list h4,
.pro .list p
{
	font-size: 16px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.pro .list h4{
	color: #666;
}
.pro .list p{
	color: #999;
	margin-top: 10px;
}
.pro .page{
	padding: 15px 0 20px 0;
}




.introduce{
	padding: 100px 0;
}
.introduce  .prov1_slidebox{
	width: 630px;
	float: left;
}
.introduce .small_slide{
	width: 115px;
	height: 500px;
	float: left;
}
.introduce .small_slide .swiper-slide{
	width: 115px;
	height: 115px;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #f7f7f7;
}
.introduce .small_slide .swiper-slide-thumb-active{
	border: 1px solid #101f3e;
	background-color: #fff;
}
.introduce .small_slide .swiper-slide:hover{
	cursor: pointer;
}
.introduce .big_slide{
	width: 500px;
	height: 500px;
	float: right;
	background-color: #f7f7f7;
}
.introduce .text{
	width: 620px;
	float: right;
}
.introduce .text .tit{
	margin-bottom: 30px;
}
.introduce .text .tit p{
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 22px;
	width: 50px;
	height: 22px;
	margin-bottom: 20px;
	background-color: #101f3e;
}
.introduce .text .tit h2{
	color: #333;
	/* font-size: 30px; */
	font-size: 25px;
	/* white-space: nowrap; */
}
.introduce .text .txt{
	padding: 25px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}
.introduce .text .txt li{
	color: #333;
	font-size: 16px;
	line-height: 48px;
	width: 49%;
}
.introduce .text .txt li.texin{
	width: 100%;
}
.introduce .text .txt li span{
	color: #999;
}
.introduce .text .agrop{
	margin-top: 55px;
}
.introduce .text .agrop a{
	color: #666;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	width: 160px;
	height: 50px;
	display: inline-block;
	margin-right: 20px;
	border-radius: 50px;
	box-sizing: border-box;
	border: 1px solid #e0e0e0;
}
.introduce .text .agrop a:last-child{
	margin-right: 0;
}
.introduce .text .agrop a:hover{
	border: 1px solid #101f3e;
}
.introduce .text .agrop .vr{
	text-align: left;
	padding-left: 75px;
	position: relative;
}
.introduce .text .agrop .vr::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -9px;
	left: 35px;
	width: 25px;
	height: 18px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/intr_vr.png);
}




.insp{
	color: #fff;
	text-align: center;
	max-width: 1920px;
	margin: 0 auto;
	/* padding: 90px 0 195px 0; */
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	/* background-image: url(../images/inspbg.jpg); */
	height:660px;
	width: 100%;
}
.insp .tit i{
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/insp_icon.png);
}
.insp .tit h2{
	font-size: 30px;
	margin-top: 15px;
}
.insp h4{
	font-size: 24px;
	margin-top: 30px;
}
.insp .txt{
	font-size: 16px;
	line-height: 36px;
	margin-top: 25px;
}




.stone{
	padding: 90px 0;
}
.stone .pub_tit{
	margin-bottom: 45px;
}
.stone .text{
	color: #666;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
}




.eff{
	padding: 60px 0 75px 0;
}
.eff .eff_slide{
	margin-top: 50px;
}
.eff_slide .img{
	height: 560px;
}
.eff_slide .swiper-pagination-bullet{
	background-color: #fff;
}
.eff_slide .swiper-pagination-bullet-active{
	background-color: #101f3e;
}




.panorama{
	padding-bottom: 65px;
}
.panorama .pub_tit{
	margin-bottom: 50px;
}
.panorama .vr{
	height: 555px;
}
.panorama .vr iframe{
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
}




.provagrop{
	text-align: center;
	max-width: 1300px;
	margin: 0 auto;
	padding: 40px 0 60px 0;
	border-top: 1px solid #e8e8e8;
}
.provagrop a{
	color: #4c4948;
	font-size: 16px;
	display: inline-block;
	padding-right: 25px;
	margin-right: 20px;
	position: relative;
}
.provagrop a:last-child{
	padding-right: 0;
	margin-right: 0;
}
.provagrop a:hover{
	color: #101f3e;
}
.provagrop a::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 0;
	width: 2px;
	height: 20px;
	background-color: #cdcdcd;
}
.provagrop a:last-child:after{
	display: none;
}




.about{
	padding: 75px 0 90px 0;
}
.about .titbox{
	float: left;
}
.about .titbox .pub_tit p{
	color: #333;
	font-size: 30px;
	font-weight: lighter;
	margin-bottom: 15px;
}
.about .titbox .img{
	width: 140px;
	height: 140px;
	margin-top: 100px;
	animation: quan2 15s infinite linear;
}
.about .text{
	color: #999;
	font-size: 16px;
	line-height: 30px;
	width: 790px;
	float: right;
}
.about .img2{
	height: 500px;
	margin-top: 65px;
}
@-ms-keyframes quan2{
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
	}
}
@-webkit-keyframes quan2{
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
	}
}
@keyframes quan2{
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
	}
}




.about2{
	max-width: 1300px;
	margin: 0 auto;
	padding: 30px 0 75px 0;
	border-top: 1px solid #ebebeb;
}
.about2 .itembox .item{
	text-align: center;
	width: 25%;
	float: left;
}
.about2 .item h4{
	color: #333;
	font-size: 100px;
	/* line-height: 80px;
	height: 80px; */
	display: inline-block;
	position: relative;
	z-index: 9;
	/* margin-bottom: 15px; */
}
.about2 .item h4::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -45px;
	right: 0;
	width: 80px;
	height: 100px;
	z-index: -1;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(/static/home/images/ab2_icon.png);
}
.about2 .item h4 sup{
	font-size: 18px;
}
.about2 .item p{
	color: #333;
	font-size: 16px;
	line-height: 28px;
}




.about3{
	max-width: 1920px;
	margin: 0 auto;
}
.about3 .textbox{
	/* width: 930px; */
	width: 48%;
	height: 710px;
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/ab3_1.jpg);
}
.about3 .textbox .text{
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 48px;
	/* width: 620px; */
	width: 66.6%;
	float: right;
	padding: 270px 125px 50px 0;
	box-sizing: border-box;
}
.about3 .img{
	/* width: 990px; */
	width: 52%;
	height: 710px;
	float: right;
	overflow: hidden;
}
.about3 .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}




.culture{
	padding: 90px 0 125px 0;
}
.culture .pub_txt{
	margin-top: 50px;
}
.culture .listbox{
	margin-top: 65px;
}
.culture .listbox .list{
	color: #fff;
	text-align: center;
	width: 420px;
	height: 550px;
	float: left;
	margin-right: 20px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
}
.culture .listbox .list:last-child{
	margin-right: 0;
}
.culture .list .tit{
	margin-top: 220px;
}
.culture .list:hover .tit{
	display: none;
}
.culture .list .tit h4{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
}
.culture .list .tit i{
	font-size: 16px;
	text-transform: uppercase;
}
.culture .list .mask{
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 30px;
	box-sizing: border-box;
	opacity: 0;
	transition: all .5s;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	background-color: rgba(0,0,0,.3);
}
.culture .list:hover .mask{
	opacity: 1;
}




.abvideo{
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}
.abvideo .img{
	width: 100%;
	height: 700px;
	overflow: hidden;
}
.abvideo .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.abvideo .play{
	width: 160px;
	height: 160px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/play.png);
}
.abvideo .play::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 120px;
	height: 120px;
	margin-top: -60px;
	margin-left: -60px;
	animation: quan3 15s infinite linear;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/abplay.png);
}
@-ms-keyframes quan3{
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
	}
}
@-webkit-keyframes quan3{
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
	}
}
@keyframes quan3{
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
	}
}




.strength{
	max-width: 1920px;
	margin: 0 auto;
	padding: 100px 0;
	position: relative;
	z-index: 9;
	overflow: hidden;
}
.strength::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 1920px;
	height: 800px;
	z-index: -1;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/ab6bg.png);
}
.strength .tit{
	color: #333;
	float: left;
}
.strength .tit h2{
	font-size: 30px;
	font-weight: bold;
}
.strength .tit p{
	font-size: 24px;
	margin-top: 12px;
	position: relative;
	z-index: 9;
}
.strength .tit p::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 230px;
	height: 12px;
	z-index: -1;
	background-image: linear-gradient(to right,rgba(16,31,62, 1),rgba(255,255,255,0));
}
.strength .txt{
	color: #333;
	font-size: 16px;
	line-height: 30px;
	width: 790px;
	float: right;
	margin-top: 15px;
}
.stren_slide{
	margin-top: 85px;
}
.stren_slide .swiper-wrapper{
	margin-bottom: 65px;
}

.stren_slide .img{
	height: 280px;
}
.stren_slide .swiper-scrollbar{
	width: 18%;
	height: 1px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #c8c8c8;
}
.stren_slide .swiper-scrollbar-drag{
	top: 50%;
	height: 4px;
	margin-top: -2px;
	border-radius: 0;
	background-color: #101f3e;
} 




.honor{
	max-width: 1920px;
	height: 700px;
	margin: 0 auto;
	padding: 90px 0 40px 0;
	box-sizing: border-box;
	margin-bottom: 85px;
	position: relative;
	z-index: 9;
	overflow: hidden;
	/* background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/honorbg.jpg); */
}
.honor::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 1920px;
	height: 815px;
	z-index: -1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/honorbg.jpg);
}
.honor .titbox .pub_tit{
	float: left;
}
.honor .titbox .pub_tit i{
	color: #666;
}
.honor .titbox .pub_txt{
	text-align: right;
	width: 710px;
	float: right;
}
.honor .honor_slide{
	max-width: 1150px;
	margin: 0 auto;
	margin-top: 100px;
	/* margin-top: 210px; */
}
.honor_slide .swiper-wrapper{
	margin-bottom: 140px;
}
.honor_slide .img{
	height: 235px;
}
.honor_slide h4{
	color: #484848;
	font-size: 16px;
	text-align: center;
	/* line-height: 60px; */
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	/* height: 60px; */
	margin-top: 20px;
}




.course{
	padding-bottom: 95px;
}
.course .pub_tit{
	margin-bottom: 35px;
}
.course_slide{
	position: relative;
}
.course_slide::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 1300px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/ab7_2icon.png);
}
.course_slide .swiper-slide{
	position: relative;
}
.course_slide .swiper-slide::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 41px;
	width: 415px;
	height: 8px;
	opacity: 0;
	transition: all .5s;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/ab7_icon3.png);
}
.course_slide .swiper-slide:hover::after{
	opacity: 1;
}
.course_slide .textbox{
	height: 330px;
	position: relative;
	margin-bottom: 105px;
	background-color: #f5f5f5;
}
.course_slide .textbox .img{
	opacity: 0;
	transition:  all .5s;
}
.course_slide .swiper-slide:hover .img{
	opacity: 1;
}
.course_slide .text{
	color: #484848;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 55px 20px 20px 40px;
	box-sizing: border-box;
}
.course_slide .text h4{
	font-size: 30px;
	margin-bottom: 30px;
}
.course_slide .text p{
	font-size: 16px;
	line-height: 30px;
}
.course_slide .num{
	color: #484848;
	font-size: 16px;
}




.flex_right_box{
	position: fixed;
	right:5px;
	top:37%;
	z-index: 9999;
	font-size:0;
}
.flex_right_box .list{
	width:60px;
	position: relative;
	margin-bottom:10px;
}
.flex_right_box .list>a{
	width:40px;
	height:40px;
	border-radius: 50%;
	box-shadow:  1px 1px 10px #ddd;
	display:inline-block;
	background-color:#fff;
	background-repeat: no-repeat;
	background-position: center;
}
.flex_right_box .list .showbox{
	position: absolute;
	width:180px;
	top:0;
	left:-200px;
	min-height:60px;
	background:#fff;
	display:none;
}
.flex_right_box .list:hover .showbox{
	display:block;
	font-size:15px;
	color:#333;
	text-align: center;
}
.flex_right_box .list .showbox>p{
	height:60px;
	line-height:60px;
	font-size:20px;
}
.flex_right_box .list .showbox .img{
	width:125px;
	margin: 10px auto;
	
}
.flex_right_box .list .showbox .img img{
	width:125px;
	height:125px;
}
.flex_right_box .list .showbox .img p{
	height:35px;
	line-height:35px;
}
.flex_right_box .list a.customer{
	background-image: url(../images/side_icon1.png);
}
.flex_right_box .list a.call{
	background-image: url(../images/side_icon2.png);
}
.flex_right_box .list a.tomsg{
	background-image: url(../images/side_icon3.png);
}
.flex_right_box .list a.gotop{
	background-image: url(../images/side_icon4.png);
}