body {
	margin: 0;
	padding: 0;
	font-family: "PingFang-SC-Regular,Microsoft Yahei";
}

.vw {
	padding: 8px 10px;
	line-height: 5px;
	margin-top: 8px;
}

.vw>a {
	margin-left: 30px;
	font-size: 14px;
	font-family: "微软雅黑";
	text-decoration: none;
	font-weight: 600;
}

.vw>a:hover {
	color: red;
}

.uploadcs {
	color: #303030;
	font-size: 14px;
	font-family: "楷体";
	text-shadow: 0px -1px 2px #464646;
}

.header {
	width: 980px;
	height: 95px;
	margin: 0 auto;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
}

.header logo {
	float: left;
}

.header nav {
	float: right;
	padding-right: 30px;
}

.navli {
	float: left;
	list-style: none;
	width: 100px;
	bottom: 0;
	position: relative;
	text-align: center;
	margin-right: 10px;
	font-size: 18px;
	padding-left: 6px;
	padding-right: 6px;
	cursor: pointer;
	font-weight: bold;
	overflow: hidden;
}

.navli a {
	text-decoration: none;
	color: #414141;
	line-height: 100px;
	display: block;
}

.navli:hover {
	border-bottom: 2px solid #f15a23;
}

.acolor {
	color: #F15A23;
}

.logo>img {
	width: 80px;
	height: 80px;
	position: relative;
	top: 20px;
}

.banner {
	color: #fff;
	background-color: #387eff;
	height: 200px;
	margin-top: -2px;
	min-width: 980px;
}

.banner div {
	padding-top: 8px;
	width: 980px;
	margin: 0 auto;
	margin-top: 10px;
}

.banner h1 {
	font-size: 28px;
	text-align: center;
}

.main {
	height: 650px;
	min-width: 980px;
	margin: 0 auto;
	margin-top: -30px;
}

.mainView {
	width: 980px;
	height: 450px;
	margin: 0 auto;
	margin-top: 25px;
}

.mainViewMark {
	position: relative;
	width: 80px;
	height: 80px;
	background-color: rgb(255, 100, 0);
	top: -250px;
	font-size: 30px;
	color: #fff;
	text-align: center;
	line-height: 80px;
	opacity: 0.3;
	cursor: pointer;
	border-radius: 3px;
	user-select: none;
	transition: opacity 1s;
	-webkit-transition: opacity 1s;
}

.mainViewMark:hover {
	opacity: 0.7;
}

.mainTxt {
	width: 980px;
	height: 60px;
	margin: 0 auto;
	background-color: #00000073;
	color: #fff;
	line-height: 60px;
	font-size: 13px;
	border-radius: 3px;
	transition: background 3s;
	-webkit-transition: background 3s;
}

.mainTxt:hover {
	background-color: #313131;
}

.mainitem {
	width: 100%;
	height: 121px;
}

.mainitemShow {
	width: 32%;
	height: 95px;
	float: left;
	margin-left: 11px;
	box-shadow: 0px 0px 1px 1px #d5d5d5;
	border-radius: 3px;
	cursor: pointer;
	text-align: center;
	line-height: 1px;
	color: #515151;
}

.mainitemShow:hover {
	box-shadow: 0px 0px 3px 1px #F15A23;
	color: #F15A23;
	border-radius: 5px;
}

footer {
	background-color: #414141;
	height: auto;
	min-width: 980px;
	color: #fff;
	padding-top: 10px;
}

.footer {
	width: 940px;
	height: 180px;
	margin: 0 auto;
}

.footernav {
	border-bottom: 1px #686868 solid;
	height: 35px;
	margin-top: 30px;
}

.footercompany {
	font-size: 15px;
	height: auto;
	padding-top: 20px;
	color: #bebebe;
}

.footercompany>a {
	text-decoration: none;
	color: #bebebe;
}

.footernav ul li {
	font-size: 14px;
	color: #bebebe;
	list-style: none;
	float: left;
	margin-right: 5px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	border-right: 1px solid #8a8a8a;
}

.footernav ul li:hover {
	color: #F15A23;
}

.imgcy {
	width: 25px;
	height: 25px;
	position: absolute;
}

.fixShow {
	position: fixed;
	width: 60px;
	height: 350px;
	right: 10px;
	top: 50%;
	color: #fff;
}

.fixShow a {
	text-decoration: none;
	color: #fff;
}

