
@charset "utf-8";

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

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




.pub_tit h2,
.pub_tit p
{
	color: #333;
	font-family: '宋体';
}
.pub_tit h2{
	font-size: 48px;
	position: relative;
	display: inline-block;
}
.pub_tit h2::after{
	content: '';
	position: absolute;
	top: -5px;
	right: -20px;
	width: 32px;
	height: 34px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/tit_icon.png);
}
.pub_tit p{
	font-size: 24px;
	line-height: 45px;
	height: 45px;
	box-sizing: border-box;
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
}
.pub_center{
	text-align: center;
}




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



.pub_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: #f5f5f5;
}
.pub_menu li:last-child{
	margin-right: 0;
}
.pub_menu li.on,
.pub_menu li:hover
{
	color: #fff;
	background-color: #d4b480;
}
.pub_menu li a{
	width: 100%;
	height: 100%;
	display: inline-block;
}




.pub_textbox .titbox .pub_tit{
	float: left;
}
.pub_textbox .titbox .pub_txt{
	float: right;
	max-width: 720px;
}
.pub_textbox  .pub_menu{
	margin-top: 35px;
}




.pub_more{
	color: #000;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	width: 150px;
	height: 40px;
	position: relative;
	border-bottom: 1px solid #000;
}
.pub_more:hover{
	color: #d4b480;
}
.pub_more::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 1px;
	transition: all .5s;
	background-color: #d4b480;
}
.pub_more:hover:after{
	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: 10px;
	margin: 0 5px!important;
	border-radius: 0;
	transition: all .5s;
	background-color: #ccc;
}
.pub_slide  .swiper-pagination-bullet-active{
	height: 20px;
	background-color: #d4b480;
}




.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 #d4b480;
	background-color: #d4b480;
}




.pillar{
	height: 100px;
}
.header{
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #fff;
}
.header h1,
.header .nav
{
	margin-top: 25px;
}
.header h1{
	width: 240px;
	height: 60px;
	float: left;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/logo.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: #333;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	display: inline-block;
	position: relative;
	margin: 0 5px;
	z-index: 99;
}
.header .nav li::after{
	content: '';
	position: absolute;
	top: 0;
	left: 20px;
	width: 50px;
	height: 50px;
	z-index: -1;
	display: none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/header_icon.png);
}
.header .nav li.on::after,
.header .nav li:hover::after
{
	display: block;
}
.header .nav li a{
	width: 100%;
	height: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	display: inline-block;
}
.header .search{
	width: 24px;
	height: 24px;
	float: right;
	margin: 38px 0 0 5px;
	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;
	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: 24px 24px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/search.png);
	position: absolute;
	right: 15px;
	top: 0;
}




.footer_saerch{
	color: #fff;
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/searchbg.jpg);
}
.footer_saerch .text{
	float: left;
	margin-top: 105px;
}
.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: 120px;
}
.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: #d4b480;
	cursor: pointer;
}




