@charset "utf-8";




/* 公共样式 */
@font-face {
	font-family: 'syht-lg';
	src: url('../fonts/SourceHanSansCN-Light.otf');
}
@font-face {
	font-family: 'syht-md';
	src: url('../fonts/SourceHanSansCN-Medium.otf');
}




.pub_tit h2{
	color: #333;
	font-size: 36px;
	font-family: 'syht-lg';
}
.pub_center{
	text-align: center;
}
.pub_tit2 h2{
	font-size: 32px;
}




.ibanner,
.inc_banner
{
    font-size: 0;
}
.ibanner img,
.inc_banner img{
    width: 100%;
}




.swiper .swiper-pagination-bullet,
.swiper .swiper-button-prev,
.swiper .swiper-button-next
{
    opacity: 1;
    border: none;
    outline: none;
}
.swiper .swiper-pagination{
    bottom: 0;
}



.pub_slide .slidebtnbox{
	text-align: center;
}
.pub_slide .slidebtngrop{
	display: inline-block;
}
.pub_slide .btngrop{
	display: flex;
	align-items: center;
}
.pub_slide .btngrop .swiper-button-prev,
.pub_slide .btngrop .swiper-pagination,
.pub_slide .btngrop .swiper-button-next
{
	position: static;
}
.pub_slide .btngrop .swiper-button-prev,
.pub_slide .btngrop .swiper-button-next
{
	width: 10px;
	height: 15px;
	margin-top: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}
.pub_slide .btngrop .swiper-button-prev{
	background-image: url(../images/pub_prev.png);
}
.pub_slide .btngrop .swiper-button-next{
	background-image: url(../images/pub_next.png);
}
.pub_slide .btngrop .swiper-button-prev::after,
.pub_slide .btngrop .swiper-button-next::after
{
	content: '';
}
.pub_slide .btngrop .swiper-pagination{
	width: auto;
	height: 12px;
	margin: 0 27px;
	display: inline-block;
}
.pub_slide .btngrop .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	margin: 0 8px!important;
	background-color: #dcdcdc;
}
.pub_slide .btngrop .swiper-pagination-bullet-active{
	background-color: #f1b12b;
}




.pub_more{
	color: #888;
	font-size: 16px;
	text-align: center;
	line-height: 60px;
	width: 200px;
	height: 60px;
	display: block;
	border-radius: 8px;
	transition: all .5s;
	border: 1px solid #dcdcdc;
}
.pub_more:hover{
	color: #fff;
	border: 1px solid #f1b12b;
	background-color: #f1b12b;
}




.pub_menu{
	text-align: center;
}
.pub_menu li{
	color: #666;
	font-size: 16px;
	text-align: center;
	line-height: 45px;
	width: 150px;
	height: 45px;
	margin-right: 15px;
	display: inline-block;
	background-color: #eee;
}
.pub_menu li:last-child{
	margin-right: 0;
}
.pub_menu li.on,
.pub_menu li:hover
{
	color: #333;
	font-weight: bold;
	background-color: #f8e471;
}
.pub_menu li a{
	width: 100%;
	height: 100%;
	display: inline-block;
}




.page{
	text-align: center;
	padding: 40px 0;
}
.page .pagination{
	display: inline-block;
}
.page .pagination li{
	float: left;
	width: 15px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #888;
	margin: 0 12px;
}
.page .pagination li span,
.page .pagination li a{
	display: block;
	width: 100%;
	height: 100%;
}
.page .pagination li.active,
.page .pagination li:hover{
	color: #333;
	border-bottom: 1px solid #313131;
}




.pillar{
	height: 100px;
}
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 999;
	padding: 0 65px;
	box-sizing: border-box;
	background-color: #050505;
}
.header h1{
	width: 90px;
	height: 40px;
	float: left;
	margin-top: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/logo.png);
}
.header h1 a{
	width: 100%;
	height: 100%;
	display: inline-block;
	text-indent: -9999px;
}
.header .nav{
	float: right;
	margin-top: 30px;
}
.header .nav li{
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	margin: 0 30px;
	position: relative;
	display: inline-block;
}
.header .nav li::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 3px;
	transition: all .5s;
	background-color: #f1af25;
}
.header .nav li.on::after,
.header .nav li:hover::after
{
	width: 100%;
}
.header .nav li a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.header .search{
	width: 20px;
	height: 20px;
	float: right;
	margin: 40px 0 0 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/search.png);
}
.header .search:hover{
	cursor: pointer;
}
.header .form_box{
	width:100%;
	position: absolute;
	left:0;
	top: 100px;
	text-align: center;
	background:rgba(0,0,0,.4);
	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: 20px 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/search3.png);
	position: absolute;
	right:0;
	top:0;
}




