@charset "utf-8";

/* 公共样式集 */
@font-face{
	font-family: 'sw-b';
	src: url(../fonts/ black.ttf);
}
@font-face{
	font-family: 'syht-lg';
	src: url(../fonts/SourceHanSansCN-Light.otf);
}
@font-face{
	font-family: 'syht-rl';
	src: url(../fonts/SourceHanSansCN-Regular.otf);
}
@font-face{
	font-family: 'hu-lg';
	src: url(../fonts/HUMNST777\ LT\ BT\ LIGHT.TTF);
}
@font-face{
	font-family: 'pht-md';
	src: url(../fonts/Alibaba-PuHuiTi-Medium.otf);
}
@font-face{
	font-family: 'pht-rg';
	src: url(../fonts/Alibaba-PuHuiTi-Regular.otf);
}
@font-face{
	font-family: 'beba';
	src: url(../fonts/BEBASNEUE-1.OTF);
}


.pages a {
    display: inline-block;
    padding: 0 15px;
    background-color: #fff;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin: 0 5px;
    border-radius: 2px;
    color: #666;
    font-size: 14px;
    border: 1px solid #ddd;
}

.ipub_tit i{
	color: #f39821;
	font-size: 42px;
	font-family: 'sw-b';
	text-transform: uppercase;
}
.ipub_tit h2{
	color: #333;
	font-size: 36px;
	font-family: 'pht-md';
	margin-top: 10px;
}




.pub_tit i{
	color: #a59988;
	font-size: 20px;
	line-height: 30px;
	font-family: 'sw-b';
	text-transform: uppercase;
	display: block;
}
.pub_tit h2{
	color: #666;
	font-size: 36px;
	font-family: 'syht-lg';
	margin-top: 15px;
}




.pub_tit2{
	padding-bottom: 25px;
	position: relative;
}
.pub_tit2::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 45px;
	height: 4px;
	background-color: #fca952;
}
.pub_tit2 h2{
	font-size: 30px;
	margin-top: 5px;
}




.ab_tit h2{
	font-size: 30px;
	margin-top: 5px;
}




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




.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;
}




.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: #666;
	margin: 0 5px;
	border: 1px solid #dcdcdc;
	background-color: #fff;
}
.page .pagination li.prev,
.page .pagination li.next
{
	width: 50px;
}
.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 #fca952;
	background-color: #fca952;
}




.pillar{
	height: 110px;
}
.header{
	width: 100%;
	height: 110px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #fff;
}
.header h1{
	width: 210px;
	height: 60px;
	float: left;
	margin-top: 25px;
	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: 110px;
	height: 110px;
	display: inline-block;
	margin-right: 50px;
	position: relative;
}
.header .nav li:last-child{
	margin-right: 0;
}
.header .nav li::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 4px;
	transition: all .5s;
	background-color: #f39821;
}
.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: 45px 0 0 70px;
	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%;
	height: 230px;
	position: absolute;
	left: 0;
	bottom: -230px;
	text-align: center;
	display: none;
	z-index: 122;
	background-color: #f3a021;
}
.header .form_box form{
	display: inline-block;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	max-width: 800px;
	margin-top: 60px;
}
.header .form_box form input.text{
	width: 100%;
	height: 80px;
	line-height: 80px;
	border-bottom: 2px solid #fff;
	background: none;
	font-size: 16px;
	color: #fff;
	padding-right: 25px;
	box-sizing: border-box;
}
.header .form_box form input.text::-webkit-input-placeholder{
	color: #fff;
}
.header .form_box form input.submit {
	width: 20px;
	height: 20px;
	background: none;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/search2.png);
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
}



.footer{
	color: #a59988;
	font-size: 16px;
	padding: 80px 0 100px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/footerbg.jpg);
}
.footer .item1{
	float: left;
}
.footer .item1 .txt h4{
	color: #f79a22;
	font-size: 24px;
	font-family: 'syht-rl';
	margin-bottom: 12px;
}
.footer .item1 .txt p,
.footer .item1 .txt em
{
	text-transform: uppercase;
}
.footer .item1 .txt p{
	font-size: 30px;
	font-family: 'sw-b';
	margin-bottom: 5px;
}
.footer .item1 .txt em{
	font-size: 24px;
	font-family: 'hu-lg';
}
.footer .item1  .share{
	margin-top: 60px;
}
.footer .item1  .share .li{
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 10px;
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}
.footer .item1 .share .li:last-child{
	margin-right: 0;
}
.footer .item1 .share .li:hover{
	cursor: pointer;
}
.footer .item1 .share .vx{
	background-image: url(../images/share_vx.png);
}
.footer .item1 .share .wb{
	background-image: url(../images/share_wb.png);
}
.footer .item1 .share .xcx{
	background-image: url(../images/share_xcx.png);
}
.footer .item1 .share .li .img{
	width: 100px;
	height: 100px;
	position: absolute;
	top: -110px;
	left: 0;	
	display: none;
}
.footer .item1 .share .li:hover .img{
	display: block;
}
.footer .item1  .share .li .img img{
	width: 100%;
	height: 100%;
}
.footer .item1 .share p{
	font-size: 15px;
	margin-top: 20px;
}
.footer .item2{
	float: right;
}
.footer .item2 .footernav{
	position: relative;
}
.footer .item2 .footernav::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background-image: linear-gradient(to right,#f9e00d,#f7a21f);
}
.footer .item2 .footernav li{
	line-height: 70px;
	height: 70px;
	margin-right: 45px;
	display: inline-block;	
}
.footer .item2 .footernav li:last-child{
	margin-right: 0;
}
.footer .item2 .footernav li a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.footer .item2 .footernav li:hover a{
	color: #f79a22;
}
.footer .item2 .txt{
	line-height: 30px;
	margin-top: 30px;
}
.footer .item2 .txt span{
	color: #f79a22;
	font-size: 20px;
	font-family: 'pht-md';
}
.footer .item2 .copy{
	font-size: 15px;
	margin-top: 30px;
}




