@charset "UTF-8";

blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0
}

body {
	background: #eff1f4;
	color: #666;
	font-size: 14px;
	line-height: 1.5;
	font-family: "Microsoft YaHei", Arial, "黑体", "宋体", sans-serif
}

caption,
td,
th {
	font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	font-size: 100%
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: 400
}

a {
	color: #333;
	text-decoration: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

a:hover {
	text-decoration: none;
	color: #ed7f24
}

img {
	max-width: 100%;
	border: 0;
	vertical-align: top;
	position: relative;
	font-size: 0;
	border-radius: 15px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

img::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #f2f2f2
}

li,
ol,
ul {
	list-style: none
}

button,
input,
select,
textarea {
	font: 14px "Microsoft YaHei", Arial, "黑体", "宋体", sans-serif
}

table {
	border-collapse: collapse
}

html,
body {
	width: 100vw;
	overflow-x: hidden;
}

.cf:after {
	clear: both;
	display: table;
	content: " "
}

.fl {
	float: left
}

.fr {
	float: right
}

.zwBox {
	margin-top: 20px;
}

.w240 {
	width: 240px;
	background: #fff;
}

.indexTopLeft {
	height: 300px;
	background: #fff url(../img/one_bg.png) -20px 10px no-repeat;
}

.topBox3 {
	display: flex;
	justify-content: space-between;

}


.title {
	font-size: 18px;
	margin: 0 10px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #e6e6eb;
	font-weight: 600;
	color: #333;
}

.title a.fr {
	font-weight: 500;
	color: #666;
}

.title a.fr:hover {
	color: #12A7B4;
}

.indexTopLeftApp {
	padding: 10px;
	display: block;
	text-align: center;
}

.indexTopLeftApp img {
	display: block;
	margin: 10px auto 0;
	width: 95px;
	height: 95px;
	border-radius: 15px;
}

.indexTopLeftApp .name {
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin-top: 6px;
}

.indexTopLeftApp p {
	font-size: 14px;
	color: #999;
	margin-top: 4px;
}

.indexTopLeftApp span {
	display: block;
	margin: 15px auto 0;
	width: 150px;
	height: 38px;
	line-height: 38px;
	background: #ed7f24;
	font-size: 15px;
	color: #fff;
}

.indexTopLeftApp:hover span {
	background: #ed7f24;
	border-radius: 19px;
	box-shadow: 0 0 12px rgba(18, 167, 180, .3);
}



.top {
	width: 100%;
	height: 35px;
	background: rgb(249, 249, 249);
	border-bottom: 1px solid rgb(232, 232, 232);
	line-height: 35px;
}

.w1200 {
	max-width: 1240px;
	margin: 0 auto;
}

.header {
	background: #fff;
	/* 	box-shadow: 0 0 15px rgba(0,0,0,.15); */
}

.navBox {
	padding: 15px 0;
}

.logo img {
	height: 60px;
}



.nav li {
	float: left;
	height: 50px;
	line-height: 50px;
}

.nav li a {
	display: block;
	margin: 0 15px;
	padding: 0 15px;
	font-size: 17px;
	position: relative;
}

.nav li a:hover,
.nav li.on a {
	color: #ed7f24;
}

.nav li a::before {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	right: 50%;
	height: 4px;
	background: #fff;
	border-radius: 2px;
}

.nav li a:hover::before,
.nav li.on a::before {
	background: #ed7f24;
	left: 0;
	right: 0;
}

.mt20 {
	margin-top: 20px;
}

.indexTboxLeft {
	width: 260px;
	overflow: hidden;
}

.indexTboxLeftTop {
	background: #fff;
	padding-top: 10px;
}

.xTitle {
	height: 24px;
	line-height: 24px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	text-indent: 11px;
	border-left: 4px solid #ed7f24;
}

.xTitle h2 {
	font-weight: bold;
}

.xTitle a {
	font-size: 15px;
	margin-right: 15px;
	font-weight: 500;
}


.leftTopApp {
	padding: 15px;
	display: block;
}

.leftTopApp img {
	width: 90px;
	height: 90px;
	border-radius: 15px;
}

.appRbox1 {
	margin-left: 100px;
}

.appRbox1 h3 {
	color: #ed7f24;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
	height: 45px;
	overflow: hidden;
	margin-bottom: 4px;
}

.appRbox1 p {
	color: #999;
	font-size: 12px;
}

.appRbox1 p span {
	color: #333;
}

.leftTopApp .appInfo {
	margin-top: 10px;
	font-size: 14px;
	color: #999;
}

.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;
}

.leftTopApp .btn {
	background: #ed7f24;
	border-radius: 8px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	margin-top: 10px;
}

.leftTopApp:hover .btn {
	background: #ed7f24;
}

.leftTopApp:hover h3 {
	color: #f60;
}

.indexTboxLeftBottom {
	background: #fff;
	padding-top: 10px;
}

.indexTboxLeftBottom li a {
	display: block;
	padding: 10px 15px;
}

.indexTboxLeftBottom li a img {
	width: 60px;
	height: 60px;
	border-radius: 15px;
	float: left;
}

.indexTboxLeftBottom li a .item {
	margin-left: 70px;
}

.indexTboxLeftBottom li a p {
	font-size: 12px;
	color: #999;
}

.indexTboxLeftBottom ul {
	margin-top: 8px;
	padding-bottom: 8px;
}

.indexTboxLeftBottom li h3 {
	font-size: 14px;
	color: #333;
	line-height: 1.4;
	margin-bottom: 3px;
}

.indexTboxLeftBottom li+li {
	border-top: 1px #e1e1e1 dotted;
}

.indexTboxLeftBottom li:hover {
	background: rgba(71, 178, 245, .1);
}

.indexTboxLeftBottom li:hover h3 {
	color: #ed7f24;
}

.indexTboxLeft2 {
	width: 900px;
}


.mySwiper {
	width: 640px;
	height: 300px;
	overflow: hidden;
	position: relative;
}


.mySwiper img {
	width: 640px;
	height: 300px;
}

.mySwiper .swiper-slide {
	position: relative;
}

.mySwiper .swiper-slide p {
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
}

.mySwiper .swiper-pagination {
	display: none;
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
	color: #fff;
}

.mySwiper .swiper-button-next:after,
.mySwiper .swiper-button-prev:after {
	font-size: 30px;
}


.mySwiper a:hover img {
	transform: scale(1.2);
}

.mySwiper a:hover p {
	background: #ed7f24;
}

