@charset "UTF-8";

.main .banner {
	height: 577px;

}

.main .banner .nav-wrap .nav-box .nav {
	padding: 0 52px;
}

.main .box .box-content {
	max-width: 1400px;
	margin: auto;
}

.main .box .box-content .crumbs {
	padding: 49px 0 47px;
}

.main .box1 .box-content {
	padding-bottom: 106px;
}

.main .box1 .box-content .search-box .input-wrap {
	margin-bottom: 28px;
}

.main .box1 .box-content .search-box .input-wrap .input-box {
	width: 344px;
	height: 48px;
	display: flex;
	position: relative;
}

.main .box1 .box-content .search-box .input-wrap .input-box input {
	width: 100%;
	height: 48px;
	background-color: #fff;
	border-radius: 10px;
	border: solid 1px #e7e7e7;
	padding: 0 49px 0 18px;
	font-size: 14px;
}

.main .box1 .box-content .search-box .input-wrap .input-box .search-btn {
	width: 49px;
	height: 100%;
	position: absolute;
	top: calc(50% - 24px);
	right: 0;
	cursor: pointer;
}

.main .box1 .box-content .search-box .input-wrap .input-box .search-btn::before {
	content: '';
	width: 20px;
	height: 20px;
	background-image: url("../images/icon/search_color2.png");
	background-size: 100% 100%;
	position: absolute;
	top: calc(50% - 10px);
	left: 10px;
	box-sizing: border-box;
}

.main .box1 .box-content .search-box .search-list {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 19px;
}

.main .box1 .box-content .search-box .search-list .label {
	/* width: 64px; */
	line-height: 37px;
	padding-right: 10px;
	font-size: 14px;
	color: #5b5b5b;
}

.main .box1 .box-content .search-box .search-list .list {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
}

.main .box1 .box-content .search-box .search-list .list .i {
	padding: 0 20px;
	height: 37px;
	line-height: 37px;
	background-color: #f2f5f8;
	border-radius: 19px;
	font-size: 14px;
	color: #404040;
	margin: 0 17px 17px 0;
}

.main .box1 .box-content .search-box .search-list .list .i.active,
.main .box1 .box-content .search-box .search-list .list .i:hover {
	background-color: #0762D5;
	color: #fff;
	transition: all .3s;
}

.main .box1 .box-content .download-list {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 284px);
	margin-top: 35px;
}

.main .box1 .box-content .download-list .i {
	width: 262px;
	margin-right: 22px;
	margin: 0 22px 50px 0;
}

.main .box1 .box-content .download-list .i .img-box {
	width: 100%;
	height: 189px;
	background-color: #ffffff;
	border-radius: 15px;
	border: solid 1px #e7edf2;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

.main .box1 .box-content .download-list .i .img-box img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
}

.main .box1 .box-content .download-list .i .img-box::before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(7, 98, 213, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 15px;
	z-index: 1;
	opacity: 0;
}

.main .box1 .box-content .download-list .i .img-box::after {
	content: '';
	width: 44px;
	height: 44px;
	background-image: url("../images/icon/down2.png");
	background-size: 100% 100%;
	position: absolute;
	top: calc(50% - 22px);
	left: calc(50% - 22px);
	z-index: 2;
	opacity: 0;
}

.main .box1 .box-content .download-list .i .text {
	text-align: center;
	font-size: 14px;
	color: #404040;
	margin-top: 17px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 10px;
}

.main .box1 .box-content .download-list .i:hover .img-box::before {
	opacity: 1;
	transition: all .3s;
}

.main .box1 .box-content .download-list .i:hover .img-box::after {
	opacity: 1;
	transition: all .3s;
}

.main .box1 .box-content .page-box {
	margin-top: 42px;
}

.main .box2 .box-content {
	padding-bottom: 20px;
}

.main .box2 .box-content .down-img-box .i {
	margin-bottom: 54px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	width: 100%;
	height: 432px;
}

.main .box2 .box-content .down-img-box .i>img {
	position: absolute;
	top: 0;
	left: calc(50% - 700px);
	width: 1400px;
	height: 432px;
}

.main .box2 .box-content .down-img-box .i .text-box {
	position: absolute;
	top: 0;
	left: 5.3%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	height: 100%;
	padding: 40px 0 30px;
}

.main .box2 .box-content .down-img-box .i .text-box .top {
	color: #333333;
}

.main .box2 .box-content .down-img-box .i .text-box .top .text1 {
	font-size: 40px;
}

.main .box2 .box-content .down-img-box .i .text-box .top .text2 {
	margin-top: 5px;
	font-size: 24px;
	line-height: 49px;
}

.main .box2 .box-content .down-img-box .i .text-box .bot .code {
	width: 139px;
	height: 139px;
}

.main .box2 .box-content .down-img-box .i .text-box .bot .text {
	color: #333333;
	font-size: 16px;
	margin-top: 25px;
}

