@charset "utf-8";
@import url("iconfont.css");
* {-webkit-tap-highlight-color:transparent;box-sizing: border-box;}
article, aside, details, figcaption, figure, footer, header, main, nav, section {display:block;}
div,html,body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {margin:0; padding:0;}

body {background:#f1f4f9; color:#333; font:16px/1.5 Arial,'Microsoft Yahei'; overflow-x:hidden; width:100%;}
a {text-decoration:none; outline:none; color:#333;}
a:focus {outline:none; -moz-outline:none;}
a:hover {color: var(--main-color);}
li,
ol,
ul {
	list-style: none
}
img{
	max-width: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

:root {
	--main-color: #00b37b;
}

.top {
    height: 40px;
    line-height: 40px;
	position: relative;
	z-index: 10;
	    background: #fafafa;
	    border-bottom: 1px solid #e2e2e2;
}
.top a{
	font-size: 14px;
	display: inline-block;
	margin-left: 10px;
}

/* add */
.subNav li{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 33.3333%;
	margin-bottom: 10px;
	box-sizing: border-box;
	padding-left: 10px;
	
}
.subNav {
	padding: 10px;
	margin-left: -10px;
}
.subNav  a{
	height: 38px;
	line-height: 38px;
	flex: 1;
	display: block;
	text-align: center;
	font-size: 15px;
	background: rgba(0,0,0,0.08);
}
.subNav  a:hover,.subNav li.on a{
	background:var(--main-color);
	color: #fff;
}

/* flex 布局*/
.d-flex {
	display: flex;
}

.d-flex-center-center {
	display: flex;
	align-items: center;
	justify-content: center;
}
.leftBox{
	overflow: hidden;
}
.articleLeft{
	overflow: hidden;
}
.d-flex-center {
	display: flex;
	align-items: center;
}
.d-flex-en {
	display: flex;
	align-items: flex-end;
}

.d-flex-start {
	display: flex;
	align-items: flex-start;
}

.d-flex-end {
	display: flex;
	justify-content: flex-end;
}

.d-flex-between {
	display: flex;
	justify-content: space-between;
}

.d-flex-justify-center {
	display: flex;
	justify-content: center;
}

.d-flex-center-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-row-reverse {
	flex-direction: row-reverse;
}

.flex-1 {
	flex: 1;
}

.flex-column {
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-shrink {
	flex-shrink: 0;
}
.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-overflow1 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.text-overflow2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.text-overflow3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.text-overflow4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.txt-81{
	color: #818181;
}
.header {
   padding: 15px 0;
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
}
.w1280{
	width: 1280px;
	margin: 0 auto;
}

.header .logo img{
	height: 45px;
	display: block;
}
.nav{
	height: 45px;
	line-height: 45px;
}
.nav a{
	font-size: 16px;
	padding:0 10px;
	margin: 0 10px;
}
.nav a.on{
	color: var(--main-color);
	font-weight: bold;
}

.mt30{
	margin-top: 30px;
}
.indexSwiper {
	width: 860px;
	height: 380px;
	background: #999;
	position: relative;
	overflow: hidden;
}
.mr30{
	margin-right: 30px;
}
.ml30{
	margin-left: 30px;
}
.indexTopRbox{
	background:#fff url(../img/one_bg.png) no-repeat;
	overflow: hidden;
	height: 380px;
	
}

#Top { display: none; width: 40px; height: 40px; cursor: pointer; position: fixed; z-index: 2019; right: 12px; bottom: 50px; border-radius: 50%; background: rgba(0, 0, 0, 0.4) url(../img/icon_up.png) no-repeat center; background-size: 50%; }


.box{
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,.01);
}
.title{
	position: relative;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	border-bottom: 1px #f1f4f9 solid;
}
.title h4{
	position: relative;
	font-size: 16px;
	font-weight: bold;
}
.title h4 i{
	margin-right: 5px;
	font-size: 22px;
}
.title .abs{
	width: 40px;
	height: 40px;
	font-size: 40px;
	position: absolute;
	right: -2px;
	top: -5px;
	color: #f00;
}
.ico02{
	color: #ff4841;
}
.title a{
	color: #999;
	font-size: 22px;
}
.title a:hover{
	color:var(--main-color);
}

/* .title h4::after{
    width: 6px;
    height: 6px;
    background-color:  var(--main-color);
    border-radius: 50%;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
} */
.hobBox{
	background: #fff;
}



.indexLeft{
	background: #fff;
	width: 220px;
}
.indexRigth{
	background: #fff;
	overflow: hidden;
}
.haut{
	height: auto;
}

.footer{
	padding-bottom: 30px;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
}
.ico01{
	color: #f00;
}
.ico03{
	color: #f60;
}
.ico04{
	color:#004393;
}
.ico06{
	color: var(--main-color);
}
.ico05{
	color:#9266f9;
}
.ico07{
	color:#007AFF;
}
.ico08{
	color: #00e477;
}
.mySwiper{
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}
.mySwiper .swiper-slide {
	position: relative;
	overflow: hidden;
}
.mySwiper .swiper-slide a{
	display: block;
}
.mySwiper .swiper-slide a:hover img{
	transform: scale(1.1);
}

.mySwiper .swiper-slide p{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	height: 100px;
	color: #fff;
	line-height: 80px;
	font-size: 16px;
	padding: 0 20px;
	overflow: hidden;
	box-sizing: border-box;
	padding-top:10px;
	 background: linear-gradient(to top,#000,transparent)
}

.mySwiper .swiper-pagination span{
	background: #fff;
	opacity: 1;
	width: 8px;
	height: 8px;
	border-radius: 4px;
}
.mySwiper .swiper-pagination .swiper-pagination-bullet-active{
	width: 20px;
	background: var(--main-color);
}

.tjyxUl li{
	width: 33.3333333%;
	box-sizing: border-box;
	padding:13px 10px;
	text-align: center;
}
.tjyxUl li p{
	margin-top: 11px;
	font-size: 15px;
	line-height: 22px;
	height: 44px;
}
.tjyxUl li:hover{
	background: rgba(0,0,0,.038);
}
.tjyxUl li .pic{
	width: 85px;
	height: 85px;
	margin: 0 auto;
	
}
.tjyxUl li img{
	border-radius: 10px;
	width:85px;
	height: 85px;
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), to(rgba(250, 250, 250, 0.2)));
}

.hobBoxUl{
	
}

.hobBoxUl li{
	width: 12.5%;
	padding:15px 10px 10px;
	text-align: center;
	position: relative;
}
.hobBoxUl li .pic{
	width: 100px;
	height: 100px;
	border-radius: 10px;
	overflow: hidden;
	display: block;
	margin: 0 auto;
}
.hobBoxUl li  p{
	margin-top: 7px;
	font-size: 15px;
	line-height: 25px;
	height: 25px;
}
.hobBoxUl li .pic img{
	width: 100px;
	height: 100px;
}
.hobBoxUl li:hover{
	background: rgba(0,0,0,.038);
}
.hobBoxUl li a{
	display: block;
}
.hobBoxUl li a span{
	color: #818181;
	font-size: 13px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.hobBoxUl li:hover a span{
	opacity: 0;
}

.hobBoxUl li a:hover img{
	transform: scale(1.15);
}

.hobBoxUl li .abs2{
	opacity: 0;
	background:var(--main-color);
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 32px;
	line-height: 32px;
	font-size: 15px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	transform: translate(0,100%);
}
.hobBoxUl li:hover .abs2{
	opacity: 1;
		transform: translate(0,0);
}


.phUl li a{
	padding: 10px 12px;
	display: flex;
}
.phUl li a:hover{
	background: rgba(0,0,0,.03);
}

.phUl li a .pic{
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 10px;
	margin-right: 8px;
	
	
}
.phUl li a .pic img{
	width: 50px;
	height: 50px;
}
.phUl li .phUlDiv p{
	margin-top: 5px;
	font-size: 15px;
	height: 20px;
	line-height: 20px;
}


.phUl li .phUlDiv span{
	font-size: 13px;
	color: #818181;
}
.pageList{
	width: 100.5%;
}
.pageList li{
	width: 33.3333%;
	
}
.pageList li a{
	padding:15px;
	height: 112px;
	overflow: hidden;
	position: relative;
}
.pageList li a .pic{
	margin-left: 5px;
	width: 80px;
	height: 80px;
	margin-right: 15px;
}
.pageList li a .pic img{
	width: 80px;
	height: 80px;
	border-radius: 10px;
	
}
.pageList li .pageListDiv{
	flex: 1;
}
.pageList li .appTit{
	font-size: 16px;
	height: 24px;
	overflow: hidden;
	line-height: 24px;
	margin-bottom: 5px;
}
.pageList li .appInfs{
	font-size: 13px;
	color: #818181;
	margin-bottom: 3px;
}
.pageList li  .appTims{
	font-size: 13px;
	color: #999;
}
.pageList li:hover{
	background: rgba(0,0,0,.03);
}

.pageList li .abs3{

	background:var(--main-color);
	color: #fff;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	padding: 0 15px;
	opacity: 0;
	border-radius: 5px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	}

.pageList li:hover .abs3{
	opacity:1;
}
.newsUlindex{
	padding: 6px 0;
	overflow: hidden;
}
.newsUlindex li{
	width: 33.3333%;
	box-sizing: border-box;
	padding: 0 15px;
	overflow: hidden;
}
.newsUlindex li a{
	    position: relative;
	    display: block;
		padding-right: 50px;
	    height: 36px;
	    line-height: 36px;
	    font-size: 15px;
	    padding-left: 12px;
		box-sizing: border-box;
}
.newsUlindex li a::after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 17px;
    background: rgba(0, 0, 0, .2);
}
.newsUlindex li a span {
    position: absolute;
    right: 0;
}

.pageList02 li{
	width: 20%;
	padding:18.8px 15px;
	box-sizing: border-box;
	position: relative;
}
.pageList02 li:last-child{
	display: none;
}
.pageList02 li .pic{
	width: 90px;
	height: 90px;
	overflow: hidden;
	border-radius: 10px;
}
.pageList02 li .pic img{
	width: 90px;
	height: 90px;
	
}
.pageList02 li:hover img{
	transform: scale(1.15);
}
.pageList02 li .pageList02Div{
	margin-top: 8px;
	text-align: center;
}
.pageList02 li .appTims{
	font-size: 14px;
	display: block;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
}
.pageList02 li .abs3{
	position: absolute;
	background:var(--main-color);
	color: #fff;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	padding: 0 15px;
	left: 30px;
	right: 30px;
	bottom: 10px;
	opacity: 0;
	border-radius: 5px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.pageList02 li:hover .abs3{
		opacity: 1;
}
.pageList02 li:hover{
	background: rgba(0,0,0,.03);
}
.pageList02 li .appTit {
    font-size: 16px;
    height: 24px;
    overflow: hidden;
    line-height: 24px;
    margin-bottom: 5px;
}

.pageList03 li{
	width: 33.333%;
	padding:15px;
}
.pageList03 li:hover{
	background: rgba(0,0,0,.03);
}

.pageList03 .appTit{
	font-size: 16px;
	height: 24px;
	overflow: hidden;
	line-height: 24px;
	margin-bottom: 5px;
}
.pageList03 li .pic{
	width: 85px;
	height: 85px;
	margin-right: 10px;
	overflow: hidden;
	border-radius: 10px;
}
.pageList03 li .pic img{
	width: 85px;
	height: 85px;
}
.pageList03 li .appInfs{
	font-size: 14px;
	color: #666;
	height: 42px;
	overflow: hidden;
	line-height: 21px;
}
.pageList03 li .abs3{
	margin-top: 6px;
	background:rgba(0, 179, 123,.1);
	color: var(--main-color);
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	padding: 0 18px;
	border-radius: 4px;
}
.pageList03 li:hover .abs3{
	background:var(--main-color);
	color:#fff;
}

/* 新闻列表 */
.mbxBox{
	max-width: 1280px;
	margin: 0 auto;
	margin-top: 10px;
	height: 30px;
	line-height: 30px;
	color: #666;
	 margin-bottom: -10px;
}
.mbxBox i{
	font-size: 18px;
}
.mbxBox  span{
	color: #666;
}
.newsLeft{
	background: #fff;
	padding-bottom: 30px;
}

.newsList01 li a{
	padding: 20px;
	border-bottom: 1px #f1f4f9 solid;
}
.newsList01 li .pic{
	width: 260px;
	height: 140px;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 20px;
}
.newsList01 li .pic img{
	width: 260px;
	height: 140px;
}
.newsList01 li h3{
	font-size: 18px;
	margin-bottom: 6px;
}
.newsList01 li .newsList01Txt{
	font-size: 14px;
	color: #666;
	line-height: 1.6;
}
.newsList01 li  .newsList01Bottom{
	margin-top: 10px;
	font-size: 13px;
	color:#999;
	height: 18px;
	line-height: 18px;
}
.newsList01 li  .newsList01Bottom i{
	font-size: 14px;
	margin-right: 2px;
}
.newsList01 li:hover{
	background: rgba(0,0,0,.03);
}
.newsList01 li:hover img{
	transform:  scale(1.15);
}
.newsList01 li:hover .ckSpan{
	color:var(--main-color) ;
}
.newsList01 li .ckSpan .jd02{
	opacity: 0;
	font-size: 16px;
}
.newsList01 li:hover .ckSpan .jd02{
	opacity: 1;
}

.newsList02 li a{
	padding: 20px;
	border-bottom: 1px #f1f4f9 solid;
}
.newsList02 li .pic{
	width: 260px;
	height: 140px;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 20px;
}
.newsList02 li .pic img{
	width: 260px;
	height: 140px;
}
.newsList02 li h3{
	font-size: 18px;
	margin-bottom: 8px;
}

.newsList02 li .newsList01Txt{
	font-size: 14px;
	color: #666;
	line-height: 1.6;
}
.newsList02 li  .newsList01Bottom{
	margin-top: 10px;
	font-size: 13px;
	color:#999;
	height: 18px;
	line-height: 18px;
}
.newsList02 li  .newsList01Bottom i{
	font-size: 14px;
	margin-right: 2px;
}
.newsList02 li:hover{
	background: rgba(0,0,0,.03);
}
.newsList02 li:hover img{
	transform:  scale(1.15);
}
.newsList02 li:hover .ckSpan{
	color:var(--main-color) ;
}
.newsList02 li .ckSpan .jd02{
	opacity: 0;
	font-size: 16px;
}
.newsList02 li:hover .ckSpan .jd02{
	opacity: 1;
}
.newsList03 li a{
	flex-flow: row-reverse;
}
.newsList03 li .pic{
	margin-left: 20px;
	margin-right: 0;
}



.pages {
	text-align: center;
	padding-top: 25px
}

.pages a {
	display: inline-block;
	padding: 0 10px;
	height: 30px;
	border: 1px solid #e7e7e7;
	line-height: 30px;
	background: #fff
}

.pages a.active,
.pages a:hover,
.pages span {
	border-color: var(--main-color);
	background: var(--main-color);
	line-height: 30px;
	color: #fff;
	display: inline-block;
	padding: 0 10px;
	height: 30px
}

.pages span.a1none {
	background: transparent;
	border-color: transparent
}

.pageBtn a,.pageBtn span{
	padding: 5px 10px;
	margin: 0 5px;
}
.pageBtn{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size:15px;
	display: none;
	box-sizing: border-box;
}
.pageBtn a{
	background: #eee;
	
}
.pageBtn span{
	color: #fff;
	background: var(--main-color);
}

.rigthBox{
	overflow: hidden;
	width: 330px;
}
.nHost{
	background: #fff;
	padding-bottom: 5px;
}
.nHostTitl{
	font-size: 15px;
}
.nHostTop a{
	padding: 15px;
	padding-bottom:0 ;
	height: 85px;
	overflow: hidden;
}
.nHostTop a img{
	margin-right: 15px;
	width: 120px;
	height: 70px;
	border-radius: 5px;
}
.nHostTop .tims{
	font-size: 13px;
	color: #999;
}
.nHostTop .tims i{
	font-size: 13px;
	margin-right: 4px;
}
.newbRul02 {
	padding: 8px 15px;
	overflow: hidden;
}



.newbRul02 li a {
	padding-left: 13px;
	position: relative;
	height: 32px;
	line-height: 32px;
	font-size: 15px;
}

.gl-ul li a:before {
	position: absolute;
	top: 12px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: rgba(0,0,0,.1);
	content: ""
}

.gl-ul li a:hover:before {
	background: var(--main-color);
}
.yxHost {
	background: #fff;
}
.yxHost  .tjyxUl li .pic {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.yxHost  .tjyxUl li .pic img{
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.rigthBox .indexLeft{
	width: 100%;
}
.rigthBox .phUl li a .pic img{
	width: 80px;
	height: 80px;
}
.rigthBox  .phUl li a .pic {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 10px;
    margin-right: 10px;
}
.rigthBox .phUl li .phUlDiv p{
	font-size: 16px;
}
.text-999{
	color: #999;
}
.rigthBox  .phUlnr{
	font-size: 13px;
	color: #666;
}
.rigthBox  .phUlnr i{
	color:#f60;
	opacity: .7;
}

.articleBox{
	background: #FFF;
	padding: 20px;
	
}
.articleTop{
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align: center;
	border-bottom: 1px #f1f4f9 solid;
}
.articleTop02{
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.articleTop h1,.articleTop02 h1{
	font-size: 28px;
	font-weight: 500;
	margin: 10px 0;
}
.articleTopinfos,.articleTop02 .articleTopinfos{
	font-size: 14px;
	color: #999;
}


.articleTopTxt {
	background: rgba(71, 178, 245, .08);
	padding: 10px 15px;
	color: #47B2F5;
	position: relative;
	font-size: 16px;
	line-height: 1.6;
}

.articleTopTxt02{
	background:#fafafa;
	padding:15px;
	position: relative;
	font-size: 16px;
	line-height: 1.6;
	border-radius: 5px;
	text-indent: 2em;
}
.articleTopTxt02 .itop02{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 22px;
	color: #999;
	text-indent:0;
	opacity: .5;
}
.articleTopTxt02 .iright02{
	text-indent:0;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 22px;
	color: #999;
	opacity: .5;
}


.articleTopTxt .itop {
	position: absolute;
	left: 0;
	top: 0;
	width: 14px;
	height: 14px;
	border-top: 3px #47B2F5 solid;
	border-left: 3px #47B2F5 solid;
}

.articleTopTxt .iright {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 14px;
	height: 14px;
	border-right: 3px #47B2F5 solid;
	border-bottom: 3px #47B2F5 solid;
}

.insertApp{
	background: #fafafa;
	padding: 20px;
	margin-top: 20px;
	border-radius: 5px;
}
.insertApp .pic{
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 5px;
	margin-right: 20px;
}
.insertApp .pic img{
	width: 100px;
	height: 100px;
}


.start {
	position: relative;
	overflow: hidden;
	width: 74px;
	height: 12px;
	background: url(../img/star.png) no-repeat;
	display: inline-block
}

.start5 {
	background-position: 0 0
}

.start4 {
	background-position: -14px 0
}

.start3 {
	background-position: -29px 0
}

.start2 {
	background-position: -44px 0
}

.start1 {
	background-position: -60px 0
}

.start0 {
	background-position: -74px 0
}
.insertAppInfo h4{
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	display: block;
	color: #333;
	font-weight: 500;
	margin-bottom: 6px;
}

.insertAppInfo li{
	color: #666;
	width: 40%;
	font-size: 14px;
	line-height: 28px;
}
.insertAppInfo li span{
	color: #999;
}
.insertAppBtn{
	border-radius: 5px;
	background: var(--main-color);
	padding: 5px 30px;
	color: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.insertApp:hover .insertAppBtn{
	border-radius: 20px;
	color: #ff0;
}
.insertApp:hover h4{
	color: var(--main-color);
}
.articleTxt{
	padding-top: 25px;
	line-height: 1.8;
	font-size: 16px;
}
.articleTxt p{
	font-size: 16px;
	margin-bottom: 15px;
}
.articleTxt img{
	display: block;
	margin: 15px auto;
	width: auto !important;
	height: auto !important;
}

.articleTxt h3{
	font-weight: bold;
	color: var(--main-color);
	font-size: 16px;
	padding-left: 15px;
	border-left: 5px solid var(--main-color);
	line-height: 18px;
	margin: 12px 0px;
}
.xgNews{
	background: #fff;
	
}

.xgNews .newsUlindex li{
	width: 50%;
}
.xgApp{
	background: #fff;
}
.xgApp .tjyxUl li{
	width: 20%;
}


.pcList {
	
	padding-bottom: 0;
}

.pcList li {
	padding:15px 20px;
	border-bottom: 1px #f1f4f9  solid;
	box-sizing: border-box;
}

.pcList li a {
	display: block;
}

.pcList li h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

.pcList li dt {
	width: 125px;
	height: 125px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px #f8f8f8 solid;
	border-radius: 15px;
	margin-right: 20px;
}

.pcList li dt img {
	width: 95px;
	height: 95px;
	border-radius: 15px;
}



.pcList li .item01 span {
	display: inline-block;
	margin-right: 20px;
}

.pcList li .item01 {
	padding-top: 5px;
	font-size: 13px;
	color: #818181;
}

.pcList li .item02 {
	margin-top: 7px;
	line-height: 1.8;
	color: #666;
	font-size: 15px;
}

.pcList li .item03 {
	margin-top: 12px;
	line-height: 32px;
}

.pcList li .item03 .btns {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border-radius: 18px;
	padding: 0 25px;
	font-size: 15px;
	display: inline-block;
	float: right;
	color:var(--main-color);
}

.pcList li a:hover .btns {
	display: inline-block;
	background: var(--main-color);
	color: #fff;
}
.pcList li a:hover  dt{
	border-color: var(--main-color) ;
}

.appList02 li a{
	padding: 20px;
	border-bottom: 1px #f1f4f9 solid;
	position: relative;
}
.appList02 li .pic{
	width: 105px;
	height: 105px;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 20px;
}
.appList02 li .pic img{
	width: 105px;
	height: 105px;
}
.appList02 li h3{
	margin-bottom: 8px;
	font-size: 18px;
	padding-right: 75px;
}
.appList02 li .item02{
	color: #666;
	font-size: 15px;
	line-height: 1.5;
}
.appList02 li .item01{
	margin-top: 6px;
	color: #999;
	font-size: 13px;
}
.appList02 li .item01 span{
	display: inline-block;
	margin-right: 5px;
}.appList02 li .item01 span i{
	padding-right: 3px;
}

.appList02 li .item03{
	
	position: absolute;
	right:20px;
	top: 20px;
	font-size: 13px;
	padding: 0 20px;
	height: 28px;
	line-height: 28px;
	border-radius: 14px;
	color: #999;
}

.appList02 li:hover .item03{
background: var(--main-color);
color: #fff;
}
.appList02 li:hover .pic img{
	transform: scale(1.15);
}


.PageAppList{
	margin-left: -20px;
	padding-left: 20px;
	padding-right: 20px;
}
.PageAppList li {
	width: 50%;
	box-sizing: border-box;
	padding-left: 20px;
	margin-bottom: 20px;
}

.PageAppList li a {
	padding: 15px;
	display: block;
	border: 1px #E6E6E6 solid;
	padding-bottom: 0;
}

.PageAppList li a:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.PageAppList li h3 {
	overflow: hidden;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}

.mt18 {
	margin-top: 18px;
}

.PageAppList li .pic {
	float: left;
	width: 80px;
	height: 80px;

}

.PageAppList li .pic img {
	width: 80px;
	height: 80px;
	border-radius: 15px;
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), to(rgba(250, 250, 250, 0.2)));
}



.PageAppList li .infos {
	margin-left: 95px;
}

.PageAppList li .infos span {
	margin-top: 2px;
	float: left;
	width: 50%;
	color: #666;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	font-size: 13px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.ov {
	overflow: hidden;
}

.PageAppList li .infos .btns {
	width: 110px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: rgba(71, 178, 245, .08);
	margin-top: 8px;
	color: var(--main-color);
	font-size: 14px;
	border-radius: 5px;
}

.PageAppList li a:hover .infos .btns {
	background: var(--main-color);
	color: #fff;
	box-shadow: 0 0 15px rgba(71, 178, 245, .3);
	border-radius: 16px;
}

.PageAppList li .appTxt {
	margin-top: 15px;
	border-top: 1px #E6E6E6 solid;
	height: 42px;
	line-height: 40px;
	font-size: 14px;
	color: #999;



}

.PageAppList li .appTxt span {
	font-weight: bold;
	color: #666;
}

.PageAppList li a:hover .appTxt {
	color: #666;
}

.PageAppList li a:hover .appTxt span {
	color: #21b47c;
}

.appList03 li{
	width: 20%;
	padding: 15px 0;
	position: relative;
	overflow: hidden;
}
.appList03 li .pic{
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 8px;
}
.appList03 li .pic img{
	width: 100px;
	height: 100px;
}
.appList03 li:hover{
	background: rgba(0,0,0,.038);
}
.appList03 li:hover img{
	transform: scale(1.15);
}
.appList03 li strong{
	padding: 0 10px;
	margin-bottom: 5px;
	font-size: 16px;
}
.appList03 li span{
	font-size: 14px;
	color: #999;
}
.appList03 li .abs2{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 34px;
	line-height: 34px;
	background:var(--main-color);
	color: #fff;
	text-align: center;
	opacity: 0;
	font-size: 15px;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
transform: translate(0,100%);
}
.appList03 li:hover .abs2{
		opacity: 1;
	transform: translate(0,0);
}

.appList04 {
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
	margin-top: 20px;
}
.appList04 li {
    width: 50%;
    box-sizing: border-box;
    padding-left: 20px;
    margin-bottom: 20px;
}
.appList04 li a {
    padding: 15px;
    display: block;
    border: 1px #E6E6E6 solid;
    padding-bottom: 0;
}
.appList04 li .pic {
    width: 80px;
    height: 80px;
	margin-right: 20px;
}
.appList04 li .pic img {
    width: 80px;
    height: 80px;
    border-radius: 15px;
    -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, transparent), to(rgba(250, 250, 250, 0.2)));
}
.appList04 li a:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.appList04 li .appTxt {
    margin-top: 15px;
    border-top: 1px #E6E6E6 solid;
    height: 42px;
    line-height: 40px;
    font-size: 14px;
    color: #999;
}

.appList04 li .appTxt span {
    font-weight: bold;
    color: #666;
}
.appList04 li .infos h3{
	    font-size: 20px;
	    font-weight: bold;
}
.appList04 li  .infosTims{
	color: #999;
	font-size: 14px;
}
.appList04 li  .infosTims i{
	color: #f60;
	    opacity: .7;
}

.appList04 li .infos .btns {
	width: 110px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: rgba(71, 178, 245, .08);
	margin-top: 8px;
	color: var(--main-color);
	font-size: 14px;
	border-radius: 5px;
}

.appList04 li a:hover .infos .btns {
	background: var(--main-color);
	color: #fff;
	box-shadow: 0 0 15px rgba(71, 178, 245, .3);
	border-radius: 16px;
}

/* 下载页面 */
.appinfosBox01{
	padding: 25px;
	background:#f4fffa;
	position: relative;
	overflow: hidden;
}
.appinfosBox01 .pic{
	width: 130px;
	height: 130px;
	border-radius: 15px;
	margin-right: 25px;
	overflow: hidden;
}
.appinfosBox01 .pic img{
	width: 130px;
	height: 130px;
}
.appinfosBox01Rbox h1{
	font-size: 28px;
}
.appinfosBox01jj{
	margin-top: 10px;
	color: #666;
	font-size: 14px;
}
.appinfosBox01jj li + li{
	margin-left: 15px;
	
}
.appinfosBox01jj li  span{
	color: #999;
}
.infsBtn{
	margin-top: 10px;
	display: flex !important;
}
.infsBtn a {
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    margin-right: 30px;
    border-radius: 6px;
    position: relative;
    box-sizing: border-box;
    padding: 0 40px;
	display: block !important;
}

.abtn {
	background:#4ec62b;
}

.abtn:hover {
	border-radius: 20px;
	box-shadow: 0 0 15px rgba(71, 178, 245, .3);
}

.ibtn {
	background: #2388e6 ;
}

.ibtn:hover {
	border-radius: 20px;
	box-shadow: 0 0 15px rgba(71, 178, 245, .3);
}

.infsBtn a.no {
	background: rgba(0,0,0,.25);
	cursor: not-allowed;
	text-align: center;
	padding-left: 0;
	padding:  0 40px;
}

.infsBtn a.no:hover {
	border-radius: 5px;
	box-shadow: 0 0 0 rgba(71, 178, 245, .3);
}
.appImgBox{
	background: #fff;
}
.appinfosBox01 .abs{
	position: absolute;
	right: -2px;
	bottom: -6px;
	font-size: 26px;
	color: var(--main-color);
}

.img_list {
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 20px;
}

.img_list ul li {
	margin-right: 10px;
	display: inline-block;
}

.img_list ul li img {
	max-height:280px;
	z-index: 1;
	height: auto;
	max-width: 100%
}

.imgshow {
	display: none;
	background: rgba(0, 0, 0, .5);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2019521;
}

.swiperbox {
	height: 100vh;
	z-index: 3;
	background: rgba(0, 0, 0, .6);
}

.swiperbox img {
	width: initial;
	position: relative;
	z-index: 2;
}

.swiper-zoom-container:before {
	width: 100%;
	height: 100%;
	content: ' ';
	position: absolute;
	z-index: 1;
	display: block;
	top: 0;
	left: 0;
	cursor: pointer;
}

.closebtn {
	position: absolute;
	z-index: 22;
	width: 60px;
	height: 60px;
	bottom: 0;
	left: 10px;
	background-size: 40px
}

.imgshow .swiper-slide {
	background: 0 0
}

.appArticle01{
	background: #fff;
}
.appArticle01Txt{
	padding: 20px;
	line-height: 1.8;
	font-size: 15px;
	color: #666;
}
.appArticle01Txt p{
	margin-bottom: 10px;
}
.appArticle01Txt img{
	display: block;
	margin: 15px auto;
	max-width: 100%;
	width: auto !important;
	height: auto !important;
}
.appArticle01Txt h3{
	margin-bottom: 10px;
	line-height: 1.2;
	color: #333;
	padding-left: 10px;
	border-left: 4px solid  var(--main-color);
}



.xg-ul {
	padding: 20px;
	padding-bottom:5px;
}

.xg-ul li {
	height: 38px;
	line-height: 38px;
	margin-bottom: 15px;
	padding: 0 10px;
	background: #f7f7f7
}

.xg-ul li div {
	float: left
}

.xg-t {
	width: 300px;
	overflow: hidden;
	padding-left: 5px;
	font-size: 15px;
}

.xg-ul li .xg-btn {
	float: right;
	width: 90px;
	text-align: center;
	background:var(--main-color);
	color: #fff;
	margin-right: -10px
}
.xg-ul li .xg-m{
	width: 80px;
}
.xg-ul li .start {
	margin-top: 13px;
	margin-right: 25px
}

.xg-ul li .xg-ch {
	color: #999;
	overflow: hidden;
}

.xg-ul li:hover .xg-btn {
	background:var(--main-color) ;
	box-shadow: 0 0 15px rgba(18, 167, 180, .3);
}

.xg-time {
	margin: 0 20px;
	color: #999
}
.xgEdition{
	background: #FFF;
}
.phUl li .phUlDiv p.txt{
	color: #999;
	font-size: 13px;
}

.appinfosBox02{
	padding: 25px;
	background: #fff;
	position: relative;
}
.appinfosBox02 .appinfos01Code {
	right: 20px;
	top: 30px;
}

.appinfosBox02 .pic{
	width: 130px;
	height: 130px;
	margin-right: 20px;
	border-radius: 15px;
	overflow: hidden;
}
.appinfosBox02 .pic img{
	width: 130px;
	height: 130px;
}
.appinfosBox02Rbox h1{
	font-size: 26px;
}
.appPyBox{
	line-height: 1.6;
	margin-top: 15px;
	font-size: 15px;
	color: #666;
	display:none;
}
.appPyBox i{
	padding-right: 8px;
}

.appinfos01{
	background: #fff;
	padding: 20px;
	padding-bottom: 30px;
}
.appinfos01Top{
	padding-bottom: 15px;
	border-bottom: 1px #f1f4f9 solid;
}
.appinfos01Top h1{
	font-size: 28px;
}
.appinfos01Topi{
	background: url(../img/icon-safe.png) no-repeat;
	width: 90px;
	margin-left: 25px;
	height: 28px;
}

.appinfos01Top .pic{
	width: 50px;
	height: 50px;
	
	overflow: hidden;
	border-radius: 10px;
	margin-right: 20px;
}
.appinfos01Bottom{
	padding-top: 20px;
	padding-right: 300px;
	position: relative;
}
.appinfos01Code{
	position: absolute;
	right: 0;
	bottom: 0;
	top: 20px;
	width: 100px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}
.appinfos01Code img{
	width: 100px;
	height: 100px;
}
.appinfos01Ul li{
	font-size: 15px;
	width: 33.333%;
	line-height: 34px;
}
.appinfos01Ul li em{
	font-style: normal;
	color: #999;
}
.appinfos02 .pic{
	width: 130px;
	height: 130px;
	margin-right: 20px;
	border-radius: 15px;
	overflow: hidden;
}
.appinfos02 .pic img{
	width: 130px;
	height: 130px;
}
.leftApp{
	background: #fff;
	padding: 20px;
}
.leftApp .pic{
	width: 140px;
	height: 140px;
	margin: 10px auto;
	overflow: hidden;
	border-radius: 20px;
}
.leftApp .pic img{
	width: 140px;
	height: 140px;
}
.leftApp h1{
	padding-top: 5px;
	font-size: 28px;
	text-align: center;
	margin-bottom: 10px;
}
.leftApp  .infsBtn a{
	width: 80%;
	margin: 0 auto 20px;
	text-align: center;
	height: 48px;
	line-height: 48px;
}
.leftApp  .infsBtn a:hover{
	border-radius: 24px;
}
.leftApp .appinfos01Ul{
	margin-bottom: 15px;
}
.leftApp .appinfos01Ul li{
	width: 50%;
	font-size: 14px;
}

a[href*="https://www.cnzz.com"]{display: none !important;}