.ibanner .swiper-button-prev,
.ibanner .swiper-button-next
{
	width: 65px;
	height: 65px;
	outline: none;
	background-image: none;
	border-radius: 50%;
	background-color: rgb(255, 255,255,.4);
}
.ibanner .swiper-button-prev{
	left: 40px;
}
.ibanner .swiper-button-next{
	right: 40px;
}
.ibanner .swiper-button-prev::after,
.ibanner .swiper-button-next::after
{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 14px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.ibanner  .swiper-button-prev::after{
	background-image: url(../images/ibanner_prev.png);
}
.ibanner  .swiper-button-next::after{
	background-image: url(../images/ibanner_next.png);
}




.inews h2{
	color: #333;
	font-size: 20px;
}
.inews .videobox{
	width: 650px;
	float: left;
	padding: 90px 0 110px 0;
	box-sizing: border-box;
	border-right: 1px solid #dcdcdc;
}
.inews .videobox h2{
	margin-bottom: 25px;
}
.inews .video{
	width: 600px;
	height: 410px;
	position: relative;
}
.inews .video p{
	color: #fff;
	font-size: 16px;
	line-height: 60px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	padding-left: 70px;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.4);
}
.inews .video p::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 40px;
	width: 12px;
	height: 15px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/iplay.png);
}
.inews .newsbox{
	width: 650px;
	height: 661px;
	float: right;
	position: relative;
}
.inews .newsbox h2{
	line-height: 80px;
	height: 80px;
	display: inline-block;
	position: relative;
	margin: 65px 0  0 55px;
	box-sizing: border-box;
}
.inews .newsbox h2::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background-color: #f39821;
}
.inews .inews_slide{
	border-top: 1px solid #dcdcdc;
}
.inews_slide .swiper-slide{
	padding: 50px 0 50px 55px;
	box-sizing: border-box;
}
.inews_slide .time{
	color: #f39821;
	font-family: 'sw-b';
}
.inews_slide .time span{
	font-size: 70px;
}
.inews_slide .time em{
	font-size: 30px;
}
.inews_slide h4,
.inews_slide p
{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.inews_slide h4{
	color: #333;
	font-size: 22px;
	line-height: 38px;
	margin-top: 15px;
}
.inews_slide p{
	color: #888;
	font-size: 15px;
	line-height: 30px;
	margin-top: 30px;
}
.inews .newsbox .btngrop{
	width: 120px;
	display: flex;
	align-items: center;
	position: absolute;
	left: 55px;
	bottom: 140px;
}
.inews .newsbox .btngrop .swiper-button-prev,
.inews .newsbox .btngrop .swiper-button-next,
.inews .newsbox .btngrop .swiper-pagination
{
	position: static;
}
.inews .newsbox .btngrop .swiper-button-prev,
.inews .newsbox .btngrop .swiper-button-next
{
	width: 7px;
	height: 11px;
	opacity: 1;
	border: none;
	outline: none;
	margin-top: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}
.inews .newsbox .btngrop .swiper-button-prev{
	background-image: url(../images/inews_prev.png);
}
.inews .newsbox .btngrop .swiper-button-next{
	background-image: url(../images/inews_next.png);
}
.inews .newsbox .btngrop .swiper-button-prev::after,
.inews .newsbox .btngrop .swiper-button-next::after
{
	display: none;
}
.inews .newsbox .btngrop .zongshu{
	color: #666;
	font-size: 16px;
}
.inews .newsbox .btngrop .dangqian{
	color: #f39821;
	font-size: 22px;
}




.iab{
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}
.iab .listbox .list{
	color: #fff;
	width: 100%;
	height: 860px;
	padding-top: 225px;
	box-sizing: border-box;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
}
.iab .list .text{
	max-width: 1300px;
	margin: 0 auto;
}
.iab .list .text h4{
	font-size: 36px;
	font-family: 'pht-md';
}
.iab .list .text p{
	font-size: 16px;
	line-height: 32px;
	max-width: 500px;
	margin-top: 35px;
}
.iab .list .more{
	width: 65px;
	height: 20px;
	display: block;
	margin-top: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/iab_more.png);
}
.iab .hd{
	max-width: 1300px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 65px;
	background-color: #fff;
}
.iab .hd li{
	width: 20%;
	height: 195px;
	float: left;
	position: relative;
	padding: 35px 25px;
	box-sizing: border-box;
}
.iab .hd li.on{
	background-color: #f39821;
}
.iab .hd li:hover{
	cursor: pointer;
}
.iab .hd li::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 120px;
	background-color: #e5e5e5;
}
.iab .hd li.on::after{
	background-color: #f39821;
}
.iab .hd li i{
	width: 40px;
	height: 40px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}