.footer{
	padding: 70px 0 25px 0;
	background-color: #202020;
}
.footer .footer_nav{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 70px;
	margin-bottom: 40px;
	border-bottom: 1px solid #373737;
}
.footer .footer_nav .footer_logo{
	width: 260px;
	height: 60px;
	float: left;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../images/footer_logo.png);
}
.footer .footer_nav .footer_logo a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.footer .footer_nav  .nav li{
	color: #fff;
	font-size: 16px;
	display: inline-block;
	margin-right: 60px;
}
.footer .footer_nav  .nav li:last-child{
	margin-right: 0;
}
.footer .footer_nav  .nav li:hover{
	text-decoration: underline;
}
.footer .footer_nav  .nav li a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.footer .footer_nav  .nav li:hover a{
	text-decoration: underline;
}
.footer .text_box{
	display: flex;
	justify-content: space-between;
	padding-bottom: 90px;
	border-bottom: 1px solid #373737;
	margin-bottom: 40px;
}
.footer .text_box .share .item{
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 35px;
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}
.footer .text_box .share .item:last-child{
	margin-right: 0;
}
.footer .text_box .share .item:hover{
	cursor: pointer;
}
.footer .text_box .share .vx{
	background-image: url(../images/share_icon1.png);
}
.footer .text_box .share .xcx{
	background-image: url(../images/share_icon2.png);
}
.footer .text_box .share .item .img{
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: -110px;
	left: 0;	
	display: none;
}
.footer .text_box .share .item:hover .img{
	display: block;
}
.footer .text_box .share .item .img img{
	width: 100%;
	height: 100%;
}
.footer .text_box  .text{
	padding-top: 20px;
}
.footer .text_box  .text .item{
	width: 290px;
	margin-right: 10px;
	float: left;
}
.footer .text_box  .text .item i{
	width: 50px;
	height: 50px;
	display: block;
	margin-bottom: 10px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: left;
}
.footer .text_box  .text .phone i{
	background-image: url(../images/footer_icon1.png);
}
.footer .text_box  .text .address i{
	background-image: url(../images/footer_icon2.png);
}
.footer .text_box  .text .item h4{
	color: #fff;
	font-size: 18px;
}
.footer .text_box  .text .phone h4{
	margin-bottom: 15px;
}
.footer .text_box  .text .address h4{
	margin-bottom: 25px;
}
.footer .text_box  .text .item  p{
	color: #fff;
	line-height: 30px;
}
.footer .text_box  .text .phone p{
	font-size: 30px;
}
.footer .text_box  .text .address p{
	font-size: 16px;
}
.footer .copy{
	color: #666;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}




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



.contact{
	padding: 120px  0;
}
.contact .listbox .list{
	color: #333;
	text-align: center;
	width: 400px;
	height: 190px;
	float: left;
	padding: 45px 45px 20px 45px;
	margin-right: 50px;
	box-sizing: border-box;
	background-color: #f5f6fa;
}
.contact .listbox .list:hover{
	color: #fff;
	background-color: #d4b480;
}
.contact .listbox .list:last-child{
	margin-right: 0;
}
.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 p{
	font-size: 16px;
	line-height: 30px;
	margin-top: 25px;
}




.message .pub_tit{
	text-align: center;
	margin-bottom: 60px;
}
.message .formbox{
	padding: 70px 0 145px 0;
	background-color: #f5f5f5;
}
.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: #d4b480;
}
.message .code  button:hover{
	cursor: pointer;
	background-color: #292c2c;
}




.case{
	padding: 75px 0 35px 0 ;
}
.case .listbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 90px;
}
.case .listbox .list{
	width: 630px;
	margin-bottom: 40px;
	box-sizing: border-box;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}
.case .listbox .list::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 1px;
	transition: all .5s;
	background-color: #d4b480;
}
.case .listbox .list:hover::after{
	width: 100%;
}
.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;
}
.case .page{
	padding: 10px 0 40px 0;
}




.pro_nav{
	padding: 60px 0;
	background-color: #f7f7f7;
}
.pro_nav .li_box{
	margin-bottom: 45px;
}
.pro_nav .li{
	padding-bottom: 20px;
	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: #d4b480;
	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 #d4b480;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}
.pro_nav .li .qb{
	color: #d4b480;
	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: #d4b480;
}
.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: 70px 0 10px 0;
}
.pro .list_box .list{
	width: 400px;
	margin-right: 50px;
	margin-bottom: 60px;
	float: left;
	transition: all .5s;
}
.pro .list_box .list:nth-child(3n){
	margin-right: 0;
}
.pro .list_box .list .img_box{
	width: 400px;
	height: 270px;
	overflow: hidden;
	border-radius: 20px;
	background-color: #f5f5f5;
	position: relative;
}
.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 .tit{
	height: 77px;
	padding: 25px 40px 0 40px;
	box-sizing: border-box;
}
.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;
}
.pro .list_box .list h4{
	color: #4c4948;
	font-size: 18px;
}
.pro .list_box .list p{
	color: #999;
	font-size: 16px;
	margin-top: 10px;
}
.pro .page{
	padding: 10px 0 60px 0;
}




