body {
	color: #333;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif
}

a {
	color: #333;
	text-decoration: none;
	cursor: pointer
}

html,
body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
button,
p,
th,
td {
	margin: 0;
	padding: 0
}

@font-face {
  font-family: 'iconfont';  /* Project id 2259626 */
  src: url('//at.alicdn.com/t/font_2259626_uylnycr7t3.woff2?t=1635416614902') format('woff2'),
       url('//at.alicdn.com/t/font_2259626_uylnycr7t3.woff?t=1635416614902') format('woff'),
       url('//at.alicdn.com/t/font_2259626_uylnycr7t3.ttf?t=1635416614902') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.container {
	margin: 0 auto;
	box-sizing: border-box;
	max-width: 1200px;
}

.flex {
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.flex-middle {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.flex-row {
	flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
}

.flex-row-reverse {
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
}


.flex-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.flex-between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.flex-around {
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.con {
	padding: 60px 0;
}
.con1 {
	margin: 60px 0;
}

.contxt-black {
	font-size: 32px;
	color: #333;
	text-align: center;
}

.contxt-write {
	font-size: 32px;
	color: #fff;
	text-align: center;
}

.header {
	height: 64px;
	background-color: #fff;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	border-bottom: 1px solid #eee;
	z-index: 99999;
}

.height-bottom {
	width: 100%;
	height: 64px;
}

.header .msd-logo {
	margin-left: 10px;
	float: left;
}

.header .msd-logo img {
	float: left;
	margin-top: 12px;
}

.header .msd-logo .logo-name {
	float: left;
	font-size: 16px;
	color: #333;
	margin-left: 10px;
	line-height: 64px;
}

.header .nav-list{
	float: right;

}

.header .nav-list li{
	float: left;
	margin-right:30px;
	line-height: 64px;
	list-style: none;
	font-size: 16px;
	color: #333;
}

.header .nav-list .nav-txt a:hover{
	color: #3883fa;
}

.header .nav-btn a {
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border-radius: 8px;
	border-radius: 8px;
	background-image: -moz-linear-gradient( 90deg, rgb(26 99 246) 0%, rgb(57,164,253) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(26 99 246) 0%, rgb(57,164,253) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(26 99 246) 0%, rgb(57,164,253) 100%);
	text-align: center;
	font-size: 14px;
	margin:12px 10px 0 0;
}

.header .nav-btn a:hover {
	background-image: -moz-linear-gradient( 90deg, rgb(17,166,252) 0%, rgb(36,155,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(17,166,252) 0%, rgb(36,155,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(17,166,252) 0%, rgb(36,155,255) 100%);
	color: #fff;
}

.web-banner {
	background: url(../img/bn-img.jpg);
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	color: #333;
	padding: 40px 0;
	text-align: center;
}

.bn-cont .bn-txt{
	margin: 30px 0 0 0px;
	font-size: 20px;
}
.bn-cont .bn-appname {
	font-size: 42px;
	color: #333;
	margin-top: 30px;
	font-weight: bold;
}
.bn-cont .user{
	margin: 12px 0;
	font-size: 16px;
	color: #666;
}
.bn-cont .xt{
	font-size: 16px;
	color: #666;
}
.js-btn a{
	width: 240px;
	height: 60px;
	border-radius: 8px;
	display: inline-block;
	font-size: 18px;
	line-height: 60px;
	transition: transform 0.7s ease-in-out;
	margin:25px 0px;	
	background-image: -moz-linear-gradient( 90deg, rgb(252 102 27) 0%, rgb(253 158 57) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(252 102 27) 0%, rgb(253 158 57) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(252 102 27) 0%, rgb(253 158 57) 100%);
	text-align: center;
	color:#fff;
	animation: scaleOut 1.2s infinite ease-in-out;
}

.js-btn a:hover {
	background-image: -moz-linear-gradient( 90deg, rgb(242 102 27) 0%, rgb(243 148 47) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(242 102 27) 0%, rgb(243 148 47) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(242 102 27) 0%, rgb(243 148 47) 100%);
}

@keyframes scaleOut {
	0% {
		transform: scale(1.0);
	}
	70% {
		transform: scale(1.08);
		opacity: 1;
	}
}

.msd-con1 .msd-con1-dl dl{
	width:calc(100% / 5 - 40px);
	margin:0 20px;
	text-align: center;
}

.msd-con1 .msd-con1-dl dl .con1-tit{
	font-size: 18px;
	color: #333;
	margin-top: 10px;
}

.msd-con1 .msd-con1-dl dl .con1-txt{
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}

.msd-con2 .con2-dl{
	padding:80px 0;
}

.msd-con2 .msd-con2-dl dt{
	margin:0 30px;
}

.msd-con2 .msd-con2-dl dd{
	margin:20px 50px;
}

.msd-con2 .msd-con2-dl .con2-dd-tit{
	font-size: 24px;
	color: #333;
	margin-top:40px;
	font-weight: 600;
	line-height:1.5em;
}

.msd-con2 .msd-con2-dl .con2-dd-txt{
	font-size: 16px;
	line-height:1.8em;
	color: #666;
	margin-top: 20px;
}

.msd-con2 .msd-con2-dl .con2-dd-btn a{
	width: 220px;
	height: 54px;
	border-radius: 8px;
	display: inline-block;
	font-size: 16px;
	line-height: 54px;
	transition: transform 0.7s ease-in-out;
	margin:25px 0px;	
	background-image: -moz-linear-gradient( 90deg, rgb(27,170,252) 0%, rgb(57,164,253) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(27,170,252) 0%, rgb(57,164,253) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(27,170,252) 0%, rgb(57,164,253) 100%);
	text-align: center;
	color:#fff;
}

.msd-con2 .msd-con2-dl .con2-dd-btn a:hover {
	background-image: -moz-linear-gradient( 90deg, rgb(17,166,252) 0%, rgb(36,155,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(17,166,252) 0%, rgb(36,155,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(17,166,252) 0%, rgb(36,155,255) 100%);
	transform: scale(1.05);
}

.msd-con2 .con2-box-bg{
	background-image: -moz-linear-gradient( 90deg, rgb(245,247,248) 0%, rgb(249,251,252) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(245,247,248) 0%, rgb(249,251,252) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(245,247,248) 0%, rgb(249,251,252) 100%);
	margin-top: 50px;
}	

.msd-con3{
	background-color: #f9f9fb;
	text-align: center;
}

.msd-con3 .comment-dl .tx img {
	margin-top: 40px;
}

.msd-con3 .comment-dl .xj {
	margin-top: 10px;
}

.msd-con3 .comment-dl .xj:before {
	color: #ff8502;
	content: '★★★★★';
	font-size: 28px;
}

.msd-con3 .comment-dl .pl-txt {
	font-size: 16px;
	margin: 20px 40px;
	color: #333;
}

.msd-con4 .msd-con4-box a{
	width: calc(100% / 4 - 90px);
	text-align: center;
	margin:20px 15px;
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0.551px 1.923px 18px 0px rgba(81, 82, 85, 0.16);
	padding:50px 30px;
	margin-top: 50px;
}

.msd-con4 .msd-con4-box dl .con4-dl-tit{
	font-size: 16px;	
	color: #333;
	margin-top: 15px;
}

.msd-con4 .msd-con4-box dl .con4-dl-txt{
	font-size: 14px;
	line-height: 1.6em;
	color: #999;
	margin-top: 10px;
}

.msd-con5{
	background: url(../img/con5-img.jpg) no-repeat center;
	text-align: center;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	color: #fff;
	max-width:100%;	
}

.msd-con5 .con5-titname{
	font-size: 42px;
	font-weight: bold;
}

.msd-con5 .con5-tittxt{
	font-size:18px;
	margin-top: 20px;
}

.msd-con5 .con5-btn a{
	width: 220px;
	height: 54px;
	border-radius: 8px;
	display: inline-block;
	font-size: 18px;
	line-height: 54px;
	transition: transform 0.7s ease-in-out;
	margin-top: 20px;	
	background-color: #f6ab24;
	text-align: center;
	color:#483906;
}

.msd-con5 .con5-btn a:hover {
	background-color:#f2a315; 
	transform: scale(1.05);
}


/* 1.2 Fixed */
.fixed {
	position: fixed;
	bottom: 20%;
	right: 10px;
	width: 105px;
	border: 1px solid #dcdcdc;
	border-radius: 6px;
	background: #fff;
}

.fixed .box>a {
	display: block;
	height: 52px;
	text-align: center;
	color: #666;
	font-size: 14px;
	padding: 20px;
}

.fixed .box>a:hover {
	color: #1397f8;
}

.fixed .box span {
	display: block;
	margin-top: 5px;
}

.fixed .box i {
	font-size: 28px;
}

.fixed .box.toTop {
	border-bottom: 1px solid #dcdcdc;
}

.copyright {
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
	color: #fff;
	font-size: 16px;
	line-height: 1.6em;
	background-color: #3c4145;
	text-align: center;
}

@media screen and (max-width:910px) {

	.con {
		padding: 40px 0;
	}

	.header .nav-list{
		display: none;
	}

	.web-banner .bn-cont{
		width:100%;
		text-align: center;
	}

	.web-banner .bn-cont .bn-appname{
		font-size: 32px;
	}

	.web-banner .bn-cont .bn-txt{
		font-size: 16px;
		padding:0 10px;
	}

	.web-banner .bn-cont .xt,.web-banner .bn-cont .user{
		font-size: 14px;
	}

	.web-banner .bn-right{
		width: 100%;
		text-align: center;
	}

	.web-banner .bn-right img{
			width: 60%;
			margin-top: 30px;
	}

	.contxt-black {
		font-size: 24px;
		color: #333;
		text-align: center;
	}

	.msd-con1 .msd-con1-dl dl{
		width:calc(100% / 3 - 40px);
		margin:20px;
		text-align: center;
	}

	.msd-con1 .msd-con1-dl dl dt img{
		width: 54px;
	}
	.msd-con1 .msd-con1-dl{
		margin-top: 20px;
	}

	.msd-con1 .msd-con1-dl dl .con1-tit{
		font-size: 14px;
	}

	.msd-con1 .msd-con1-dl dl .con1-txt{
		font-size: 12px;
	}

	.msd-con1 .msd-con1-box .box-left{
		font-size: 14px;
		line-height:1.8em;
	}

	.msd-con2 .msd-con2-dl dt{
		margin: 0 auto;	
	}

	.msd-con2 .msd-con2-dl dt img{
		width: 90%;
		margin:0 5%;
	}
	
	.msd-con2 .msd-con2-dl .con2-dd-tit{
		font-size: 18px;
		margin-top: 0px;
	}

	.msd-con2 .msd-con2-dl .con2-dd-txt{
		font-size: 14px;
		margin-top: 10px;
	}

	.msd-con2 .msd-con2-dl .con2-dd-btn a{
		width: 200px;
		height: 48px;
		line-height:48px;
	}
	
	.msd-con3 .comment-dl .pl-txt {
		font-size: 14px;
	}

	.msd-con4 .msd-con4-box dl{
		width:calc(100% - 30px);
		margin:0px 15px;
		margin-top: 20px;
	}

	.msd-con4 .msd-con4-box dl .con4-dl-tit{
		font-size: 16px;
		margin-top: 10px;
	}

	.msd-con4 .msd-con4-box dl .con4-dl-txt{
		font-size: 14px;
	}

	.msd-con5 .con5-titname{
		font-size: 32px;
	}

	.msd-con5 .con5-tittxt{
		font-size: 14px;
	}

	.copyright {
		font-size: 14px;
	}

	}