.hoverbtn .act {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.hoverbtn:hover .nor {
	opacity: 0;
}

.hoverbtn:hover .act {
	opacity: 1;
}

.hoverbtn img {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	display: block;
}

.mktl {
	padding: 80px 0 50px;
}

.mktl .cn {
	text-align: center;
	color: #333333;
	margin-bottom: 20px;
	font-size: 36px;
	font-weight: bold;
}

.mktl .line {
	width: 30px;
	height: 2px;
	background-color: #16357a;
	margin: 0 auto;
}

.pagebox2 {
	margin-top: 70px;
	position: relative;
}

.pagebox2 .btn {
	line-height: 50px;
}

.pagebox2 .btn .icon {
	position: relative;
	float: left;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #f5f5f5;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	font-size: 0;
}

.pagebox2 .btn span {
	float: left;
	font-size: 16px;
}

.pagebox2 .prev_page {
	float: left;
}

.pagebox2 .prev_page .icon {
	margin-right: 22px;
	font-size: 0;
}

.pagebox2 .next_page {
	float: right;
}

.pagebox2 .next_page span {
	margin-right: 22px;
}

.pagebox2 .btn:hover .icon {
	background: #16357a;
}

.pagebox2 .btn:hover span {
	color: #16357a;
}

.pagebox2 .back {
	width: 168px;
	height: 50px;
	background-color: #f5f5f5;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	line-height: 50px;
	text-align: center;
}

.pagebox2 .back span {
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	padding-right: 30px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/back-icon.png);
	font-size: 16px;
	color: #333333;
}

.pagebox2 .back:hover {
	background: #16357a;
}

.pagebox2 .back:hover span {
	color: #fff;
	background-image: url(../images/back-icon-a.png);
}

.pro_a {
	padding-bottom: 7.4%;
}

.pro_a .pro-tabbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	border: solid 1px #e5e5e5;
	margin-bottom: 80px;
}

.pro_a .pro-tabbox a {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	line-height: 58px;
	border-right: solid 1px #e5e5e5;
	font-size: 16px;
	color: #444444;
	position: relative;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}

.pro_a .pro-tabbox a span {
	position: relative;
	z-index: 10;
}

.pro_a .pro-tabbox a::after {
	content: "";
	width: 100%;
	height: 0;
	left: 0;
	top: 0;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	background: #16357a;
	z-index: 1;
}

.pro_a .pro-tabbox a:hover,
.pro_a .pro-tabbox .actA {
	color: #fff;
}

.pro_a .pro-tabbox a:hover::after,
.pro_a .pro-tabbox .actA::after {
	height: 100%;
}

.pro_a .pro-tabbox a:last-child {
	border-right: none;
}

.pro_a .moreBtn {
	width: 100%;
	height: 44px;
	background-color: #005aa1;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	text-align: center;
	line-height: 44px;
	color: #fff;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	margin-top: 40px;
}

.pro_a .moreBtn img {
	margin-left: 12px;
	position: relative;
	top: -2px;
}

.pro_b .swiperbox {
	padding: 0 90px;
	position: relative;

}

.pro_b .swiperbox .btn {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #f5f5f5;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(154, 154, 154, 0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(154, 154, 154, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(154, 154, 154, 0.2);
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 20;
	margin-top: -30px;
	font-size: 0;
}

.pro_b .swiperbox .btn:hover {
	background: #16357a;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.pro_b .swiperbox .prev_pro {
	left: 0px;
}

.pro_b .swiperbox .next_pro {
	right: 0px;
}

.pro_b #debox {
	padding: 95px 0 150px;
}

.pro_b #debox .swiper-slide {
	position: relative;
}

.pro_b #debox .swiper-slide .imgbox {
	border: solid 1px #e5e5e5;
	box-sizing: border-box;
	-webkit-transition: all .7s;
	-o-transition: all .7s;
	-moz-transition: all .7s;
	transition: all .7s;
}

.pro_b #debox .swiper-slide .imgbox img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.pro_b #debox .swiper-slide .text {
	position: absolute;
	bottom: -150px;
	width: 100%;
	opacity: 0;
	text-align: center;
}

.pro_b #debox .swiper-slide-active .imgbox {
	position: relative;
	border-color: #16357a;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}

.pro_b #debox .swiper-slide-active .imgbox a {
	position: relative;
	display: block;
}

.pro_b #debox .swiper-slide .imgbox a::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.7) url('../images/zoom.svg') center no-repeat;
	background-size: 67px auto;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.pro_b #debox .swiper-slide-active .imgbox a::before {
	opacity: 1;
}

.pro_b #debox .swiper-slide-active .text {
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	opacity: 1;
	color: #444444;
	font-size: 24px;
	font-weight: bold;
}

.pro_c {
	padding-bottom: 6.25%;
}

.pro_c .tabbox {
	margin-bottom: 40px;
}

.pro_c .tabbox .tab {
	width: 240px;
	text-align: center;
	line-height: 60px;
	color: #444444;
	background-color: #f5f5f5;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	position: relative;
	float: left;
	font-size: 16px;
	cursor: pointer;
}

