
@charset "utf-8";

/* 公共样式集 */
.ibanner,
.inc_banner{
	font-size: 0;
}
.ibanner img,
.inc_banner img{
	width: 100%;
}




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




.pub_slide  .swiper-pagination-bullet{
	width: 6px;
	height: 13px;
	margin: 0 5px!important;
	border-radius: 0;
	transition: all .5s;
	background-color: #eee;
}
.pub_slide  .swiper-pagination-bullet-active{
	height: 23px;
	background-color: #d5282c;
}




.pub_tit{
	text-align: center;
}
.pub_tit i{
	color: #dedede;
	font-size: 48px;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
}
.pub_tit h2{
	color: #342d2c;
	font-size: 30px;
	margin-top: 5px;
	position: relative;
	padding-bottom: 40px;
}
.pub_tit h2::after{
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 17px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/tit_icon.png);
}




.pub_tit2{
	text-align: left;
}
.pub_tit2 h2{
	padding-right: 55px;
	padding-bottom: 0;
	display: inline-block;
}
.pub_tit2 h2::after{
	top: 5px;
	left: auto;
	transform: translateX(0);
	right: 0;
}




.pub_itit h2{
	padding-right: 25px;
}
.pub_tit2 h2::after{
	top: 10px;
}




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




.pub_menu{
	color: #333;
	font-size: 16px;
	line-height: 110px;
	height: 110px;
	box-sizing: border-box;
	border-bottom: 1px solid #e6e6e6;
}
.pub_menu .agrop{
	float: left;
}
.pub_menu .agrop a{
	text-align: center;
	width: 180px;
	height: 100%;
	margin-right: 20px;
	display: inline-block;
	position: relative;
}
.pub_menu .agrop a:last-child{
	margin-right: 0;
}
.pub_menu .agrop a::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 3px;
	transition: all .5s;
	background-color: #32328c;
}
.pub_menu .agrop a.on::after,
.pub_menu .agrop a:hover:after{
	width: 100%;
}
.pub_menu .breadcrumb{
	float: right;
}
.pub_menu .breadcrumb li{
	height: 100%;
	padding-right: 30px;
	margin-right: 20px;
	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;
}
.pub_menu  .breadcrumb li:last-child:after{
	display: none;
}
.pub_menu  .breadcrumb li a:hover{
	height: 100%;
	display: inline-block;
	text-decoration: underline;
}




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




.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;
	border: 1px solid #eee;
	background-color: #fff;
}
.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;
	border: 1px solid #32328c;
	background-color: #32328c;
}




.header{
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.header.on{
	background-color: #fff;
}
.header h1,
.header .nav
{
	margin-top: 30px;
}
.header h1{
	width: 300px;
	height: 50px;
	float: left;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/logo.png);
}
.header.on h1{
	background-image: url(../images/logo2.png);
}
.header h1 a{
	width: 100%;
	height: 100%;
	text-indent: -999px;
	display: inline-block;
}
.header .nav{
	float: right;
	display: inline-block;
}
.header .nav li{
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	display: inline-block;
	position: relative;
	margin-right: 50px;
}
.header .nav li:last-child{
	margin-right: 0;
}
.header.on .nav li{
	color: #666;
}
.header .nav li.on,
.header .nav li:hover{
	color: #d5282c;
}
.header .nav li a{
	width: 100%;
	height: 100%;
	display: inline-block;
}