.iab .hd li:nth-child(1) i{
	background-image: url(../images/iab_icon1.png);
}
.iab .hd li:nth-child(2) i{
	background-image: url(../images/iab_icon2.png);
}
.iab .hd li:nth-child(3) i{
	background-image: url(../images/iab_icon3.png);
}
.iab .hd li:nth-child(4) i{
	background-image: url(../images/iab_icon4.png);
}
.iab .hd li:nth-child(5) i{
	background-image: url(../images/iab_icon5.png);
}
.iab .hd li:nth-child(1).on i{
	background-image: url(../images/iab_icon11.png);
}
.iab .hd li:nth-child(2).on i{
	background-image: url(../images/iab_icon22.png);
}
.iab .hd li:nth-child(3).on i{
	background-image: url(../images/iab_icon33.png);
}
.iab .hd li:nth-child(4).on i{
	background-image: url(../images/iab_icon44.png);
}
.iab .hd li:nth-child(5).on i{
	background-image: url(../images/iab_icon55.png);
}
.iab .hd li p{
	color: #222;
	font-size: 22px;
	font-family: 'pht-rg';
	margin-top: 25px;
}
.iab .hd li em{
	color: #ababab;
	font-size: 15px;
	font-family: 'Arial';
	text-transform: uppercase;
	display: block;
	margin-top: 10px;
}
.iab .hd li.on p,
.iab .hd li.on em
{
	color: #fff;
}




.iab2{
	padding: 110px 0 145px 0;
	overflow: hidden;
}
.iab2 .picbox{
	width: 705px;
	height: 420px;
	float: left;
	position: relative;
}
.iab2 .picbox .img{
	width: 830px;
	height: 420px;
	position: absolute;
	top: 0;
	left: -120px;
}
.iab2 .text{
	width: 505px;
	float: right;
}
.iab2 .pub_txt{
	margin-top: 40px;
}
.iab2 .itembox{
	margin-top: 55px;
}
.iab2 .itembox .item{
	margin-right: 80px;
	display: inline-block;
}
.iab2 .iembox .item:last-child{
	margin-right: 0;
}
.iab2 .item .num{
	color: #f39821;
	font-size: 65px;
	font-family: 'beba';
	display: inline-block;
	position: relative;
}
.iab2 .item .num::after{
	position: absolute;
	top: 10px;
	right: -30px;
	color: #666;
	font-size: 16px;
}
.iab2 .item:nth-child(1) .num::after{
	content: '年';
}
.iab2 .item:nth-child(2) .num::after{
	content: '+亿';
}
.iab2 .item p{
	color: #666;
	font-size: 15px;
}




.iresp{
	max-width: 1920px;
	margin: 0 auto;
	padding: 135px 0 160px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/iresp.jpg);
}
.iresp .ipub_tit i{
	color: #a3ab7d;
}
.iresp .ipub_tit h2{
	color: #fff;
}
.iresp .pub_txt{
	color: #fff;
	max-width: 630px;
	margin-top: 35px;
}
.iresp .more{
	color: #978c7c;
	font-size: 15px;
	text-align: center;
	line-height: 50px;
	width: 145px;
	height: 50px;
	display: block;
	margin-top: 50px;
	background-color: #fff;
}
.iresp .more:hover{
	color: #fff;
	background-color: #f79a22;
}




.news{
	padding: 75px 0 60px 0;
}
.news .bignews{
	margin-bottom: 35px;
	border-bottom: 1px solid #e5e5e5;
}
.news .bignews a{
	width: 100%;
	height: 100%;
	display: inline-block;
	padding-bottom: 40px;
}
.news .bignews .textbox{
	background-color: #f6f6f6;
}
.news .bignews .img,
.news .bignews .text
{
	float: left;
}
.news .bignews .img{
	width: 570px;
	height: 400px;
	margin-right: 60px;
}
.news .bignews .text{
	width: 615px;
	padding-top: 55px;
}
.news .bignews .text span{
	color: #f39821;
	font-size: 32px;
	font-family: 'beba';
}
.news .bignews .text h4,
.news .bignews .text p
{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news .bignews .text h4{
	color: #333;
	font-size: 22px;
	line-height: 38px;
	margin-top: 15px;
}
.news .bignews .text p{
	color: #666;
	font-size: 15px;
	line-height: 30px;
	margin-top: 25px;
}
.news .bignews .text em{
	width: 23px;
	height: 17px;
	display: block;
	margin-top: 50px;
	background-size:contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/news_more.png);
}
.news .listbox .list{
	margin-bottom: 35px;
	border-bottom: 1px solid #e5e5e5;
}
.news .list a{
	width: 100%;
	height: 100%;
	display: inline-block;
	padding-bottom: 35px;
}
.news .list .img{
	width: 340px;
	height: 230px;
	float: left;
}
.news .list .text{
	width: 880px;
	float: right;
	padding-top: 20px;
}
.news .list .text span{
	color: #f39821;
	font-size: 28px;
	font-family: 'beba';
}
.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: 20px;
	-webkit-line-clamp: 1;
	margin-top: 10px;
}
.news .list:hover .text h4{
	color: #f39821;
}
.news .list p{
	color: #888;
	font-size: 15px;
	line-height: 30px;
	-webkit-line-clamp: 2;
	margin-top: 15px;
}
.news .list em{
	width: 23px;
	height: 17px;
	display: block;
	margin-top: 25px;
	background-size:contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/news_more.png);
}
.news .page{
	padding: 60px 0 35px 0;
}