.pro_c .tabbox .tab::after {
	display: block;
	position: absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	width: 12px;
	height: 6px;
	background: url(../images/down_jt_2.png) no-repeat;
	left: 50%;
	bottom: 0px;
	margin-left: -6px;
	opacity: 0;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}

.pro_c .tabbox .act-tab,
.pro_c .tabbox .act-tab a {
	background-color: #16357a;
	color: #fff;
}

.pro_c .tabbox .tab:hover {
	color: #fff;
	background: #16357a;
}

.pro_c .tabbox .act-tab::after {
	bottom: -6px;
	opacity: 1;
}

.pro_c .contbox .box {
	display: none;
	/* padding: 68px 100px 100px 100px;
  background-color: #f5f5f5;
  border: solid 1px #e5e5e5; */
	font-size: 16px;
	line-height: 1.8;
}

.pro_c .contbox .box h3 {
	color: #16357a;
	font-size: 20px;
	line-height: 2;
	margin: 35px 0 10px 0;
	border-bottom: 1px solid;
	padding-bottom: 8px;
}

.pro_c .contbox .box .tlbox {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 48px;
	margin-bottom: 40px;
}

.pro_c .contbox .box .tlbox .tl {
	color: #444444;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}

.pro_c .contbox .box .tlbox .te {
	line-height: 24px;
	color: #666666;
	margin-top: -5px;
}

.pro_c .contbox .box .tlbox .bzbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-moz-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pro_c .contbox .box .tlbox .bzbox .bz {
	margin-bottom: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding: 12px;
	width: 20%;
	height: auto;
	-webkit-border-radius: 3px 3px 3px 14px;
	-moz-border-radius: 3px 3px 3px 14px;
	border-radius: 3px 3px 3px 14px;
	background: #005aa1;
	margin-right: 30px;
	position: relative;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 18px;
}

.pro_c .contbox .box .tlbox .bzbox .bz span {
	display: block;
	color: #fff;
}

.pro_c .contbox .box .tlbox .bzbox .bz:nth-child(2) {
	background: rgba(0, 90, 161, 0.95);
}

.pro_c .contbox .box .tlbox .bzbox .bz:nth-child(3) {
	background: rgba(0, 90, 161, 0.9);
}

.pro_c .contbox .box .tlbox .bzbox .bz:nth-child(4) {
	background: rgba(0, 90, 161, 0.85);
}

.pro_c .contbox .box .tlbox .bzbox .bz:nth-child(5) {
	background: rgba(0, 90, 161, 0.8);
}

.pro_c .contbox .box .tlbox .bzbox .bz:nth-child(6) {
	background: rgba(0, 90, 161, 0.75);
}

.pro_c .contbox .box .tlbox .bzbox .bz:nth-child(7) {
	background: rgba(0, 90, 161, 0.7);
}

.pro_c .contbox .box .tlbox .bzbox .bz:nth-child(8) {
	background: rgba(0, 90, 161, 0.65);
}

.pro_c .contbox .box .tlbox .bzbox .bz:nth-child(9) {
	background: rgba(0, 90, 161, 0.6);
}

.pro_c .contbox .box .tlbox .bzbox .bz:nth-child(10) {
	background: rgba(0, 90, 161, 0.55);
}

.pro_c .contbox .box .tlbox .bzbox .bz:nth-child(11) {
	background: rgba(0, 90, 161, 0.5);
}

.pro_c .contbox .box .tlbox .bzbox .bz:nth-child(12) {
	background: rgba(0, 90, 161, 0.45);
}

.pro_c .contbox .box .tlbox .bzbox .bz:nth-child(13) {
	background: rgba(0, 90, 161, 0.4);
}

.pro_c .contbox .box .tlbox .bzbox .bz:nth-child(14) {
	background: rgba(0, 90, 161, 0.35);
}

.pro_c .contbox .box .tlbox .bzbox .bz:nth-child(15) {
	background: rgba(0, 90, 161, 0.3);
}

.pro_c .contbox .box .tlbox .bzbox .bz:nth-child(16) {
	background: rgba(0, 90, 161, 0.25);
}

.pro_c .contbox .box .tlbox .bzbox .bz:nth-child(17) {
	background: rgba(0, 90, 161, 0.2);
}

.pro_c .contbox .box .tlbox .bzbox .bz:nth-child(18) {
	background: rgba(0, 90, 161, 0.15);
}

.pro_c .contbox .box .tlbox .bzbox .bz:nth-child(19) {
	background: rgba(0, 90, 161, 0.1);
}

.pro_c .contbox .box .tlbox .bzbox .bz:nth-child(20) {
	background: rgba(0, 90, 161, 0.05);
}

.pro_c .contbox .box .tlbox .bzbox .bz::after {
	left: 100%;
	top: 0;
	content: "";
	width: 30px;
	height: 100%;
	background: url(../images/pro_05.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100%;
	background-size: 100%;
}

.pro_c .contbox .box .tlbox .bzbox .bz:last-child {
	margin-right: 0;
}

.pro_c .contbox .box .tlbox .bzbox .bz:last-child::after {
	display: none;
}

.pro_c .contbox .box .tlbox:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}

.pro_c .contbox .box:nth-child(1) {
	display: block;
}


.pro_c .contbox .box .tlbox .img_list {
	width: 100%;
}

.pro_c .contbox .box .tlbox .img_list li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pro_c .contbox .box .tlbox .img_list li .pic {
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.pro_c .contbox .box .tlbox .img_list .pic a {
	display: block;
}

.pro_c .contbox .box .tlbox .img_list .pic a img {
	width: 100%;
}

.prodetail_2 {
	padding: 0 3.5% 5%;
	color: #666666;
	line-height: 28px;
}

.prodetail_2 span img {
	display: block;
	margin: 0 auto;
	height: auto !important;
	width: 1000px;
}

@media (max-width: 1440px) {
	.pro_a .pro-tabbox {
		margin-bottom: 60px;
	}

	.pro_a .pro-tabbox a {
		line-height: 42px;
	}

	.pro_b #debox .swiper-slide-active .text {
		font-size: 20px;
	}

	.pro_c .contbox .box {
		padding: 50px 60px 80px 60px;
	}
}

@media (max-width: 1366px) {
	.pro_c .contbox .box .tlbox .bzbox .bz {
		-webkit-border-radius: 2px 2px 2px 10px;
		-moz-border-radius: 2px 2px 2px 10px;
		border-radius: 2px 2px 2px 10px;
		font-size: 12px;
	}
}

@media (max-width: 1280px) {
	.pro_a .pro-tabbox {
		margin-bottom: 40px;
	}

	.pro_a .pro-ul a .tlbox {
		width: 370px;
	}

	.pro_a .pro-ul a .tlbox .cn {
		font-size: 16px;
	}

	.pro_a .pro-ul a .te {
		padding-right: 5%;
	}

	.pro_b #debox .swiper-slide-active .text {
		font-size: 18px;
	}
}