.footer_saerch{
	color: #fff;
	height: 145px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/searchbg.jpg);
}
.footer_saerch .text{
	float: left;
	margin-top: 23px;
}
.footer_saerch .text h4{
	font-size: 40px;
	font-weight: bold;
}
.footer_saerch .text p{
	font-size: 24px;
	margin-top: 10px;
}
.footer_saerch .formbox{
	float: right;
	margin-top: 42px;
}
.footer_saerch input,
.footer_saerch button
{
	line-height: 60px;
	height: 60px;
	float: left;
	border: none;
	outline: none;
	display: block;
}
.footer_saerch input{
	color: #fff;
	font-size: 18px;
	width: 400px;
	box-sizing: border-box;
	margin-right: 115px;
	background-color: transparent;
	border-bottom: 1px solid #fff;
}
.footer_saerch input::-webkit-input-placeholder{
	color: #fff;
}
.footer_saerch button{
	color: #000;
	font-size: 16px;
	width: 250px;
	background-color: #fff;
}
.footer_saerch button:hover{
	color: #fff;
	cursor: pointer;
	background-color: #d5282c;
}
.footer_saerch a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.footer{
	color: #999;
	font-size: 15px;
	padding: 50px 0  35px 0;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/footerbg.jpg);
}
.footer .textbox{
	padding-bottom: 70px;
}
.footer .text{
	width: 245px;
	float: left;
}
.footer .text .footerlogo{
	width: 230px;
	height: 50px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/footer_logo.png);
}
.footer .text .txt{
	line-height: 30px;
	margin: 35px 0 40px 0;
}
.footer .text .share .item{
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 30px;
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}
.footer .text .share .item:last-child{
	margin-right: 0;
}
.footer .text .share .item:hover{
	cursor: pointer;
}
.footer .text .share .vx{
	background-image: url(../images/share_icon1.png);
}
.footer .text .share .xcx{
	background-image: url(../images/share_icon2.png);
}
.footer .text .share .item .img{
	width: 100px;
	height: 100px;
	position: absolute;
	top: -110px;
	left: 0;	
	display: none;
}
.footer .text .share .item:hover .img{
	display: block;
}
.footer .text .share .item .img img{
	width: 100%;
	height: 100%;
}
.footer .footernav{
	float: right;
}
.footer .footernav dl{
	float: left;
	margin-right: 60px;
}
.footer .footernav dl:last-child{
	margin-right: 0;
}
.footer .footernav dt{
	color: #444;
	font-size: 18px;
	margin-bottom: 25px;
}
.footer .footernav dd{
	line-height: 36px;
}
.footer .footernav dt a,
.footer .footernav dd a
{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.footer .footernav dt a:hover,
.footer .footernav dd a:hover
{
	text-decoration: underline;
}
.footer .copy{
	color: #666;
	line-height: 30px;
	padding-top: 20px;
	border-top: 1px solid #dcdcdc;
}
.footer .gotop{
	width: 55px;
	height: 55px;
	position: absolute;
	right: 55px;
	bottom: 125px;
	background-color: #32328c;
}
.footer .gotop:hover{
	cursor: pointer;
}
.footer .gotop::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 20px;
	height: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/top_icon.png);
}




.pub_news .listbox .list{
	width: 415px;
	float: left;
	box-sizing: border-box;
	margin-right: 27px;
	border: 1px solid #eee;
}
.pub_news .listbox .list:nth-child(3n){
	margin-right: 0;
}
.pub_news .list a{
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
	display: inline-block;
}
.pub_news .list .img{
	height: 260px;
}
.pub_news .list .text{
	padding: 35px 10px 30px 10px;
}
.pub_news .list .text h4,
.pub_news .list .text p
{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.pub_news .list .text h4{
	color: #333;
	font-size: 18px;
	-webkit-line-clamp: 1;
}
.pub_news .list .text p{
	color: #666;
	font-size: 15px;
	line-height: 28px;
	-webkit-line-clamp: 2;
	margin-top: 20px;
}
.pub_news .list .text span{
	color: #999;
	font-size: 14px;
	display: block;
	padding-top: 15px;
	margin-top: 30px;
	position: relative;
	border-top: 1px solid #eaeaea;
}
.pub_news .list .text span::after{
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 0;
	height: 1px;
	transition: all .5s;
	background-color: #d53263;
}
.pub_news .list:hover .text span::after{
	width: 100%;
}




.news{
	padding: 85px 0 0 0;
}
.news .listbox .list{
	margin-bottom: 50px;
}
.news .page{
	padding: 0 0 50px 0;
}




.newsv{
	color: #666;
	font-size: 18px;
	padding: 90px 0 145px 0;
}
.newsv .tit{
	text-align: center;
}
.newsv .tit h2{
	color: #333;
	font-size: 30px;
	margin-bottom: 20px;
}
.newsv .textbox{
	font-size: 16px;
	line-height: 30px;
	padding: 80px 0 150px 0;
	margin-top: 40px;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
.newsv .agrop{
	text-align: center;
	margin-top: 50px;
}
.newsv .agrop a{
	padding-right: 55px;
	margin-right: 55px;
	position: relative;
	display: inline-block;
}
.newsv .agrop a:last-child{
	padding-right: 0;
	margin-right: 0;
}
.newsv .agrop a:hover{
	text-decoration: underline;
}
.newsv .agrop a::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 21px;
	background-color: #e3e3e3;
}




.contact{
	padding: 120px  0;
}
.contact .listbox .list{
	color: #333;
	text-align: center;
	width: 400px;
	height: 190px;
	float: left;
	padding: 45px 70px 20px 70px;
	margin: 0 50px 20px 0;
	box-sizing: border-box;
	background-color: #f5f6fa;
}
.contact .listbox .list:hover{
	color: #fff;
	background-color: #32328c;
}
.contact .listbox .list:nth-child(3n){
	margin-right: 0;
}
.contact .listbox .list:nth-child(4),
.contact .listbox .list:nth-child(5),
.contact .listbox .list:nth-child(6){
	padding: 30px 70px 20px 70px;
}
.contact .list i{
	width: 40px;
	height: 40px;
	margin: 0 auto;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.contact .list:nth-child(1) i{
	background-image: url(../images/con_icon2.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_icon1.svg);
}
.contact .list:nth-child(1):hover i{
	background-image: url(../images/con_icon22.svg);
}
.contact .list:nth-child(2):hover i{
	background-image: url(../images/con_icon33.svg);
}
.contact .list:nth-child(3):hover i{
	background-image: url(../images/con_icon11.svg);
}
.contact .list .img{
	width: 100px;
	height: 100px;
	margin: 0 auto;
}
.contact .list .img img{
	width: 100%;
	height: 100%;
}
.contact .list p{
	font-size: 16px;
	line-height: 30px;
	margin-top: 25px;
}
.contact .listbox .list:nth-child(4) p,
.contact .listbox .list:nth-child(5) p,
.contact .listbox .list:nth-child(6) p{
	margin-top: 10px;
}




.message .pub_tit{
	margin-bottom: 50px;
}
.message .formbox{
	padding: 70px 0 145px 0;
	background-color: #f5f6fa;
}
.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;
	width: 43%;
	height: 60px;
	line-height: 60px;
	border: none;
	outline: none;
	border-radius: 5px;
	margin-top: 25px;
	background-color: #32328c;
}
.message .code  button:hover{
	cursor: pointer;
	background-color: #32328c;
}



.video{
	padding: 80px 0 20px;
}
.video .listbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.video .listbox .list{
	width: 610px;
	margin-bottom: 65px;
}
.video .list .img{
	height: 390px;
	position: relative;
	overflow: hidden;
}
.video .list .img::before,
.video .list .img::after
{
	content: '';
	position: absolute;
	opacity: 0;
	transition: all .5s;
}
.video .list .img::before{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}
.video .list .img::after{
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	transform: translate(-50%,-50%);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/play.png);
}
.video .list:hover .img::before,
.video .list:hover .img::after
{
	opacity: 1;
}
.video .list .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video .list  h4{
	color: #666;
	font-size: 16px;
	text-align: center;
	line-height: 70px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	width: 100%;
	height: 70px;
	background-color: #f5f6fa;
}
.video .list:hover  h4{
	color: #fff;
	background-color: #0d7377 ;
}




