@font-face {
  font-family: "gilroy";
  src: url("../font/RadomirTinkov-Gilroy-Medium.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sy";
  src: url("../fonts/NotoSansHans-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ziti';
  src: url("../img/ziti.TTF");
}
@font-face {
  font-family: 'ziti1';
  src: url("../img/Camar-2.ttf");
}
/*头部*/
*,:before,:after{
  box-sizing:border-box;
}
.container{
  width: 1500px;
  margin: 0 auto;
}
#pc_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99999;
  background-color: rgba(0,0,0,0);
  transition: .8s
}
#pc_nav.on {
  background-color: #fff;
  box-shadow: 0 0 8px #a8a7a6;
}

#pc_nav .logo {
  float: left;
  width: 220px;
  padding-top: 23px;
}

#pc_nav .logo img {
  display: block;
  float: left;
  padding-right: 15px;
}
#pc_nav .logo-tit h1{
  color: #fff;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
}
#pc_nav .logo-tit p{
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

#pc_nav .right_con {
  display: flex;
  float: right;

}

#pc_nav .right_con .list {
  display: flex;

}

#pc_nav .right_con .list li {
  margin-left: 3.125vw;
  line-height: 108px;
  position: relative;
  transition: .5s
}

#pc_nav .right_con .list li:first-child {
  margin-left: 0
}

#pc_nav .right_con .list li>a {
  font-size: 16px;
  color: #fff;
  transition: .8s
}
#pc_nav .right_con .list li:after{
  display: block;
  content: '';
  width: 0;
  height: 4px;
  background: #fa6118;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: .8s
}
#pc_nav .right_con .list li:hover:after{
  width: 68px;
  transition: .8s
}
#pc_nav .right_con .list li.active:after{
  width: 68px;
}
.naverji{
  position: absolute;
  width: 160%;
  background: rgba(255,255,255,0.8);
  top: 200px;
  opacity: 0;
  visibility: hidden;
  transition: .5s
}
.naverji a{
  display: block;
  color: #333;
  font-size: 14px;
  background: #fff;
  text-align: center;
  line-height: 35px;
  border-bottom: 1px solid #eee;
}
.naverji a:hover{
  background: #fa6118;
}
#pc_nav .right_con .list li:hover .naverji{
  top: 107px;
  opacity: 1;
  visibility: visible;
  transition: .5s
}
#pc_nav .right_con .list li .naverji a:hover{
  color: #fff;
}
.yuyan{
  margin-left: 26px;
  padding-top: 42px;
}
.yuyan img{
  display: block;
  float: left;
}
.yuyan .yy-tit{
  float: left;
  position: relative;
}
.yuyan .yy-tit p{
  color: #fff;
  width: 50px;
  font-size: 16px;
  margin-left: 12px;
  background: url("../img/t-jt.png") no-repeat center right;
}
.yuyan .yy-tit ul{
  position: absolute;
  width: 100px;
  left: -20px;
  top: 40px;
  opacity: 0;
  visibility: hidden;
  transition: .5s
}
.yuyan .yy-tit ul li{
  text-align: center;
  line-height: 30px;
  border-bottom: 1px solid #eee;
}
.yuyan .yy-tit ul li a{
  display: block;
  color: #333;
  font-size: 16px;
  background: #fff;
}
.yuyan .yy-tit:hover ul{
  opacity: 1;
  visibility: visible;
  top: 30px;
  transition: .5s
}

.yuyan .yy-tit ul li:hover a{
  color: #fff;
  background: #fa6118;
}
.t-tel{
  background: url("../img/t-tel.png") no-repeat top left;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-top: 40px;
  text-indent: 70px;
  float: left;
  margin-left: 28px;
}

#pc_nav .right_con .nav_menu {
  margin-left: 20px;
  margin-top: 30px;
}

#pc_nav .right_con .nav_menu i {
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  transition: .8s
}

#pc_menu {
  width: 100vw;
  height: 100vw;
  position: fixed;
  top: 0;
  right: -110%;
  background-color: rgba(0,0,0,.5);
  z-index: 99999;
  overflow: hidden;
  transition: 2.5s
}

#pc_menu .mask {
  width: 3000px;
  border-radius: 50% 0 0 50%;
  height: 3000px;
  background-color: rgba(255,255,255,.4);
  right: 0;
  top: 50%;
  transform:translateY(-72%) scale(0);
  position: absolute;
  transition: 2s;
  transition-delay: .5s;
  opacity: 0
}
#pc_menu .con_bg {
  width: 3000px;
  border-radius: 50% 0 0 50%;
  height: 3000px;
  background-color: #fff;
  right: -50%;
  top: 50%;
  transform:translateY(-72%) scale(0);
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  padding-left: 10.41666vw;
  transition: 2s;
  transition-delay: 1.2s;
  opacity: 0
}

#pc_menu .con_bg{
  width: 67%;
  height: 120%;
  top: 50%;
}
#pc_menu .mask {
  width: 75%;
  height: 120%;
  top: 50%;
}

#pc_menu.active .mask {
  transform:translateY(-70%) scale(1);
  opacity: 1
}

#pc_menu.active .con_bg {
  transform:translateY(-70%) scale(1);
  opacity: 1;
  right: 0;
}



#pc_menu .content {
  width: 41.66666vw
}

#pc_menu .list {
  margin-top: 2.60416vw
}

#pc_menu .list:first-child {
  margin-top: 0
}

#pc_menu .list .title a {
  font-size: 1.35416vw;
  color: #000;
  font-weight: 700;
  transition: .8s
}

#pc_menu .list .title a:hover {
  color: #fa6118
}

#pc_menu .list .small {
  margin-top: .625vw
}

#pc_menu .list .small a {
  display: inline-block;
  padding-left: 10px;
  position: relative;
  color: #666;
  font-size: 14px;
  transition: .8s;
  margin-right: 1.5625vw
}

#pc_menu .list .small a:hover {
  color: #fa6118
}

#pc_menu .list .small a:last-child {
  margin-right: 0
}

#pc_menu .list .small a::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #999;
  position: absolute;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: .8s
}

#pc_menu .list .small a:hover::before {
  background-color: #fa6118
}

#pc_menu .bot {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #fa6118;
  padding-top: 2.08333vw
}

#pc_menu .bot .left_con {
  font-size: 14px;
  color: #666
}

#pc_menu .bot .left_con p {
  margin-top: 8px
}

#pc_menu .bot .left_con p:first-child {
  margin-top: 0
}

#pc_menu .bot .left_con p span {
  color: #000
}

#pc_menu .bot .right_con a {
  display: inline-block;
  margin-left: 20px;
  border-radius: 50%;
  background-color: #eee;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #999;
  font-size: 20px;
  transition: .8s
}

#pc_menu .bot .right_con a:hover {
  color: #fa6118
}

#pc_menu .close {
  z-index: 2;
  position: absolute;
  top: 3%;
  right: 4%;
  color: #b4b4b4;
  font-size: 28px;
  font-weight: 700;
  cursor: pointer;
  transition: .8s
}

#pc_menu .close:hover {
  transform: rotate(180deg)
}

#pc_menu.active {
  right: 0
}



/*移动端*/
/* move nav */
#move_menu {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-color: rgba(0,0,0,0.3);
  z-index: 5;
  text-align: center;
  line-height: 30px;
  display: none;
  border-radius: 5px;
}

#move_menu i {
  color: #FFF;
}

#move_nav {
  position: fixed;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.7);
  top: 0;
  right: -100%;
  transition: 1s cubic-bezier(.77,0,.175,1);
  display: none;
}