.footer{
	font-size: 15px;
	padding: 50px 0;
	background-color: #070707;
}
.footer .textbox{
	float: left;
}
.footer .ftnav li{
	color: #d9d9d9;
	line-height: 15px;
	height: 15px;
	float: left;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #7d7d7d;
}
.footer .ftnav li:last-child{
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}
.footer .ftnav li:hover{
	color: #888;
}
.footer .ftnav li a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.footer .copy{
	color: #888;
	margin-top: 20px;
}
.footer .ftshare{
	float: right;
	margin-top: 15px;
}
.footer .ftshare .li{
	width: 30px;
	height: 25px;
	float: left;
	margin-right: 25px;
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}
.footer .ftshare .li:last-child{
	margin-right: 0;
}
.footer .ftshare .vx{
	background-image: url(../images/ft_share1.png);
}
.footer .ftshare .wb{
	background-image: url(../images/ft_share2.png);
}
.footer .ftshare .dy{
	background-image: url(../images/ft_share3.png);
}
.footer .ftshare .li:hover{
	cursor: pointer;
}
.footer .ftshare .li .img{
	width: 100px;
	height: 100px;
	position: absolute;
	top: -120px;
	left: 50%;
	margin-left: -50px;
	display: none;
	border: 1px solid #ccc;
}
.footer .ftshare .li:hover .img{
	display: block;
}
.footer .ftshare .li .img img{
	width: 100%;
	height: 100%;
}
.footer .ftshare .li .img::after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: -9px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-top: 8px solid #ccc;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}




.ibanner .swiper-pagination{
	bottom: 30px;
}
.ibanner .swiper-pagination-bullet{
	width: 30px;
	height: 4px;
	border-radius: 0;
	margin: 0 8px!important;
	background-color: #d2d2d2;
}
.ibanner .swiper-pagination-bullet-active{
	background-color: #313131;
}




.ipro{
	padding: 100px 0 10px 0;
}
.ipro .pub_tit{
	margin-bottom: 50px;
}
.ipro .listbox .list{
	width: 390px;
	height: 400px;
	float: left;
	margin-right: 15px;
	border-radius: 12px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/iprobg.jpg);
}
.ipro .listbox .list:last-child{
	margin-right: 0;
}
.ipro .list a{
	width: 100%;
	height: 100%;
	display: inline-block;
	padding: 45px 30px;
	box-sizing: border-box;
}
.ipro .list .text h4{
	color: #000;
	font-size: 28px;
	font-family: 'syht-lg';
	margin-bottom: 15px;
}
.ipro .list .text em{
	color: #f1af25;
	font-size: 15px;
	padding-right: 15px;
	display: inline-block;
	position: relative;
}
.ipro .list .text em::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 0;
	width: 6px;
	height: 10px;
	transition: all .5s;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/ipro_icon.png);
}
.ipro .list .text em:hover:after{
	transform: translateX(5px);
}
.ipro .list .img{
	text-align: right;
	width: 330px;
	height: 180px;
	position: absolute;
	right: 0;
	bottom: 30px;
}




.ivideo{
	padding: 80px 0;
}
.ivideo_slide .swiper-wrapper{
	margin-bottom: 60px;
}
.ivideo_slide .swiper-slide{
	height: 590px;
	overflow: hidden;
}
.ivideo_slide .swiper-slide video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ivideo .pub_more{
	margin: 45px auto 0 auto;
}