.case{
	padding: 85px 0 50px 0;
}
.case .textbox{
	display: flex;
	justify-content: space-between;
	margin-bottom: 45px;
}
.case .textbox .txt{
	color: #666;
	font-size: 16px;
	text-align: right;
	line-height: 30px;
	max-width: 720px;
	padding-top: 10px;
}
.case .case_menu li{
	color: #333;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	width: 150px;
	height: 50px;
	margin-right: 20px;
	display: inline-block;
	background-color: #f5f6fa;
}
.case .case_menu li:last-child{
	margin-right: 0;
}
.case .case_menu li.on,
.case .case_menu li:hover
{
	color: #fff;
	background-color: #32328c;
}
.case .case_menu li a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.case .listbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 80px;
}
.case .listbox .list{
	width: 630px;
	margin-bottom: 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #e5e5e5;
}
.case .list .img{
	height: 420px;
	position: relative;
	overflow: hidden;
}
.case .list .img::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 130px;
	height: 130px;
	opacity: 0;
	transition: all .5s;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/case_icon.png);
}
.case .list:hover .img::after{
	opacity: 1;
}
.case .list .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.case .list h4{
	color: #666;
	font-size: 16px;
	text-align: center;
	line-height: 80px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	height: 80px;
}




.pro_nav{
	padding: 60px 0;
	background-color: #f7f7f7;
}
.pro_nav .li_box{
	margin-bottom: 45px;
}
.pro_nav .li {
	padding-bottom: 15px;
	margin-bottom: 20px;
	display: flex;
	justify-content: flex-start;
	border-bottom: 1px solid #d6d6d6;
}
.pro_nav .li span{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	width: 105px;
	height: 30px;
	background-color: #32328c;
	position: relative;
}
.pro_nav .li span::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -8px;
	width: 0;
    height: 0;
    border-left: 8px solid #32328c;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}
.pro_nav .li .qb{
	color: #b82a55;
	font-size: 16px;
	line-height: 30px;
	padding-right: 30px;
	margin-left: 30px;
	position: relative;
}
.pro_nav .li .qb::after{
	content: '>';
	position: absolute;
	right: 0;
	top: 0px;
}
.pro_nav ul{
	width: 1100px;
	display: inline-block;
	overflow: hidden;
}
.pro_nav ul li{
	color: #333;
	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: #b82a55;
}
.pro_nav ul li a{
	padding: 0 25px;
	box-sizing: border-box;
	display: inline-block;
}
.pro_nav .search{
	width: 600px;
	margin: 0 auto;
	box-sizing: border-box;
	border-radius: 10px;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}
