*{
  margin: 0;
  padding: 0;
}
img{
  max-width: 100%;
}
input, a, img, textarea,:focus {
  outline: none;
}
em,i{
  font-style: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.undis {
  display: none;
}
.eps {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.clamp2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.clamp3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.clamp4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
li {
  list-style: none;
}
.clear {
  clear: both;
}
.space {
  clear: both;
  width: 100%;
  height: 70px;
}

.logo {
  height: 59px;
  margin: 27px 0;
}

.topbox {
  overflow: hidden;
}

.menubox {
  background: #fff;
  width: 100%;
  left: 0;
  position: relative;
  z-index: 99;
  padding: 6px 0;
}

.search_box {
  overflow: hidden;
  border: 1px solid #ccc;
  display:-webkit-box;
  display:-ms-flexbox;
  margin-top: 40px;
}
.search_box .sloct {
  background: #dce1e5;
  border-right: 1px solid #ccc;
  font-size: 12px;
  color: #475055;
  width: 83px;
  line-height: 32px;
  text-align: center;
}
.search_box .text {
  -webkit-box-flex:1;
  -ms-flex:1;
  border: none;
  font-size: 12px;
  background: none;
  line-height: 32px;
  height: 32px;
  margin: 0 12px;
  display: block;
}
.search_box .submit {
  width: 42px;
  height: 32px;
  background: url(../images/search.png) no-repeat center #000;
  border: none;
  font-size: 0;
  text-indent: 10rem;
  cursor: pointer;
}

.swiper-banner .swiper-slide{
  height: 521px;
  background-size: cover!important;
}
.swiper-banner .swiper-slide video{
  min-width: 100%;
  min-height: 100%;
  background-color: #000;
}

.index_tit {
  padding: 4% 0 3%;
}
.index_tit .h2 {
  font-size: 24px;
  color: #666;
  text-transform: uppercase;
  line-height: 1.5;
}
.index_tit .h1 {
  font-size: 48px;
  color: #000;
  font-weight: bold;
  line-height: 1.5;
}

.pro-advantage{
  overflow: hidden;
  background: url(../images/pro_ys.jpg) no-repeat center;
  background-size: cover;
}
.pro-advantage ul{
  overflow: hidden;
  padding: 6% 0;
}
.pro-advantage ul li{
  color: #fff;
  padding: 3%;
}
.pro-advantage ul li h2{
  font-size: 55px;
  margin-bottom: 4%;
}
.pro-advantage ul li p{
  font-size: 20px;
}

.idx-last{
  background: url(../images/last_bg.jpg) no-repeat top center;
}
.last-main{
  overflow: hidden;
  margin: 8% 0 2%;
}
.l-title{
  background: #dce1e5;
  font-size: 22px;
  line-height: 2.2;
  margin-bottom: 30px;
}
.l-title span{
  display: inline-block;
  padding: 0 20px;
}
.l-title .red{
  background: #cf080b;
  color: #fff;
}
.l-title .yel{
  background: #fdd000;
  color: #000;
}
.last-l .btn{
  width: 108px;
  line-height: 36px;
  padding: 0;
  font-size: 16px;
  border-radius: 3px;
}
.djMenu{
  overflow: hidden;
  margin-bottom: 15px;
}
.djMenu li{
  float: left;
  font-size: 18px;
  color: #070707;
  line-height: 1;
  cursor: pointer;
  margin: 0 15px;
  position: relative;
  padding-bottom: 12px;
}
.djMenu li.active{
  color: #cf080b;
}
.djMenu li.active:after{
  content: '';
  display: block;
  width: 34px;
  height: 4px;
  background: #cf080b;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.dang-worklist{
  overflow: hidden;
  margin-bottom: 30px;
}
.dang-worklist li{
  overflow: hidden;
  border-bottom: 1px dashed #d9d9d9;
  font-size: 16px;
  line-height: 3.3;
}
.dang-worklist li a{
  display: block;
  float: left;
  color: #0f0f0f;
  max-width: 70%;
}
.dang-worklist li a:hover{
  color: #cf080b;
}
.dang-worklist li .time{
  float: right;
  color: #9b9b9b;
}
.last-r{
  padding-left: 4%;
}
.idx-contact{
  overflow: hidden;
}
.idx-contact img{
  width: 100%;
}
.idx-contact p{
  font-size: 18px;
  color: #363636;
  line-height: 1.95;
}

.engineering {
  overflow: hidden;
  padding: 0 0 6%;
}
.engineering .pro-nav {
  padding-right: 2%;
}
.engineering .pro-cate {
  background: url(../images/cp_tit.png) no-repeat center;
  background-size: cover;
  font-size: 26px;
  color: #475055;
  padding: 35px 12%;
  line-height: 35px;
}
.engineering .pro-cate em{
  display: block;
  font-size: 12px;
  font-weight: bold;
  opacity: 0.4;
  line-height: 15px;
}
.engineering .case_num {
  overflow: hidden;
  background: #f7f7f7;
  padding: 20px 12%;
  height: 445px;
}
.engineering .case_num li {
  font-size: 17px;
  line-height: 2.95;
  color: #111;
  cursor: pointer;
  transition: all 0.2s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.engineering .case_num li.active,.engineering .case_num li:hover {
  color: #fdd000;
  font-weight: bold;
}

.case_cont {
  position: relative;
  overflow: hidden;
  background: url(../images/cp_bg.png) no-repeat center;
  background-size: cover;
  padding: 29px;
}
.case_cont .img {
  overflow: hidden;
  height: 249px;
}
.case_cont .img img{
  display: block;
  width: 100%;
  min-height: 100%;
  transition: 0.5s;
}
.case_cont .img:hover img{
  transform: scale(1.05);
}
.case_cont .txt{
  overflow: hidden;
  color: #000;
  padding: 0 4%;
}
.case_cont .txt .title{
  font-size: 24px;
}
.case_cont .txt .cont{
  font-size: 16px;
  line-height: 1.65;
  margin: 5% 0 10%;
  text-align: justify;
}
.pro-list{
  overflow: hidden;
  margin: 0 -10px;
}
.pro-list li{
  padding: 0 10px;
  margin-top: 22px;
  overflow: hidden;
}
.pro-list li .main{
  overflow: hidden;
}
.pro-list li .pic{
  width: 100%;
  height: 236px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.pro-list li .pic img{
  width: 100%;
  min-height: 100%;
  transition: 0.5s;
}
.pro-list li:hover img{
  transform: scale(1.08);
}
.pro-list li:hover .main{
  border-color: #0073c0;
}

.partner-list{
  overflow: hidden;
  margin: 1% 0 4%;
}
.partner-list li{
  overflow: hidden;
  background: #fff;
  position: relative;
  transition: all .5s;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner-list li img{
  max-height: 100%;
  transition: 0.3s;
}
.partner-list li:hover img{
  transform: scale(1.05);
}

.swiper-about.swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: 17px;
  text-align: right;
  padding-right: 10px;
}
.swiper-about .swiper-slide p{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 18px;
  color: #fff;
  z-index: 9;
  line-height: 3;
  background: rgba(0,0,0,.6);
  padding-left: 19px;
  padding-right: 26%;
}
.swiper-about .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
  margin: 0 0 0 6px!important;
}
.swiper-about .swiper-pagination-bullet-active{
  opacity: 1;
  background: #0165ba;
}

.news-box{
  overflow: hidden;
  margin: 4% 0;
}
.news-box .topTie {
  overflow: hidden;
  margin-bottom: 25px;
}
.news-box .topTie .hTitle {
  font-size: 32px;
  font-weight: bold;
  color: #000;
}
.newsBox{
  margin-right: -3%;
}
.newsAbout{
  padding-left: 3.7%;
}
.newsMenu {
  overflow: hidden;
  background: #dce1e5;
}
.newsMenu li {
  float: left;
  width: 33.33%;
  text-align: center;
  position: relative;
  color: #475055;
  cursor: pointer;
  font-size: 18px;
  line-height: 2.35;
}
.newsMenu .active {
  background: #fdd000;
}

.newsL {
  overflow: hidden;
  margin: 16px 0;
}
.newsL li {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  border-bottom: 1px dashed #b6b6b6;
  padding: 20px 0;
}
.newsL li:last-child {
  border-bottom: none;
}
.newsL li .time {
  background: #fdd000;
  color: #475055;
  text-align: center;
  font-size: 14px;
  width: 62px;
  height: 62px;
  line-height: 20px;
  padding-top: 11px;
  margin-right: 18px;
}
.newsL li a {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  overflow: hidden;
  position: relative;
  z-index: 2;
  color: #888;
  background: #fff;
}
.newsL li h4 {
  font-size: 18px;
  color: #000;
  line-height: 1;
  margin: 0 0 8px;
}
.newsL li p {
  font-size: 12px;
  line-height: 18px;
  color: #808080;
}
.moreNews{
  font-size: 18px;
  color: #475055;
  background: url(../images/more.png) no-repeat right;
  padding-right: 30px;
}

.idx-business{
  overflow: hidden;
  position: relative;
}
.idx-business ul{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.idx-business ul li{
  height: 100%;
}
.idx-business ul li .skew{
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  transform: skew(-8.6deg,0);
  -webkit-transform: skew(-8.6deg,0);
  transition: 0.5s;
  background: rgba(0,91,172,.6);
  display: none;
}
.idx-business ul li .text{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.idx-business ul li .text a{
  display: block;
}
.idx-business ul li .text h5{
  font-size: 45px;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.idx-business ul li .colorful{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.idx-business ul li.b1 .skew{
  left: -7%;
  width: 105.3%;
}
.idx-business ul li.b2 .skew{
  left: -1.65%;
  width: 103.4%;
}
.idx-business ul li.b3 .skew{
  left: 1.9%;
  width: 105%;
}
.idx-business ul li:hover .skew{
  display: block;
}
.idx-business ul li:hover h5:after{
  content: '';
  display: block;
  width: 40px;
  height: 5px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: 0 auto;
}

.footer {
  background: #fdd000;
  overflow: hidden;
  padding: 2% 0 .6%;
}
.foot-logo{
  position: relative;
}
.foot-logo img{
  height: 57px;
}
.footlinks {
  overflow: hidden;
}
.footlinks p{
  font-size: 13px;
  color: #636363;
  line-height: 24px;
}
.footlinks,.footlinks a{
  font-size: 15px;
  color: #424242;
  line-height: 24px;
}
.footlinks .lxfs{
  font-size: 15px;
  color: #424242;
  font-weight: bold;
  line-height: 30px;
  margin-top: 5px;
}
.footlinks a:hover,.copyright a:hover {
  color: #fcae03;
}
.foot-code{
  overflow: hidden;
}

.Copyright {
  text-align: center;
  background: #fdd000;
  padding: 10px 0;
  border-top: 1px solid #f1c13e;
}
.Copyright p {
  font-size: 14px;
  line-height: 1.8;
  color: #707070;
}
.Copyright a {
  color: #6a6a6a;
}

/*内页*/
.ny_banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover!important;
  height: 666px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.banner_pro{
  background: url(../images/banner_pro.jpg) no-repeat center;
}
.banner_about{
  background: url(../images/banner_about.jpg) no-repeat center;
}
.banner_dang{
  background: url(../images/banner_dang.jpg) no-repeat center;
}
.banner_news{
  background: url(../images/banner_news.jpg) no-repeat center;
}
.banner_recruit{
  background: url(../images/banner_recruit.jpg) no-repeat center;
}
.banner_invest{
  background: url(../images/banner_invest.jpg) no-repeat center;
}
.banner_contact{
  background: url(../images/banner_contact.jpg) no-repeat center;
}
.ny_banner .h1{
  font-size: 58px;
  font-weight: bold;
}
.ny_banner .h3{
  text-transform: uppercase;
  margin-top: 8px;
}
.location{
  font-size: 14px;
  color: #000;
  background: url(../images/loc.png) no-repeat left;
  padding-left: 24px;
  line-height: 5;
}
.location a{
  color: #000;
}
.location a:hover{
  color: #0073c0;
}

/*产品中心*/
.pro-page {
  overflow: hidden;
  padding: 0 15px;
  margin-bottom: 5%;
}
.pro-page .pro-ty-tit{
  font-size: 22px;
  color: #000000;
  line-height: 2.65;
  background: url(../images/line.png) no-repeat left;
  background-size: auto 100%;
  padding-left: 20px;
  margin: 3% 0 2%;
}
.pro-page .pro-list li{
  margin-bottom: 3%;
}
.pro-page .pro-list li .main{
  border: 1px solid #e6e6e6;
}
.pro-page .pro-list li p {
  font-size: 16px;
  line-height: 20px;
  color: #0e0e0e;
  margin: 20px 28px;
}
.pro-page .pro-list li:hover .main{
  border-color: #f2db73;
}
.pro-page .pro-list li .main:hover{
  box-shadow: 0 5px 10px rgba(0,0,0,.12);
}
.pro-page .pro-list li .pic{
  height: 310px;
}

/*产品详情*/
.pro-detail{
  overflow: hidden;
  border: 1px solid #e6e6e6;
  margin: 0 0 4%;
}
.pro-detail .pro-det-l{
  overflow: hidden;
  border-right: 1px solid #e6e6e6;
}
.pro-detail .pro-det-r{
  overflow: hidden;
  padding: 3% 4%;
}
.pro-detail .pro-det-r .tit{
  font-size: 22px;
  color: #fdd100;
  line-height: 1.8;
}
.pro-detail .pro-det-r p{
  font-size: 14px;
  line-height: 22px;
  color: #0e0e0e;
}
.pro-detail .pro-det-r .infos{
  text-align: justify;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
  padding: 4% 0 10%;
}
.pro-detail .pro-det-r .btns a {
  width: 46%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #e6e6e6;
  color: #333;
  margin-bottom: 10px;
  margin-top: 30px;
  transition: 0.3s;
}
.pro-detail .pro-det-r .btns em{
  display: inline-block;
  padding-left: 25px;
}
.pro-detail .pro-det-r .btns .zxzx em{
  background: url(../images/icon1.png) no-repeat left;
}
.pro-detail .pro-det-r .btns .back em{
  background: url(../images/icon2.png) no-repeat left;
}
.pro-detail .pro-det-r .btns a:hover{
  background: #fdd100;
  color: #fff;
}
.pro-detail .pro-det-r .btns .zxzx:hover em{
  background: url(../images/icon3.png) no-repeat left;
}
.pro-detail .pro-det-r .btns .back:hover em{
  background: url(../images/icon4.png) no-repeat left;
}
.pro-expl{
  line-height:50px;
  border-bottom:1px solid #dcdcdc;
  font-size:1.286em;
  margin-bottom:25px;
  margin-top:30px;
}
.pro-expl span{
  display:inline-block;
  border-bottom:1px solid #fdd100;
  color:#fdd100;
}
.pro-content{
  font-size: 16px;
  line-height: 1.8;
  overflow: hidden;
  margin: 0 0 6%;
}

.swiper-pro .swiper-slide{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 470px;
}
.swiper-pro .swiper-pagination-bullet{
  width: 9px;
  height: 9px;
  border: none;
  background: #dfdfdf;
  margin: 0 5px!important;
}
.swiper-pro .swiper-pagination-bullet-active{
  opacity: 1;
  background: #fdd100;
}

.list-nav{
  overflow: hidden;
  padding: 5% 0 1%;
}
.list-nav a{
  display: inline-block;
  font-size: 18px;
  color: #000;
  border: 1px solid #ddd;
  padding: 0 2.75%;
  line-height: 2.2;
  margin: 5px;
  transition: 0.3s;
}
.list-nav a.cur,.list-nav a:hover{
  background: #fdd100;
  border-color: #fdd100;
}

.inner-tit{
  position: relative;
  overflow: hidden;
  margin: 5% 0 4%;
  line-height: 1.8;
}
.inner-tit h2{
  font-size: 45px;
  color: #000;
  font-weight: bold;
}
.inner-tit p{
  font-size: 20px;
  color: #666;
  text-transform: uppercase;
}

.about-content {
  overflow: hidden;
  margin-bottom: 4%;
}
.about-content.mt {
  margin-top: 5%;
}
.about-content .img {
  padding-right: 4%;
}
.about-content .img img{
  display: block;
  width: 100%;
}
.about-content .text{
  overflow: hidden;
  text-align: justify;
}
.about-content .text p,.about-content .text span{
  font-size: 14px;
  line-height: 24px;
  color: #242424;
}
.about-content .text .bohui{
  color: #fdd100;
  font-weight: bold;
}

.qy-culture{
  overflow: hidden;
  background: #f9f9f9;
  padding-bottom: 1%;
}
.qy-culture ul {
  margin: 0 -15px;
}
.qy-culture ul li{
  padding: 0 15px;
  margin-bottom: 3%;
}
.qy-culture ul li .main{
  background:#fff;
  padding: 25px;
}
.qy-culture ul li .img{
  display: block;
  overflow: hidden;
}
.qy-culture ul li .img img{
  transition: all 0.5s;
  width: 100%;
}
.qy-culture ul li h4{
  font-size: 20px;
  color: #111;
  margin-bottom:15px;
  padding-bottom:10px;
  font-weight:normal;margin-top:15px;position:relative;
}
.qy-culture ul li h4 span{
  display: block;
  font-size: 12px;
  font-family: Arial;
  color: #8d8d8d;
}
.qy-culture ul li p{
  font-size: 14px;
  line-height: 21px;
  color: #111111;
  height: 105px;
}
.qy-culture ul li:hover img{
  transform: scale(1.1);
}
.qy-culture ul li h4 span:after{
  content: "";
  position: absolute;
  width: 18px;
  height: 1px;
  background: #ff8a00;
  bottom: 0;
  left: 0;
  transition: all .3s;
}

.swiper-honor{
  position: relative;
  border-top: 5px solid #dce1e5;
  margin-bottom: 6%;
}
.swiper-honor .swiper-slide{
  border: 1px solid #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  overflow: hidden;
}
.swiper-honor .swiper-slide img{
  width: auto;
  max-height: 100%;
  transition: 0.5s;
}
.swiper-honor .swiper-slide:hover img{
  transform: scale(1.1);
}
.swiper-honor .swiper-button-next,.swiper-honor .swiper-button-prev{
  width: 40px;
  height: 40px;
  background-color: #fdd100;
  border-radius: 0;
  background-size: 12px;
  margin-top: -20px;
}
.swiper-honor .swiper-button-next:hover,.swiper-honor .swiper-button-prev:hover{
  background-color: #fdd100;
}
.swiper-honor .swiper-button-next{
  right: -7%;
}
.swiper-honor .swiper-button-prev{
  left: -7%;
}

.strategy-box{
  overflow: hidden;
  background: url(../images/zl_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 2% 0;
}
.strategy-box .inner-tit h2,.strategy-box .inner-tit p{
  color: #fff;
}
.strategy-box ul{
  overflow: hidden;
  position: relative;
  margin: 1% 10% 6%;
}
.strategy-box ul:after{
  content: '';
  display: block;
  width: 1px;
  background: #fff;
  position: absolute;
  top: 25px;
  bottom: 0;
  left: 17px;
}
.strategy-box ul li{
  font-size: 24px;
  color: #fff;
  line-height: 1.8;
  background: url(../images/d2.png) no-repeat left;
  padding-left: 68px;
  margin-bottom: 30px;
}
.strategy-box ul li.cur{
  background: url(../images/d1.png) no-repeat left;
}

.fynumber {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin: 5% 0;
  color: #333;
  font-size: 14px;
}
.fynumber a,.fynumber span {
  padding: 5px 11px 5px 11px;
  display: inline-block;
  color: #333;
  border: 1px solid #ededed;
  margin-left: 4px;
  margin-bottom: 4px
}
.fynumber a.cur,.fynumber a:hover,.fynumber .current {
  background: #fdd100;
  border: 1px solid #fdd100;
}

.news-nav{
  margin-top: -3.2em;
  position: relative;
  z-index: 2;
}
.news-nav a{
  display: inline-block;
  font-size: 24px;
  color: #465157;
  background: #dce1e5;
  padding: 0 6%;
  line-height: 3.37;
  transition: 0.3s;
  border-radius: 12px;
  margin: 0 -2px;
}
.news-nav a.cur,.news-nav a:hover{
  background: #fdd100;
  box-shadow: 0 6px 10px rgba(0,0,0,.25);
  font-weight: bold;
}
.news-center{
  overflow: hidden;
}
.news-center .n-item{
  overflow: hidden;
  padding: 20px 0;
  transition: 0.3s;
  margin-top: 2%;
}
.news-center .n-item .new-lb{
  display:-webkit-box;
  display:-ms-flexbox;
  transition: 0.5s;
  padding: 0 7%;
}
.news-center .n-item .time{
  font-size: 20px;
  color: #465157;
  line-height: 1.1;
  margin-right: 24px;
  margin-top: 15px;
}
.news-center .n-item .time p{
  font-size: 16px;
}
.news-center .n-item .pic{
  width: 312px;
  margin-right: 35px;
}
.news-center .n-item .pic img{
  display: block;
  width: 100%;
}
.news-center .n-item .txt{
  -webkit-box-flex:1;
  -ms-flex:1;
  line-height: 1;
  margin-top: 15px;
}
.news-center .n-item .txt h3{
  font-size: 20px;
  color: #465157;
  margin: 0;
}
.news-center .n-item .txt h3 a{
  color: #465157;
}
.news-center .n-item .txt .nr{
  font-size: 13px;
  color: #465157;
  line-height: 30px;
  margin: 15px 0 20px;
  text-align: justify;
}
.news-center .n-item .txt .more{
  font-size: 12px;
  color: #121212;
  display: block;
  width: 90px;
  text-align: center;
  line-height: 26px;
  border: 1px solid #ccc;
}
.news-center .n-item.red:hover{
  background: #ca250a;
}
.news-center .n-item.red:hover .more{
  border-color: #fff;
}
.news-center .n-item:hover .new-lb{
  padding: 0 14% 0 0;
}
.news-center .n-item.red:hover .txt p,.news-center .n-item.red:hover .txt a,.news-center .n-item.red:hover .time{
  color: #fff;
}
.news-center .n-item.yellow:hover{
  background: #fdd100;
}
.news-center .n-item.yellow:hover .more{
  border-color: #666;
}

/*新闻详情*/
.news-content{
  overflow: hidden;
  margin: 3% 0;
}
.news-content .news_top {
  overflow: hidden;
  margin-bottom: 3%;
}
.news-content .news_top .title {
  font-size: 24px;
  margin-bottom: 2%;
}
.news-content .news_top p {
  font-size: 14px;
  color: #454545;
}
.news-content .news_top p span{
  padding-left: 22px;
  background-size: 14px;
}
.news-content .news_top p .time {
  background: url(../images/icon5.png) no-repeat left;
  background-size: 14px;
  margin-right: 15px;
}
.news-content .news_top p .see {
  background: url(../images/icon6.png) no-repeat left;
  background-size: 16px;
}
.news-content .content{
  font-size: 14px;
  overflow: hidden;
  line-height: 1.8;
  text-align: justify;
}
.news-content .content img{
  display: block;
  margin: 0 auto;
}

.human_box{
  padding: 5% 11% 0;
}
.zppanel{
  margin: 0 0 20px;
  padding: 0 30px;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow:hidden;position:relative;
}
.zppanel.noborder{
  border-color: transparent;
}
.zppanel.noborder .require{
  border-bottom: 1px solid #ddd;
}
.zppanel .require{
  overflow: hidden;
  line-height: 60px;
  cursor: pointer;
  padding: 14px 0;
}
.zppanel .require .tit{
  font-size: 20px;
  color: #0e57a2;
  max-width: 60%;
}
.zppanel .require .flip{
  overflow: hidden;
  float: right;
  font-size: 16px;
  margin: 0;
  color: #1c1c1c;
  background: url(../images/jt1.png) no-repeat right;
  padding-right: 43px;
}
.zppanel .require .flip.show{
  background: url(../images/jt2.png) no-repeat right;
}
.zppanel .req-cnt{
  display: none;
  overflow: hidden;
  margin: 3% 0;
}
.zppanel .req-cnt h2{
  font-size: 18px;
  color: #131313;
  line-height: 2.5;
}
.zppanel .req-cnt p{
  font-size: 16px;
  color: #131313;
  line-height: 2.3;
}

.investor-rel{
  overflow: hidden;
  padding: 0 4%;
  margin-top: 4%;
}
.investor-rel li{
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  border-bottom: 1px solid #e6e6e6;
  padding: 3% 12px;
}
.investor-rel li .time{
  background: #fafafa;
  text-align: center;
  margin-right: 35px;
  font-size: 55px;
  color: #333;
  line-height: 1;
  width: 95px;
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.investor-rel li .time span{
  display: block;
  font-size: 16px;
}
.investor-rel li .text{
  -webkit-box-flex: 1;
  -ms-flex: 1;
}
.investor-rel li .text h1{
  color: #000;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.investor-rel li .text p{
  font-size: 14px;
  line-height: 26px;
  color: #2c2c2c;
}
.investor-rel li:hover .time{
  background: #fdd100;
}
.investor-rel li:hover .text h1{
  color: #fdd100;
}

/*联系我们*/
.contact_way {
  background: #f7f7f7;
  overflow: hidden;
  margin-bottom: 3%;
}
.contact_way .contact_us{
  overflow: hidden;
  padding: 6% 6% 3%;
}
.contact_way .contact_us h1{
  font-size: 28px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}
.contact_way .contact_us p{
  font-size: 14px;
  line-height: 26px;
  color: #000;
}
.contact_way .contact_us a{
  text-decoration: underline;
  color: #0090ff;
}
.contact_way .wechat {
  display: inline-block;
  position: relative;
  margin-right: 5%;
}
.contact_way .wechat img {
  width: 100px;
  height: 100px;
  max-width: none;
  display: none;
  position: absolute;
  left: 100%;
  bottom: 0;
}
.contact_way .wechat:hover img {
  display: block;
}
.contact_way .footewm {
  padding: 1% 6% 4%;
}
.contact_way .footewm em {
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.contact_way .footewm em a{
  display: block;
  width: 100%;
  height: 100%;
}
.contact_way .footewm .wx {
  background: url(../images/contact_wx.png) no-repeat center;
}
.contact_way .footewm .wb {
  background: url(../images/contact_wb.png) no-repeat center;
}
@media (max-width: 1200px) {
  .ny_banner{
    height: 360px;
  }
  .swiper-honor .swiper-button-next, .swiper-honor .swiper-button-prev{
    display: none;
  }
  .swiper-banner .swiper-slide{
	height: 400px;
  }
}
@media (max-width: 991px) {
  .newsAbout{
    padding-left: 0;
    margin-top: 30px;
  }
  .swiper-banner .swiper-slide{
	height: 300px;
  }
  .idx-business ul li .text h5{
    font-size: 30px;
  }
  .engineering .pro-nav{
    padding: 0;
  }
  .engineering .case_num,.case_cont .img{
    height: auto;
  }
  .search_box{
    border-top: 1px solid #e5e5e5;
  }
  .case_cont{
    padding: 15px;
  }
  .case_cont .txt{
    padding: 20px 0 2%;
  }
  .case_cont .txt .cont{
    margin: 15px 0 25px;
  }
  .pro-list li .pic{
    height: 287px;
  }
  .last-r{
    padding-left: 0;
    margin-top: 30px;
  }
  .news-nav{
    margin-top: -30px;
  }
  .news-nav a{
    font-size: 16px;
    padding: 0 3%;
    border-radius: 10px;
  }
  .news-center .n-item .time,.news-center .n-item .txt{
    margin-top: 0;
  }
  .news-center .n-item .new-lb{
    padding: 0 3%;
  }
  .news-center .n-item:hover .new-lb{
    padding: 0 6% 0 0;
  }
  .news-center .n-item .txt .nr{
    line-height: 24px;
    margin: 10px 0 15px;
  }
  .human_box{
    padding: 5% 0 0;
  }
  .engineering .case_num li {
    width: 50%;
    float: left;
  }
  .advantages li{
    padding: 0 3%;
  }
  .advantages li .info p{
    height: auto;
  }
  .advantages.text-right{
    text-align: left;
    padding: 0;
  }
  .advantages.text-right li img{
    float: left;
  }
  .advantages.text-right li .info{
    float: right;
  }
  .newsBox{
    margin: 0;
  }
  .foot {
    padding: 3%;
  }
  .footlink {
    display: none;
  }
  .swiper-pro .swiper-slide{
    height: auto;
  }
  .about-content .img{
    padding: 0;
    margin-bottom: 30px;
  }
  .about-content .img .shadow{
    margin: 0;
  }
  .swiper-button-next,.swiper-button-prev{
    display: none;
  }
  .qy-culture ul li .main{
    padding: 15px;
  }
  .qy-culture ul li p{
    height: auto;
  }
}
@media (max-width: 767px) {
  .container{
    margin-left: 15px;
    margin-right: 15px;
  }
  h1, .h1{
    font-size: 26px;
  }
  h2, .h2{
    font-size: 24px;
  }
  h3, .h3{
    font-size: 20px;
  }
  .swiper-banner .swiper-slide{
	height: 200px;
  }
  .logo {
    height: 50px;
    margin: 20px 0;
    z-index: 100;
    position: relative;
  }
  .menubox{
    position: absolute;
    top: 20px;
    right: 0;
    left: auto;
    padding: 0;
  }
  .search_box{
    width: 100%;
    margin: 0 0 20px;
  }
  .swiper-container .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px !important;
  }
  .swiper-about .swiper-slide p{
    font-size: 14px;
  }
  .swiper-about.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 11px;
  }
  .index_tit .h2 {
    font-size: 14px;
  }
  .index_tit .h1 {
    font-size: 22px;
  }
  .news-nav{
    margin-top: -22px;
  }
  .news-nav a{
    font-size: 14px;
    line-height: 3;
    border-radius: 6px;
  }
  .strategy-box{
    background-position: 75% center!important;
  }
  .strategy-box ul{
    margin: 1% 5% 6%;
  }
  .strategy-box ul:after{
    left: 10px;
  }
  .strategy-box ul li{
    font-size: 16px;
    padding-left: 40px;
    background-size: 21px!important;
  }
  .advantages li .info p {
    text-align: justify;
  }
  .advantages li img{
    margin-top: 10px;
  }
  .engineering .case_num{
    padding: 10px 5%;
  }
  .engineering .case_num li {
    line-height: 2;
    font-size: 16px;
  }
  .case_cont .txt .title{
    font-size: 20px;
  }
  .case_cont .txt .cont{
    font-size: 14px;
    margin: 3% 0 6%;
  }
  .zppanel{
    padding: 0 15px;
    margin-bottom: 15px;
    border-radius: 6px;
  }
  .zppanel .require{
    line-height: 24px;
  }
  .zppanel .require .tit{
    font-size: 16px;
  }
  .zppanel .require .flip{
    font-size: 12px;
    background-size: 15px!important;
    padding-right: 20px;
  }
  .zppanel .req-cnt h2{
    font-size: 16px;
  }
  .zppanel .req-cnt p{
    font-size: 14px;
  }
  .partner-list li{
    height: 90px;
  }
  .news-box .topTie{
    margin: 10px 0 15px;
  }
  .news-box .topTie .hTitle{
    font-size: 22px;
  }
  .newsL li{
    padding: 15px 0;
  }
  .newsL li h4{
    line-height: 1.2;
  }
  .idx-business ul li .text h5{
    font-size: 16px;
  }
  .pro-list li{
    margin-top: 15px;
  }
  .pro-list li .pic{
    height: auto!important;
  }
  .pro-advantage ul li h2{
    font-size: 38px;
    margin-bottom: 0;
  }
  .pro-advantage ul li p{
    font-size: 14px;
  }
  .l-title{
    font-size: 18px;
  }
  .dang-worklist li,.idx-contact p{
    font-size: 14px;
  }
  .Copyright{
    padding: 5px;
  }
  .Copyright p{
    font-size: 12px;
    line-height: 1.5;
  }
  .pro-page{
    padding: 0;
  }
  .pro-page .pro-ty-tit{
    font-size: 20px;
    margin: 30px 0 0;
  }
  .pro-page .pro-list li{
    margin-bottom: 0;
  }
  .ny_banner{
    height: 180px;
  }
  .ny_banner .h1{
    font-size: 34px;
  }
  .ny_banner .h3{
    font-size: 16px;
  }
  .location{
    line-height: 1.5;
    margin: 10px 0;
  }
  .pro-detail .pro-det-r .tit{
    font-size: 20px;
  }
  .list-nav a{
    font-size: 16px;
    line-height: 2;
    margin: 2% 0.5% 0;
  }
  .inner-tit h2{
    font-size: 28px;
  }
  .inner-tit p{
    font-size: 14px;
  }
  .investor-rel{
    padding: 0;
  }
  .investor-rel li{
    padding: 20px 0;
  }
  .investor-rel li .time{
    font-size: 38px;
    width: 72px;
    height: 80px;
    margin-right: 20px;
  }
  .investor-rel li .time span{
    font-size: 12px;
  }
  .investor-rel li .text h1{
    font-size: 18px;
    margin-bottom: 5px;
  }
  .contact_way .contact_us h1{
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .swiper-banner .swiper-slide{
	height: 140px;
  }
}