.slideTxtBox {
	margin-top: 20px;
	background: #fff;
	height: 369px;
	box-sizing: border-box;
	padding: 15px;
	overflow: hidden;
}

.slideTxtBox .hd {
	background: #f5f5f5;
	height: 40px;
	line-height: 40px;

}

.slideTxtBox .hd li {
	display: inline-block;
	font-size: 16px;
	padding: 0 20px;
	cursor: pointer;
}

.slideTxtBox .hd li.on {
	background: #ed7f24;
	color: #fff;
	font-weight: bold;
}

.slideTxtBox .item {
	margin-top: 20px;
	margin-left: -10px;
	margin-right: -10px;
	height: 278px;
	overflow: hidden;
	box-sizing: border-box;
}

.slideTxtBox .item:nth-child(1) {
	display: block;
}

.slideTxtBox .item li {
	float: left;
	width: 14.28%;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
	padding-bottom: 15px;
	overflow: hidden;
	height: 143px;
}

.slideTxtBox .item li img {
	width: 80px;
	height: 80px;
	display: block;
	margin: 0 auto 5px;
	border-radius: 15px;
}

.slideTxtBox .item li h4 {
	font-size: 14px;
	margin-bottom: 3px;
}

.slideTxtBox .item li p {
	font-size: 12px;
	height: 18px;
	overflow: hidden;
}

.tc {
	text-align: center;
}

.txt-81 {
	color: #818181;
}

.red {
	color: #f00;
}

.indexTboxRight {
	background: #fff;
	width: 320px;
	overflow: hidden;
	height: 689px;
}

.indexTboxRight .xTitle {
	margin-top: 10px;
}

.hotNews {
	height: 130px;
	position: relative;
	overflow: hidden;
	display: block;
}

.hotNews img {
	height: 130px;
	width: 260px;
}

.hotNews:hover img {
	transform: scale(1.2);
}

.img-bottom-title {
	height: 56px;
	line-height: 72px;
	position: absolute;
	bottom: 0;
	left: 0;
	color: white;
	text-align: center !important;
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	background: url(../img/textshadow.png) center top;
}

.indexTboxRight li {}

.indexTboxRight li a {
	display: block;
	padding: 15px;
}

.indexTboxRight li img {
	width: 65px;
	height: 65px;
	display: block;
	margin: 0 auto;
	float: left;
}

.indexTboxRight li .item {
	margin-left: 75px;
}

.indexTboxRight li .item h4 {
	font-size: 15px;
	height: 42px;
	overflow: hidden;
	line-height: 1.3;
	margin-bottom: 3px;
}

.indexTboxRight li p {
	font-size: 12px;
}

.indexTboxRight li p span {
	font-weight: bold;
	color: #ed7f24;
}

.indexTboxRight li+li {
	border-top: 1px #E1E1E1 dotted;
}

.indexPc {
	background: #fff;
	padding-top: 10px;
}

.pcUl {
	padding: 15px;
	margin-left: -15px;
	padding-bottom: 0;
	overflow: hidden;
	height: 293px;
}

.indexPc li {
	float: left;
	width: 20%;
	padding-left: 15px;
	box-sizing: border-box;
	margin-bottom: 18px;
}

.indexPc li a {
	display: block;
	height: 80px;
}

.indexPc li a img {
	height: 80px;
	width: 80px;
	border-radius: 15px;
	float: left;
}

.indexPc li a .item {
	margin-left: 90px;
}

.indexPc li .item h3 {
	font-size: 15px;
	padding-top: 5px;
	margin-bottom: 6px;
}

.indexPc li a .item p {
	color: #818181;
}

.appList {
	padding-top: 10px;
	background: #fff;
	padding-bottom: 10px;
}

.appUl {
	padding: 15px;
	margin-left: -10px;
	margin-right: -10px;
	height: 418px;
	overflow: hidden;
	margin-bottom: 10px;
}

.appUl li {
	width: 14.28%;
	box-sizing: border-box;
	float: left;
	text-align: center;
	height: 213px;
	overflow: hidden;
}

.appUl li img {
	width: 100px;
	height: 100px;


	display: block;
}

.appUl li .pic {
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin: 9px auto;
	border-radius: 15px;
}

.appUl li a {
	border: 1px #E1E1E1 solid;
	border-radius: 8px;
	display: block;
	margin: 10px;
	padding: 10px;
}

/* .appUl li a .time{
	text-align: left;
} */
.appUl li h3 {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 4px;
}

.appUl li a:hover img {
	transform: scale(1.2);
}

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

.software {
	background: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.softwareUl {
	padding: 15px;
	margin-left: -10px;
	margin-right: -10px;
}

.softwareUl li {
	float: left;
	width: 11.111111%;
	box-sizing: border-box;
	padding: 0 10px;
	margin-bottom: 15px;
	text-align: center;
}

.softwareUl li .pic {
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin: 0 auto 8px;
	border-radius: 15px;
}

.softwareUl li .pic img {
	width: 100px;
	height: 100px;
}

.softwareUl li h3 {
	font-size: 16px;
}

.softwareUl li a {
	display: block;
}

.softwareUl li a:hover img {
	transform: scale(1.2);
}

.appHot {
	margin: 15px;
	margin-top: -5px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.appHot .xTitle {}

.appHotAbox {
	margin-top: 14px;
}

.appHotAbox a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	padding: 0 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #f9f9f9;
}

.appHotAbox a:hover {
	background: #ed7f24;
	color: #fff;
}

.hotNewsItem {
	display: block;
	height: 145px;
}

.hotNewsItem+.hotNewsItem {
	margin-top: 20px;
}

.hotNewsItem img {
	width: 280px;
	height: 145px;
	float: left;
}


.newsBox {
	background: #fff;
	padding-top: 10px;
}

.p15 {
	padding: 15px;
}

.hotNewsl {
	width: 750px;
}

.hotNewsItem .item {
	margin-left: 295px;
}

.hotNewsItem .item h3 {
	padding-top: 10px;
	font-size: 18px;
	margin-bottom: 6px;
}

.hotNewsItem .item .txt {
	line-height: 1.8;
}

.hotNewsItem .item span {
	margin-top: 3px;
	display: inline-block;
}

.newsUlindex {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
}

.newsUlindex li {
	padding-left: 15px;
	width: 33.333%;
	box-sizing: border-box;
}

.newsUlindex li a {
	position: relative;
	padding-right: 60px;
	display: block;
	height: 36px;
	line-height: 36px;
	font-size: 15px;
	padding-left: 12px;
}

.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;
}