.pro_nav .search input{
	color: #666;
	font-size: 16px;
	line-height: 30px;
	width: 550px;
	padding: 15px 30px;
	box-sizing: border-box;
	display: inline-block;
}
.pro_nav .search button{
	width: 40px;
	border: none;
	outline: none;
	padding: 30px 0;
	position: absolute;
	top: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 21px 21px;
	background-image: url(../images/pro_search.png);
	background-color: #fff;
}
.pro_nav .search button:hover{
	cursor: pointer;
}




.pro{
	padding: 55px 0 35px 0;
}
.pro .list_box .list{
	width: 400px;
	margin-right: 50px;
	margin-bottom: 40px;
	float: left;
	transition: all .5s;
}
.pro .list_box .list:nth-child(3n){
	margin-right: 0;
}
.pro .list_box .list .img_box{
	width: 400px;
	height: 400px;
	position: relative;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #d2d2d2;
}
.pro .list_box .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: 0;
	transition: all .5s ease-in-out;
}
.pro .list_box .list:hover .img_box .mask{
	opacity: 1;
}
.pro .list_box .list h4,
.pro .list_box .list p
{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	padding: 0 15px;
}
.pro .list_box .list h4{
	color: #4c4948;
	font-size: 18px;
	margin-top: 20px;
}
.pro .list_box .list p{
	color: #999;
	font-size: 16px;
	margin-top: 10px;
}
.pro .page{
	padding: 15px 0 20px 0;
}




.introduce{
	padding: 65px 0;
}
.introduce  .prov1_slidebox{
	width: 605px;
	float: left;
}
.introduce .big_slide{
	width: 480px;
	height: 480px;
	float: left;
	box-sizing: border-box;
	border: 1px solid #d2d2d2;
	background-color: #fff;
}
.introduce .small_slide{
	width: 105px;
	height: 480px;
	float: right;
}
.introduce .small_slide .swiper-slide{
	width: 105px;
	height: 105px;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #d2d2d2;
	background-color: #fff;
}
.introduce .small_slide .swiper-slide-thumb-active{
	box-sizing: border-box;
	border: 1px solid #066f73;
}
.introduce .small_slide .swiper-slide:hover{
	cursor: pointer;
}
.introduce .text{
	color: #666;
	font-size: 16px;
	width: 600px;
	float: right;
}
.introduce .text .tit{
	padding-bottom: 20px;
	border-bottom: 1px solid #e4e4e4;
}
.introduce .text .tit h2{
	color: #333;
	font-size: 36px;
}
.introduce .text .tit p{
	line-height: 30px;
	margin-top: 15px;
}
.introduce .text .txt{
	line-height: 34px;
	padding-bottom: 30px;
	margin-top: 25px;
	border-bottom: 1px solid #e4e4e4;
}
.introduce .text .agrop{
	margin-top: 30px;
}
.introduce .text .agrop a{
	color: #fff;
	text-align: center;
	line-height: 50px;
	width: 180px;
	height: 50px;
	display: inline-block;
	margin-right: 15px;
	border-radius: 50px;
	background-color: #34348e;
}
.introduce .text .agrop a:last-child{
	margin-right: 0;
}
.introduce .text .agrop a:hover{
	background-color: #d6252b;
}




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




.app{
	padding: 15px 0  60px 0;
}
.app .pub_tit{
	margin-bottom: 60px;
}
.app .app_slide{
	margin-bottom: 95px;
}
.app .app_slide .img{
	height: 425px;
}
.app .agrop{
	text-align: center;
	padding-top: 40px;
	border-top: 1px solid #e8e8e8;
}
.app .agrop a{
	color: #4c4948;
	font-size: 16px;
	padding-right: 25px;
	margin-right: 25px;
	position: relative;
	display: inline-block;
}
.app .agrop a:last-child{
	padding-right: 0;
	margin-right: 0;
}
.app .agrop a::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 2px;
	height: 18px;
	background-color: #ddd;
}
.app .agrop a:last-child::after{
	display: none;
}
.app .agrop a:hover{
	text-decoration: underline;
}




.advantage{
	padding: 90px 0;
}
.advantage .img,
.advantage .text
{
	float: left;
	height: 475px;
}
.advantage .img{
	width: 690px;
}
.advantage .text{
	width: 610px;
	padding: 35px 45px 65px 55px;
	box-sizing: border-box;
	position: relative;
}
.advantage .text .txt{
	color: #666;
	font-size: 16px;
	line-height: 30px;
	margin-top: 65px;
}
.advantage .text .btngrop{
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	left: 55px;
	bottom: 30px;
}
.advantage .text .btngrop span{
	width: 40px;
	height: 40px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}
