.pro-list-box .right .img-box .text-box a {
    margin-top: 3%!important;
    }

.picbox  {
	margin-top: 20px;
	background: #fff;
}
.picbox img{
	display: block;
	max-width: 100%;
	margin:  0 auto;
}
.clickbtn{
	margin-top: 50px;
	text-align: center;
	
}
.clickbtn a{
    display: inline-block;
    width: auto;
    height: 62px;
    background: linear-gradient(90deg, #F8B62B 0%, #EA5413 100%);
    border-radius: 4px;
    font-size: 20px;
    color: #fff;
    padding: 0 25px;
    line-height: 62px;
    -moz-transition: all 0.3s;
	-webkit-transition: all 0.3s; 
	transition: all 0.3s;
}
.clickbtn a:hover {
    background: linear-gradient(90deg, #F8B62B 30%, #EA5413 100%);
}


.pro3swiper {
	margin-top: 35px;
	
}
.pro3swiper .swiper-pagination{
	bottom: 30px!important;
	width: 50%!important;
	left: 25%!important;
}
.pro3swiper .swiper-pagination-bullet {
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 25px;
    color: #fff;
    background: transparent;
    opacity: 1;
}
.pro3swiper .swiper-pagination-bullet-active {
    color: #fff;
    background: #142f8a;
}
.img-box3 {
	position: relative;
}
.img-box3 .bg{
	display: block;
	width: 100%;
}
.img-box3  .tbox{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	padding: 0 8%;
	color: #fff;
	transform: translateY(-50%);
}
.img-box3  .tbox .tit{
	font-size: 30px;
	font-weight: bold;
}
.img-box3  .tbox .tit strong{
	padding-bottom: 10px;
	border-bottom: 2px solid #142f8a;
}
.img-box3  .tbox .desc{
	font-size: 25px;
	margin-top: 15px;
	line-height: 32px;
}
.img-box3  .tbox .desc a{
	color: #fff;
}

.img-box3  .tbox .clickbtn{
	text-align: left;
	margin-top: 30px;
}

.picbox2{
	margin-top: 35px;
}

.picbox2 li{
	float: left;
	width: 49%;
	position: relative;
}
.picbox2 li+ li{
	margin-left: 2%;
}
.picbox2 li a{
	display: block;
}
.picbox2 li .pic{
	position: relative;
}
.picbox2 li .pic:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img2/blackbg.png) no-repeat left bottom;
}
.picbox2 li .pic img{
	width: 100%;
	display: block;
}
.picbox2 li .tbox{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	padding: 5px;
	width: 295px;
	background: url(../img2/prokuang.png) no-repeat center;
	z-index: 2;
}

.picbox2 li .con{
	text-align: center;
	color: #fff;
	padding: 30px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s; 
	transition: all 0.3s;
}
.picbox2 li:hover .con{
	background: rgba(0,46,115,.4);
}
.picbox2 li .icon img{
	display: block;
	margin: 0 auto;
}

.picbox2 li .tit{
	margin-top: 20px;
	font-size: 35px;
	color: #fff;
	line-height: 62px;
}





.pro4list{
	margin-top: 20px;
}