.icase{
	max-width: 1920px;
	margin: 0 auto;
	padding: 80px 0 90px 0;
	background-color: #f2f2f2;
}
.icase .hd{
	text-align: center;
	margin: 20px 0 55px 0;
}
.icase .hd li{
	color: #888;
	font-size: 17px;
	line-height: 50px;
	height: 50px;
	margin-right: 70px;
	position: relative;
	display: inline-block;
}
.icase .hd li:last-child{
	margin-right: 0;
}
.icase .hd li.on,
.icase .hd li:hover{
	color: #f1af25;
}
.icase .hd li:hover{
	cursor: pointer;
}
.icase .hd li::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 3px;
	transition: all .5s;
	background-color: #f1af25;
}
.icase .hd li.on::after,
.icase .hd li:hover::after
{
	width: 100%;
}
.icase_slide .swiper-wrapper{
	margin-bottom: 60px;
}
.icase_slide .swiper-slide{
	width: 590px;
	overflow: hidden;
	border-radius: 10px;
}
.icase_slide .img{
	height: 330px;
}
.icase_slide h4{
	color: #444;
	font-size: 15px;
	text-align: center;
	line-height: 70px;
	height: 70px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	background-color: #fff;
}
.icase_slide .swiper-slide-active h4{
	color: #fff;
	background-color: #f1af25;
}
.icase .pub_more{
	margin: 45px auto 0 auto; 
}




.inews{
	padding: 85px 0 115px 0;
}
.inews .pub_tit{
	margin-bottom: 60px;
}
.inews .bgnews{
	width: 530px;
	float: left;
	box-sizing: border-box;
	border-bottom: 4px solid #f1b12b;
}
.inews .bgnews .img{
	height: 300px;
}
.inews .bgnews .text{
	color: #888;
	padding: 40px 40px 55px 40px;
	box-sizing: border-box;
	background-color: #f5f5f5;
}
.inews .bgnews .text span{
	font-size: 15px;
}
.inews .bgnews .text h4,
.inews .bgnews .text p
{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.inews .bgnews .text h4{
	color: #333;
	font-size: 22px;
	font-family: 'syht-lg';
	-webkit-line-clamp: 1;
	margin-top: 17px;
}
.inews .bgnews:hover .text h4{
	color: #f1b12b;
}
.inews .bgnews .text p{
	font-size: 15px;
	line-height: 26px;
	-webkit-line-clamp: 2;
	margin-top: 12px;
}
.inews .listbox{
	width: 600px;
	float: right;
}
.inews .listbox .list{
	color: #888;
	font-size: 15px;
	box-sizing: border-box;
	border-bottom: 1px solid #dcdcdc;
}
.inews .listbox .list:first-child{
	border-top: 1px solid #dcdcdc;
}
.inews .list a{
	width: 100%;
	height: 100%;
	padding: 35px 0;
	display: inline-block;
}
.inews .list h4,
.inews .list p
{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
	-webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.inews .list h4{
	color: #333;
	font-size: 22px;
	font-family: 'syht-lg';
}
.inews .list:hover h4{
	color: #f1b12b;
}
.inews .list p{
	margin: 12px 0 23px 0;
}




.about{
	padding: 90px 0;
}
.about .text{
	color: #666;
	font-size: 15px;
	line-height: 28px;
	margin: 35px 0 55px 0;
}
.abv_slide .swiper-wrapper{
	margin-bottom: 60px;
}
.abv_slide .swiper-slide{
	height: 590px;
	overflow: hidden;
} 
.abv_slide .swiper-slide video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}




.news{
	padding: 85px 0 30px 0;
}
.news .pub_menu{
	margin-top: 40px;
}
.news .listbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 65px;
}
.news .listbox .list{
	width: 580px;
	margin-bottom: 40px;
}
.news .list .img{
	height: 330px;
}
.news .list .text{
	padding: 35px 30px;
	box-sizing: border-box;
	background-color: #f2f2f2;
}
.news .list .text span{
	color: #888;
	font-size: 15px;
}
.news .list .text h4{
	color: #444;
	font-size: 20px;
	font-family: 'syht-lg';
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	margin-top: 8px;
}
.news .list:hover .text h4{
	color: #f1b12b;
}
.news .page{
	padding: 40px 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 100px 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;
}





.video{
	padding: 80px 0 35px 0;
}
.video .listbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 55px;
}
.video .listbox .list{
	width: 580px;
	margin-bottom: 45px;
}
.video .list .img{
	height: 330px;
	position: relative;
}
.video .list .img::after{
	content: '';
	position: absolute;
	left: 25px;
	bottom: 20px;
	width: 60px;
	height: 60px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/play.png);
}
.video .list h4{
	color: #444;
	font-size: 15px;
	text-align: center;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	margin-top: 20px;
}
.video .list:hover h4{
	color: #f1af25;
}
.video .page{
	padding: 15px 0 45px 0;
}




