/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* 基础样式 */
body{
	margin: 0;
	background-color: #ffffff;
}
h1, h2, h3 {
    margin: 0;
    font-size: 100%;
    font-weight: normal;
    /* display: block; */
    /* font-size: 1.5em; */
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-margin-after: 0;
            margin-block-end: 0;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
    /* font-weight: bold; */
}
p{
	margin: 0;
}
/* 超出隐藏 */
.of_ellipsis{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}
/* 多行文本超出隐藏 */
.of_ellipsis_2{
	-o-text-overflow: -o-ellipsis-lastline;
	   text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.of_ellipsis_3{
	-o-text-overflow: -o-ellipsis-lastline;
	   text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.of_ellipsis_4{
	-o-text-overflow: -o-ellipsis-lastline;
	   text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.of_ellipsis_5{
	-o-text-overflow: -o-ellipsis-lastline;
	   text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.left-menu{
	width: 3.3rem;
	height: 100%;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.9);
}
.left-menu .top-logo{
	width: 100%;
	height: 1.4rem;
	border-bottom: solid .01rem #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.left-menu .top-logo img{
	width: 2.66rem;
	height: .54rem;
}
.left-menu .menu-list{
	width: 100%;
	height: 4.65rem;
	border-bottom: solid .01rem #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: .7rem 0 0 0;
}
.left-menu .menu-list .links{
	color: #ffffff;
	text-decoration: none;
	display: block;
	font-size: .168rem;
	width: 1.38rem;
	height: .39rem;
	text-align: center;
	line-height: .39rem;
	margin-bottom: .088rem;
	border-radius: .04rem;
}
.left-menu .menu-list .links.act{
	background-color: #ffba00;
}
.left-menu .input-jiameng{
	width: 100%;
	padding: .5rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.left-menu .input-jiameng *{
	height: .4rem;
	outline: none;
	border: none;
	width: 2.18rem;
	border-radius: .1rem;
}
.left-menu .input-jiameng .wars{
	font-size: .12rem;
	-webkit-transition: opacity 150ms;
	-o-transition: opacity 150ms;
	transition: opacity 150ms;
	pointer-events: none;
	opacity: 0;
	color: #ffba00;
}
.left-menu .input-jiameng .wars.shows{
	opacity: 1;
}
.left-menu .input-jiameng a{
	background-color: #ffba00;
	color: #ffffff;
	font-size: .168rem;
	text-align:center;
	line-height:0.4rem;
	text-decoration:none;
}
.left-menu .input-jiameng input{
	text-indent: .15rem;
	font-size: .168rem;
}
.left-menu .input-jiameng input::-webkit-input-placeholder{
	color: #C9C9C9;
	line-height: .4rem;
	font-size: .15rem;
}
.left-menu .input-jiameng input::-moz-placeholder{
	color: #C9C9C9;
	line-height: .4rem;
	font-size: .15rem;
}
.left-menu .input-jiameng input:-ms-input-placeholder{
	color: #C9C9C9;
	line-height: .4rem;
	font-size: .15rem;
}
.left-menu .input-jiameng input::-ms-input-placeholder{
	color: #C9C9C9;
	line-height: .4rem;
	font-size: .15rem;
}
.left-menu .input-jiameng input::placeholder{
	color: #C9C9C9;
	line-height: .4rem;
	font-size: .15rem;
}
.left-menu .compes{
	width: 100%;
	height: 1.28rem;
}
.left-menu .compes .min-title{
	font-size: .168rem;
	color: #ffffff;
	padding-left: .40rem;
}
.left-menu .compes .tel-num{
	color: #ffffff;
	padding-left: .38rem;
	font-size: .3rem;
	font-weight: bold;
	margin-bottom: .08rem;
}
.left-menu .compes .prem{
	width: 100%;
	padding: 0 0.4rem;
	font-size: .14rem;
	text-align: left;
	color: #ffffff;
}

.scroll_a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.scroll_a .swiper-slide{
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.scroll_a .swiper-pagination-bullet{
	height: .25rem;
	width: .25rem;
	background-clip: padding-box;
	opacity: 1;
	border-radius: .3rem;
	margin: .20rem 0!important;
	position: relative;
	background-color: transparent;
	border: solid .01rem transparent;
	-webkit-transition: border 300ms;
	-o-transition: border 300ms;
	transition: border 300ms;
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.scroll_a .swiper-pagination-bullet::before{
	content: "";
	display: block;
	width: .13rem;
	height: .13rem;
	background-color: #ffffff;
	top: 0;
	left: 0;
	border-radius: .3rem;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

.scroll_a .swiper-pagination-bullet.swiper-pagination-bullet-active{
	border: solid .01rem #ffffff;
}