#move_nav .logo {
  position: absolute;
  top: 25px;
  left: 20px;
  width: 140px;
}

#move_nav .logo img {
  width: 100%;
}

#move_nav .close {
  position: absolute;
  top: 33px;
  right: 20px;
}

#move_nav .close i {
  color: #FFF;
  font-size: 20px;
  display: inline-block;
  transition: 0.8s;
  font-weight: bold;
}

#move_nav .close i:hover {
  transform: rotate(180deg);
}

#move_nav .list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

#move_nav .list p {
  margin: 20px 0;
  text-align: center;
}

#move_nav .list p a {
  color: #FFFFFF;
  font-size: 16px;
  text-transform: uppercase;
}

.lan {
  margin:30px 0;
}
.lan a{
  display: block;
  float: left;
  color: #3c3c3c;
  font-size: 16px;
  margin-right: 20px;
}
.lan a img{
  display: block;
  float: left;
  padding-right: 10px;
}
#pc_nav.on .logo-tit h1{
  color: #333;

}
#pc_nav.on .logo-tit p{
  color: #333;
}
#pc_nav.on .right_con .list li a{
  color: #333;
}
#pc_nav.on .yuyan .yy-tit p{
  color: #333;
  background: url("../img/t-jt1.png") no-repeat center right;
}
#pc_nav.on .t-tel{
  background: url("../img/t-tel1.png") no-repeat top left;
  color: #fa6118;
}
#pc_nav.on .right_con .nav_menu i{
  color: #4e4e4e;
}
#pc_nav .right_con .list li:nth-child(3) .naverji{
  width: 385%;
}
/*banner*/
.banner {
  width: 100%;
  position: relative;
  z-index: 5;
  height: 100vh;
}

.banner .imga{
  display: block;
  width: 100%;
  height: 100%;
}
.imga {
  display: block;
  position: relative;
  transition: 1s 2.5s;
  transform: perspective(800px) translate3d(0, 0, 100px);
}

.swiper-slide-active .imga{
  transition: 5s 0s;
  transform: perspective(800px) translate3d(0, 0, 0px);
}
.ban{
  height: 100%;
}

.banner .swiper-slide .slide-inner .text{
  position: absolute;
  top: 25%;
  left: 50%;
  width: 1500px;
  transform: translateX(-50%);

}
/*slide1*/
.banner .slide-inner .text .fir{
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.6s;
  transition-delay: 0.4s;
  color: rgba(255,255,255,0.18);
  font-size:167px;
  font-family: ziti1;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
}
.banner .slide-inner .text .fir img{
  max-width:100%;
  margin: 0 auto;
  text-align: center;
}
.banner .swiper-slide2 .slide-inner .text{
  top: 30%;
}
.banner .swiper-slide3 .slide-inner .text{
  top: 35%;
}
.banner .slide-inner .text .sec{
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.8s;
  transition-delay: 0.6s;
  font-size: 46px;
  color: #fff;
  font-family: ziti;
  margin-top: -115px;
  text-transform: uppercase;
}
.banner .slide-inner .text .thr {
  transform: translateY(10px);
  opacity: 0;
  transition: all 1s;
  transition-delay: 0.8s;
  font-size: 16px;
  color: #fff;
}
.banner .slide-inner .text .thr:after{
  display: block;
  content: '';
  width: 414px;
  height: 4px;
  background: #fa6118;
  margin: 10px 0;
}
.banner .slide-inner .text .four{
  transform: translateY(10px);
  opacity: 0;
  transition: all 1.2s;
  transition-delay: 1s;
  font-size: 16px;
  color: #fff;
}
.banner .slide-inner .text .five{
  transform: translateY(10px);
  opacity: 0;
  transition: all 1.4s;
  transition-delay: 1.2s;
  width: 63px;
  height: 63px;
  background: #fa6118 url("../img/b-jt.png") no-repeat center center;
  border-radius: 50%;
  margin-top: 40px;
}
.banner .slide-inner .text .five:hover{
  transform:rotate(45deg)!important;
  -ms-transform:rotate(45deg)!important;
  -moz-transform:rotate(45deg)!important;
  -webkit-transform:rotate(45deg)!important;
  -o-transform:rotate(45deg)!important;
  transition: all 0.5s;
}
.banner .swiper-slide-active .slide-inner .text .fir {
  transform: translateY(0);
  opacity: 1;
}
.banner .swiper-slide-active .slide-inner .text .sec {
  transform: translateY(0);
  opacity: 1;
}
.banner .swiper-slide-active .slide-inner .text .thr {
  transform: translateY(0);
  opacity: 1;
}
.banner .swiper-slide-active .slide-inner .text .four {
  transform: translateY(0);
  opacity: 1;
}
.banner .swiper-slide-active .slide-inner .text .five {
  transform: translateY(0);
  opacity: 1;
}
.swiper-pagination_wrap{
  position: absolute;
  bottom: 5%;
  width: 100%;
  z-index: 100;
}
.swiper-pagination_wrap b{
  color: #fff;
  font-size: 27px;
  padding: 0 5px;
}
.em_1{
  color: #fa6118;
  font-size: 44px;
  font-weight: bold;
}
.em_2{
  color: #fff;
  font-size: 27px;
  font-weight: bold;
}
.ban-num{
  width: 55px!important;
  height: 328px;
  position: absolute;
  left: auto!important;
  right: 0!important;
  top:50%;
  transform: translateY(-50%);
  background: url("../img/ban-num.png") no-repeat center center;
}
.banner .swiper-pagination-bullet{
  width: 7px!important;
  height: 7px!important;
  background: #fff;
  opacity: 1!important;
  margin: 15px 0!important;
  position: relative;
  margin-left: 30px!important;
}
.banner .swiper-pagination-bullet-active:before{
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: -4px;
  top:-4px;
}
.ban-num span:nth-child(1){
  margin-top: 142px!important;
}
/*首页*/
.index1{
  width: 100%;
  position: relative;
  padding: 5% 0 5%;
  height: 900px;
  background: url("../img/index1-bg.jpg") no-repeat center left;
  background-size: cover;
}
.index1-left{
  width: 60%;
  float: left
}
.index1-left h3{
  color: #fa6620;
  font-size: 73px;
  font-family: ziti1;
}
.index1-left h4{
  width: 80%;
  color: #2d2d2d;
  font-size: 28px;
  line-height: 30px;
  font-family: ziti;
  background: url("../img/index1-jt.png") no-repeat center right;
}
.index1-left .index1-tit{
  padding-left:30%;
  padding-right: 5%;
  color: #444444;
  line-height: 24px;
  font-size: 14px;
  padding-top: 75px;
}
.index1-right{
  position: absolute;
  width: 40%;
  height:900px;
  overflow: hidden;
  right: 0;
  top: 0;
}
.index1-right img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index1-center{
  margin-top: 65px;
}
.index1-more{
  width: 175px;
  height: 173px;
  float: left;
  position: relative;
}
.index1-more:before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/hua.png") no-repeat center center;
  animation: index_bor 10s linear infinite;
  transition: all .5s;
}