.newsUlindex li a:hover::after {
	background: #ed7f24;
}

.linkBox {
	background: #fff;
	padding-top: 10px;
}

.linkBox22 {
	background: #fff;
	padding-top: 10px;
}


.linkBoxa a {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	margin-right: 15px;
}

.linkBoxa {
	padding: 8px 0 0 15px;
}


.copy-box {
	padding: 15px 0;
	line-height: 1.8;
	text-align: center;
}

.mbx {
	margin-top: 5px;
	line-height: 40px;
	overflow: hidden;
	height: 40px;
	padding-bottom: 5px;
}

.pcPageLeft {
	padding-bottom: 20px;
	box-sizing: border-box;
	padding-top: 10px;
	width: 900px;
	background: #fff;
}

.pcPageRigth {
	padding-top: 10px;
	margin-left: 920px;
	background: #fff;
}

.pcList {
	padding: 15px;
	padding-bottom: 0;
}

.pcList li {
	padding-bottom: 20px;
	margin-bottom: 15px;
	border-bottom: 1px #ededed solid;
}

.pcList li a {
	display: block;
}

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

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

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

.pcList li dd {
	margin-left: 145px;
}

.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;
	text-indent: 2em;
	line-height: 1.8;
	color: #666;
}

.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: #ed7f24;
}

.pcList li a:hover .btns {
	display: inline-block;
	background: #ed7f24;
	color: #fff;
}




.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: #ed7f24;
	background: #ed7f24;
	line-height: 30px;
	color: #fff;
	display: inline-block;
	padding: 0 10px;
	height: 30px
}

.pages span.a1none {
	background: transparent;
	border-color: transparent
}

.flList {
	padding: 15px;
	font-size: 0;
	padding-bottom: 0;
	margin-left: -10px;
	overflow: hidden;
}

.flList a {
	display: inline-block;
	width: 90px;
	margin-left: 10px;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	background: #F9F9F9;
	margin-bottom: 15px;
}

.flList a:hover,
.flList a.on {
	background: #ed7f24;
	color: #fff;
}

.rmtjUl li a {
	display: block;
	padding: 10px 15px;
}

.rmtjUl li img {
	width: 65px;
	height: 65px;
	display: block;
	margin: 0 auto;
	float: left;
}

.rmtjUl {
	overflow: hidden;
	padding-top: 8px;
	padding-bottom: 8px;
}

.rmtjUl li .item {
	margin-left: 75px;
}

.rmtjUl li+li {
	border-top: 1px #E1E1E1 dotted;
}

.rmtjUl li .item h4 {
	padding-top: 8px;
	font-size: 16px;
	overflow: hidden;
	line-height: 1.3;
	margin-bottom: 5px;

}

.rmtjUl li {
	display: block;
	height: 85px;
}

.rmtjUl li a {
	display: block;
}

.rmtjUl li p {
	font-size: 14px;
}

.rmtjUl li p span {
	font-weight: bold;
}

.phUlBox {
	padding: 15px;
	padding-bottom: 0;
	overflow: hidden;
	margin-left: -15px;
}

.phUlBox li {
	box-sizing: border-box;
	padding-left: 15px;
	margin-bottom: 15px;
	float: left;
	width: 33.3333%;
}

.phUlBox li img {
	width: 80px;
	height: 80px;
	display: block;
	margin: 0 auto;
	border-radius: 15px;
}

.phUlBox li h4 {
	margin-top: 5px;
	font-size: 15px;
	min-height: 48px;
	text-align: center;
	line-height: 1.6;
}

.soft-attr {
	background: #fff;
}

.soft-attr h1 {
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	color: #333;
	padding-top: 10px;
	margin-bottom: 8px;
	margin-right: 15px;

}

.softh1 {
	box-sizing: border-box;
	padding: 15px;
	position: relative;
}

.softh1 .softimg2 {
	width: 85px;
	height: 85px;
	border-radius: 15px;
	margin-right: 20px;
}

.site-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border: 34px solid transparent;
	border-top-color: #0cad12;
	border-right-color: #0cad12;
	color: #fff;
}

.siteabs {
	position: absolute;
	background: url(../img/rz.png);
	z-index: 200;
	top: 8px;
	width: 24px;
	height: 24px;
	right: 8px;
}

.soft_lis {
	margin-top: -15px;
	padding-left: 15px;
	width: 500px;
}

.soft_lis li {
	color: #333;
	height: 30px;
	line-height: 30px;
	float: left;
	width: 50%;
}

.soft_lis li span {
	color: #818181;
}

.soft_download {
	padding-top: 10px;
}

.soft_download a.softbtns {
	display: block;
	width: 220px;
	border-radius: 8px;
	height: 50px;
	text-align: center;
	font-size: 18px;
	background: #ed7f24;
	color: #fff;
	line-height: 50px;
	margin-left: 15px;
}

.soft_download a.softbtns:hover {
	background: #288bde;
}

.soft_download a.softbtns.on,
.soft_download a.softbtns.on:hover {
	background: #aeaeae;
	color: #fff;
	cursor: not-allowed;

}

.pcdownloadBox {
	margin-top: 10px;
	padding-bottom: 20px;
	border-bottom: 2px #eff1f4 solid;
}

.soft-article {
	padding: 20px;
	line-height: 2;
	color: #333;
	border-bottom: 2px #eff1f4 solid;
}

.soft-article p {
	margin-bottom: 10px;
}

.glBox {
	margin-top: 18px;
	background: #eff1f4;
	height: 2px;
}

.soft-article h3 {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #ed7f24;
	border-left: 3px solid #ed7f24;
	background: #fafafa;
	text-indent: 14px;
	display: block;
	overflow: hidden;
	margin: 6px 0;
}

.soft-article img {
	display: block;
	margin: 15px auto;
	max-width: 100%;
	height: auto !important;
	width: auto !important;
}

.glNews {
	padding: 10px 20px;
}

.glNews li {
	width: 50%;
	float: left;
}

.glNews li a {
	height: 36px;
	line-height: 36px;
	position: relative;
	padding: 0 18px 0 13px;
	display: block;
}

.glNews li a::after {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	background: rgba(0, 0, 0, .2);
	border-radius: 50%;
	left: 0;
	top: 16px;
}

.glNews li a:hover::after {
	background-color: #ed7f24;
}

.pcPageLeft .phUlBox li {
	width: 14.28%;
}

.list-top {
	padding-top: 10px;
	background: #fff;
}


.listTopul {
	padding: 15px 10px;
}