.introduce{
	padding: 70px 0;
}
.introduce  .prov1_slidebox{
	width: 605px;
	float: left;
}
.introduce .big_slide{
	width: 480px;
	height: 480px;
	float: left;
	background-color: #f5f5f5;
}
.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 #d4b480;
}
.introduce .small_slide .swiper-slide:hover{
	cursor: pointer;
}
.introduce .text{
	color: #666;
	font-size: 16px;
	width: 600px;
	float: right;
}
.introduce .text .tit{
	padding-bottom: 35px;
	border-bottom: 1px solid #e4e4e4;
}
.introduce .text .tit h2{
	color: #333;
	font-size: 36px;
}
.introduce .text .tit p{
	line-height: 30px;
	margin-top: 25px;
}
.introduce .text .txt{
	line-height: 48px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 15px;
	margin-top: 15px;
	border-bottom: 1px solid #e4e4e4;
}
.introduce .text .txt li{
	width: 49%;
}
.introduce .text .txt li span{
	color: #000;
}
.introduce .text .agrop{
	margin-top: 45px;
}
.introduce .text .agrop a{
	color: #000;
	text-align: center;
	line-height: 50px;
	width: 180px;
	height: 50px;
	display: inline-block;
	margin-right: 15px;
	border-radius: 50px;
	background-color: #f5f5f5;
}
.introduce .text .agrop a:last-child{
	margin-right: 0;
}
.introduce .text .agrop a:hover{
	color: #fff;
	background-color: #d4b480;
}




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




.app{
	padding: 95px 0  85px 0;
}
.app .pub_tit{
	margin-bottom: 45px;
}
.app .app_slide{
	margin-bottom: 95px;
}
.app .app_slide .img{
	height: 610px;
}
.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;
}




.brand{
	padding: 90px 0 140px 0;
}
.brand .hd{
	text-align: center;
	margin-top: 65px;
}
.brand .hd li{
	color: #333;
	font-size: 20px;
	text-align: center;
	font-family: '宋体';
	line-height: 50px;
	width: 190px;
	height: 50px;
	margin-right: 25px;
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid #f8f8f8;
	background-color: #f8f8f8;
}
.brand .hd li:last-child{
	margin-right: 0;
}
.brand .hd li.on,
.brand .hd li:hover{
	border: 1px solid #d2d2d2;
	background-color: transparent;
}
.brand .hd li:hover{
	cursor: pointer;
}
.brand .listbox{
	margin-top: 50px;
}
.brand .list .txt{
	color: #333;
	font-size: 16px;
	text-align: center;
	line-height: 36px;
	max-width: 1010px;
	margin: 0 auto;
}
.brand .list .img{
	height: 530px;
	margin-top: 50px;
}




.advantage{
	max-width: 1920px;
	margin: 0 auto;
	padding: 95px 0 200px 0;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/advbg.jpg);
}
.advantage .pub_txt2{
	max-width: 1010px;
	margin: 0 auto;
	margin-top: 40px;
}
.advantage .adv_slide{
	max-width: 980px;
	margin: 0 auto;
	margin-top: 60px;
	overflow: visible;
}
.adv_slide .swiper-slide{
	width: 100%;
	height: 520px;
	position: relative;
}
.adv_slide .swiper-slide::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, .5);
}
.adv_slide .swiper-slide-active::after{
	display: none;
}	
.adv_slide .swiper-pagination{
	bottom: -120px;
}
.adv_slide .text{
	color: #fff;
	width: 100%;
	height: 140px;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px 35px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	opacity: 0;
	background-color: rgba(0, 0, 0, .4);
}
.adv_slide .swiper-slide-active .text{
	opacity: 1;
}
.adv_slide .text h4{
	font-size: 24px;
	text-align: center;
	font-family: '宋体';
	line-height: 30px;
	width: 80px;
	height: 80px;
	padding: 10px 16px;
	box-sizing: border-box;
	margin-right: 25px;
	position: relative;
	background-color: #d4b480;
}
.adv_slide .text h4::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 70px;
	height: 70px;
	box-sizing: border-box;
	border: 1px solid #fff;
}
.adv_slide .text p{
	font-size: 16px;
	line-height: 30px;
	max-width: 780px;
}




