.lanmu{
	border-bottom: 4px solid #f4f4f4;
}
.lanmu ul{
	display: flex;
}
.lanmu li{
	width: 20%;
	display: flex;
}
.lanmu li a{
	display: block;
	font-size: 18px;
	color: #7b7a7a;
	line-height: 80px;
	height: 80px;
	position: relative;
	padding: 0px 3px;
}
.lanmu li a:after{
	content: "";
	position: absolute;
	top: 100%;
	height: 4px;
	width: 0;
	background: #e1553e;
	left: 50%;
	transition: .3s;
}
.lanmu li.on a,.lanmu li a:hover{
	color: #e1553e;
}
.lanmu li.on a:after,.lanmu li a:hover:after{
	left: 0;
	width: 100%;
}
.lanmu.bsl li{
	width: 12.5%;
}
.ititle i svg,.ititle i img{
	height: 85px;
	width: auto;
}
.ititle i svg path{
	fill: #fdf2f0;
}
.ititle span{
	display: flex;
	align-items: center;
}
.ititle span img{
	height: 50px;
	width: auto;
}
.ititle span p{
	font-size: 48px;
	font-weight: bold;
	line-height: 50px;
	margin-left: 30px;
}
@media (max-width: 1440px) {
	.lanmu{
		border-bottom: 3px solid #f4f4f4;
	}
	.lanmu li a{
		font-size: 16px;
		line-height: 65px;
		height: 65px;
	}
	.lanmu li a:after{
		height: 3px;
	}
	.ititle i svg,.ititle i img{
		height: 60px;
	}
	.ititle span img{
		height: 40px;
	}
	.ititle span p{
		font-size: 38px;
		line-height: 40px;
		margin-left: 20px;
	}
}
@media (max-width: 992px) {
	.ibanner{
		overflow: hidden;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.ibanner img{
		width: 150%;
		max-width: 150%;
	}
	.lanmu{
		border-bottom: 0px solid #f4f4f4;
		padding: 15px 0px 0px;
	}
	.lanmu ul{
		flex-wrap: wrap;
		justify-content:space-between;
		grid-gap: 0px;
	}
	.lanmu.bsl ul{
		flex-wrap:nowrap;
		overflow-x:auto;
		overflow-y:hidden;
		padding-bottom:5px;
	}
	.lanmu li{
		width: auto;
		display: block;
		border-bottom: 1px solid #f4f4f4;
	}
	.lanmu.bsl li{
		width: auto;
		padding:0px 15px;
	}
	.lanmu.nsl li{
		width: 50%;
		display:flex;
		justify-content:center;
	}
	.lanmu li a{
		font-size: 14px;
		line-height: 40px;
		height: 40px;
		text-align: center;
		text-overflow:ellipsis;
		overflow:hidden;
		white-space:nowrap;
	}
	.lanmu li.on a,.lanmu li a:hover{
		color: #e1553e;
	}
	.lanmu li a:after{
		top:auto;
		bottom:0;
		height:2px;
	}
	.ititle i svg,.ititle i img{
		height: 30px;
	}
	.ititle span img{
		height: 30px;
	}
	.ititle span p{
		font-size: 24px;
		line-height: 30px;
		margin-left: 10px;
	}
}
.iabout{
	padding: 120px 0px 150px;
}
.iabout .ititle span{
	margin-top: -20px;
}
.iabout section{
	margin: 50px 0px 80px;
	font-size: 22px;
	line-height: 34px;
	color: #363a3e;
}
.aidata{
	display: flex;
	justify-content: space-between;
}
.aidata .iabimg{
	width: 67%;
	position:relative;
}
.aidata .iadata{
	width: 20%;
}
.aidata .iabimg::after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,.8);
	z-index:2;
	opacity:0;
	transition:.3s;
}
.aidata .iabimg:hover::after{
	opacity:1;
}
.aidata .iabimg i{
	position:absolute;
	width:60px;
	height:60px;
	border:2px solid #fff;
	border-radius:50%;
	top:50%;
	left:50%;
	margin-top:-30px;
	margin-left:-30px;
	z-index:3;
	display:flex;
	justify-content:center;
	align-items:center;
	background:rgba(0,0,0,.6);
	cursor:pointer;
}
.aidata .iabimg i::after{
	content:"";
	border-left:16px #fff solid;
	border-top:10px transparent solid;
	border-bottom:10px transparent solid;
	margin-left:5px;
}
.videoshow{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,.7);
	display:flex;
	justify-content:center;
	align-items:center;
	transition:.3s;
	z-index:-1;
	opacity:0;
}
.videoshow.videoshown{
	opacity:1;
	z-index:9;
}
.videoshow video{
	width:70%;
	height:auto;
	transform:scale(0);
	transition:.3s;
}
.videoshow.videoshown video{
	transform:scale(1);
}
.iadata ul{
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	height: 100%;
	padding: 4% 0px;
}
.iadata li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.iadata li i{
	width: 60px;
	display: flex;
	justify-content: center;
}
.iadata li span{
	width: calc(100% - 88px);
	text-align: center;
}
.iadata li i svg,.iadata li i img{
	max-height: 48px;
	width: auto;
	max-width: 55px;
}
.iadata li i svg path{
	fill: #c6ccd0;
}
.iadata li p{
	color: #5e5b5b;
	font-size: 15px;
	line-height: 20px;
	margin: 0px 0px 5px;
}
.iadata li h3{
	display: flex;
	justify-content: center;
	font-size: 37px;
	font-weight: bold;
	color: #e1553e;
	line-height: 40px;
}
@media (max-width: 1440px) {
	.iabout{
		padding: 90px 0px 100px;
	}
	.iabout .ititle span{
		margin-top: -10px;
	}
	.iabout section{
		margin: 40px 0px 60px;
		font-size: 18px;
		line-height: 28px;
	}
	.aidata .iabimg{
		width: 66%;
	}
	.aidata .iadata{
		width: 20%;
	}
	.iadata li i{
		width: 45px;
	}
	.iadata li span{
		width: calc(100% - 70px);
	}
	.iadata li i svg,.iadata li i img{
		max-height: 40px;
		max-width: 45px;
	}
	.iadata li p{
		font-size: 14px;
	}
	.iadata li h3{
		font-size: 32px;
		line-height: 34px;
	}
}
@media (max-width: 992px) {
	.iabout{
		padding: 20px 0px;
	}
	.iabout .ititle span{
		margin-top: -7px;
	}
	.iabout section{
		margin: 20px 0px;
		font-size: 14px;
		line-height: 22px;
	}
	.aidata{
		flex-wrap: wrap;
	}
	.aidata .iabimg{
		width: 100%;
	}
	.aidata .iadata{
		width: 100%;
	}
	.iadata ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 20px 0px 1px;
	}
	.iadata li{
		max-width: 50%;
		width: auto;
		min-width: 35%;
		padding-bottom: 10px;
	}
	.iadata li i{
		width: 30px;
	}
	.iadata li span{
		width: auto;
		max-width: calc(100% - 50px);
	}
	.iadata li i svg,.iadata li i img{
		max-height: 25px;
		max-width: 30px;
	}
	.iadata li p{
		font-size: 14px;
	}
	.iadata li h3{
		font-size: 22px;
		line-height: 24px;
	}
}
.iwenhua{
	background: url(../images/whbg.jpg) 0px center no-repeat;
	background-size: cover;
	
}
.icutrle{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.icutrle .iwhleft{
	width: 30%;
}
.icutrle .iwhright{
	width: 70%;
}
.icutrle ul{
	padding: 40px 0px 0px;
}
.icutrle li{
	padding-top: 45px;
}
.icutrle li h2{
	font-size: 24px;
	color: #004b7e;
	line-height: 30px;
	margin: 0px 0px 8px;
}
.icutrle li section{
	font-size: 20px;
	line-height: 28px;
	color: #4e5566;
}
.icutrle dl dd{
	width: 70%;
	margin: 0 0 0 auto;
}
.icutrle dl dt{
	width: 40%;
	margin-top: -46%;
}
@media (max-width: 1440px) {
	.icutrle .iwhleft{
		width: 35%;
	}
	.icutrle .iwhright{
		width: 65%;
	}
	.icutrle ul{
		padding: 30px 0px 0px;
	}
	.icutrle li{
		padding-top: 35px;
	}
	.icutrle li h2{
		font-size: 20px;
		line-height: 22px;
		margin: 0px 0px 5px;
	}
	.icutrle li section{
		font-size: 16px;
		line-height: 22px;
	}
	.icutrle dl dd{
		width: 70%;
		margin: 0 0 0 auto;
	}
	.icutrle dl dt{
		width: 40%;
		margin-top: -46%;
	}
}
@media (max-width: 992px) {
	.iwenhua{
		padding: 35px 0px;
	}
	.icutrle{
		flex-wrap: wrap;
	}
	.icutrle .iwhleft{
		width: 100%;
	}
	.icutrle .iwhright{
		width: 100%;
	}
	.icutrle ul{
		padding: 15px 0px 0px;
	}
	.icutrle li{
		padding-top: 10px;
	}
	.icutrle li h2{
		font-size: 16px;
		line-height: 20px;
	}
	.icutrle li section{
		font-size: 14px;
		line-height: 18px;
	}
	.icutrle dl{
		display: flex;
		justify-content: space-between;
		padding: 20px 0px 0px;
	}
	.icutrle dl dd{
		width: 56.4%;
		margin: 0 0 0 auto;
	}
	.icutrle dl dt{
		width: 43.6%;
		margin-top: 0;
	}
}
.ihonor{
	padding: 150px 0px;
}
.ihonor .icert{
	position: relative;
}
.ihonor .swiper{
	margin: 90px 0px 0px;
	position: static;
}
.ihonor .swiper-slide{
	padding: 1px;
}
.ihonor .swiper-slide a{
	display: block;
	border: 1px solid #cdcdcd;
	overflow: hidden;
}
.ihonor .swiper-button{
	width: 54px;
	height: 54px;
	border-radius: 50%;
	color: #fff;
	background: #e1553e;
	margin-top: -27px;
}
.ihonor .swiper-button:after{
	font-size: 26px;
}
.ihonor .swiper-button-prev{
	left: -66px;
}
.ihonor .swiper-button-next{
	right: -66px;
}
@media (max-width: 1440px) {
	.ihonor{
		padding: 90px 0px;
	}
	.ihonor .swiper{
		margin: 60px 0px 0px;
	}
	.ihonor .swiper-button{
		width: 50px;
		height: 50px;
		margin-top: -25px;
	}
	.ihonor .swiper-button:after{
		font-size: 22px;
	}
	.ihonor .swiper-button-prev{
		left: -60px;
	}
	.ihonor .swiper-button-next{
		right: -60px;
	}
}
@media (max-width: 992px) {
	.ihonor{
		padding: 30px 0px;
	}
	.ihonor .swiper{
		margin: 20px 0px 0px;
	}
	.ihonor .swiper-button{
		width: 30px;
		height: 30px;
		margin-top: -16px;
		opacity: .5;
	}
	.ihonor .swiper-button:after{
		font-size: 16px;
	}
	.ihonor .swiper-button-prev{
		left: 10px;
	}
	.ihonor .swiper-button-next{
		right: 10px;
	}
}
.ishebei{
	background: url(../images/sbbg.jpg) center no-repeat;
	background-size: cover;
	padding: 130px 0px;
	position: relative;
}
.ishebei .swiper{
	margin: 50px 0px 0px;
	height: 914px;
	position: static;
}
.ishebei .swiper-slide a{
	display:flex;
	justify-content:center;
	align-items:center;
	max-height: 447px;
	overflow:hidden;
}
.ishebei .swiper-slide img{
	border: 0px solid #cdcdcd;
}
.ishebei .swiper-button{
	position: static;
	top: 0;
	margin-top: 0;
	width: 50px;
	height: 50px;
	color: #e1553e;
	border: 1px solid #cdcdcd;
	transition: .3s;
	margin-left: 20px;
}
.ishebei .swiper-button:after{
	font-size: 26px;
}
.ishebei .swiper-button:hover{
	color: #fff;
	background: #e1553e;
	border: 1px solid #e1553e;
}
.ishebei .ititle{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ishebei .ititle .s-buton{
	display: flex;
}
@media (max-width: 1440px) {
	.ishebei{
		padding: 90px 0px;
	}
	.ishebei .swiper{
		margin: 30px 0px 0px;
		height: 752px;
	}
	.ishebei .swiper-button{
		width: 43px;
		height: 43px;
		margin-left: 15px;
	}
	.ishebei .swiper-button:after{
		font-size: 22px;
	}
}
@media (max-width: 992px) {
	.ishebei{
		padding: 30px 0px;
	}
	.ishebei .swiper{
		margin: 25px 0px 0px;
		height: 500px;
	}
	.ishebei .swiper-button{
		width: 32px;
		height: 32px;
		margin-left: 10px;
	}
	.ishebei .swiper-button:after{
		font-size: 18px;
	}
}
.ibusiness{
	padding: 150px 0px;
}
.ibusiness .ititle span{
	margin-top: -20px;
}
.ibusiness ul{
	margin: 90px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	grid-gap: 24px;
}
.ibusiness li i{
	display:block;
	overflow:hidden;
}
.ibusiness li img{
	width: 100%;
	transition:1s;
}
.ibusiness li a:hover img{
	transform:scale(1.15);
}
.ibusiness li{
	width: calc(33.333333333333% - 18px);
}
.ibusiness li a{
	display: block;
	background: #fff;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .08);
}
.ibusiness li span{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px 15px;
}
.ibusiness li h4{
	font-size: 22px;
	color: #000;
	line-height: 30px;
}
.ibusiness li p{
	font-size: 16px;
	color: #68696a;
	font-weight: 300;
}
@media (max-width:1440px) {
	.ibusiness{
		padding: 100px 0px;
	}
	.ibusiness ul{
		margin: 60px 0px 0px;
		grid-gap: 15px;
	}
	.ibusiness li{
		width: calc(33.333333333333% - 10px);
	}
	.ibusiness li span{
		padding: 20px 15px;
	}
	.ibusiness li h4{
		font-size: 18px;
		line-height: 30px;
	}
	.ibusiness li p{
		font-size: 14px;
	}
}
@media (max-width:992px) {
	.ibusiness{
		padding: 20px 0px;
	}
	.ibusiness ul{
		margin: 15px 0px 0px;
		grid-gap: 10px;
	}
	.ibusiness li{
		width: calc(50% - 5px);
	}
	.ibusiness li span{
		padding: 10px;
		flex-wrap:wrap;
	}
	.ibusiness li h4{
		font-size: 16px;
		line-height: 22px;
		width:100%;
	}
	.ibusiness li p{
		font-size: 14px;
		width:100%;
		margin:5px 0px 0px;
	}
}
.icontact{
	padding: 100px 0px 110px;
}
.map #map{
	width: 100%;
	height: 550px;
	border-radius: 8px;
}
.iconlist{
	padding: 90px 0px 0px;
	display: flex;
	justify-content: space-between;
}
.iconlist .message{
	width: 51%;
}
.iconlist .iconus{
	width: 45%;
}
.message span{
	display: flex;
	justify-content: space-between;
	margin: 0px 0px 35px;
}
.message span input{
	width: 48%;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .13);
	border: 0;
	line-height: 26px;
	padding: 20px 15px;
	border-radius: 5px;
}
.message textarea{
	width: 100%;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .13);
	border: 0;
	line-height: 26px;
	padding: 20px 15px;
	border-radius: 5px;
	resize: none;
}
.message button{
	width: 170px;
	height: 48px;
	border: 0;
	color: #fff;
	border-radius: 24px;
	background: #e1553e;
	margin: 30px 0px 0px;
	font-size: 18px;
	cursor: pointer;
}
.iconus h2{
	color: #e1553e;
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
}
.iconus section{
	font-size: 18px;
	line-height: 28px;
	color: #403f3f;
	margin: 30px 0px 40px;
}
.iconus li{
	display: flex;
	align-items: center;
	padding: 6px 0px;
}
.iconus li i{
	width: 20px;
	text-align: center;
	font-size: 26px;
	color: #e1553e;
	line-height: 26px;
}
.iconus li:nth-child(2) i{
	font-size: 24px;
}
.iconus li:nth-child(3) i{
	font-size: 24px;
}
.iconus li:nth-child(5) i{
	font-size: 24px;
}
.iconus li p{
	width: calc(100% - 20px);
	padding-left: 15px;
	line-height: 26px;
	font-size: 18px;
	color: #767575;
}
.iconus li p br{
	display: inline;
	content:"";
}
.iconus li p br::after{
	display: inline;
	content:" / ";
}
@media (max-width: 1440px) {
	.icontact{
		padding: 80px 0px 90px;
	}
	.map #map{
		height: 500px;
		border-radius: 8px;
	}
	.iconlist{
		padding: 60px 0px 0px;
	}
	.message span{
		margin: 0px 0px 30px;
	}
	.message span input{
		line-height: 24px;
		padding: 15px;
	}
	.message textarea{
		line-height: 24px;
		padding: 15px;
	}
	.message button{
		margin: 25px 0px 0px;
		font-size: 16px;
	}
	.iconus h2{
		font-size: 24px;
		line-height: 26px;
	}
	.iconus section{
		font-size: 16px;
		line-height: 24px;
		margin: 20px 0px 30px;
	}
	.iconus li{
		padding: 5px 0px;
	}
	.iconus li i{
		font-size: 22px;
		line-height: 26px;
	}
	.iconus li:nth-child(2) i,.iconus li:nth-child(3) i,.iconus li:nth-child(5) i{
		font-size: 20px;
	}
	.iconus li p{
		line-height: 24px;
		font-size: 16px;
	}
}
@media (max-width: 992px) {
	.icontact{
		padding: 20px 0px;
	}
	.map #map{
		height: 300px;
		border-radius: 5px;
	}
	.iconlist{
		flex-wrap: wrap;
		padding: 25px 0px 0px;
	}
	.iconlist .iconus{
		width: 100%;
	}
	.iconlist .message{
		width: 100%;
	}
	.message span{
		display: block;
		margin: 0px 0px 0px;
	}
	.message span input{
		width: 100%;
		line-height: 24px;
		padding: 10px;
		font-size: 14px;
		margin: 0px 0px 15px;
		box-shadow: 0px 0px 3px rgba(0, 0, 0, .13);
	}
	.message textarea{
		line-height: 20px;
		padding: 10px;
		font-size: 14px;
		box-shadow: 0px 0px 3px rgba(0, 0, 0, .13);
	}
	.message button{
		margin: 15px 0px 0px;
		height: 40px;
		font-size: 14px;
		width: 100%;
		border-radius: 5px;
	}
	.iconus{
		margin: 20px 0px 0px;
	}
	.iconus h2{
		font-size: 20px;
		line-height: 22px;
	}
	.iconus li{
		padding: 5px 0;
	}
	.iconus section{
		font-size: 14px;
		line-height: 20px;
		margin: 10px 0px 20px;
	}
	.iconus li p{
		line-height: 20px;
		font-size: 14px;
	}
}
.inews{
	padding: 0px 0px 100px;
	background: #F6F6F6;
}
.inews .incheck{
	background: #fff;
	padding: 80px 0px;
}
.inews .swiper{
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .14);
}
.inews .swiper-slide a{
	display: flex;
}
.inews .swiper-slide i{
	width: 50%;
	max-height: 400px;
	overflow: hidden;
}
.inews .swiper-slide img{
	width: 100%;
	transition: 1s;
}
.inews .swiper-slide a:hover img{
	transform: scale(1.1);
}
.inews .swiper-slide .intext{
	width: 50%;
	padding: 20px 30px 3%;
	display: grid;
	grid-template-columns: 1fr;
	align-content: space-between;
}
.inews .swiper-slide h2{
	font-size: 32px;
	font-weight: bold;
	line-height: 40px;
}
.inews .swiper-slide h5{
	font-size: 16px;
	color: #999;
	line-height: 20px;
	border-bottom: 1px  solid #ddd;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.inews .swiper-slide h3{
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}
.inews .swiper-slide span{
	font-size: 16px;
	color: #666;
	line-height: 20px;
	display: block;
	margin: 10px 0px 0px;
}
.inews .swiper-slide h4{
	font-size: 16px;
	color: #999;
	display: flex;
	align-items: center;
	line-height: 20px;
	transition: .3s;
}
.inews .swiper-slide h4:after{
	content: "";
	border-left: 10px solid #999;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	opacity: .6;
	margin-left: 5px;
	transition: .3s;
}
.inews .swiper-slide a:hover h4{
	color: #e1553e;
}
.inews .swiper-slide a:hover h4:after{
	border-left: 10px solid #e1553e;
	opacity: 1;
}
.inews .swiper-button{
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 2px solid #ddd;
	top: 35px;
	margin: 0;
	transition: .3s;
}
.inews .swiper-button:after{
	content: '';
	border-left: 9px solid rgba(0, 0, 0, .2);
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	background: none;
	transition: .3s;
}
.inews .swiper-button-next{
	right: 30px;
}
.inews .swiper-button-prev{
	left: auto;
	right: 80px;
	transform: rotate(180deg);
}
.inews .swiper-button:hover{
	border-color: #e1553e;
}
.inews .swiper-button:hover:after{
	border-left: 9px solid #e1553e;
}
.inews ul{
	display: flex;
	flex-wrap: wrap;
	grid-gap: 34px;
	padding: 80px 0px 50px;
}
.inews li{
	width: calc(33.3333333333% - 24px);
}
.inews li a{
	display: block;
	transition: .3s;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, .08);
}
.inews li a i{
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	height: 260px;
}
.inews li a img{
	transition: 1s;
}
.inews li a:hover img{
	transform: scale(1.15);
}
.inews li section{
	padding: 20px 20px 30px;
}
.inews li span{
	display: flex;
	font-size: 16px;
	font-family:SHSCN-Normal;
	line-height: 24px;
	color: #999;
}
.inews li .icon{
	line-height: 26px;
	font-size: 17px;
	margin-right: 5px;
}
.inews li h4{
	font-size: 18px;
	color: #171d26;
	line-height: 30px;
	font-weight: bold;
	margin: 10px 0px 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: .3s;
}
.inews li span:nth-child(3){
	font-size: 16px;
	display: flex;
	align-items: center;
	transition: .3s;
}
.inews li span:nth-child(3):after{
	content: '';
	border-left: 9px solid rgba(0, 0, 0, .2);
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	margin-left: 10px;
	margin-top: 2px;
	transition: .3s;
}
.inews li a:hover span:nth-child(3){
	color: #e1553e;
}
.inews li a:hover span:nth-child(3):after{
	border-left: 9px solid #e1553e;
}
.inews li i{
	display: block;
	overflow: hidden;
}
.page-list{
	display: flex;
	justify-content: center;
}
.page-list a{
	border: 1px solid #ddd;
	text-align: center;
	line-height: 36px;
	height: 37px;
	width: 40px;
	margin: 0px 2px;
	color: #666;
	transition: .3s;
	font-size: 16px;
	font-family: arial;
}
.page-list a.an{
	font-size: 18px;
}
.page-list a.next{
	transform: rotate(180deg);
}
.page-list a:hover,.page-list a.page-num-current{
	background: #e1553e;
	color: #fff;
	border: 1px solid #e1553e;
}
@media (max-width: 1440px) {
	.inews{
		padding: 0px 0px 60px;
	}
	.inews .incheck{
		padding: 50px 0px;
	}
	.inews .swiper{
		box-shadow: 0px 0px 6px rgba(0, 0, 0, .14);
	}
	.inews .swiper-slide i{
		max-height: 320px;
	}
	.inews .swiper-slide .intext{
		padding: 20px 30px 3%;
	}
	.inews .swiper-slide h2{
		font-size: 24px;
		line-height: 30px;
	}
	.inews .swiper-slide h5{
		font-size: 14px;
		line-height: 20px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.inews .swiper-slide h3{
		font-size: 18px;
		line-height: 26px;
	}
	.inews .swiper-slide span{
		font-size: 14px;
		line-height: 18px;
		margin: 10px 0px 0px;
	}
	.inews .swiper-slide h4{
		font-size: 14px;
	}
	.inews .swiper-slide h4:after{
		border-left: 8px solid #999;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
	}
	.inews .swiper-slide a:hover h4:after{
		border-left: 8px solid #e1553e;
	}
	.inews .swiper-button{
		width: 32px;
		height: 32px;
		border: 2px solid #ddd;
		top: 30px;
	}
	.inews .swiper-button:after{
		border-left: 8px solid rgba(0, 0, 0, .2);
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
	}
	.inews .swiper-button-next{
		right: 30px;
	}
	.inews .swiper-button-prev{
		right: 70px;
	}
	.inews .swiper-button:hover:after{
		border-left: 8px solid #e1553e;
	}
	.inews ul{
		grid-gap: 24px;
		padding: 60px 0px 30px;
	}
	.inews li{
		width: calc(33.3333333333% - 16px);
	}
	.inews li a{
		border-radius: 3px;
		box-shadow: 0px 0px 4px rgba(0, 0, 0, .08);
	}
	.inews li section{
		padding: 15px 15px 20px;
	}
	.inews li span{
		font-size: 14px;
		line-height: 20px;
	}
	.inews li .icon{
		line-height: 23px;
		font-size: 15px;
		margin-right: 5px;
	}
	.inews li h4{
		font-size: 16px;
		line-height: 26px;
		margin: 5px 0px 10px;
	}
	.inews li span:nth-child(3){
		font-size: 14px;
	}
	.inews li span:nth-child(3):after{
		border-left: 7px solid rgba(0, 0, 0, .2);
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
	}
	.inews li a:hover span:nth-child(3):after{
		border-left: 7px solid #e1553e;
	}
	.page-list a{
		line-height: 34px;
		height: 35px;
		width: 40px;
		font-size: 14px;
	}
	.page-list a.an{
		font-size: 16px;
	}
}
@media (max-width: 992px) {
	.inews{
		padding: 0px 0px 20px;
		margin: 15px 0px 0px;
	}
	.inews .incheck{
		display: none;
	}
	.inews ul{
		grid-gap: 0px;
		padding: 20px 0px 5px;
	}
	.inews li{
		width: 100%;
		margin-bottom: 15px;
	}
	.inews li a{
		box-shadow: 0px 0px 2px rgba(0, 0, 0, .08);
	}
	.page-list a{
		line-height: 32px;
		height: 33px;
		width: 33px;
		font-size: 13px;
	}
	.page-list a.an{
		font-size: 14px;
	}
}
.inewsd{
	background: #F6F6F6;
	padding: 70px 0px 80px;
}
.incont{
	background: #fff;
	padding: 40px 35px 25px;
}
.incont .intit{
	border-bottom: 1px solid #ddd;
}
.incont .intit h2{
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
.incont .intit span{
	display: flex;
	color: #999;
	font-size: 16px;
	line-height: 20px;
	padding: 15px 0px 20px;
}
.incont .intit span p{
	margin-right: 30px;
}
.incont .intit span p:last-child{
	margin-right: 0;
}
.incont .indescon{
	font-size: 16px;
	line-height: 30px;
	padding: 20px 0px;
}
.infopage{
	border-top: 1px solid #ddd;
	padding: 30px 0px 0px;
}
.infopage p{
	display:flex;
	align-items:center;
	margin-bottom: 15px;
	line-height: 20px;
}
.infopage a{
	color: #666;
}
.infopage a:hover{
	text-decoration: underline;
	color: #e1553e;
}
@media (max-width:1440px) {
	.inewsd{
		padding: 50px 0px 60px;
	}
	.incont{
		padding: 35px 30px 20px;
	}
	.incont .intit h2{
		font-size: 20px;
		line-height: 30px;
	}
	.incont .intit span{
		font-size: 14px;
		line-height: 20px;
		padding: 10px 0px 15px;
	}
	.incont .indescon{
		font-size: 15px;
		line-height: 26px;
		padding: 20px 0px;
	}
	.infopage{
		padding: 20px 0px 0px;
	}
	.infopage p{
		line-height: 20px;
		margin-bottom: 10px;
		font-size: 14px;
	}
}
@media (max-width:992px) {
	.inewsd{
		padding: 20px 0px;
		margin: 15px 0px 0px;
	}
	.incont{
		padding: 15px;
	}
	.incont .intit h2{
		font-size: 16px;
		line-height: 24px;
		text-align: center;
	}
	.incont .intit span{
		font-size: 12px;
		padding: 5px 0px 10px;
		justify-content: center;
	}
	.incont .indescon{
		font-size: 14px;
		line-height: 24px;
		padding: 15px 0px;
	}
	.infopage{
		padding: 10px 0px 0px;
	}
	.infopage p{
		margin-bottom: 5px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
}
.ihezuo{
	padding: 110px 0px 150px;
}
.ihezuo .ititle span{
	margin-top: -20px;
}
.ihezuo section{
	font-size: 20px;
	line-height: 32px;
	color: #363a3e;
	margin: 30px 0px;
}
.ihezuo ul{
	display: flex;
	flex-wrap: wrap;
	grid-gap: 2.6666666666666%;
}
.ihezuo ul li{
	width: 23%;
	margin-top: 2.666666%;
}
.ihezuo li i{
	display: flex;
	border: 1px solid #ddd;
	align-items: center;
	justify-content: center;
}
@media (max-width:1440px) {
	.ihezuo{
		padding: 80px 0px 110px;
	}
	.ihezuo .ititle span{
		margin-top: -10px;
	}
	.ihezuo section{
		font-size: 18px;
		line-height: 30px;
		margin: 20px 0px;
	}
}
@media (max-width:992px) {
	.ihezuo{
		padding: 20px 0px;
	}
	.ihezuo .ititle span{
		margin-top: -5px;
	}
	.ihezuo section{
		font-size: 14px;
		line-height: 22px;
		margin: 10px 0px;
	}
	.ihezuo ul{
		grid-gap: 2%;
	}
	.ihezuo ul li{
		width: 32%;
		margin-top: 2%;
	}
	.ihezuo li i{
		padding: 5px;
	}
}
.ibusinessd{
	padding:0px 0px 80px;
}
.ibusinessd .ibusshow{
	padding:70px 0px 0px;
}
.ibusshow h1{
	padding:0px 15px;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	padding-bottom:15px;
	display:none;
	align-items:center;
}
.ibusshow h1:before{
	content:"";
	width:3px;
	height:18px;
	background:#e1553e;
	margin-right:10px;
}
.ibusshow ul{
	display:flex;
	flex-wrap:wrap;
	margin:0px 0px 50px;
}
.ibusshow li{
	display:table;
	border-bottom:1px solid #eee;
	width:50%;
}
.ibusshow li.ibtitle{
	border-bottom:0px solid #ddd;
	width:100%;
}
.ibusshow li span{
	width:12.5%;
	background:#e1553e;
	color:#fff;
	text-align:center;
	font-size:18px;
	line-height: 50px;
	text-transform:uppercase;
	font-family:arial;
	border-right:1px solid #fff;
	display:table-cell;
	vertical-align:middle;
}
.ibusshow li span.ibbb{
	background:#004b7e;
}
.ibusshow li span:last-child{
	border-right:0;
}
.ibusshow li dd{
	width:20%;
	color:#000;
	text-align:center;
	font-size:16px;
	line-height: 24px;
	text-transform:uppercase;
	font-family:arial;
	padding:10px;
	display:table-cell;
	vertical-align:middle;
}
.ibusshow li dd:nth-child(even){
	background:rgba(0,0,0,.03);
}
.ibusshow li img{
	width:100%;
}
.ibusshow .ibslist{
	display:flex;
	justify-content:space-between;
}
.ibslist>dl{
	width:25%;
	padding:10px 0px 0px;
}
.ibusshow .ibscon{
	width:75%;
	font-size:16px;
	font-weight:300;
	line-height:32px;
}
.ibusshow .ibscon img{
	margin:10px 0px 0px;
}
.ibscon .ibstit{
	font-size:22px;
	line-height:32px;
	padding:10px 0px;
	display:block;
	color:#e1553e;
}
.ibslist>dl dd{
	margin-bottom:30px;
}
.ibslist>dl dd.on a{
	color:#000;
}
.ibslist>dl a{
	font-size:28px;
	color:#999;
	line-height:36px;
}
@media (max-width: 1440px) {
	.ibusinessd{
		padding:0px 0px 60px;
	}
	.ibusinessd .ibusshow{
		padding:60px 0px 0px;
	}
	.ibslist>dl{
		width:20%;
	}
	.ibusshow .ibscon{
		width:80%;
		font-size:14px;
		line-height:28px;
	}
	.ibusshow .ibscon img{
		margin:7px 0px 0px;
	}
	.ibscon .ibstit{
		font-size:18px;
		line-height:26px;
		padding:10px 0px;
	}
	.ibslist>dl dd{
		margin-bottom:20px;
	}
	.ibslist>dl a{
		font-size:20px;
		line-height:30px;
	}
}
@media (max-width: 992px) {
	.ibusinessd{
		padding:0px 0px 20px;
	}
	.ibusinessd .ibusshow{
		padding:15px 0px 0px;
	}
	.ibusshow .ibslist{
		flex-wrap:wrap;
	}
	.ibslist>dl{
		width:100%;
		padding:0px 0px 5px;
		display:flex;
	}
	.ibusshow .ibscon{
		width:100%;
		font-size:14px;
		line-height:24px;
	}
	.ibusshow .ibscon img{
		margin:5px 0px 0px;
	}
	.ibscon .ibstit{
		font-size:16px;
		line-height:24px;
		padding:5px 0px;
	}
	.ibslist>dl dd{
		margin-bottom:0px;
		margin-right:10px;
	}
	.ibslist>dl dd.on a{
		color:#000;
	}
	.ibslist>dl a{
		font-size:14px;
		line-height:36px;
		color:#ddd;
		border:1px solid #ddd;
		display:block;
		padding:0px 15px;
	}
}