@media (max-width: 1024px) {
	.pro_a .pro-tabbox a {
		font-size: 14px;
		white-space: nowrap;
		overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
	}

	.pro_c .tabbox {
		margin-bottom: 20px;
	}

	.pro_c .contbox .box h3 {
		font-size: 18px;
		margin-top: 20px;
	}

	.pro_c .contbox .box {
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.pro_a {
		padding-bottom: 50px;
	}

	.pro_a .pro-tabbox {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.pro_a .pro-tabbox a {
		width: 50%;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		-moz-box-flex: 0;
		-ms-flex: none;
		flex: none;
		border-right: 1px solid #e5e5e5;
	}

	.pro_a .pro-tabbox a:last-child {
		border-right: 1px solid #e5e5e5;
	}

	.pro_a .pro-tabbox a:nth-child(2n) {
		border-right: none;
	}

	.pro_b .swiperbox {
		padding: 0;
		margin-bottom: 40px;
	}

	.pro_b #debox {
		padding: 0;
	}

	.pro_b #debox .swiper-slide-active .imgbox {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		margin-bottom: 10px;
	}

	.pro_b #debox .swiper-slide-active .text {
		position: static;
		line-height: 30px;
		text-align: center;
		opacity: 1;
		font-size: 16px;
	}

	.pro_c {
		padding-bottom: 50px;
	}

	.pro_c .tabbox .tab {
		width: 50%;
		line-height: 44px;
		font-size: 14px;
	}

	.pro_c .contbox .box {
		padding: 30px 20px;
	}

	.pro_c .contbox .box .tlbox {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.pro_c .contbox .box .tlbox .tl {
		margin-bottom: 20px;
		font-size: 16px;
	}

	.pro_c .contbox .box .tlbox .bzbox {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.pro_c .contbox .box .tlbox .bzbox .bz {
		width: 49%;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-moz-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		margin-right: 2%;
		margin-bottom: 10px;
	}

	.pro_c .contbox .box .tlbox .bzbox .bz:nth-child(2n) {
		margin-right: 0;
	}

	.pro_c .contbox .box .tlbox .bzbox .bz::after {
		display: none;
	}

	.pro_c .contbox .box .tlbox .bzbox::after {
		content: "";
		clear: both;
		position: static;
		height: 0;
		overflow: hidden;
	}

	.mktl {
		padding: 50px 0 30px;
	}

	.mktl .cn {
		font-size: 20px;
	}

	.pagebox2 {
		margin-top: 40px;
	}

	.pagebox2 .btn {
		display: block;
		width: 100%;
		float: none;
		/* margin: 10px 0; */
		line-height: 40px;
		margin-bottom: 10px;
	}

	.pagebox2 .next_page span {
		float: none;
		/* margin: 0 0 0 22px; */
	}

	/* .pagebox2 .back{
	  height: 40px;
	  width: 150px;
	  line-height: 40px;
  } */
	/*  .pagebox2 .prev_page{
	  float: left;
  }
  .pagebox2 .next_page{
	  float: right;
  } */
	.pagebox2 .back {
		position: relative;
		display: block;
	}
}