@media screen and (max-width: 1400px) {
	.main .box {
		padding: 0 20px;
	}

	.main .box1 .box-content .download-list {
		width: 100%;
	}

	.main .box2 .box-content .down-img-box img {
		margin-bottom: 4%;
	}

	.main .box1 .box-content .download-list {
		width: calc(100% + 15px);
	}

	.main .box1 .box-content .download-list .i {
		margin-right: 15px;
		width: calc((100% - 75px) / 5);
	}

	.main .box1 .box-content .download-list .i .img-box {
		height: 180px;
	}
}

@media screen and (max-width: 1200px) {
	.main .box1 .box-content .download-list .i .img-box {
		height: 170px;
	}

	.main .box1 .box-content .download-list .i {
		width: calc((100% - 60px) / 4);
	}
}

@media screen and (max-width: 1024px) {
	.main .box1 .box-content {
		padding-top: 100px;
		padding-bottom: 60px;
	}

	.main .box .box-content .crumbs {
		padding: 30px 0;
	}

	.main .banner-style .nav-wrap.nav-show .nav-box {
		height: 100px;
	}

	.main .banner-style .nav-wrap::after {
		content: '下载方式';
	}

	.main .box1 .box-content .search-box .input-wrap .input-box {
		width: 50%;
	}

	.main .box1 .box-content .search-box .search-list {
		flex-direction: column;
		margin-bottom: 15px;
	}

	.main .box1 .box-content .search-box .search-list .list {
		width: 100%;
		overflow-x: auto;
		white-space: nowrap;
		flex-wrap: nowrap;
	}

	.main .box1 .box-content .search-box .search-list .list::-webkit-scrollbar {
		display: none;
	}

	.main .box1 .box-content .search-box .search-list .label {
		padding-right: 0;
		margin-bottom: 10px;
	}

	.main .box1 .box-content .download-list .i {
		margin-bottom: 40px;
	}

	.main .box2 .box-content {
		padding-top: 100px;
	}

	.main .box2 .box-content .down-img-box .i {
		flex-direction: column;
		height: auto;
		flex-direction: column-reverse;
		margin-bottom: 130px;
		margin-top: 95px;
		overflow: visible;
	}

	.main .box2 .box-content .down-img-box .i:last-of-type {
		margin-bottom: 50px;
	}

	.main .box2 .box-content .down-img-box .i>img {
		position: static;
		margin-bottom: 0;
		border-radius: 10px;
		overflow: hidden;
		width: 100%;
		height: auto;
	}

	.main .box2 .box-content .down-img-box .i .text-box {
		position: static;
		padding: 0;
	}

	.main .box2 .box-content .down-img-box .i .text-box .top {
		position: absolute;
		top: -95px;
		left: 0;
		align-items: center;
		width: 100%;
		text-align: center;
	}

	.main .box2 .box-content .down-img-box .i .text-box .top .text2 {
		margin: 0 0 0 20px;
		font-size: 20px;
		line-height: normal;
		margin-top: 5px;
	}

	.main .box2 .box-content .down-img-box .i .text-box .bot {
		position: absolute;
		bottom: calc(50% - 107px);
		left: 5%;
		text-align: center;
	}

	.main .box2 .box-content .down-img-box .i .text-box .bot .text {
		margin-top: 10px;
	}

	.main .box2 .box-content .down-img-box .i .text-box .top .text1 {
		font-size: 36px;
	}

	.main .box2 .box-content .down-img-box .i .text-box .bot .code {
		width: 180px;
		height: 180px;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 950px) {
	.main .box2 .box-content .down-img-box .i .text-box .bot .code {
		width: 150px;
		height: 150px;
	}

	.main .box2 .box-content .down-img-box .i .text-box .bot {
		bottom: calc(50% - 92px);
	}
}

@media screen and (max-width: 850px) {
	.main .box1 .box-content .download-list .i {
		width: calc((100% - 45px) / 3);
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 800px) {
	.main .box2 .box-content .down-img-box .i .text-box .bot .code {
		width: 120px;
		height: 120px;
	}

	.main .box2 .box-content .down-img-box .i .text-box .bot {
		bottom: calc(50% - 77px);
		left: 2%;
	}
}

@media screen and (max-width: 767px) {
	.main .box1 .box-content .search-box .input-wrap .input-box {
		width: 100%;
	}

	.main .box2 .box-content .down-img-box .i .text-box .top .text1 {
		font-size: 32px;
	}

	.main .box2 .box-content .down-img-box .i .text-box .top {
		top: -85px;
	}

	.main .box2 .box-content .down-img-box .i {
		margin-top: 85px;
	}
}

@media screen and (max-width: 680px) {
	.main .box2 .box-content .down-img-box .i .text-box .bot .code {
		width: 140px;
		height: 140px;
	}

	.main .box2 .box-content .down-img-box .i .text-box .bot {
		bottom: calc(50% - 73px);
		left: 8%;
	}

	.main .box2 .box-content .down-img-box .i .text-box .bot .text {
		display: none;
	}
}

@media screen and (max-width: 650px) {
	.main .box1 .box-content .download-list .i {
		margin-right: 20px;
		width: calc((100% - 40px) / 2);
		margin-bottom: 20px;
	}

	.main .box2 .box-content .down-img-box .i {
		margin: 75px 0 110px;
	}

	.main .box2 .box-content .down-img-box .i .text-box .top {
		top: -75px;
	}

	.main .box2 .box-content .down-img-box .i .text-box .top .text1 {
		font-size: 28px;
	}

	.main .box2 .box-content .down-img-box .i .text-box .top .text2 {
		font-size: 16px;
	}
}

@media screen and (max-width: 610px) {
	.main .box2 .box-content .down-img-box .i .text-box .bot .code {
		width: 120px;
		height: 120px;
	}

	.main .box2 .box-content .down-img-box .i .text-box .bot {
		bottom: calc(50% - 63px);
	}
}

@media screen and (max-width: 510px) {
	.main .box2 .box-content .down-img-box .i .text-box .bot .code {
		width: 100px;
		height: 100px;
	}

	.main .box2 .box-content .down-img-box .i .text-box .bot {
		bottom: calc(50% - 53px);
	}

	.main .box2 .box-content .down-img-box .i {
		margin: 70px 0 100px;
	}

	.main .box2 .box-content .down-img-box .i .text-box .top {
		top: -70px;
	}

	.main .box2 .box-content .down-img-box .i .text-box .top .text1 {
		font-size: 26px;
	}

	.main .box2 .box-content .down-img-box .i .text-box .top .text2 {
		font-size: 14px;
	}
}

@media screen and (max-width: 430px) {
	.main .box1 .box-content .download-list .i {
		width: calc((100% - 20px) / 2);
		margin: 0 10px 10px 0;
	}

	.main .box1 .box-content .download-list .i .img-box {
		height: 130px;
	}

	.main .box2 .box-content .down-img-box .i .text-box .bot .code {
		width: 80px;
		height: 80px;
	}

	.main .box2 .box-content .down-img-box .i .text-box .bot {
		bottom: calc(50% - 43px);
	}
}

@media screen and (max-width: 370px) {
	.main .box1 .box-content .download-list .i .img-box {
		height: 100px;
	}
}

@media screen and (max-width: 340px) {
	.main .box2 .box-content .down-img-box .i .text-box .bot .code {
		width: 70px;
		height: 70px;
	}

	.main .box2 .box-content .down-img-box .i .text-box .bot {
		bottom: calc(50% - 38px);
	}
}

/* /////下载弹窗 */
.coverr {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 66;
	background-color: rgba(0, 0, 0, 0.6);
}

.coverr .downProp {
	width: 693px;
	height: 491px;
	background: #FFFFFF;
	border: 0px solid #110509;
	border-radius: 10px;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background-color: white;
}

.downProp .title {
	height: 88px;
	width: 621px;
	margin: auto;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	line-height: 88px;
	display: flex;
	align-items: center;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #363636;
}

.close_pic {
	position: absolute;
	width: 17px;
	height: 17px;
	right: 35px;
	cursor: pointer;
}

.child {
	width: 621px;
	margin: auto;
	height: 400px;
	font-size: 16px;
	color: #262626;
}

.child .children {
	height: 79px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	line-height: 79rpx;
}

.child .children span {
	margin-left: 10px;
}

.file_pic {
	width: 17px;
	height: auto;
	vertical-align: middle;
	margin-top: 3px;
}

.down_pic {
	width: 20px;
	height: auto;
	vertical-align: middle;
	margin-top: 3px;
	position: absolute;
	right: 25px;
}

.children a {
	height: 79px;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.coverr .downProp {
		width: 90%;
		height: auto;
		min-height: 200px;
		max-height: 380px;

	}

	.child {
		min-height: 200px;
		max-height: 330px;
		overflow-y: auto;
		font-size: 12px;
		color: #262626;

	}

	.child .children {
		line-height: 40px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		display: flex;
		align-items: center;
		text-indent: 15px;
		height: 40px;
	}

	.downProp .title {
		height: 45px;
		line-height: 45px;
		font-size: 12px;
		text-indent: 15px;
	}

	.close_pic {
		width: 12px;
		height: 12px;
		right: 20px;
	}

	.child .children span {
		margin-left: 3px;
	}

	.file_pic {
		width: 15px;
		height: auto;
		vertical-align: middle;
		margin-top: 3px;
		margin-left: 15px;
	}

	.down_pic {
		width: 15px;
		height: auto;
		vertical-align: middle;
		margin-top: 3px;
		position: absolute;
		right: 25px;
	}

	.children a {
		height: 40px;
	}
}

.m-style .active{
	border: 1px solid #0762d5;
	background: #0762d5;
}
.m-style a:hover{
	border: 1px solid #0762d5;
}
.child{
	overflow-x: hidden;
	overflow-y: auto;
}
.child .children{
	position: relative;
}