.newsv{
	color: #666;
	font-size: 15px;
	padding: 90px 0 80px 0;
}
.newsv .tit{
	text-align: center;
}
.newsv .tit h2{
	color: #333;
	font-size: 24px;
	margin-bottom: 20px;
}
.newsv .textbox{
	font-size: 16px;
	line-height: 30px;
	padding: 80px 0 50px 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{
	display: none;
}




.contact{
	padding: 105px 0;
}
.contact .pub_tit,
.contact .listbox
{
	width: 50%;
	float: left;
}
.contact .pub_tit i{
	max-width: 240px;
}
.contact .listbox .list{
	display: flex;
	align-items: center;
	margin-bottom: 35px;
}
.contact .listbox .list:last-child{
	margin-bottom: 0;
}
.contact .list i{
	width: 65px;
	height: 65px;
	display: block;
	margin-right: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}
.contact .list:nth-child(1) i{
	background-image: url(../images/con1_icon1.png);
}
.contact .list:nth-child(2) i{
	background-image: url(../images/con1_icon2.png);
}
.contact .list:nth-child(3) i{
	background-image: url(../images/con1_icon3.png);
}
.contact .list .txt{
	width: 520px;
}
.contact .list p{
	color: #666;
	font-size: 18px;
	font-family: 'syht-lg';
}
.contact .list:nth-child(1) p{
	color: #f6a740;
	font-size: 36px;
	font-family: 'sw-b';
}
.contact .list h4{
	color: #888;
	font-size: 16px;
	margin-top: 10px;
}




.contact2{
	max-width: 1920px;
	margin: 0 auto;
	padding: 120px 0 95px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/con2bg.jpg);
}
.contact2 .listbox .list{
	text-align: center;
	width: 410px;
	height: 250px;
	float: left;
	padding: 40px 20px;
	box-sizing: border-box;
	margin: 0 35px 25px 0;
	border-radius: 15px;
	overflow: hidden;
	background-color: #f5f2ea;
}
.contact2 .listbox .list:nth-child(3n){
	margin-right: 0;
}
.contact2 .list i{
	width: 65px;
	height: 65px;
	display: block;
	margin: 0 auto;
	transition: all .5s;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/con2_icon1.png);
}
.contact2 .list:hover i{
	transform: translateY(-5px);
}
.contact2 .list h4{
	color: #666;
	font-size: 16px;
	margin-top: 20px;
}
.contact2 .list p{
	color: #f7a740;
	font-size: 26px;
	font-family: 'sw-b';
	margin-top: 10px;
}




.about{
	padding: 90px 0 105px 0;
}
.about .text1{
	width: 260px;
	float: left;
}
.about .text1 .pub_tit i{
	max-width: 230px;
}
.about .text1 .pub_tit h2{
	max-width: 220px;
}
.about .text1 .listbox{
	margin-top: 40px;
}
.about .text1 .listbox .list{
	padding-bottom: 20px;
	margin-bottom: 25px;
	position: relative;
}
.about .text1 .listbox .list::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 205px;
	height: 2px;
	background-color: #dcdcdc;
}
.about .text1 .list i,
.about .text1 .list em
{
	font-family: 'sw-b';
}
.about .text1 .list i{
	color: #a59988;
	font-size: 20px;
	display: block;
	text-transform: uppercase;
}
.about .text1 .list em{
	color: #f39821;
	font-size: 46px;
	display: inline-block;
	position: relative;
}
.about .text1 .list em::after{
	content: '+';
	position: absolute;
	right: -20px;
	bottom: 8px;
	font-size: 20px;
}
.about .text1 .list p{
	color: #aaa;
	font-size: 15px;
	line-height: 26px; 
	margin-top: 5px;
}
.about .text2{
	color: #808080;
	font-size: 15px;
	line-height: 30px;
	width: 830px;
	float: right;
}




.culture1{
	padding: 85px 0 100px 0;
}
.culture1 .text,
.culture1 .img
{
	height: 540px;
	float: left;
}
.culture1 .text{
	width: 800px;
	padding: 65px 50px;
	box-sizing: border-box;
	position: relative;
	background-color: #f6f6f6;
}
.culture1 .text::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 170px;
	height: 4px;
	transition: all .5s;
	background-color: #f79a22;
}
.culture1 .text:hover::after{
	width: 100%;
}
.culture1 .text h2{
	color: #333;
	font-size: 36px;
	font-family: 'syht-lg';
	margin-bottom: 30px;
}
.culture1 .text .txt{
	color: #888;
	font-size: 15px;
	line-height: 26px;
}
.culture1 .img{
	width: 500px;
}




