*{margin:0;padding:0;list-style:none; -webkit-text-size-adjust:none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);transition:all;-o-transition:all;-ms-transition:all;-moz-transition:all;-webkit-transition:all;outline: none;font-size: 0.14rem;}
body,html{font-family:"Microsoft YaHei",'微软雅黑'; width: 100%; background: #fff;overflow-x: hidden;position: relative;min-height: 100vh;}

a{text-decoration:none; color: #000; }
a:hover{text-decoration:none;}
em,i,strong{font-style:normal;}
img{ border: 0; vertical-align: middle; display: inline-block; flex-shrink: 0;}
input,textarea,select{ font-family: '微软雅黑';  outline: none;}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type='file'],
button, select{ -webkit-appearance: none; }
.clear:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
@font-face {
	font-family: font1;
	src: url('Overseer.ttf'),url('Overseer.woff?t=1590396311998') format('woff'),
  url('Overseer.ttf?t=1590396311998') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('Overseer.svg?t=1590396311998#iconfont') format('svg'); /* iOS 4.1- */;
}
@font-face {
	font-family: font1bold;
	src: url('font1bold.ttf');
}
.anim{

	-webkit-transform: translateY(100px) translateX(0);

	-moz-transform: translateY(100px) translateX(0);

	transform: translateY(100px) translateX(0);

	opacity: 0;

	-webkit-transition-timing-function: ease-in-out;

	transition-timing-function: ease-in-out;

}



.anim-show{

	-webkit-transform: translateY(0px) translateX(0);

	-moz-transform: translateY(0px) translateX(0);

	transform: translateY(0px) translateX(0);

	opacity: 1;

}

.top {
	width: 100%;
	height: 0.9rem;
	background: #fff;
	position: relative;
	z-index: 3;
}
.contentbox {
	width: 12rem;
	margin: auto;
}
.topcontentbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	height: 100%;
}
.logobox {
	width: 1.9rem;
	height: 0.49rem;
	background: url(../img/logo.png) no-repeat;
	background-size: contain;
}
.logobox>a {
	display: block;
	width: 100%;
	height: 100%;
}
.navbox {
	position: relative;
	height: 100%;
	box-sizing: border-box;
	padding-top: 0.35rem;
}
.navbox>* {
	float: left;
	font-size: 0.14rem;
	font-weight: bold;
}
.navlist>li {
	float: left;
	padding: 0 0.21rem;
	border-right: 2px dotted #7a7a7a;
}
.navlist>li>a {
	color: #4c4c4c;
	
}
.navlist>li>a:hover {
	color: #e60012;
}
.navlist>.lastnav {
	border: none;
}
.navbox>span {
	padding: 0 0.13rem;
	font-size: 0.18rem;
	color: #e60012;
}
.icon-ss1 {
	border-right: 2px solid #e0e1e3;
}
.navbox>.icon-menu {
	font-size: 0.2rem;
}
.activetiao {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0.3rem;
}
.hengtiao {
	position: absolute;
	width: 100%;
	background: #e60012;
	height: 0.02rem;
	left: 0;
	bottom: 0;
}
.sanjiao {
	width: 0.08rem;
	position: absolute;
	left: 50%;
	bottom: 0.02rem;
	transform: translateX(-50%);
}
.navbox2 {
	width: 100%;
	height: 0.56rem;
	background: rgba(0,0,0,0.7);
	display: none;
}
.navlist2 {
	height: 100%;
	position: absolute;
	left: 0;
	display: none;
}
.navlist2>li {
	float: left;
	font-size: 0.12rem;
	padding-right: 0.24rem; 
	line-height: 0.56rem;
}
.navlist2>li:last-child {
	padding: 0;
}
.navlist2>li>a {
	color: #fff;
	font-weight: bold;
	
}
.mainbox {
	width: 100%;
	position: relative;
}
.leftbtn1 {
	width: 0.42rem;
	height: 0.42rem;
	background: url(../img/leftbtn1.png) no-repeat;
	background-size: cover;
	left: 0.5rem;
}
.rightbtn1 {
	width: 0.42rem;
	height: 0.42rem;
	background: url(../img/rightbtn1.png) no-repeat;
	background-size: cover;
	right: 0.5rem;
}
.hidenavbox {
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 55;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
	display: none;
}
.hidenavrightbox {
	position: absolute;
	right: 0;
	top: 0;
	width: 4rem;
	transform: translateX(4rem);
}
.hiderightboxtitle {
	height: 0.9rem;
	width: 100%;
	padding: 0 0.35rem;
	background: #e60012;
}
.hidetitletext {
	font-size: 0.24rem;
	color: #fff;
	line-height: 0.9rem;
	/* display: inline-block; */
	float: left;
}
.icon-ego-close1 {
	line-height: 0.9rem;
	font-size: 0.24rem;
	color: #fff;
	float: left;
	margin-left: 2rem;
}
.hidenavlistbox {
	background: #fff;
	padding: 0.2rem 0.35rem;
	height: calc(100vh - 0.9rem);
}
.hidenavlist {
	width: 100%;
	
}
.hidenavlist>li {
	font-size: 0.14rem;
	color: #666666;
	line-height: 0.45rem;
	border-bottom: 0.02rem solid #efefef;
}
.hidenavlist>li>a {
	color: #666666;
}
.hidelist2>li {
	float: left;
	padding-right: 0.2rem;
}
.hidelist2>li>a {
	color: #808080;
}
.hidelist2>li:last-child {
	padding-right: 0rem;
}
.erweibox {
	width: 1.12rem;
}
.erwei {
	width: 100%;
	margin-top: 0.3rem;
}
.hidelist2 {
	margin-bottom: 0.14rem;
}
.footernavlist a:hover {
	color: #e60012;
}
.hidelist2>li {
	line-height: 1.5;
}
.erweitext {
	font-size: 0.14rem;
	display: block;
	text-align: center;
	color: #666666;
	line-height: 3;
}
.searchbox {
	position: absolute;
	width: 3.5rem;
	top: 100%;
	right: 0.5rem;
	overflow: hidden;
	visibility: hidden;
	z-index: 10;
}
.searchinput {
	width: 80%;
	border: none;
	outline: none;
	color: #333;
	font-size: 0.14rem;
}
.icon-ss2 {
	color: #333;
	float: right;
}
.hidesearcbox {
	width: 100%;
	background: #fff;
	padding: 0.15rem 0.2rem;
	border-top: 1px solid #e60012;
	box-sizing: border-box;
	position: relative;
	left: 100%;
	transition: 0.5s;
}
.icon-ss1:hover .searchbox {
	visibility: visible;
}
.icon-ss1:hover .hidesearcbox {
	left: 0;
}
.footerleft {
	float: left;
}
.footerright {
	float: right;
	text-align: right;
	width: 0.68rem;
}
.footernavlist li {
	float: left;
	font-size: 0.14rem;
	padding: 0 0.2rem;
	border-right:1px solid #7a7a7a;
}
.footernavlist li>a {
	color: #5c5c5c;
}
.footernavlist li:first-child {
	padding-left: 0;
}
.footernavlist li:last-child {
	border: none;
}
.footernavlist {
	display: block;
	padding-top: 0.34rem;
	margin-bottom: 0.24rem;
}
.banquan {
	font-size: 0.12rem;
	color: #959595;
	position: relative;
}
.banquan img {
	width: 0.44rem;
	vertical-align: middle;
	margin-left: 0.2rem;
	position: absolute;
	right: -0.59rem;
	bottom: -0.1rem;
}
.footer {
	padding-bottom: 0.35rem;
}
.sheji {
	font-size: 0.12rem;
	color: #959595;
	float: right;
	width: 5rem;
}
.totop {
	width: 0.38rem;
	display: block;
	float: right;
	margin-top: 0.2rem;
	margin-bottom: 0.14rem;
	cursor: pointer;
}
.bannerbottombox {
	width: 100%;
	height: 1.6rem;
	background: rgba(0,0,0,0.7);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
}
.contentboxfirst {
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	align-items: flex-end;
	justify-content: space-between;
	height: 100%;
}
.bannertext1 {
	font-size: 0.24rem;
	font-weight: bold;
	color: #fff;
}
.bannertext2 {
	font-size: 0.2rem;
	color: #fff;
	font-weight: bold;
	margin-top: 0.14rem;
	margin-bottom: 0.5rem;
}
.bannertext2 span {
	font-size: 0.16rem;
	color: #e60012;
	vertical-align: bottom;
	font-family: font1;
	font-weight: bold;
}
.bannerrightbox {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 9.27rem;
	height: 100%;
	align-items: flex-end;
}
.banneritem {
	width: 2.26rem;
	height: 1.2rem;
	position: relative;
	padding: 0.22rem 0 0 0.3rem;
	box-sizing: border-box;
	transition: 0.5s;
}
.bannerrightbox a:nth-child(1) .banneritem {
	background: #2d5eaa;
}
.bannerrightbox a:nth-child(2) .banneritem {
	background: #cd954b;
}
.bannerrightbox a:nth-child(3) .banneritem {
	background: #5dc1bc;
}
.bannerrightbox a:nth-child(4) .banneritem {
	background: #e60012;
}
.banneritemtext {
	font-size: 0.18rem;
	color: #fff;
	transition: 0.3s;
}
.firsttext {
	display: block;
	height: 0.3rem;
	margin-top: 0.13rem;
	transition: 0.3s;
}
.firstpic {
	position: absolute;
	bottom: 0.2rem;
	right: 0.2rem;
	width: 0.58rem;
}
.banneritem:nth-child(1):hover {
	height: 1.9rem;
}
.banneritem:nth-child(2):hover {
	height: 1.9rem;
}
.banneritem:nth-child(3):hover {
	height: 1.9rem;
}
.banneritem:nth-child(4):hover {
	height: 1.9rem;
}
.banneritemtext2 {
	font-size: 0.34rem;
	color: #fff;
	position: absolute;
	opacity: 0;
	transition: 0.3s;
}
.banneritem:nth-child(1):hover .banneritemtext2 {
	opacity: 1;
}
.banneritem:nth-child(1):hover .banneritemtext {
	opacity: 0;
}
.banneritem:nth-child(1):hover .firsttext {
	opacity: 0;
}
.banneritem:nth-child(2):hover .banneritemtext2 {
	opacity: 1;
}
.banneritem:nth-child(2):hover .banneritemtext {
	opacity: 0;
}
.banneritem:nth-child(2):hover .firsttext {
	opacity: 0;
}
.banneritem:nth-child(3):hover .banneritemtext2 {
	opacity: 1;
}
.banneritem:nth-child(3):hover .banneritemtext {
	opacity: 0;
}
.banneritem:nth-child(3):hover .firsttext {
	opacity: 0;
}
.banneritem:nth-child(4):hover .banneritemtext2 {
	opacity: 1;
}
.banneritem:nth-child(4):hover .banneritemtext {
	opacity: 0;
}
.banneritem:nth-child(4):hover .firsttext {
	opacity: 0;
}
.main1box {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 0.5rem 0 0.21rem 0;
}
.main1leftbox {
	width: 4.86rem;
}
.main1navbox {
	display: flex;
	flex-wrap: nowrap;
}
.main1navbtn {
	font-size: 0.14rem;
	color: #808080;
	margin-right: 0.3rem;
	padding-bottom: 0.15rem;
	box-sizing: border-box;
	cursor: pointer;
}
.main1navbtn.active {
	color: #e60012;
	border-bottom: 0.03rem solid #e60012;
}
.main1newsbox {
	display: flex;
	flex-wrap: nowrap;
	margin-top: 0.15rem;
	padding-bottom: 1px;
	border-bottom:0.02rem solid #efefef;
}
.main1newsleft {
	font-family: font1;
	width: 0.94rem;
	height: 0.9rem;
	font-size: 0.2rem;
	color: #fff;
	font-weight: bold;
	background: #f27f88;
	margin-right: 0.25rem;
	line-height: 0.9rem;
	text-align: center;
}
.main1newstitle {
	font-size: 0.18rem;
	color: #5c5c5c;
	margin-bottom: 0.13rem;
}
.main1newstitle:hover {
	color: #e60012;
}
.main1newstext {
	font-size: 0.14rem;
	color: #808080;
	line-height: 1.5;
}
.main1newsright {
	width: 3.36rem;
}
.main1newstime {
	font-size: 0.14rem;
	color: #c0bfbf;
	margin-right: 0.15rem;
}
.main1newstext2 {
	width: 3.6rem;
	font-size: 0.14rem;
	color: #969696;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.main1newstext2:hover {
	color: #e60012;
}
.main1newsitem {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	margin-top: 0.14rem;
}
.main1rightbox {
	display: flex;
	flex-wrap: nowrap;
	width: 6.44rem;
}
.main1rightboxlefttitle {
	font-size: 0.18rem;
	font-weight: bold;
	color: #5c5c5c;
}
.zgetext {
	display: block;
	width: 1.38rem;
	margin:0 0 0.09rem 0;
}
.indexbox {
	width: 4.68rem;
}
.zgicon {
	display: block;
	width: 0.47rem;
	margin-bottom: 0.1rem;
}
.main1rightboxlefttext {
	font-size: 0.14rem;
	color: #808080;
	width: 3.25rem;
	line-height: 1.5;
}
.main1rightboxleft {
	margin-top: 0.5rem;
}
.main1rightboxright {
	width: 3.4rem;
}
.ditu {
	width: 100%;
}
.mainboxhui {
	background: #f3f5f3;
}
.contentboxf {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 0.73rem 0 0.4rem 0;
}
.rexiaoleftbox {
	width: 4.2rem;
}
.rexiaorightbox {
	width: 7.3rem;
	position: relative;
}
.rexiaotitle {
	font-size: 0.22rem;
	color: #6c6c6c;
}
.rexiaoe {
	display: block;
	width: 0.83rem;
	margin: 0.06rem 0 0.2rem 0;
}
.rexiaotextbox {
	padding-bottom: 0.23rem;
	border-bottom: 0.03rem solid #e60012;
}
.rexiaotext {
	font-size: 0.14rem;
	color: #969696;
	line-height: 1.5;
}
.bobaotitle {
	font-size: 0.14rem;
	color: #e60012;
	font-weight: bold;
	margin-top: 0.3rem;
	margin-bottom: 0.1rem;
}
.bobaotext {
	font-size: 0.14rem;
	color: #969696;
	font-weight: bold;
	/* line-height: 1.5; */
}
.swiper-container2 .swiper-slide>img{
	width:100%;
}
.leftbtn2 {
	width: 0.08rem;
	height: 0.14rem;
	background: url(../img/leftbtn2.png) no-repeat;
	background-size: cover;
	top: 0;
	left: auto;
	right: 0.38rem;
	margin-top: -0.22rem;
}
.leftbtn2:hover {
	width: 0.07rem;
	height: 0.14rem;
	background: url(../img/leftbtn22.png) no-repeat;
	background-size: cover;
}
.rightbtn2 {
	width: 0.08rem;
	height: 0.14rem;
	background: url(../img/rightbtn2.png) no-repeat;
	background-size: cover;
	top: 0;
	left: auto;
	right: 0rem;
	margin-top: -0.22rem;
}
.rightbtn2:hover {
	width: 0.07rem;
	height: 0.14rem;
	background: url(../img/rightbtn22.png) no-repeat;
	background-size: cover;
}
.shuxian {
	height: 0.14rem;
	width: 0.01rem;
	background: #bcbcbc;
	position: absolute;
	top: 0;
	right: 0.22rem;
	margin-top: -0.22rem;
}
.sw2hoverbox {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(230,0,18,0.78);
	padding: 0.54rem 0.35rem 0.36rem 0.3rem; 
	box-sizing: border-box;
	transition: 0.5s;
	opacity: 0;
}
.hovericon {
	display: block;
	width: 0.6rem;
}
.hovertitle {
	font-size: 0.18rem;
	color: #fff;
	line-height: 3;
}
.hovertext {
	font-size: 0.14rem;
	color: #fff;
	opacity: 0.8;
}
.hoverjt {
	display: block;
	width: 0.3rem;
	margin-top: 0.2rem;
}
.swiper-container2 .swiper-slide:hover .sw2hoverbox {
	opacity: 1;
}
.duanbox {
	height: 1.9rem;
}
.xnavbox {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.xnavboxleftbox {
	display: flex;
	align-items: center;
}
.homeicon {
	display: block;
	width: 0.1rem;
}
.xnaverji {
	font-size: 0.12rem;
	color: #808080;
	background: url(../img/jticon.png) no-repeat left center;
	background-size: 0.03rem 0.05rem;
	padding-left: 0.16rem;
	box-sizing: border-box;
	margin-left: 0.14rem;
}
.xnaverji.active {
	color: #e60012;
}
.xnavboxrightbox {
	display: flex;
	flex-wrap: nowrap;
}
.xnavboxrightbox li {
	font-size: 0.12rem;
	font-weight: bold;
	padding: 0.23rem 0;
	margin-left: 0.26rem;
}
.xnavboxrightbox li a {
	font-size: 0.12rem;
}
.xnavboxrightbox li a:hover {
	color: #e60012;
}
.xnavboxrightbox li.active {
	border-bottom: 0.02rem solid #e60012;
}
.xnavboxrightbox li a {
	color: #4c4c4c;
}
.mainboxborder {
	border-top: 0.01rem solid #efefef;
	border-bottom: 0.03rem solid #e60012;
}
.contentboxf2 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.jieshaoleftbox {
	width: 71.6%;
	box-sizing: border-box;
	padding: 0.55rem 0.35rem 0.55rem 0;
	border-right: 0.02rem solid #efefef;
}
.hezuoleftbox {
	padding-top: 0.17rem;
	padding-bottom: 0.8rem;
}
.hezuoyear {
	font-size: 0.2rem;
	line-height: 1;
	font-family: font1;
}
.jieshaorightbox {
	width: 28.4%;
}
.jieshaoe {
	display: block;
	width: 2.42rem;
}
.jieshaotitle {
	font-size: 0.24rem;
	color: #e60012;
	font-weight: bold;
	margin: 0.3rem 0;
}
.jieshaotext {
	font-size: 0.14rem;
	color: #808080;
	line-height: 2;
}
.jieshaopic {
	display: block;
	margin: 0.2rem 0;
}
.guandian {
	width: 3rem;
	height: 3.5rem;
	background: url(../img/guandianbg.jpg) no-repeat;
	background-size: cover;
	float: right;
	padding: 2.14rem 0.63rem 0 0.29rem;
	box-sizing: border-box;
	margin-top: 0.55rem;
}
.guandianjieshao {
	margin-top: 0.47rem;
}
.guandiantext1 {
	font-size: 0.18rem;
	color: #7c7c7c;
	font-weight: bold;
}
.guandiantext2 {
	font-size: 0.16rem;
	color: #9b9a98;
	margin-top: 0.14rem;
	font-weight: bold;
}
.dashi {
	width: 3rem;
	height: 2rem;
	background: url(../img/dashibg.jpg) no-repeat;
	background-size: cover;
	float: right;
	margin-top: 0.1rem;
	padding: 0.46rem 0 0 0.29rem;
	box-sizing: border-box;
}
.dashitext1 {
	font-size: 0.3rem;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0.1rem;

}
.dashitext2 {
	font-size: 0.16rem;
	color: #fff;
}

.jieshaoleftboxzhici {
	padding-top: 0.47rem;
}
.rongyu {
	width: 3rem;
	height: 2rem;
	background: url(../img/rongyubg.jpg) no-repeat;
	background-size: cover;
	float: right;
	margin-top: 0.1rem;
	padding: 0.45rem 0 0 0.29rem;
	box-sizing: border-box;
	margin-bottom: 0.5rem;
}
.rongyutext1 {
	font-size: 0.3rem;
	color: #fff;
}
.rongyutext2 {
	margin-top: 0.07rem;
	font-size: 0.16rem;
	color: #fff;
}
.zhicibox {
	display: flex;
	flex-wrap: nowrap;
}
.zhicitext {
	font-size: 0.14rem;
	color: #808080;
	line-height: 2;
}
.dongshizhangpic {
	width: 3.52rem;
	margin-bottom: 0.2rem;
	margin-left: 0.6rem;
}
.qianming {
	display: block;
	width: 2rem;
	float: right;
	margin-top: 0.5rem;
}
.mainboxdi {
	background: url(../img/bgb.png) no-repeat bottom center;
	background-size: 100%;
	padding: 0.5rem 0 1.21rem 0;
}
.swiper-container3 {
	padding: 1.07rem 0 0 0;
	margin-top: 0.3rem;
}
.rongyubox {
	width: 2.7rem;
	height: 2.73rem;
	box-sizing: border-box;
	padding-left: 0.54rem;
	background: url(../img/rongyuleftbg.png) no-repeat left top;
	background-size: 0.22rem 2.48rem;
}
.rongyuboxtitle {
	font-family: font1;
	font-size: 0.36rem;
	font-weight: bold;
	color: #e60012;
	position: relative;
	top: -0.1rem;
}
.rongyuboxtext {
	font-size: 0.14rem;
	color: #808080;
	line-height: 1.6;
	width: 1.98rem;
	height: 2.23rem;
}
.rongyuneirong {
	width: 95%;
}
.mainboxdashi {
	padding-top: 0.4rem;
}
.mCSB_container {
	width: 100%;

}
.mCSB_scrollTools {
	right: 0px;
	top: 0;
	width: 5px;
	height: 2.23rem;
}

.mCSB_dragger {
	width: 0.03rem;
	left: 0;
}

.mCSB_dragger_bar {
	width: 0.03rem;
	height: 0.8rem;
	left: -0.02rem;
	background: #dedede;
	cursor: pointer;
}

.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-position: 0px 0px;
}