.coop{
	padding: 240px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-image: url(../images/bg01.jpg);
}
.coop .titbox{
	width: 190px;
	float: left;
}
.coop .pub_tit{
	float: left;
}
.coop .pub_tit h2{
	width: 45px;
	padding-bottom: 50px;
}
.coop .pub_tit h2::after{
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
.coop .pub_txt2{
	color: #666;
	width: 95px;
	line-height: 18px;
	float: right;
	padding-top: 45px;
}
.coop .pub_txt2 p{
	width: 20px;
	float: left;
	margin-right: 15px;
}
.coop .pub_txt2 p:last-child{
	margin-right: 0;
}
.coop .listbox{
	width: 920px;
	float: right;
}
.coop .listbox .list{
	width: 435px;
	float: left;
	margin-right: 50px;
}
.coop .listbox .list:last-child{
	margin-right: 0;
}
.coop .list .img{
	height: 280px;
}
.coop .list .text{
	color: #333;
	padding-top: 40px;
}
.coop .list .text h4{
	font-size: 24px;
}
.coop .list .text p{
	font-size: 16px;
	line-height: 30px;
	margin-top: 20px;
}




.join{
	max-width: 1300px;
	margin: 75px auto;
	display: flex;
	justify-content: space-between;
	padding: 100px 65px 60px 65px;
	box-sizing: border-box;
	background-color: #f8f8f8;
}
.join .textbox{
	width: 420px;
}
.join .textbox .tit{
	color: #444;
	margin-bottom: 70px;
}
.join .textbox .tit p{
	font-size: 16px;
}
.join .textbox .tit h2{
	font-size: 36px;
	margin-top: 20px;
}
.join .textbox .txt1{
	color: #333;
}
.join .textbox .txt1 h4{
	font-size: 20px;
	position: relative;
	padding-left: 30px;
	display: inline-block;
}
.join .textbox .txt1 h4::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/phone_icon1.png);
}
.join .textbox .txt1 p{
	font-size: 36px;
	margin-top: 15px;
}
.join .textbox .txt2{
	color: #666;
	font-size: 16px;
	line-height: 36px;
	margin-top: 15px;
}
.join .formbox{
	width: 590px;
	float: right;
}
.join .formbox input,
.join .formbox select,
.join .formbox textarea
{
	color: #666;
	font-size: 16px;
	outline: none;
	border: none;
	overflow: hidden;
	border-radius: 5px;
	padding: 0 15px;
	box-sizing: border-box;
	display: block;
	background-color: #fff;
}
.join .formbox input,
.join .formbox select
{
	height: 50px;
}
.join .formbox .infor,
.join .formbox .address
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.join .formbox .infor input,
.join .formbox .address select
{
	width: 275px;
}
.join .formbox textarea{
	font-family: 'Arial';
	width: 100%;
	height: 100px;
	padding-top: 15px;
	margin-bottom: 20px;
}
.join .formbox .verify{
	display: flex;
	margin-bottom: 20px;
}
.join .formbox .verify input,
.join .formbox .verify .img
{
	width: 180px;
	height: 50px;
}
.join .formbox .verify .img{
	margin-left: 25px;
}
.join .formbox .verify .img:hover{
	cursor: pointer;
}
.join .formbox .verify .img img{
	width: 100%;
	height: 100%;
}
.join .formbox button{
	color: #fff;
	font-size: 16px;
	width: 100%;
	height: 50px;
	outline: none;
	border: none;
	border-radius: 5px;
	overflow: hidden;
	background-color: #d4b480;
}
.join .formbox button:hover{
	cursor: pointer;
	background-color: #d4b480;
}