.culture2{
	max-width: 1920px;
	margin: 0 auto;
	padding: 120px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/culture2bg.jpg);
}
.culture2 .listbox{
	width: 700px;
	float: right;
	padding-left: 210px;
	box-sizing: border-box;
}
.culture2 .listbox .list{
	display: flex;
	align-items: center;
	margin-bottom: 35px;
}
.culture2 .listbox .list:last-child{
	margin-bottom: 0;
}
.culture2 .list i{
	width: 45px;
	height: 45px;
	display: block;
	margin-right: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.culture2 .list:nth-child(1) i{
	background-image: url(../images/culture2_1.png);
}
.culture2 .list:nth-child(2) i{
	background-image: url(../images/culture2_2.png);
}
.culture2 .list:nth-child(3) i{
	background-image: url(../images/culture2_3.png);
}
.culture2 .list:nth-child(4) i{
	background-image: url(../images/culture2_4.png);
}
.culture2 .list:nth-child(5) i{
	background-image: url(../images/culture2_5.png);
}
.culture2 .list:nth-child(6) i{
	background-image: url(../images/culture2_6.png);
}
.culture2 .list .txt{
	width: 410px;
}
.culture2 .list .txt h4{
	color: #666;
	font-size: 15px;
}
.culture2 .list .txt p{
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}




.culture3{
	text-align: center;
	max-width: 1920px;
	margin: 0 auto;
	margin-bottom: 60px;
	padding-bottom: 95px;
	position: relative;
}
.culture3 .text{
	max-width: 1300px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
}
.culture3 .text h2{
	color: #333;
	font-size: 30px;
	font-family: 'syht-lg';
	margin-bottom: 25px;
}
.culture3 .text .pub_txt{
	max-width: 725px;
	margin: 0 auto;
}




.honor{
	max-width: 1920px;
	margin: 0 auto;
	padding: 100px 0 110px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
}
.honor .pub_tit{
	margin-bottom: 80px;
}
.honor .pub_tit i{
	width: 240px;
}
.honor_slide .swiper-wrapper{
	margin-bottom: 65px;
}
.honor_slide .tit{
	margin-bottom: 45px;
}
.honor_slide .tit span{
	color: #a59988;
	font-size: 24px;
	font-family: 'sw-b';
}
.honor_slide .tit h4{
	color: #666;
	font-size: 15px;
	margin-top: 10px;
}
.honor_slide .img{
	width: 285px;
	height: 370px;
}
.honor_slide .btngrop{
	width: 110px;
	/* width: 230px; */
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* border: 1px solid red; */
}
.honor_slide .btngrop .swiper-button-prev,
.honor_slide .btngrop .swiper-button-next
{
	/* width: 110px;
	height: 15px; */
	width: 50px;
	height: 20px;
	opacity: 1;
	outline: none;
	position: static;
	margin-top: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left  center;
}
.honor_slide .btngrop .swiper-button-prev{
	background-image: url(../images/honor_prev.png);
}
.honor_slide .btngrop .swiper-button-next{
	background-image: url(../images/honor_next.png);
}
.honor_slide .btngrop .swiper-button-prev::after,
.honor_slide .btngrop .swiper-button-next::after
{
	display: none;
}



.join_tit{
	padding-bottom: 25px;
	position: relative;
}
.join_tit::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 45px;
	height: 4px;
	background-color: #fca952;
}
.join_tit i{
	color: #a59988;
	font-size: 20px;
	font-family: 'sw-b';
}
.join_tit h2{
	color: #666;
	font-size: 30px;
	font-family: 'syht-lg';
	margin-top: 10px;
}




.join{
	max-width: 1920px;
	margin: 0 auto;
}
.join .listbox .list{
	padding: 135px 0 180px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
}
.join .list .textbox{
	max-width: 1300px;
	margin: 0 auto;
}
.join .list .text{
	width: 470px;
	float: left;
	box-sizing: border-box;
}
.join .list:nth-child(2n) .text{
	float: right;
	padding-left: 65px;
}
.join .list .text .pub_txt{
	margin-top: 25px;
}




.party1{
	padding: 80px 0 90px 0;
}
.party1 .text,
.party1 .party1_slide{
	height: 490px;
	float: left;
}
.party1 .text{
	width: 600px;
	padding: 50px 70px;
	box-sizing: border-box;
	background-color: #f6f6f6;
}
.party1 .pub_tit{
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}
.party1 .pub_tit::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 45px;
	height: 4px;
	background-color: #fca952;
}
.party1 .pub_txt{
	color: #888;
}
.party1 .party1_slide{
	width: 700px;
	position: relative
}
.party1_slide h4{
	color: #fff;
	font-size: 15px;
	position: absolute;
	left: 35px;
	bottom: 50px;
}
.party1_slide .swiper-pagination{
	text-align: left;
	bottom: 25px;
	padding-left: 35px;
}
.party1_slide .swiper-pagination-bullet{
	opacity: 1;
	outline: none;
	width: 40px;
	height: 4px;
	margin: 0 7px!important;
	border-radius: 0;
	background-color: #fff;
}
.party1_slide .swiper-pagination-bullet-active{
	background-color: #f39821;
}




