
#page_index .about {
  padding: 2rem;
   background:#fff;float:left;width:100%
}
#page_index .about .video .play {
  position: absolute;
  right: 10%;
  bottom: 10%;
  border: 2px solid #fff;
  border-radius: 100%;
  display: flex;
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
}
#page_index .about .video .play svg {
  margin: auto;
  padding-left: 0.2rem;
}
#page_index .about .video .play:hover {
  color: #00d471;
  border: 2px solid #00d471;
}
@media (max-width: 767px) {
  #page_index .about {
    padding: 30px 0;
  }
  .w1400{width:96%;margin:auto;}
  .w1410{width:96%;margin:auto;}
  #page_index .products .index_product li{width:46%;}
}

#page_index .about .about-con .about-left {
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
  max-width: 47%;
  background: url("../images/about2_03.jpg") no-repeat center;
  background-size: cover;
  float:right;
}
#page_index .about .about-con .about-right {
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
  max-width: 47%;
  margin-top: 30px;float:left;
  position: relative;
  margin-bottom:50px
}
#page_index .about .about-button {
  width: 100%;
  text-align: right;
  padding: 0 ;
}
#page_index .about .swiper-button-prev {
  padding-right: 6rem;
}
#page_index .about .swiper-button-next,
#page_index .about .swiper-button-prev {
  position: relative;
  left: auto;
  right: auto;
  display: inline-block;
  width: auto;
  height: auto;
}
#page_index .about .swiper-button-next:after,
#page_index .about .swiper-button-prev:after {
  color: #0095eb;
  font-size: 1rem;
  opacity: 1;
}
#page_index .about .swiper-pagination {
  font-size: 1.5rem;
  color: #0095eb;
  text-align: right;
  bottom: -1.85rem;
  padding: 0 2rem;
  position: relative;
}
#page_index .about .videos {
  width: 13.5rem;
  height: 13.5rem;
  background: url(../images/video_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 1rem;
  position: absolute;
  left: 48%;
  top: 75%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#page_index .about .videos h3 {
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.6;
}
#page_index .about .videos .play {
  cursor: pointer;
}
#page_index .about .videos .play span {
  margin: 0 0.5rem;
  color: #fff;
  font-size: 0.875rem;
}
#page_index .about .about-info {
  width: 800px;
  max-width: 100%;
  margin-right: auto;
  padding-top: 20px;
}
#page_index .about .about-info h2 {
  color: #332e2a;
  font-size: 36px;
  margin-bottom: 1rem;
  line-height: 1.5;
  font-weight:900;
}
#page_index .about .about-info h2 span{display:block;font-size:18px;color:#7e756c}
#page_index .about .hengxian{width:70px;height:3px;background:#0095eb;margin-bottom: 1rem;}

#page_index .about .about-info h3{padding:20px 0;}
#page_index .about .about-info p {
  font-size: 14px;
  color: #93999b;
  line-height: 1.8;
  padding-right: 24px;
}
#page_index .about .swiper-about .figure {
  position: relative;
}
#page_index .about .swiper-about .figure .figure-img {
  margin-bottom: 0;
}
#page_index .about .swiper-about .figure .figure-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#page_index .about .swiper-about .figure .figure-caption {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-image: -webkit-linear-gradient(right, rgba(32, 184, 233, 0.5), rgba(2, 59, 177, 0.5));
  background-image: linear-gradient(to right, rgba(32, 184, 233, 0.5), rgba(2, 59, 177, 0.5));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  transform: scale(1);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#page_index .about .swiper-about .figure .figure-caption svg {
  font-size: 3.5rem;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#page_index .about .swiper-about .figure .figure-caption p {
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 0;
}
#page_index .about .swiper-about .figure:hover .figure-caption {
  top: 0;
}
#page_index .about .swiper-about .figure:hover .figure-caption svg {
  transform: rotate(-360deg);
}
#page_index .about .about-swiper .swiper-pagination {
  position: relative;
}
#page_index .about .about-swiper .about-button-next {
  position: absolute;
  right: 0;
  bottom: 0;
}
#page_index .about a{font-size: 14px;
    color: #fff;
    line-height: 1.8;
    background: #34495e;
    border-radius: 35px;
    padding: 10px 30px;
   }
