* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

ul li {
	list-style: none;
}

body {
	font-family: Source Han Sans CN !important;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	/* text-align: center; */
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header {
	width: 100%;
	height: 1.17rem;
	background: #FFFFFF;
	box-shadow: 0px 0.03rem 0.05rem 0px rgba(0, 0, 0, 0.15);
	padding: 0 0.32rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.header-rg{
	display: flex;
	align-items: center;
}
.search-box{
	width: 3.6rem;
	/* width: 4rem; */
	height: 0.63rem;
	display: flex;
	align-items: center;
	border: 0.013rem solid #999;
	border-radius: 0.53rem;
	padding: 0 0.21rem;
	justify-content: space-between;
}
.search-input{
	width: 80%;
	line-height: 0.60rem;
	font-size: 0.20rem;
	font-weight: 400;
	color: #333;
	outline: none;
	border: none;
	background-color: transparent;
}
.submit{
	width: 0.43rem;
	height: 0.63rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn {
	width: 0.43rem;
	height: 0.43rem;
	background: url(../../images/searchMob.png) no-repeat center;
	background-size: 100% 100%;
	outline: none;
	border: none;
	cursor: pointer;
}
.search-img{
	width: 0.43rem;
	height: 0.43rem;
	display: block;
}
.sline{
	width: 0.04rem;
	height: 0.43rem;
	background: #333333;
	border-radius: 0.03rem;
	margin: 0 0.24rem;
}
.click-nav{
	width: 0.53rem;
	height: 0.43rem;
	display: block;
}
.logo {
	width: 4.5rem;
	/* width: 3.84rem;
	height: 0.55rem; */
	display: block;
}

.main {
	width: 100%;
	height: auto;
	overflow: hidden;
	min-height: 100%;
	position: relative;
	background-color: #fff;
	z-index: 2;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
	top: 1.17rem;
}

.lunb-back {
	width: 100%;
	height: 4.67rem;
	display: block;
	overflow: hidden;
}

.back {
	width: 100%;
	height: 4.67rem;
	display: block;
}

.company-box {
	width: 9.36rem;
	height: auto;
	overflow: hidden;
	margin: 0.53rem auto 0;

}

.company-box-top {
	width: 100%;
	height: 0.67rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 0.01rem solid #F2F2F2;
}

.company-box-one {
	display: flex;
	align-items: center;
}

.gs-news {
	font-size: 0.4rem;
	font-weight: 400;
	color: #999999;
	line-height: 0.67rem;
	display: block;
	text-align: center;
	margin-right: 0.27rem;
	cursor: default;
}

.on {
	width: 2.24rem;
	height: 0.67rem;
	background: url(../../images/tit-backMob.png) no-repeat center;
	background-size: 100% 100%;
	color: #fff;
}

.more {
	display: flex;
	align-items: center;
}

.more:hover span {
	color: #005AFF;
}

.more span {
	font-size: 0.32rem;
	font-weight: 400;
	color: #999999;
	line-height: 0.67rem;
}

.more img {
	width: 0.13rem;
	height: 0.24rem;
	display: block;
	margin-left: 0.13rem;
}

.company-box-bot {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 0.53rem;
}

.cont-pic {
	width: 100%;
	height: 5.23rem;
	display: block;
}

.cont-back {
	width: 100%;
	height: 2rem;
	background: #F3F3F3;
	display: flex;
	flex-direction: column;
	padding: 0 0.24rem;
}

.cont-back p {
	width: 100%;
	font-size: 0.4rem;
	font-weight: 400;
	color: #333333;
	line-height: 0.53rem;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	margin: 0.27rem 0 0.07rem;
}

.cont-back span {
	font-size: 0.32rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	display: block;
	line-height: 0.45rem;
}

.cont-ul {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.cont-li {
	line-height: 0.88rem;
	border-bottom: 0.01rem solid #F3F3F3;
}

.cont-li-a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* .cont-li-a:hover p {
	color: #005AFF;
} */

.cont-li-a p {
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.37rem;
	font-weight: 400;
	color: #333333;
}

.cont-li-a span {
	font-size: 0.29rem;
	font-weight: 400;
	color: #999999;
}

.tit-back {
	width: 3.23rem;
	height: 0.67rem;
	font-size: 0.4rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.67rem;
	background: url(../../images/tit-backOneMob.png) no-repeat center;
	background-size: 100% 100%;
	text-align: center;
}

.tit-backOne {
	width: 2.24rem;
	height: 0.67rem;
	font-size: 0.4rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.67rem;
	background: url(../../images/tit-backMob.png) no-repeat center;
	background-size: 100% 100%;
	text-align: center;
}

.yxhm-box {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0.53rem auto 0;
}

.yxhm-box-top {
	width: 9.36rem;
	height: 0.67rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 0.01rem solid #F2F2F2;
	margin: 0 auto;
}

.swip {
	width: 98%;
	height: 4.45rem;
	position: relative;
	overflow: hidden;
}

.baner-main {
	width: 100%;
	height: 4.45rem;
	position: relative;
}

.baner-main .baner-but {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.baner-main .baner-list .baner-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 7.36rem !important;
	background-color: #fff;
	
}
.baner-main-img {
	width: 7rem;
	height: 4.45rem;
	display: block;
	margin: 0 auto;
	/* border-radius: 5px; */
}


.cont-box {
	width: 100%;
	height: 5.52rem;
	margin: 0 auto;
	position: relative;
	background: url(../../images/cont-backMob.png) no-repeat center;
	background-size: 100% 100%;
	padding: 0.4rem 0.27rem;
}
/* .cont-box-img{
	width: 3.92rem;
	height: 6.75rem;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0.88rem;
	z-index: 10;
} */
.cont-tit{
	width: 100%;
	height: 100%;
}
.cont-tit-box{
	padding-top: 0.53rem;
}
.cont-div{
	font-size: 0.4rem;
	/* font-size: 0.28rem; */
	font-weight: 400;
	color: #000000;
	line-height: 0.52rem;
	text-align: left;
}
.cont-span{
	font-size: 0.17rem;
	font-size: 0.17rem;
	font-weight: 400;
	color: #000000;
	line-height: 0.27rem;
	text-align: left;
	margin-bottom: 0.23rem;
	display: block;
}
.cont-p {
    /* font-size: 0.29rem; */
	font-size: 0.33rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.45rem;
    text-align: left;
    text-indent: 0.58rem;
}
.cont-p-a{
	font-size: 0.29rem;
	font-weight: 400;
	color: #005AFF;
	line-height: 0.43rem;
}
.zhuanti{
	width: 100%;
	height: 2.13rem;
	overflow: hidden;
}
.zhuanti-a{
	width: 2.93rem;
	height: 100%;
	overflow: hidden;
}
.zhuanti-a-img{
	width: 100%;
	height: 100%;
	display: block;
}
.ui-footer{
	width: 100%;
	/* height: 3.97rem; */
	background: #005AFF;
	margin: 0.53rem auto 0;
	padding: 0.4rem 0.32rem 0.13rem;
}
.foot-top {
    width: 100%;
    height: 0.53rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* 下拉链接 */
.select{
	width: 2.93rem;
	height: 0.53rem;
	background: rgba(44, 143, 255, .49);
	border: 1px solid #FFFFFF;
	border-radius: 0.11rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.25rem;
	position: relative;
}
.select-tit{
	font-size: 0.27rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.3rem;
	cursor: default;
}
.select-img{
	width: 0.21rem;
	height: 0.12rem;
	display: block;
	cursor: default;
}
.select:hover .select-ul{
	display: block;
}
.select-ul{
	display: none;
	width: 100%;
	height: auto;
	overflow: auto;
	position: absolute;
	top: 0.50rem;
	left: 0;
	background-color: #1D8EC9;
	border-radius: 0.11rem;
	z-index: 10;
}
.select-li{
	width: 100%;
	height: 0.53rem;
	line-height: 0.53rem;
}
.select-li-a{
	width: 100%;
	font-size: 0.21rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.53rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	padding: 0 0.25rem;
}
.select-li-a:hover{
	background-color: #fff;
	color: #333;
}
/* 结束 */
.line {
    width: 100%;
    height: 0.01rem;
    background-color: #2C8FFF;
    margin: 0.4rem 0;
}
.foot-bot{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.foot-bot-tit{
	width: 85%;
	display: flex;
	flex-direction: column;
}
.foot-bot-tit-p{
	font-size: 0.24rem;
	font-family: 'Microsoft YaHei';
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.33rem;
	white-space: nowrap;
	transform: scale(0.9);
	position: relative;
	right: 0.34rem;
}
.foot-bot-tit a{
	font-size: 0.24rem;
	font-family: 'Microsoft YaHei';
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.53rem;
}
.foot-bot-ggz{
	width: 1.70rem;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.foot-bot-ggz img{
	width: 1.33rem;
	height: 1.33rem;
	display: block;
	margin: 0 auto;
}
.foot-bot-ggz span{
	font-size: 0.24rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.6rem;
	display: block;
	white-space: nowrap;
}

.pic-news {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: none;
	line-height: 0;
}