.listTopul li {
	float: left;
	width: 10%;
	text-align: center;
}

.listTopul li a {
	display: block;
	width: 100px;
	margin: 0 auto;
}

.listTopul li a img {
	width: 88px;
	height: 88px;
	border-radius: 15px;
	display: block;
	margin: 0 auto 9px;
}

.listTopul li a p {
	font-size: 15px;
}

.sub-nav {
	margin-top: 5px;
	margin-left: 15px;
}

.sub-nav a {
	float: left;
	margin-right: 18px;
	height: 38px;
	line-height: 38px;
	font-size: 15px;
	width: 96px;
	margin-bottom: 18px;
	background: #f1f1f1;
	text-align: center;
}

.sub-nav a.on,
.sub-nav a:hover {
	color: #fff;
	background: #ed7f24;
	box-shadow: 0 0 15px rgba(71, 178, 245, .3);
	border-radius: 6px;
}



.appListBox {
	padding: 30px 20px;
	background: #fff;
}

.PageAppList {
	margin-left: -25px;
}

.PageAppList li {
	float: left;
	margin-left: 25px;
	margin-bottom: 28px;
}

.PageAppList li a {
	display: block;
	width: 351px;
	border: 1px #E6E6E6 solid;
	padding: 18px 15px 0;
}

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

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

.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: 36px;
	line-height: 36px;
	text-align: center;
	background: rgba(71, 178, 245, .08);
	margin-top: 8px;
	color: #ed7f24;
	font-size: 15px;
	border-radius: 5px;
}

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

.PageAppList li .appTxt {
	margin-top: 15px;
	margin-left: -15px;
	margin-right: -15px;
	border-top: 1px #E6E6E6 solid;
	height: 64px;
	box-sizing: border-box;
	line-height: 1.8;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #999;
	padding: 10px 15px 0;


}

.PageAppList li a {
	padding-bottom: 15px;
}


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

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

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

.appListBox .xTitle {
	margin-bottom: 20px;
	margin-top: -10px;
	margin-left: -20px;
}



.appinfosBox {
	background: #fff;
	padding: 20px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.appInfosLeft {
	max-width: 1028px;
}

.appInfosLeft img {
	width: 170px;
	height: 170px;
	border-radius: 25px;
	float: left;

}

.infosItem {
	margin-left: 190px;

}

.infosIitle {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

.infosIitle h1 {
	float: left;
	font-size: 28px;
	font-weight: bold;
	color: #333;
	margin-right: 20px;
}

.infosIitle strong {
	color: #999;
	font-size: 16px;
	display: inline-block;
}

.infosUl li {
	float: left;
	width: 33%;
	margin-bottom: 12px;
	font-size: 15px;
}
.infosUl li span{
    font-size: 12px;
    color:#818181;
}

.infosUl {
	margin-top: 15px;
}

.infsBtn {
	margin:6px auto 0 auto
    width: 300px;
}

.infsBtn a {
    background-color:#ed7f24;
    width: 100%;
    text-align: center;
    font-size: 18px;
	float: left;
	height: 40px;
	line-height: 40px;
	color: #fff!important;
	margin-right: 30px;
	border-radius: 6px;
	position: relative;
	box-sizing: border-box;
	padding: 0 30px;
}

.abtn {
	background: #ed7f24;
}

.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: 0 40px;
}

.infsBtn a.no:hover {
	border-radius: 5px;
	box-shadow: 0 0 0 rgba(71, 178, 245, .3);
}

.rwm-code {
	height: 170px;
}

.rwm-code img {
	width: 145px;
	height: 145px;
	display: block;
	margin: 0 auto;
}

.rwm-code p {
	margin-top: 8px;
	font-size: 15px;
	text-align: center;
	font-weight: bold;

}

.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
}






.page-left {
	width: 860px;
	background: #fff;
	padding: 20px;
	padding-top: 5px;
}

.page-left .page-title span {
	font-size: 18px;
	font-weight: bold;
}

.appActicle {
	padding-top: 20px;
	line-height: 1.8;
	font-size: 15px;
}

.appActicle strong {
	font-weight: bold;
}

.appActicle p {
	margin-bottom: 10px;
	line-height: 1.8;
	font-size: 15px;
}

.appActicle h3 {
	color: #ffffff;
	background-color: #ed7f24;
	border-radius: 5px;
	padding: 3px 10px;
	display: inline-block;
	font-size: 16px;
	margin-bottom: 10px;
}

.appActicle img {
	max-width: 100%;
	display: block;
	margin: 10px auto;
	width: auto !important;
	height: auto !important;
}

.appActicle h3 a{
    /*text-decoration: none;*/
    color: #ffffff;
}
.appActicle a{
    text-decoration: underline;
    color:#19abff;
}


.article-pic {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 25px;
	position: relative;
	padding-bottom: 20px;
}

.article-pic li img {
	display: block;
	margin: 0 auto;
	max-width: 600px;
	max-height: 400px
}

.article-pic .next {
	z-index: 100;
	position: absolute;
	right: 0;
	top: 50%;
	width: 35px;
	height: 70px;
	background: rgba(0, 0, 0, .5) url(../img/r.png) no-repeat center;
	border-radius: 5px;
	margin-top: -35px
}

.article-pic .next:hover {
	background: rgba(0, 0, 0, .8) url(../img/r.png) no-repeat center;
}


.article-pic .prev {
	margin-top: -35px;
	z-index: 100;
	position: absolute;
	left: 0;
	top: 50%;
	width: 35px;
	height: 70px;
	background: rgba(0, 0, 0, .5) url(../img/l.png) no-repeat center;
	border-radius: 5px
}

.article-pic .prev:hover {
	background: rgba(0, 0, 0, .8) url(../img/l.png) no-repeat center;
}

.appHotUl li span {
	height: 40px;
	margin-top: 25px !important;
	line-height: 40px;
}