#page_index .about a:hover{background: #2aacff;}	
@media (max-width: 991px) {
  #page_index .about .videos {
    width: 12rem;
    height: 12rem;
    left: 0;
    top: auto;
    transform: translate(0, -50%);
  }
  #page_index .about .about-con .about-left,
  #page_index .about .about-con .about-right {
    width: 96%;
    max-width: 96%;
    margin: 2%;
  }
  #page_index .about .about-info {
  width: 800px;
  max-width: 100%;
  margin-right: auto;
  padding-left: 2%;
  padding-top:  2%;
  padding-right: 2%;
}

}
/*视频*/
#myModal .modal-content {
  border-radius: 0;
  border: 0;
}
.modal.fade .modal-dialog {
  top: 20%;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.ab_3{width:100%;float:left;padding:5rem 0 0;}
.about_culture{}
.about_culture .about_culture_li{float:left;width:338px;height:408px;background:#f6f8fb;margin-right:15px;margin-bottom:50px;}
.about_culture .about_culture_li:nth-child(4n) { margin-right: 0;}
.about_culture .about_culture_li div{}
.about_culture .about_culture_li h3{font-size:24px;color:#202d33;padding-top:45px;text-align:center}
.about_culture .about_culture_li p{font-size:14px;color:#5f6466;padding:0 40px;padding-top:10px;text-align:center}

.about_culture .about_culture_li1{float:left;width:455px;height:422px;background:#f6f8fb;margin-right:15px;margin-bottom:50px;}
.ab_4{width:100%;float:left;padding:3rem 0;}
.card-fouth .desc.desc-list {border-bottom:1px solid rgba(139, 139, 139, 0.36);float:left;width:100%;}
/*顶部分类*/
.card-fouth .industry {
    width:25%;float:left;
	text-align: center;
	padding:30px;
	padding-bottom:15px;
	
}
.card-fouth .industry b{width:55px;overflow:hidden;display:block;height: 55px;float:left;margin-right:15px;}
.card-fouth .industry b img{width:55px;overflow:hidden;margin-top:-60px;}
.card-fouth .industry span {
    font-size:24px;color:#202d33;display:block;float:left;line-height:55px;
}
.card-fouth .industry img{}
.card-fouth .industry.active{
	  border-bottom:3px transparent solid;
        border-image:linear-gradient(to right,#00d471,#00dafd) 1 10;
}
.card-fouth .industry.active img{margin-top:0}
/*内容*/
.card-fouth .case-container {
    position: relative;
    float:left;width:100%;
    margin: 0 auto;
    height: 480px;
}
.card-fouth .case-panel {
    position: absolute;
    z-index: 1;
    opacity: 0;
    overflow: hidden;
}
.card-fouth .case-panel.active {
    z-index: 100;
    opacity: 1;
    -webkit-transition: all .2s ease-out .1s;
    transition: all .2s ease-out .1s;
}

 .about_tupian_left{width:680px;float:left;margin-top: 40px;}
 .about_tupian_left img{width:100%;}
 .about_tupian_right{width:712px;float:right;margin-top: 40px;}
 .about_tupian_right div{width:340px;;float:left;margin-left:15px;margin-bottom:24px}
 .about_tupian_right img{width:100%;}

@media screen and (max-width: 999px) {
.about_tupian_left{width:100%;float:left;margin-top: 20px;}
.about_tupian_left img{width:100%;}
.about_tupian_right{width:100%;float:right;margin-top: 20px;}
.about_tupian_right div{width:100%;float:left;margin-left:0px;margin-bottom:24px}
.about_culture .about_culture_li{width:100%;height:auto;}	
.about_culture .about_culture_li img{width:100%;height:auto;}	

.card-fouth .industry{width:48%;margin:1%;padding: 0px;text-align:left;padding-bottom:10px;   height: 50px;}
.card-fouth .industry.active{border:none}
.card-fouth .industry.active span{background-image: linear-gradient(90deg,#00d471,#00dafd);
    -webkit-background-clip: text;
    color: transparent;}
.card-fouth .industry span{font-size:1rem}
.card-fouth .case-container{height:340vw;}

}

.Solution_1{background: url(../images/Solution_02.jpg) no-repeat center;
  background-size: cover;width:100%;float:left;padding:5rem 0 3rem;margin-top: 5rem;}
.Solution_left{width:1050px;float:left;}
.Solution_left h3{font-size:48px;font-weight:300;line-height:1.3;margin-bottom: 30px;padding-right:50px;color:#202d33;padding-top: 60px;}
.Solution_left p{font-size:18px;font-weight:100;line-height:1.8;padding-right:50px;color:#5f6466}
.Solution_right{width:350px;float:left;}

.in_1{padding-bottom:3rem;}


.Solution_3{width:100%;float:left;padding-bottom:5rem ;}
.Software_li{width:49.5%;float:left;margin-right:1%;}
.Software_li:nth-child(2n) { margin-right: 0;}
.Software_li h3{text-align:center;color:#5f6466;font-size:24px;margin-top:45px;line-height:1.5;}



.Solution_4{width:100%;float:left;padding:5rem 0;background:#fafbfd}
.Service{}
.Service li{width:205px;float:left;margin-right: 93px;}
.Service li:nth-child(5n){margin-right: 0px;}
.Service li span{display:block;background:#e5f1f8;width:100%;height:205px;;border-radius:100%;}
.Service li span img{    display: block;
    text-align: center;
    margin: auto;
    padding-top: 65px;}
.Service li p{color: #5f6466;font-size:24px;margin-top:20px;text-align: center;padding:0 15px;}

@media screen and (max-width: 999px) {
	.Solution_left{width:100%;float:left;}
	.Solution_left h3{font-size:2rem;font-weight:300;line-height:1.8;padding-right:50px;color:#202d33;padding-top: 60px;}
	.Solution_left p{font-size:1rem;font-weight:100;line-height:1.8;padding-right:50px;color:#5f6466}
	.Solution_right{width:100%;float:left;}
	.Software_li{width:100%;float:left;margin-right:0;}
	.Service li{width:150px;float:left;margin:10px;}
	.Service li span{display:block;background:#e5f1f8;width:100%;height:150px;;border-radius:100%;}
	.Service li span img{padding-top: 35px;}
	.Service li p{color: #5f6466;font-size:24px;margin-top:20px;text-align: center;padding:0px;}
}



.Solution_5{width:100%;float:left;padding:5rem 0;}
.Solution_lianxi_left{width:490px;float:left;}
.Solution_lianxi_left h3{font-size:48px;font-weight:100;line-height:1.2;color:#202d33;padding-top: 60px;}
.Solution_lianxi_left p{font-size:18px;font-weight:100;line-height:1.8;color:#5f6466}
.Solution_lianxi_right{width:850px;float:right;}


/*底部留言*/

.form-list li {
    width: 49%;margin-right:2%;float:left;margin-bottom:20px;
}
.form-list li:nth-child(2n){margin-right: 0px;}
.form-list li input {
    width: 100%;
    background: none;
    height: 52px;
    padding: 0 25px;
    border-radius: 0;
	border:1px solid #e5e5e5;
}
.form-area {
    margin-top: 40px;
    margin-bottom: 25px;
}
.form-area textarea {
    width: 100%;
    height: 100px;
    padding: 20px 25px;
    border:1px solid #e5e5e5;
}
.form-btn {
    text-align: center;
    font-size: 0;
}
.form-btn input {
    width: 119px;
    height: 37px;
    background-color: #acacac;
    border-radius: 0;
    font-size: 14px;
    color: #202d33;
    margin: 0 22px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
     border: none;
}
.form-btn .sub {
    background-image: -webkit-linear-gradient(-270deg, #00d471, #00dafd);
    background-image: linear-gradient(-270deg, #00d471, #00dafd);
    border-image-slice: 1;
    color: #fff;
   
}
.form-btn input:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}
@media screen and (max-width: 999px) {
	.Solution_lianxi_left{width:100%;float:left;}
.Solution_lianxi_left h3{font-size:2rem;font-weight:100;line-height:1.2;color:#202d33;padding-top: 20px;}
.Solution_lianxi_left p{font-size:1rem;font-weight:100;line-height:1.8;color:#5f6466}
.Solution_lianxi_right{width:100%;float:right;}
	
    .d-flex {
    display: block!important;
    }
    .form-list li {
    width: 100%;
    }
    .form-area{
        margin-top: 0px; 
     margin-bottom: 0px; 
    }
}

.products .card-fouth .industry {
       /* width: 20%; */
    float: left;
    text-align: center;
    padding: 25px;
    padding-bottom: 15px;
    /* margin: 0 5%; */
    border-bottom: 3px transparent solid;
}

.products .card-fouth .case-container{height:100px}
.products .card-fouth .industry b{width: 65px;margin-right:8px}
.products .card-fouth .industry b img{margin-top:0;width: 65px; overflow: hidden;}
.products .case-panel a{position: relative;padding-left:25px;font-size:24px;color:#5f6466;margin: 20px 0px;z-index:999 !important;text-decoration: none;line-height:40px;padding:8px 15px;margin-right: 135px;}
.products .card-fouth .industry.active b img,
/*.products .card-fouth .industry b img:hover{margin-top: -55px;}*/

.products .card-fouth .industry:hover span{background-image: linear-gradient(90deg,#00d471,#00dafd);
    -webkit-background-clip: text;
    color: transparent	}
.products .case-panel a::before{
	content: "";
    width: 8px;
    height: 8px;
    background: #fff; 
    position: absolute;
    left: 0;
    top: 38%;
    border: 2px solid #5f6466;
    border-radius: 50%;
	
	}
	
.products .case-panel a.active1,	
.products .case-panel a:hover {
  background-image: linear-gradient(90deg,#00d471,#00dafd);
    -webkit-background-clip: text;
    color: transparent	
}
.products .case-panel a.active1::before,
.products .case-panel a:hover::before {
    border: 2px solid #00d471;
    border-radius: 50%;
	
}
.products .card-fouth .case-panel {
   
    margin-top: 30px;
}

  .products .pro-list figure {
  position: relative;
}
  .products .pro-list figure figcaption {
  display: block;
  padding-bottom: 100%;
  position: relative;
}
  .products .pro-list figure figcaption img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
   width: 100%;
}
  .products .pro-list figure p {
  font-size: 1rem;
  color: #202d33;
}
  .products .pro-list figure .pro-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
  .products .pro-list figure:hover p {
  background-image: linear-gradient(90deg,#00d471,#00dafd);
    -webkit-background-clip: text;
    color: transparent
}

@media screen and (max-width: 999px) {
    .products .card-fouth .industry {
    width:48%;float:left;
	text-align: center;
	padding:0px;
	height: 55px;
	padding-bottom:15px;
	margin: 0 1%;
    }
    .products .case-panel a{display:none}
    .products .card-fouth .case-container{height:60px;}
}



/*分页*/
.pagination {
  padding: 5rem 0 0;
}
.pagination * {
  transition: none!important;
}
.pagination li.page-item a {
  color: #aeaeaf;
  font-size: 1rem;
  overflow: hidden;
  text-align: center;
  background-color: transparent;
  border: 1px solid #626262;
  border-radius: 0!important;
  padding: 0.6rem 1rem;
}
.pagination li.page-item a:hover {
  background-color: transparent;
  color: #cdba6b;
  border-color: #626262;
}
.pagination li.page-item.active .page-link {
  background-color: transparent;
  color: #cdba6b;
  border-color: #626262;
}
.pagination li.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 186, 107, 0.25);
}
.btn-secondary:hover {
  color: #343434;
  background-color: #cdba6b;
  border-color: #cdba6b;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #343434;
  background-color: #cdba6b;
  border-color: #cdba6b;
}


.slshow_1{width:100%;float:left;padding:5rem 0;background:#f6f8fb}
.features_show{}
.features_show ul li{width:25%;float:left;padding-right:30px;}
.features_show ul li img{display:block;height:85px;}
.features_show ul li h3{font-size:22px;color:#202d33;margin:30px 0}
.features_show ul li p{font-size:14px;color:#5f6466}

.slshow_2{width:100%;float:left;padding:5rem 0;background:#fff}
.Architecture img{width:100%}



.slshow_3{width:100%;float:left;padding:5rem 0;background:#f6f8fb}
.Related_show{}
.Related_show li{width:32.111%;float:left;margin-right:1.222%}
.Related_show li span{display:block;width:100%;overflow:hidden;}
.Related_show li span img{width:100%; transition: 0.35s all ease-in-out;}
.Related_show li h3{text-align:center;font-size:24px; color:#202d33;padding:30px 0;}
.Related_show li p{text-align:left;font-size:16px; color:#5f6466;padding:0 30px;}
.Related_show li:hover span img{ transform: scale(1.1);}

.slshow_4{width:100%;float:left;padding:5rem 0;background:#fff}
.Area_show{}
.Area_show li{width:32.111%;float:left;margin-right:1.222%}
.Area_show li span{display:block;width:100%;overflow:hidden;}
.Area_show li span img{width:100%; transition: 0.35s all ease-in-out;}
.Area_show li h3{text-align:center;font-size:24px; color:#202d33;padding:30px 0;}
.Area_show li p{text-align:left;font-size:16px; color:#5f6466;padding:0 30px;}
.Area_show li:hover span img{ transform: scale(1.1);}

@media (max-width: 991px) {
	.features_show ul li{width:100%;float:left;padding-right:0px;}
	.Related_show li{width:100%;float:left;margin-right:0;}
	.Area_show li{width:100%;float:left;margin-right:0}
}


.news{width:100%;float:left;padding:5rem 0;}
.news_list li{width: 31%;
    margin-right: 1%;
    margin-bottom: 5%;
    display: inline-block;}
.news_list li .news_list_img{width:100%;overflow:hidden;}
.news_list li .news_list_img img{width:100%; transition: 0.35s all ease-in-out;}
.news_list li h3{font-size:24px; color:#202d33;padding:20px 0 20px;}
.news_list li p{text-align:left;font-size:16px; color:#5f6466;border-bottom: 1px solid #e2e2e2;
    padding-bottom: 20px;}
.news_list_lj{width:100%;height:30px;position: relative;}
.news_list_lj em{position: absolute;left: 0;line-height:30px; color:#5f6466}
.news_list_lj b{position: absolute;right: 0;line-height:30px;background-image: linear-gradient(90deg,#00d471,#00dafd);
    -webkit-background-clip: text;
    color: transparent;}
	
.news_list li:hover{}
.news_list li:hover img {transform: scale(1.1);}
.news_list li:hover h3 {background-image: linear-gradient(90deg,#00d471,#00dafd);
    -webkit-background-clip: text;
    color: transparent;}

@media (max-width: 991px) {
.news_list li{width:100%;float:left;margin-bottom:5%;}	
	
}

.Case_1{width:100%;float:left;padding:5rem 0;background: url(../images/case_02.jpg) no-repeat center;
  background-size: cover;}
.Case_left{width:600px;float:left;margin-left:100px}
.Case_left h3{font-size:48px;font-weight:300;line-height:1.8;padding-right:50px;color:#202d33;padding-top: 140px;}
.Case_left p{font-size:20px;font-weight:100;line-height:1.8;padding-right:50px;color:#5f6466}
.Case_right{width:700px;float:left;}
.Case_right_li{width:485px;margin:auto;}
.Case_right_li div{width: 218px;
    margin-right: 15px;
    border: 1px solid #e2e2e2;
    overflow: hidden;
    margin-bottom: 40px;
    float: left;}
.Case_right_li div img{width:100%;transition: 0.35s all ease-in-out;}
.Case_right_li1{width:100%;margin:auto;}
.Case_right_li div:hover img {transform: scale(1.1);}
.Case_right_li div:hover{border:1px solid #00d471;}

.Case_3{width:100%;float:left;padding:5rem 0;background:#f6f8fb}
.Case_zhengshu{    margin-top: 50px;}
.Case_zhengshu img{border: 1px solid #e2e2e2;}

#page_index .Case_3 .swiper-pagination-bullet {
  background: #5f6466;
  opacity: 1;
  width: 3rem;
  height: 0.3rem;
  margin: 0 0.5rem;
  outline: 0;
  border-radius: 0;
}
#page_index .Case_3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-image: -webkit-linear-gradient(-270deg, #00d471, #00dafd);
    background-image: linear-gradient(-270deg, #00d471, #00dafd);
  width: 3rem;
  border-radius: 0;
}

@media (max-width: 991px) {
.Case_left{width:100%;float:left;margin-left:0px}
.Case_left h3{font-size:2rem;font-weight:300;line-height:1.8;padding-right:50px;color:#202d33;padding-top: 40px;}
.Case_left p{font-size:1rem;font-weight:100;line-height:1.8;padding-right:50px;color:#5f6466}
.Case_right{width:100%;float:left;}
.Case_right_li{width:100%;margin:auto;}
.Case_right_li div{width: 48%;
    margin-right: 2%;
    border: 1px solid #e2e2e2;
    overflow: hidden;
    margin-bottom: 40px;
    float: left;}
	
}



.contact_list{width:100%;float:left;padding:5rem 0;background: url(../images/contact_03.jpg) no-repeat center;
  background-size: cover;}
.contact_dh{margin-top:6px;float: left;width: 100%;}
.contact_dh1{width:24%;margin-right:1%;float:left;text-align:center;border:1px solid #e2e2e2;height:270px;}
.contact_dh1 img{display:block;margin:50px auto 0;}
.contact_dh1 h3{font-size:24px;font-weight:600;line-height:1.8;color:#202d33;margin-top:20px;}
.contact_dh1 p{font-size:14px;line-height:1.8;padding:0 20px;color:#222}
.contact_dh1:hover{border: 1px transparent solid;
    border-image: linear-gradient(to right,#00d471,#00dafd) 1 10;}

.lianxi_form{margin-top:80px;float: left;width: 100%;}

.lianxi_form .form-list li{width:32% ;background:#fff}
.lianxi_form .form-list li:nth-child(2n){margin-right: 2%;}
.lianxi_form .form-list li:nth-child(3n){margin-right: 0;}

@media (max-width: 991px) {
	.contact_dh1{width:98%;margin:1%;float:left;text-align:center;border:1px solid #e2e2e2;height:270px;}
	.lianxi_form .form-list li{width:100% ;background:#fff;margin-bottom: 2%;}
	.prdtTab li a{padding: 10px 10px!important;}
	.prdtCaseing>div{padding: 1% !important;}
}

/*分页*/
.pages {
    text-align: center;
    font-size: 0;
}
.pages li {
    display: inline-block;
    vertical-align: middle;
    float: none !important;
    margin: 0 5px;
}
.pages li:first-child {
    /*display: none;*/
}

.pages a {
    display: inline-block;
    padding: 0 15px;
    height: 41px;
    line-height: 41px;
    background-color: #e2e2e2;
    color: #213752;
    font-size: 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 5px;
}
.pages li.page-ud a {
    width: 84px;
    padding: 0;
    background: #009993;
    box-shadow: 0px 0px 35px 3px rgba(13, 54, 70, 0.1);
    color: #fff;
}
.pages li.page-ud a:hover {
    opacity: .9;
}
.pages a:hover,
.pages a.active {
    background-image: -webkit-linear-gradient(-270deg, #00d471, #00dafd);
    background-image: linear-gradient(-270deg, #00d471, #00dafd);
    color: #fff;
}
/*.dibu_fengxiang{background:#e2e2e2;padding:7px 5px ;border-radius: 4px;*/
/*    margin-left: 10px;}*/
/*.foot-icons  .dibu_fengxiang{background:none;padding:7px 5px ;border-radius: 4px;*/
/*    margin-left: 10px;}*/
/*.dibu_fengxiang:hover{background-image: -webkit-linear-gradient(-270deg, #00d471, #00dafd);*/
/*    background-image: linear-gradient(-270deg, #00d471, #00dafd);}*/
/*    .btn-secondary{background:none;border:none }*/
.pageBtn a {
    padding: 20px;
    cursor: pointer;
    display: inline-block;
    font-size: 30px;
    background-image: -webkit-linear-gradient(-270deg, #00d471, #00dafd);
    background-image: linear-gradient(-270deg, #00d471, #00dafd);
    padding: 15px;
    margin: 15px;
    color: #fff;
    display: inline-block}
    




.w1600{width:1600px;margin:auto;}
@media (max-width: 1691px) {

.w1600{width:96%;margin:auto;}
}
.zx_list_div{    width: 31%;
    margin-right: 2.3%;
    /* float: left; */
    margin-bottom: 100px;
    display: inline-block;}
.zx_list_div:nth-child(3n){margin-right: 0;}
.zx_list_top{}
.zx_list_bottom{margin-top:50px;float:left;    width: 100%;}
.zx_list_left{float:left;width:50%;}
.zx_list_left a{display:block;font-size:16px;color:#222;line-height:56px;margin-top:15px;padding-left:10px;cursor:pointer;font-weight: 600;
border: 1px solid transparent;
  border-radius: 9px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #fff, #fff),
  linear-gradient(to right,#00d471,#00dafd);
}
.zx_list_left a span{padding-right:5px;}
.zx_list_left a .icon path{color:#00d7ad;}

.zx_list_left a:hover{background-image: -webkit-linear-gradient(-270deg, #00d471, #00dafd);
    background-image: linear-gradient(-270deg, #00d471, #00dafd);color:#fff;}

.zx_list_left a:hover .icon path{color:#fff;}

.zx_list_right{float:right;width:44%;text-align:center;position:relative;}
.zx_list_right div{display:none;padding:10px;border: 1px transparent solid;border-image: linear-gradient(to right,#00d471,#00dafd) 1 10;}
.zx_list_right div:nth-child(1){display:block;padding:10px;border: 1px transparent solid;border-image: linear-gradient(to right,#00d471,#00dafd) 1 10;}
.zx_list_right p{width:100%;font-size:18px;margin:0;text-align:center;color:#222222;position:absolute;    top: 110%;left:0;display:block!important;}


@media (max-width: 1351px) {
	.zx_list_left a{display:block;font-size:14px;padding-left:3px;}
	
}
@media (max-width: 1151px) {
	.zx_list_div{width:100%;margin-right:0%;float:left;margin-bottom:70px;}
	.zx_list_left a{display:block;font-size:14px;padding-left:3px;}
	.zx_list_right p{width:100%;font-size:16px;top: 105%;}
}
@media (max-width: 991px) {
	
.zx_list_bottom{margin-top:20px;float:left}

}