.index1-more:hover:before{
  background: url("../img/hua-h.png") no-repeat center center;
  transition: all .5s;
}
.index1-more:hover a{
  color: #fa6620;
  font-weight: bold;
}
.index1-more a{
  display: block;
  color: #4a4a4a;
  font-size: 16px;
  text-align: center;
  padding-top: 73px;
  padding-bottom: 20px;
  position: relative;
  z-index: 100;
  background: url("../img/index1-j.png") no-repeat center bottom;
  animation: index_bori 0s linear infinite;
}
@keyframes index_bor{
  0%{
    transform: rotate(0);
  }
  100%{
    transform: rotate(360deg);
  }
}
@keyframes index_bori{
  0%{
    transform: rotate(0);
  }
  100%{
    transform: rotate(-360deg);
  }
}
.index1-center ul{
  float: right;
  text-align: center;
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin-top: 30px;
}
.index1-center ul li{
  text-align: center;
}
.index1-center ul li:before{
  display: block;
  content: '';
  height: 65px;
  overflow: hidden;
  width: 100%;
  transition: all .5s;
}
.index1-center ul li:nth-child(1):before{
  background: url("../img/index1-1.png") no-repeat center top -58px;
}
.index1-center ul li:nth-child(2):before{
  background: url("../img/index1-2.png") no-repeat center top -63px;
}
.index1-center ul li:nth-child(3):before{
  background: url("../img/index1-3.png") no-repeat center top -50px;
}
.index1-center ul li p{
  color: #444444;
  font-size: 20px;
  font-weight: bold;
  padding-top: 20px;
}
.index1-center ul li span{
  color: #444444;
  font-size: 14px;
  display: block;
  padding-top: 5px;
}
.index1-center ul li:hover:nth-child(1):before{
  background: url("../img/index1-1.png") no-repeat center top 10px;
  transition: all .5s;
}
.index1-center ul li:hover:nth-child(2):before{
  background: url("../img/index1-2.png") no-repeat center top 5px;
  transition: all .5s;
}
.index1-center ul li:hover:nth-child(3):before{
  background: url("../img/index1-3.png") no-repeat center top 10px;
  transition: all .5s;
}
/*产品中心*/
.index2{
  width: 100%;
  padding: 8% 0;
  position: relative;
  background: url("../img/pro-bg.jpg") no-repeat center center;
}
.index-title{
  position: relative;
  z-index: 150;
}
.index-title h3{
  color: #2d2d2d;
  font-size: 30px;
  font-family: ziti;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.index-title p{
  color: #2d2d2d;
  font-size: 14px;
}
.index-title p:after{
  display: block;
  content: '';
  width: 40px;
  height: 2px;
  background: #fa6620;
  margin: 25px 0 30px 0;
}
.index-title a{
  display: block;
  width: 63px;
  height: 63px;
  background: #fa6118 url(../img/b-jt.png) no-repeat center center;
  border-radius: 50%;
  float: right;
  position: relative;
  z-index: 100;
  margin-top: -120px;
  transition: all 0.5s;
}
.index-title a:hover{
  transform:rotate(45deg)!important;
  -ms-transform:rotate(45deg)!important;
  -moz-transform:rotate(45deg)!important;
  -webkit-transform:rotate(45deg)!important;
  -o-transform:rotate(45deg)!important;
  transition: all 0.5s;
  background: #103c8f url(../img/b-jt.png) no-repeat center center;
}
.pro-list{
  width: 100%;
  position: relative;
}
.chanpin{
  width: 100%;
}
.chanpin .swiper-slide{
  border: 2px solid #efefef;
}
.pro-img{
  width: 100%;
  height: 471px;
  background: #fff;
  text-align: center;
  overflow: hidden;
  line-height: 471px;
}
.pro-img img{
  display: inline-block;
  vertical-align: middle;
  max-width:90%;
  max-height: 90%;
  transition: all 0.5s;
}
.pro-tit{
  position: absolute;
  bottom: 0;
  height: 60px;
  line-height: 60px;
  background: rgba(0,0,0,0.5);
  text-align: center;
  color: #fff;
  font-size: 16px;
  width: 100%;
  transition: all 0.5s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chanpin .swiper-slide:hover .pro-tit{
  background: rgba(250,97,24,0.83);
  height: 471px;
  line-height: 550px;
  transition: all 0.5s;
}
.chanpin .swiper-slide:hover .pro-tit:before{
  display: block;
  content: '';
  width: 55px;
  height: 55px;
  background: url("../img/jia.png") no-repeat center center;
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%,-50%);
}
/*解决方案*/
.index3{
  width: 100%;
  position: relative;
  z-index: 50;
  padding: 5% 0 0 0;
  height: 903px;
  background-image: url(../img/index3.jpg);
  background-position:top center;
  background-size: cover;
  background-attachment: fixed;
}
.index3-top{
  width: 100%;
  position: relative;
}
.index3-left{
  float: left;
}
.index3-left h3{
  color: #fff;
  font-size: 38px;
  font-family: ziti;
}
.index3-left p{
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: lighter;
  padding-top: 10px;
}
.index3-left p:after{
  display: block;
  content: '';
  width: 40px;
  height: 2px;
  background: #fa6620;
  margin: 25px 0 30px 0;
}
.index3-left h4{
  color: #fff;
  font-size: 14px;
  width: 62%;
  line-height: 26px;
}
.index3-left  a{
  display: block;
  width: 63px;
  height: 63px;
  background: #fa6118 url(../img/b-jt.png) no-repeat center center;
  border-radius: 50%;
  position: relative;
  z-index: 100;
  margin-top: 60px;
  transition: all 0.5s;
}
.index3-left  a:hover{
  transform:rotate(45deg)!important;
  -ms-transform:rotate(45deg)!important;
  -moz-transform:rotate(45deg)!important;
  -webkit-transform:rotate(45deg)!important;
  -o-transform:rotate(45deg)!important;
  transition: all 0.5s;
  background: #103c8f url(../img/b-jt.png) no-repeat center center;
}
.index3-right{
  float: right;
}
.index3-right ul li{
  width: 110px;
  height: 110px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  margin-left: 30px;
  float: left;
  transition: all 0.5s;
}
.index3-right ul li:first-child{
  margin-left: 0;
}
.index3-right ul li img{
  display: block;
  margin: 0 auto;
  padding-top: 17px;
}
.index3-right ul li p{
  color: #fff;
  font-size: 14px;
  padding-top: 10px;
}
.index3-right ul li:hover{
  background: #fa6620;
  border: 2px solid #fa6620;
  transition: all 0.5s;
}
.index3-right ul li.on{
  background: #fa6620;
  border: 2px solid #fa6620;
  transition: all 0.5s;
}
.index3-bo{
  width: 100%;
  top: 35%;
}
.index3-bo-right{
  width:70%;
  background: #eeeeee;
  height: 293px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.index3-bo-right ul{
  height: 100%;
  width: 80%;
  margin: 0 auto;
  margin-top: 4%;
}
.index3-bo-right ul li{
  width: 32%;
  margin-left: 2%;
  background: #fff;
  float: left;
  padding:3% 2%;
  height: 190px;
}
.index3-bo-right ul li:first-child{
  margin-left: 0;
}
.index3-bo-right ul li img{
  height: 33px;
  display: block;
}
.adv1-img span{
  color: #fff;
  font-size: 32px;
  display: block;
  float: right;
  margin-top: -40px;
  text-shadow: #888888 1px 0 0, #888888 0 1px 0, #888888 -1px 0 0, #888888 0 -1px 0;
}
.index3-bo-right ul li h3{
  color: #393939;
  font-size: 20px;
  font-weight: bold;
}
.index3-bo-right ul li h3:before{
  display: block;
  content: '';
  width: 40px;
  height: 2px;
  background: #fa6620;
  margin: 15px 0;
}
.index3-bo-right ul li p{
  color: #393939;
  font-size: 14px;
  padding-top: 10px;
}
.index3-bo-right ul li:hover{
  background: #fa6620;
}
.index3-bo-right ul li:hover img{
  filter: grayscale(100%) brightness(600%);
}
.index3-bo-right ul li:hover span{
  text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
}
.index3-bo-right ul li:hover span,.index3-bo-right ul li:hover h3,.index3-bo-right ul li:hover p{
  color: #fff;
}
.index3-bo-right ul li:hover h3:before{
  background:#fff;
}
/*项目案例*/
.index4{
  width: 100%;
  position: relative;
  padding: 5% 0;
  background: url("../img/index4.jpg") no-repeat center center;
  z-index: 150;
  overflow: hidden;
}
canvas{
  display:block;
  vertical-align:bottom;
}
#particles-js{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.index4-center{
  width: 100%;
  position: relative;
  z-index: 150;
}
.index4-left{
  width: 49%;
  float: left;
  height: 492px;
  position: relative;
}
.index4-left a{
  display: block;
  width: 100%;
  height: 100%;
}
.case-img{
  width: 100%;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.case-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .6s;
}
.index4-left p{
  position: absolute;
  line-height: 83px;
  background: rgba(0,0,0,0.63) url("../img/c-jt.png") no-repeat center right 50px;
  width: 100%;
  bottom: 0;
  text-indent: 50px;
  color: #fff;
  font-size: 20px;
}
.index4-left:hover .case-img img{
  transform: scale(1.03,1.05);
}
.index4-right{
  width: 50%;
  height: 492px;
  float: right;
}
.index4-right ul li{
  width: 49%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  height: 238px;
  position: relative;
}
.index4-right ul li:nth-child(2n){
  margin-right: 0;
}
.case-img1{
  width: 100%;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.case-img1 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .6s;
}
.index4-right ul li p{
  position: absolute;
  line-height:55px;
  background: rgba(0,0,0,0.63) url("../img/c-jt.png") no-repeat center right 30px;
  width: 100%;
  bottom: 0;
  text-indent:30px;
  color: #fff;
  font-size: 20px;
}
.index4-right ul li:hover .case-img1 img{
  transform: scale(1.03,1.03);
}
/*新闻资讯*/
.index5{
  width: 100%;
  position: relative;
  padding: 7% 0 10% 0;
  background: url("../img/index5.png") no-repeat center bottom;
}
.index5 ul{
  margin-top: 10px;
  width: 100%;
}
.index5 ul li{
  width: 23.5%;
  margin-right: 2%;
  float: left;
  position: relative;
}
.index5 ul li a{
  display: block;
  width: 100%;
  height: 100%;
}
.index5 ul li:last-child{
  margin-right: 0;
}
.index5 ul li .news-img{
  width: 100%;
  height: 213px;
  overflow: hidden;
}
.index5 ul li .news-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .6s;
}
.index5 ul li:hover .news-img img{
  transform: scale(1.03,1.03);
}
.news-tit{
  padding-top: 23px;
}
.news-time{
  color: #373737;
  font-size: 14px;
  line-height: 24px;
}
.news-time span{
  display: block;
  float: left;
  width: 66px;
  height: 24px;
  background: #fa6620;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  margin-right: 5px;
}
.news-tit h3{
  color: #373737;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 20px 0;
}
.news-tit p{
  color: #6e6e6e;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-tit small{
  display: block;
  color: #fa6620;
  font-size: 14px;
  padding-top: 50px;
}
.news-tit small:after{
  display: block;
  content: '';
  width: 69px;
  height: 2px;
  background: #fa6620;
  transition: all .6s;
}
.index5 ul li:hover small:after{
  width: 100%;
  transition: all .6s;
}
/**/
.index6{
  width: 100%;position: relative;
  z-index: 50;
  padding: 5% 0;
  background-image: url(../img/index6.jpg);
  background-position:top center;
  background-size: cover;
  background-attachment: fixed;
}
.index6-right{
  float: right;
  color: rgba(255,255,255,0.18);
  font-family: ziti1;
  font-size: 167px;
  margin-top: -65px;
}
.index6 .index3-left p:after{
  margin:20px 0 0 0;
}
/*底部*/
.dibu{
  width: 100%;
  position: relative;
  padding: 5% 0 0 0;
  background: url("../img/foot.jpg") no-repeat center center;
  overflow: hidden;
}
.dibu-left{
  float: left;
}
.f-logo>img{
  display: block;
  float: left;
  filter: grayscale(100%) brightness(600%);
  margin-right: 25px;
}
.f-logo-tit{
  float: left;
}
.f-logo-tit h1{
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}
.f-logo-tit p{
  color: #fff;
  font-size:12px;
  text-transform: uppercase;
}
.f-ewm{
  margin-top: 30px;
}
.f-ewm dl{
  float: left;
  margin-right: 16px;
  text-align: center;
}
.f-img{
  width:138px;
  height: 138px;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.22);
}
.f-ewm .f-img img{
  display: block;
  width: 102px;
  height: 102px;
  background: #fff;
  margin: 15px 0 0 15px;
}
.f-ewm dl p{
  color: #fff;
  font-size: 16px;
  padding-top: 10px;
}
.dibu-right{
  float: right;
  width: 60%;
  margin-top:30px;
}
.dibu-right ul{
  display: flex;
  text-align: left;
  display: flex;
  justify-content: space-between;
}