.advantage .text .btngrop .prev{
	background-image: url(../images/adv_prev.png);
}
.advantage .text .btngrop .next{
	background-image: url(../images/adv_next.png);
}
.advantage .text .btngrop span:hover{
	cursor: pointer;
}




.policy{
	padding: 80px 0 60px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/join2bg.jpg);
}
.policy .pub_tit{
	margin-bottom: 20px;
}
.policy .pub_tit i{
	color: #fff;
}
.policy .listbox .list{
	width: 400px;
	height: 320px;
	float: left;
	overflow: hidden;
	padding: 65px 30px;
	box-sizing: border-box;
	margin: 0 50px 35px 0;
	border-radius: 10px;
	background-color: #fff;
}
.policy .listbox .list:nth-child(3n){
	margin-right: 0;
}
.policy .list i{
	width: 40px;
	height: 40px;
	display: block;
	transition: all .5s;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}
.policy .list:nth-child(1) i{
	background-image: url(../images/join2_11.png);
}
.policy .list:nth-child(2) i{
	background-image: url(../images/join2_22.png);
}
.policy .list:nth-child(3) i{
	background-image: url(../images/join2_33.png);
}
.policy .list:nth-child(4) i{
	background-image: url(../images/join2_44.png);
}
.policy .list:nth-child(5) i{
	background-image: url(../images/join2_55.png);
}
.policy .list:nth-child(6) i{
	background-image: url(../images/join2_66.png);
}
.policy .list:hover i{
	transform: translateY(-5px);
}
.policy .list h4{
	color: #333;
	font-size: 24px;
	font-weight: bold;
	margin-top: 25px;
}
.policy .list p{
	color: #666;
	font-size: 16px;
	line-height: 24px;
	margin-top: 15px;
}




.shop{
	max-width: 1920px;
	margin: 0 auto;
	padding: 115px 0 160px 0;
	overflow: hidden;
}
.shop .pub_tit{
	margin-bottom: 30px;
}
.shop .txt{
	color: #666;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	max-width: 1070px;
	margin: 0 auto;
	margin-bottom: 55px;
}
.shop_slide{
	max-width: 680px;
	overflow: visible;
	margin: 0 auto;
}
.shop_slide .swiper-pagination{
	bottom: -80px;
}
.shop_slide .img{
	height: 430px;
}