.party2{
	color: #fff;
	max-width: 1920px;
	margin: 0 auto;
	padding: 110px 0 100px 0;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/party2bg.jpg);
}
/* .party2::after{
	content: '';
	position: absolute;
	right: 400px;
	bottom: -32px;
	width: 5px;
	height: 64px;
	background-color: #fff;
} */
.party2 h2{
	font-size: 36px;
	font-family: 'syht-lg';
	position: relative;
	padding-bottom: 15px;
}
.party2 h2::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 75px;
	height: 2px;
	background-color: #fff;
}
.party2 i{
	font-size: 20px;
	line-height: 30px;
	font-family: 'sw-b';
	text-transform: uppercase;
	max-width: 340px;
	display: block;
	margin-top: 20px;
}
.party2 p{
	font-size: 30px;
	font-family: 'syht-lg';
	margin-top: 15px;
}




.party3{
	max-width: 1920px;
	margin: 0 auto;
	padding: 95px 0 70px 0;
	background-color: #f6f6f6;
}
.party3 .pub_tit{
	margin-bottom: 75px;
}
.party3 .listbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.party3 .listbox .list{
	width: 580px;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #dfdcce;
}
.party3 .listbox .list:nth-child(3),
.party3 .listbox .list:nth-child(4)
{
	padding-bottom: 0;
	border-bottom: none;
}
.party3 .list .tit2{
	display: flex;
	align-items: center;
}
.party3 .list .tit2 span,
.party3 .list .tit2 h4
{
	display: inline-block;
}
.party3 .list .tit2 span{
	color: #f39821;
	font-size: 36px;
	font-family: 'sw-b';
	padding-right: 30px;
	margin-right: 15px;
	position: relative;
}
.party3 .list .tit2 span::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -12px;
	right: 0;
	width: 15px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/party3_icon.png);
}
.party3 .list .tit2 h4{
	color: #666;
	font-size: 26px;
	font-family: 'syht-lg';
}
.party3 .list p{
	color: #666;
	font-size: 15px;
	line-height: 30px;
	padding-left: 85px;
	box-sizing: border-box;
	margin-top: 15px;
}




.party4{
	padding: 100px 0 120px 0;
}
.party4 .listbox{
	width: 650px;
	float: left;
}
.party4 .listbox .list{
	padding-bottom: 40px;
	margin-bottom: 35px;
	border-bottom: 3px solid #e6e6e6;
}
.party4 .listbox .list:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.party4 .list .pub_tit2{
	padding-bottom: 0;
	margin-bottom: 35px;
}
.party4 .list .pub_tit2::after{
	display: none;
}
.party4 .list .text{
	color: #666;
	font-size: 15px;
	line-height: 30px;
}
.party4 .picbox{
	width: 540px;
	float: right;
}
.party4 .picbox .img{
	width: 540px;
	height: 310px;
	overflow: hidden;
	margin-bottom: 10px;
}
.party4 .picbox .img:last-child{
	margin-bottom: 0;
}
.party4 .picbox .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}




.charitable{
	padding: 85px 0 45px 0;
}
.charitable .img{
	height: 510px;
	margin-bottom: 70px;
}
.charitable .listbox .list{
	margin-bottom: 45px;
	border-bottom: 3px solid #f0f0f0;
}
.charitable .list a{
	width: 100%;
	height: 100%;
	display: inline-block;
	padding-bottom: 40px;
}
.charitable .list .text{
	width: 860px;
	float: left;
}
.charitable .list .text h4,
.charitable .list .text p
{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.charitable .list .text h4{
	color: #666;
	font-size: 20px;
	-webkit-line-clamp: 1;
}
.charitable .list:hover .text h4{
	color: #fca952;
}
.charitable .list .text p{
	color: #888;
	font-size: 15px;
	line-height: 30px;
	margin-top: 15px;
}
.charitable .list .tiem{
	width: 245px;
	height: 95px;
	float: right;
	padding-left: 60px;
	box-sizing: border-box;
	border-left: 1px solid #dcdcdc;
}
.charitable .list .tiem span,
.charitable .list .tiem i
{
	display: block;
}
.charitable .list .tiem span{
	color: #f39821;
	font-size: 28px;
	font-family: 'sw-b';
	margin-top: 10px;
}
.charitable .list .tiem i{
	width: 23px;
	height: 17px;
	margin-top: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/char_icon.png);
}
.charitable .page{
	padding: 45px 0;
}




.ceramics1{
	padding: 90px 0 100px 0;
}
.ceramics1 .text,
.ceramics1 .img
{
	width: 50%;
	height: 490px;
	float: left;
}
.ceramics1 .text{
	padding: 65px 95px 65px 55px;
	box-sizing: border-box;
	background-color: #f6f6f6;
}
.ceramics1 .text .pub_txt{
	color: #888;
	line-height: 26px;
	margin-top: 25px;
}




.ceramics2{
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 200px;
}
.ceramics2 .img{
	width: 100%;
	height: 650px;
	overflow: hidden;
}
.ceramics2 .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ceramics2 .text{
	max-width: 1300px;
	height: 430px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	padding: 80px;
	box-sizing: border-box;
	background-color: #f6f6f6;
}
.ceramics2 .text::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 390px;
	height: 4px;
	transition: all .5s;
	background-color: #f79a22;
}
.ceramics2 .text:hover:after{
	width: 100%;
}
.ceramics2 .text h2{
	color: #666;
	font-size: 30px;
	font-family: 'syht-lg';
	margin-bottom: 30px;
}
.ceramics2 .text .pub_txt{
	color: #888;
	line-height: 26px;
}