.dibu-right ul li>a{
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.dibu-right ul li>a:after{
  display: block;
  content: '';
  width: 17px;
  height: 2px;
  background: #fa6118;
  margin: 37px 0;
}
.f-erji a{
  display: block;
  color:rgba(255,255,255,0.7);
  font-size: 14px;
  line-height: 30px;
}
.f-erji a:hover{
  color: #fff;
}
.dibu-p{
  padding: 5% 0;
}
.dibu-p p{
  color: #fff;
  font-size: 18px;
}
.dibu-p h3{
  color: rgba(255,255,255,0.5);
  font-size: 14px;
}
.dibu-p h3 strong{
  font-size: 30px;
  color: #fff;
  padding-right: 12px;
}
.dibu-admin{
  border-top: 1px solid rgba(255,255,255,0.1);
  line-height:100px;
}
.admin-left{
  float: left;
}
.admin-right{
  float: right;
}
.dibu-admin p{
  color: rgba(255,255,255,0.5);
  font-size: 14px;
}
.dibu-admin p a{
  color: rgba(255,255,255,0.5);
  font-size: 14px;
}
/*内页*/
.fixed-banner {
  overflow: hidden;
  text-align: center;
  height: 960px;
  position: relative;
  top: 0;
}
.fixed-tit{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.fixed-tit h3 {
  margin: 78px 0 5px;
  font-size: 50px;
  color: #fff;
  font-family: ziti;
  text-transform: uppercase;
}
.fixed-tit p {
  font-size: 20px;
  color: #fff;
}
.location{
  width: 100%;
  position: relative;
  height: 95px;
  line-height: 95px;
  background: rgba(0,0,0,0.7);
  margin-top: -95px;
  z-index: 100;
}
.loca-l{
  float: left;
  width: 50%;
}
.loca-tit{
  width:160px;
  height: 206px;
  float: left;
  background: url("../img/loca.png") no-repeat center center;
}
.loca-tit h3{
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-top:40px;
  text-transform: uppercase;
}
.loca-tit p{
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  margin-top: -65px;
}
.loca-l ul{
  float: left;
}
.loca-l ul li{
  padding-left:40px;
  float: left;
}
.loca-l ul li a{
  color: #fff;
  font-size: 16px;
}
.loca-l ul li a:hover{
  color: #fa6620;
  font-weight: bold;
}
.loca-l ul li a.active{
  color: #fa6620;
  font-weight: bold;
}
.loca-r{
  float: right;
  background: url("../img/home.png") no-repeat top 25px left;
  color: #fff;
  font-size: 14px;
  padding-left: 55px;
}
.loca-r a{
  color: #fff;
  font-size: 14px;
}
/*内页-关于我们*/
.info-about{
  width: 100%;
  position: relative;
  padding: 5% 0;
}
.about1{
  width: 100%;
  position: relative;
  padding: 4% 0;
}
.about1-left{
  float:left;
  width: 65%;
}
.about1-left h3{
  color: #373737;
  font-size: 32px;
  font-weight: bold;
}
.about1-left h3:after{
  display: block;
  content: '';
  width: 56px;
  height: 4px;
  background: #fa6620;
  margin: 15px 0;
}
.about1-left-tit p{
  color: #373737;
  font-size: 16px;
  line-height: 32px;
}
.about1-left ul{
  float: left;
  text-align: center;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  width: 80%;
}
.about1-left ul li{
  text-align: center;
}
.about1-left ul li:before{
  display: block;
  content: '';
  height: 65px;
  overflow: hidden;
  width: 100%;
  transition: all .5s;
}
.about1-left ul li:nth-child(1):before{
  background: url("../img/index1-1.png") no-repeat center top -58px;
}
.about1-left ul li:nth-child(2):before{
  background: url("../img/index1-2.png") no-repeat center top -63px;
}
.about1-left ul li:nth-child(3):before{
  background: url("../img/index1-3.png") no-repeat center top -50px;
}
.about1-left ul li p{
  color: #444444;
  font-size: 20px;
  font-weight: bold;
  padding-top: 20px;
}
.about1-left ul li span{
  color: #444444;
  font-size: 14px;
  display: block;
  padding-top: 5px;
}
.about1-left ul li:hover:nth-child(1):before{
  background: url("../img/index1-1.png") no-repeat center top 10px;
  transition: all .5s;
}
.about1-left ul li:hover:nth-child(2):before{
  background: url("../img/index1-2.png") no-repeat center top 5px;
  transition: all .5s;
}
.about1-left ul li:hover:nth-child(3):before{
  background: url("../img/index1-3.png") no-repeat center top 10px;
  transition: all .5s;
}
.about1-right{
  float: right;
  width: 30%;
}
.about1-right>ul li {
  display: inline-block;
  margin-right: 15px;
  float: left;
  margin-bottom: 15px;
  width: 210px;
  height: 193px;
  overflow: hidden;
}
.about1-right>ul li:nth-child(2n){
  margin-right: 0;
}
.about1-right>ul li:nth-child(2){
  margin-top: 50px;
}
.about1-right>ul li:nth-child(3){
  margin-top: -50px;
}
.grid-content {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.grid-content>img {
  display: inline-block;
  width: 210px;
  height: 193px;
}
.grid-content .grid-shade {
  position: absolute;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(250,102,32,.3);
}
.about2{
  width: 100%;
  position: relative;
  background: #f3f3f3;
  padding: 5% 0;
}
.about2 h3{
  color: #373737;
  font-size: 32px;
  font-weight: bold;
}
.about2 h3:after{
  display: block;
  content: '';
  width: 56px;
  height: 4px;
  background: #fa6620;
  margin: 15px 0;
}
.about2 p{
  color: #373737;
  font-size: 16px;
  line-height:26px;
}
.about2 ul{
  margin-top: 37px;
}
.about2 ul li{
  width: 33%;
  margin-right:0.5%;
  float: left;
  height: 340px;
  overflow: hidden;
  position: relative;
}
.about2 ul li:last-child{
  margin-right: 0;
}
.about2 ul li img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about3{
  width: 100%;
  position: relative;
  z-index: 50;
  background-image: url(../img/about3.jpg);
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 5%;
}
.about3-tit{
  padding: 8% 0;
  text-align: center;
}
.about3-tit h3{
  color: #fff;
  font-family: ziti;
  font-size: 50px;
}
.about3-tit p{
  color: #fff;
  font-size: 16px;
  padding-top: 30px;
}
.about3 ul li{
  margin-right: 0.5%;
  width:33%;
  height: 280px;
  position: relative;
  float:left;
  background: rgba(0,0,0,0.58);
  transition: all 0.5s;
}
.about3 ul li:last-child{
  margin-right: 0;
}
.about3 ul li:nth-child(2){
}
.about3 ul li:hover{
  background: rgba(0,0,0,0.7);
  transition: all 0.5s;
}
.about3-text{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 50%;
}
.about3-text img{
  filter: grayscale(100%) brightness(600%);
  padding-top: 8px;
}
.about3-text h3{
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding:5px 0;
}
.about3-text p{
  color: #fff;
  font-size: 14px;
}
.about3-text:before{
  display: block;
  content: '';
  width: 2px;
  height: 163px;
  background: #fa6620;
  float: left;
  margin-right: 10px;
}
.about4{
  width: 100%;
  position: relative;
  padding: 5% 0;
}
.about4-title{
  margin-bottom: 20px;
}
.about4-title h3{
  color: #373737;
  font-size: 32px;
  font-weight: bold;
  font-family: "microsoft yahei";
}
.about4-title h3:after{
  display: block;
  content: '';
  width: 56px;
  height: 4px;
  background: #fa6620;
  margin: 15px 0;
}
.about4-title a{
  margin-top: -75px;
}
/*内页-新闻资讯*/
.info-news{
  position: relative;
  padding: 8% 0 5%;
  width: 100%;
  background: #f1f1f1;
}
.info-news-left{
  width: 70%;
  padding: 1%;
  background: #fff;
  float: left;
}
.news-one{
  width: 100%;
}
.news-one .img{
  width:40%;
  float: left;
  height: 300px;
  overflow: hidden;
}
.news-one .img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-one .box{
  width: 55%;
  float: right;
}
.news-one .box h3{
  color: #313131;
  font-size: 20px;
  font-weight: bold;
  padding-top: 35px;
  transition: all 0.5s;
}
.news-one .box p{
  color: #313131;
  font-size: 14px;
  line-height: 26px;
  padding-top: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-one .box span{
  color: #fa6620;
  font-size: 16px;
  display: block;
  margin-top: 45px;
  position: relative;
}
.news-one .box span:before{
  display: block;
  content: '';
  width:0;
  height: 2px;
  background: #fa6620;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  transition: all 0.5s;
  top: -2px;
}
.news-one .box span:after{
  display: block;
  content: '';
  width: 76px;
  height: 2px;
  background: #fa6620;
}
.news-one a:hover .box span:before{
  width: 76px;
  transition: all 0.5s;
}
.news-one a:hover .box h3{
  color: #fa6620;
  transition: all 0.5s;
}
.news-two{
  width: 100%;
}
.news-two a{
  display: block;
  margin-top: 1%;
}
.news-two .img{
  width:30%;
  float: left;
  height: 220px;
  overflow: hidden;
}
.news-two .img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-two .box{
  width: 67%;
  float: right;
}
.news-two .box h3{
  color: #313131;
  font-size: 20px;
  font-weight: bold;
  padding-top: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
}
.news-two .box p{
  color: #313131;
  font-size: 14px;
  line-height: 26px;
  padding-top: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-two .box span{
  background: #565f70;
  font-size: 14px;
  display: block;
  width: 116px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  color: #fff;
  margin-top: 17px;
  border-radius: 14.5px;
  transition: all 0.5s;
}
.news-two a:hover .box span{
  background: #fa6620;
  transition: all 0.5s;
}
.news-two a:hover .box h3{
  color: #fa6620;
  transition: all 0.5s;
}
.info-news-right{
  width: 28%;
  float: right;
  float: right;
}
.info-news-case{
  width: 100%;
  position: relative;
}
.info-news-case a{
  display: block;
  width: 100%;
  height: 100%;
}
.anli-img{
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.anli-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info-news-case p{
  position: absolute;
  bottom: 0;
  z-index: 100;
  line-height: 56px;
  background: rgba(0,0,0,0.72);
  color: #fff;
  font-size: 16px;
  text-align: center;
  width: 100%;
}
.anli-next{
  width: 44px!important;
  height: 44px!important;
  background: url("../img/anli-next.png") no-repeat center center;
}
.anli-prev{
  width: 44px!important;
  height: 44px!important;
  background: url("../img/anli-prev.png") no-repeat center center;
}
.info-news-other{
  margin-top: 15px;
  background: #fff;
  padding: 37px 22px;
}
.info-news-other h3{
  color: #484848;
  font-size: 26px;
  font-weight: bold;
}
.info-news-other h3 a{
  float: right;
  color: #808080;
  font-size: 14px;
  padding-top: 10px;
  font-weight: normal;
}
.info-news-other h3 a:hover{
  color: #fa6620;
}
.info-news-other h3:before{
  display: block;
  content: '';
  width: 4px;
  height: 35px;
  background: #fa6620;
  float: left;
  margin-right: 10px;
}
.other-one{
  margin-top: 30px;
}
.other-one-img{
  width: 35%;
  float: left;
  height: 120px;
  overflow:hidden;
}
.other-one-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.other-one-tit{
  width: 62%;
  float: right;
}
.other-one-tit h4{
  color: #313131;
  font-weight: bold;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 20px;
}
.other-one-tit p{
  color: #737373;
  font-size: 14px;
  line-height: 20px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 5px;
  height: 40px;
}
.other-two ul li{
  margin-top: 20px;
}
.other-two ul li a{
  color: #313131;
  font-size: 16px;
}
.other-two ul li:before{
  display: block;
  content: '';
  width: 7px;
  height: 7px;
  background: #fa6620;
  border-radius: 50%;
  float: left;
  margin-right: 15px;
  margin-top: 10px;
}
.other-two ul li:hover a{
  color: #fa6620;
}
.news-detail-content {
  padding: 0 18px;
}
.news-detail-content .news-detail-title {
  padding-bottom: 15px;
  border-bottom: 1px dashed #ededed;
  text-align: center;
  margin-bottom: 15px;
}
.news-detail-content .news-detail-title .h3 {
  font-size: 18px;
  color: #323232;
  line-height: 24px;
  font-weight: bold;
  margin: 25px 0 10px;
}
.news-detail-content .news-detail-title .b {
  font-size: 13px;
  color: #999999;
  line-height: 20px;
}
.news-detail-content .news-detail {
  padding: 0 12px 30px;
}
.news-detail-content .news-detail p {
  font-size: 14px;
  color: #595959;
  line-height: 24px;
}
.news-detail-content .news-detail img {
  max-width: 100%;
  margin: 0 auto;
}
.news-detail-content .newsPage {
  padding: 0 12px;
  font-size: 16px;
  color: #323232;
  line-height: 30px;
  margin: 15px 0 30px;
}
.news-detail-content .newsPage a {
  color: #323232;
}
.news-detail-content .newsPage a:hover {
  color: #fa6620;
}
/*内页-联系我们*/
.info-contact{
  width: 100%;
  position: relative;
  padding: 8% 0 0 0;
}
.contact-top h3{
  color: #444444;
  font-size: 18px;
  padding-bottom: 26px;
}
.contact-top ul li{
  width: 33%;
  float: left;
  margin-right: 0.5%;
  height: 257px;
  position: relative;
  background: #f4f4f4;
  text-align: center;
}
.contact-top ul li:last-child{
  margin-right: 0;
}
.contact-top ul li img{
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-top: 55px;
}
.contact-top ul li p:before{
  display: block;
  content: '';
  width: 52px;
  height: 4px;
  background: #fa6620;
  margin: 20px auto 10px;
}
.contact-top ul li p{
  color: #343232;
  font-size: 16px;
  padding-bottom: 10px;
}
.contact-top ul li strong{
  color: #343232;
  font-size: 16px;
}
.contact-map{
  width: 100%;
  margin-top: 20px;
  margin-bottom: 100px;
}
.contact-map #dituContent{
  width: 100%;
  height: 512px;
}
.contact-bottom{
  width: 100%;
  position: relative;
  z-index: 50;
  background-image: url(../img/mes.jpg);
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 5%;
}
.contact-bo{
  background: #fff;
  padding: 5% 3%;
}
.contact-bottom h3{
  color: #343232;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.contact-bottom p{
  color: #585858;
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
}
.mes-form{
  width: 100%;
  margin-top: 40px;
}
.mes-form input{
  width: 49%;
  float: left;
  margin-right: 2%;
  height: 73px;
  line-height: 73px;
  background: #f4f4f4;
  text-indent: 23px;
  color: #333;
  font-size: 16px;
  margin-bottom: 20px;
}
.mes-form input::-webkit-input-placeholder{
  color: #585858;
}
.mes-form textarea{
  width: 100%;
  height: 225px;
  line-height: 73px;
  background: #f4f4f4;
  text-indent: 23px;
  color: #333;
  font-size: 16px;
}
.mes-form textarea::-webkit-input-placeholder{
  color: #585858;
}
.mes-form .code{
  width: 49%;
  float: left;
  position: relative;
}
.mes-form .code input{
  width: 100%;
}
.mes-form .code .verify{
  width: 136px;
  height: 55px;
  top: 9px;
  right: 9px;
  overflow: hidden;
  position: absolute;
}
.mes-form .code .verify img{
  display: block;
  width: 100%;
  height: 100%;
}
.mes-form a{
  display: block;
  width: 100%;
  height: 73px;
  line-height: 73px;
  background: #fa6620;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
/*内页-产品中心*/
.info-product{
  width: 100%;
  position: relative;
  padding: 8% 0 3% 0;
  background: #f1f1f1;
}
.info-product ul li{
  width: 23.5%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  position: relative;
}
.info-product ul li:nth-child(4n){
  margin-right: 0;
}
.info-product ul li:hover .pro-tit{
  background: rgba(250,97,24,0.83);
  height: 471px;
  line-height: 550px;
  transition: all 0.5s;
}
.info-product ul li:hover .pro-tit:before{
  display: block;
  content: '';
  width: 55px;
  height: 55px;
  background: url("../img/jia.png") no-repeat center center;
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%,-50%);
}
/*产品详情*/
.pro-info{
  width: 100%;
  position: relative;
  padding: 8% 0 5% 0;
}
.cp-left{
  width: 30%;
  float: left;
  height: 630px;
  border: 2px solid #eaeced;
  position: relative;
}
.cp-left .cp{
  width: 100%;
  height: 100%;
}
.cp-img{
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 630px;
}
.cp-img img{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.cp-contact{
  width: 205px;
  height: 67px;
  line-height: 67px;
  text-align: center;
  background: #fa6620;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.cp-contact a{
  display: block;
  color: #fff;
  font-size: 20px;
}
.cp-right{
  width: 65%;
  float: right;
}
.cp-right h3{
  color: #3a3939;
  font-size: 32px;
  font-weight: bold;
}
.cp-right h4{
  color: #303030;
  font-size: 20px;
  padding-bottom: 10px;
}
.cp-tit span{
  color: #303030;
  font-size: 20px;
  display: block;
}
.cp-tit ul li{
  width: 45%;
  float: left;
  height: 72px;
  margin-top:20px;
  margin-right: 5%;
  position: relative;
}
.cp-tit ul li:nth-child(2n){
  margin-right: 0;
}
.cp-tit ul li.cp1{
  background: url("../img/cp1.png") no-repeat center left;
}
.cp-tit ul li.cp2{
  background: url("../img/cp2.png") no-repeat center left;
}
.cp-tit ul li.cp3{
  background: url("../img/cp3.png") no-repeat center left;
}
.cp-tit ul li.cp4{
  background: url("../img/cp4.png") no-repeat center left;
}
.cp-tit ul li.cp5{
  background: url("../img/cp5.png") no-repeat center left;
}
.cp-tit ul li p{
  position: absolute;
  color: #303030;
  font-size: 16px;
  line-height: 22px;
  left: 104px;
  top: 50%;
  transform: translateY(-50%);
  width: 75%;
}
.cp-tit1{
  margin-top: 40px;
}
.cp-tit1 img{
  max-width: 100%;
}
.pro-info1{
  background: #f6f9fb;
  padding: 5% 0;
  width: 100%;
}
.pro-info1 .container{
  border-top: 1px solid #cbd3d9;
}
.info1-tit{
  padding-top: 5%;
}
.info1-tit strong{
  color: #3a3939;
  font-size: 28px;
  display: block;
}
.info1-tit strong span{
  font-size: 28px!important;
  background: none!important;
}
.info1-tit p img{
  max-width: 100%;
}
.info1-tit table{
  width: 100%!important;
  background: #fff;
  box-shadow: 0 0 18px rgba(203,211,217,0.6);
  margin-top: 30px;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
.info1-tit .table1{
  padding: 3%;
}
.info1-tit table tr:nth-child(odd){
  background: #eee;
}

.info1-tit table tr td{
  padding: 10px!important;
  width: auto;
  color: #313131;
  word-break: break-all;
  word-wrap: break-word;
  border: 1px solid #cbd3d9!important;
  text-align: left;
  font-size: 15px!important;
}
.info1-tit p{
  font-size: 16px;
  line-height: 30px;
}
.cp-contact{
  width: 150px;
  height: 50px;
  line-height: 50px;
}



/*内页-项目案例*/
.info-case{
  width: 100%;
  position: relative;
  padding: 8% 0 3% 0;
}
.info-case ul li{
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  float: left;
  position: relative;
  border: 2px solid #eee;
  box-sizing: border-box;
}
.info-case ul li:nth-child(4n){
  margin-right: 0;
}
.info-case ul li .img{
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.info-case ul li .img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info-case ul li h4{
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: rgba(0,0,0,0.8);
}


.pro-sider {
  float: left;
  width: 260px;
}
.pro-sider .in-title {
  height: 80px;
  background: url(../images/i-pro-title.jpg) no-repeat center;
  text-align: center;
  line-height: 1;
  overflow: hidden;
}
.pro-sider .in-title h3 {
  margin-top: 20px;
  font-size: 22px;
  color: #fff;
  margin-bottom: 5px;
}
.pro-sider .in-title em {
  font-size: 13px;
  color: #728dbc;
}
.pro-sider .pro-sider-ul {
  border: 1px solid #ededed;
  background: #fff;
  border-top: none;
  overflow: hidden;
}
.pro-sider .pro-sider-ul .ul-li {
  padding: 0 15px;
  height: 59px;
}
.pro-sider .pro-sider-ul .ul-li a {
  position: relative;
  height: 58px;
  line-height: 58px;
  font-size: 14px;
  color: #595959;
  display: block;
  padding-left: 10px;
  padding-right: 30px;
  border-bottom: 1px dashed #ededed;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-sider .pro-sider-ul .ul-li a h2{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-sider .pro-sider-ul .ul-li a div.icon {
  position: absolute;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  background: #ededed url(../images/sider-bg-01.png) no-repeat center;
  border-radius: 50%;
  right: 8px;
  top: 50%;
  margin-top: -8px;
  font-size: 12px;
}
.pro-sider .pro-sider-ul .ul-li:hover,
.pro-sider .pro-sider-ul .ul-li.active {
  background: #268ae7;
}
.pro-sider .pro-sider-ul .ul-li:hover a,
.pro-sider .pro-sider-ul .ul-li.active a {
  border: none;
  color: #fff;
}
.pro-sider .pro-sider-ul .ul-li:hover div.icon,
.pro-sider .pro-sider-ul .ul-li.active div.icon {
  background: #0058b1 url(../images/sider-bg-02.png) no-repeat center;
}
.pro-sider .pro-sider-ul .ul-li:last-child a {
  border-bottom: none;
}
.pro-sider .pro-sider-tel {
  overflow: hidden;
  height: 100px;
  line-height: 1;
  font-size: 20px;
  color: #0058b1;
  border: 1px solid #ededed;
  border-top: none;
  padding-left: 80px;
  background: url(../images/sider-tel.png) no-repeat 25px center;
}
.pro-sider .pro-sider-tel span {
  display: block;
  margin: 30px 0 8px;
  font-size: 14px;
  color: #808080;
}
.pro-sider .pro-sider-tel em {
  letter-spacing: 2px;
  font-weight: bold;
}


.m-column-t {
  position: relative;
  text-align: center;
  font-size: 0;
}
.m-column-t .center {
  display: inline-block;
  font-size: 0;
}
.m-column-t .center h3 {
  color: #333;
  font-size: 30px;
}
.m-column-t .center p {
  color: #d2d2d2;
  font-size: 30px;
}
.m-column-t span {
  position: absolute;
  width: 415px;
  top: 50%;
  margin-top: -5px;
  height: 5px;
  border-bottom: 1px solid #d2d2d2;
  z-index: 1;
}
.m-column-t span.mcl {
  left: 0;
}
.m-column-t span.mcl em {
  float: right;
}
.m-column-t span.mcr {
  right: 0;
}
.m-column-t span em {
  display: block;
  height: 11px;
  border-left: 1px solid #d2d2d2;
}
.textLine {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.textLine3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.textHidden {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.domHidden {
  overflow: hidden;
}
.about-main {
  padding: 20px 0 70px;
  min-height: 170px;
}
.about-main .ab-content {
  float: right;
  width: 925px;
}
.about-main .ab-content .title {
  line-height: 50px;
}
.about-main .ab-content .title a {
  color: #333;
  padding: 0 5px;
}
.about-main .ab-content .title span.icon-home {
  color: #535353;
}
.about-main .ab-content .title em {
  color: #999;
}
.about-main .ab-content .ab-conBox {
  overflow: hidden;
  background: #fff;
  min-height: 55px;
  padding: 30px 45px 40px;
}
.about-main .ab-content .ab-conBox .de-title {
  text-align: center;
  font-size: 20px;
  color: #333;
  line-height: 25px;
  margin-bottom: 8px;
}
.about-main .ab-content .ab-conBox .sub-co {
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 18px;
}
.about-main .ab-content .ab-conBox .ab-detail {
  overflow: hidden;
  margin-top: 30px;
  font-size: 14px;
  color: #777373;
  line-height: 25px;
}
.ab-sild {
  float: left;
  width: 260px;
}
.ab-sild .title {
  position: relative;
  height: 50px;
  text-align: center;
  background: #f3c04b;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.ab-sild .title span {
  position: absolute;
  height: 3px;
  width: 30px;
  top: 50%;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
}
.ab-sild .title span em {
  display: block;
  height: 7px;
  border-left: 1px solid #fff;
}
.ab-sild .title span.stl {
  left: 35px;
}
.ab-sild .title span.stl em {
  float: right;
}
.ab-sild .title span.str {
  right: 35px;
}
.ab-sild .sild-cate {
  background: #fff;
  margin-bottom: 20px;
}
.ab-sild .sild-cate .list {
  overflow: hidden;
}
.ab-sild .sild-cate .list li {
  position: relative;
  border-bottom: 1px solid #eee;
  height: 60px;
  line-height: 60px;
}
.ab-sild .sild-cate .list li a {
  display: block;
  padding-right: 35px;
  font-size: 14px;
  color: #333;
  padding-left: 20px;
}
.ab-sild .sild-cate .list li:last-child {
  border-bottom: none;
}
.ab-sild .sild-cate .list li:hover {
  border-color: #f3c04b;
  background: #f3c04b;
}
.ab-sild .sild-cate .list li:hover a {
  color: #fff;
}
.ab-sild .sild-cate .list li:hover:after {
  color: #fff;
}
.ab-sild .sild-cate .list li:after {
  font-weight: bold;
  right: 20px;
  top: 0;
  color: #999;
  position: absolute;
  content: "\e904";
  font-family: 'icomoon' !important;
}
.ab-sild .sild-cont {
  background: #fff;
}
.ab-sild .sild-cont .cont-list {
  padding: 20px;
}
.ab-sild .sild-cont .cont-list ul li {
  color: #333;
  padding: 5px 0;
  padding-left: 60px;
  font-size: 14px;
}
.ab-sild .sild-cont .cont-list ul li span {
  width: 60px;
  margin-left: -60px;
  display: block;
  height: 20px;
  line-height: 20px;
  float: left;
  color: #666;
}
.pro-center {
  background: #fff;
  padding-bottom: 25px;
}
.pro-center .pro-list {
  overflow: hidden;
  padding: 25px 18px 10px;
}
.pro-center .pro-list ul li {
  float: left;
  width: 200px;
  margin: 0 10px 20px;
  border: 1px solid #fff;
}
.pro-center .pro-list ul li:hover {
  border-color: #f3c04b;
}
.pro-center .pro-list ul li .img {
  overflow: hidden;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  font-size: 0;
  background: #eee;
}
.pro-center .pro-list ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.pro-center .pro-list ul li .title {
  background: #f7f8fc;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.pro-center .pro-list ul li .title:hover {
  color: #f3c04b;
}
.page {
  font-size: 0;
  text-align: center;
}
.page .center {
  display: inline-block;
  overflow: hidden;
}
.page .center .page-span {
  float: left;
  font-size: 14px;
  color: #c3c3c3;
  line-height: 32px;
  margin-right: 30px;
}
.page .center .page-list {
  float: left;
  overflow: hidden;
}
.page .center .page-list ul li {
  float: left;
  width: auto;
  min-width: 30px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin: 0 4px;
  padding: 0;
  border: none;
  background: transparent;
}
.page .center .page-list ul li a {
  min-width: 20px;
  padding: 0 5px;
  border: 1px solid #eee;
  display: block;
  color: #333;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.page .center .page-list ul li:hover a {
  color: #f3c04b;
}
.page .center .page-list ul li.active a {
  background: #f3c04b;
  color: #fff;
}
.news-center {
  background: #fff;
  padding-bottom: 25px;
}
.news-center .new-list {
  padding: 45px 45px 0px;
}
.news-center .new-list ul li {
  margin-bottom: 35px;
  border-bottom: 1px solid #eee;
}
.news-center .new-list ul li a {
  overflow: hidden;
  display: block;
  height: 90px;
  padding-bottom: 30px;
}
.news-center .new-list ul li a .img {
  float: left;
  width: 130px;
  height: 90px;
  background: #eee;
  line-height: 90px;
  font-size: 0;
  text-align: center;
}
.news-center .new-list ul li a .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.news-center .new-list ul li a .info {
  float: right;
  width: 690px;
}
.news-center .new-list ul li a .info h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #333;
}
.news-center .new-list ul li a .info em {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 16px;
  margin-bottom: 10px;
}
.news-center .new-list ul li a .info p {
  font-size: 14px;
  line-height: 22px;
  color: #999;
  max-height: 44px;
  overflow: hidden;
}
.news-center .new-list ul li a:hover h3 {
  color: #f3c04b;
}
.message-c {
  background: #fff;
  padding: 40px 50px;
  overflow: hidden;
}
.message-c .p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-bottom: 35px;
}
.message-c .from input {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 5px;
  border: 1px solid #d2d2d2;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}
.message-c .from input[name=user],
.message-c .from input[name=phone] {
  width: 348px;
}
.message-c .from textarea {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  display: block;
  width: 728px;
  height: 130px;
  border: 1px solid #d2d2d2;
  padding: 5px;
  margin-bottom: 10px;
}
.message-c .from .code {
  overflow: hidden;
}
.message-c .from .code input[name=code] {
  width: 258px;
  float: left;
}
.message-c .from .code a {
  display: block;
  float: left;
  width: 80px;
  height: 38px;
  padding: 1px 0;
  margin-left: 10px;
}
.message-c .from .code a img {
  width: 80px;
  height: 38px;
}
.message-c .from .btn {
  padding-top: 25px;
}
.message-c .from .btn a {
  display: block;
  width: 362px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  background: #8fa4de;
}
.message-c .from .btn a:hover {
  background: #8397d0;
}
.contact-o {
  background: #fff;
  overflow: hidden;
  padding: 40px 0;
  text-align: center;
}
.contact-o iframe {
  width: 830px;
  height: 500px;
  margin: 0 auto;
}

/*内页-招贤纳士*/
.info-job{
  width: 100%;
  position: relative;
  padding:10% 0 50px 0;
}
.job1{
  width: 100%;
  position: relative;
}
.job_tab{
  width: 100%;
  height: 60px;
  background: #e70012;
}
.job_tab span{
  display: block;
  color: #fff;
  font-size: 18px;
  float: left;
  width: 16%;
  text-align: center;
  line-height: 60px;
}
.job1 ul li{
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  background: #fa6118;
  line-height: 75px;
}
.job1 ul li .name{
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  float: left;
  width: 30%;
  text-align: left;
  margin-left: 5%;
}

.job1 ul li .num{
  width: 30%;
  text-align: left;
  display: block;
  float: left;
  color: #fff;
  font-size: 18px;
  height: 75px;
}
.job1 ul li .time{
  color: #fff;
  font-size: 18px;
  text-align: left;
  width: 30%;
}
.job1 ul li .jobs_last{
  width: 24px;
  height: 24px;
  margin-right: 5%;
  float: right;
  background: url("../img/jia.png") no-repeat center center;
  margin-top: 28px;
}
.jobs_req{
  display: none;
  border: 2px solid #fa6118;
  background: #fff;
  margin: 0 auto;
  padding: 2% 5%;
}
.jobs_req strong{
  color: #575757;
  font-size: 20px;
}
.jobs_req p{
  line-height: 35px;
  font-size: 18px;
  color: #575757;
}
.jobs_req p a{
  color: #fa6118;
  font-weight: bold;
}
.job1 ul li .jobs_last.on{
  background: url("../img/jian.png") no-repeat center center;
}