.app-xg {
	border-top: 20px #f0f0f0 solid;
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.app-xg .appinfo{
    padding: 5px;
}
.app-xg .appinfo li{
    display: inline-block;
    margin: 0;
    padding: 8px 0;
    color: #333;
    border-bottom: 1px solid #eee;
    word-break: break-all;
    width: 100%;
    margin-bottom: 5px;
    overflow: hidden;
    text-wrap: nowrap;
}
.app-xg .appinfo li span{
    font-weight: 600;
    display: inline-block;
    width: 80px;
}
.xg-ul {
	margin-top: 15px
}

.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: 310px;
	overflow: hidden;
	padding-left: 5px;
	font-size: 15px;
	height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.xg-ul li .xg-btn {
	float: right;
	width: 90px;
	text-align: center;
	background: #21b47c;
	color: #fff;
	margin-right: -10px
}

.xg-ul li .start {
	margin-top: 13px;
	margin-right: 25px
}

.xg-ul li .xg-ch {
	color: #999;
	max-width: 122px;
	overflow: hidden;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.xg-ul li .xg-m {
	width: 80px;
	overflow: hidden;
}

.xg-ul li .xg-time {
	color: #999;
	margin: 0 25px;
}

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



.love-lists li {
	float: left;
	width: 33.3333%;
	margin-bottom: 26px;
	line-height: 1.6
}

.love-lists {
	overflow: hidden;
	background: #fff;
	padding-top: 20px
}

.love-lists li img {
	float: left;
	width: 78px;
	height: 78px;
	border-radius: 10px;
	-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)));

}

.love-lists li p {
	margin-left: 92px;
	display: block
}

.love-lists li p.ranking-t1 {
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 8px;
	margin-bottom: 5px;
	margin-top: 10px;
}

.love-lists li p.ranking-t2 {
	color: #999;
	padding-top: 3px;
	font-size: 14px
}

.similarUl li {
	margin-top: 6px;
	float: left;
	width: 100px;
	margin-right: 25px;
	padding-bottom: 15px;
}

.similarUl li:nth-child(8) {
	display: none;
}

.similarUl {
	width: 110%;
}

.similarUl li img {
	display: block;
	margin: 0 auto;
	width: 90px;
	height: 90px;
	border-radius: 20px;
	-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)));
}