.mCSB_draggerRail {
	width: 6px;
	overflow: hidden;
	height: 2.23rem;
}
.swiper-container3 .swiper-slide:nth-child(odd)  {
	padding-top: 0.7rem;
}
.swiper-container3 .swiper-slide:nth-child(even) {
	padding-top: 0rem;
}
.rightbtn3 {
	width: 0.38rem;
	height: 0.48rem;
	background: url(../img/rightbtn3.png) no-repeat;
	background-size: cover;
	left: auto;
	right: 0;
	top: 0.5rem;
}
.leftbtn3 {
	width: 0.38rem;
	height: 0.48rem;
	background: url(../img/leftbtn3.png) no-repeat;
	background-size: cover;
	left: auto;
	right: 0.5rem;
	top: 0.5rem;
}
.dashititlee {
	font-family: font1;
	font-size: 0.24rem;
	font-weight: bold;
	color: #d2d2d2;
}
.dashititle {
	font-size: 0.24rem;
	color: #e60012;
	font-weight: bold;
	margin: 0.15rem 0 0.35rem 0;
}
.dashiyear {
	font-size: 0.36rem;
	font-family: font1;
	color: #e60012;
	padding-left: 0.4rem;
	background: #efefef;
	line-height: 0.52rem;
	font-weight: bold;
}
.dashicontent {
	padding: 0.3rem 0 0.3rem 0rem;
	box-sizing: border-box;
	border-left: 0.02rem solid #efefef;
	margin-left: 0.7rem;
}
.dashitext {
	background: url(../img/dashiyuan.png) no-repeat left center;
	background-size: 0.22rem 0.22rem;
	padding: 0.05rem 0 0.05rem 0.4rem;
	margin-left: -0.11rem;
	/* text-indent: 0.4rem; */
	font-size: 0.14rem;
	color: #808080;
	margin-bottom: 0.15rem;
}
.dashitext:last-child {
	margin-bottom: 0;
}
.dashimore {
	display: block;
	width: 0.48rem;
	margin-left: 0.7rem;
	transform: translateX(-50%);
}
.newsfirstbox {
	display: flex;
	flex-wrap: nowrap;
	/* align-items: flex-end; */
	justify-content: space-between;
	padding-bottom: 0.3rem;
	border-bottom: 0.01rem dashed #eeeeee;
}
.newsfirstleftbox {
	width: 4.47rem;
}
.newsfirsttime {
	font-size: 0.28rem;
	font-weight: bold;
	color: #e60012;
	margin: 0.1rem 0;
	font-family: font1;
}
.newsfirsttitle {
	font-size: 0.2rem;
	font-weight: bold;
	color: #333333;
	margin: 0.1rem 0;
}
.newsfirsttext {
	font-size: 0.14rem;
	color: #808080;
	line-height: 1.5;
	width: 100%;
	word-break: break-all;
}
.newsfirstbtn {
	display: block;
	text-align: center;
	font-size: 0.14rem;
	color: #e60012;
	width: 100%;
	height: 0.5rem;
	background: #efefef;
	line-height: 0.5rem;
	margin-top: 0.2rem;
}
.newsright1 {
	width: 3rem;
	display: block;
	float: right;
	margin-top: 0.47rem;
}