.contact{
	padding: 85px 0 40px 0;
}
.contact .pub_menu{
	margin-top: 40px;
}
.contact .listbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 70px;
}
.contact .listbox .list{
	width: 585px;
	height: 195px;
	padding: 25px 20px;
	box-sizing: border-box;
	margin-bottom: 35px;
	border-radius: 12px;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
}
.contact .list .img{
	width: 200px;
	height: 140px;
	float: left;
	margin-right: 30px;
}
.contact .list .text{
	width: 300px;
	float: right;
	/* padding-top: 4px;
	box-sizing: border-box; */
}
.contact .list .text h4{
	color: #333;
	font-size: 18px;
}
.contact .list .text .txt{
	color: #888;
	font-size: 15px;
	line-height: 26px;
	margin-top: 10px;
	min-height: 75px;
}
.contact .list .text .more{
	color: #333;
	font-size: 15px;
	line-height: 30px;
	height: 30px;
	/* margin-top: 20px; */
	box-sizing: border-box;
	display: inline-block;
	border-bottom: 1px solid #f1af25;
}
.contact .list .text .more:hover{
	color: #f1af25;
}




.pro{
	padding: 95px 0 65px 0;
}
.pro .itembox .item{
	margin-bottom: 20px;
}
.pro .itembox .item:last-child{
	margin-bottom: 0;
}
.pro .item .listbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}
.pro .listbox .list{
	width: 580px;
	height: 260px;
	margin-bottom: 35px;
	box-sizing: border-box;
	border-radius: 12px;
	border: 1px solid #dedede;
}
.pro .list a{
	width: 100%;
	height: 100%;
	padding: 45px 25px 40px 40px;
	box-sizing: border-box;
	display: inline-block;
}
.pro .list .text{
	width: 235px;
	float: left;
}
.pro .list .text h4{
	color: #333;
	font-size: 24px;
	font-family: 'syht-md';
}
.pro .list .text .txt{
	color: #888;
	font-size: 15px;
	line-height: 26px;
	margin-top: 10px;
}
.pro .list .text em{
	color: #333;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	line-height: 40px;
	width: 110px;
	height: 40px;
	display: block;
	margin-top: 22px;
	transition: all .5s;
	border-radius: 50px;
	background-color: #f8e471;
}
.pro .list .text em:hover{
	background-color: #f0dd6e;
}
.pro .list .img{
	width: 260px;
	height: 160px;
	float: right;
	margin-top: 10px;
}




.prov{
	padding: 80px 0 100px 0;
}
.prov .pub_menu{
	margin-top: 50px;
}
.prov .text{
	color: #333;
	font-size: 15px;
	text-align: center;
	line-height: 26px;
	margin-top: 55px;
}




.prov2{
	padding: 80px 0 35px 0;
}
.prov2 .pub_menu{
	margin-top: 50px;
}
.prov2 .listbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 55px;
}
.prov2 .listbox .list{
	width: 580px;
	margin-bottom: 45px;
}
.prov2 .list .img{
	height: 330px;
	position: relative;
}
.prov2 .list .img::after{
	content: '';
	position: absolute;
	left: 25px;
	bottom: 20px;
	width: 60px;
	height: 60px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/play.png);
}
.prov2 .list h4{
	color: #444;
	font-size: 15px;
	text-align: center;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	margin-top: 20px;
}
.prov2 .list:hover h4{
	color: #f1af25;
}
.prov2 .page{
	padding: 15px 0 45px 0;
}




.pub_seek{
	min-height: 880px;
	padding-top: 255px;
	box-sizing: border-box;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/seekbg.jpg);
}
.pub_seek .formbox{
	width: 545px;
	border-radius: 12px;
	overflow: hidden;
}
.pub_seek .formbox .search,
.pub_seek .formbox button
{
	float: left;
}
.pub_seek .formbox .search input,
.pub_seek .formbox button
{
	color: #fff;
	font-size: 16px;
	height: 65px;
	border: none;
	outline: none;
}
.pub_seek .formbox .search{
	width: 445px;
	position: relative;
}
.pub_seek .formbox .search i{
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/search2.png);
}
.pub_seek .formbox .search input{
	width: 100%;
	padding-left: 55px;
	box-sizing: border-box;
	display: inline-block;
	background-color: #4d4d4d;
}
.pub_seek .formbox .search input::-webkit-input-placeholder{
	color: #fff;
}
.pub_seek .formbox button{
	width: 100px;
	transition: all .5s;
	background-color: #30abe6;
}
.pub_seek .formbox button:hover{
	cursor: pointer;
	background-color: #2ea0d7;
}