.dealer{
	width: 1300px;
	margin: 0 auto;
	margin-bottom: 100px;
	margin-bottom: 110px;
	display: flex;
	background-color: #f5f6fa;
}
.dealer .left{
	width: 650px;
	padding-top: 80px;
	box-sizing: border-box;
	text-align: center;
}
.dealer .left h2{
	color: #333;
	font-size: 30px;
	margin-bottom: 40px;
}
.dealer .left input{
	color: #666;
	font-size: 16px;
	width: 480px;
	height: 55px;
	padding: 0 25px;
	margin-bottom: 20px;
	box-sizing: border-box;
	display: inline-block;
	outline: none;
	border: none;
}
.dealer .left .igrop{
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.dealer .left .igrop input{
	width: 350px;
	margin-bottom: 0;
}
.dealer .left .igrop .img{
	width: 130px;
	height: 55px;
	display: inline-block;
}
.dealer .left .igrop .img img{
	width: 100%;
	height: 100%;
}
.dealer .left .igrop .img:hover{
	cursor: pointer;
}
.dealer .left p{
	color: #999;
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 25px;
}
.dealer .left button{
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	width: 430px;
	padding: 8px 0;
	outline: none;
	border: none;
	box-sizing: border-box;
	background-color: #d5282c;
}
.dealer .left button:hover{
	cursor: pointer;
	background-color: #d5282c;
}
.dealer .img2{
	width: 650px;
	height: 635px;
}
.dealer .img2 img{
	width: 100%;
	height: 100%;
}




.ab_menu .agrop a{
	width: 150px;
	margin-right: 10px;
}




.about{
	padding: 145px 0 115px 0;
}
.about .textbox{
	padding-bottom: 80px;
	border-bottom: 1px solid #ebebeb;
}
.about .textbox .pub_tit{
	float: left;
}
.about .textbox .pub_txt{
	width: 890px;
	float: right;
}
.about .itembox{
	padding-top: 55px;
}
.about .itembox .item{
	color: #333;
	font-size: 16px;
	text-align: center;
	width: 25%;
	float: left;
}
.about .item .num{
	color: #32328c;
	font-size: 100px;
	font-weight: bold;
	position: relative;
	display: inline-block;
}
.about .item .num::after{
	position: absolute;
}
/* .about .item:nth-child(1) .num::after{
	content: '';
	top: -20px;
	right: -20px;
	width: 65px;
	height: 65px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(../images/ab_icon.png);
} */
.about .item:nth-child(3) .num::after{
	/* content: 'm²'; */
	position: absolute;
	top: 5px;
	right: -85px;
	color: #999;
	font-size: 16px;
	font-weight: normal;
}
.about .item:nth-child(3) .num::before{
	/* content: '亿'; */
	position: absolute;
	top: 5px;
	right: -70px;
	color: #32328c;
	font-size: 70px;
}




.brick{
	max-width: 1920px;
	margin: 0 auto;
	padding: 130px 0;
	position: relative;
	background-color: #f5f6fa;
}
.brick::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 160px;
	height: 800px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(../images/ab2bg.png);
}
.brick .text1{
	width: 390px;
	float: left;
	padding: 55px 0 0 0;
	box-sizing: border-box;
	z-index: 99;
	position: relative;
}
.brick .text1 .tit{
	font-size: 60px;
	font-weight: bold;
	text-transform: uppercase;
	height: 138px;
	position: relative;
}
.brick .text1 .tit span{
	color: #32328c;
}
.brick .text1 .tit p{
	color: #d7d7d7;
	position: absolute;
	width: 100%;
	right: -140px;
	bottom: 0;
}
.brick .text1 .pub_txt{
	padding: 0 45px;
	box-sizing: border-box;
	margin-top: 90px;
}
.brick .picbox{
	float: left;
	position: relative;
}
.brick .picbox .img{
	width: 470px;
	height: 550px;
}
.brick .picbox .img2box{
	width: 170px;
	height: 170px;
	position: absolute;
	left: -85px;
	bottom: -60px;
}
.brick .picbox .img2box .img2_icon{
	width: 115px;
	height: 115px;
	border-radius: 50%;
	/* box-sizing: border-box;
	border: 1px solid red; */
	position: absolute;
	top: 25px;
	left: 25px;
	/* top: 50%;
	left: 50%;
	transform: translate(-50%,-50%); */
	animation: quan 15s infinite linear;
}
.brick .picbox .img2box .img2_icon::after{
	content: '';
	position: absolute;
	top: -10px;
	right: -6px;
	width: 67px;
	height: 63px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right; 
	background-image: url(../images/ab2_2ic.png);
	/* animation: quan 15s infinite linear; */
}
@-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);
	}
}
.brick .text2{
	width: 370px;
	float: right;
	padding-top: 100px;
}
.brick .text2 .tit{
	margin-bottom: 45px;
}
.brick .text2 .tit span,
.brick .text2 .tit p
{
	font-size: 36px;
	display: inline-block;
}
.brick .text2 .tit span{
	color: #32328c;
	font-weight: bold;
}
.brick .text2 .tit p{
	color: #a1a1a1;
}
.brick .text2 .icon{
	width: 68px;
	height: 20px;
	float: right;
	display: block;
	margin-top: 50px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../images/ab2_2ic.png);
}




.interpret{
	padding: 100px 0 85px 0;
}
.interpret .pub_tit{
	margin-bottom: 50px;
}
.interpret .listbox{
	margin-top: 50px;
}
.interpret .listbox .list{
	color: #666;
	font-size: 16px;
	text-align: center;
	width: 25%;
	float: left;
	box-sizing: border-box;
	border-right: 1px solid #c3c3c3;
}
.interpret .listbox .list:last-child{
	border-right: none;
}
.interpret .list .txt{
	text-align: left;
	display: inline-block;
}
.interpret .list .txt h4{
	color: #333;
	margin-bottom: 10px;
	text-transform: uppercase;
}




.abvideo{
	max-width: 1920px;
	margin: 0 auto;
}
.abvideo .img{
	width: 100%;
	height: 615px;
	overflow: hidden;
	position: relative;
}
.abvideo .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.abvideo .img::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 160px;
	height: 160px;
	transform: translate(-50%,-50%);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/abplay.png);
}




.brief{
	padding: 75px 0;
}
.brief .text{
	margin-bottom: 110px;
}
.brief .text .tit{
	float: left;
}
.brief .text .tit h2{
	color: #333;
	font-size: 24px;
	line-height: 48px;
}
.brief .text .txt{
	color: #333;
	font-size: 16px;
	line-height: 30px;
	width: 800px;
	float: right;
	padding-top: 10px;
}
.brief_slide .img{
	width: 100%;
	height: 280px;
}