.about{
	max-width: 1920px;
	margin: 0 auto;
	padding: 165px 0 140px 0;
	position: relative;
	overflow: hidden;
}
.about::after{
	content: '';
	position: absolute;
	top: 65px;
	right: 0;
	width: 790px;
	height: 815px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right top;
	/* background-image: url(../images/ab1bg.png); */
}
.about .text{
	float: left;
	width: 575px;
}
.about .text .pub_txt{
	color: #333;
	text-align: left;
	margin-top: 50px;
}
.about .img{
	width: 675px;
	height: auto;
	float: right;
	margin-top: 30px;
}




.abvideo{
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}
.abvideo .img{
	width: 100%;
	height: 730px;
	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: quan 15s infinite linear;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/abplay.png);
}
@-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);
	}
}




.about2{
	padding: 105px 0;
}
.about2 .ab2_slide{
	width: 750px;
	height: 500px;
	float: left;
}
.ab2_slide .swiper-pagination{
	bottom: 30px;
}
.ab2_slide .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	margin: 0 5px!important;
	background-color: #fff;
}
.ab2_slide .swiper-pagination-bullet-active{
	background-color: #d4b480;
}
.about2 .itembox{
	width: 445px;
	float: right;
}
.about2 .itembox .item{
	color: #333;
	padding-bottom: 15px;
	margin-bottom: 30px;
	position: relative;
	border-bottom: 1px solid #c0c0c0;
}
.about2 .itembox .item:last-child{
	margin-bottom: 0;
}
.about2 .itembox .item::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 1px;
	transition: all .5s;
	background-color: #d4b480;
}
.about2 .itembox .item:hover:after{
	width: 100%;
}
.about2 .item .num{
	font-size: 48px;
	font-family: '宋体';
	position: relative;
	display: inline-block;
}
.about2 .item:nth-child(1) .num:after,
.about2 .item:nth-child(2) .num:after
{
	/* content: '+'; */
	position: absolute;
	top: 0;
	right: -15px;
	color: #333;
	font-size: 24px;
}
.about2 .item:nth-child(3) .num:after,
.about2 .item:nth-child(4) .num:after
{
	content: '亿';
	position: absolute;
	top: 0;
	right: -45px;
	font-size: 44px;
}
.about2 .item p{
	font-size: 16px;
	margin-top: 10px;
}




.culture{
	max-width: 1920px;
	margin: 0 auto;
	padding: 125px 0 105px 0;
	position: relative;
	z-index: 99;
	overflow: hidden;
	background-color: #f5f5f5;
}
.culture::after{
	content: '';
	position: absolute;
	top: 15%;
	left: 22%;
	width: 670px;
	height: 570px;
	z-index: -1;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/ab4bg.png);
}
.culture .img{
	width: 470px;
	height: 540px;
	float: left;
}
.culture .text{
	width: 660px;
	margin-right: 20px;
	float: right;
}
.culture .text .pub_tit p{
	width: 300px;
	margin-bottom: 30px;
}
.culture .text .pub_txt{
	color: #333;
	text-align: left;
	margin-top: 65px;
}




.honor{
	padding: 110px 0;
}
.honor_slide{
	margin-top: 60px;
}
.honor_slide .swiper-wrapper{
	margin-bottom: 125px;
}
.honor_slide .swiper-slide .img{
	height: 380px;
	padding: 35px;
	box-sizing: border-box;
	background-color: #f5f5f5;
}
.honor_slide .img{
	height: 300px;
}
.honor_slide p{
	color: #333;
	font-size: 16px;
	text-align: center;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	margin-top: 20px;
}