.seek .text{
	color: #fff;
	font-size: 15px;
	line-height: 30px;
	width: 515px;
	margin-top: 40px;
}




.seek2 .text{
	color: #fff;
	font-size: 15px;
	width: 545px;
	padding-bottom: 35px;
	margin-top: 20px;
	border-radius: 12px;
	background-color: #40484e;
}
.seek2 .text h4,
.seek2 .text .txt,
.seek2 .text .more
{
	padding: 0 30px;
	box-sizing: border-box;
}
.seek2 .text h4{
	font-size: 18px;
	line-height: 60px;
	height: 60px;
	border-bottom: 1px solid #5a5b5d;
}
.seek2 .text .txt{
	line-height: 36px;
	margin: 10px 0 20px 0;
}
.seek2 .text .txt span,
.seek2 .text .txt em
{
	float: left;
	display: block;
}
.seek2 .text .txt span{
	color: #959595;
	width: 110px;
}
.seek2 .text .txt em{
	width: 370px;
	word-wrap: break-word;
    word-break: normal;
}
.seek2 .text .more:hover{
	color: #f1af25;
}




.seek3{
	padding-top: 80px;
}
.seek3 h2{
	color: #30abe6;
	font-size: 18px;
	margin-bottom: 25px;
}
.seek3 .listbox .list{
	color: #fff;
	font-size: 15px;
	margin-bottom: 30px;
}
.seek3 .listbox .list:last-child{
	margin-bottom: 0;
}
.seek3 .list h4{
	padding-left: 30px;
	position: relative;
	margin-bottom: 10px;
}
.seek3 .list h4::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/seek3_icon.png);
}
.seek3 .list .txt{
	padding: 25px 0 10px 0;
	background-color: #40484e;
}
.seek3 .list .txt li{
	width: 33.33%;
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.seek3 .list .txt li span,
.seek3 .list .txt li em
{
	float: left;
	display: block;
}
.seek3 .list .txt li span{
	color: #959595;
	width: 100px;
}
.seek3 .list .txt li em{
	width: 260px;
}
.seek3 .illustrate .txt{
	line-height: 28px;
	width: 100%;
	padding: 25px 15px;
	box-sizing: border-box;
}



.casenav .hd{
	max-width: 1200px;
	margin: 0 auto;
}
.casenav .hd li{
	color: #000;
	font-size: 16px;
	line-height: 75px;
	height: 75px;
	float: left;
	margin-right: 65px;
	position: relative;
}
.casenav .hd li:last-child{
	margin-right: 0;
}
.casenav .hd li:hover{
	cursor: pointer;	
}
.casenav .hd li::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 4px;
	transition: all .5s;
	background-color: #f1af25;
}
.casenav .hd li.on::after,
.casenav .hd li:hover::after
{
	width: 100%;
}
.casenav .hd li a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.casenav .listbox{
	background-color: #f2f2f2;
}
.casenav .listbox .list{
	max-width: 1200px;
	height: 70px;
	margin: 0 auto;
}
/* .casenav .listbox .list{
	display: none;
}
.casenav .listbox .list.on{
	display: block;
} */
.casenav .list ul{
	padding: 25px 0 15px 0;
}
.casenav .list ul li{
	color: #666;
	font-size: 15px;
	float: left;
	margin:  0 60px 10px 0;
}
.casenav .list ul li:last-child{
	margin-right: 0;
}
.casenav .list ul li.on,
.casenav .list ul li:hover
{
	color: #333;
}