.honor{
	padding: 10px 0 65px 0;
}
.honor .pub_tit{
	margin-bottom: 65px;
}
.honor_slide .swiper-wrapper{
	margin-bottom: 85px;
}
.honor_slide .swiper-slide{
	height: 400px;
	padding: 0 50px;
	padding-top: 40px;
	box-sizing: border-box;
	background-color: #efefef;
}
.honor_slide .img{
	height: 300px;
}
.honor_slide p{
	color: #333;
	font-size: 16px;
	text-align: center;
	height: 60px;
	line-height: 60px;
}
.honor_slide  .swiper-pagination-bullet{
	background-color: #ccc;
}
.honor_slide  .swiper-pagination-bullet-active{
	background-color: #32328c;
}




.ibanner .swiper-pagination{
	bottom: 30px;
}
.ibanner .swiper-pagination-bullet{
	width: 37px;
	height: 3px;
	border-radius: 0;
	margin: 0 8px!important;
	background-color: rgba(255, 255, 255, 0.2);
}
.ibanner .swiper-pagination-bullet-active{
	background-color: #fff;
}




.ipro{
	padding: 105px 0;
}
.ipro .pub_tit{
	margin-bottom: 35px;
}
.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_icon01.png);
}
.ipro .findpro_box .item:nth-child(2) i {
	background-image: url(../images/ipro_icon02.png);
}
.ipro .findpro_box .item:nth-child(3) i {
	background-image: url(../images/ipro_icon03.png);
}
.ipro .findpro_box .item:nth-child(4) i {
	background-image: url(../images/ipro_icon04.png);
}
.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: 14px;
	color: #030000;
	line-height: 43px;
	padding-right: 10px;
	width: 30%;
	text-align: left;
}
.ipro .findpro_box .item .item2 ul li:hover {
	color: #003c54;
}
/* 鼠标悬浮 */
.ipro .findpro_box .show .item1 {
	float: left;
	background: #32328c;
	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: #32328ce;
}
.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%;
}




.ipro2{
	padding-bottom: 60px;
}
.ipro2 .titbox{
	margin-bottom: 45px;
}
.ipro2 .titbox .pub_tit{
	float: left;
}
.ipro2 .titbox .pub_more{
	float: right;
}
.ipro2_slide .swiper-wrapper{
	margin-bottom: 80px;
}
.ipro2_slide .swiper-slide{
	height: 510px;
}
.ipro2_slide .img{
	height: 380px;
}
.ipro2_slide .img2{
	width: 120px;
	height: 250px;
	position: absolute;
	right: 55px;
	bottom: 0;
	display: none;
}
.ipro2_slide .img2 img{
	width: 100%;
	height: 100%;
}
.ipro2_slide h4{
	color: #333;
	font-size: 24px;
	font-weight: bold;
	margin-top: 35px;
}
.ipro2_slide p{
	color: #666;
	font-size: 16px;
	margin-top: 12px;
}




.ipro3{
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
	padding: 65px 0 95px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/ipro3bg.jpg);
}
.ipro3 .pub_tit{
	margin-bottom: 40px;
}
.ipro3_slide{
	max-width: 840px;
	height: 465px;
	overflow: visible;
}
.ipro3_slide .swiper-slide{
	position: relative;
}
.ipro3_slide .swiper-button-prev,
.ipro3_slide .swiper-button-next
{
	width: 70px;
	height: 70px;
	border: none;
	outline: none;
	border-radius: 50%;
	background-image: none;
	background-color: rgba(54, 54, 54, 0.8);
}
.ipro3_slide .swiper-button-prev{
	left: -170px;
}
.ipro3_slide .swiper-button-next{
	right: -170px;
}
.ipro3_slide .swiper-button-prev::after,
.ipro3_slide .swiper-button-next::after
{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 17px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.ipro3_slide .swiper-button-prev::after{
	background-image: url(../images/ipro3_prev.png);
}
.ipro3_slide .swiper-button-next::after{
	background-image: url(../images/ipro3_next.png);
}
.ipro3_slide .txt{
	color: #fff;
	width: 100%;
	height: 105px;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 15px 60px;
	box-sizing: border-box;
	background-image: linear-gradient(to top,rgba(0,0,0,0),rgba(0,0,0,0.6));
}
.ipro3_slide .txt h4{
	font-size: 30px;
}
.ipro3_slide .txt p{
	font-size: 16px;
	margin-top: 10px;
}
.ipro3 .text{
	color: #333;
	font-size: 36px;
	text-align: center;
	font-weight: lighter;
	position: relative;
	margin-top: 75px;
}
.ipro3 .text p{
	position: relative;
	display: inline-block;
	padding: 0 125px;
}
.ipro3 .text p::before,
.ipro3 .text p::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 90px;
	height: 1px;
	background-color: #bababa;
}
.ipro3 .text p::before{
	left: 0;
}
.ipro3 .text p::after{
	right: 0;
}