.ibanner{
	position: relative;
}
.ibanner .swiper-pagination{
	bottom: 30px;
}
.ibanner .swiper-pagination-bullet{
	width: 40px;
	height: 4px;
	opacity: 1;
	outline: none;
	border: none;
	border-radius: 0;
	transition: all .5s;
	margin: 0 8px!important;
	background-color: #fff;
}
.ibanner .swiper-pagination-bullet-active{
	background-color: #d4b480;
}
.ibanner .video_box{ font-size: 0; position: relative;}
/* .ibanner .ivideo{ width: 100%; height: 100%; object-fit: cover;} */
.ibanner .btn{/* display: none; */ position: absolute; left: 50%; bottom: 100px; margin-left: -105px; width: 210px; height: 60px; line-height: 60px; border: 1px solid rgba(255,255,255,.4); text-align: center; color: #fff; font-size: 18px; pointer-events: none;z-index: 3; }
/* .ibanner .swiper-slide:hover .btn{ cursor: pointer; display: block; } */
.ibanner .video_box img{
	width: 100%;
}
.ibanner .video_box .iv{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.ibanner .video_box .iv video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}




.iab{
	padding: 130px  0;
	position: relative;
	box-sizing: border-box;
}
.iab::before,
.iab::after
{
	content: '';
	z-index: -1;
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center;
}
.iab::before{
	position: absolute;
	top: 15%;
	transform: translateY(-50%+);
	left: 0;
	width: 820px;
	height: 815px;
	background-image: url(../images/iabbg2.png);
}
/* .iab::after{
	display:inline-block;
	width:765px;
	height:1240px;
	z-index: -1;
	position: fixed;
	top: 130px;
	right: 135px;
	background-image: url(../images/iabbg.png);
} */
.iab .text{
	padding-top: 120px;
	width: 612px;
	float: left;
}
.iab .text .pub_tit p{
	width: 385px;
	margin-bottom: 30px;
}
.iab .text .pub_txt2{
	color: #666;
	text-align: left;
	margin-top: 90px;
}
.iab .text .more{
	color: #666;
	font-size: 16px;
	text-align: center;
	line-height: 45px;
	width: 130px;
	height: 45px;
	display: block;
	margin-top: 40px;
	position: relative;
	border-top: 1px solid #9e9e9e;
}
.iab .text .more:hover{
	color: #d4b480;
}
.iab .text .more::after{
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 0;
	height: 1px;
	transition: all .5s;
	background-color: #d4b480;
}
.iab .text .more:hover:after{
	width: 100%;
}
.iab .listbox{
	width: 600px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	float: right;
}
.iab .listbox .list{
	width: 290px;
	height: 405px;
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.iab .list h4{
	color: #fff;
	font-size: 36px;
	font-family: '宋体';
	width: 40px;
	position: absolute;
	top: 25px;
	left: 20px;
}




.ipro{
	/* padding: 135px 0 100px 0; */
	padding-bottom: 100px;
	background-color: #fff;
}
.ipro .pub_tit{
	margin-bottom: 70px;
}
.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: 14px;
	color: #030000;
	line-height: 43px;
	padding-right: 10px;
	width: 30%;
	text-align: left;
}
.ipro .findpro_box .item .item2 ul li:hover {
	color: #d4b480;
}
/* 鼠标悬浮 */
.ipro .findpro_box .show .item1 {
	float: left;
	background: #d4b480;
	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: #d4b480;
}
.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%;
}
.ipro_slide{
	margin-top: 70px;
}
.ipro_slide .swiper-wrapper{
	margin-bottom: 115px;
}
.ipro_slide .swiper-slide{
	height: 510px;
}
.ipro_slide .swiper-scrollbar{
	height: 1px;
	background-color: #d4b480;
}
.ipro_slide .swiper-scrollbar-drag{
	height: 10px;
	top: 50%;
	margin-top: -5px;
	border-radius: 0;
	background-color: #d4b480;
}
.ipro_slide .img{
	height: 380px;
}
.ipro_slide .img2{
	width: 120px;
	height: 250px;
	position: absolute;
	right: 55px;
	bottom: 0;
}
.ipro_slide .img2 img{
	width: 100%;
	height: 100%;
}
.ipro_slide h4{
	color: #333;
	font-size: 24px;
	font-weight: bold;
	margin-top: 35px;
}
.ipro_slide p{
	color: #666;
	font-size: 16px;
	margin-top: 12px;
}




