/* CSS Document */
.mt20{ margin-top:20px;}

.main-body{
  background-color: #f3f3f3;
}
.main{ padding:60px 0px;}
.main-left{ float:left; width:300px;}
.main-right{ float:right; width:1000px; background-color: #fff; border: 1px solid #eee; border-radius: 5px; padding: 40px;}

.tree-box{ border:1px solid #eee; background:#fff; border-radius: 5px;}
.tree-tit{ color: #03519c; height:60px; line-height:60px; font-size:18px; font-weight:bold; padding-left:20px; border-bottom:1px solid #fff; position:relative; border-bottom: 1px solid #eee;}
.tree-tit:after{ position:absolute; left:20px; bottom:0px; content:""; width:40px; height:2px; background:#03519c;}
.tree-list{ padding:15px 20px;}
.protree-list ul li a{ display:block; padding:15px 20px; line-height:20px; background:#f6f6f6; margin:6px 0px; font-size:16px;}
.protree-list ul li a:hover{ background:#03519c; color:#fff;}

.tree-list.hpro-list{
  display: flex;
  flex-wrap: wrap;
  gap:10px;
}
.hpro-item{
  width: calc(50% - 5px);
}
.hpro-item a {
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
}

.hpro-item h4 {
  font-size: 14px;
  display:block;
  font-weight: normal;
  text-align: justify;
}

.hpro-item p {
  color: #666;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-top: 10px;
}

.hpro-item a:hover .hpro-tit {
  background: #03519c;
}
.hpro-item a:hover .hpro-tit h4 {
  color:#fff;
}
.hpro-item a .hpro-tit {
  background: #f6f6f6;
  padding:15px;
  line-height: 20px;
  position: relative;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
}


.hnews-list{}
.hnews-item{ }
.hnews-item a{ border-bottom:1px solid #ddd; display:block; padding:10px 0px; padding-left:18px; line-height:24px; position:relative;}
.hnews-item a:nth-last-child(){
  border-bottom: none;
}
.hnews-item a:after{ position:absolute; content:""; left:0px; top:19px; width:5px; height:5px; background:#666; border-radius: 50%;}
.hnews-item a:hover:after{ background:#03519c;}


.hkeyword-list{ display:flex; flex-wrap:wrap; gap:3px;}
.hkey-item a{ display:block; background:#f6f6f6; padding:3px 5px;}
.hkey-item a:hover{ background:#03519c; color:#fff;}


/********体系认证********/

.pjt-box {
  width: calc(33.33% - 40px);
}

.pjt-box a {
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
}

.pjt-box a .pjt-tit {
  margin: 15px;
  background: #03519c;
  color: #fff;
  display: flex;
  align-items: center;
  height: 160px;
  position: relative;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
}

.pjt-box a .pjt-tit span:nth-child(1) {
  display: block;
  position: absolute;
  left: -14px;
  top: -14px;
  height: 1px;
  background: #03519c;
  width: calc(50% + 15px);
}

.pjt-box a .pjt-tit span:nth-child(2) {
  display: block;
  position: absolute;
  left: -14px;
  top: -14px;
  height: 100px;
  background: #03519c;
  width: 1px;
}

.pjt-box a .pjt-tit:before {
  display: block;
  content: "";
  position: absolute;
  right: -14px;
  bottom: -14px;
  height: 1px;
  background: #03519c;
  width: calc(50% + 15px);
}

.pjt-box a .pjt-tit:after {
  display: block;
  content: "";
  position: absolute;
  right: -14px;
  bottom: -14px;
  height: 100px;
  background: #03519c;
  width: 1px;
}

.pjt-box a:hover .pjt-tit span:nth-child(1) {
  background: #f7a71e;
}

.pjt-box a:hover .pjt-tit span:nth-child(2) {
  background: #f7a71e;
}

.pjt-box a:hover .pjt-tit:before {
  background: #f7a71e;
}

.pjt-box a:hover .pjt-tit:after {
  background: #f7a71e;
}

.pjt-box h4 {
  padding: 40px;
  font-weight: bold;
  font-size: 16px;
}

.pjt-info {
  color: #666;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-top: 40px;
}

.pjt-box a:hover .pjt-tit {
  background: #f7a71e;
}



/* index */


/* index */

@keyframes fd1 {
	0% {transform: scale(1.10, 1.10);}
	100% {transform: scale(1, 1);}
}
.banner-node{ height:400px; overflow:hidden;position:relative; text-align:center}
.banner-node .banner-img{ width:100%;height:100%;
  animation-name: fd1;animation-duration:3s; 
  background:url(../images/location_bg.jpg) no-repeat; background-size:cover;}
.banner-txt{ position:absolute; left:0px; top:0px; height:100%; width:100%;}
.banner-node .w1400{ position:relative; height:100%;}
.banner-node h2{ font-size:30px; font-weight:normal; padding-top:80px; color:#fff;}
.banner-node span{ font-size:80px; font-weight:bold; color:#fff; letter-spacing:15px; display:block; line-height:1.4; padding-bottom:10px;}
.banner-node p{ font-size:20px;color:#ddd; display: inline-block; padding:0px 15px;}

.banner-node .location { text-align:left; position:absolute; left:0px; bottom:0px; width:100%; line-height:80px; background:linear-gradient(0deg,rgba(0,0,0,.5),transparent);}
.banner-node .location a{ display:inline-block; color:#999; position:relative; margin-right:10px; padding-right:30px;}
.banner-node .location a:after{font-family: "iconfont" !important; position:absolute; right:0px; top:0px; font-size:16px; content:"\eb8a";}
.banner-node .location a:last-child{ margin:0px; padding:0px;}
.banner-node .location a:last-child:after{ display:none;}
.banner-node .location a:hover{ color:#4974dc;}


.banner-node1{ margin-top:90px; padding:90px 0px; background:url(../images/location_bg.jpg) no-repeat;}
.banner-node1 h2{ font-size:44px; font-weight:bold; line-height:1.6; position:relative;color:#fff;}
.banner-node1 .location {}
.banner-node1 .location a{ display:inline-block; color:#ccc; position:relative; margin-right:5px; padding-right:17px;}
.banner-node1 .location a:after{font-family: "iconfont" !important; position:absolute; right:0px; top:0px; font-size:16px; content:"\eb8a";}
.banner-node1 .location a:last-child{ margin:0px; padding:0px;}
.banner-node1 .location a:last-child:after{ display:none;}
.banner-node1 .location a:hover{ color:#fff;}


.page-banner{ padding-top:70px}
.page-banner-info{ background:#666; padding:100px 0px 80px 0px;}
.page-banner-info h2{font-weight:bold; color:#fff; font-size:36px; display:block; padding-bottom:20px; line-height:1em;}
.page-banner-info div.location a{ display:inline-block; color:#fff; position:relative; margin-right:15px; padding-right:25px;}
.page-banner-info div.location a:hover{ color:#999;}
.page-banner-info div.location a:after{font-family: "iconfont" !important; position:absolute; right:0px; top:0px; font-size:16px; content:"\eb8a";}
.page-banner-info div.location a:last-child{ margin:0px; padding:0px;}
.page-banner-info div.location a:last-child:after{ display:none;}



.searchlist-tit{ background:#4974dc; color:#fff; padding-bottom:100px;}
.page-tit{ padding-top:190px; text-align:center;}
.page-tit h2{ font-weight:bold; font-size:36px; display:block; padding-bottom:30px;}
.page-tit div{ padding-bottom:40px;}
.page-tit div a{ display:inline-block; color:#999; position:relative; margin-right:15px; padding-right:25px;}
.page-tit div a:hover{ color:#03519c;}
.page-tit div a:after{font-family: "iconfont" !important; position:absolute; right:0px; top:0px; font-size:16px; content:"\eb8a";}
.page-tit div a:last-child{ margin:0px; padding:0px;}
.page-tit div a:last-child:after{ display:none;}

.pro-class{ background:#f0f4fa; text-align:center; padding:40px 0px;}
.pro-class a{ display:inline-block; margin:0px 8px; padding:13px 38px 13px 25px; border:1px solid #707070; border-radius:3px; position:relative;}
.pro-class a:after{font-family: "iconfont" !important; position:absolute; right:13px; top:14px; font-size:24px; content:"\eb8a";transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all;-moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.pro-class a:hover{ border:1px solid #03519c; color:#03519c;}
.pro-class a:hover:after{transform:rotate(90deg);}
.pro-class a.active{ display:inline-block; margin:0px 8px; padding:13px 38px 13px 25px; border:1px solid #03519c; background:#03519c; color:#fff; border-radius:3px; position:relative;}
.pro-class a.active:after{font-family: "iconfont" !important; position:absolute; right:13px; top:14px; font-size:24px; content:"\eb8a";transform:rotate(90deg);}


.pro-sclass{ text-align:center; }
.pro-sclass-list{padding-top:40px; padding-bottom:20px;}
.pro-sclass a{ display:inline-block; margin:0px 20px;position:relative; padding-left:25px;}
.pro-sclass a:after{position:absolute; left:0px; top:4px; content:""; border:1px solid #666; height:12px; line-height:12px; width:12px;}
.pro-sclass a:hover{  color:#03519c;}
.pro-sclass a:hover:after{border:1px solid #03519c;}
.pro-sclass a.active{color:#03519c; }
.pro-sclass a.active:after{background:#03519c;border:1px solid #03519c; font-size:12px; color:#fff;font-family: "iconfont" !important; content:"\e628";}

.product{ padding:60px 0px;}
.pro-filter{ float:left; width:235px; background:#fff; box-shadow:0px 0px 10px 0px rgb(178 178 240 / 34%);}
.pro-filter-tit{ padding:30px 0px 0px 20px; font-weight:bold; font-size:20px;}
.pro-filter-list{ padding:20px;}
.para-item{}
.para-item h4{ font-weight:bold; padding:20px 0px 15px 0px; font-size:14px;}
.para-item div p{ font-size:18px; padding-bottom:10px;}
.para-item div p input{ margin-right:6px;}
.para-item div p label{ cursor:pointer;}
/*.pro-filter-list .para-item:last-child p{ display:inline-block; width:50%;}*/

.page{}
.prolist{}
.pro-list{ margin-bottom:30px; display:flex;flex-wrap:wrap; gap:30px;}
.pro-list .prolist-info{ box-shadow:#f3f3f3 0px 0px 10px; width:calc(50% - 75px); overflow:hidden; position:relative; display:flex; gap:30px; padding:30px;}
.pro-list .prolist-img{ width:55%; height:320px;overflow:hidden;}
.pro-list .prolist-para{ width:calc(45% - 20px); margin-left:10px;}
.pro-list .prolist-info .prolist-img a img{ width:100%;transform: scale(0.95, 0.95); height:auto; transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all;-moz-transition: 0.5s all;-ms-transition: 0.5s all;width:100%; height:100%;-o-object-fit: cover; object-fit: cover;}
.pro-list .prolist-info .prolist-img a:hover img{ transform: scale(1, 1);}
.pro-list .prolist-info h4{font-size:24px; font-weight:bold; line-height:1.2em; margin-top:30px;}
.pro-list .prolist-info p{ color:#666; margin-top:20px; line-height:22px; height:132px; overflow:hidden;}
.pro-list .prolist-info .more{ margin-top:30px;}


.spro-class{ margin-top:90px;}
.sp-location{ margin-bottom:10px;}
.sp-location a{ display:inline-block; color:#999; position:relative; margin-right:6px; padding-right:15px;}
.sp-location a:after{font-family: "iconfont" !important; position:absolute; right:0px; top:0px; font-size:16px; content:"\eb8a";}
.sp-location a:last-child{ margin:0px; padding:0px;}
.sp-location a:last-child:after{ display:none;}
.sp-location a:hover{ color:#03519c;}
.proshow_con{ margin-top:50px;}
.sp-loading{ position:absolute; left:0px; top:160px;}
.p-show .page .sp-wrap{ float:left; width:590px;  text-align:center;border:1px solid #eee; overflow:hidden;}
.p-show .page .sp-wrap img{}
.sp-large{ width:500px !important; height:500px !important; overflow:hidden; border:3px solid #eee; float:right;text-align:center;}
.sp-large a{ width:100%; height:100%; display:block; position:relative;text-align:center;}
.sp-large img{ position:absolute; left:50%; top:50%; transform:translate(-50%, -50%);}
.sp-thumbs{ width:84px; overflow:hidden; float:left; display:flex; flex-direction: column;}
.sp-thumbs a{ border:2px solid #eee; width:76px; height:76px; overflow:hidden; margin-bottom:5px;}
.sp-thumbs a.sp-current{border:2px solid #03519c;}
.p-show{padding-top:100px; padding-bottom:100px; position:relative;}
.sp-list{ float:right; width:700px; }
.sp-tit{font-size:40px;font-weight:bold; line-height:1.4em;}
.sp-stit{font-size:30px; font-weight:bold; line-height:1.4em; margin-top:20px;}
.sp-phone-tit{ display:none;}
.sp-small{ margin-top:30px; color:#666; font-size:16px; line-height:1.6em;}
.sp-share{ margin-top:30px; color:#333;}
.sp-share i{ font-size:16px; padding-right:10px; color:#03519c;}
.sp-share a i{ color:#666;}
.sp-share a:hover i{ color:#03519c;}
.sp-tags{ color:#666; margin-top:15px;}
.sp-tags a{ margin-right:10px;}
.sp-share span,.sp-tags span{ padding-right:10px;}
.sp-inquiry{ margin-top:30px;}
.sp-contact{ background:#f7f7f7; padding:20px; margin-top:40px; display:flex; line-height:40px;}
.sp-contact h4{ font-weight:bold; color:#03519c; padding-right:30px;}
.sp-contact-list{ display:flex; flex-wrap:wrap; gap:30px;}
.sp-contact-list p i{ padding-right:10px;}
.sp-contact-list p#sp-tel span{ font-weight:bold; font-size:20px; color:#d88d0c;}
.bdshare-button-style0-24 a, .bdshare-button-style0-24 .bds_more{ float:none !important; position:relative; font-style:normal;}
.bdshare-button-style0-24 a, .bdshare-button-style0-24 .bds_more{ background:none !important;}
.bds_weixin:after{ content:"\e736"; position:absolute;font-family: "iconfont" !important; left:0px; top:0px; font-size:18px;}
.bds_tsina:after{ content:"\e610"; position:absolute;font-family: "iconfont" !important; left:0px; top:0px; font-size:18px;}
.bds_sqq:after{ content:"\e883"; position:absolute;font-family: "iconfont" !important; left:0px; top:0px; font-size:18px;}


.sp-btn{ margin-top:30px;}
.sp-btn a.sendinquiry{ display:inline-block; margin-right:20px; width:140px; height:44px; line-height:44px; text-align:center; background:#03519c; color:#fff; border:1px solid #4974dc;}
.sp-btn a.sendinquiry:hover{ background:#3b7de6;}
.sp-btn a.download{ display:inline-block;width:140px; height:44px; line-height:44px; text-align:center; border:1px solid #ddd; color:#333; }
.sp-btn a.download:hover{ border:1px solid #03519c; color:#03519c;}
.sp-content{ padding-top:50px;}
.sp-con-tit{ border-bottom:1px solid #03519c;}
.sp-con-tit span,.sp-con-tit a{ display:inline-block; padding:8px 30px; background:#f3f3f3; color:#333; font-weight:bold; font-size:16px; margin-right:3px; cursor:pointer; border-radius:5px 5px 0px 0px;}
.sp-con-tit span:hover,.sp-con-tit a:hover{ color:#03519c;}
.sp-con-tit span.active{background:#03519c; color:#fff;}
.sp-con-list{ padding-top:40px;}
.sp-con-list-box{ display:none;}
.sp-con-list-box#info2 table tr td{ padding:10px;}
.sp-con-list-box#info2 table tr td:nth-child(1){ width:130px !important; font-weight:bold; border-right:1px solid #ddd;}
.sp-con-list-box#info2 table{ border-spacing:0px; border:1px solid #ddd; width:100%;}
.sp-con-list-box#info2 table tr:nth-child(even){ background:#f7f7f7;}

.sp-con-about h4{ display: block; border-bottom: 1px solid #ddd; padding-bottom: 15px; font-size: 18px; font-weight: bold; margin-bottom: 15px; margin-top: 20px;}

/**********成功案例************/
.projectlist{}
.projectlist .project-list{ display:flex; flex-wrap:wrap; gap:30px;}
.projectlist .project-list .project-info{ width:calc(33.33% - 20px);}
.projectlist .project-list .project-info .project-img{ width:100%; height:240px; overflow:hidden;}
.projectlist .project-list .project-info .project-img img{width:100%; height:240px;-o-object-fit: cover; object-fit: cover;transition: 0.8s all;-webkit-transition: 0.8s all;-o-transition: 0.8s all;-moz-transition: 0.8s all;-ms-transition: 0.8s all;}
.projectlist .project-list .project-info .project-img a:hover img{ transform: scale(1.05, 1.05);}
.project-para{ padding-top:10px;}
.project-para h4{ font-weight:bold; font-size:14px;}
.project-para p{ color:#666;}



/**********认证问题************/
.tree-list ul li a.tree_sel{ background:#03519c; color:#fff;}
.tree-list ul li.active a{ background:#03519c; color:#fff;}

/**********新闻************/
.news{ padding:100px 0px;}
.news-show{ padding:100px 0px; background:#f6f6f6;}
.news-list{}
.news-list .item{ position:relative; border-bottom: 1px solid #eee;}
.news-list .item:hover{ background:#d6e5fa;}
.news-list .item a{ display:block; }
.news-list .item .news-more{ position:absolute; top:377px; left:50%; margin-left:-23px;}
.news-list .item .news-more a{ position:relative; display:block; height:40px; line-height:40px; width:40px; text-align:center; color:#fff; cursor:pointer; z-index:20;}
.news-list .item .news-more a:before{ content:""; position:absolute; left:0px; top:0px;  height:40px; width:40px; border-radius:50%; background:#4974dc; z-index:20; z-index:18;transition: 0.3s all;-webkit-transition: 0.3s all;-o-transition: 0.3s all;-moz-transition: 0.3s all;-ms-transition: 0.3s all;}
.news-list .item .news-more a:after{ content:""; position:absolute; left:-5px; top:-5px;border:3px solid #4974dc; height:44px; width:44px; border-radius:50%; background:rgba(255,255,255,0);}
.news-list .item .news-more a i{ font-size:26px; position:absolute; left:0px; top:0px; z-index:100; width:40px; height:40px; line-height:40px; text-align:center;}
.news-list .item .news-more a:hover:before{ background:#4974dc;height:46px; width:46px; left:-3px; top:-3px;}
.news-list .item .news-share{ text-align:right; padding-top:20px;}
.news-list .item .news-share a{ display:inline-block; padding-left:15px;}

.news-list .item .pic{ width:100%; height:400px; overflow:hidden;}
.news-list .item .pic img{ width:100%; height:100%;-o-object-fit: cover; object-fit: cover;transition: 0.8s all;-webkit-transition: 0.8s all;-o-transition: 0.8s all;-moz-transition: 0.8s all;-ms-transition: 0.8s all;}
.news-list .item .pic a:hover img{ transform: scale(1.05, 1.05);}
.news-list .item .para{ padding:15px 20px;}
/*.news-list .item a .para:after{ position:absolute; left:50%; bottom:-1px; background:#03519c; width:0px; height:1px; content:"";transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all;-moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.news-list .item a:hover .para:after{ width:100%; left:0;}*/
.news-list .item .para h3{ font-size:16px; font-weight:bold; line-height:28px;margin-bottom:20px;}
.news-list .item .para .smallcon{ margin-top:10px; color:#666;}
.news-list .item .datetime{color:#999; padding-bottom:5px;}
.news-list .item .datetime i{ font-size:34px; font-style:normal; display:block; color:#666; line-height:1em;}
.news-list .item .datetime span{ display:block; padding-top:5px; }

.news-show-list{ }
.news-show-time{ color:#999; font-weight:bold; padding-bottom:20px;}
.news-show-tit{font-weight:bold; font-size:26px; line-height:1.6em; position:relative; padding-bottom:20px;}
.news-share{color:#333;}
.news-share i{ font-size:16px; padding-right:10px; color:#03519c;}
.news-share span{ padding-right:10px;}
.news-share a{ color:#03519c;}
.news-show-share{ margin-top:10px; color:#999;font-size:16px; position:relative;}
.news-show-share a{ color:#03519c; margin-left:15px;}
.news-show-share a:hover{ color:#03519c;}
.show-share-list{ position:absolute; right:0px; text-align:right; top:0px;}
.show-share-list span{ font-size:14px;}
.news-show-tags{ font-size:14px; color:#999; width:870px;}
.news-show-tags a{ color:#999; margin-left:5px;}
.news-show-tags i,.news-show-tags span{ padding-right:10px;}
.news-show-tags a:hover{ color:#4974dc;}
.news-show-info{ color:#03519c; font-size:16px;}
.news-show-info span{ padding:0px 8px;}
.news-show-info span:first-child{ padding-left:0px;}
.news-show-con{ margin-top:40px;   }
.news-show-con img{ max-width:100%;}
.news-show-other{ margin:30px 0px 0px 0px; padding:30px 60px; display:flex; background:#f6f6f6;}
.news-show-other a{ color:#999; font-weight:bold; }
.news-show-other a:hover{ color:#4974dc;}
.news-show-back,.news-show-prev,.news-show-next{ width:33.3%;}
.news-show-back{ text-align:center; line-height:60px;}
.news-show-prev a,.news-show-next a{ position:relative; display:block;  height:60px; line-height:60px; text-align:center;}
.news-show-prev a{ padding-left:80px; text-align:left;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all;-moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.news-show-prev a:after{ content:""; position:absolute; left:0px; top:30px; width:60px; height:1px; background:#999;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all;-moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.news-show-prev a:hover:after{ background:#4974dc; width:70px;}
.news-show-prev a:hover{ padding-left:90px;}

.news-show-next a{padding-right:80px; text-align:right;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all;-moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.news-show-next a:after{ content:""; position:absolute; right:0px; top:30px; width:60px; height:1px; background:#999;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all;-moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.news-show-next a:hover:after{ background:#4974dc; width:70px;}
.news-show-next a:hover{ padding-right:90px;}

/**********partner************/
.partner-list{ display:flex;gap:40px;flex-wrap:wrap;}
.partner-list .item{ width:calc(33.33% - 40px); border-radius:10px; background:#fff; box-shadow:#f3f3f3 0px 0px 20px; position:relative;}
.partner-list .item .partner-img{ width:100%; height:auto; overflow:hidden;}
.partner-list .item .partner-img img{ width:100%; height:auto;-o-object-fit: cover; object-fit: cover;transition: 0.8s all;-webkit-transition: 0.8s all;-o-transition: 0.8s all;-moz-transition: 0.8s all;-ms-transition: 0.8s all;}
.partner-list .item .partner-img:hover img{ transform: scale(1.05, 1.05);}
.partner-list .item .para{ padding:40px; }
.partner-list .item .para h3{ font-size:24px; font-weight:bold; line-height:30px; margin-bottom:30px; overflow:hidden;}


.main-list{
  padding:80px 0px;
}

/************about************/
.about{}
.about{ position:relative; padding:80px 0px;}
.about-video{ position:absolute; left:0px; top:135px; z-index:20; width:40%; overflow:hidden;}
.about-bg{}
.about-infos{background:#f7f7f7; height:100%; width:55%; float:right; padding-top:50px; padding-bottom:50px; padding-left:15%; z-index:10;}
.about-logo{}
.about-content{ margin:50px 0px; padding-right:100px;}
.about-more{}
.about-items{  height:auto; background:#317be4 url(../images/about-img.jpg) no-repeat left top; margin-top:80px; padding-bottom:40px;}
.about-items .w1400{display:flex; flex-wrap:wrap;}
.about-items .about-item{ width:25%; text-align:center; color:#fff; padding-top:190px;}
.about-items .about-item em{ font-size:50px;}
.about-items .about-item h4{ font-size:22px; padding:30px 0px;}
.about-items .about-item p{ display:block; padding:0px 60px; color:#ccc; }

.company-items{ display:flex; gap:60px; flex-wrap:wrap;justify-content: space-between;}
.company-item{ display:flex; gap:60px;justify-content: space-between;}
.company-info{ font-size:18px; line-height:1.8; padding-top:20px;}

.culture-list{ display:flex; gap:60px; flex-wrap:wrap;justify-content: space-between;}
.culture-img{ padding:60px 0px;}
.culture-item{ width:calc(50% - 100px); padding:30px; box-shadow:#eee 0px 0px 20px;}
.culture-item em{ font-size:40px; color:#03519c; padding:20px; text-align:center; display:block;}
.culture-item h4{ text-align:center; font-weight:bold; padding-bottom:20px;}
.culture-info{padding:0px 30px;}
.culture-info p{ position:relative; padding-left:16px;}
.culture-info p:after{ content:""; position:absolute; left:0px; top:9px; width:5px; height:5px; border-radius:50%; background:#666;}


.i-team{ background: #f6f6f6; padding: 80px 0px;}
.team-list{display: flex; flex-wrap: wrap;  gap: 30px; justify-content: space-between;}
.team-list .item{ width: calc(50% - 30px);background: #f6f6f6;  }
.team-list .item .team-img{ width:218px; height:auto; overflow:hidden;
  background-color: #fff; }
.team-list .item .team-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #fff;
}
.team-list .item .para{ width: calc(100% - 240px);}
.team-list .item a{ display:block; padding:20px; background: #f6f6f6; height: calc(100% - 40px); }
.team-list .item a .item-info{
  display: flex; gap:30px; justify-content: space-between;
}
.team-list .item a:hover{ background: #03519c;}
.team-list .item a h3{color: #333;}
.team-list .item h3{ font-weight: bold; font-size:16px; padding: 20px 0px 15px 0px; }
.team-list .item a p{ color: #666;}
.team-list .item a:hover h3{ color: #fff;}
.team-list .item a:hover p{ color: #999;}

.team-show{
  padding: 80px 0px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.team-show .team-img{
  background: #03519c;
  padding:20px;
  width: 218px;
  border-radius: 5px;
}
.team-show .team-img img{
  width: 218px;
  height: auto;
}
.team-show .team-info{
  width: calc(100% - 298px);
}
.team-show .team-tit{
  font-size: 20px;
  font-weight: bold;
  line-height: 1em;
  padding-bottom: 20px;
}
.team-show .team-smallcon{
  background: #f6f6f6;
  padding:15px;
  color: #666;
}
.team-show .team-content{
  padding-top: 30px;
}

.i-customer-list .swiper-pagination2{
  text-align: center;
}
.i-customer-list .swiper-pagination-bullet{
  height: 12px;
  width: 12px;
}

.area-body{ background-color: #f6f6f6;margin-top: 90px;}
.area-list{ padding:60px 0px;}
.area-tit{ font-size: 20px; font-weight: bold;}
.area-boxs{ padding-top:30px;}
.area-box{ margin-bottom: 20px; border: 1px solid #ddd; padding: 20px; background: #fff;}
.area-box-tit{ font-weight: bold; font-size: 16px;}
.area-box-list{ padding-top: 10px; display: flex; gap:10px; flex-wrap: wrap;}
.area-box-list a{ display: block; background: #fff; height: 30px; line-height: 30px; padding:0px 15px; border-radius:3px; border:1px solid #03519c;}
.area-box-list a:hover{ background: #03519c; color: #fff;}


/***************contact ***************/
.contact{ padding:100px 0px; display:flex; gap:80px;flex-wrap:wrap;}
.contact-small{ font-size:24px; line-height:1.6;padding-top:60px;}
.contact-bg{margin-top:50px;}
.contact-infos{ }
.contact-infos-item{ position:relative; margin:30px 0px;}
.contact-infos-item h4{ font-weight:bold; padding-bottom:15px;}
.contact-infos-item i{ font-size:20px; color:#4974dc; padding-right:15px;}
.contact-infos-item p{ padding-left:35px; font-size:16px; line-height:30px;}

.contact-msg{ width:calc(50% - 202px); padding:50px; border:1px solid #eee;}
.contact-list{ width:calc(50% - 40px);}
.contact-tit{font-size:36px; font-weight:bold; line-height:1.4;}
.contact-form{ margin-top:40px;}
.msg-row{}
.msg-row{ width:100%; margin-top:30px; position:relative;}
.msg-row .txt{ border-bottom:1px solid #000; height:20px; padding:15px 0px; line-height:20px; width:100%;}
.msg-row .txt::placeholder{color:#000; font-size:16px;}
.msg-row .text::placeholder{color:#000; font-size:16px;}
.msg-row .text{ width:100%;border-bottom:1px solid #000; height:50px; line-height:20px; padding:15px 0px;}
.msg-txt-wrong{ position:absolute; top:-10px; left:0px; color:red;}

.msg-code{ margin-top:30px; position:relative;}
.msg-code .txt{border-bottom:1px solid #000;}
.msg-btn{ margin-top:60px; text-align:center;}



.main-txrz{ float:right; width:1040px; background-color: #fff; }
.txrz-list{

}
.txrz-list ul{
  display: flex;
  flex-wrap: wrap;
  gap:20px;
}
.txrz-list ul li{
  width: calc(33.3% - 15px);
  border:1px solid #eee;
}
.txrz-list ul li h4{
  background: #fff;
  color: #03519c;
  margin:0px 20px;
  padding:10px 0px;
  border-bottom: 1px solid #eee;
}
.txrz-list ul li h4 a{
  color: #03519c;
}
.txrz-list ul li h4 a:hover{
  color: #317be4;
}

.txrz-list ul li ul{
  border: none;
  padding: 20px;
  display: block;
  gap: 0px;
}
.txrz-list ul li ul li{
  border: none;
  width: 100%;
  
}

.txrz-list1{}
.txrz-list1 ul{}
.txrz-list1 ul li{
  border: 1px solid #eee;
  margin:15px 0px;
  padding:20px;
}
.txrz-list1 ul li h4{
}
.txrz-list1 ul li h4 a{
  border-bottom: none;
  padding-left:0px;
}
.txrz-list1 ul li a{
  border-bottom: 1px dashed #ddd;
  display: block;
  padding:8px 0px;
  position: relative;
  padding-left:25px;
}
.txrz-list1 p a:after{font-family: "iconfont" !important; position:absolute; left:0px; top:8px; font-size:16px; content:"\eb8a";}

.txrz-nodelist{

}
.txrz-nodelist p{

}
.txrz-nodelist p a{
  border-bottom: 1px dashed #ddd;
  display: block;
  padding:8px 0px;
  position: relative;
  padding-left:25px;
}
.txrz-nodelist p a:after{font-family: "iconfont" !important; position:absolute; left:0px; top:8px; font-size:16px; content:"\eb8a";}
.txrz-classname{
  font-weight: bold;
  font-size: 18px;
  color: #03519c;
  padding-bottom: 15px;
}
.txrz-classinfo{
  color: #666;
  margin-bottom: 40px;
}

.project-show-tit{
  font-weight: bold;
    font-size: 26px;
    line-height: 1.6em;
    position: relative;
    padding-bottom: 20px;
}


.search-form{}
.search-list{ margin-bottom:60px;}
.search-form-list{border:1px solid #ddd; border-radius:5px; overflow:hidden; width:60%; margin:0 auto; padding:0px; margin-top:80px; margin-bottom:60px; height:60px; line-height:60px; display:flex;}
.search-form-txt{ width:calc(100% - 70px); margin-left:15px;}
.search-form-txt input{ width:100%; height:50px; line-height:50px; margin-top:5px;}
.search-form-btn{background:#4974dc; width:70px; text-align:center; cursor:pointer; height:60px; margin-left:15px;position:relative; color:#fff;}
.search-form-btn i{ font-size:22px; width:70px; }
.search-form-btn i:before{}
.search-list-tit{ font-size:30px; font-weight:bold; margin-top:30px;}
.search-list-tit i{ color:#4974dc; font-style:normal;}
.searchlist{ padding-top:40px;}
.searchlist ul li{ padding:20px 0px; border-bottom:1px solid #eee; font-size:16px;}
.searchlist ul li a{ font-weight:bold; word-break:break-all;}
.searchlist ul li p{ margin-top:15px; color:#666; padding:0px 15px;}
.searchlist ul li div{ margin-top:15px; color:#666; padding:0px 15px;}

.search-txt{ color:#666;}
.search-contact{ margin-top:30px;}


.pagination{ padding-top:40px;}
.pagination a{ display:inline-block; width:30px; height:30px; line-height:30px; overflow:hidden; margin-right:3px; text-align:center; border:1px solid #ddd; position:relative;}
.pagination a.active{ background:#03519c; border:1px solid #03519c; color:#fff;}
.pagination a.active:hover{ background:#03519c; border:1px solid #03519c; color:#fff;}
.pagination a:hover{ background:#eee;}
.pagination a.p_prev:after{content: "\eb95"; font-size:22px;font-family: "iconfont" !important;}
.pagination a.p_next:after{content: "\eb8a"; font-size:22px;font-family: "iconfont" !important;}
.pagination a.p_home:after{content: "\e6c5"; font-size:18px;font-family: "iconfont" !important;}
.pagination a.p_last:after{content: "\e6c4"; font-size:18px;font-family: "iconfont" !important;}


@media only screen and (max-width: 1440px){
	.w1400 { width: 1200px; }
	.head-infos, .head-top, .logo, .head-tel, .head-search { padding-left: 60px; padding-right: 60px; }
	.head-tel, .head-search { right: 60px; }
	.logo { left: 60px; }
	.head-btn { right: 160px; }
	.f-rz, .f-infos, .copyright, .f_keywords { padding-left: 60px; padding-right: 60px; }
}

@media only screen and (max-width: 1200px){
	.w1400 { width: 960px; }
	.head-infos, .head-top, .logo, .head-tel, .head-search { padding-left: 30px; padding-right: 30px; }
	.head-tel, .head-search { right: 30px; }
	.logo { left: 30px; }
	.head-btn { right: 90px; width: 90px; }
	.head-btn a { width: 90px; }
	.f-rz, .f-infos, .copyright, .f_keywords { padding-left: 30px; padding-right: 30px; }
	.i-about-info { width: 480px; }
	.i-about-img { width: 400px; }
	.i-ys-info { width: calc(33.33% - 20px); padding: 25px 15px; }
	.i-choose-info { width: calc(50% - 15px); padding: 30px 20px; }
	.i-team-info { width: calc(25% - 20px); }
}

@media only screen and (max-width: 992px){
	.w1400 { width: 720px; }
	.menu { display: none; }
	.pmenu { display: block; }
	.head-btn { display: none; }
	.head-search { display: none; }
	.head-infos { height: auto; padding: 15px 20px; }
	.logo { position: relative; left: 0; top: 0; text-align: center; margin-bottom: 10px; }
	.head-top { display: none; }
	.banner { height: auto; }
	#glume .Limg li .pic { height: 60vh; }
	.i-project, .i-about, .i-ys, .i-choose, .i-team, .i-customer, .i-news { padding: 60px 20px; }
	.i-about-info { float: none; width: 100%; margin-bottom: 30px; }
	.i-about-img { float: none; width: 100%; }
	.i-ys-info { width: 100%; }
	.i-choose-info { width: 100%; }
	.i-team-info { width: calc(50% - 12px); }
	.i-news1, .i-news2 { float: none; width: 100%; }
	.i-pjt-box { width: calc(50% - 1px); }
	.f-infos { flex-direction: column; }
	.f-logo, .f-menu { width: 100%; margin-bottom: 30px; }
	.f-rz { padding: 30px 20px; }
	.f-rz-tit { width: 100%; margin-bottom: 15px; }
	.f-txrz ul, .f-fwrz ul { width: 100%; }
	.search-tab { width: 300px; margin-left: -150px; }
	.search .search-txt input { width: 220px; }
	.search_close { margin-left: 110px; }
}

@media only screen and (max-width: 768px){
	.w1400 { width: 100%; padding: 0 15px; box-sizing: border-box; }
	.i-tit h2 { font-size: 28px; }
	.i-tit span { font-size: 14px; }
	.i-pjt-box { width: 100%; margin-left: 0; margin-top: 10px; }
	.i-pjt-boxes { width: 100%; }
	.i-pjt-tree { width: 100%; margin-bottom: 20px; }
	.i-pjt-item { flex-direction: column; }
	.i-team-info { width: 100%; }
	.i-customer-info { width: 100%; }
	.i-news-info { width: 100%; }
	.i-news1 a img { width: 100%; }
	.main { padding: 40px 15px; }
	.main-left { width: 100%; margin-bottom: 30px; }
	.main-right { width: 100%; }
	.contact { padding: 40px 15px; }
	.contact-msg, .contact-list { width: 100%; }
	.contact-msg { padding: 30px 20px; }
	.news-show-tags { width: 100%; }
	.news-show-other { padding: 20px; flex-direction: column; }
	.news-show-back, .news-show-prev, .news-show-next { width: 100%; margin-bottom: 10px; }
	.team-show { flex-direction: column; }
	.team-show .team-img { width: 100%; margin-bottom: 30px; }
	.team-show .team-info { width: 100%; }
}

@media only screen and (max-width: 576px){
	html, body { font-size: 13px; }
	.head-infos { padding: 10px 15px; }
	.logo img { height: 35px; }
	.banner { height: auto; }
	#glume .Limg li .pic { height: 50vh; }
	#glume .ban-txt em { font-size: 28px; }
	#glume .ban-txt h4 { font-size: 48px; }
	#glume .ban-txt p { font-size: 20px; height: auto; }
	#glume .ban-txt div { font-size: 16px; }
	.banner_btn { width: 100%; right: 0; text-align: center; bottom: 30px; }
	.banner_btn .Nubbt { text-align: center; }
	.banner_btn .Nubbt span { padding-left: 0; padding-right: 30px; }
	.banner_btn .Nubbt span.on:after { left: auto; right: 10px; }
	.i-project, .i-about, .i-ys, .i-choose, .i-team, .i-customer, .i-news { padding: 50px 15px; }
	.i-about-info h4 { font-size: 22px; padding-top: 20px; }
	.i-about-info p { padding: 25px 0; font-size: 14px; }
	.i-ys-info { padding: 25px 15px; }
	.i-ys-info i { font-size: 26px; }
	.i-ys-info h4 { font-size: 16px; padding-bottom: 15px; }
	.i-ys-info p { font-size: 13px; }
	.i-ys-btn a { padding: 14px 40px; font-size: 14px; }
	.i-choose-info { padding: 25px 20px; }
	.i-choose-info h4 { font-size: 16px; padding: 20px 0 15px 0; }
	.i-choose-info p { font-size: 13px; }
	.i-team-info { padding: 15px 10px; }
	.i-team-info h4 { font-size: 14px; height: auto; margin: 12px 10px 8px 10px; }
	.i-team-info p { font-size: 12px; height: 60px; }
	.i-news-list { gap: 10px; }
	.i-news-info { padding: 15px; }
	.prolist .prolist-info { width: 100%; gap: 20px; padding: 20px; flex-direction: column; }
	.prolist .prolist-img { width: 100%; height: 200px; }
	.prolist .prolist-para { width: 100%; margin-left: 0; }
	.projectlist .project-list .project-info { width: 100%; }
	.partner-list .item { width: 100%; }
	.f-info-tel span { font-size: 24px; }
	.f-menu ul li { width: 50%; margin-bottom: 15px; }
	.f-logo { width: 100%; text-align: center; }
	.f-info { text-align: center; background-position: top center; padding-left: 0; padding-top: 130px; }
	.copyright { font-size: 12px; }
	.f_keywords { font-size: 12px; }
	.search-tab { width: 260px; margin-left: -130px; }
	.search .search-txt input { width: 180px; font-size: 14px; }
	.search_close { margin-left: 95px; }
	.pjt-box { width: 100%; }
	.team-list .item { width: 100%; }
	.team-list .item .team-img { width: 100%; }
	.team-list .item .para { width: 100%; }
	.about-items .about-item { width: 50%; }
	.culture-item { width: 100%; }
}

@media only screen and (max-width: 400px){
	.i-pjt-tree_tit { font-size: 24px; line-height: 60px; padding-top: 20px; }
	.i-pjt-tree_tel { font-size: 16px; }
	.i-pjt-tree_small span { margin: 8px 50px; }
	.news-show-other { padding: 15px; }
	.contact-form { margin-top: 30px; }
	.msg-btn { margin-top: 40px; }
}
/**********相关推荐************/
.sp-con-about {
  margin-top: 40px;
  padding: 30px;
  background: #f9f9f9;
  border-radius: 5px;
}

.sp-con-about h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
  position: relative;
  padding-left: 15px;
}

.sp-con-about h4:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 5px;
  width: 4px;
  height: 18px;
  background: #03519c;
  border-radius: 2px;
}

.related-article-item {
  padding: 20px 0px;
  border-bottom: 1px solid #eee;
  transition: 0.3s all;
}

.related-article-item:last-child {
  border-bottom: none;
}

.related-article-item:hover {
  background: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 20px 15px;
}

.related-article-title {
  margin: 0px 0px 10px 0px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.related-article-title a {
  color: #333;
  text-decoration: none;
  transition: 0.3s color;
}

.related-article-title a:hover {
  color: #03519c;
}

.related-article-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  max-height: 67px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}