.newsright2 {
	width: 3rem;
	display: block;
	float: right;
	margin-top: 0.1rem;
	margin-bottom: 0.3rem;
}
.newsitem {
	display: flex;
	padding: 0.3rem 0;
	border-bottom: 0.01rem dashed #eeeeee;
	justify-content: space-between;
}
.newstimebox {
	width: 0.98rem;
	height: 0.98rem;
	background: #efefef;
	/* margin-right: 0.27rem; */
}
.newsri {
	text-align: center;
	font-size: 0.22rem;
	color: #e60012;
	margin-top: 0.2rem;
	font-family: font1;
	font-weight: bold;
}
.newsyear {
	text-align: center;
	margin-top: 0.1rem;
	color: #808080;
	font-family: font1;
	font-size: 0.16rem;
	font-weight: bold;
}
.newstitle {
	
	font-weight: bold;
	margin-bottom: 0.15rem;
}
.newstitle a {
	color: #333;
	font-weight: bold;
	font-size: 0.18rem;
}
.newscontentbox {
	width: 7.05rem;
}
.newsliulan {
	font-size: 0.12rem;
	color: #9c9c9c;
	margin-bottom: 0.05rem;
}
.newsliulan span {
	font-size: 0.12rem;
}
.icon-yanjing1 {
	font-size: 0.12rem;
	margin-right: 0.08rem;
}
.newstext {
	font-size: 0.12rem;
	color: #808080;
	line-height: 1.5;
}
.newsmore {
	display: block;
	height: 0.52rem;
	line-height: 0.52rem;
	font-size: 0.14rem;
	text-align: center;
	color: #e60012;
	background: #efefef;
	margin-top: 0.3rem;
}
.newsdetitlebox {
	padding-top: 0.4rem;
	padding-bottom: 0.2rem;
}
.newsdetitle {
	font-size: 0.2rem;
	color: #333;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0.18rem;
}
.newsdetimebox {
	text-align: center;
	font-size: 0.12rem;
	color: #959595;
}
.newsderiqi {
	display: inline-block;
	margin-right: 0.28rem;
}
.icon-riqi1 {
	font-size: 0.14rem;
	margin-right: 0.1rem;
}
.newsdeliulan {
	display: inline-block;
	
}
.icon-yanjing2 {
	font-size: 0.14rem;
	margin-right: 0.1rem;
}
.newsdeshare {
	float: right;
	margin-top: -0.2rem;
}
.newsdeshare img{
	width: 0.2rem;
	margin-right: 0.05rem;
}
.newsdecontent {
	padding-top: 0.47rem;
	padding-bottom: 0.7rem;
	border-top: 0.01rem dashed #eeeeee;
	border-bottom: 0.01rem dashed #eeeeee;
}
.newsdecontent>img {
	width: 8.3rem;
	display: block;
	margin: 0.1rem auto;
}
.newsdecontent p {
	font-size: 0.14rem;
	color: #808080;
	line-height: 2;
	text-indent: 2em;
}
.newsdebottombox {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding-top: 0.4rem;
	padding-bottom: 0.55rem;
}
.newsdeshang {
	line-height: 2;
}
.newsdexia {
	line-height: 2;
}
.newsdeshangtext {
	font-size: 0.14rem;
	font-weight: bold;
	color: #333333;
}
.newsdeshang a {
	color: #666666;
}
.newsdexia a {
	color: #666666;
}
.newsdeback img {
	display: block;
	width: 1.56rem;
}
.jieshaoleftboxxinwen {
	padding-top: 0.47rem;
}
.swiper-pagination1 {
	bottom: 0.3rem!important;
}
.swiper-pagination1 .swiper-pagination-bullet {
	width: 0.2rem;
	height: 0.06rem;
	border-radius: 0;
	background: rgba(255,255,255,1);
	opacity: 0.3;
}
.swiper-pagination1 .swiper-pagination-bullet-active {
	opacity: 1;
}
.kaifatopbox {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.mainboxborder2 {
	padding-top: 0.14rem;
	border-top: 0.01rem solid #efefef;
	padding-bottom: 0.6rem;
}
.kaifatopleft {
	width: 6.09rem;
	position: relative;
}
.mapicon {
	position: absolute;
	width: 0.24rem;
	transition: 0.5s;
}
.beijing {
	left: 4.03rem;
	top: 1.42rem;
}
.tianshui {
	left: 4.26rem;
	top: 2.67rem;
}
.anhui {
	left: 4.22rem;
	top: 2.36rem;
}
.lanzhou {
	left: 2.9rem;
	top: 2.1rem;
}
.wuwei {
	left: 2.82rem;
	top: 1.72rem;
}
.tianshui {
	left: 3.06rem;
	top: 2.2rem;
}
.xining {
	left: 2.56rem;
	top: 2.02rem;
}

.chengdou {
	left: 2.69rem;
	top: 2.62rem;
}

.xian {
	left: 3.36rem;
	top: 2.22rem;
}

.mapicon:hover {
	transform: translateY(-5px);
}
.kaifaright {
	width: 5.55rem;
	display: flex;
	justify-content: space-between;
}
.kaifarightpic {
	width: 0.47rem;
	margin-right: 0.44rem;
	margin-top: 0.39rem;
}
.kaifarighttitlebox {
	padding: 0.3rem 0;
	border-bottom: 0.03rem solid #e60012;
	margin-bottom: 0.3rem;
}
.kaifarighttitlec {
	font-size: 0.18rem;
	font-weight: bold;
	color: #5c5c5c;
	line-height: 1.5;
}
.kaifarighttitlee {
	font-family: font1;
	font-size: 0.24rem;
	color: #bbbaba;
}
.kaifarighttext {
	font-size: 0.14rem;
	color: #808080;
	line-height: 1.5;
}
.mainboxhui2 {
	background: #f3f5f3;
	padding: 0.5rem 0 0.8rem 0;
	border-bottom: 0.03rem solid #e60012;
}
.sousuobox {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin-bottom: 0.1rem;
}
.shengbox {
	width: 3.79rem;
	background: #fff url(../img/shengicon.png) no-repeat;
	background-size: 0.19rem 0.19rem;
	background-position-y: center;
	background-position-x: 5%;
}
.shibox {
	width: 3.79rem;
	background: #fff url(../img/shiicon.png) no-repeat;
	background-size: 0.16rem 0.2rem;
	background-position-y: center;
	background-position-x: 5%;
}
.chabox {
	width: 3.79rem;
	position: relative;
}
#sheng {
	width: 100%;
	height: 0.5rem;
	line-height: 0.5rem;
	border: none;
	background: url(../img/sanjiaoicon.png) no-repeat;
	background-size: 0.09rem 0.05rem;
	background-position-y: center;
	background-position-x: 95%;
	padding: 0 0.55rem;
	color: #666666;
}
#shi {
	width: 100%;
	height: 0.5rem;
	line-height: 0.5rem;
	border: none;
	background: url(../img/sanjiaoicon.png) no-repeat;
	background-size: 0.09rem 0.05rem;
	background-position-y: center;
	background-position-x: 95%;
	padding: 0 0.55rem;
	color: #666666;
}
#cha {
	width: 100%;
	height: 0.5rem;
	border: none;
	outline: none;
	padding: 0 0.5rem 0 0.2rem;
	box-sizing: border-box;
	color: #666666;
}
.icon-ss3 {
	position: absolute;
	right: 0.27rem;
	top: 50%;
	transform: translateY(-50%);
	color: #acacac;
}
.loupanbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.loupanbox:after {
	content: '';
	width: 3.79rem;
}
.loupanitem {
	width: 3.79rem;
	margin-top: 0.3rem;
}
.loupanpic {
	width: 100%;
	transition: 0.5s;
}
.loupanmsg {
	padding: 0.2rem 0 0.24rem 0.28rem;
	background: #fff;
}
.mainboxborderjieshao {
	padding-top: 0.56rem;
	padding-bottom: 0.56rem;
}
.loupanname {
	font-size: 0.18rem;
	color: #e60012;
	margin-bottom: 0.15rem;
}
.loupantel {
	color: #808080;
	line-height: 1;
	margin-bottom: 0.1rem;
}
.loupanaddress {
	color: #808080;
	/* line-height: 1.5; */
}
.loupanmore {
	width: 100%;
	text-align: center;
	height: 0.52rem;
	background: #fff;
	line-height: 0.52rem;
	color: #e60012;
	margin-top: 0.5rem;
}
.kaifadebannerbox {
	width: 12rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.bannerpicbox {
	width: 8rem;
	height: 4.5rem;
	overflow: hidden;
	position: relative;
}
.bannerpicbox img {
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.kaifademsgbox {
	width: 4rem;
	background: #fff;
	padding: 0.5rem 0.3rem 0.58rem;
	box-sizing: border-box;
	height: 4.5rem;
}
.swiper-containerkaifade .swiper-slide:after {
	content: "";
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    background: inherit;
    filter: blur(7px);
}
.kaifadebannerbox {
	z-index: 10;
}
.kaifademsgtitlebox {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.kaifadetitle {
	font-size: 0.24rem;
	color: #e60012;
}
.kaifadestatus {
	display: inline-block;
	color: #e60012;
	border: 0.01rem solid #e60012;
	padding: 0 0.03rem;
	line-height: 0.2rem;
	border-radius: 0.1rem;
	font-size: 0.12rem;
	margin-left: 0.1rem;
}
.kaifadetitleright {
	font-size: 0.12rem;
	color: #808080;
	padding-right: 0.27rem;
	background: url(../img/erweiicon.png) no-repeat center right;
	background-size: 0.17rem 0.17rem;
	position: relative;
}
.kaifadeerwei {
	position: absolute;
	width: 1.12rem;
	top: -0.55rem;
	left: 0;
	opacity: 0;
	transition: 0.5s;
}
.kaifadetitleright:hover .kaifadeerwei{
	opacity: 1;
}
.kaifadebiaoqianbox  {
	padding: 0.35rem 0 0.25rem 0;
}
.kaifadebiaoqianitem {
	/* width: 0.88rem; */
	height: 0.26rem;
	background: #f5e7db;
	text-align: center;
	line-height: 0.26rem;
	margin-right: 0.1rem;
	float: left;
	margin-bottom: 0.1rem;
	color: #757378;
	padding: 0 0.1rem;
}
.kaifadejieshaobox {
	font-size: 0.14rem;
	color: #808080;
	line-height: 2;
}
.kaifadebtn {
	width: 100%;
	height: 0.52rem;
	font-size: 0.18rem;
	font-weight: bold;
	color: #fff;
	background: #e60012 url(../img/dianhuaicon.png) no-repeat;
	background-position-x: 0.69rem;
	background-position-y: center;
	text-align:center;
	line-height: 0.52rem;
	background-size: 0.24rem 0.24rem;
	border-radius: 0.1rem;
	margin-top: 0.4rem;
}
.swiper-button-prev3 {
	width: 0.42rem;
	height: 0.42rem;
	background: url(../img/leftbtn1.png) no-repeat;
	background-size: cover;
	left: 50%;
	top: 50%;
	transform: translateX(-1300%);
}
.swiper-button-next3 {
	width: 0.42rem;
	height: 0.42rem;
	background: url(../img/rightbtn1.png) no-repeat;
	background-size: cover;
	left: 50%;
	top: 50%;
	transform: translateX(240%);
}
.kaifademaintitle {
	font-size: 0.18rem;
	font-weight: bold;
	padding: 0 0.1rem;
	border-left: 0.18rem solid #e60012;
	border-right: 0.03rem solid #e60012;
	color: #414141;
	margin-top: 0.5rem;
	display: inline-block;
	margin-bottom: 0.35rem;
}
.kaifadejianjietextbox {
	margin-bottom: 0.5rem;
	color: #808080;
	line-height: 2;
}
.kaifadepicbox {
	width: 2.75rem;
	height: 2.45rem;
	background: #f0ebe4;
	padding: 0.4rem 0.23rem;
	box-sizing: border-box;
	overflow: hidden;
}
.kaifadepicbox img {
	transition: 0.5s;
	width: 100%;
}
.kaifadepicbox:hover img {
	transform: scaleX(1.1) scaleY(1.1);
}
.kaifadepicname {
	text-align: center;
	padding: 0.2rem 0;
	font-size: 0.14rem;
	color: #808080;
	margin-bottom: 0.2rem;
}
.kaifademapbox {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.kaifademap {
	width: 6.3rem;
	height: 4rem;
}
.kaifadepeitaobox {
	width: 5.44rem;
	height: 4rem;
	box-sizing: border-box;
	border: 0.01rem solid #efefef;
}
.kaifadepeitaonavbox {
	padding: 0 0.35rem;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	border-bottom: 0.01rem solid #efefef;
}
.kaifadenavitem {
	margin-right: 0.32rem;
	line-height: 0.62rem;
	font-size: 0.14rem;
	font-weight: bold;
	color: #666666;
	cursor: pointer;
}
.kaifadenavitem span {
	margin-right: 0.05rem;
}
.kaifadenavitem.active {
	border-bottom: 0.03rem solid #e60012;
	color: #e60012;
}
.kaifapeitaotext {
	width: 90%;
	margin: 0.4rem auto 0;
	line-height: 2;
}
.mainboxborder3 {
	padding-bottom: 0.76rem;
	border-bottom: 0.03rem solid #e60012;
}
.shangyec1box {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.shangyec1leftbox {
	width: 6rem;
	padding-right: 0.6rem;
	box-sizing: border-box;
}
.shangyec1rightbox {
	width: 6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0.07rem;
}
.shangyec1lefttitlee {
	font-size: 0.24rem;
	font-family: font1;
	color: #d2d2d2;
	line-height: 1;
	font-weight: bold;
}
.shangyec1lefttitlec {
	font-size: 0.24rem;
	font-weight: bold;
	color: #e60012;
	line-height: 2;
}
.shangyec1leftnav {
	display: flex;
	flex-wrap: nowrap;
	padding: 0.1rem 0 0.4rem 0;
}
.shangyec1navitem {
	font-size: 0.14rem;
	font-weight: bold;
	color: #999;
	margin-right: 0.36rem;
	padding: 0.1rem 0;
	cursor: pointer;
}
.shangyec1navitem.active {
	color: #333;
	border-bottom: 0.03rem solid #e60012;
}
.shangyec1lefttext {
	font-size: 0.14rem;
	color: #808080;
	line-height: 1.5;
}
.swiper-containershangye2 {
	width: 5.42rem;
	height: 3rem;
	margin-left: 0.56rem;
}
.swiper-containershangye2 img {
	width: 100%;
}
.swiper-button-nextshangye2 {
	width: 0.38rem;
	height: 0.48rem;
	background: url(../img/rightbtn3.png);
	background-size: cover;
	left: 90%;
	top: 88%;
}
.swiper-button-prevshangye2 {
	width: 0.38rem;
	height: 0.48rem;
	background: url(../img/leftbtn3.png);
	background-size: cover;
	left: 80%;
	top: 88%;
}
.mainboxpadding {
	padding: 0.7rem 0;
}
.mainboxpaddingshangye3 {
	padding-top: 0.85rem;
	padding-bottom: 0.62rem;
}
.shangyec2box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.shangyec2leftbox {
	width: 6rem;
	display: flex;
	justify-content: center;
	position: relative;
}
.shangyetubox {
	position: relative;
}
.shangyec2leftbox img {
	width: 4.31rem;
	
}
.shangyec2rightbox {
	width: 6rem;
	padding-left: 0.7rem;
}
.shangyec2titlee {
	font-size: 0.24rem;
	font-weight: bold;
	color: #e60012;
	line-height: 1.5;
	font-family: font1;
}
.shangyec2titlec {
	font-size: 0.24rem;
	font-weight: bold;
	color: #e60012;
	line-height: 1.5;
}
.shangyec2date {
	font-size: 0.48rem;
	font-weight: bold;
	color: #e60012;
	line-height: 1;
	margin: 0.25rem 0;
	font-family: font1;
}
.shangyec2textbox {
	width: 4.25rem;
	color: #fff;
	line-height: 1.5;
}
.shangyec3box {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.shangyec3leftbox {
	width: 3.72rem;
}
.shangyec3titlee {
	font-size: 0.22rem;
	color: #d5d5d5;
	font-family: font1;
	margin-bottom: 0.1rem;
	font-weight: bold;
}

.shangyec3titlec {
	font-size: 0.24rem;
	color: #e60012;
	font-weight: bold;
	margin-bottom: 0.3rem;
}
.shangyec3dec {
	font-size: 0.24rem;
	color: #e60012;
	line-height: 1.5;
}
.shangyec3text {
	font-size: 0.14rem;
	line-height: 1.8;
	margin-top: 0.45rem;
	color: #808080;
}
.shangyec3rightbox {
	width: 7.42rem;
	display: flex;
	flex-wrap: wrap;
	align-self: start;
} 
.shangyec3rightbox a {
	display: block;
	width: 33.3%;
	height: 1.2rem;
}
.shangyec3logoitem {
	width: 100%;
	height: 100%;
	border: 1px solid #efefef;
	box-sizing: border-box;
	transition: 0.5s;
	background: #fff;
}
.shangyec3logoitem:hover {
	background: #efefef;
}
.shangyec3logoitem img {
	position: relative;
	object-fit:cover;
	max-width: 100%;
	max-height: 100%;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.mainboxpadding2 {
	padding: 0.7rem 0 0.8rem 0;
	border-bottom: 0.03rem solid #e60012;
}
.mainboxpadding3 {
	padding: 0.7rem 0;
	border-top: 0.01rem solid #efefef;
}
.wuyec1box {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
}

.wuyec1leftbox {
	width: 5.37rem;
}
.gallery-thumbs .swiper-slide.active {
	border: 0.03rem solid #e60012;
}
.wuyec1titlee {
	font-size: 0.24rem;
	color: #d2d2d2;
	font-weight: bold;
	font-family: font1;
}
.wuyec1titilec {
	font-size: 0.24rem;
	font-weight: bold;
	color: #e60012;
	padding: 0.1rem 0 0.3rem 0;
}
.wuyec1text {
	font-size: 0.14rem;
	color: #808080;
	line-height: 1.5;
	margin-bottom: 0.3rem;
}
.wuyec1leftnavbox {
	display: flex;
	flex-wrap: nowrap;
}
.wuyec1leftnavitem {
	padding: 0 0.17rem;
	height: 0.38rem;
	line-height: 0.38rem;
	text-align: center;
	font-size: 0.14rem;
	color: #e60012;
	border: 0.01rem solid #e60012;
	border-radius: 0.19rem;
	margin-right: 0.1rem;
	cursor: pointer;
}
.wuyec1leftnavitem.active {
	background: #e60012;
	color: #fff;
}
.wuyec1rightbox {
	width:5.61rem;
}
.mainboxpaddingx2 {
	padding-top: 0.8rem;
}
.wuyec1rightnavbox {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 0.1rem;
}
.wuyec1rightnavitem {
	padding-bottom: 0.1rem;
	font-size: 0.14rem;
	color: #a0a0a0;
	font-weight: bold;
	margin-right: 0.33rem;
	cursor: pointer;
}
.wuyec1rightnavitem.active {
	color: #333;
	border-bottom: 0.03rem solid #e60012;
}
.wuyec1righttelbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wuyec1righttelitem {
	width: 2.7rem;
	height: 0.8rem;
	margin-top: 0.2rem;
	display: flex;
	align-items: center;
	background: #e60012;
}
.wuyetelicon {
	margin: 0 0.19rem; 
}
.wuyetelicon img {
	width: 0.53rem;
}
.wuyeteltitle {
	font-size: 0.14rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.5;
}
.wuyetelnum {
	font-size: 0.26rem;
	color: #fff;
	line-height: 1.5;
	font-weight: bold;
	font-family: font1;
}
.wuyec1righttelitemwx {
	background: #07af12;
	position: relative;
}
.wuyeerweima {
	position: absolute;
	width: 1.12rem;
	top: 0;
	opacity: 0;
	transition: 0.5s;
}
.wuyec1righttelitemwx:hover .wuyeerweima {
	opacity: 1;
}

.wuyeright {
	margin-left: 0.5rem;
}
.wuyezgicon {
	display: block;
	margin: 0.3rem 0;
}
.wuyec2textbox {
	color: #808080;
}
.swiper-container11 {
	width: 100%;
	height: 6.1rem;
}
.wuyec3content {
	position: absolute;
	bottom: 0;
}
.wuyec3titlee {
	font-size: 0.24rem;
	color: #fff;
	margin-bottom: 0.2rem;
}
.wuyec3titlec {
	font-size: 0.24rem;
	font-weight: bold;
	color: #e60012;
	margin-bottom: 0.33rem;
}
.wuyec3box {
	width: 6.15rem;
	height: 2.9rem;
	padding: 0.7rem 0.4rem;
	box-sizing: border-box;
	background: #e60012;
}
.wuyec3boxtitle {
	color: #fff;
	margin-bottom: 0.3rem;
	font-weight: bold;
	font-size: 0.2rem;
}
.wuyec3boxtext {
	font-size: 0.14rem;
	color: #fff;
	line-height: 1.8;
}
.wuyec4titlee {
	text-align: center;
	font-size: 0.24rem;
	color: #d2d2d2;
	padding-top: 1rem;
	font-weight: bold;
	font-family: font1;
}
.wuyec4titlec {
	font-size: 0.24rem;
	color: #e60012;
	font-weight: bold;
	text-align: center;
	margin-top: 0.1rem;
}
.wuyec4box {
	width: 12rem;
	height: 3rem;
	display: flex;
	flex-wrap: nowrap;
	background: rgba(255,255,255,0.5);
	margin-top: 0.53rem;
}
.mainboxpadding4 {
	padding-bottom: 0.9rem;
}
.wuyec4item {
	width: 20%;
	padding: 0 0.24rem 0 0.33rem;
	box-sizing: border-box;
	border-right: 0.01rem dashed #e0e0e0;
	margin-top: 0.6rem;
	margin-bottom: 0.5rem;
}
.wuyec4icon {
	display: block;
	margin-bottom: 0.2rem;
}
.wuyec4itemtitle {
	font-size: 0.18rem;
	font-weight: bold;
	color: #666666;
	margin-bottom: 0.2rem;
}
.wuyec4itemtext {
	font-size: 0.14rem;
	color: #808080;
	line-height: 1.5;
}
.wuyec4item:last-child {
	border: none;
}
.mainboxpaddingwuye2 {
	padding-bottom: 1.07rem;
}
.mainboxborderwuye2 {
	padding-top: 0.67rem;
	padding-bottom: 0.7rem;
}
.mainboxpaddingwuye4 {
	padding-bottom: 0.94rem;
}
.wuyezgicon {
	margin-top: 0.6rem;
}
.swiper-containerwuye21 {
	width: 7.76rem;
	height: 300px;
	margin-left: 0;
}
.swiper-slide {
	background-size: cover;
	background-position: center;
}
.gallery-top {
	height: 4.68rem;
	width: 7.76rem;
}
.gallery-thumbs {
	width: 5.2rem;
	height: 0.59rem;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.gallery-thumbs .swiper-slide {
	height: 100%;
	border: 0.03rem solid #fff;
	box-sizing: border-box;
}
.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}
.xiaobox {
	width: 7.76rem;
	height: 0.94rem;
	background: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0.8rem;
	z-index: 2;
}
.swiper-button-next21 {
	width: 0.42rem;
	height: 0.42rem;
	background: url(../img/rightbtn1.png) no-repeat;
	background-size: cover;
	bottom: 0.26rem;
	top: auto;
	z-index: 100;
	right: 9%;
}
.swiper-button-prev21 {
	width: 0.42rem;
	height: 0.42rem;
	background: url(../img/leftbtn1.png) no-repeat;
	background-size: cover;
	bottom: 0.26rem;
	top: auto;
	z-index: 100;
	left: 9%;
}
.wuyec5bigbox {
	display: flex;
	flex-wrap: nowrap;
	justify-content: start;
	background: #e60012;
}
.wuyec5box {
	width: 4.23rem;
	background: #e60012;
	padding: 0.74rem 0.4rem 0 0.44rem;
	box-sizing: border-box;
}
.wuyec5titlee {
	color: #fff;
	font-size: 0.24rem;
	margin-bottom: 0.1rem;
	font-family: font1;
	font-weight: bold;
}
.wuyec5titlec {
	font-size: 0.24rem;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0.36rem;
}
.wuyec5iconbox {
	display: flex;
	align-items: center;
	margin-bottom: 0.2rem;
}
.wuyec5icon img {
	width: 0.52rem;
}
.wuyec5name {
	font-size: 0.14rem;
	color: #fff;
	font-weight: bold;
	margin-left: 0.17rem;
}
.wuyec5text {
	color: #fff;
	line-height: 1.8;
}
.mainboxhui3 {
	background: #f3f5f3;
	padding: 0rem 0 0.8rem 0;
	border-bottom: 0.03rem solid #e60012;
}
.huiyuanc1box {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 0.5rem 0;
	align-items: center;
}
.huiyuanc1picbox img{
	width: 4.66rem;
}
.huiyuanc1rightbox {
	width: 6.84rem;
}
.huiyuanc1title {
	font-size: 0.16rem;
	font-weight: bold;
	color: #e60012;
	margin-bottom: 0.2rem;
}
.huiyuanc1textbox {
	font-size: 0.14rem;
	color: #808080;
	line-height: 1.8;
	margin-bottom: 0.25rem;
}
.huiyuanc1title2 {
	font-size: 0.16rem;
	color: #e60012;
	margin-bottom: 0.26rem;
}
.huiyuanc1jiazhibox {
	display: flex;
	flex-wrap: wrap;
}
.huiyuanc1jiazhiitem {
	display: flex;
	flex-wrap: nowrap;
	margin-right: 0.2rem;
	margin-bottom: 0.2rem;
	align-items: center;
}
.huiyuanc1itemleft {
	width: 0.8rem;
	height: 0.48rem;
	text-align: center;
	background: #e60012;
	line-height: 0.48rem;
	color: #fff;
	font-size: 0.24rem;
}
.huiyuanc1itemright {
	font-size: 0.16rem;
	color: #333;
	margin-left: 0.15rem;
}
.huiyuanc2box {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding-top: 1.52rem;
}
.huiyuanc2item {
	width: 2.89rem;
	position: relative;
	top: 1.53rem;
}
.huiyuanc2pic {
	width: 100%;
}
.huiyuanc2textbox {
	height: 1.53rem;
	box-sizing: border-box;
	padding: 0.36rem 0 0.38rem 0.26rem;
	background: #efefef;
}
.huiyuanc2titlee {
	color: #e60012;
	font-size: 0.16rem;
	margin-bottom: 0.14rem;
	font-weight: bold;
	font-family: font1;
}
.huiyuanc2titlec {
	font-weight: bold;
	color: #e60012;
	font-size: 0.18rem;
	margin-bottom: 0.15rem;
}
.huiyuanc2text {
	font-size: 0.14rem;
	color: #808080;
}
.mainboxmargin {
	margin-bottom: 1.53rem;
}
.mainboxborder4 {
	padding-top: 0.8rem;
	padding-bottom: 0.76rem;
	border-bottom: 0.03rem solid #e60012;
}
.huiyuanc3titlee {
	font-size: 0.24rem;
	color: #d2d2d2;
	margin-bottom: 0.1rem;
	font-weight: bold;
	font-family: font1;
}
.mainboxborderhuiyuan {
	padding-bottom: 0.8rem;
}
.huiyuanc3titlec {
	font-size: 0.24rem;
	font-weight: bold;
	color: #e60012;
	margin-bottom: 0.44rem;
}
.huiyuanc3box {
	display: flex;
	flex-wrap: nowrap;
	justify-content: start;
}
.swiper-containerhuiyuanc3 {
	width: 7.77rem;
	height: 4.4rem;
}
.swiper-containerhuiyuanc3 img {
	width: 100%;
}
.huiyuanc3textbox {
	width:calc(12rem - 7.77rem);
	height: 4.4rem;
	background: url(../img/huiyuanc3bg.jpg) no-repeat;
	background-size: cover;
	padding: 1.14rem 0.4rem 0 0.4rem;
	box-sizing: border-box;
}
.huiyuanc3swbox {
	width: 7.77rem;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	padding: 0.2rem 1.5rem 0.2rem 0.6rem;
	background: rgba(0,0,0,0.5);
	color: #fff;
	line-height: 1.5;
}
.swiper-button-nexthuiyuanc3left {
	width: 0.42rem;
	height: 0.42rem;
	background: url(../img/leftbtn1.png) no-repeat;
	background-size: cover;
	left: 0.5rem;
}
.swiper-button-nexthuiyuanc3right {
	width: 0.42rem;
	height: 0.42rem;
	background: url(../img/rightbtn1.png) no-repeat;
	background-size: cover;
	right: 0.5rem;
}
.huiyuanc3text1 {
	font-size: 0.2rem;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0.26rem;
}
.huiyuanc3text2 {
	font-size: 0.26rem;
	color: #fff;
	margin-bottom: 0.24rem;
}
.huiyuanc3text3 {
	color: #fff;
	line-height: 1.8;
}
.mainboxgoufang {
	padding-top: 0.2rem;
}
.hezuotimebox {
	width: 1.25rem;
	font-size: 0.2rem;
	color: #e60012;
	font-weight: bold;
	line-height: 1.5;
}
.mainboxhuiyuan2 {
	border-bottom: 0.01rem solid #efefef;
}
.hezuotitle {
	font-size: 0.18rem;
	font-weight: bold;
	color: #333;
	line-height: 1;
	margin-bottom: 0.2rem;
}
.hezuotitle a{
	font-size: 0.18rem;
}
.hezuotitle a:hover{
	color: #e60012;
}
.hezuotext {
	font-size: 0.12rem;
	color: #959595;
	line-height: 1.8;
}
.hezuo {
	width: 3rem;
	height: 3.5rem;
	background: url(../img/hezuoboxbg.jpg) no-repeat;
	background-size: cover;
	box-sizing: border-box;
	float: right;
	padding: 1.34rem 0 0 0.29rem;
	margin-top: 0.47rem;
}
.hezuotext1 {
	font-size: 0.14rem;
	color: #fff;
	margin-bottom: 0.1rem;
}
.hezuotext2 {
	font-size: 0.14rem;
	color: #fff;
	margin-bottom: 0.15rem;
}
.hezuobtn {
	display: block;
	width: 1rem;
	height: 0.36rem;
	line-height: 0.36rem;
	background: #e60012;
	color: #fff;
	text-align: center;
}
.cishanc1box {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.cishanc1pic {
	width: 2.85rem;
}
.cishanc1textbox {
	width: 2.85rem;
	height: 1.04rem;
	box-sizing: border-box;
	padding: 0.27rem 0rem 0 0.26rem;
	background: #efefef;
	display: flex;
}
.cishanc1icon img {
	height: 0.36rem;

}
.cishanc1icon {
	margin-right: 0.2rem;
}
.cishanc1text1 {
	font-size: 0.16rem;
	color: #5c5c5c;
	line-height: 1.5;
}
.cishanc1text2 {
	font-size: 0.16rem;
	color: #c2c2c2;
	font-family: font1;
}
.mainboxborder5 {
	border-bottom: 0.01rem solid #efefef;
}
.mainbox2hui {
	background: #f3f5f3;
	height: 6.55rem;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.mainboxpaddingcishan {
	padding: 0.5rem 0;
}
.cishanc2topbox {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	border-bottom: 0.01rem solid #dadada;
	height: 3.9rem;
	padding-top: 0.5rem;
	box-sizing: border-box;
}
.cishanc2toptextbox {
	width: 7.5rem;
}
.cishanc2toptitle1 {
	font-size: 0.18rem;
	font-weight: bold;
	color: #e60012;
	margin-bottom: 0.2rem;
}
.cishanc2toptext1 {
	color: #808080;
	margin-bottom: 0.4rem;
}
.cishanc2toppicbox img{
	width: 4.5rem;
}
.cishanc2toptitle2 {
	font-size: 0.18rem;
	color: #808080;
	margin-bottom: 0.12rem;
}
.cishanc2toptext2 {
	color: #808080;
	line-height: 1.8;
	margin-bottom: 0.3rem;
}
.cishanc2toptext3 {
	color: #808080;
	margin-bottom: 0.35rem;
}
.cishanc2toptitle3 {
	font-size: 0.26rem;
	color: #e60012;
}
.contentboxcengji {
	z-index: 5;
	position: relative;
}
.cishanc2picbox {
	margin-top: 0.5rem;
}
.cishanc2picbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cishanc2pic {
	width: 3.8rem;
	margin-bottom: 0.24rem;
	transition: 0.5s;
}
.cishanc2bottomtitle {
	font-size: 0.18rem;
	font-weight: bold;
	color:#333;
	margin-bottom: 0.15rem;
}
.cishanc2bottomtime {
	font-size: 0.2rem;
	color:#e60012;
	font-weight: bold;
	margin-bottom: 0.15rem;
	font-family: font1;
}
.cishanc2bottomtext {
	color: #959595;
	line-height: 1.8;
}
.cishanc2picitem {
	margin-bottom: 0.5rem;
	width: 3.8rem;
}
.cishanmore {
	width: 1.82rem;
	height: 0.52rem;
	display: block;
	font-size: 0.14rem;
	color: #e60012;
	text-align: center;
	line-height: 0.52rem;
	background: #efefef;
	margin: 0 auto 0.9rem;
}
.wenhuatopbox {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.mainboxpaddingwenhua {
	padding-top: 0.6rem;
}
.wenhuabox1 {
	width: 5.93rem;
	height: 2.8rem;
	background: url(../img/wenhuapic1.png) no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding: 1.65rem 0 0 0.3rem;
}
.mainboxpaddingrenzai {
	padding-top: 0.5rem;
}

.wenhuabox2 {
	width: 5.93rem;
	height: 2.8rem;
	background: url(../img/wenhuapic2.png) no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding: 1.65rem 0 0 0.3rem;
	margin-bottom: 0.15rem;
}
.wenhuabox1text {
	font-size: 0.24rem;
	color:#333;
}
.wenhuabox2text {
	font-size: 0.24rem;
	color:#333;
}
.wenhuabox3 {
	width: 12rem;
	height: 3.8rem;
	background: url(../img/wenhuapic3.png) no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding: 1.65rem 0 0 0.3rem;
	margin-bottom: 0.15rem;
}
.wenhuatext3 {
	width: 5.27rem;
	color: #808080;
	line-height: 1.8;
}
.wenhuabox4 {
	width: 12rem;
	height: 2.8rem;
	background: url(../img/wenhuapic4.png) no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding: 1.25rem 0 0 6.37rem;
	margin-bottom: 0.15rem;
}
.wenhuatext4 {
	font-size: 0.24rem;
	color: #333;
}
.renzaipic1 {
	width: 100%;
	margin-bottom: 0.2rem;
}
.renzaibox2 {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 0.2rem;
}
.renzaipic2 img{
	width: 2.75rem;
}
.swiper-containerrenzai1 {
	width: 9.26rem;
	height: 4.78rem;
}
.swiper-containerrenzai1 img{
	width: 100%;
}
.renzaibox3 {
	display: flex;
	flex-wrap: nowrap;
}
.swiper-containerrenzai2 {
	width: 9.26rem;
	height: 4.78rem;
}
.swiper-containerrenzai2 img{
	width: 100%;
}
.renzaipic3 img{
	width: 2.75rem;
}
.yingpintitlee {
	font-weight: bold;
	font-family: font1;
	font-size: 0.24rem;
	color: #d2d2d2;
	margin-bottom: 0.15rem;
}
.mainboxpaddingyingpin {
	padding-top: 0.45rem;
}
.yingpintitlec {
	font-size: 0.24rem;
	color: #e60012;
	font-weight: bold;
	margin-bottom: 0.22rem;
}
.yingpintext1 {
	font-size: 0.14rem;
	color: #808080;
	line-height: 1.8;
	margin-bottom: 0.25rem;
}
.yingpintext2 {
	color: #e60012;
	font-weight: bold;
	margin-bottom: 0.42rem;
}
.yingpinpicbox {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;

}
.yingpinpic img {
	width: 5.9rem;
}
.zhiweibox {
	width:2.9rem;
	background: #fff url(../img/zhiweiicon.png) no-repeat;
	background-size: 0.19rem 0.19rem;
	background-position-y: center;
	background-position-x: 5%;
	border: 0.01rem solid #efefef;
}
#zhiwei {
	width: 100%;
	height: 0.5rem;
	line-height: 0.5rem;
	border: none;
	background: url(../img/sanjiaoicon.png) no-repeat;
	background-size: 0.09rem 0.05rem;
	background-position-y: center;
	background-position-x: 95%;
	padding: 0 0.55rem;
	color: #666666;
}
.didianbox {
	width:2.9rem;
	background: #fff url(../img/didianicon.png) no-repeat;
	background-size: 0.16rem 0.2rem;
	background-position-y: center;
	background-position-x: 5%;
	border: 0.01rem solid #efefef;
}
#didian {
	width: 100%;
	height: 0.5rem;
	line-height: 0.5rem;
	border: none;
	background: url(../img/sanjiaoicon.png) no-repeat;
	background-size: 0.09rem 0.05rem;
	background-position-y: center;
	background-position-x: 95%;
	padding: 0 0.55rem;
	color: #666666;
}
.shijianbox {
	width:2.9rem;
	background: #fff url(../img/shijianicon.png) no-repeat;
	background-size: 0.2rem 0.2rem;
	background-position-y: center;
	background-position-x: 5%;
	border: 0.01rem solid #efefef;
}
#shijian {
	width: 100%;
	height: 0.5rem;
	line-height: 0.5rem;
	border: none;
	background: url(../img/sanjiaoicon.png) no-repeat;
	background-size: 0.09rem 0.05rem;
	background-position-y: center;
	background-position-x: 95%;
	padding: 0 0.55rem;
	color: #666666;
}
.chabox2 {
	width: 2.9rem;
	position: relative;
	border: 0.01rem solid #efefef;
}
#cha2 {
	width: 100%;
	height: 0.5rem;
	border: none;
	outline: none;
	padding: 0 0.5rem 0 0.2rem;
	box-sizing: border-box;
	color: #666666;
}
.sousuobox2 {
	margin-bottom: 0.3rem;
}
.zhiwenitem {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 0 0.3rem;
}
.zhiweihead {
	background: #efefef;
}
.zhiweititle1 {
	font-weight: bold;
	line-height: 0.52rem;
	text-align: center;
	color: #666666;
	width: 2rem;
}
.zhiweibodyhead {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 0 0.3rem;
	cursor: pointer;
}
.zhiweititle2:first-child {
	text-align: left;
}
.zhiweititle1:first-child {
	text-align: left;
}
.zhiweititle2 {
	width:2rem;
	line-height: 0.52rem;
	text-align: center;
}
.zhiweixiangqingbox {
	padding: 0.1rem 0 0.35rem 0.3rem;
	border-top: 0.01rem solid #efefef;
}
.zhiweixiangqingtitle {
	font-weight: bold;
	color: #707070;
	margin-top:0.2rem;
}
.zhiweixiangqingtext {
	color: #666666;
	line-height: 2;
}
.zhiweiyouxiang {
	font-weight: bold;
	color: #e60012;
	margin-top: 0.26rem;
}
.zhiweixiangqingbox {
	display: none;
}
.zhiweibody:nth-child(even) .zhiweibodyhead{
	background: #fff;
}
.zhiweibody:nth-child(odd) .zhiweibodyhead{
	background: #efefef;
}
.guanzhupic {
	width: 100%;
	margin-bottom: 0.29rem;
	display: block;
}
.guanzhutitle {
	font-weight: bold;
	font-size: 0.16rem;
	color: #808080;
	margin-bottom: 0.25rem;
}
.guanzhuerweibox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}
.guanzhuerweiitem {
	width: 4rem;
	height: 1.44rem;
	box-sizing: border-box;
	padding: 0.1rem;
	background: #efefef;
	margin-bottom: 0.1rem;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.erweibox2 {
	width: 1.52rem;
	border: 0.06rem solid #fff;
	margin-right: 0.2rem;
}
.erweibox2 img {
	width: 1.12rem;
}
.erweititle {
	font-weight: bold;
	color: #666;
	margin-bottom: 0.14rem;
}
.weixinnum {
	font-weight: bold;
	color: #808080;
	margin-bottom: 0.1rem;
}
.erweitext2 {
	color: #808080;
	font-size: 0.12rem;
}
.guanzhumore {
	display: block;
	width: 100%;
	line-height: 0.53rem;
	background: #efefef;
	text-align: center;
	color:#e60012;
	margin-top: 0.1rem;
}
.lianximap {
	width: 100%;
	height: 3.11rem;
	margin-bottom: 0.45rem;
}
.lianxititle {
	font-size: 0.16rem;
	font-weight: bold;
	color: #808080;
	margin-bottom: 0.2rem;
}
.lianxibox p{
	color: #808080;
	margin-bottom: 0.2rem;
}
.jubaotext1 {
	line-height: 2;
	color: #808080;
	margin-bottom: 0.4rem;
}
.jubaobox {
	display: flex;
	flex-wrap: nowrap;
	padding: 0.34rem 0.28rem 0.28rem 0.3rem;
	background: #efefef;
	margin-bottom: 0.6rem;
}
.jubaoitem {
	display: flex;
	flex-wrap: nowrap;
	margin-right: 0.25rem;
}
.jubaoicon {
	margin-right:0.13rem;
}
.jubaoicon img {
	width: 0.53rem;
	
}
.jubaotexttitle {
	font-weight: bold;
	color: #666666;
	margin-bottom: 0.1rem;
}
.jubaotext {
	color: #808080;
	word-break: keep-all;
	white-space: nowrap;
}
.jubaobox2 {
	margin-bottom: 0.6rem;
}
.jubao2title {
	margin-bottom: 0.15rem;
}
.jubao2title img{
	width: 0.23rem;
}
.jubao2title span {
	font-size: 0.14rem;
	color: #808080;
	font-weight: bold;
	display: inline-block;
	line-height: 0.23rem;
}
.jubaobox2 p {
	color: #808080;
	line-height: 2;
}
.mtu {
	display: none;
}
.newsfirstpic img{
	width: 100%;
}
.rongyupic {
	width: 100%;
}
.jieshaopicm {
	display: none;
}
.rongyupicm {
	display: none;
}
.contentboxp {
	position: relative;
}
.huiyuantu1 {
	position: absolute;
	width: 3.32rem;
	left: 0.38rem;
	top: 0.62rem;
}
.huiyuantu2 {
	position: absolute;
	width: 8.9rem;
	left: 5.55rem;
	top: 0.77rem;
}
.huiyuanbg {
	background: url(../img/huiyuanbg1.jpg) no-repeat top center; 
	background-size: cover;
}
.mainboxbordershangye2 {
	padding-bottom: 0.95rem;
}
.jieshaoleftboxguanzhu {
	padding-top: 0.5rem;
	padding-bottom: 0.8rem;
}
.guandianguanzhu {
	margin-top: 0.47rem;
}
.jieshaoleftboxlianxi {
	padding-top: 0.5rem;
}
.guandianlianxi {
	margin-top: 0.47rem;
}
.rongyulianxi {
	margin-bottom: 0.8rem;
}
.newsfirstpic {
	width: 3.6rem;
	height: 2.26rem;
	overflow: hidden;
}
.newsfirstpic img {
	transition: 0.5s;
}
.newsfirstpic img:hover {
	transform: scaleX(1.2) scaleY(1.2);
}
.newstitle:hover a{
	color: #e60012;
}
.loupanitem:hover .loupanname{
	color: #808080;
}
#serve-img-area .point-area {
  text-align: center;
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  left: -0.25rem;
  top: -0.25rem;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  /* z-index: 4; */
}
#serve-img-area .point-area .point {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0.08rem;
  height: 0.08rem;
  margin: auto;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background: transparent;
}
#serve-img-area .point-area .point-shadow:after {
  -webkit-box-shadow: inset 0 0 5em rgba(230, 0, 18, 0.16);
  -moz-box-shadow: inset 0 0 5em rgba(230, 0, 18, 0.16);
  box-shadow: inset 0 0 5em rgba(230, 0, 18, 0.16);
}
#serve-img-area .point-area .point-white {
  background-color: #fff;
  border: 1px solid #e60012;
}
#serve-img-area .point-area .point-dot {
  z-index: 1;
  background-color: #e60012;
  border: 1px solid rgba(230, 0, 18, 0.16);
}
.point-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.point-dot {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  background: #e60012;
  border-radius: 50%;
  left: 0;
  top: 0;
}

#serve-img-area .point-area .point-10 {
  width: 100%;
  height: 100%;
}
#serve-img-area .point-area .point-10:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #e60012;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 225ms infinite;
  -moz-animation: ripple 4500ms ease-out 225ms infinite;
  -o-animation: ripple 4500ms ease-out 225ms infinite;
  animation: ripple 4500ms ease-out 225ms infinite;
}
#serve-img-area .point-area .point-20 {
  width: 100%;
  height: 100%;
}
#serve-img-area .point-area .point-20:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #e60012;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 450ms infinite;
  -moz-animation: ripple 4500ms ease-out 450ms infinite;
  -o-animation: ripple 4500ms ease-out 450ms infinite;
  animation: ripple 4500ms ease-out 450ms infinite;
}
#serve-img-area .point-area .point-30 {
  width: 100%;
  height: 100%;
}
#serve-img-area .point-area .point-30:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #e60012;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 675ms infinite;
  -moz-animation: ripple 4500ms ease-out 675ms infinite;
  -o-animation: ripple 4500ms ease-out 675ms infinite;
  animation: ripple 4500ms ease-out 675ms infinite;
}
#serve-img-area .point-area .point-40 {
  width: 100%;
  height: 100%;
}
#serve-img-area .point-area .point-40:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #e60012;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 900ms infinite;
  -moz-animation: ripple 4500ms ease-out 900ms infinite;
  -o-animation: ripple 4500ms ease-out 900ms infinite;
  animation: ripple 4500ms ease-out 900ms infinite;
}
#serve-img-area .point-area .point-50 {
  width: 100%;
  height: 100%;
}
#serve-img-area .point-area .point-50:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #e60012;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 1125ms infinite;
  -moz-animation: ripple 4500ms ease-out 1125ms infinite;
  -o-animation: ripple 4500ms ease-out 1125ms infinite;
  animation: ripple 4500ms ease-out 1125ms infinite;
}
#serve-img-area .point-area .point-60 {
  width: 100%;
  height: 100%;
}
#serve-img-area .point-area .point-60:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #e60012;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 1350ms infinite;
  -moz-animation: ripple 4500ms ease-out 1350ms infinite;
  -o-animation: ripple 4500ms ease-out 1350ms infinite;
  animation: ripple 4500ms ease-out 1350ms infinite;
}
#serve-img-area .point-area .point-70 {
  width: 100%;
  height: 100%;
}
#serve-img-area .point-area .point-70:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #e60012;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 1575ms infinite;
  -moz-animation: ripple 4500ms ease-out 1575ms infinite;
  -o-animation: ripple 4500ms ease-out 1575ms infinite;
  animation: ripple 4500ms ease-out 1575ms infinite;
}
#serve-img-area .point-area .point-80 {
  width: 100%;
  height: 100%;
}
#serve-img-area .point-area .point-80:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #e60012;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 1800ms infinite;
  -moz-animation: ripple 4500ms ease-out 1800ms infinite;
  -o-animation: ripple 4500ms ease-out 1800ms infinite;
  animation: ripple 4500ms ease-out 1800ms infinite;
}
#serve-img-area .point-area .point-90 {
  width: 100%;
  height: 100%;
}
#serve-img-area .point-area .point-90:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #e60012;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 2025ms infinite;
  -moz-animation: ripple 4500ms ease-out 2025ms infinite;
  -o-animation: ripple 4500ms ease-out 2025ms infinite;
  animation: ripple 4500ms ease-out 2025ms infinite;
}
#serve-img-area .point-area .point-100 {
  width: 100%;
  height: 100%;
}
#serve-img-area .point-area .point-100:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #e60012;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 2250ms infinite;
  -moz-animation: ripple 4500ms ease-out 2250ms infinite;
  -o-animation: ripple 4500ms ease-out 2250ms infinite;
  animation: ripple 4500ms ease-out 2250ms infinite;
}

lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes ripple{ 0%{opacity:0;-webkit-transform:scale(0.1,0.1); } 5%{ opacity:1; }  100%{ opacity:0; -webkit-transform:scale(1)}}
@-moz-keyframes ripple{ 0%{opacity:0;-moz-transform:scale(0.1,0.1); } 5%{ opacity:1; }  100%{ opacity:0; -moz-transform:scale(1)}}
@-o-keyframes ripple{ 0%{opacity:0;-o-transform:scale(0.1,0.1); } 5%{ opacity:1; }  100%{ opacity:0; -o-transform:scale(1)}}
@keyframes ripple{ 0%{opacity:0;-webkit-transform:scale(0.1,0.1);-moz-transform:scale(0.1,0.1);-ms-transform:scale(0.1,0.1);transform:scale(0.1,0.1); } 5%{ opacity:1; }  100%{ opacity:0;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}}

.moxige1 {
	left: 0.88rem;
	top: 1.03rem;
	position: absolute;
}
.moxige2 {
	left: 3.08rem;
	top: 1.3rem;
	position: absolute;
}
.moxige3 {
	left: 2.97rem;
	top: 2.9rem;
	position: absolute;
}
.moxige4 {
	left: 2.23rem;
	top: 1.88rem;
	position: absolute;
}
.moxige5 {
	left: 2.58rem;
	top: 1.82rem;
	position: absolute;
}
.moxige6 {
	left: 2.07rem;
	top: 2.25rem;
	position: absolute;
}
.moxige7 {
	left: 3.49rem;
	top: 2.3rem;
	position: absolute;
}
.moxige8 {
	left: 2.68rem;
	top: 3.31rem;
	position: absolute;
}
.cishantupianbox {
	width: 3.8rem;
	height:2.14rem;
	overflow: hidden;
	margin-bottom: 0.24rem;
}
.cishanc2pic:hover {
	transform: scaleX(1.1) scaleY(1.1);
}
.navlist2 a:hover {
	color: #e60012;
}
.icon-jiantou {
	display: none;
}
.kaifamapm {
	display: none;
}
.shangyemapm {
	display: none;
}
.dongshizhangpicm {
	display: none;
}
.swiper-containercishanm {
	display: none;
}
.wuyemapm {
	display: none;
}
.remzaibox3m {
	display: none;
}
.renzibox1 {
	display: none;
}
.loupanitem:hover .loupanpic {
	transform: scaleX(1.1) scaleY(1.1);
}
.loupanpicbox {
	width: 3.8rem;
	height: 2.14rem;
	overflow: hidden;
}
.renzaibox1 {
	display: none;
}
.newsfirstpicm {
	display: none;
}
.wenhuam {
	display: none;
}
.renzaibox1m {
	display: none;
}
.renzaibox3m {
	display: none;
}
.main1rightboxright {
	position: relative;
}
.ixinjiang {
	position: absolute;
	font-size: 0.12rem;
	color: #e60012;
	left: 0.45rem;
	top: 0.6rem;
	padding-left: 0.3rem;
	line-height: 0.29rem;
}
.ibeijing {
	position: absolute;
	font-size: 0.12rem;
	color: #e60012;
	left: 1.8rem;
	top: 0.7rem;
	padding-left: 0.3rem;
	line-height: 0.29rem;
}
.itianshui {
	position: absolute;
	font-size: 0.12rem;
	color: #e60012;
	left: 0.87rem;
	top: 1.06rem;
	padding-right: 0.3rem;
	line-height: 0.29rem;
}
.ishanxi {
	position: absolute;
	font-size: 0.12rem;
	color: #e60012;
	left: 1.65rem;
	top: 1.18rem;
	padding-left: 0.3rem;
	line-height: 0.29rem;
}
.isichuan {
	position: absolute;
	font-size: 0.12rem;
	color: #e60012;
	left: 1.3rem;
	top: 1.45rem;
	padding-left: 0.3rem;
	/* line-height: 0.29rem; */
}
.izhejiang {
	position: absolute;
	font-size: 0.12rem;
	color: #e60012;
	left: 2.15rem;
	top: 1.4rem;
	padding-left: 0.3rem;
	line-height: 0.29rem;
}
.iguangdong {
	position: absolute;
	font-size: 0.12rem;
	color: #e60012;
	left: 1.8rem;
	top: 1.78rem;
	padding-left: 0.3rem;
	line-height: 0.29rem;
}
.ihainan {
	position: absolute;
	font-size: 0.12rem;
	color: #e60012;
	left: 1.6rem;
	top: 2.05rem;
	padding-left: 0.3rem;
	line-height: 0.29rem;
}
.icity {
	transition: 0.5s;
	opacity: 0;
}
.icity:hover {
	opacity: 1;
}
.newsdecontent img{
	max-width: 100%;
	padding: 20px 0;
	
}
.wuyec1leftnavitem:hover {
	background: #e60012;
	color: #fff;
}
.wuyec1leftnavitem a {
	color: #e60012;
}
.wuyec1leftnavitem:hover a {
	color: #fff;
}
.swiper-container1 a {
	display: block;
	width: 100%;
	height: 100%;
}
.cishanc2picbox:after {
	content: '';
	width: 3.8rem;
}
.zhiweixiangqingbox p {
	line-height: 2;
}
.zhiweibodyhead .zhiweititle2:nth-child(3) {
	box-sizing: border-box;
	padding-left: 0.2rem;
}
.loupanmore,.dashimore {
	cursor: pointer;
}
.jieshaoleftboxlianxi p {
	font-size: 0.14rem;
	color: #808080;
	line-height: 1.8;
}




























































