﻿@charset "utf-8";
/*banner样式*/
.bannerSwiper{background: #444; position: relative;}
.swiper-button-next,.swiper-button-prev {position: absolute;top: 50%;z-index: 10;cursor: pointer;background-position: center;background-repeat: no-repeat;margin-top:-30px;width: 60px;height: 60px; border-radius: 30px; -o-box-shadow:0 0 30px rgba(0,0,0,.08); -ms-box-shadow:0 0 30px rgba(0,0,0,.08); -moz-box-shadow:0 0 30px rgba(0,0,0,.08); -webkit-box-shadow:0 0 30px rgba(0,0,0,.08); box-shadow:0 0 30px rgba(0,0,0,.08); color: #333; background: rgba(255,255,255,.58);outline: 0; border: 0  }
.swiper-button-next:after,.swiper-button-prev:after{ font-size: 20px; border: 0; }
.swiper-banner-next{ right: 5%;  }
.swiper-banner-prev{ left: 5% }
.banner-pagination{ position: absolute; text-align: center; width: 100%; bottom: 20px }
.banner-pagination span{ margin: 0 3px; background: #fff }
.banner-pagination .swiper-pagination-bullet-active{ background: #ff9000 }
.bannerSwiper .swiper-slide a{display: block;position: relative;}
.bannerSwiper .swiper-slide a .text{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.bannerSwiper .swiper-slide a .text *{text-align: center;color: #fff;}
.bannerSwiper .swiper-slide a .text h2{font-size:7rem;margin-bottom: 1.5rem;}
.bannerSwiper .swiper-slide a .text h4{font-size:2rem;font-weight: normal;}
.bannerSwiper img{ width: 100% }
@media screen and (max-width:998px){
.swiper-button-next,.swiper-button-prev {margin-top:-10px;width:30px;height:30px; border-radius: 20px; -o-box-shadow:0 0 15px rgba(0,0,0,.08); -ms-box-shadow:0 0 15px rgba(0,0,0,.08); -moz-box-shadow:0 0 15px rgba(0,0,0,.08); -webkit-box-shadow:0 0 15px rgba(0,0,0,.08); box-shadow:0 0 15px rgba(0,0,0,.08);  }
.swiper-button-next:after,.swiper-button-prev:after{ font-size: 20px; border: 0; }

.swiper-banner-next{ right: 3%; top: 60%  }
.swiper-banner-prev{ left: 3% ;top: 60%}
.banner-pagination{ bottom: 4px }
.bannerSwiper{ padding-top:65px }
.swiper-button-next:after,.swiper-button-prev:after{ font-size:16px !important; border: 0; }
.bannerSwiper .swiper-slide a .text h2{font-size:2.6rem;margin-bottom:.7rem;}
.bannerSwiper .swiper-slide a .text h4{font-size:1.1888rem;font-weight: normal;}
}






/*首页产品 css*/
.ind_pro{background:#fff; padding:60px 0 50px}
.ind_tit{color: #222222; padding-bottom: 20px; position: relative; text-align: center; font-weight: normal; }
.ind_tit span{ position: relative;  display: block; z-index: 88; line-height:60px }
.ind_tit span b { font-size:70px; font-weight: bold; color: #f5f5f5; position: absolute;  width: 100%;  left: 0; z-index: -1;text-transform: uppercase;  }
.ind_tit .tit_txt {color:#666; font-weight: normal;  display: block; }
.ind_tit:after{ position: absolute; content: ""; left: 50%; bottom: 0; background: url(../images/tit_line1.png) no-repeat center bottom; width: 30px; height: 2px; margin-left: -15px }
.ind_tit2{color: #fff; }
.ind_tit2:after{ background: url(../images/tit_line2.png) no-repeat center bottom;}
.ind_tit2 span b { color: rgba(255,255,255,.1);}
.ind_tit2 .tit_txt {color:rgba(255,255,255,.7); }
.ind_tit3 span b {color: #fff;  }
/*分类2*/
.cpfl_list{ margin:20px 0 20px -1%; z-index:88; text-align: center;  }
/*.cpfl_list .cpflli{display:inline-block; text-align: center;width:15%; line-height: 52px; margin:10px 0 0 1%; font-size: 18px; position: relative;background:#104fb6; font-weight: normal;}
.cpfl_list h4{ display:inline-block; text-align: center;width:15%; line-height: 52px; margin:10px 0 0 1%; font-size: 18px; position: relative;background:#104fb6; font-weight: normal; }
.cpfl_list h4 a{ color: #fff; display: block; }
.cpfl_list h4:hover{ background: #f65100}
.cpfl_list ul {display:none;position:absolute;left:0px; box-shadow: 0 0 10px rgba(0,0,0,.15);width:100%;background:#fff;  z-index: 999;  }
.cpfl_list:hover ul {display:block;line-height: 2 !important; }
.cpfl_list ul a{ color: #333; font-size: 15px; display: block; }
.cpfl_list ul a:hover{  text-decoration: underline;; color:#f65100  }
.cpfl_list ul a:nth-child(1){ padding-top: 15px }
.cpfl_list ul a:last-child{ padding-bottom:15px}*/

.cpfl_list .name{display:inline-block; text-align: center;width:12.88888%; line-height: 52px; margin:10px 0 0 1%; font-size: 18px; position: relative;background:#104fb6; font-weight: normal;}
.cpfl_list a{ color: #fff; display: block; }
.cpfl_list a:hover{ background: #f65100}
.cpfl_list .cpfl_two {display:none;position:absolute;left:0px; box-shadow: 0 0 10px rgba(0,0,0,.15);width:100%;background:#fff;  z-index: 999;  }
.cpfl_list .name:hover .cpfl_two {display:block;line-height: 2 !important; }
.cpfl_list .cpfl_two a{ color: #333; font-size: 14px; display: block; }
.cpfl_list .cpfl_two a:hover{  text-decoration: underline;; color:#f65100; background: none  }
.cpfl_list .cpfl_two a:nth-child(1){ padding-top: 15px }
.cpfl_list .cpfl_two a:last-child{ padding-bottom:15px}

@media only screen and (max-width:1280px) { 
    .cpfl_list .name{font-size: 15px;}
}



/*产品列表*/
.ind_cplist{margin:40px 0 0px -1%}
.itemi{ width:31%;  margin:0 1% 30px 1% ;  display: inline-block; position: relative; background: #eaecf0; transition: all 0.3s;  border:1px #eaecf0 solid}
.itemi:nth-child(3n){ margin-right: 0 }
.itemi .img{ overflow: hidden;z-index: 66;background: #fff;  overflow: hidden; border-bottom: 1px #f3f5f8 solid }
.itemi .img img{ transition: all 0.6s; width: 100%}
.itemi:hover .img img{transform: scale(1.06, 1.06);}
.itemi .cpsm{ text-align: left; height:auto; padding: 3% }
.itemi .cpsm .tit{color: #111; display: block; margin: 6px 0; font-weight: normal;}
.itemi .cpsm .txt{ line-height: 1.7; color: #555 ; word-wrap: break-word;overflow: hidden; text-overflow:-o-ellipsis-lastline; text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical; }
.itemi:hover{ background:#f5f5f5 }
.itemi .cpzz{ background: #fff; height: 38px; line-height: 38px; border:1px #cfcfcf solid; border-radius: 20px; width: 94%; margin:20px auto }
.itemi .cpzz a{ display:block; text-align: center; color: #666; width: 48%; float: left;   }
.itemi .cpzz a.m{ border-right:1px #cfcfcf solid}
.itemi .cpzz a:hover{ color: #db0000 }
/*more*/
.imore{ display: block;width: 160px;text-align: center; line-height: 40px; color: #fff; background:#104fb6; border-radius: 20px; margin:15px auto 0 }
.imore:hover{ width: 190px;background: #f65100;}

@media (max-width:1024px) {
.ind_cplist{ margin:0px 0 10px -1%}
.itemi{ width:48%;  margin:0 1% 15px 1%; padding:0;}
.itemi .cpsm{  height:80px;  }
.itemi .cpsm .tit{ margin:3px 0}
.itemi .cpsm .txt{ line-height: 1.5;  font-size: 12px }
.imore{ font-size:14px;width: 180px;height:35px; line-height:35px; }
.poritem{ width: 98%; float: none; }
}

/*为什么*/
.ind-why{ background: #f4f4f4 url(../images/ys_bg.jpg) no-repeat bottom center;  padding: 60px 0 120px; background-size: cover; }
.whyinner{ position: relative; margin: 45px auto 0; }
.whyinner .why-pic{ position: absolute;  width: 700px; left: 50%; top: 0; margin-left: -350px;z-index: 66}
.why-list{ position: relative;z-index: 100; padding: 0 30px }
.why-list li{ width: 345px;  } 
.why-list li .txt{ font-size: 15px; color: #666; width: 250px; line-height: 1.6 }
.why-list li .txt .t{  font-size:22px; color: #111; display: block; padding-bottom: 3px} 
.why-list li .txt i{ color: #ff1e00; font-style: normal; }
.why-list li figure{ width: 80px; height: 80px; background: #1653b8; border-radius: 50%; transition: all .3s }
.why-list li figure img{ margin:15px auto 0; display: block; }
.why-list2{ margin-top: 90px; padding: 0 }
.why-list2 li{ width: 320px } 
.why-list2 li .txt{ width:230px;}
.why-list3{ margin-top: 80px; padding-bottom:60px }
.why-list3 li{ width: 360px } 
.why-list3 li .txt{ width:200px;}
.why-list3 li+li .txt{ width:260px;}

.why-list li:hover figure{    -webkit-transform: rotateY(-180deg);transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;transform-style: preserve-3d;}


.why-tel{ width: 560px; margin: 0 auto }
.why-tel a{ display: block; width: 170px; text-align: center; color: #fff;  background: #1f2342; line-height: 50px; border-radius: 30px; float: left; }
.why-tel a.tel{ background:#f65100; width: 330px; margin-left: 20px }
.why-tel a.tel b{ font-size: 28px }
.why-tel a.zx:hover{ width: 200px }
.why-tel a.tel:hover{ width:360px }

/*优势*/
.ind-youshi{ position: relative; }
.ind-youshi .youshi{ overflow: hidden; position: relative; padding-top: 30px; max-width: 1300px; margin: 0 auto}
.youshiSwiper{ width:1130px;  margin: 0 auto ; overflow: hidden; }
.ind-youshi .youshi figure{ width: 680px }
.ind-youshi .youshi .txt{ width: 430px; position: relative;  margin-top: 40px}
.ind-youshi .youshi .txt:after{ position: absolute; content: "PUTIAN"; font-size: 80px; color: #efeff0; top: 0; right: 0; font-weight: bold; z-index: -1 }
.ind-youshi .youshi .txt .t1{ color: #1f2342; display: block; }
.ind-youshi .youshi .txt .t2{ font-size: 17px; color: #444; padding-bottom:25px; margin-bottom: 30px; position: relative; padding-top: 5px }
.ind-youshi .youshi .txt .t2:after{position: absolute; content: "";  bottom: 0; left: 0; height: 1px; width: 30px; background: #1f2342}
.ind-youshi .youshi .txt .jj{ line-height: 27px; font-size: 15px;  color: #666 }
.ind-youshi .youshi .txt .an{ margin-top: 30px }
.ind-youshi .youshi .txt .an a{ display:block; width: 130px; text-align: center; line-height: 40px; color: #fff; background: #1f2342; border-radius: 20px; float: left;  }
.ind-youshi .youshi .txt .an a.z{ background:#f65100; margin-left: 15px }
.ind-youshi .youshi .txt .an a:hover{ width: 160px }
.swiper-youshi-next,.swiper-youshi-prev{background: #1f2342; color: #fff; border-radius: 0}
.swiper-youshi-next{ right:0%;  }
.swiper-youshi-prev{ left: 0% }


/*关于*/
.ind-about{background: #f4f4f4 url(../images/about_bg.jpg) no-repeat top center; background-size: cover;}
.iaboutbox{  margin-top: 40px }
.iaboutbox .company{ width: 47% }
.iaboutbox .company .tit{ font-size:22px; font-weight: normal; color: rgba(255,255,255,.6); position: relative;  padding-bottom: 30px}
.iaboutbox .company .tit b{ font-size:32px;  display: block; color: #fff; }
.iaboutbox .company .tit:after{background: #ff6000; position: absolute; content: ""; left: 0; bottom: 0; height: 2px; width: 20px}
.iaboutbox .jjtxt{ color: rgba(255,255,255,.6); font-size: 15px; line-height: 28px; margin: 40px 0 0 0  }
.iaboutbox .company .m{ display: block;width: 160px;text-align: center; line-height: 40px; color: #fff; background: #f65100; border-radius: 20px; margin-top: 50px }
.iaboutbox .company .m:hover{ width: 190px }
.iaboutbox .videobox{ width:50%; position: relative; height: 420px; padding-left: 40px }
.iaboutbox .videobox:before,.iaboutbox .videobox:after{ position: absolute;width: 20px; content: ''; border-radius:20px 0 0 20px;  }
.iaboutbox .videobox:before{ left:20px; top:20px;background: #3e70c2;height: 380px; }
.iaboutbox .videobox:after{ left:0px; top:40px;background: #82a2d5;height: 340px;   }


.iaboutbox .videobox .videoIMg01 {position: relative;margin: 0 auto;z-index: 6}
.iaboutbox .videobox .videoIMg01 img {margin: 0 auto; border-radius:20px 0 0 20px }
.iaboutbox .videobox .videoIMg01:after{ position: absolute;content: ''; width: 100%; height: 100%; background: rgba(0,0,0,.3); left: 0; top:0; }
.videoBtn {width: 65px;height: 65px;position: absolute;left: 50%;top: 50%;-webkit-transform: translate(-50%, -50%);background: #fff;border-radius: 50%;z-index: 20;cursor: pointer;}



.lightBox{opacity:0;visibility:hidden;position:fixed}
.lightBox{width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,.8);z-index:1000;transition:all .5s cubic-bezier(.23,1,.32,1)}
.lightBox.active{opacity:1;visibility:visible}

.videoBox {width: 70%;max-width: 1000px;height: auto;position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);background: #fff;padding: 35px 0px;border-radius: 10px;z-index: 999999}
.videoBox video {display: block;position: relative;width: 100%;}
.videoCloseBtn {width: 35px;height: 35px;position: absolute;right: 10px;top: 0px;line-height: 35px;text-align: center;cursor: pointer;-webkit-transition: all .5s;}
.videoBtn span {display: block;width: 0px;height: 0px;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:10px solid #000;content: '';position: absolute;left: 50%;top: 50%;-webkit-transform: translate(-50%, -50%);}
.videoBtn p {color: #fff;width: 150%;height: auto;position: absolute;left: -25%;top: 150%;text-align: center;font-size: 16px;}
@-webkit-keyframes scaleAnimate {
    0% {
        -webkit-transform: scale(1);
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(1.5);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: scale(2);
        opacity: 0;
    }
}

.videoBtn::before,
.videoBtn::after {width: 100%;height: 100%;border: 1px solid #fff;position: absolute;left: -1px;top: -1px;content: '';border-radius: 50%;-webkit-animation: scaleAnimate 2s linear infinite;opacity: 0;}
.videoBtn::after {-webkit-animation-delay: .5s;}



.about-pic{position: relative; margin: 50px auto 0 }
.about-hd{ margin-bottom:25px; text-align: center; }
.about-hd .t{ height:48px; line-height:48px;  display: inline-block; text-align: center; margin:0 3px ; color: #222 ;background: #f5f5f5; width: 150px}
.about-hd  .t:hover,.about-hd .t.active{ background: #265fbc; color: #fff; }

.about-bd{overflow:hidden;  }

.aboutpicbox{ overflow:hidden; display: none;}
.swiper-wrapper{ display: flex !important; }
.pic-item{ }
.pic-item .img{   overflow: hidden; width: 100% }
.pic-item .img img{ display: block;transition: all 0.6s; width: 100% }
.pic-item:hover .img img{transform: scale(1.06, 1.06); }
.pic-item .tit{ padding:10px 5px; text-align: center; display: block; }
.pic-item a{  color: #fff;  display: block;  }

.about-bd .swiper-button-next{ top: 65%; right: 0; border-radius: 0; background: rgba(31,35,66,1); color: #fff;width: 40px; height: 40px;}
.about-bd .swiper-button-prev{ top:65%; left: 0;border-radius: 0;background: rgba(31,35,66,1); color: #fff; width: 40px; height: 40px;  }

/*案例*/
.ind-case{background: #f4f4f4;}
.case-hd a.active{ background: #2760bd; color: #fff; font-weight: bold;}
.case-fl{ text-align:center; margin:30px auto; width:840px}
.case-fl .casethumbs .swiper-wrapper{ text-align: center;justify-content:center }
.case-fl .casethumbs .swiper-slide{cursor:pointer; height: 44px; display: inline-block; line-height: 44px;  color: #222; border: 1px #bebebe solid; border-right: 0  }
.case-fl .casethumbs .swiper-slide:last-child{  border-right: 1px #bebebe solid; }
.case-fl .casethumbs .swiper-slide-thumb-active,.case-fl .casethumbs .swiper-slide:hover{background:#005bac; color: #fff}


.case_box{  overflow: hidden;}
.itemc{  display: inline-block; position: relative; background: #fff; transition: all 0.3s; box-shadow: 0 0 10px rgba(0,0,0,.15); width: 31%; margin: 0 1% }
.itemc .img{ overflow: hidden;z-index: 66;  background: #fff; max-height: 300px; overflow: hidden; }
.itemc .img img{ transition: all 0.6s; width: 100%}
.itemc:hover .img img{transform: scale(1.06, 1.06);}
.itemc .cpsm{ text-align: left; height:auto; padding:2% 4% 4% }
.itemc .cpsm .tit{color: #000; display: block; margin:7px 0 4px; font-weight: normal;}
.itemc .cpsm .txt{ line-height: 1.7; color: #555 ; word-wrap: break-word;overflow: hidden; text-overflow:-o-ellipsis-lastline; text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical; }
.itemc:hover{ background:#fff }
.itemc:hover .txt,.itemc:hover .tit{ color: #1653b8 }
.itemc .cpsm .m{ padding-top:5%; color: #999 }
.itemc .date{display: block;color: #777;line-height: 50px;font-style: normal;margin-top:1rem;padding-top: .5rem;font-weight: bold; position: relative;border-top: 1px solid #eee;}
.itemc .date::before{position: absolute;content: "";top:0px;left: 8px; width: 0px;height: 0px;border-radius: 60px;background: rgba(29,170,112,0);transition:.4s;}
.itemc .date::after{position: absolute;content: "";top:0px;right:45px; width: 0px;height: 0px;border-radius: 60px;background: rgba(29,170,112,0);transition:.4s;}
.itemc .date em{font-size: 14px;font-weight: normal;color: #666;position: relative;z-index: 2;}
.itemc .date  b{float: right;font-weight: normal;position: relative;z-index: 2;}


/*news css*/
.ind_news{  background:#fff;  }

.news-hd a.active{ background: #2760bd; color: #fff; font-weight: bold;}
.news-fl{ text-align:center; width:550px; margin:30px auto;border: 1px #bebebe solid}
.news-fl .newsthumbs .swiper-slide{cursor:pointer; height: 44px; display: inline-block; line-height: 44px; background:#fff; display: block; color: #222; border-right: 1px #bebebe solid }
.news-fl .newsthumbs .swiper-slide:last-child{ border: 0 }
.news-fl .newsthumbs .swiper-slide-thumb-active,.news-fl .newsthumbs .swiper-slide:hover{background:#005bac; color: #fff}

.news_box{  overflow: hidden;}
.newteam{background: #fff;overflow: hidden;margin-bottom:25px; position: relative;width: 48%;display: inline-block;margin: 0 .5% 15px; border:1px #e3e3e3 solid;}
.newteam dt{font-size:0;line-height: 0;overflow:hidden;float: left;  padding: 10px; width: 250px; height: 180px}
.newteam dt img {transition:all 0.5s;display: block; width:225px; height: 160px !important;}
.newteam dl:hover dt img{transform:scale(1.1);}
.newteam dd{  float: left; margin: 0 10px; width:-webkit-calc(100% - 300px); width:-moz-calc(100% - 300px); width:calc(100% - 300px); }
.newteam dd .idate{ display: block;font-family:Montserrat;  margin-top: 10px; color: #666}
.newteam dd h4{padding:20px 0 8px 0; font-weight: normal; color: #000}
.newteam dd h4 a{color: #000;text-align:left;}
.newteam dd p{font-size:14px;color:#666666;display: block;line-height:24px;}
.newteam dd p a{font-size:14px;color:#fe470d;display:inline-block;}
.newteam dl:hover h4 a{color: #2d59b3;}
.newteam dl:last-of-type{margin-bottom: 0;}
.newteam:hover{ box-shadow: 0 0 10px rgba(0,0,0,.15) }





