@charset "utf-8";
/* CSS Document */
*{ margin: 0 auto; padding: 0; border: 0;outline:medium;box-sizing: border-box;font-family: "PingFang SC","Microsoft YaHei","Arial",sans-serif;}
a{ text-decoration: none;color: #000;}
img{ display:block; max-width: 100%; height: auto !important; transition: .5s; -ms-transition: .5s; -moz-transition: .5s; -webkit-transition: .5s; -o-transition: .5s; }
.big img:hover{ -webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
ul{ margin: 0; padding: 0; }
li{ list-style: none; }
pre{ white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; }
i{ font-style: normal;}
h1,h2,h3,h4,h5,h6{ font-weight: normal;}
input:focus{outline:none;background: none;}
button{background: none;}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
  ::-webkit-scrollbar{
    width: 3px;
    height: 3px;
    background-color: rgba(0,0,0,.1);
  }

  /*定义滚动条轨道 内阴影+圆角*/
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: none;
  }

  /*定义滑块 内阴影+圆角*/
  ::-webkit-scrollbar-thumb{
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #000;
  }
/*common*/
.w{ width: 94%; max-width: 1500px;}
.fl, .l{ float: left; }
.fr, .r{ float: right; }
.c{ clear: both; }
.hidden,.m,.m2{ display: none; }
.pages { width: 100%; text-align: center; margin: 30px auto; line-height: 40px; font-size: 16px;}
.pages span{}
.pages a { margin: 0 10px; padding: 0px 18px; border: 1px solid #eee;font-size: 16px;line-height: 40px;display: inline-block;}
.pages a:hover,.pages a.page-num-current{ background: #0097ff; border: 1px solid #0097ff; color: #fff; }
.pages .page-status{margin-right: 20px;}
.slow{transition: .5s; -ms-transition: .5s; -moz-transition: .5s; -webkit-transition: .5s; -o-transition: .5s;}
.flex{display: flex;}


.section{background-position: center;overflow: hidden;position: relative;}
.head{position: fixed;z-index: 1000;border-bottom: 1px solid #eee;width: 100%;}
.head .w .logo{width: 212.5px; height: 50px; margin: 25px auto;overflow: hidden;}
.head .w .logo img{/*-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);*/height: 100% !important;margin-left: 0;}
.head .w .nav{width: 55%;}
.head .w .nav ul li{width: 20%; text-align: center;float: left;position: relative;}
.head .w .nav ul li::after{content: ''; width: 0;height: 4px;background: #fff;transition: .5s; -ms-transition: .5s; -moz-transition: .5s; -webkit-transition: .5s; -o-transition: .5s;bottom: 0;left: 50%;transform: translateX(-50%);position: absolute;}
.head .w .nav ul li.on ::after,.head .w .nav ul li:hover::after{width: 60%;}
.head .w .nav ul li a{font-size: 18px;color: #fff;font-weight: bold;line-height: 100px;display: inline-block;width: 100%;position: relative;}
.head .w .nav ul li .subnav{background: #fff;box-shadow: 0 0 5px rgb(0,0,0,0.5); position:absolute;top: 100px;padding: 10px 0;display: none;}
.head .w .nav ul li .subnav a::after{content: ''; width: 0;height: 2px;background: #0097ff;transition: .5s; -ms-transition: .5s; -moz-transition: .5s; -webkit-transition: .5s; -o-transition: .5s;bottom: 0;left: 50%;transform: translateX(-50%);position: absolute;}
.head .w .nav ul li:hover .subnav{display: block;}
.head .w .tel{color: #fff;font-size: 18px;line-height: 100px;margin-left: 80px;position: relative;}
.head .w .tel::before{content: ''; background: url("../images/ico_tel.png") no-repeat left center;left: -40px;top: 50%;transform: translateY(-50%);width: 30px;height: 30px;position: absolute;display: block;}
.v2.head{border: none;box-shadow: 0 0 10px rgb(0 0 0 / 50%);}
.v2.head .w .nav ul li a,.v2.head .w .tel{color: #000;}
.v2.head .w .tel::before{filter:invert(1) hue-rotate(345deg);}
.v2.head .w .nav ul li::after{background:#0097ff /*linear-gradient(to right, #2e8d85 , #256578)*/;}
.v2.head .w .logo{background: url("../images/logo2.png") no-repeat left center;background-size: auto 100%;}
.v2.head .w .logo img{display: none}
.head .w .nav ul li .subnav a,.head.v2 .w .nav ul li .subnav a{font-size: 16px;line-height: 40px;color: #000;font-weight: normal;}
.head .w .nav ul li .subnav a:hover::after{width: 60%;}
.menuBtn {display: none;position: absolute;top: 50%;right: 5%; transform: translateY(-50%);z-index: 9;float: right;width: 30px;height: 26px; cursor: pointer;transition: .3s;-ms-transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;}
.menuBtn b { display: block; height: 3px; background-color: #000; margin: 4px 0; transition: .3s; -ms-transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; -o-transition: .3s; }
.menuBtn.open b { display: none; margin: 0; position: absolute; left: 0px; top: 50%; width: 30px;background-color: #fff;}
.menuBtn.open b:first-child { display: block; transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); }
.menuBtn.open b:last-child { display: block; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg);}
.menubg{display: none;width: 0;height: 100%;position: fixed;top: 0;left: 0;background: rgb(0,0,0,0.5);}
.head.bg{background: #fff;}
.p1{/*background-image:url("../images/p1.jpg")*/ position: relative; background-color: #000;}
.p1 video{position: absolute; right: 0px;  bottom: 0px;  min-width: 100%;  min-height: 100%;  height: auto;  width: auto;z-index: 0;opacity: 0.5}
.p1 .text{text-align: center;font-size: 60px;color: #fff;z-index: 100;position: relative;width: 100%;}
.p2{background-image:url("../images/p2.jpg?05082");}
.p2 .w{display: flex;justify-content: space-between;flex-wrap: wrap;padding-top: 5vh;}
.p2 .w dl{width: 25%;padding: 1vh 0;}
.p2 .w dl img {width: 15vh;}
.p2 .w dl dt{text-align: center;font-size: 24px;color: #0a60b0;line-height: 300%;}
.p2 .w dl dd{max-width: 400px;font-size: 14px; color: #888;padding: 0 15px;}
/*.p2 .w dl:last-child{margin-left: 1%;}
.p2 .w dl:nth-last-child(2){margin-right: 1%;}*/
.p3{background-image:url("../images/p3.jpg?0508")}
.p3 .fp-controlArrow {margin-top: -20px !important; width: 30px !important;height: 60px !important;}
.p3 .fp-controlArrow.fp-prev {background: url(../images/arrow-left.png) no-repeat center;border: none;left: 3%;}
.p3 .fp-controlArrow.fp-next {background: url(../images/arrow-right.png) no-repeat center;border: none;right: 3%;}
.p3 .w{padding-top:5%;height: 100%;}
.p3 .slide{position: relative;}
.p3 .slide .l{width: 33%;text-align: center;left: 0;top: 52%;transform: translateY(-50%);position: absolute;}
.p3 .slide .pic{border-radius: 50%;border: 2px solid #fff;text-align: center;position: relative;width: 320px;height: 320px;}
.p3 .slide .pic img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);max-width: 60%;}
.p3 .slide .l h2{font-size: 30px;color: #fff;line-height: 400%;}
.p3 .slide .r{width: 60%;}
.p3 .slide .r dl{overflow: auto;margin: 30px auto;color: #fff;}
.p3 .slide .r .pic{width: 150px;height: 150px;float: left;margin-right: 40px;}
.p3 .slide .r dl dt{font-size: 18px;font-weight: bold;line-height: 300%;}
.p3 .slide .r dl dd{font-size: 16px;}
.p3 #fp-nav ul li a span,.p3 .fp-slidesNav ul li a span{background: #eee;}
.p4{background-image:url("../images/p4.jpg")}
.p4 .w{position: absolute;top: 55%;left: 50%; transform: translate(-50%,-50%);}
.p4 .w .tit{text-align: center;margin-bottom: 5vh;}
.p4 .w .tit h2{font-size: 30px;}
.p4 .w .tit span{font-size: 72px;color: #e8e8e8;}
.p4 .w .con .l{width: 42%;position: relative;}
.p4 .w .con .l .item{position: relative;height: 25vw;}
.p4 .w .con .l .item img{object-fit: cover;width: 100%;height: 100% !important;max-width: none;}
.p4 .w .con .l .item p{background: rgb(0 0 0 / 60%);color: #fff;position: absolute;bottom: 0;width: 100%;line-height: 55px;padding-left: 20px;text-overflow:ellipsis; white-space: nowrap;padding-right: 100px;overflow: hidden}
.p4 .fp-controlArrow,.p4 .fp-slidesNav.bottom{display: none;}
.p4 .w .con .l .slidesNav{position: absolute;left: auto;right: 20px;display: block;transform: none;}
.p4 .w .con .l .slidesNav.fp-slidesNav ul li{width: auto;transition: 0.5s;}
.p4 .w .con .l .slidesNav.fp-slidesNav ul li a{transition: 0.5s;}
.p4 .w .con .l .slidesNav.fp-slidesNav ul li a span{width: 10px;height: 10px;background: #fff;display: block;border-radius: 5px;transition: 0.5s;}
.p4 .w .con .l .slidesNav.fp-slidesNav ul li a.active {width: 30px;}
.p4 .w .con .l .slidesNav.fp-slidesNav ul li a.active span{width: 30px;}
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span{margin: 0;}
.p4 .w .con .r{width: 53%;}
.p4 .w .con .r ul li{margin: 2% auto;}
.p4 .w .con .r ul li h2{font-size:22px;line-height: 200%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.p4 .w .con .r ul li span{font-size: 14px;color: #888;display: block;line-height: 200%;word-break: break-all;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2; /* 这里是超出几行省略 */overflow: hidden;}
.p4 .w .con .r ul li .more{display: inline-block;line-height: 40px;font-size: 14px;color: #0a60b0;}

.tit{width: 100%;text-align: center;}
.tit h2{font-size: 30px;}

.banner{position: relative;}
.banner .text{position: absolute;width: 100%;text-align: center;top: 35%;color: #fff;}
.banner .text h2{font-size: 60px;line-height: 200%;}
.banner .text p{font-size: 16px;max-width: 880px;}
.menu{background: #f2f2f2;line-height: 70px;text-align:center;}
.menu a{display: inline-block;width: 180px;margin: 0 5%;font-size: 18px;}
.menu a.on{color: #0097ff;border-bottom: 3px solid #0097ff;font-weight: bold;}

.about .introduce{margin: 3% auto 4%;}
.about .introduce .l{width: 560px;}
.about .introduce .r{width:780px;}
.about .introduce .r .tit{margin: 10% auto;}
.about .introduce .r .tit h1{font-size:40px;}
.about .introduce .r .tit h2{text-align: right;}
.about .introduce .r .con p{font-size: 18px;line-height: 200%;}
.about .culture{background:#eee /*url("../images/culture-bg.jpg") no-repeat center*/;overflow: auto;color: #fff;}
.about .culture .tit h2{margin: 5% auto 0;color:#000;}
.about .culture .con{margin: 5% auto 9%;overflow: auto;}
.about .culture .con dl{width: 23.5%;float: left;margin-right: 2%;}
.about .culture .con dl:nth-child(4){margin-right: 0;}
.about .culture .con dl dt{font-size: 18px;text-shadow: -1px 1px 0 #333, 1px 1px 0 #333, 1px -1px 0 #333, -1px -1px 0 #333;}
.about .culture .con dl dd{font-size: 30px;text-shadow: -1px 1px 0 #333, 1px 1px 0 #333, 1px -1px 0 #333, -1px -1px 0 #333;}
.about .market .tit{position: absolute;}
.about .market .tit h2{color: #fff;text-align: center;}
.about .honor{background: url("../images/honor-bg.jpg") no-repeat center;min-height: 750px;overflow: auto;}
.about .honor .tit h2{margin: 5% auto 0;}
.about .honor .con{max-width: 900px;}
/*.about .honor ul{display: flex;}
.about .honor ul li{box-shadow: 0px 0px 20px 0px rgb(0,0,0,0.5);}
.about .honor ul li:hover{transform: translateY(-20px);}*/

.solution .value .w{display: flex;margin: 6.5% auto 9%;}
.solution .value .w dl{text-align: center;width: 33.33%;padding: 0 10px; max-width: 360px;}
.solution .value .w dl dt{font-size: 18px;margin: 10% auto 6%;font-weight: bold;}
.solution .value .w dl dd{font-size: 14px;color: #888;}
.solution .application{background: #f0f0f0;overflow: auto;padding: 5% 0;min-height: 650px;position: relative;}
.solution .application .con{overflow: auto;position: absolute;top: 50%;transform: translateY(-50%);max-width: 1500px;width: 90%;}
.solution .application .con dl{width:48%;float: left;margin-right: 4%;margin-top: 2%;margin-bottom: 2%;}
.solution .application .con dl:nth-child(2n){margin-right: 0;}
.solution .application .con dl .pic{float: left;width: 120px; margin-right: 30px;}
.solution .application .con dl .pic img{filter: drop-shadow(20px 10px rgb(0,0,0,0.15))}
.solution .application .con dl dt{font-size: 18px;font-weight: bold;line-height: 300%;}
.solution .application .con dl dd{font-size: 14px;}
.solution .case{overflow: auto;padding-bottom: 8%;}
.solution .case .tit h2{margin: 5% auto;}
.solution .case .con .l{width: 60%;}
.solution .case .con .r{width: 38%;}
.solution .case .con .r h2{line-height: 300%;}
.solution .case .con .r p{line-height: 200%;}

.maoLink{display:block; height:0; position:relative; top:-100px;}

.contact .head-office{padding-bottom: 5%;}
.contact .head-office .tit{margin: 5% auto;}
.contact .head-office .tit h2{line-height: 200%;}
.contact .head-office .tit p{margin: 10px auto;}
.contact .head-office .con .l{width: 450px;height: 540px;background-image: radial-gradient(farthest-corner at 50% 70%,  #2e9086, #235f76);padding: 40px;color: #fff;}
.contact .head-office .con .l h2{font-size: 24px;font-weight: bold;}
.contact .head-office .con .l p{font-size: 18px;line-height: 30px;;}
.contact .head-office .con .r{width: calc(100% - 450px); height: 540px;}
.contact .branch-office{background: #f0f0f0;overflow: auto;padding: 5% 0;}
.contact .branch-office .con{overflow: auto;}
.contact .branch-office .con dl{width:30%;float: left;margin:8% 10%;border-left: 5px solid #0097ff; padding-left: 20px;padding-bottom: 10px;}
.contact .branch-office .con dl dt{font-weight: bold;font-size: 18px;line-height: 300%;}
.contact .branch-office .con dl dd{color: #666;line-height: 150%;}

.news{margin: 5% auto;overflow: auto;}
.news .w{max-width: 1320px;}
.news .w ul li{margin: 30px auto;border-bottom: 1px solid #eee;padding-bottom: 30px;}
.news .w ul li .pic{width: 320px;height: 240px;}
.news .w ul li .pic img{object-fit: cover;width: 100%;height: 100% !important;max-width: none;}
.news .w ul li .text{width: calc(100% - 360px);padding-top: 10px;}
.news .w ul li .text i{color: #888;}
.news .w ul li .text h2 a{font-size: 20px;line-height: 300%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;display: block;}
.news .w ul li .text span{font-size: 16px;line-height: 200%;color: #666;display: block;word-break: break-all;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3; /* 这里是超出几行省略 */overflow: hidden;}
.news .w ul li .text .detail{display: block;margin-top: 30px;}
.news .w .title{margin: 0 auto 1%;text-align: center;}
.news .w .title h2{font-size: 32px;line-height: 120%;font-weight: bold;margin: 20px auto 10px;}
.news .w .title span{color: #666;}
.news .w .content{margin: 2% auto 4%;}
.news .w .content,.news .w .content *{font-size: 16px;line-height: 200%;}

.foot{background:#000;color: #fff;}
.foot .w .foot-nav{display: flex;justify-content:space-around;flex-wrap: wrap;margin: 4% auto 6%;}
.foot .w .foot-nav dl{overflow:auto;margin: 0;}
.foot .w .foot-nav dl dt{font-size: 18px;line-height: 300%;}
.foot .w .foot-nav dl dd{font-size: 16px;line-height: 200%;color: #ccc;}
.foot .copyright{text-align: center;border-top: 1px solid #666;line-height: 200%;font-size: 14px;color: #888;padding: 10px 0;}
.foot .copyright a{color: #888;margin: 0 5px;}
.foot a.wk:hover{
  background: #111 -webkit-linear-gradient(left, #111, #fff) 0 0 no-repeat;
  -webkit-background-size: 1em;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.3);
  -webkit-animation: slideShine 3s infinite;
}
@-webkit-keyframes slideShine {
  0% {
    background-position:
      -20% 50%;
  }
  100% {
    background-position: 130% 50%;
  }
}
