.order .common-breadNav{
	background-color: rgba(245, 245, 245, 1);
}
.order .box1 .list{
	display: flex;
}
.order .box1 .list .item{
	position: relative;
	width: 33.33%;
}
.order .box1 .list .item .swiper-slide img{
	display: block;
	width: 100%;
	height: 920px;
	object-fit: cover;
}
.order .box1 .list .item .item-box{
	position: absolute;
	bottom: 62px;
	width: 100%;
	left: 0;
	z-index: 2;
	padding: 0 60px;
	text-align: center;
}
.order .box1 .list .item .item-box .item-pagination{
	display: flex;
	align-items: center;
	justify-content: center;
}
.order .box1 .list .item .item-box .item-pagination li{
	width: 34px;
	height: 4px;
	background: rgba(0,0,0,.24);
	border-radius: 2px;
	margin: 5px;
	cursor: pointer;
}
.order .box1 .list .item .item-box .item-pagination li.active{
	background-color: rgba(0, 91, 172, 1);
}
.order .box1 .list .item .text-title{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	margin-top: 40px;
}
.order .box1 .list .item .text-des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	margin-top: 33px;
	text-align: left;
}
.qa .box1{
	background-image: url(../img/qa-bg.jpg);
	padding: 56px 0 60px;
	background-size: cover;
}
.qa .box1 .box-t ul,
.download .box1 .box-t ul{
	display: flex;
}
.qa .box1 .box-t li,
.download .box1 .box-t li{
	width: 142px;
	height: 48px;
	background: #FFFFFF;
	border-radius: 24px;
	line-height: 48px;
	text-align: center;
}
.qa .box1 .box-t li a,
.download .box1 .box-t li a{
	display: block;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.qa .box1 .box-t li:not(:last-child),
.download .box1 .box-t li:not(:last-child){
	margin-right: 33px;
}
.qa .box1 .box-t li.active,
.download .box1 .box-t li.active,
.qa .box1 .box-t li:hover,
.download .box1 .box-t li:hover{
	background-color: rgba(0, 91, 172, 1);
}
.qa .box1 .box-t li.active a,
.download .box1 .box-t li.active a,
.qa .box1 .box-t li:hover a,
.download .box1 .box-t li:hover a{
	color: #fff;
}
.qa .box1 .box-c{
	margin-top: 43px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
}
.qa .box1 .box-c-t{
	background-color: rgba(245, 245, 245, 1);
	padding: 0 70px;
	line-height: 78px;
}
.qa .box1 .box-c-t ul{
	display: flex;
	align-items: center;
}
.qa .box1 .box-c-t li a{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 1;
}
.qa .box1 .box-c-t li.active a,
.qa .box1 .box-c-t li:hover a{
	color: rgba(0, 91, 172, 1);
}
.qa .box1 .box-c-t ul .line{
	margin: 0 94px;
	width: 1px;
	height: 25px;
	background: #D1D1D2;
}
.qa .box1 .box-c-c{
	padding: 16px 60px;
}
.qa .box1 .box-c-c li:not(:last-child){
	border-bottom: 1px solid rgba(209, 209, 210, .55);
}
.qa .box1 .box-c-c .li-t{
	position: relative;
	padding: 26px 54px 22px 0;
	display: flex;
	cursor: pointer;
}
.qa .box1 .box-c-c .li-t .icon{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
}
.qa .box1 .box-c-c .li-t .icon .iconfont{
	display: block;
	font-size: 24px;
	transition: all .6s;
	transform: rotate(90deg);
	color: rgba(209, 209, 210, 1);
}
.qa .box1 .box-c-c .li-t.active .icon .iconfont{
	transform: rotate(-90deg);
}
.qa .box1 .box-c-c .li-t-l,
.qa .box1 .box-c-c .li-b-l{
	min-width: 24px;
	height: 24px;
	background: #005BAC;
	border-radius: 50%;
	font-size: 14px;
	font-family: Arial;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	text-align: center;
	padding: 0 2px;
}
.qa .box1 .box-c-c .li-t-r{
	flex: 1;
	margin-left: 12px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
}
.qa .box1 .box-c-c .li-b{
	display: none;
}
.qa .box1 .box-c-c .li-b-box{
	display: flex;
	padding-bottom: 34px;
}
.qa .box1 .box-c-c .li-b-r{
	flex: 1;
	margin-left: 13px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
}
.qa .box1 .pagination{
	margin-top: 60px;
}
.download .box1{
	background-image: url(../img/qa-bg.jpg);
	padding: 56px 0 60px;
	background-size: cover;
}
.download .box1 .box-c{
	margin-top: 30px;
	border-radius: 10px;
	background-color: #fff;
	overflow: hidden;
}
.download .box1 .box-c .li-header{
	background-color: rgba(245, 245, 245, 1);
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
}
.download .box1 .box-c  li{
	display: flex;
	padding: 0 60px;
	justify-content: space-between;
	text-align: left;
	line-height: 78px;
}
.download .box1 .box-c .div1,
.download .box1 .box-c .div2,
.download .box1 .box-c .div3,
.download .box1 .box-c .div4{
	width: 23%;
	
}
.download .box1 .box-c .div5{
	width: 60px;
	text-align: center;
}
.download .box1 .box-c  li.li-body{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
}
.download .box1 .box-c  li .li-body-box,
.download .box1 .box-c  li .li-header-box{
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding: 27px 0;
}
.download .box1 .box-c  li.li-body .icon-xiazai{
	font-size: 30px;
	color: #005BAC;
}
.download .box1 .box-c  li:not(:last-child) .li-body-box{
	border-bottom: 1px solid rgba(209, 209, 210, 1);
}
.download .box1 .pagination{
	margin-top: 50px;
}
.rd .box1{
	position: relative;
	padding: 157px 0 123px;
	background-image: url(../img/rd-bg.jpg);
	background-size: cover;
}
.rd .box1 .gallery-top .swiper-slide{
	display: flex;
	height: 464px;
}
.rd .box1 .gallery-top .swiper-slide .l{
	width: 47.36%;
}
.rd .box1 .gallery-top .swiper-slide .l .pic{
	height: 100%;
}
.rd .box1 .gallery-top .swiper-slide .l img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.rd .box1 .gallery-top .swiper-slide .r{
	flex: 1;
	background-color: rgba(255, 255, 255, .8);
	padding: 44px 34px 34px 56px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.rd .box1 .gallery-top .swiper-slide .r .title{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
}
.rd .box1 .gallery-top .swiper-slide .r .line{
	position: relative;
	width: 70px;
	height: 1px;
	background: #005BAC;
	margin-top: 17px;
}
.rd .box1 .gallery-top .swiper-slide .r .line:before{
	position: absolute;
	content: "";
	left: 0;
	bottom: -1px;
	width: 26px;
	height: 3px;
	background: #005BAC;
}
.rd .box1 .gallery-top .swiper-slide .r .des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	margin-top: 16px;
}
.rd .box1 .gallery-top .swiper-slide .r .list{
	/* margin-top: 85px; */
	display: flex;
	justify-content: space-between;
}
.rd .box1 .gallery-top .swiper-slide .r .list li{
	max-width: 305px;
}
.rd .box1 .gallery-top .swiper-slide .r .number{
	font-size: 48px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #005BAC;
	line-height: 1;
}
.rd .box1 .gallery-top .swiper-slide .r .text-title{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #005BAC;
	line-height: 1;
	margin-top: 11px;
}
.rd .box1 .gallery-top .swiper-slide .r .text-des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	margin-top: 25px;
}
.rd .box1 .gallery-top .swiper-slide .r .li-line{
	height: 100%;
	width: 1px;
	background-color: rgba(0, 111, 189, 1);
}
.rd .box1 .gallery-thumbs{
	position: relative;
	margin-top: 109px;
}
.rd .box1 .gallery-thumbs:before{
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 1px;
	background-color: rgba(255, 255, 255, .3);
	bottom: 15px;
}
.rd .box1 .gallery-thumbs .swiper-slide{
	width: auto;
	padding-bottom: 6px;
	cursor: pointer;
}
.rd .box1 .gallery-thumbs .swiper-slide .text{
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	padding: 8px 18px;
	border: 1px solid transparent;
	border-radius: 19px;
	text-align: center;
}
.rd .box1 .gallery-thumbs .swiper-slide-thumb-active .text{
	border-color: #fff;
}
.rd .box1 .gallery-thumbs .swiper-slide .dot{
	position: relative;
	margin-top: 23px;
	width: 18px;
	height: 18px;
	border: 3px solid #FFFFFF;
	border-radius: 50%;
	margin: 23px auto 0;
	background-color: #656778;
	z-index: 2;
	/* box-shadow: 0px 0px 2px 4px #656778; */
}
.rd .box1 .gallery-thumbs .swiper-slide-thumb-active .dot{
	background-color: #fff;
}
.rd .box1 .gallery-thumbs .swiper-slide .dot:before{
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 30px;
	height: 30px;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	z-index: -1;
	opacity: 0;
}
.rd .box1 .gallery-thumbs .swiper-slide-thumb-active .dot:before{
	opacity: 1;
}
.rd .box1 .gallery-thumbs .lines{
	position: absolute;
	bottom: 0;
	display: block;
}
.rd .box1 .gallery-thumbs .lines1{
	left: 0;
}
.rd .box1 .gallery-thumbs .lines2{
	right: 0;
}
.rd .box1 .btns{
	position: absolute;
	width: 135px;
	height: 80px;
	background: rgba(255,255,255,.6);
	text-align: center;
	top: 340px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.rd .box1 .btns .iconfont{
	font-size: 50px;
	color: rgba(0, 110, 188, 1);
}
.rd .box1 .btns.swiper-button-disabled .iconfont{
	opacity: .5;
}
.rd .box1 .btn-prev{
	left: 0;
	border-radius: 0 50px 50px 0;
}
.rd .box1 .btn-next{
	right: 0;
	border-radius:  50px 0 0 50px;
}
@media (max-width:1280px){
	.rd .box1 .gallery-top .swiper-slide .r{
		padding: 30px 20px 30px 30px;
	}
	.rd .box1 .gallery-top .swiper-slide .r .list li{
		max-width: 48%;
	}
	.order .box1 .list .item .swiper-slide img{
		height: 600px;
	}
	.order .box1 .list .item .text-title{
		font-size: 26px;
	}
	.order .box1 .list .item .item-box{
		padding: 0 20px;
	}
	.order .box1 .list .item .text-des{
		margin-top: 15px;
	}
	.order .box1 .list .item .item-box{
		bottom: 35px;
	}
}
@media (max-width:1199px){
	.qa .box1 .box-c-t ul .line{
		margin: 0 50px;
	}
	.rd .box1 .gallery-top .swiper-slide .r .number{
		font-size: 36px;
	}
	.rd .box1 .gallery-top .swiper-slide .r .text-title{
		font-size: 18px;
	}
}
@media (max-width:1024px) {
	.download .box1 .box-c li{
		padding: 0 20px;
	}
	.download .box1 .box-c li .li-body-box, .download .box1 .box-c li .li-header-box{
		padding: 15px 0;
	}
	.download .box1 .box-c .li-header{
		font-size: 16px;
	}
	.download .box1 .box-c li.li-body{
		font-size: 14px;
	}
	.download .box1 .box-c li.li-body .icon-xiazai{
		font-size: 22px;
	}
	.download .box1 .pagination{
		margin-top: 30px;
	}
	.qa .box1 .box-t li, .download .box1 .box-t li{
		height: 36px;
		line-height: 36px;
		width: 100px;
	}
	.qa .box1 .box-t li a, .download .box1 .box-t li a{
		font-size: 16px;
	}
	.qa .box1 .box-t li:not(:last-child), .download .box1 .box-t li:not(:last-child){
		margin-right: 20px;
	}
	.download .box1 .box-c{
		margin-top: 20px;
	}
	.qa .box1 .box-c-t{
		padding: 0 30px;
		line-height: 50px;
	}
	.qa .box1 .box-c-t li a{
		font-size: 16px;
	}
	.qa .box1 .box-c-c{
		padding: 16px 30px;
	}
	.qa .box1 .box-c-c .li-t{
		padding: 18px 0;
	}
	.qa .box1 .box-c-c .li-t-r{
		font-size: 16px;
	}
	.qa .box1 .box-c-c .li-t .icon .iconfont{
		font-size: 20px;
	}
	.qa .box1 .box-c-c .li-b-box{
		padding-bottom: 20px;
	}
	.qa .box1 .box-c-c .li-t .icon{
		right: 0;
	}
	.rd .box1 .gallery-top .swiper-slide{
		flex-direction: column;
		height: auto;
	}
	.rd .box1 .gallery-top .swiper-slide .l{
		width: 100%;
	}
	.rd .box1 .gallery-top .swiper-slide .r .list{
		margin-top: 30px;
	}
	.rd .box1 .gallery-top .swiper-slide .r .list li{
		max-width: inherit;
	}
	.rd .box1{
		padding: 70px 0 90px;
	}
	.rd .box1 .gallery-thumbs{
		margin-top: 70px;
	}
	.rd .box1 .gallery-thumbs .swiper-slide .text{
		font-size: 20px;
	}
	.rd .box1 .gallery-thumbs .swiper-slide .dot{
		width: 12px;
		height: 12px;
	}
	.rd .box1 .gallery-thumbs .swiper-slide .dot:before{
		width: 24px;
		height: 24px;
	}
	.rd .box1 .btns{
		height: 50px;
		line-height: 50px;
		width: 80px;
	}
	.rd .box1 .btns .iconfont{
		font-size: 26px;
	}
	.rd .box1 .gallery-top .swiper-slide .r .number{
		font-size: 30px;
	}
	.rd .box1 .gallery-thumbs:before{
		bottom: 12px;
	}
	.order .box1 .list{
		flex-direction: column;
	}
	.order .box1 .list .item{
		width: 100%;
	}
	.order .box1 .list .item:not(:last-child){
		margin-bottom: 30px;
	}
}
@media (max-width:768px){
	.qa .box1 .box-c-t ul .line{
		display: none;
	}
	.qa .box1 .box-c-t ul{
		justify-content: space-between;
	}
	.qa .box1 .box-c-c{
		padding: 0 20px;
	}
	.qa .box1 .box-c-t{
		padding: 0 20px;
	}
	.qa .box1 .pagination{
		margin-top: 30px;
	}
	.rd .box1 .gallery-top .swiper-slide .r .li-line{
		display: none;
	}
	.rd .box1 .gallery-top .swiper-slide .r .list{
		flex-direction: column;
		margin-top: 15px;
	}
	.rd .box1 .gallery-top .swiper-slide .r .text-des{
		margin-top: 10px;
		font-size: 14px;
		line-height: 24px;
	}
	.rd .box1 .gallery-top .swiper-slide .r .text-title{
		margin-top: 7px;
		font-size: 16px;
	}
	.rd .box1 .gallery-top .swiper-slide .r li:not(:last-child){
		margin-bottom: 15px;
	}
	.rd .box1 .gallery-top .swiper-slide .r .title{
		font-size: 22px;
	}
	.rd .box1 .gallery-top .swiper-slide .r .number{
		font-size: 24px;
	}
	.rd .box1 .gallery-thumbs{
		margin-top: 40px;
	}
	.order .box1 .list .item .swiper-slide img{
		/* height: 400px; */
	}
	.order .box1 .list .item .text-title{
		font-size: 24px;
		margin-top: 20px;
	}
}
@media (max-width:500px) {
	.download .box1 .box-c li{
		padding: 0 10px;
	}
	.download .box1 .box-c li .li-body-box, .download .box1 .box-c li .li-header-box{
		padding: 10px 0;
	}
	.download .box1 .box-c .li-header{
		font-size: 14px;
	}
	.download .box1 .box-c li.li-body{
		font-size: 12px;
	}
	.download .box1 .box-c .div5{
		width: 40px;
	}
	.download .box1 .box-c .div3{
		width: 18%;
	}
	.download .box1 .box-c .div4{
		width: 19%;
	}
	.download .box1 .pagination{
		margin-top: 20px;
	}
	.download .box1{
		padding: 40px 0;
	}
	.qa .box1 .box-c-t{
		padding: 0 10px;
	}
	.qa .box1 .box-c-c{
		padding: 0 10px;
	}
	.qa .box1 .box-c-c .li-t .icon .iconfont{
		font-size: 16px;
	}
	.qa .box1 .box-c-c .li-t-r{
		margin-left: 7px;
	}
	.qa .box1 .box-c-c .li-t{
		padding: 10px 0;
	}
	.qa .box1 .box-c{
		margin-top: 25px;
	}
	.qa .box1{
		padding: 40px 0;
	}
	.rd .box1 .gallery-top .swiper-slide .r .title{
		font-size: 20px;
	}
	.rd .box1 .gallery-thumbs .swiper-slide .text{
		font-size: 16px;
	}
	.rd .box1 .gallery-top .swiper-slide .r{
		padding: 25px 15px;
	}
	.rd .box1{
		padding: 50px 0 60px;
	}
	.order .box1 .list .item .text-title{
		font-size: 22px;
	}
}