.common-banner>.pic img{
	height: 593px;
}
.common-banner .banner-box{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 100%;
	z-index: 2;
	height: 504px;
}
.common-banner .banner-box .lists{
	
}
.common-banner .banner-box .list{
	width: 254px;
	background-color: rgba(87, 106, 122, .8);
}
.common-banner .banner-box .list>a,
.common-banner .banner-box .list .item>a{
	display: flex;
	padding: 0 40px 0 45px;
	line-height: 63px;
	justify-content: space-between;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.common-banner .banner-box .list:hover,
.common-banner .banner-box .list .item:hover{
	background-color: rgba(0, 91, 172, 1);
}
.common-banner .banner-box .list .items,
.common-banner .banner-box .item .box{
	display: none;
	position: absolute;
	left: 254px;
	width: 100%;
	top: 0;
	height: 100%;
}
.common-banner .banner-box .list:hover .items{
	display: block;
}
.common-banner .banner-box .list .item{
	width: 320px;
	background-color: rgba(87, 106, 122, .5);
}
.common-banner .banner-box .item:hover .box{
	display: block;
}
.common-banner .banner-box .item .box{
	background-color: #fff;
	width: 494px;
	padding: 0 16px;
	left: 320px;
}
.common-banner .banner-box .item .box ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.common-banner .banner-box .item .box li,
.common-banner .banner-box .item .box i{
	width: 30%;
}
.common-banner .banner-box .item .box li{
	margin-bottom: 39px;
}
.common-banner .banner-box .item .box li a{
	display: block;
	padding-top: 16px;
}
.common-banner .banner-box .item .box li .pic{
	height: 53px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.common-banner .banner-box .item .box li .pic img{
	width: auto;
	max-width: 100%;
	max-height: 100%;
}
.common-banner .banner-box .item .box li .text{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	margin-top: 10px;
	text-align: center;
}
.common-banner .banner-box .item .box li:hover .text{
	background: linear-gradient(0deg, #0096E0 0%, #024195 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.product{
}
.product .box1 {
	padding-bottom: 65px;
}
.product .box1 .contain{
	position: relative;
}
.product .box1 .btn{
	position: absolute;
	width: 44px;
	height: 44px;
	background: rgba(0,0,0,.15);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	top: calc((100% - 41px)/2);
	transform: translateY(-50%);
	z-index: 2;
	border: none;
}
.product .box1 .btn:hover{
    background: #016FBE;
}
.product .box1 .btn .iconfont{
	font-size: 22px;
}
.product .box1 .btn.btn-prev{
	left: -53px;
}
.product .box1 .btn.btn-next{
	right: -53px;
}
.product .box1 .swiper-slide .pic img{
	display: block;
	width: 100%;
}
.product .box1 .swiper-slide .text{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	margin-top: 17px;
	text-align: center;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product .box2{
	background-color: rgba(245, 245, 245, 1);
	padding: 99px 0 134px;
}
.product .box2 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.product .box2 li{
	width: 49.23%;
	background-color: #fff;
	margin-bottom: 17px;
}
.product .box2 li a{
	display: flex;
	padding: 20px 25px 34px 36px;
	align-items: center;
	justify-content: space-between;
}
.product .box2 li .pic{
	width: 232px;
	height: 224px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product .box2 li .pic img{
	max-width: 90%;
	max-height: 90%;
}
.product .box2 li .text-box{
	width: 290px;
}
.product .box2 li .text-title{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.product .box2 li .text-des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	margin-top: 17px;
}
.product .box2 li .more{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 132px;
	height: 38px;
	border: 1px solid #016FBE;
	border-radius: 19px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #016FBE;
	margin-top: 30px;
	z-index: 2;
	transition: all .6s;
	overflow: hidden;
}
.product .box2 li .more:hover{
	color: #fff;
}
.product .box2 li .more:before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-color: rgba(1, 111, 190, 1);
	transition: all .6s;
	z-index: -1;
}
.product .box2 li .more:hover:before{
	width: 100%;
}
.product .box2 li .more .iconfont{
	margin-left: 12px;
	font-size: 20px;
}
.product-list{
	background-color: rgba(245, 245, 245, 1);
}
.product-list .box1{
	padding: 53px 0 82px;
}
.product-list .box1 .box-t .select{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.product-list .box1 .box-t .select select{
	width: 18.75%;
	height: 58px;
	background: #FFFFFF;
	border: 1px solid #D1D1D2;
	border-radius: 29px;
	padding: 0 22px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-progress-appearance: none;
	background-image: url(../img/bottom.png);
	background-position: center right 22px;
	background-repeat: no-repeat;
}
.product-list .box1 .box-c{
	margin-top: 70px;
}
.product-list .box1 .box-c ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.product-list .box1 .box-c li,
.product-list .box1 .box-c i{
	width: 18.88%;
}
.product-list .box1 .box-c li .pic{
	height: 230px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}
.product-list .box1 .box-c li .pic img{
	max-width: 100%;
	max-height: 100%;
}
.product-list .box1 .box-c li .text-title{
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	margin-top: 19px;
	text-align: center;
}
.product-list .box1 .box-c li .text-des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	margin-top: 8px;
	text-align: center;
}
.product-list .box1 .box-c li{
	margin-bottom: 55px;
}
.product-list .box1 .box-c li:hover .text-title{
	background: linear-gradient(0deg, #0096E0 0%, #024195 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.product-list .pagination{
	margin-top: 55px;
}
.pd .common-breadNav{
	background-color: rgba(245, 245, 245, 1);
}
.pd .box1{
	padding: 80px 0 127px;
}
.pd .box1 .contain{
	display: flex;
	justify-content: space-between;
}
.pd .box1 .l{
	width: 49.58%;
}
.pd .box1 .l .swiper-slide{
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}
.pd .box1 .l .swiper-slide img{
	max-width: 90%;
	max-height: 90%;
}
.pd .box1 .l .gallery-top{
	background-color: rgba(245, 245, 245, 1);
	height: 422px;
}
.pd .box1 .l .gallery-thumbs-box{
	position: relative;
	padding: 0 82px;
	margin-top: 36px;
}
.pd .box1 .l .gallery-thumbs{
	height: 120px;
}
.pd .box1 .l .gallery-thumbs .swiper-slide{
	border: 1px solid transparent;
	cursor: pointer;
}
.pd .box1 .l .gallery-thumbs .swiper-slide-thumb-active{
	border-color: rgba(0, 91, 172, 1);
}
.pd .box1 .l .btns{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	background: rgba(0,0,0,.15);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
}
.pd .box1 .l .btns .iconfont{
	font-size: 24px;
	color: #fff;
}
.pd .box1 .l .btn-prev{
	left: 0;
}
.pd .box1 .l .btn-next{
	right: 0;
}
.pd .box1 .r{
	width: 44.3%;
}
.pd .box1 .r pre{
    white-space: normal;
}
.pd .box1 .r .title{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 84px;
	padding: 0 40px;
	background-color: rgba(245, 245, 245, 1);
	border-radius: 6px;
}
.pd .box1 .r .des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 28px;
	margin-top: 31px;
}
.pd .box1 .r .text-box{
	margin-top: 17px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 28px;
	border-top: 1px solid rgba(209, 209, 210, 1);
	padding-top: 16px;
}
.pd .box1 .r .download{
	width: 154px;
	height: 54px;
	background: #005BAC;
	border-radius: 27px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 95px;
}
.pd .box1 .r .download .iconfont{
	margin-right: 3px;
	font-size: 24px;
}
.pd .box3 img{
   display: block!important;
   margin: 0 auto!important;
   max-width: 100%!important;
}
.pd .box2{
	padding-bottom: 123px;
}
.pd .box2 .box-t{
	position: relative;
}
.pd .box2 .box-t:before{
	position: absolute;
	content: "";
	left: 50%;
	top: 0;
	width: 100vw;
	height: 100%;
	transform: translateX(-50%);
	background-color: rgba(240, 240, 240, 1);
}
.pd .box2 .box-t .swiper-slide{
	width: 190px;
	height: 88px;
	text-align: center;
	line-height: 88px;
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	cursor: pointer;
	/* background: #005BAC; */
}
.pd .box2 .box-t .swiper-slide.active,
.pd .box2 .box-t .swiper-slide:hover{
	background-color: rgba(0, 91, 172, 1);
	color: #fff;
}
.pd .box2 .box-c{
	padding-top: 72px;
}
.pd .box2 .box-c .item1 .text-title{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1
}
.pd .box2 .box-c .item1 .img{
    margin-bottom: 30px;
}
.pd .box2 .box-c .item1 .img img{
    display: block;
    margin: 0 auto;
    max-width: 100%!important;
}
.pd .box2 .box-c .item{
    display: none;
	/*padding-bottom: 83px;*/
}
.pd .box2 .box-c .item.active{
    display: block;
}
.pd .box2 .box-c .item1 .list{
	margin-top: 30px;
}
.pd .box2 .box-c .item1 .list:not(:last-child){
	margin-bottom: 65px;
}
.pd .box2 .box-c .item1 .list ul{
	display: flex;
}
.pd .box2 .box-c .item1 .list li{
	display: flex;
	align-items: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
}
.pd .box2 .box-c .item1 .list li:not(:last-child){
	margin-right: 114px;
}
.pd .box2 .box-c .item1 .list .dot{
	width: 6px;
	height: 6px;
	background: #666666;
	border-radius: 50%;
	margin-right: 10px;
}
.pd .box2 .box-c .item1 .list .icon-checkbox-ok{
	margin-right: 10px;
}
.pd .box2 .box-c .item .title{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #005BAC;
	line-height: 1;
	padding-bottom: 22px;
	border-bottom: 1px solid rgba(209, 209, 210, 1);
	padding-top: 6px;
}
.pd .box2 .box-c .item2 ul{
	margin-top: 38px;
}
.pd .box2 .box-c .item2 li{
	padding: 0 30px;
	background-color: rgba(245, 245, 245, 1);
}
.pd .box2 .box-c .item2 li:not(:last-child){
	margin-bottom: 17px;
}
.pd .box2 .box-c .item2 li .li-t{
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
}
.pd .box2 .box-c .item2 li .li-t .icon-xiala{
	display: block;
	color: rgba(191, 191, 191, 1);
	font-size: 24px;
	transform: rotate(-180deg);
	transition: all .6s;
	transform: rotate(0);
}
.pd .box2 .box-c .item2 li .li-t.active .icon-xiala{
	transform: rotate(-180deg);
}
.pd .box2 .box-c .item2 li .li-c{
	display: none;
}
.pd .box2 .box-c .item2 li .li-c .data{
	display: flex;
	border-top: 1px solid rgba(209, 209, 210, 1);
	justify-content: space-between;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 28px;
}

.pd .box2 .box-c .item2 li .li-c .data>div{
	padding: 25px 0;
}
.pd .box2 .box-c .item2 li .li-c .data .l{
	width: 34%;
	border-right: 1px solid rgba(209, 209, 210, 1);
}
.pd .box2 .box-c .item2 li .li-c .data .r{
	width: 59.56%;
}
.pd .box2 .box-c .item4 .data>div{
	flex: 1;
}
.pd .box2 .box-c .item4 .data>div:not(:first-child){
	border-left: 1px solid rgba(209, 209, 210, 1);
	text-align: center;
}
.pd .box2 .box-c .item5 li .li-c,
.pd .box2 .box-c .item6 li .li-c{
	display: block;
}
.pd .box2 .box-c .item5 .li-c .data:first-child,
.pd .box2 .box-c .item6 .li-c .data:first-child{
	border-top: none;
}
.pd .box2 .box-c .item6 .li-c .r-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pd .box2 .box-c .item6 .li-c .r-r{
	width: 88px;
	height: 38px;
	border: 1px solid #005BAC;
	border-radius: 19px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #005BAC;
}
.pd .box2 .box-c .item6 .li-c .r-r{
	background-color: #005BAC;
	color: #fff;
}
@media (max-width:1280px) {
	.pd .box1 .l .gallery-thumbs{
		height: 90px;
	}
	.pd .box1 .l .gallery-thumbs-box{
		padding: 0 60px;
	}
	.pd .box1 .l{
		width: 51.58%;
	}
}
@media (max-width:1199px) {
	.common-banner .banner-box{
		display: none;
	}
	.common-banner>.pic img{
		height: auto;
		/* height: 300px; */
	}
	.pd .box1 .l .btns{
		width: 36px;
		height: 36px;
	}
	.pd .box1 .l .btns .iconfont{
		font-size: 24px;
	}
	.pd .box1 .l .gallery-thumbs-box{
		padding: 0 50px;
	}
	.product .box2 li a{
		padding: 20px 15px 34px 15px;
	}
	.product .box2 li .text-title{
		font-size: 26px;
	}
	.product .box2 li .text-box{
		width: 250px;
	}
	.product .box1 .swiper-slide .text{
		font-size: 22px;
	}
	.product .box2 li .text-title{
		font-size: 22px;
	}
	.product-list .box1 .box-c li, .product-list .box1 .box-c i{
		width: 23%;
	}
	
}
@media (max-width:1023px){
	.product-list .box1 .box-t .select select{
		width: 48%;
		margin-bottom: 20px;
	}
	.product-list .box1 .box-c{
		margin-top: 40px;
	}
	.common-banner>.pic img{
		
		/* height: 450px; */
	}
	.pd .box1 .contain{
		flex-direction: column;
	}
	.pd .box1 .l{
		width: 100%;
	}
	.pd .box1 .r{
		width: 100%;
		margin-top: 35px;
	}
	.pd .box1 .r .download{
		margin-top: 35px;
	}
	.pd .box1{
		padding: 60px 0;
	}
	.pd .box2 .box-t .swiper-slide{
		width: 150px;
		height: 50px;
		line-height: 50px;
		font-size: 18px;
	}
	.pd .box2 .box-c .item1 .text-title,
	.pd .box2 .box-c .item .title{
		font-size: 22px;
	}
	.pd .box2 .box-c{
		padding-top: 40px;
	}
	.pd .box2 .box-c .item1 .list:not(:last-child){
		margin-bottom: 25px;
	}
	.pd .box2 .box-c .item1 .list{
		margin-top: 15px;
	}
	.pd .box2 .box-c .item{
		/*padding-bottom: 30px;*/
	}
	.pd .box2 .box-c .item2 li{
		padding: 0 15px;
	}
	.pd .box2 .box-c .item2 li .li-t{
		padding: 15px 0;
		font-size: 16px;
	}
	.pd .box2 .box-c .item2 li .li-c .data>div{
		padding: 15px 0;
	}
	.pd .box2 .box-c .item2 ul{
		margin-top: 30px;
	}
	.pd .box2{
		padding-bottom: 60px;
	}
	.pd .box1 .r .title{
		font-size: 22px;
		line-height: 50px;
		padding: 0 20px;
	}
	.pd .box1 .r .download{
		height: 40px;
	}
	.pd .box1{
		padding: 40px 0;
	}
	.pd .box2 .box-c .item1 .list ul{
		flex-wrap: wrap;
	}
	.pd .box2 .box-c .item1 .list li:not(:last-child){
		margin-right: 50px;
	}
	.pd .box2 .box-c .item2 li .li-c .data .r{
		flex-direction: column;
	}
	.pd .box2 .box-c .item6 .li-c .r-l{
		width: 100%;
	}
	.pd .box2 .box-c .item6 .li-c .r-r{
		margin-top: 20px;
		font-size: 16px;
	}
	.pd .box2 .box-c .item6 .li-c .r-box{
		flex-direction: column;
	}
	.pd .box1 .l .btns{
		top: 0;
		transform: translateY(-50%);
	}
	.pd .box1 .l .gallery-thumbs-box{
		padding: 30px 0 0;
	}
	.product .box2 li{
		width: 100%;
	}
	.product .box2{
		padding: 60px 0;
	}
	.product-list .box1 .box-c li, .product-list .box1 .box-c i{
		width: 32%;
	}
}
@media (max-width:768px){
	.product-list .box1 .box-c li, .product-list .box1 .box-c i{
		width: 48%;
	}
	.product-list .box1 .box-c li{
		margin-bottom: 30px;
	}
	.product-list .pagination{
		margin-top: 0px;
	}
	.product-list .box1{
		padding: 50px 0;
	}
}
@media (max-width:500px) {
	.product-list .box1 .box-c li .text-title{
		font-size: 18px;
	}
	.common-banner>.pic img{
		/* height: 250px; */
	}
	.pd .box2 .box-c .item1 .text-title, .pd .box2 .box-c .item .title{
		font-size: 20px;
	}
	.pd .box2 .box-c .item .title{
		padding-bottom: 10px;
	}
	.pd .box2 .box-c .item2 ul{
		margin-top: 20px;
	}
	.pd .box1 .l .gallery-thumbs{
		height: 70px;
	}
	.pd .box1 .l .gallery-top{
		height: 320px;
	}
	.pd .box2{
		padding-bottom: 30px;
	}
	.product .box2 li .pic{
		width: 110px;
		height: 170px;
	}
	.product .box2 li .text-box{
		flex: 1;
		margin-left: 15px;
	}
	.product .box2 li .text-title{
		font-size: 18px;
	}
	.product .box2 li .text-des{
		margin-top: 10px;
	}
	.product .box2 li .more{
		margin-top: 10px;
	}
	.product .box1{
		padding-bottom: 35px;
	}
	.product .box1 .swiper-slide .text{
		font-size: 18px;
	}
	.product .box2{
		padding: 40px 0;
	}
	.product-list .box1 .box-t .select select{
		width: 100%;
		height: 40px;
		font-size: 16px;
	}
	.product-list .box1 .box-c li, .product-list .box1 .box-c i{
		width: 100%;
	}
	.product-list .box1 .box-c li .text-des{
		margin-top: 0;
	}
	.product-list .box1 .box-c{
		margin-top: 20px;
	}
}