.pro4list .tabs{
	padding: 10px 5px;
	background: #fff;
}
.pro4list .tabs a{
	margin-right: 20px;
	font-size: 25px;
	color: #333333;
	padding: 0 15px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 4px;

	line-height: 60px;
	
}
.pro4list .tabs a:hover,
.pro4list .tabs a.active{
	color: #fff;
    background: linear-gradient(90deg, #F8B62B 0%, #EA5413 100%);
}
.pro4list .item{
	float: left;
	width: 23.6%;
	margin-right: 1.866%;
	margin-top: 40px;

	border-radius: 5px;
	box-shadow: 0px 0px 27px rgba(73,73,73,.05);
	border: 4px solid #fff;
	background: #fff url(../img2/bg.png) no-repeat left bottom;
	
}
.pro4list .item:nth-child(4n){
	margin-right: 0;
}
.pro4list .item .tit{
	padding: 0 15px;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	line-height: 60px;
	margin : -8px 5px 0;
	border-radius: 5px;
	background: #006abd;
	border-top: 8px solid #045b9f;
}

.pro4list .item .desc{
	margin-top: 25px;
	
}
.pro4list .item .desc ul{
	padding: 0 50px;
	height: 352px;
	overflow-y: auto;
}
.pro4list .item .desc li{
	font-size: 17px;
	color: #333333;
	line-height: 32px;
	list-style-image: url(../img2/jiao.png) ;
}
.pro4list .item .desc .btn{
	margin: 30px 20px;
	height: 28px;
	background: url(../img2/jia.png) no-repeat right center;
}
.pro4list .item:hover .desc .btn{
	background-image: url(../img2/jia0.png);
}


@media only screen and (max-width:1800px ) {
	.picbox2 li .tit {
    font-size: 30px;
}
.img-box3 .tbox .tit {
    font-size: 28px;
    
    }
    .pro4list .tabs a {
    font-size: 24px;
    }
}



@media only screen and (max-width:1600px ) {
	.picbox2 li .tit {
    font-size: 26px;
}

.clickbtn a {
    height: 50px;
    font-size: 18px;
    line-height: 50px;
}
.clickbtn img{
	height: 20px;
}
.img-box3 .tbox .desc {
    font-size: 20px;
    margin-top: 10px;
}
.pro3swiper .swiper-pagination-bullet {
    font-size: 20px;
}
.pro4list .item .tit {
    font-size: 18px;
    line-height: 50px;
}
.pro4list .item .desc li {
    font-size: 15px;
    }
}
@media screen and (max-width: 1300px){
	.img-box3 .tbox .tit {
    font-size: 22px;
}
.pro4list .item .tit {
	padding: 10px;
    line-height: 30px;
}
}
@media screen and (max-width: 1024px){
.pro3swiper .swiper-pagination {
	position: static!important;
	margin-top: 30px;
    width: 100%!important;
}
.pro3swiper .swiper-pagination-bullet{
	background: #ccc;
}
.pro3swiper .swiper-pagination-bullet-active {
    background: #142f8a;
}

.img-box3 .tbox {
    position: static;
    transform: none;
    padding: 30px 8%;
    background: rgba(20,47,138,.8);
}
.pro4list .item {
    width: 48%;
    margin-right: 4%;
}
.pro4list .item:nth-child(2n){
    margin-right: 0;
	
}
.pro4list .tabs a {
    font-size: 18px;
    line-height: 40px;
}
}
@media screen and (max-width: 750px){
.z_banner {
     padding-top: 48px; 
     padding-bottom: 0; 
}
 
}
@media only screen and (max-width:640px ) {
	
.picbox2 li {
    width: 100%;
    margin-bottom: 20px;
}
.picbox2 li+ li {
    margin-left:0;
}
.picbox2 li .icon img{
	height: 30px;
}
.picbox2 li .tit {
    font-size: 22px;
    line-height: 32px;
}
.picbox2 li .tbox{
	background-size: 100% 100%;
}
.picbox2 li .con {
    padding: 20px;
    }
    .clickbtn a {
    height: 36px;
    font-size: 15px;
    line-height: 36px;
}
 .img-box3 .tbox .tit {
    font-size: 18px;
}

.img-box3 .tbox .desc {
    font-size: 16px;
    line-height:26px;
}
.pro3swiper .swiper-pagination-bullet {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    }

.pro4list .tabs a {
    font-size: 15px;
    line-height: 30px;
    margin-right: 0;
}
.pro4list .item {
    width: 100%;
    margin-right: 0;
}

.pro4list .item .desc ul {
    padding: 0 30px;
    height: auto;
    overflow-y: hidden;
}
.pro4list .item .tit {
    font-size: 16px;
}

}

