/* CSS Reset */

/*base*/
@font-face {
  font-family: 'BEBAS';
  src: url('../font/BEBAS.eot');
  src: url('../font/BEBAS.eot') format('embedded-opentype'),
    url('../font/BEBAS.woff2') format('woff2'),
    url('../font/BEBAS.woff') format('woff'),
    url('../font/BEBAS.ttf') format('truetype'),
    url('../font/BEBAS.svg#BEBAS') format('svg');
}

@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,400,500,600,700,800|Nunito:300,400,600,700,800");
html,body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form,textarea, fieldset, input, textarea, p, blockquote, th, td, img, button{margin:0; padding:0;border:0;font-family:'Poppins', sans-serif;font-style:normal;}
body{font-size:14px; line-height:1.8;position:relative;*overflow-x:hidden; color:#000; margin:0 auto;}
table{}
ol, ul, li{ list-style:none;}
h1, h2, h3, h4, h5, h6{}
img{ border:none; margin:0px; padding:0px;}
input,textarea{outline:none;}
h1{font-size:28px;}
h2{font-size:22px;}
h3{font-size:18px;}
h4{font-size:16px;}
h5{font-size:14px;}
h6{font-size:12px;}
blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;}
a{text-decoration:none;color:#000;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all;-moz-transition: 0.5s all;-ms-transition: 0.5s all;} 
a:hover{color:#03519c;text-decoration:none;} 

a:active {color:#000;}
a:focus{outline:0px dotted;}
a:focus, input:focus{ -moz-outline-style: none; } 
::selection { background:#03519c; color:#fff; } ::-moz-selection { background:#03519c; color:#fff;  } ::-webkit-selection { background:#03519c; color:#fff;  }
.w1400{ margin:0 auto; padding:0px;position:relative; width:1400px;}
.w1200{ margin:0 auto; padding:0px;position:relative; width:1200px;}
.clearfix:after{content: " ";
  display: block;
  clear: both;
  height: 0;}


.head-infos{
  height: 90px;
  position: relative;
  color: #fff;
  background-color: #fff;
  padding: 0px 120px;
  box-shadow: 0 2px 20px rgba(0,0,0,0.06);
}

.head-top{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  line-height: 40px;
  padding: 0px 120px;
  background-color: #03519c;
}


.logo{ position:absolute; left:120px; top:22px;z-index:2;}
.logo img{ height:46px;-moz-transition: all .3s ease; -webkit-transition: all .3s ease; -o-transition:all .3s ease;}
.head-tel{ position:absolute; right:120px; top:0px; line-height:40px;color: #fff;-moz-transition: all .3s ease; -webkit-transition: all .3s ease; -o-transition:all .3s ease;}
.head-tel i {
  font-family: 'BEBAS';
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  font-style: normal;
  letter-spacing: 1px;
}
.head-btn{
  position: absolute;
  right: 180px;
  top: 27px;
  height: 36px;
}
.head-btn a{
  display: block;
  width: 100px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #03519c;
  color:#fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s all;
}
.head-btn a:hover{
  background-color: #023d73;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(3, 81, 156, 0.3);
}
.head-search{ position:absolute; right:120px; top:27px;  -moz-transition: all .3s ease; -webkit-transition: all .3s ease; -o-transition:all .3s ease;  }
.head-search a{ display:block; cursor:pointer;font-size:16px;color:#333;height:36px; width:36px; line-height:36px;background:#f5f5f5;border-radius:50%; text-align:center; transition: 0.3s all;}
.head-search a:hover{ background: #03519c; color: #fff;}
.search{ position:fixed; left:0px; top:0px;text-align:center; background:rgba(3, 81, 156, 0.95); height:100%; width:100%; z-index:3000; display:none;}
.search-tab{ position:absolute; left:50%; margin-left:-180px; margin-top:-30px; top:50%; display:flex; width:360px; background:#fff; border-radius:6px; height:60px; line-height:60px; overflow:hidden; box-shadow: 0 10px 40px rgba(0,0,0,0.2);}
.search .search-txt{ margin-left:20px;}
.search .search-txt input{ border:none;height:30px; line-height:30px; width:280px; font-size: 15px;}
.search .search-btn{ width:40px; height:60px; margin-left:10px;position:relative; color:#03519c;}
.search .search-btn i{ font-size:20px; cursor:pointer; width:30px; color: #03519c; }
.search .search-btn i:before{position:absolute; left:0px; top:0px;}
.search_close{ font-size:50px; position:absolute; left:50%; top:50%; margin-left:130px; margin-top:-90px; color:rgba(255,255,255,0.8); cursor:pointer; z-index:100; transition: 0.3s all;}
.search_close:hover{ color:#fff; transform: rotate(90deg);}


.menu{ margin-left: calc(calc(100% - 960px) / 2);}
.menu ul{ display:inline-block;}
.menu ul li{ float:left; position:relative; line-height: 90px;}
.menu ul li:nth-child(5){
  position:inherit;
}
.menu ul li:nth-child(5) ul{
  width: calc(100% - 100px);
  display: flex;
  flex-wrap: wrap;
  padding:30px 50px;
}
.menu ul li a{ display:block; position:relative; color: #333; font-weight: 500; font-size: 15px; z-index:2; margin:0px 25px; transition: 0.3s all;}
.menu ul li a.hasMenu:after{ position:absolute; right:0px; top:0px; font-weight:normal; content:"\eb8b"; font-family:"iconfont" !important; font-size: 20px; color: #999;}
.menu ul li a.hasMenu{ padding-right:25px;}
.menu ul li.hover a.hasMenu:after{transform: rotate(180deg);}
.menu ul li.hover a{ color: #03519c;}
.menu ul li.hover ul li a{ color: #333;}
.menu ul li a:hover{ color: #03519c;}
.menu ul li .drop-menu{position:absolute; z-index: 1000;min-width:140px; left:-10px; top:90px; background: #fff; box-shadow: 0 8px 24px rgba(0,0,0,0.1);border-radius: 4px; padding: 8px 0px; display:none;}
.menu ul li ul{ display:block;}
.menu ul li ul li{ float:none; position:relative;}
.menu ul li ul li ul{ position:absolute; left:0px; top:0px; padding:0px; min-width:180px;border: 1px solid #f0f0f0; }
.menu ul li ul li a{ line-height: 22px; text-align:left; margin:0px; padding:10px 25px; color: #333; display:block; font-weight: 400; font-size: 14px;}
.menu ul li ul li:nth-last-child(1) a{ border-bottom:none;}
.menu ul li ul li a:hover{ color: #03519c; background: #f8f9fa;}
.menu ul li ul li a:after{ display:none;}
.menu ul li ul li ul li a{ background:#fff !important;}
.menu ul li ul li ul li a:hover{background:#f8f9fa !important;}


.pmenu{ display:none;}

.head-top-left {
  color: rgba(255,255,255,0.9);
  font-size: 13px;
}

/* 移动端菜单按钮 */
.pmenu-btn {
  display: none;
  position: absolute;
  right: 20px;
  top: 25px;
  z-index: 1001;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.pmenu-btn span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  margin: 6px 0;
  position: relative;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
}

.pmenu-btn.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
}

.pmenu-btn.active span:nth-child(2) {
  opacity: 0;
}

.pmenu-btn.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: -9px;
}

/* 移动端菜单 */
.pmenu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 998;
}

.pmenu-panel {
  display: none;
  position: fixed;
  top: 0;
  right: -100%;
  width: 280px;
  height: 100%;
  background: #fff;
  z-index: 999;
  overflow-y: auto;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  box-shadow: -5px 0 20px rgba(0,0,0,0.1);
}

.pmenu-panel.active {
  right: 0;
}

.pmenu-nav {
  padding: 20px 0;
}

.pmenu-nav ul {
  list-style: none;
}

.pmenu-nav > ul > li {
  border-bottom: 1px solid #f0f0f0;
}

.pmenu-nav > ul > li > a {
  display: block;
  padding: 15px 20px;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}

.pmenu-nav > ul > li > a:after {
  content: "\eb8b";
  font-family: "iconfont" !important;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
}

.pmenu-nav > ul > li > a.active:after {
  transform: translateY(-50%) rotate(180deg);
}

.pmenu-sub {
  display: none;
  background: #f8f9fa;
}

.pmenu-sub.active {
  display: block;
}

.pmenu-sub li a {
  display: block;
  padding: 12px 20px 12px 35px;
  color: #666;
  font-size: 14px;
}

.pmenu-sub li a:hover {
  color: #03519c;
  background: #f0f0f0;
}

.pmenu-contact {
  padding: 20px;
  border-top: 1px solid #f0f0f0;
}

.pmenu-contact a {
  display: block;
  text-align: center;
  padding: 12px;
  background: #03519c;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
}

/* 响应式 - 移动端菜单按钮显示 */
@media only screen and (max-width: 992px) {
  .pmenu-btn {
    display: block;
  }

  .pmenu-btn span {
    background: #333;
  }

  body.pmenu-open {
    overflow: hidden;
  }
}



.banner{ height:calc(100vh - 150px);}
#glume{width:100%; position:relative; height:100%;; background-color:#f3f3f3;}
#glume .Limg{width:100%;height:100%; margin:0px; padding:0px; list-style:none;}
#glume .Limg li{width:100%;height:100%; overflow:hidden;position:absolute; left:0px; top:0px; list-style:none;}
#glume .Limg li .pic{ height:100vh; width:100%; background-position: center center; background-size:cover;}
#glume .Limg li.active .pic{animation-name: fd;animation-duration:3s;}
#glume .w1440{ height:100vh;}
#glume .Limg li .ban-txt{position:absolute; left:20%; width: calc(100% - 40%); text-align: center; bottom:320px; min-height:200px;  z-index:100; padding:20px; display:none; color: #fff;}
#glume .Limg li.active .ban-txt{animation-name:yc;animation-duration:3s;}
#glume .Limg li .ban-txt-bdr{ /*border:4px solid #0c53b7;*/ padding:40px;}
#glume .Limg li.active .ban-txt{ display:block;}
#glume .ban-txt em{ font-style:normal; font-size:44px;line-height:1.2em;color:#fff; font-weight: bold;}
#glume .ban-txt h4{ font-weight:bold; font-size:80px; letter-spacing:10px; line-height:1em;color:#fff; margin:25px 0px 30px 0px;}
#glume .ban-txt p{ color:#fff; font-size:32px; line-height:36px; height:72px; overflow:hidden;}
#glume .ban-txt div{ font-size: 22px; color: #c6c6c6;}
#glume .ban-img{ position:absolute; bottom:-30px; right:0px;}

.ban-more{ margin-top:30px;}
.ban-more a{ height:46px; line-height:46px; border:3px solid #0c53b7; background:#0c53b7; padding-left:45px; padding-right:30px; border-radius:30px; color:#fff; display:inline-block; position:relative; font-size:16px;}
.ban-more a i{ position:absolute; content:""; left:10px; top:0px; font-size:26px;}
.ban-more a i:before{ position:absolute; z-index:20; color:#fff; left:6px;transition: 0.3s all;-webkit-transition: 0.3s all;-o-transition: 0.3s all;-moz-transition: 0.3s all;-ms-transition: 0.3s all;}
.ban-more a:hover{ background:#0c53b7; color:#fff;}
.ban-more a:hover i:after{  color:#0c53b7;}
.ban-more a:hover i:before{ left:10px;}

@keyframes fd {
	0% {transform: scale(1.05, 1.05);}
	100% {transform: scale(1, 1);}
}
@keyframes yc {
	from {
	opacity: 0;
	}
	to {
	opacity: 1;
	}
}


.banner_btn{ position:absolute; right:90px; bottom:60px; width:300px;z-index:20;}
.banner_btn .Nubbt{ text-align:right; width:100%; display:block;}
.banner_btn .Nubbt span{ display:inline-block; font-style:normal; padding-left:50px; font-size:16px; cursor:pointer;color:#fff; 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; opacity:0.6;}
.banner_btn .Nubbt span:hover{ opacity:1;}
.banner_btn .Nubbt span.on{opacity:1; font-size:22px;}
.banner_btn .Nubbt span.on:after{ content:""; position:absolute; left:15px; top:18px; height:5px; width:25px; background:#0c53b7; border-radius:2px;}




.ban-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(3, 81, 156, 0.7);
  height: 100%;
  width: 100%;
  z-index: 10;
}

.ban-video {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.ban-word {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 20;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.ban-word-info {
  text-align: center;
  color: #fff;
  width: 100%;
  height: 100vh;
  padding-top: 300px;
}

.ban-word-info span {
  font-size: 50px;
  line-height: 1.6em;
  display: block;
  font-weight: bold;
  letter-spacing: 10px;
  color: #f7a71e;
}

.ban-word-info h1 {
  font-size: 140px;
  font-weight: bold;
  line-height: 1.6em;
  letter-spacing: 20px;
  color: #fff;
}

.ban-word-info h4 {
  font-size: 40px;
  line-height: 1.6em;
  background: #f7a71e;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  padding: 0px 40px;
}

.ban-word-info p {
  font-size: 18px;
  line-height: 1.6em;
  color: #999;
  padding-top: 20px;
}


.index {}


.i-tit {
  line-height: 1.6em;
  position: relative;
}

.i-tit i {
  position: absolute;
  left: 0px;
  top: 8px;
  display: inline-block;
  font-style: normal;
  color: #f7a71e;
  font-weight: bold;
  font-family: 'BEBAS';
  font-size: 30px;
}

.i-tit h2 {
  padding-left: 50px;
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 2px;
}

.i-tit span {
  padding-left: 50px;
  display: block;
  color: #888;
  padding-top: 15px;
  font-size: 15px;
  font-weight: 300;
}

.more {
  position: absolute;
  right: 0px;
  top: 0px;
}

.more a {
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  background: #03519c;
  color: #fff;
  font-weight: 500;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  font-size: 14px;
  letter-spacing: 1px;
}

.more a:hover {
  background: #023d73;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(3, 81, 156, 0.3);
}

.i-fwrz{
  border-top: 1px solid #f0f0f0;
}

.i-project {
  padding: 100px 0px;
}
.i-pjt-item{
  width: calc(50% - 15px);
}
.i-pjt-tree{
  background: #03519c;
  color: #fff;
  position: relative;
  margin-bottom: 20px;
}
.i-pjt-tree_tit{
  font-size: 30px;
  padding-top: 20px;
  padding-left: 20px;
}
.i-pjt-tree_small{
  padding-left: 20px;  
  padding-bottom: 20px;
}
.i-pjt-tree_small span{
  
}
.i-pjt-tree_tel{
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 20px;
}

.i-pjt-boxes{
}
.i-pjt-boxes{
  display: flex;
  flex-wrap: wrap;
  gap:10px;
  justify-content: space-between;
}

.i-project-list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap:20px;
  justify-content: space-between;
}

.i-pjt-box {
  width:calc(50% - 9px);
  border: 1px solid #e8e8e8;
  margin-left: -1px;
  margin-top:-1px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
}

.i-pjt-box:hover {
  border-color: #03519c;
  box-shadow: 0 8px 24px rgba(3, 81, 156, 0.12);
  z-index: 10;
}

.i-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;
  display: block;
  padding:20px;
  height: calc(100% - 38px);
}

.i-pjt-box a .i-pjt-tit {
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}


.i-pjt-box h4 {
  font-weight: 600;
  font-size: 15px;
  color: #03519c;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
}

.i-pjt-box:hover h4 {
  color: #023d73;
}

.i-pjt-info {
  color: #666;
  line-height: 1.8;
  height: 54px;
  overflow: hidden;
  margin-top: 10px;
  font-size: 14px;
}


.i-about {
  padding: 100px 0px;
  background: #fafafa;
}

.i-about-info i {
  display: inline-block;
  font-style: normal;
  color: #03519c;
  font-weight: 600;
  font-family: 'BEBAS';
  font-size: 36px;
}

.i-about-info {
  position: relative;
  float: left;
  width: 660px;
}
.i-about-info .more{
  position: relative;
}

.i-about-info h4 {
  font-size: 28px;
  font-weight: 600;
  color: #03519c;
  line-height: 1.3em;
  padding-top: 40px;
}

.i-about-info p {
  padding: 45px 0px;
  text-align: justify;
  font-size: 15px;
  line-height: 1.8em;
  color: #555;
}

.i-about-info .more a {
  background: #03519c;
}

.i-about-img {
  float: right;
  width: 550px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.i-ys {
  padding: 100px 0px;
  background: #fff;
}

.i-ys .i-tit {
  text-align: center;
  color: #333;
}

.i-ys .i-tit h2 {
  color: #333;
}

.i-ys .i-tit i {
  display: block;
  position: relative;
  padding-bottom: 20px;
  color: #03519c;
}

.i-ys .i-tit span {
  color: #666;
  display: block;
  padding-top: 15px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
}

.i-ys-list {
  padding-top: 70px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}


.i-ys-info {
  width: calc(33.33% - 82px);
  padding: 40px 30px;
  border-radius: 6px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  border: 1px solid #e8e8e8;
  background: #fff;
}

.i-ys-info:hover {
  border-color: #03519c;
  box-shadow: 0 8px 30px rgba(3, 81, 156, 0.15);
  transform: translateY(-5px);
}

.i-ys-info i {
  text-align: center;
  font-size: 32px;
  color: #03519c;
  display: block;
  height: 40px;
  padding-bottom: 25px;
}

.i-ys-info h4 {
  font-size: 18px;
  text-align: center;
  color: #333;
  padding-bottom: 25px;
  font-weight: 600;
}

.i-ys-info p {
  color: #666;
  padding: 0px;
  font-size: 14px;
  line-height: 1.8em;
  text-align: center;
}

.i-ys-btn {
  padding-top: 60px;
  text-align: center;
}

.i-ys-btn a {
  display: inline-block;
  background: #03519c;
  color: #fff;
  border-radius: 4px;
  padding: 16px 60px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
}

.i-ys-btn a i {
  padding-right: 15px;
  font-size: 18px;
  vertical-align: middle;
  font-weight: normal;
}

.i-ys-btn a:hover {
  background: #023d73;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(3, 81, 156, 0.3);
}


.i-choose {
  text-align: center;
  padding: 100px 0px;
}

.i-choose .i-tit i {
  position: relative;
  top: 0px;
  display: block;
  padding-bottom: 20px;
  color: #03519c;
}

.i-choose .i-tit h2 {
  padding-left: 20px;
}

.i-choose-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  padding-top: 60px;
}

.i-choose-info {
  width: calc(25% - 90px);
  background: #fff;
  padding: 45px 30px;
  border-radius: 6px;
  border: 1px solid #e8e8e8;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
}

.i-choose-info:hover {
  border-color: #03519c;
  box-shadow: 0 8px 24px rgba(3, 81, 156, 0.12);
  transform: translateY(-5px);
}

.i-choose-info h4 {
  font-weight: 600;
  font-size: 18px;
  padding: 30px 0px 20px 0px;
  color: #333;
}

.i-choose-info p {
  color: #666;
  font-size: 14px;
  line-height: 1.8;
}

.i-team {
  background: #fafafa;
  padding: 100px 0px;
}

.i-team-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 25px;
  padding-top: 60px;
}

.i-team-info {
  width: calc(20% - 55px);
  background: #fff;
  text-align: center;
  padding: 25px 15px;
  border-radius: 6px;
  border: 1px solid #e8e8e8;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
}

.i-team-info:hover {
  border-color: #03519c;
  box-shadow: 0 8px 24px rgba(3, 81, 156, 0.15);
  transform: translateY(-5px);
}

.i-team-info img{
  max-width: 100%;
  height: auto;
}

.i-team-info h4 {
  font-weight: 600;
  font-size: 15px;
  margin: 20px 15px 12px 15px;
  color: #333;
  text-align: left;
  line-height: 1.5;
  overflow:hidden;
}

.i-team-info p {
  color: #666;
  padding: 0px 15px;
  text-align: left;
  line-height: 1.6;
  height: 80px;
  overflow: hidden;
  font-size: 13px;
}

.i-customer {
  padding: 100px 0px;
}

.i-customer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
  padding-top: 60px;
  align-items: stretch;
}

.i-customer-info {
  width: calc(100% - 4px);
  height: calc(100% - 2px);
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  position: relative;
  box-shadow: none;
  margin-left: 2px;
  overflow: hidden;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  background: #fff;
}

.i-customer-info:hover {
  border-color: #03519c;
  box-shadow: 0 8px 30px rgba(3, 81, 156, 0.15);
}

.i-customer-info h4 {
  padding: 0px 30px 0px 30px;
}
.i-customer-info p {
  padding: 0px 30px 30px 30px;
}

.i-customer-info div {
  padding: 30px 30px 10px 30px;
  height: 240px;
  width: auto;
}

.i-customer-info img {
  height: 240px;
  width: auto;
}

.i-news {
  background: #fafafa;
  padding: 100px 0px;
}

.i-news-list {
  padding-top: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.i-news-info{
  padding: 20px;
  border: 1px solid #e8e8e8;
  width: calc(50% - 50px);
  background: #fff;
  border-radius: 6px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
}

.i-news-info:hover {
  border-color: #03519c;
  box-shadow: 0 6px 20px rgba(3, 81, 156, 0.12);
}

.i-news1 {
  float: left;
  width: 607px;
  border-radius: 6px;
  overflow: hidden;
}
.i-news1 a img{ width: 607px; height: auto; transition: 0.3s all;}
.i-news1 a:hover img{ transform: scale(1.05);}

.i-news1 a h4 {
  font-weight: 600;
  font-size: 18px;
  display: block;
  color: #333;
  margin-top: 15px;
  transition: 0.3s all;
}

.i-news1 a:hover h4 {
  color: #03519c;
}

.i-news1 a span {
  color: #999;
  padding-top: 8px;
  display: block;
  font-family: 'BEBAS';
  font-size: 14px;
}

.i-news2 {
  float: right;
  width: 750px;
}

.i-news2 .i-news-info {
  background: #fff;
  border-radius: 6px;
  padding: 25px;
  margin-bottom: 15px;
  border: 1px solid #e8e8e8;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
}

.i-news2 .i-news-info:hover {
  border-color: #03519c;
  box-shadow: 0 6px 20px rgba(3, 81, 156, 0.12);
}

.i-news2 .i-news-info a span {
  font-size: 14px;
  font-family: 'BEBAS';
  display: block;
  color: #999
}

.i-news2 .i-news-info a h4 {
  font-weight: 600;
  font-size: 16px;
  display: block;
  padding:8px 0px;
  color: #333;
  transition: 0.3s all;
}

.i-news2 .i-news-info a:hover h4 {
  color: #03519c;
}

.i-news2 .i-news-info a p {
  color: #666;
  padding-top: 12px;
  font-size: 14px;
}



.foot {
  padding-bottom: 60px;
  background: #001a33;
  border-top: 4px solid #03519c;
}
.f-rz{
  padding: 30px 120px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  margin-bottom: 30px;
}
.f-fwrz{
  padding-top: 15px;
}
.f-txrz,.f-fwrz{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.f-txrz ul,.f-fwrz ul{
  width: calc(100% - 120px);
}
.f-rz-tit{ width: 100px; line-height: 24px;}
.f-rz-tit a{
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  transition: 0.3s all;
}
.f-rz-tit a:hover{
  color: #03519c;
}
.f-rz ul{
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.f-rz ul li{
  line-height: 24px;
}
.f-rz ul li a{
  color: rgba(255,255,255,0.6);
  font-size: 14px;
  transition: 0.3s all;
}
.f-rz ul li a:hover{
  color: #fff;
}

.f-infos{
  padding: 0px 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.f-logo {
  width:480px;
}
.f-info{
  background-image: url(../images/wechat.jpg);
  background-position:left center;
 padding-left: 120px;
 background-repeat: no-repeat;
 background-size: 110px 110px;
}
.f-info-tel{
  color: rgba(255,255,255,0.7);
  padding-top: 30px;
  font-size: 14px;
}
.f-info-tel span{
  color:#fff;
  font-size: 32px;
  font-family: 'BEBAS';
  display: block;
  line-height: 1.4em;
  padding-bottom: 15px;
  letter-spacing: 1px;
}

.f-info p{
  color: rgba(255,255,255,0.6);
  font-size: 14px;
  line-height: 2em;
}


.f-menu {
  width: 720px;
}
.f-menu ul{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.f-menu ul li{

}
.f-menu ul li a{ color: #fff; font-weight: 600; font-size: 15px; transition: 0.3s all;}
.f-menu ul li a:hover{ color: #03519c;}
.f-menu ul li ul{
  display: block;
}
.f-menu ul li ul li{
  float: none;
  text-align: left;
  padding: 8px 0px;
  line-height: 1.6;
}
.f-menu ul li ul{ padding-top: 20px;}
.f-menu ul li li a{
  font-weight:400;
  font-size: 13px;
  color: rgba(255,255,255,0.6);
}
.f-menu ul li li a:hover{
  color: #fff;
}

.copyright{ margin: 0px 120px; line-height: 1.8em; padding-top:30px; border-top: 1px solid rgba(255,255,255,0.05); color: rgba(255,255,255,0.5); margin-top: 50px; position: relative; font-size: 13px;}
.copyright a{ color: rgba(255,255,255,0.5); transition: 0.3s all;}
.copyright a:hover{ color: #fff;}


.f_keywords {
  margin: 0 120px;
  color: rgba(255,255,255,0.4);
  padding-top: 15px;
  font-size: 13px;
  line-height: 1.8em;
}
.f_keywords a{
  color: rgba(255,255,255,0.4);
  margin-right: 12px;
  transition: 0.3s all;
}
.f_keywords a:hover{
  color: #fff;
}


.copyright .foot_area{}
.copyright .foot_area a{ margin-right: 15px;}

.paging{ padding-bottom:40px;}
.paging .pagination{ margin-top:20px; display:flex; flex-wrap:wrap;}
.paging ul li{ display:inline-block;margin-right:5px;}
.paging ul span{ display:block; height:30px; line-height:30px; width:30px; text-align:center;}
.paging ul li.disabled{background:#eee; color:#999;  border:1px solid #eee;}
.paging ul li.active{ background:#4f8df0; color:#fff; border:1px solid #4f8df0;}
.paging ul li a{display:block; border:1px solid #ddd;}

.sitemap{
  padding:30px 0px 50px 0px;
}
.sitemap-tit{
  background: #f6f6f6;
  line-height: 50px;
  padding:0px 20px;
  margin-top:20px;
}
.sitemap-list{
  padding:30px;
}
 