.ceramics3{
	padding-top: 115px;
}
.ceramics3 .pub_tit{
	padding-bottom: 0;
	margin-bottom: 40px;
}
.ceramics3 .pub_tit2::after{
	display: none;
}
.ceramics3 .picbox .img{
	width: 310px;
	height: 118px;
	float: left;
	margin: 0 20px 20px 0;
	background-color: #fff;
	box-shadow: 0px 0px 25px #f5f5f5;
}
.ceramics3 .picbox .img:nth-child(4n){
	margin-right: 0;
}




.ceramics4{
	padding-top: 90px;
	padding-bottom: 105px;
}
/* .ceramics4 h2{
	color: #666;
	font-size: 26px;
	line-height: 44px;
	font-family: 'syht-lg';
	margin-bottom: 50px;
}
.ceramics4 h2 span{
	display: block;
} */
.ceramics4 .text{
	color: #666;
	font-size: 26px;
	line-height: 44px;
	font-family: 'syht-lg';
	margin-bottom: 50px;
}
.ceramics4_slide .img{
	height: 440px;
} 
.ceramics4_slide p{
	color: #666;
	font-size: 16px;
	
	padding-right: 40px;
	display: inline-block;
	margin-top: 25px;
	position: relative;
}
.ceramics4_slide p::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 0;
	width: 20px;
	height: 12px;
	transition: all .5s;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/ceramics4_icon.png);
}
.ceramics4_slide .swiper-slide:hover p::after{
	transform: translateX(5px);
}
.ceramics4_slide .swiper-button-next{
	width: 60px;
	height: 60px;
	opacity: 1;
	outline: none;
	background-color: #fff;
	border: 2px solid #fca952;
}
.ceramics4_slide .swiper-button-next::after{
	content: '';
	width: 10px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/ceramics4_next.png);
}




.recruit{
	padding: 70px 0 60px 0;
}
.recruit .listbox .list{
	width: 420px;
	height: 215px;
	float: left;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 20px 20px 0;
	background-image: linear-gradient(to top,#fcfbf5,#f4f1e8);
}
.recruit .listbox .list:nth-child(3n){
	margin-right: 0;
}
.recruit .list a{
	width: 100%;
	height: 100%;
	padding: 35px 30px 40px 30px;
	box-sizing: border-box;
	display: inline-block;
}
.recruit .list .tit h4,
.recruit .list .tit span
{
	float: left;
	display: block;
}
.recruit .list .tit h4{
	color: #333;
	font-size: 20px;
	margin-right: 10px;
}
.recruit .list .tit span{
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 25px;
	width: 55px;
	height: 25px;
	border-radius: 50px;
	background-color: #fca952;
}
.recruit .list .txt{
	color: #a59988;
	font-size: 15px;
	margin-top: 95px;
}
.recruit .list p{
	float: left;
}
.recruit .list em{
	float: right;
	display: block;
}




.idea{
	padding: 105px 0;
}
.idea .tit{
	float: left;
}
.idea .tit h2{
	color: #333;
	font-size: 26px;
	font-family: 'syht-lg';
	position: relative;
	padding-right: 70px;
	display: inline-block;
}
.idea .tit h2::after{
	content: '诚聘';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 25px;
	width: 55px;
	height: 25px;
	border-radius: 50px;
	background-color: #fca952;
}
.idea .tit p{
	color: #a59988;
	font-size: 15px;
	margin-top: 10px;
}
.idea .txt{
	float: right;
	padding-left: 80px;
	position: relative;
}
.idea .txt::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 65px;
	height: 65px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/idea_icon.png);
}
.idea .txt p{
	color: #f6a740;
	font-size: 36px;
	font-family: 'sw-b';
}
.idea .txt h4{
	color: #a59988;
	font-size: 16px;
	margin-top: 10px;
}
.idea .ideatit{
	color: #333;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding-right: 30px;
	box-sizing: border-box;
}
.idea .ideatit::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1200px;
	height: 1px;
	background-color: #e5e5e5;
}
.idea .textbox{
	margin-top: 50px;
}
.idea .textbox .text{
	color: #666;
	font-size: 15px;
	line-height: 30px;
	margin-top: 30px;
}
.idea .formbox{
	margin-top: 50px;
}
.idea .formbox .ideatit{
	margin-bottom: 60px;
}
.idea .formbox .ligrop{
	margin-bottom: 45px;
}
.idea .formbox .ligrop:last-child{
	margin-top: 70px;
	margin-bottom: 0;
}
.idea .formbox .ligrop .li{
	width: 410px;
	float: left;
	margin-right: 35px;
}
.idea .formbox .ligrop .li:nth-child(3n){
	margin-right: 0;
}
.idea .formbox .ligrop .li p{
	color: #333;
	font-size: 16px;
	margin-bottom: 15px;
}
.idea .formbox .ligrop .li input,
.idea .formbox .ligrop .li select
{
	color: #888;
	font-size: 15px;
	outline: none;
	width: 100%;
	height: 60px;
	padding: 0 15px;
	box-sizing: border-box;
	display: block;
	border: 1px solid #dcdcdc;
}
.idea .formbox .ligrop .verify{
	width: 560px;
	float: left;
}
.idea .formbox .verify input{
	width: 410px!important;
	float: left;
}
.idea .formbox .verify .img{
	width: 135px;
	height: 60px;
	float: right;
}
.idea .formbox .verify .img:hover{
	cursor: pointer;
}
.idea .formbox .verify .img img{
	width: 100%;
	height: 100%;
}
.idea .formbox .ligrop button{
	color: #fff;
	font-size: 16px;
	text-align: center;
	width: 410px;
	height: 60px;
	float: right;
	display: block;
	border: none;
	outline: none;
	background-color: #fca952;
}
.idea .formbox .ligrop button:hover{
	cursor: pointer;
	background-color: #fcb265;
}
.idea .tips{
	color: #888;
	font-size: 15px;
	margin-top: 35px;
}




