.banner .swiper-slide .pic img{
	display: block;
	width: 100%;
}
.banner .swiper-horizontal>.swiper-pagination-bullets, 
.banner .swiper-pagination-bullets.swiper-pagination-horizontal, 
.banner .swiper-pagination-custom, 
.banner .swiper-pagination-fraction{
	bottom: 35px;
}
.banner .swiper-pagination-bullet{
	width: 6px;
	height: 6px;
	background: #D7D7D7;
	border-radius: 50%;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active{
	background: rgba(84, 84, 84, 1);
}
.product .box1{
	padding-bottom: 80px;
}
.product .box1 .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.product .box1 .list li,
.product .box1 .list i{
	width: 48.66%;
}
.product .box1 .list li{
	margin-bottom: 40px;
}
.product .box1 .list li a{
	display: flex;
	align-items: center;
	padding: 60px 70px;
	background-color: rgba(246, 246, 246, 1);
	justify-content: space-between;
}
.product .box1 .list li:hover a{
	background-color: rgba(218, 218, 218, 1);
}
.product .box1 .list li:hover{
	box-shadow: 0px 10px 25px 0px rgba(125,125,125,0.1);
}
.product .box1 .list li .pic{
	width: 41%;
	height: 340px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product .box1 .list li .pic img{
	max-width: 100%;
	max-height: 100%;
}
.product .box1 .list li .text-box{
	width: 35.75%;
}
.product .box1 .list li .text-title{
	font-size: 24px;
	font-family: GothamRounded;
	font-weight: bold;
	color: #000000;
	line-height: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product .box1 .list li .text-des{
	font-size: 16px;
	font-family: GothamRounded;
	font-weight: normal;
	color: #777777;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 20px;
}
.product .box1 .list li .more{
	width: 66px;
	height: 66px;
	line-height: 66px;
	text-align: center;
	
	border-radius: 50%;
	margin-top: 30px;
	font-size: 14px;
	font-family: GothamRounded;
	font-weight: normal;
	color: rgba(255, 227, 0, 1);
	text-transform: uppercase;
	background-color: rgba(0,102, 181, 1);
}
.product .box1 .list li:hover .more{
	background: rgba(255, 227, 0, 1);
		color: rgba(0,102, 181, 1);
}
.product .box1 .pagination{
	margin-top: 30px;
}
.product-d .r-content{
	width: 77.33%;
	margin-right: 0;
	margin-left: auto;
}
.product-d{
	background-color: #f6f6f6;
}
.product-d .box1{
	padding-bottom: 100px;
}
.product-d .box1 .r-content{
	position: relative;
	display: flex;
	justify-content: space-between;
}
.product-d .box1 .r-content .l {
	width: 56.89%;
}
.product-d .box1 .r-content .l .swiper-slide{
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-d .box1 .r-content .l .swiper-slide video,
.product-d .box1 .r-content .l .swiper-slide img{
	display: block;
	max-width: 100%;
}
.product-d .box1 .r-content .l-b{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.product-d .box1 .r-content .l-b .list{
	display: flex;
}
.product-d .box1 .r-content .l-b .list li{
	width: 6px;
	height: 6px;
	background: #D7D7D7;
	border-radius: 50%;
	cursor: pointer;
}
.product-d .box1 .r-content .l-b .list li:not(:last-child){
	margin-right: 12px;
}
.product-d .box1 .r-content .l-b .list li.active{
	width: 6px;
	height: 6px;
	background: rgba(0,102, 181, 1);
	border-radius: 50%;
}
.product-d .box1 .r-content .l-b .btns,
.product-d .box2 .box-b .btns,
.about .box4 .btns{
	display: flex;
}
.product-d .box1 .r-content .l-b .btn,
.product-d .box2 .box-b .btn{
	width: 50px;
	height: 50px;
	background: rgba(0,102, 181, 1);
	text-align: center;
	line-height: 50px;
	color: rgba(255, 255, 255, .3);
	border-radius: 50%;
	cursor: pointer;
}
.product-d .box1 .r-content .l-b .btn:hover,
.product-d .box2 .box-b .btn:hover{
	color: rgba(255, 255, 255, 1);
}
.product-d .box1 .r-content .l-b .btn:last-child,
.product-d .box2 .box-b .btn:last-child{
	border-left: 1px solid rgba(0,102, 181, 1);
}
.product-d .box1 .r-content .r{
	position: absolute;
	right: 0;
	top: 0;
	width: 37.75%;
	overflow: auto;
	height: 100%;
}
.product-d-title{
    display:block;
    width:100%;
	font-size: 30px;
	font-family: GothamRounded;
	color: rgba(0,102, 181, 1);
	line-height: 1.33;
	font-weight: bold;
	text-transform: uppercase;
}
.product-d .box1{
	position: relative;
}
.product-d .box1 .abs-nav{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
} 
.product-d .box1 .abs-nav.active{
	position: fixed;
	top: 100px;
}
.product-d .box1 .abs-nav .l-content{
	padding: 60px 0;
	width: 17.33%;
	background-color: #fff;
}
.product-d .box1 .abs-nav .l-content li{
	position: relative;
}
.product-d .box1 .abs-nav .l-content li:not(:last-child){
	margin-bottom: 30px;
}
.product-d .box1 .abs-nav .l-content li.active:before,
.product-d .box1 .abs-nav .l-content li:hover:before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 2px;
	background-color: rgba(0,102, 181, 1);
}
.product-d .box1 .abs-nav .l-content li.active a,
.product-d .box1 .abs-nav .l-content li:hover a{
	color: rgba(0,102, 181, 1);
}
.product-d .box1 .abs-nav .l-content li a,
.product-d .box1 .abs-nav .l-content li a{
	display: block;
	padding-left: 33px;
	font-size: 16px;
	font-family: GothamRounded;
	font-weight: normal;
	color: rgba(68, 68, 68, 1);
	line-height: 24px
}
.product-d .box1 .r-content .r .sub-title{
	font-size: 22px;
	font-family: GothamRounded;
	font-weight: normal;
	color: rgba(0,102, 181, 1);
	line-height: 28px;
	margin-top: 25px;
}
.product-d .box1 .r-content .r .text-box{
	font-size: 16px;
	color: #333;
	line-height: 1.75;
	margin-top: 25px;
	font-family: GothamRounded;
}
.product-d .box1 .r-content .r .text-box p:not(:last-child){
	margin-bottom: 25px;
}
.zoomMask {
    position: absolute;
    background: url(../img/mask.png) repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
}
.zoomDiv{
	z-index:99;
	position:absolute;
	top:0px;
	left:0px;
	width:400px;
	height:400px;
	background:#ffffff;
	border:1px solid #CCCCCC;
	display:none;
	text-align:center;
	overflow:hidden;
}
.product-d .box2{
	padding: 75px 0 80px;
	background-color: rgba(234, 234, 234, 1);
}
.product-d .box2 .box-c{
	margin-top: 34px;
}
.product-d .box2 .box-c .text{
	font-size: 18px;
	font-family: GothamRounded;
	font-weight: normal;
	color: #333333;
	line-height: 1;
	margin-top: 16px;
}
.product-d .box2 .box-b{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 36px;
}
.product-d .box2 .box-b .l{
	font-size: 14px;
	font-family: GothamRounded;
	font-weight: normal;
	color: #B7B7B7;
	line-height: 1;
}
.product-d .box2 .box-b .l .slide-pagination{
	display: flex;
	align-items: center;
	margin-top: 12px;
}
.product-d .box2 .box-b .l .line{
	width: 35px;
	height: 1px;
	background: rgba(230, 230, 230, 1);
	margin: 0 17px 0 7px;
}
.product-d .box3,
.product-d .box5{
	background-color: #f6f6f6;
}
.product-d .box4{
	background-color: rgba(234, 234, 234, 1);
	padding: 75px 0 80px;
}
.product-d .box4 .box-c{
	margin-top: 25px;
}
.product-d .box4 .box-c li{
	display: flex;
}
.product-d .box4 .box-c .li-l{
	font-size: 16px;
	font-family: GothamRounded;
	font-weight: normal;
	color: #333333;
	line-height: 36px;
	width: 28.44%;
}
.product-d .box4 .box-c .li-r{
	font-size: 16px;
	font-family: GothamRounded;
	font-weight: normal;
	color: #777777;
	line-height: 36px;
	flex: 1;
	margin-left: 10px;
}
.product-d .box4 .box-c .hide{
	display: none;
}
.product-d .box4 .box-c .more{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 220px;
	height: 52px;
	background: #004083;
	padding: 0 29px;
	justify-content: space-between;
	font-size: 16px;
	font-family: GothamRounded;
	font-weight: normal;
	color: rgba(255,227,0,1);
	margin-top: 30px;
	border-radius: 8px;
}
.product-d .box4 .box-c .more .iconfont{
	font-size: 24px;
}
.product_dingzhi .box1 .r-content{ display:block; overflow:hidden;}
.product_dingzhi .r-content .box-c{ margin-top:34px;font-size: 16px;font-family: GothamRounded;font-weight: normal;line-height: 36px;}
.product_dingzhi .box5 .r-content .box-c table{ width:100%!important;}
.product_dingzhi .box5 .r-content .box-c table td{ padding:5px;}
.product_dingzhi .box5 .r-content .box-c table tr:nth-child(2n+1) td{ background:#D9E1F4;}
.product_dingzhi .box5 .r-content .box-c table tr.tit td{ font-size:30px; color:#FFFF00; background-color:#006AB6;border-color:#006AB6;}





@media (max-width:1440px) {
	.product .box1 .list li a{
		padding: 30px;
	}
	.product .box1 .list li .pic{
		width: 45%;
	}
	.product .box1 .list li .text-box{
		width: 50%;
	}
	.product-d .box1 .abs-nav .l-content li a, .product-d .box1 .abs-nav .l-content li a{
		padding-left: 15px;
	}
}
@media (max-width:1199px) {
	.product-d-title{
		font-size: 28px;
	}
	.product .box1 .list li, .product .box1 .list i{
		width: 100%;
	}
	.product .box1{
		padding-bottom: 50px;
	}
	.product-d .box1 .abs-nav{
		display: none;
		position: relative;
	}
	.product-d .box1 .abs-nav .l-content{
		width: 100%;
		padding: 30px 0;
	}
	.product-d .box1 .abs-nav .l-content li:not(:last-child){
		margin-bottom: 20px;
	}
	.product-d .r-content{
		width: 100%;
	}
}
@media (max-width:1024px) {
	.product-d-title{
		font-size: 26px;
	}
	.product-d .box2,
	.product-d .box4{
		padding: 60px 0;
	}
	.product-d .box1{
		padding-bottom: 60px;
	}
	.product-d .box1 .r-content{
		flex-direction: column;
	}
	.product-d .box1 .r-content .l{
		width: 100%;
	}
	.product-d .box1 .r-content .r{
		position: relative;
		width: 100%;
		margin-top: 40px;
	}
}
@media (max-width: 768px) {
	.product-d-title{
		font-size: 24px;
	}
	.product .box1 .pagination{
		margin-top: 0;
	}
	.product .box1{
		padding-bottom: 40px;
	}
	.product-d .box2,
	.product-d .box4{
		padding: 50px 0;
	}
	.product-d .box1{
		padding-bottom: 50px;
	}
	.product-d .box1 .r-content .l-b .btn, .product-d .box2 .box-b .btn{
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
}
@media (max-width:500px) {
	.product .box1 .list li .pic{
		height: 200px;
		width: 100%;
	}
	.product .box1 .list li a{
		flex-direction: column;
		padding: 20px;
	}
	.product .box1 .list li .text-box{
		width: 100%;
		margin-top: 25px;
	}
	.product .box1 .list li .text-des{
		margin-top: 10px;
	}
	.product .box1 .list li .more{
		margin-top: 15px;
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 12px;
	}
	.product .box1{
		padding-bottom: 30px;
	}
	.product-d-title{
		font-size: 24px;
	}
	.product-d .box2,
	.product-d .box4{
		padding: 40px 0;
	}
	.product-d .box1{
		padding-bottom: 40px;
	}
	.product-d .box1 .r-content .r .sub-title,
	.product-d .box1 .r-content .r .text-box{
		margin-top: 15px;
	}
	.product-d .box1 .r-content .r .text-box p:not(:last-child){
		margin-bottom: 15px;
	}
	.product-d .box2 .box-c{
		margin-top: 25px;
	}
	.product-d .box2 .box-c img{ max-width:100%; height:auto!important;}
	.product_dingzhi .r-content .box-c img{ max-width:100%; height:auto!important;}
	.product-d .box4 .box-c .li-l{
		font-size: 14px;
		line-height: 1.5;
	}
	.product-d .box4 .box-c .li-r{
		font-size: 14px;
		line-height: 1.5;
	}
}