.fixDiv {
	border-bottom: 1px solid #e8e8e8;
	width: 100%;
	height: 110px;
	text-align: center;
	font-size: 13px;
	/* opacity: 0.3; */
	background-color: #ffffff;
	transition: opacity 2s;
	cursor: pointer;
}

.fixDiv:hover {
	opacity: 1;
}

.fixDiv img {
	width: 48px;
	height: 48px;
	position: relative;
	top: 20px;
}

.mian-ex-upload {
	width: 980px;
	margin: 0 auto;
	margin-top: 30px;
	color: #313131;
}

.mian-ex-upload h3 {
	font-size: 15px;
	color: #414141;
}

.i-input {
	background-color: #409eff;
	width: 130px;
	height: 30px;
	display: inline-block;
	color: #fff;
	font-style: normal;
	text-align: center;
	line-height: 30px;
	border-radius: 2px;
	margin-left: 20px;
	font-size: 13px;
	cursor: pointer;
	transition: background-color 1s;
}

.i-input input {
	position: absolute;
	margin-left: -111px;
	opacity: 0;
	width: 144px;
	height: 30px;
	cursor: pointer;
	background-color: #313131;
}

.i-input:hover {
	background-color: #7ab4ef;
}

.hr {
	width: 100%;
	height: 1px;
	background-color: #e8e8e8;
	margin-top: 30px;
	margin-bottom: 30px;
}

.mian-ex-net input {
	width: 700px;
	height: 30px;
	outline: none;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	text-indent: 10px;
}

.main-submit {
	display: inline-block;
	width: 130px;
	height: 30px;
	background: #409eff;
	color: #fff;
	text-align: center;
	line-height: 30px;
	border-radius: 2px;
	font-size: 13px;
	cursor: pointer;
	transition: background-color 1s;
	margin-left: 20px;
}

.main-submit:hover {
	background-color: #7ab4ef;
}

.mian-ex-net input:focus {
	border: 1px solid #ffffff;
	box-shadow: 0px 0px 1px 1px #409eff;
}

.mian-show {
	width: 980px;
	height: auto;
	margin: 0 auto;
	border-left: #e5e5e5 1px solid;
	border-right: #e5e5e5 1px solid;
	margin-top: 50px;
}

.mian-show h3 {
	text-align: center;
	color: #2c2c2c;
	text-shadow: 2px -2px 23px #bfbfbf;
	font-size: 28px;
	font-family: "楷体";
}

.mian-show-div {
	width: 100%;
	height: 100px;
	border-bottom: 1px dashed #eaeaea;
}

.mian-show-div a {
	color: #409eff;
	float: left;
	padding: 5px 15px;
	border: 1px solid #409eff;
	margin-left: 10px;
	margin-top: 20px;
	text-decoration: none;
	border-radius: 3px;
	font-size: 13px;
}

.mian-show-div a:hover {
	background-color: #409eff;
	color: #ffffff;
	border: 1px solid #ffffff;
}

.main-img {
	float: left;
	width: 60px;
	height: 65px;
	margin-top: 10px;
	margin-left: 10px;
	text-align: center;
	border-radius: 3px;
}

.main-img img {
	width: 30px;
	height: 30px;
	margin-top: 10px;
	margin-left: 2px;
}

.main-img span {
	font-size: 13px;
	color: #414141;
}

.show-des {
	text-indent: 10px;
	line-height: 30px;
	height: 30px;
	margin-left: 80px;
	position: relative;
	top: -20px;
	color: #838383;
}

.show-des h1 {
	font-size: 13px;
	font-weight: normal;
}

.animt {
	margin-left: -40px;
	position: absolute;
	color: #F15A23;
	font-size: 40px;
	font-weight: 600;
	animation: moves 0.6s infinite;
	-webkit-animation: moves 0.6s infinite;
}

@keyframes moves {
	from {
		margin-left: -5px;
	}
}

@-webkit-keyframes moves {
	from {
		margin-left: -5px;
	}
}

.ban {
	background-color: #c7c7c7 !important;
	border: 1px solid #c7c7c7 !important;
	color: #8a8a8a !important;
	cursor: not-allowed;
}

.fixShow-weixin {
	position: absolute;
	width: 200px;
	background-color: red;
	margin-top: -173px;
	margin-left: -244px;
	border-radius: 3px;
	display:none;
}