.course{
	max-width: 1920px;
	margin: 0 auto;
	padding: 50px 0 80px 0;
	position: relative;
}
.course .pub_tit{
	position: absolute;
	top: 90px;
	left: 310px;
}
.course .pub_tit i{
	max-width: 255px;
	display: block;
}
.course .list:hover{
	background-color: #f5f5f5;
}
.course .list .textbox{
	width: 830px;
	float: right;
	position: relative;
}
.course .list .line{
	position: absolute;
	top: 0;
	left: 110px;
	width: 0;
	height: 100%;
	display: block;
	z-index: -1;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
}
.course .list .time{
	width: 110px;
	z-index: 9;
	float: left;
	margin-top: 40px;
	border-right: 1px solid #f39821;
}
.course .list .time p{
	color: #f39821;
	font-size: 32px;
	font-family: 'sw-b';
}
.course .list .time p:nth-child(1){
	padding-bottom: 5px;
	margin-bottom: 5px;
	position: relative;
}
.course .list .time p:nth-child(1)::after{
	content: '';
	position: absolute;
	left: 25px;
	bottom: 0;
	width: 14px;
	height: 2px;
	background-color: #f39821;
}
.course .list .itembox{
	width: 680px;
	float: right;
	padding: 40px 0;
	position: relative;
}
.course .list .itembox::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-size: cover;
	background-position: left;
	background-image: url(../images/course_icon.png);
}
.course .list .item{
	margin-bottom: 15px;
}
.course .list .item:last-child{
	margin-bottom: 0;
}
.course .list .item span{
	color: #a59988;
	font-size: 24px;
	font-family: 'sw-b';
}
.course .list .item .txt{
	color: #888;
	font-size: 15px;
	line-height: 30px;
}




.inc_banner{
	max-width: 1920px;
	height: 420px;
	margin: 0 auto;
	padding-top: 95px;
	box-sizing: border-box;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/inc_banner.jpg);
}
.inc_banner .text{
	width: 380px;
	float: left;
}
.inc_banner .text p{
	color: #a59988;
	font-size: 20px;
	line-height: 30px;
	font-family: 'pht-md';
	text-transform: uppercase;
	margin-top: 10px;
}
.inc_banner .pub_menu{
	font-size: 15px;
	font-weight: bold;
	line-height: 85px;
	max-width: 1300px;
	height: 85px;
	padding: 0 45px 0 30px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 65px;
	margin: 0 auto;
	background-color: #fff;
}
.inc_banner .pub_menu .breadcrumb{
	height: 100%;
	float: left;
}
.inc_banner .pub_menu .breadcrumb li{
	color: #666;
	height: 100%;
	float: left;
	padding-right: 20px;
	margin-right: 5px;
	position: relative;
}
.inc_banner .pub_menu .breadcrumb li:last-child{
	padding-right: 0;
	margin-right: 0;
}
.inc_banner .pub_menu .breadcrumb li:hover{
	color: #fca952;
}
.inc_banner .pub_menu .breadcrumb li::after{
	content: '>';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	color: #666;
	font-size: 15px;
}
.inc_banner .pub_menu .breadcrumb li:last-child:after{
	display: none;
}
.inc_banner .pub_menu .agrop{
	float: right;
}
.inc_banner .pub_menu .agrop a{
	color: #888;
	height: 100%;
	margin-right: 50px;
	display: inline-block;
	position: relative;
}
.inc_banner .pub_menu .agrop a:last-child{
	margin-right: 0;
}
.inc_banner .pub_menu .agrop a.on,
.inc_banner .pub_menu .agrop a:hover
{
	color: #333;
}
.inc_banner .pub_menu .agrop a::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 4px;
	transition: all .5s;
	background-color: #fca952;
}
.inc_banner .pub_menu .agrop a.on::after,
.inc_banner .pub_menu .agrop a:hover:after
{
	width: 100%;
}




.Topnav2{
	position: absolute;
	top: 110px;
	left: 0;
	width: 100%;
	z-index: 99;
	overflow: hidden;
	transition: all .5s ease-in-out;
	background-color: hsla(0,0%,94.9%,.8);
}
.Topnav2 .list{
	display: none;
	float: left;
	padding-left: 0;
}
.Topnav2 .list.on{
	display: block;
}
.Topnav2 .list ul li{
	color: #666;
	font-size: 15px;
	font-weight: bold;
	line-height: 80px;
	height: 80px;
	margin-right: 50px;
	display: inline-block;
}
.Topnav2 .list ul li:hover{
	color: #f39821;
}
.Topnav2 .list ul li a{
	width: 100%;
	height: 100%;
	display: inline-block;
}