@media screen and (min-width:860px) and (max-width:1200px){
	.cishanc2topbox {
		height: 4.73rem;
	}
	.mainbox2hui {
		height: 7.37rem;
	}
	.jieshaopic {
		width: 100%;
	}
	.newsfirstpic {
		width: 3.6rem;
	}
	.kaifatopleft img {
		width: 100%;
	}
	.kaifatopleft .mapicon {
		width: 0.24rem;
	}
	.kaifadebtn {
		margin-top: 0.2rem;
	}
	.itianshui {
		left: 0.77rem;
	}
}













































































@media screen and (max-width: 860px){
	.swiper-container1 a {
		display: block;
		width: auto;
		height: auto;
	}
	.icity {
		display: none;
	}
	.xnavbox {
		
	}
	.logobox {
		width: 1rem;
		height: calc(0.49rem * 1/1.9);
	}
	.contentbox {
		width: 96%;
	}
	.contentbox .lt{
		width: 100%;
	}
	.contentbox .lt img{
		width: 100%!important;height:auto!important;
	}
	.contentbox .rt{
		width: 100%;
		background:None;
		min-height:auto;
	}
	.contentbox .con2 li{
		position: relative;
	}
	.contentbox .con2 a{
		width: 75%;
		background:None;
		overflow:hidden;
		min-height:auto;
	}
	.contentbox .con2 span{
		width:25%;
	}
	.contentbox .rt li{
		width:auto;display:inline-block;
	}
	.contentbox .rt li a{
		width:auto;display:inline-block;margin:2px 0px;padding:1px 10px;border-radius: 10px;
	}
	.contentbox h3{
		line-height:30px!important;height:auto!important;margin-bottom:20px;
	}
	.contentbox .ab{
		margin-bottom:0px;
	}
	.contentbox .ab img{
		width:100%!important;height:auto!important;
	}
	.navlist {
		display: none;
	}
	.cishanc1box {
		display: block;
	}
	.top {
		height: 0.7rem;
	}
	.activetiao {
		display: none;
	}
	.navbox {
		padding-top: 0.23rem;
	}
	.icon-ss1 {
		/* display: none; */
	}
	.navbox>.icon-menu {
		font-size: 0.24rem;
	}
	.hiderightboxtitle {
		height: 0.7rem;
		box-sizing: border-box;
	}
	.hidetitletext {
		line-height: 0.7rem;
	}
	.icon-ego-close1 {
		line-height: 0.7rem;
		margin-left: 0rem;
		float: right;
	}
	.hidenavlist>li {
		font-size: 0.18rem;
		line-height: 0.4rem;
	}
	.hidenavrightbox {
		width: 100%;
	}
	.hidenavlist>li {
		line-height: 0.4rem;
	}
	.hidenavlist>li>a {
		font-size: 0.18rem;
	}
	.hidelist2>li {
		float: none;
	}
	.hidelist2>li a {
		font-size: 0.16rem;
		line-height: 1.8;
	}
	.bannerleftbox {
		display: none;
	}
	.hidenavlistbox {
		height: calc(100vh - 0.7rem);
	}
	.cishanc1pic {
		width: 100%;
	}
	.cishanc1textbox {
		width: 100%;
	}
	.cishanc1item {
		margin-bottom: 0.5rem;
	}
	.cishanc2toppicbox img {
		display: none;
	}
	.mainbox2hui {
		display: none;
	}
	.cishanc2topbox {
		height: auto;
	}
	.cishanc2toptextbox {
		width: 100%;
		padding-bottom: 0.2rem;
	}
	.cishanc2picbox {
		display: block;
	}
	.cishanc2pic {
		width: 100%;
	}
	.footernavlist {
		/* width: 2rem; */
		float: none;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: auto;
	}
	.footernavlist:after {
		display: none;
	}
	.footernavlist li {
		/* float: none; */
		border: none;
		padding: 0;
		margin-bottom: 0.1rem;
		margin-right: 0.2rem;
	}
	.footernavlist li:nth-child(3n) {
		margin-right: 0;
	}
	.guohui {
		display: none;
	}
	.banquan {
		text-align: center;
		margin-bottom: 0.2rem;
	}
	.footerright {
		display: none;
	}
	.xnavbox {
		/* display: none; */
	}
	.xnavboxleftbox {
		display: none;
	}
	.xnavboxrightbox {
		display: block;
		width: 100%;
	}
	.mainboxborder {
		border-top: none;
	}
	.xnavboxrightbox li {
		width: 25%;
		float: left;
		padding: 0.1rem 0;
		margin: auto;
		text-align: center;
		border-bottom: 0.02rem solid #FFF;
	}
	.dashicontent {
		margin-left: 0.2rem;
	}
	.dashitext {
		text-indent: 0;
		padding-left: 0.3rem;
	}
	.dashimore {
		margin-left: 0.2rem;
	}
	.jieshaorightbox {
		display: none;
	}
	.jieshaoleftbox {
		width: 100%;
		border-right: none;
		padding-right: 0;
	}
	
	.newsitem {
		display: block;
	}
	.jieshaoleftbox {
		padding-top: 0.3rem;
	}
	.huiyuanc1box {
		display: block;
	}
	.huiyuanc1picbox img {
		width: 100%;
	}
	.huiyuanc1rightbox {
		width: 100%;
		margin-top: 0.2rem;
	}
	.huiyuanc2box {
		display: block;
	}
	.swiper-pagination1 {
		bottom: 0.2rem!important;
	}
	.huiyuanbg {
		background-size: auto 3rem;
	}
	.huiyuanc2item {
		width: 100%;
		top: 0;
		margin-bottom: 0.2rem;
	}
	.huiyuanc2box {
		padding-top: 3rem;
	}
	.huiyuantu1 {
		width: 3rem;
		left: 0;
		top: 0.3rem;
	}
	.huiyuantu2 {
		width: 100%;
		left: 0;
		top: 2rem;
	}
	.mainboxborder4 {
		padding-top: 0.2rem;
	}
	.mainboxmargin {
		margin-bottom: 0.3rem;
	}
	.huiyuanc3box {
		display: block;
	}
	.swiper-containerhuiyuanc3 {
		width: 100%;
		height: auto;
	}
	.swiper-containerhuiyuanc3 img {
		width: 200%;
	}
	.huiyuanc3swbox {
		width: 100%;
		box-sizing: border-box;
		padding: 0.1rem;
		/* height: 0.4rem; */
		/* overflow: hidden; */
		/* text-overflow: ellipsis; */
	}
	.huiyuanc3textbox {
		width: 100%;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		height: auto;
	}
	.contentboxfirst {
		display: block;
	}
	.bannerrightbox {
		/* display: none; */
		width: 100%;
		
	}
	.bannerrightbox a {
		width: 24.8%;
	}
	.banneritem {
		width: 100%;
		padding: 0;
		height: 1rem;
	}
	.firsttext {
		display: none;
		
	}
	.banneritemtext {
		text-align: center;
		line-height: 1rem;
	}
	.bannerbottombox {
		height: 1rem;
		position: relative;
		background: none;
	}
	.contentboxfirst {
		width: 100%;
	}
	.mtu {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
	}
	.leftbtn1 {
		left: 0.2rem;
	}
	.rightbtn1 {
		right: 0.2rem;
	}
	.bannertext1 {
		font-size: 0.22rem;
	}
	.bannerleftbox {
		margin-top: 0.15rem;
	}
	.main1leftbox {
		width: 100%;
	}
	.main1box {
		display: block;
	}
	.main1newsright {
		width: 2.5rem;
	}
	.main1newsbox {
		padding-bottom: 0.1rem;
	}
	.main1newstext2 {
		width: 2.2rem;
	}
	.main1rightbox {
		width: 100%;
		display: block;
	}
	.main1rightboxleft {
		margin-bottom: 0.2rem;
	}
	.contentboxf {
		display: block;
	}
	.rexiaoleftbox {
		width: 100%;
	}
	.rexiaorightbox {
		width: 100%;
		margin-top: 0.5rem;
	}
	.navbox>span {
		padding: 0;
	}
	.searchbox {
		width: 570%;
		right: 0;
		
	}
	.navbox .icon-ss1 {
		font-size: 0.2rem;
		padding-right: 0.05rem;
		margin-right: 0.05rem;
		margin-top: 0.01rem;
	}
	.contentboxf2 {
		display: block;
	}
	.jieshaopic {
		width: 100%;
	}
	.jubaobox {
		display: block;
	}
	.jubaoitem {
		display: block;
		margin-right: 0;
		margin-bottom: 0.2rem;
	}
	.jubaoicon {
		width: 100%;
	}
	.jubaoicon img {
		margin: auto;
		display: block;
		margin-bottom: 0.1rem;
	}
	.jubaotextbox {
		text-align: center;
	}
	.kaifatopbox {
		display: block;
	}
	.kaifatopleft {
		width: 100%;
	}
	.kaifatopleft img {
		width: 100%;
	}
	.kaifatopleft .mapicon {
		width: 0.24rem;
		display: none;
	}
	.kaifamappc {
		display: none;
	}
	.kaifamapm {
		display: block;
	}
	.kaifaright {
		width: 100%;
		display: block;
	}
	.sousuobox {
		display: block;
		
	}
	.icon-ss3 {
		right: 5%;
	}
	.shengbox {
		width: 100%;
		margin-bottom: 0.2rem;
	}
	.shibox {
		width: 100%;
		margin-bottom: 0.2rem;
	}
	.chabox {
		width: 100%;
	}
	.loupanbox {
		display: block;
	}
	.loupanitem {
		width: 100%;
	}
	.mainboxhui2 {
		padding-bottom: 0.4rem;
	}
	.contentboxsw {
		width: 85%;
		/* height: 85%; */
		position: relative;
		left: 0%;
		top: 0%;
	}
	.kaifadebannerbox {
		width: 100%;
		display: block;
		position: static;
		transform: translateY(0%) translateX(0%);
	}
	.bannerpicbox {
		width: 100%;
		height: auto;
		display: none;
	}
	.bannerpicbox img {
		position: static;
		height: 50%;
		transform: translateY(0%) translateX(0%);

	}
	.swiper-containerkaifade .swiper-slide:after {
		display: none;
	}
	.kaifademsgbox {
		width: 95%;
		padding: 0.2rem 0.5rem;
		height: auto;
		margin: 0.2rem auto;
	}
	.kaifademsgtitlebox {
		display: block;
	}
	.kaifadetitleright {
		width: 0.8rem;
		margin-top: 0.2rem;
	}
	.kaifadebtn {
		background-position-x: 0.2rem;
		text-align: center;
		text-indent: 0.5rem;
		margin-top: 0.2rem;
	}
	.swiper-button-next3 {
		width: 0.3rem;
		height: 0.3rem;
		transform:translateX(0%);
		right: 1%;
		background-size: contain;
		left: auto;
	}
	.swiper-button-prev3 {
		width: 0.3rem;
		height: 0.3rem;
		transform: translateX(-0%);
		left: 1%;
	}
	.kaifadepicbox {
		width: 100%;
		height: auto;
	}
	.kaifadepicbox img {
		width: 100%;
	}
	.kaifademapbox {
		display: block;
	}
	.kaifademap {
		width: 100%;
		margin-bottom: 0.2rem;
	}
	.kaifadepeitaobox {
		width: 100%;
	}
	.kaifadepeitaonavbox {
		padding: 0 0.1rem;
	}
	.kaifadenavitem {
		margin: 0;
	}
	.newsfirstbox {
		display: block;
	}
	.newsfirstleftbox {
		width: 100%;
	}
	.newsfirstleftbox {
		margin-bottom: 0.2rem;
	}
	.newstimebox {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 0.5rem;
		margin-bottom: 0.2rem;
	}
	.newsri {
		margin-top: 0;
		margin-right: 0.5rem;
	}
	.newsyear {
		margin-top: 0
	}
	.newsdeshare {
		float: none;
		margin-top: 0.2rem;
		margin-left: 0.03rem;
	}
	.newsdecontent>img {
		width: 100%;
	}
	.newsdebottombox {
		display: block;
	}
	.newsdetiaobox {
		margin-bottom: 0.2rem;
	}
	.renzaibox2 {
		display: block;
		/* width: 100%; */
	}
	.renzaipic2 {
		/* width: 20%; */
	}
	.renzaipic2 img {
		/* width: 100%; */
		width: 100%;
	}
	
	.swiper-containerrenzai1 img {
		width: auto;
		height: 100%;
	}
	.swiper-containerrenzai1 {
		width: 100%;
		height: 4rem;
	}
	.swiper-containerrenzai2 {
		width: 100%;
		height: 4rem;
	}
	.swiper-containerrenzai2 img {
		height: 100%;
		width: auto;
	}
	.renzaibox3 {
		display: block;
	}
	.renzaipic3 img {
		width: 100%;
	}
	.rongyubox {
		width: 100%;
	}
	.rongyuboxtext {
		width: 100%;
	}
	.shangyec1box {
		display: block;
	}
	.shangyec1leftbox {
		width: 100%;
		padding-right: 0;
	}
	.shangyec1leftnav {
		justify-content: space-between;
	}
	.shangyec1navitem {
		margin: 0;
		width: 1rem;
		text-align: center;
	}
	.shangyec1lefttext {
		margin-bottom: 0.2rem;
	}
	.shangyec1rightbox {
		width: 100%;
	}
	.swiper-containershangye2 {
		width: 100%;
		margin-left:0;
	}
	.swiper-containershangye2 img {
		/* width: auto; */
		height: 90%;
	}
	.swiper-button-prevshangye2 {
		left: 73%;
	}
	.swiper-button-nextshangye2 {
		left: auto;
		right: 0;
	}
	.shangyec2box {
		display: block;
	}
	.shangyec2leftbox {
		width: 100%;
		display: block;
	}
	.shangyec2leftbox img {
		width: 100%;
	}
	.shangyec2rightbox {
		padding-left: 0;
		width: 100%;
	}
	.shangyec2textbox {
		width: 100%;
	}
	.shangyec3box {
		display: block;
	}
	.shangyec3leftbox {
		width: 100%;
		margin-bottom: 0.2rem;
	}
	.shangyec3rightbox {
		width: 100%;
	}
	.wenhuatopbox {
		display: block;
	}
	.wenhuabox1 {
		width: 100%;
	}
	.wenhuabox2 {
		width: 100%;
	}
	.wenhuabox3 {
		width: 100%;
		height: auto;
		padding-bottom: 0.3rem;
	}
	.wenhuatext3 {
		width: 100%;
	}
	.wenhuabox4 {
		width: 100%;
		padding: 0;
		background-position-x: -6.1rem;
	}
	.wenhuatext4 {
		padding-top: 1.2rem;
		padding-left: 0.25rem;
	}
	.wuyec1box {
		display: block;
	}
	.wuyec1leftbox {
		width: 100%;
	}
	.wuyec1leftnavbox {
		margin-bottom: 0.2rem;
	}
	.wuyec1rightbox {
		width: 100%;
	}
	.wuyec1righttelitem {
		margin: 0rem auto 0.2rem;
	}
	.wuyec1rightnavbox {
		justify-content: center;
	}
	.wuyec1leftnavbox {
		justify-content: center;
	}
	.wuyeright {
		margin-left: 0;
	}
	.wuyec3box {
		width: 100%;
		height: auto;
		padding: 0.1rem 0.4rem;
	}
	.wuyec3content {
		left: 0;
	}
	.wuyec3titlee {
		padding-left: 0.4rem;
	}
	.wuyec3titlec {
		padding-left: 0.4rem;
	}
	.wuyec4box {
		width: 100%;
		display: block;
		height: auto;
	}
	.wuyec4item {
		width: 100%;
		border-right: none;
		border-bottom: 0.01rem dashed #e0e0e0;
		padding: 0.2rem 0.2rem;
		margin-top: 0;
		margin-bottom: 0;
	}
	.wuyec5bigbox {
		display: block;
		width: 100%;
	}
	.gallery-top {
		width: 100%;
		height: 3rem;
	}
	.wuyec5box {
		width: 100%;
		padding: 0.2rem 0.44rem 0.2rem 0.44rem;
	}
	.xiaobox {
		width: 85%;
		overflow: hidden;
		/* bottom: 4.65rem; */
		bottom: auto;
		top: calc(3.7rem);
		transform: translateY(-100%);
	}
	.gallery-thumbs {
		width: 100%;
	}
	.yingpinpicbox {
		display: block;
	}
	.yingpinpic img {
		width: 100%;
	}
	.yingpinpic {
		margin-bottom: 0.2rem;
	}
	.zhiweibox {
		width: 100%;
		margin-bottom: 0.2rem;
	}
	.didianbox {
		width: 100%;
		margin-bottom: 0.2rem;
	}
	.shijianbox {
		width: 100%;
		margin-bottom: 0.2rem;
	}
	.chabox2 {
		width: 100%;
		margin-bottom: 0.2rem;
	}
	.zhiwenitem {
		padding: 0;
	}
	.zhiweibodyhead {
		padding: 0;
	}
	.zhiweititle2 {
		height: auto;
		line-height: 1.2;
		vertical-align: middle;
		padding: 0.1rem 0;
	}
	.zhiweititle2:first-child {
		text-align: center;
	}
	.zhiweititle1:first-child {
		text-align: center;
	}
	.jieshaopic {
		/* display: none; */
	}
	.jieshaopicm {
		/* display: block; */
		width: 100%;
	}
	.zhicibox {
		display: block;
	}
	.dongshizhangpic {
		width: 100%;
		margin: 0.2rem 0;
		margin-left: -0.2rem;
	}
	.qianming {
		width: 1.5rem;
	}
	.jieshaoleftboxzhici {
		padding-bottom: 1.5rem;
	}
	.rongyupicm {
		display: block;
		width: 100%;
	}
	.rongyupic {
		display: none;
	}
	.newscontentbox {
		width: 100%;
	}
	.newsfirstpic {
		width: 100%;
		height: auto;
	}
	.cishanc2picitem {
		width: 100%;
	}
	.cishantupianbox {
		width: 100%;
		height: auto;
	}
	.hidelist2 {
		display: none;
	}
	.icon-jiantou {
		display: inline-block;
		font-size: 0.2rem;
		line-height: 0.3rem;
		position: relative;
		top: 0.02rem;
		float: right;
	}
	.moxige {
		display: none;
	}
	.shangyemappc {
		display: none;
	}
	.shangyemapm {
		display: block;
	}
	.main1rightboxleft {
		position: relative;
	}
	.main1rightboxright {
		position: absolute;
		left: 0;
		top: 0.2rem;
		width: 3rem;
	}
	.main1rightbox {
		position: relative;
		padding: 0.2rem 0;
	}
	.dongshizhangpicm {
		display: block;
	}
	.dongshizhangpicpc {
		display: none;
	}
	.rongyupicm {
		display: none;
	}
	.rongyupic {
		display: block;
	}
	.newstimebox {
		display: none;
	}
	.wuyec1rightnavitem {
		margin-right: 0.1rem;
	}
	.wuyec1righttelitem {
		width: 1.6rem;
	}
	.wuyetelicon img {
		width: 0.3rem;
	}
	.wuyetelicon {
		margin: 0 0.1rem;
	}
	.wuyeteltitle {
		font-size: 0.1rem;
	}
	.wuyetelnum {
		font-size: 0.12rem;
	}
	.wuyec1rightnavitem:last-child {
		margin-right: 0;
	}
	.swiper-containercishanm {
		display: block;
	}
	.cishanc1box {
		display: none;
	}
	.cishanc1item {
		margin-bottom: 0;
	}
	.mainboxpaddingcishan {
		padding-bottom: 0;
	}
	.wuyemapm {
		display: block;
	}
	.wuyemappc {
		display: none;
	}
	/* .renzaitext {
		font-size: 0.08rem;
	} */
	.renzaibox3pc {
		display: none;
	}
	.remzaibox3m {
		display: block;
	}
	.renzaibox1 {
		display: block;
	}
	.renzaipic1 {
		display: none;
	}
	.jinziyou {
		width: 100%;
		margin-bottom: 0.2rem;
	}
	.jinzibg {
		padding: 0.2rem;
		box-sizing: border-box;
		width: 100%;
		background: url(../img/jinzitabg.jpg) no-repeat;
		background-size: cover;
		margin-bottom: 0.2rem;
	}
	.jinzita {
		width: 100%;
		
	}
	.loupanpicbox {
		width: 100%;
		height: auto;
	}
	.sw2hoverbox {
		padding: 0.2rem 0.1rem;
	}
	.hovertitle {
		font-size: 0.16rem;
	}
	.indexbox {
		width: 100%;
	}
	.swiper-container3 {
		padding-top: 0.3rem;
		margin-top: 0;
	}
	.newsfirstpicm {
		display: block;
		margin: 0.2rem 0;
	}
	.newsfirstpicpc {
		display: none;
	}
	 .wuyeerweima {
		opacity: 1;
		display: none;
	}
	/* .wuyec1righttelitemwx:hover {
		background: #000;
	} */
	.mainboxpaddingwuye2 {
		padding-bottom: 0.3rem;
	}
	.wuyemapm {
		display: none;
	}
	.xiaobox {
		/* display: none; */
		background: none;
		top: calc(2.7rem);
	}
	.gallery-thumbs {
		display: none;
	}
	.kaifadepeitaobox {
		height: auto;
		padding-bottom: 0.3rem;
	}
	.jubaotext {
		white-space: normal;
		word-break: normal;
	}
	.wenhuapc {
		display: none;
	}
	.wenhuabox1 {
		width: 3.5rem;
		height: calc(3.5rem * 360/690);
		background: url(../img/wenhuam1.jpg) no-repeat;
		background-size: cover;
		padding: 0.3rem 0.2rem;
		margin-bottom: 0.15rem;
	}
	.wenhuabox2 {
		width: 3.5rem;
		height: calc(3.5rem * 360/690);
		background: url(../img/wenhuam2.jpg) no-repeat;
		background-size: cover;
		padding: 0.3rem 0.2rem;
	}
	.wenhuabox3 {
		width: 3.5rem;
		height: calc(3.5rem * 690/690);
		background: url(../img/wenhuam3.jpg) no-repeat;
		background-size: cover;
		height: auto;
		padding: 0.3rem 0.2rem;
	}
	.wenhuabox4 {
		width: 3.5rem;
		height: calc(3.5rem * 360/690);
		background: url(../img/wenhuam4.jpg) no-repeat;
		background-size: cover;
		height: auto;
		padding: 0.4rem 0.1rem;
	}
	.wenhuatext4 {
		padding: 0;
		font-size: 0.24rem;
	}
	.wenhuame {
		font-size: 0.16rem;
		color: #d6d7d8;
		font-family: font1;
		margin-bottom: 0.05rem;
	}
	.wenhuamc {
		font-size: 0.16rem;
		color: #e60012;
		margin-bottom: 0.1rem;

	}
	.wenhuatext3 {
		line-height: 1.3;
		width: 80%;
	}
	.wenhuam {
		display: block;
	}
	.renzaibox1m {
		display: block;
		position: relative;
	}
	.renzaimtitlee {
		position: absolute;
		font-size: 0.18rem;
		color: #fff;
		left: 0;
		top: 0;
		font-family: font1;
		font-weight: bold;
		opacity: 0.5;
		left: 5%;
		top: 0.5rem;
	}
	.renzaimtitlec {
		position: absolute;
		font-size: 0.22rem;
		font-weight: bold;
		color: #fff;
		left: 5%;
		top: 1rem;
	}
	.renzaimtext1 {
		color: #fff;
		font-size: 0.16rem;
		left: 5%;
		top: 1.8rem;
		position: absolute;
	}
	.renzaimtext2 {
		color: #fff;
		font-size: 0.18rem;	
		position: absolute;
		left: 5%;
		top: 4.2rem;
	}
	.renzaipic2 {
		display: none;
	}
	.hovertitle {
		line-height: 1.5;
	}
	.hovericon {
		/* display: none; */
		width: 0.3rem;
	}
	.ditu {
		position: absolute;
		right: -10%;
	}
	.icon-ss2 {
		font-size: 0.18rem;
	}
	.newsdecontent img{
		display: block;
		
	}
}