.iab_tit{
	padding: 90px 0 45px 0;
}
.iab{
	max-width: 1920px;
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/iabbg.jpg);
}
.iab a{
	width: 100%;
	height: 100%;
	display: inline-block;
	padding: 145px 0 160px 0;
}
.iab .tit{
	margin-bottom: 45px;
}
.iab .tit h4,
.iab .tit i
{
	font-weight: bold;
}
.iab .tit h4{
	color: #32328c;
	font-size: 48px;
}
.iab .tit i{
	color: #666;
	font-size: 16px;
	text-transform: uppercase;
}
.iab .pub_txt{
	width: 530px;
}
.iab .itembox{
	margin-top: 45px;
}
.iab .itembox .item{
	float: left;
	margin-right: 75px;
}
.iab .itembox .item:last-child{
	margin-right: 0;
}
.iab .item .num{
	color: #32328c;
	font-size: 36px;
	font-weight: bold;
	position: relative;
	display: inline-block;
}
.iab .item .num::after{
	content: '';
	position: absolute;
	right: -20px;
	bottom: 8px;
	color: #666;
	font-size: 16px;
	font-weight: normal;
}
.iab .item:nth-child(1) .num::after{
	content: '亩';
}
.iab .item:nth-child(2) .num::after{
	content: '组';
}
.iab .item:nth-child(3) .num::after{
	content: '亿';
}
.iab .item p{
	color: #4c4948;
	font-size: 16px;
	margin-top: 5px;
}




.ibrand{
	max-width: 1920px;
	height: 795px;
	margin: 0 auto;
	margin-top: 115px;
	position: relative;
}
.ibrand .list{
	z-index: 99;
}
.ibrand .list a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.ibrand .list .img{
	width: 100%;
	height: 795px;
	overflow: hidden;
}
.ibrand .list .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* .ibrand .textbox{
	max-width: 1300px;
	height: 100%;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.ibrand .textbox::after{
	content: '';
	position: absolute;
	left: -115px;
	top: 0;
	width: 115px;
	height: 100%;
	background-color: #4aa4a4;
} */
.ibrand .text{
	color: #fff;
	width: 460px;
	height: 100%;
	/* padding-top: 115px; */
	padding: 115px 0 0 115px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 200px;
	background-color: #32328c;
}
.ibrand .pub_tit{
	text-align: left;
}
.ibrand .pub_tit i,
.ibrand .pub_tit h2
{
	color: #fff;
}
.ibrand .pub_tit i{
	max-width: 180px;
}
.ibrand .txt{
	font-size: 16px;
	line-height: 30px;
	max-width: 265px;
	margin-top: 65px;
}
.ibrand .btngrop{
	width: 90px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	left: 115px;
	bottom: 200px;
}
.ibrand .btngrop span{
	width: 35px;
	height: 35px;
	display: block;
	overflow: hidden;
	border-radius: 50%;
	position: relative;
	border: 1px solid #fff;
}
.ibrand .btngrop .prev{
	background-color: #fff;
}
.ibrand .btngrop span::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 11px;
	height: 17px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.ibrand .btngrop span:hover{
	cursor: pointer;
}
.ibrand .btngrop .prev::after{
	background-image: url(../images/ibrand_prev.png);
}
.ibrand .btngrop .next::after{
	background-image: url(../images/ibrand_next.png);
}




.icase{
	max-width: 1920px;
	margin: 0 auto;
	margin-top: 100px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/icasebg.jpg);
}
.icase .picbox{
	width: 610px;
	height: 780px;
	float: left;
	position: relative;
}
.icase .picbox .img{
	width: 915px;
	height: 780px;
	position: absolute;
	top: 0;
	left: -310px;
	overflow: hidden;
}
.icase .picbox .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.icase .text{
	width: 690px;
	float: right;
	padding: 170px 30px  0 230px;
	box-sizing: border-box;
}
.icase .pub_tit i{
	max-width: 340px;
}
.icase .pub_tit h2{
	margin-top: 15px;
}
.icase .hd{
	margin-top: 80px;
}
.icase .hd li{
	color: #333;
	font-size: 16px;
	line-height: 48px;
	padding-left: 50px;
	position: relative;
}
.icase .hd li:hover{
	cursor: pointer;
}
.icase .hd li::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 40px;
	height:1px;
	display: none;
	background-color: #333;
}
.icase .hd li.on::after{
	display: block;
}




.inews{
	padding: 85px 0 95px 0;
}
.inews .titbox{
	margin-bottom: 50px;
}
.inews .titbox .pub_tit{
	float: left;
}
.inews .titbox .pub_more{
	float: right;
	margin-top: 52px;
}