.similarUl li p {
	line-height: 1.4;
	margin-top: 7px;
	overflow: hidden;
	text-align: center;
	padding: 0 3px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.similarUl li span {
	display: block;
	width: 98px;
	height: 34px;
	border-radius: 6px;
	margin: 5px auto 0;
	color: #12A7B4;
	font-size: 15px;
	text-align: center;
	line-height: 34px;
	border: 1px solid #12A7B4;

}

.similarUl li a:hover span {
	background: #12A7B4;
	color: #fff;
	box-shadow: 0 0 15px rgba(18, 167, 180, .3);
	border-radius: 18px;
}

.gl-ul {
	margin-top: 5px;
	margin-bottom: 6px;
}

.gl-ul li {
	float: left;
	width: 50%;
	height: 32px;
	line-height: 32px
}

.gl-ul li a {
	position: relative;
	display: block;
	overflow: hidden;
	padding-right: 10px;
	padding-left: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
}

.gl-ul li a:before {
	position: absolute;
	top: 15px;
	left: 5px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #999;
	content: ""
}

.gl-ul li a:hover:before {
	background: #12A7B4
}

.page-right {
	width: 280px;
	margin-left: 20px;
	background: #fff;
	overflow: hidden;
	padding: 5PX 20px;
}

.rhotApp {
	width: 110%;
}

.rhotApp li {
	float: left;
	width: 80px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 3px;
}

.rhotApp li img {
	width: 80px;
	height: 80px;
	display: block;
}

.rhotApp li .pic {
	width: 80px;
	height: 80px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 6px;
}

.similarUl {
	margin-top: 15px;
}

.rhotApp li p {
	text-align: center;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
}

.rhotApp li a {
	display: block;
}

.rhotApp li a:hover img {
	transform: scale(1.15);
}

.page-right .page-title span {
	font-size: 18px;
}

.rankingRight {

	margin-left: -20px;
	margin-right: -20px;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

.border-t20 {
	margin-top: 10px;
	border-top: 20px #f0f0f0 solid;
}




.appHotUl li+li {
	border-top: 1px #E6E6E6 dashed;
}

.appHotUl li a {
	display: block;
	padding: 10px 0;
}

.appHotUl li a:hover span {
	background: #ed7f24;
	box-shadow: 0 0 10px rgba(18, 167, 180, .2);
}

.appHotUl li span {
	float: left;
	width: 20px;

	color: white;
	background-color: #bbbbbb;
	border-radius: 3px;
	text-align: center;
	margin-right: 10px;
}

.appHotUl li img {
	float: left;
	width: 65px;
	height: 65px;
	border-radius: 10px;
}

.appHotUl li .appHotInfo {
	float: left;
	margin-left: 10px;
	width: 160px;
	overflow: hidden;
}

.appHotUl li .appHotInfo h3 {
	font-size: 16px;
	height: 28px;
	line-height: 28px;
}

.appHotUl li {
	overflow: hidden;
}

.appHotUl li p {
	margin-top: 4px;
}

.appHotUl li.rank-1 span,
.appHotUl li.rank-2 span,
.appHotUl li.rank-3 span {
	height: 40px;
	margin-top: 10px;
	line-height: 40px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.appHotUl li.rank-1 span {
	background: #ff6460;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.appHotUl li.rank-2 span {
	background: #ff9900;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.newsRulb {
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
}

.appHotUl li.rank-3 span {
	background: #ed7f24;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.appHotUl li.rank {
	line-height: 20px;
}

.text-999 {
	color: #999;
}


.hotappList li a {
	display: block;
	height: 84px;
	overflow: hidden;
	margin-bottom: 15px;
}

.hotappList {
	padding-top: 15px;
}

.hotappList li a img {
	width: 84px;
	height: 84px;
	border-radius: 15px;
	float: left;
}

.hotappList li .infos {
	margin-left: 100px;
}

.hotappList li .infos h3 {
	font-size: 16px;
	/* margin: 5px 0; */
}

.hotappList li .infos p {
	padding-top: 3px;
	font-size: 13px;
}

.hotappList li .infos span {
	display: block;
	width: 75px;
	height: 26px;
	line-height: 26px;
	border-radius: 4px;
	border: solid 1px #ed7f24;
	font-size: 14px;
	color: #ed7f24;
	text-align: center;
	margin-top: 6px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.hotappList li a:hover .infos span {
	color: #fff;
	background: #ed7f24;
	border-radius: 13PX;
	box-shadow: 0 0 10px rgba(18, 167, 180, .3);
}

.newsUlBox {
	padding: 0 20px;
}

.newsUlBox li a {
	display: block;
}

.newsUlBox li {
	padding-bottom: 20px;
	padding-top: 20px;
}

.newsUlBox li+li {
	border-top: 1px #E1E1E1 solid;
}

.newsUlBox li h3 {
	margin-bottom: 18px;
	font-size: 20px;
	font-weight: bold;
}

.newsUlBox li img {
	width: 230px;
	float: left;
	height: 140px;
}

.newsUlBox li .items {
	margin-left: 250px;

}

.newsUlBox li .items .txt {
	padding-top: 8px;
	font-size: 15px;
	color: #818181;
	line-height: 2;
	height: 90px;
	text-indent: 2em;
}

.newsUlBox li a:hover img {
	border-radius: 20px;
}

.newsUlBox li a:hover .items span {
	font-weight: bold;
	color: #ed7f24;
}

.newbRul02 {
	padding: 5px 15px;
	overflow: hidden;
}

.newbRul02 li {
	width: 100%;
	float: none;
}

.newbRul02 li a {
	padding-right: 0;
}



.newTop {
	padding-top: 15px;
}

.newTop h1 {
	font-size: 28px;
	text-align: center;
	line-height: 1.8;
}

.newTopinfos {
	text-align: center;
	margin-top: 18px;
	border-bottom: 1px #E6E6E6 solid;
	padding-bottom: 18px;
}

.newTopinfos span {
	color: #999;
	display: inline-block;
	padding: 0 6px;
}

.newTopinfos a {
	color: #999;
}

.newTopinfos a:hover {
	color: #12A7B4;
}


.articleBox {
	padding: 20px 0 15px;
	line-height: 1.9;
	font-size: 15px;
}

.articleBox strong {
	font-weight: bold;
}

.articleBox h3 {
	color: #ffffff;
	background-color: #12A7B4;
	border-radius: 5px;
	padding: 3px 10px;
	display: inline-block;
	font-size: 16px;
	margin-bottom: 10px;
}

.articleBox p {
	line-height: 1.9;
	font-size: 15px;
	margin-bottom: 10px;
}

.articleTopTxt {
	background: rgba(71, 178, 245, .08);
	padding: 10px 15px;
	color: #47B2F5;
	position: relative;
	margin-bottom: -10px;
}

.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;
}

.dlapp-box {
	height: 105px;
	background: #fafafa;
	padding: 20px;
	margin: 20px 0;
	border-radius: 15px;
}

.dlapp-box dt {
	float: left;
}

.dlapp-box dt img {
	width: 105px !important;
	height: 105px !important;
	border-radius: 20px;
	max-width: 100% !important;
	margin: 0 !important;

}

.dlapp-box dd.dd01 {
	width: 430px;
	margin-left: 20px;
	float: left;

}

.dlapp-box dd.dd02 {
	float: right;
	width: 150px;
}

.dlapp-box .dlbtn {
	display: block;
	width: 150px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: #ed7f24;
	color: #FFF;
	border-radius: 4px;
	margin-top: 30px;
	font-size: 16px;
}

.dlapp-box .dlbtn:hover {
	background: #ed7f24;
	color: #FFF;
	border-radius: 22px;
	box-shadow: 0 0 15px rgba(71, 178, 245, .3);
}

.dlapp-box dd.dd01 .start {
	display: inline-block;
}



.dlapp-box dd.dd01 .att {
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-bottom: 10px;
	display: block;
	color: #333;
	margin-top: 8px;
}

.dlapp-box dd.dd01 .att:hover {
	color: #12A7B4;
}

.dlapp-box dd.dd01 li {
	float: left;
	width: 50%;
	font-size: 14px;
	color: #666;

}

.dlapp-box dd.dd01 li span {
	color: #999;
}

.articleBox img {
	display: block;
	margin: 15px auto;
	max-width: 100% !important;
	width: auto !important;
	height: auto !important;
}

.page-right .newbRul02 {
	padding-left: 0;
	padding-right: 0;
}

.aboutBox {
	background: #fff;
	padding: 20px;
}

.aboutTitl {
	text-align: center;
	font-size: 24px;
}

.aboutTXT {
	padding: 20PX 0;
	min-height: 500px;
}

.pageBtn a,
.pageBtn span {
	padding: 5px 8px;
	margin: 0 5px;
}

.pageBtn {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 15px;
	box-sizing: border-box;
}

.pageBtn a {
	background: #eee;

}

.pageBtn span {
	color: #fff;
	background: #ed7f24;
}

.d-flex-center-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pcPageLeft .phUlBox li:nth-child(8) {
	display: none;
}


.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
}


.img_list {
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	margin-top: 15px;
}

.app-box .img_list {}

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

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

.pageBtn {
	display: none;
}


.notice{margin-top:5px;display:none}

@media screen and (max-width:1280px) {
	.nav li {
		margin: 0 10px;
		padding: 0 10px;
	}

	.appInfosLeft {
		width: 100%;
	}

	.similarUl li:nth-child(8) {
		display: block;
	}

	.xgbbBOX {
		display: none;
	}

	.similarUl {
		display: flex;
		width: 100%;
		box-sizing: border-box;
	}

	.similarUl li {
		margin-top: 6px;
		float: left;
		width: 12.5%;
		margin-right: 0;
		padding-bottom: 15px;
		box-sizing: border-box;
	}

	.rwm-code {
		display: none;
	}

	.page-right {
		display: none;
	}

	.page-left {
		width: 100%;
		box-sizing: border-box;
		float: none;
	}

	.similarUl li {}

	.listTopul li a img {
		width: 75px;
		height: 75px;
	}

	.listTopul {
		margin-bottom: 15px;
		height: 91px;
		overflow: hidden;
	}

	.listTopul li {
		width: 12.5%;
	}

	.PageAppList li a {
		width: 414px;
	}

	.w1200 {
		max-width: 960px;
	}

	.indexTopLeft {
		display: none;
	}

	.mySwiper {
		width: 100%;
	}

	.mySwiper img {
		width: 100%;
	}

	.indexTboxRight {
		width: 260px;
	}

	.indexTboxLeft2 {
		width: 680px;
	}

	.pcPageLeft {
		width: 640px;
	}

	.pcPageRigth {
		margin-left: 660px;
	}

	.slideTxtBox .item li {
		width: 16.667%;
	}

	.indexPc li {
		width: 25%;
	}

	.appUl li {
		width: 16.667%;
		height: 213px;
	}

	.flList a {
		margin-left: 5px;
		width: 88px;
		overflow: hidden;
	}

	.phUlBox li img {
		width: 75px;
		height: 75px;
	}
	.notice{display:none}
}

@media screen and (max-width:980px) {
	/*.nav li:last-child {*/
	/*	display: none;*/
	/*}*/
    /*.notice{display:block}*/
	.appUl li {
		height: 192px;
		overflow: hidden;
	}

	.nav li {
		margin: 0 0;
		padding: 0 0;
	}

	.dlapp-box dt img {
		width: 70px !important;
		height: 70px !important;
	}

	.dlapp-box dd.dd01 .att {
		font-size: 15px;
		height: 22px;
		line-height: 22px;
		overflow: hidden;
		display: block;
		color: #333;
		margin: 0;
	}

	.dlapp-box dd.dd02 {
		width: auto;
	}

	.dlapp-box dd.dd01 {
		margin-left: 85px;
		padding-right: 70px;
		width: auto;
		float: none;
	}

	.dlapp-box {
		background: #f4f5f5;
		border-radius: 10px;
		height: 100px;
		padding: 10px;
		position: relative;
		margin: 10px 0;
		box-sizing: border-box;
		margin-top: 25px;
	}

	.dlapp-box dd.dd01 li:nth-child(4) {
		display: block;
		width: 100%;
	}

	.dlapp-box dd.dd01 li span {
		display: none;
	}

	.dlapp-box dd.dd02 {
		position: absolute;
		right: 15px;
		top: 36px;
		margin-top: 0;
	}

	.dlapp-box dd.dd02 a {
		width: 60px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		background: #41c6a7;
		color: #fff;
		display: block;
		border-radius: 15px;
		font-size: 15px;
		margin-top: 0;
	}

	.dlapp-box dd.dd01 li {
		width: auto;
		margin-right: 6px;
	}

	.dlapp-box dd.dd01 li:nth-child(3) {
		display: none;
	}

	.newTop h1 {
		font-size: 24px;
	}

	.pageBtn {
		display: flex;
	}

	.list-top {
		display: none;
	}

	.PageAppList li {
		width: 50%;
		margin-left: 0;
		padding-left: 20px;
		box-sizing: border-box;
	}

	.PageAppList li a {
		width: 100%;
		box-sizing: border-box;
	}

	.pcPageRigth {
		display: none;
	}

	.pcPageLeft {
		width: 100%;
	}

	.top {
		display: none;
	}

	.w1200 {
		margin-left: 10px;
		margin-right: 10px;
	}

	.slideTxtBox .hd li:nth-child(3) {
		display: none;
	}

	.appUl li a {
		border: none;
		margin: 0;
	}


	.navBox {
		padding-top: 10px;
		padding-bottom: 0;
		display: flex;
		flex-direction: column;
	}

	.navBox .logo img {
		height: 45px;
	}

	.nav {
		margin-top: 10px;
		display: flex;
	}

	.nav li {
		flex: 1;
		text-align: center;
	}

	.nav li a {
		margin: 0;
		padding: 0;
		font-size: 16px;
	}

	.indexTboxLeft2 {
		width: 100%;
		float: none;
	}

	.mySwiper {
		height: auto;
	}

	.mySwiper img {
		height: auto;
	}

	.indexPc {
		display: none;
	}

	.indexTboxRight {
		display: none;
	}

	.appUl li a:hover {
		box-shadow: 0 0 0 rgba(0, 0, 0, .1);
	}

	.appUl {
		height: 377px;
	}

	.newsUlindex li {
		width: 50%;
	}

	.pages {
		display: none;
	}
}

@media screen and (max-width:820px) {
    /*.notice{display:block}*/
    .intro{display:none}
	.PageAppList li {
		width: 100%;
	}

	.similarUl {
		flex-wrap: wrap;
	}

	.similarUl li {
		margin-top: 6px;
		float: left;
		width: 25%;
		margin-right: 0;
		padding-bottom: 15px;
		box-sizing: border-box;
	}

	.love-lists li {
		width: 50%;
	}

	.infosUl li {
		width: 33.333%;
	}

}

@media screen and (max-width:768px) {
    /*.notice{display:block}*/
	.navBox .logo img {
		height: 40px;
	}

	.dlapp-box dd.dd02 a {
		font-size: 12px;
	}

	/* .PageAppList li .infos .btns{
		background: #228b22;
		color: #fff;
	} */
	.newTop h1 {
		font-size: 20px;
	}

	.app-xg .xTitle {
		margin-left: 0;
	}

	.appUl li {
		height: 168px;
		overflow: hidden;
	}

	.pcPageLeft .phUlBox li:nth-child(8) {
		display: block;
	}

	.pcPageLeft .phUlBox li {
		width: 20%;
	}

	.aqImg {
		display: none;
	}

	.softh1 .softimg2 {
		width: 150px;
		height: 150px;
		display: block;
		margin: 0 auto;
		float: none;
		margin-top: 15px;
	}

	.softh1Rbox01 {
		float: none;
	}

	.softh1Rbox span {
		display: none;
	}

	.soft-attr h1 {
		display: block;
		font-size: 20px;
		font-weight: bold;
		color: #333;
		text-align: center;
		padding-top: 10px;
		margin-bottom: 8px;
		margin-right: 15px;
	}

	.soft_lis {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.soft_lis li {
		width: 50%;
		box-sizing: border-box;
		overflow: hidden;
	}

	.soft_download a.softbtns {
		margin: 0 auto;
	}

	.pcList li h3 {
		font-size: 16px;
	}

	.pcList {
		padding: 0 10px;
	}

	.pcList li dt {
		width: 90px;
		height: 90px;
	}

	.pcList li dd {
		margin-left: 108px;
	}

	.slideTxtBox .item li {
		width: 20%;
	}

	.pcList li .item03 {
		text-align: center;
	}

	.pcList li .item03 .fl {
		display: none;
	}

	.pcList li .item03 .btns {
		background: #ed7f24;
		color: #fff;
		float: none;
		margin: 0 auto;
		width: 50%;
	}

	.appUl li {
		width: 20%;
	}

	.appUl li img {
		width: 80px;
		height: 80px;
	}

	.appUl li .pic {
		width: 80px;
		height: 80px;
	}

	.slideTxtBox .item li h4 {
		font-size: 15px;
	}

	.appUl li h3 {
		font-size: 15px;
	}

	.appUl {
		height: 333px;
	}

	.slideTxtBox .item li {
		width: 25%;
		overflow: hidden;
		box-sizing: border-box;
	}

	.appUl {
		margin-bottom: 0;
	}

	.appUl li {
		width: 25%;
	}

	.appHot {
		display: none;
	}

	.newsUlindex li {
		width: 100%;
	}

	.linkBox {
		display: none;
	}

	.soft-attr {
		margin-bottom: 15px;
	}

	.pcPageLeft .xTitle {
		margin-bottom: 0;
	}

	.nav li {
		height: 40px;

		line-height: 40px;
	}
}

@media screen and (max-width:680px) {
    .notice{display:block}
	.appUl li p {
		display: none;
	}

	.appUl li h3 {
		height: 44px;
		line-height: 22px;
		overflow: hidden;
		-webkit-line-clamp: 2;
	}

	.linkBox22 .xTitle {
		margin-bottom: 0;
	}

	.linkBox22 {
		margin-left: -10px;
		margin-right: -10px;
	}

	.linkBoxa {
		padding: 10px 25px;
	}

	.appInfosLeft img {
		display: block;
		margin: 0 auto 10px;
		float: none;
		width: 150px;
		height: 150px;
	}

	.infosItem {
		margin-left: 0;
	}

	.infosIitle h1 {
		font-size: 20px;
		float: none;
		margin-left: 0;
		margin-right: 0;
		display: block !important;
		text-align: center;
	}

	.infsBtn {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.article-pic li img {
		display: block;
		margin: 0 auto;
		max-width: 300px;
		max-height: 400px;
	}

	.article-pic {
		margin-left: 0;
		margin-right: 0;
		margin-top: 25px;
		position: relative;
		padding-bottom: 20px;
	}

	.page-left {
		width: 100%;
		background: #fff;
		padding: 10px;
		padding-top: 5px;
	}

	.pageBoxs .xTitle {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
	}

	.infsBtn a {
		width: 100%;
		text-align: center;
		margin-right: 0;
		display: block !important;
	}

	.infsBtn {
		display: flex !important;
	}

	.love-lists li {
		width: 100%;
	}

	.gl-ul li {
		width: 100%;
	}


	.newsUlBox li .nimg {
		display: block;
		width: 100%;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 140px;
	}

	.newsUlBox li .nimg img {
		display: block;
		min-width: 100%;
		float: none;
		height: auto;

	}

	.newsUlBox li .items .txt {
		height: 56px;
		-webkit-line-clamp: 2;
	}

	.newsUlBox li .items {
		margin-left: 0;
	}

	.newsUlBox li h3 {
		font-size: 18px;
	}

	.infosIitle {
		padding-top: 10px;
		padding-bottom: 10px;
		height: auto;
		line-height: 1.3;
	}

	.slideTxtBox .bd {
		padding-bottom: 12px;
	}

	.infsBtn a {
		padding: 0;

	}

	.appUl li {
		margin-bottom: 0;
	}

	.appListBox {
		margin-top: 0;
	}
}



@media screen and (max-width:430px) {
    .notice{display:block}

	.similarUl li img {
		width: 70px;
		height: 70px;
	}

	.similarUl li p {
		padding: 0 8px;
	}

	.img_list ul li img {
		max-height: 200px;
	}

	.infosUl li {
		font-size: 12px;
		width: 50%;
	}
    .infosUl li:nth-child(5){
        width: 100%;
    }

	.appInfosLeft img {
		display: block;
		margin: 0 auto 10px;
		float: none;
		width: 120px;
		height: 120px;
	}


	.appListBox .xTitle {
		margin-left: 0;
	}

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

	.PageAppList li {
		margin-bottom: 0;
	}

	.PageAppList li .appTxt {}

	.appListBox {
		padding: 30px 10px;
	}

	.PageAppList li a {
		border: none;
		border-bottom: 1px #E6E6E6 solid;
		padding: 10px 15px 15px;

	}

	.PageAppList li h3 {
		overflow: hidden;
		font-size: 18px;
		border-bottom: none;
		font-weight: bold;
		padding-bottom: 0;
	}

	.pcPageLeft .phUlBox li {
		width: 25%;
	}

	.header {
		margin-right: -10px;
	}

	.newsBox {
		margin-left: -10px;
		margin-right: -10px;
		height: 294px;
		overflow: hidden;
	}

	.xTitle a {
		margin-right: 0;
	}

	.newsBox .xTitle {
		margin-bottom: 10px;
	}

	.newsBox .p15 {
		padding: 0;
	}

	.newsUlindex {
		padding-bottom: 10px;
		margin-left: 10px;
		margin-right: 10px;
	}

	.slideTxtBox {
		padding: 0;
		height: auto;
	}

	.slideTxtBox .item {
		margin-left: 10px;
		margin-right: 10px;
	}

	.indexTbox {
		margin-left: -10px;
		margin-right: -10px;
	}

	.slideTxtBox .hd ul {
		display: flex;
	}

	.slideTxtBox .hd li {
		flex: 1;
		text-align: center;
		padding: 0;
	}

	.appList {
		margin-left: -10px;
		margin-right: -10px;
	}

	.xTitle {
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 20px;
	}

	.appUl li .pic {
		margin-top: 0;
	}

	.appUl {
		padding: 0;
		margin-left: 10px;
		margin-right: 10px;
		height: 307px;
	}

	.appUl li {
		margin-bottom: 0;
	}

	.appUl li a {
		padding: 0 10px;
	}

	.newsUlindex li {
		padding-right: 15px;
	}

	.glNews li {
		width: 100%;
		float: none;
	}

	.PageAppList li a {
		padding: 10px;
	}

	.PageAppList li .infos span {
		font-size: 12px;
	}

}

@media screen and (max-width:375px) {
    .notice{display:block}
	.appUl li {
		height: 135px;
		overflow: hidden;
	}

	.pageBtn a,
	.pageBtn span {
		padding: 5px;
	}

	.softh1 .softimg2 {
		width: 120px;
		height: 120px;
	}

	.soft_lis li {
		font-size: 12px;
	}

	.appUl li img {
		width: 70px;
		height: 70px;
	}

	.slideTxtBox .item {
		height: 265px;
	}

	.appUl li .pic {
		width: 70px;
		margin: 0 auto;
		height: 70px;
	}

	.appUl li h3 {
		margin-top: 7px;
		margin-bottom: 0;
	}

	.slideTxtBox .item li {
		padding: 0 5px;
	}

	.appUl {
		height: 269px;
	}

	.slideTxtBox .item li img {
		width: 70px;
		height: 70px;
		display: block;
		margin: 0 auto 5px;
		border-radius: 15px;
	}

}

@media screen and (max-width:325px) {
    .notice{display:block}
	.pcPageLeft .phUlBox li {
		width: 33.333%;
	}

	.similarUl li img {
		width: 65px;
		height: 65px;
	}
}

.move{background:#fff; border:1px solid #ed7f24; color:#ed7f24 !important}

.PageAppList a:hover{
    color: #ed7f24;
}