.casenav2{
	margin-top: 30px;
}
.casenav2 .listbox .list{
	color: #666;
	font-size: 15px;
	height: 30px;
	overflow: hidden;
	margin-bottom: 25px;
}
.casenav2 .listbox .list:last-child{
	margin-bottom: 0;
}
.casenav2 .listbox .list.on{
	height: auto;
	margin-bottom: 10px;
}
.casenav2 .list h4{
	line-height: 30px;
	width: 100px;
	height: 30px;
	float: left;
	margin-right: 10px;
}
.casenav2 .list ul{
	width: 965px;
	float: left;
}
.casenav2 .list ul li{
	line-height: 30px;
	height: 30px;
	z-index: 3;
	box-sizing: border-box;
	margin: 0 20px 15px 0;
	display: inline-block;
	position: relative;
}
.casenav2 .list ul li:last-child{
	margin-right: 0;
}
.casenav2 .list ul li.on,
.casenav2 .list ul li:hover
{
	color: #333;
}
.casenav2 .list ul li::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	display: none;
	box-sizing: border-box;
	border: 1px solid #f1af25;
}
.casenav2 .list ul li.on::after,
.casenav2 .list ul li:hover::after
{
	display: block;
}
.casenav2 .list ul li a{
	width: 100%;
	height: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	display: inline-block;
}
.casenav2 .list .more{
	color: #333;
	line-height: 30px;
	height: 30px;
	float: right;
	padding-right: 20px;
	display: block;
	position: relative;
}
.casenav2 .list .more:hover{
	cursor: pointer;
}
.casenav2 .list .more::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 0;
	width: 12px;
	height: 8px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/case_icon1.png);
}
.casenav2 .list.on .more::after{
	background-image: url(../images/case_icon2.png);
}




.case{
	padding: 55px 0 10px 0;
}
.case .listbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.case .listbox .list{
	width: 590px;
	margin-bottom: 60px;
}
.case .list .img{
	height: 330px;
	border-radius: 12px;
}
.case .list h4{
	color: #444;
	font-size: 15px;
	text-align: center;	
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	margin-top: 25px;
}
.case .page{
	padding: 0 0 60px 0;
}




.casev{
	padding: 80px 0;
}
.casev .text{
	color: #333;
	font-size: 15px;
	text-align: center;
	line-height: 30px;
	margin-top: 50px;
}
.casev .agrop{
	text-align: center;
	margin-top: 60px;
}
.casev .agrop a{
	color: #888;
	font-size: 15px;
	display: inline-block;
	padding-right: 25px;
	margin-right: 20px;
	position: relative;
}
.casev .agrop a:last-child{
	padding-right: 0;
	margin-right: 0;
}
.casev .agrop a:hover{
	color: #333;
}
.casev .agrop a::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 13px;
	background-color: #fbd005;
}
.casev .agrop a:last-child:after{
	display: none;
}




.related{
	padding: 60px 0 90px 0;
	background-color: #f2f2f2;
}
.casev_slide{
	margin-top: 55px;
}
.casev_slide .swiper-wrapper{
	margin-bottom: 60px;
}
.casev_slide .img{
	height: 330px;
	border-radius: 12px;
}
.casev_slide h4{
	color: #444;
	font-size: 15px;
	text-align: center;	
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	margin-top: 25px;
}




.sidebar{
    padding: 8px;
    box-sizing: border-box;
    border-radius: 50px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 35px;
	z-index: 99;
    background-color: #f2f2f2;
}
.sidebar .list{
    margin-bottom: 5px;
    position: relative;
}
.sidebar .list:nth-child(1){
    color: #666;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    width: 50px;
}
.sidebar .list:last-child{
    margin-bottom: 0;
}
.sidebar .list a{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    position: relative;
}
.sidebar .list a.on{
    color: #fff;
    background-color: #f1af25;
}
.sidebar .list:nth-child(1) a{
    width: 100%;
    height: 100%;
    padding: 15px;
    border-radius: 50px;
    display: inline-block;
    box-sizing: border-box;
}
.sidebar .list a::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.sidebar .list  .infor::after{
    background-image: url(../images/sideba_icon1.png);
}
.sidebar .list  .phone::after{
    background-image: url(../images/sideba_icon2.png);
}
.sidebar .list  .gotop::after{
    background-image: url(../images/sideba_icon3.png);
}
.sidebar .list .infor.on::after{
    background-image: url(../images/sideba_icon11.png);
}
.sidebar .list .phone.on::after{
    background-image: url(../images/sideba_icon22.png);
}
.sidebar .list .gotop.on::after{
    background-image: url(../images/sideba_icon33.png);
}
.sidebar .list .show{
   color: #666;
   font-size: 18px;
   text-align: center;
   width: 180px;
   padding: 20px 0;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   left: -200px;
   display: none;
   box-shadow:  0px 0px 10px #dcdcdc;
   background-color: #fff;
}
.sidebar .list.on .show{
    display: block;
}