.ijoin{
	padding: 100px 0 155px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/ijoinbg.jpg);
}
.ijoin .titbox{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 85px;
}
.ijoin .textbox .text{
	color: #fff;
	width: 610px;
	height: 550px;
	float: left;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/ijoin1_1.jpg);
}
.ijoin .textbox .text a{
	width: 100%;
	height: 100%;
	display: inline-block;
	padding: 60px 40px 40px 40px;
	box-sizing: border-box;
}
.ijoin .textbox .text .tit i{
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
	max-width: 85px;
	display: block;
	margin-bottom: 15px;
}
.ijoin .textbox .text .tit h4{
	font-size: 48px;
	font-family: '宋体';
	position: relative;
	width: 460px;
	padding-bottom: 35px;
	border-bottom: 1px solid #fff;
}
.ijoin .textbox .text .pub_txt{
	color: #fff;
	text-align: left;
	margin-top: 40px;
}
.ijoin .textbox .text .num{
	font-size: 66px;
	font-family: '宋体';
	font-weight: bold;
	position: absolute;
	top: 60px;
	right: 50px;
}
.ijoin .textbox .listbox{
	width: 670px;
	float: right;
}
.ijoin .listbox .list{
	width: 215px;
	height: 550px;
	float: left;
	margin-right: 12px;
	z-index: 99;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
}
.ijoin .listbox .list:nth-child(1){
	background-image: url(../images/ijoin1_2.jpg);
}
.ijoin .listbox .list:nth-child(2){
	background-image: url(../images/ijoin1_3.jpg);
}
.ijoin .listbox .list:nth-child(3){
	background-image: url(../images/ijoin1_4.jpg);
}
.ijoin .listbox .list:last-child{
	margin-right: 0;
}
.ijoin .listbox .list::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: rgba(0, 0, 0, .7);
}
.ijoin .list a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.ijoin .list h4{
	color: #fff;
	font-size: 30px;
	font-family: '宋体';
	width: 30px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	margin: 0 auto;
	padding-top: 35px;
}
.ijoin .list h4::after{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 25px;
	height: 25px;
	transform: translateX(-50%);
	transition: all .5s;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/ijoin_icon.png);
}
.ijoin .list:hover h4::after{
	top: -5px;
}




.inews{
	padding: 90px 0 125px 0;
	background-color: #fff;
}
.inews .titbox{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 65px;
}
.inews .left{
	float: left;
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
}
.inews .left a{
	width: 630px;
	height: 480px;
	display: block;
}
.inews .text{
	width: 85%;
	padding: 25px 20px;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 30px;
}
.inews .text .txt{
	width: 450px;
}
.inews .text .txt{
	padding-right: 20px;
	box-sizing: border-box;
}
.inews .text .txt h4,
.inews .text .txt p
{
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.inews .text .txt h4{
	font-size: 18px;
	font-weight: bold;
}
.inews .left:hover .text .txt h4{
	color: #d4b480;
}
.inews .text .txt p{
	font-size: 14px;
	margin-top: 10px;
}
.inews .text span{
	width: 50px;
	height: 50px;
	background-color: #d4b480;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px 12px;
	background-image: url(../images/inews_icon.png);
	display: block;
}
.inews .list_box{
	width: 630px;
	float: right;
}
.inews .list{
	margin-bottom: 30px;
	background-color: #fff;
}
.inews .list:last-child{
	margin-bottom: 0;
}
.inews .list:hover{
	background-color: #f8f8f8;
}
.inews .list a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.inews .list .img{
	width: 250px;
	height: 140px;
}
.inews .list .txt{
	width: 350px;
	padding-right: 15px;
	box-sizing: border-box;
}
.inews .list .txt h4,
.inews .list .txt p
{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.inews .list .txt h4{
	color: #666;
	font-size: 18px;
	line-height: 30px;
	-webkit-line-clamp: 1;
	margin-bottom: 15px;
}
.inews .list:hover .txt h4{
	color: #d4b480;
}
.inews .list .txt p{
	color: #999;
	font-size: 14px;
	line-height: 24px;
	-webkit-line-clamp: 2;
}