@charset "UTF-8";
*{-moz-transition:all 2s;
  -webkit-transition:all 1s;
  -ms-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;}
html {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  -webkit-font-smoothing:antialiased;

  /*解决chrome浏览器下字体不能小于12px*/ }
body {
	overflow-x: hidden;
	font-size: 12px;
    color: #666;
    font-family: "Microsoft YaHei", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", sans-serif;
  }
a {outline:none;text-decoration:none;color:inherit;cursor:pointer;}
a:hover{text-decoration:none;}
html { zoom:1; }
html * {  outline:0; zoom:1; }
html button::-moz-focus-inner { border-color: transparent !important; }
 
/*设置margin和padding为0*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }
 
table {
  border-collapse: collapse;
  border-spacing: 0; }
 
fieldset, a ,img,input,select,button,textarea{background:none;
  border: 0; }
 
address, caption, cite, code, dfn, em, th, var，i {
  font-style: normal;
  font-weight: normal; }
 
li {
  list-style: none; }
 
caption, th {
  text-align: left; }
 
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }
 
q:before, q:after {
  content: ''; }
 
em, i {
  font-style: normal; }
 
input[type="submit"], input[type="reset"], input[type="button"], input[type=date], button, select, input[type=text] {
  /*去掉苹果的默认UI来渲染按钮 、解决部分手机浏览器对border：none无效办法*/
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /*去掉微信端input-text在ios轻快下的点击出先黑色半透明背景*/
  tap-highlight-color: transparent !important; }
 
a, input[type=text], select, input[type=password], textarea {
  /*去掉微信端input-text在ios轻快下的点击出先黑色半透明背景*/
  tap-highlight-color: transparent !important; }
input::-webkit-input-placeholder {
  color: #aaa; }

.disFlex{ display: flex; justify-content: space-between; align-items: center;}
.disFlexc{ display: flex; justify-content: center; align-items: center;}
.disFlexs{ display: flex; flex-direction: column; justify-content: center; align-items: center;}
.disInlineb{width: 100%; display: inline-block; vertical-align: middle;}
.bgSizeContain{background-repeat: no-repeat;background-position: center;background-size: contain;}
.bgSizeCover{background-repeat: no-repeat;background-position: center;background-size: cover;}
.textlinear{ -webkit-background-clip:text; -webkit-text-fill-color:transparent;}
.textstroke{ color: transparent; -webkit-text-stroke: 1px rgba(34, 34, 34, .2);}
.over1{ white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.over2,
.over3,
.over4,
.over5,
.over6,
.over7,
.over9{ display: -webkit-box;-webkit-box-orient: vertical; overflow: hidden; }
.over2{ -webkit-line-clamp: 2;}
.over3{ -webkit-line-clamp: 3;}
.over4{ -webkit-line-clamp: 4;}
.over5{ -webkit-line-clamp: 5;}
.over6{ -webkit-line-clamp: 6;}
.over7{ -webkit-line-clamp: 7;}
.over9{ -webkit-line-clamp: 9;}

.fl{float:left;}
.fr{float:right;}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.warpper{width:1200px;margin:0 auto;}
.w-1440 {
	width:1180px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width:1440px) {.w-1440 {width:1440px;}}
.header{position: fixed;left: 0;right: 0;top: 0;z-index: 9;height:90px;}
.header .logo{margin-top:21px;}
.nav{height:90px;}
.nav ul{margin: 0 -28px;}
.nav ul li{position:relative;float:left;display:inline-block;padding:0 28px;}
.nav ul li>a{position: relative;display:block;font-size:14px;line-height:90px;color: #fff;transition:color .6s;}
.nav ul li>a:before{content: '';position: absolute;left: 50%;top: 23px;z-index: 1;width: 6px;height: 6px;margin-left: -3px;border-radius: 3px;background-color: #1de19b;opacity: 0;transition:opacity .6s;}
.nav dl{position:absolute;left:50%;top:96%;z-index:1;width:140px;margin-left:-70px;padding-top: 10px;padding-bottom: 10px;background-color: #fff;border-radius: 6px;box-shadow: 0 0 10px rgba(255, 255, 255, .6);opacity:0;transform: translateY(-200%);transition:opacity .7s;}
.nav dl dd{padding-top: 10px;padding-bottom: 10px;}
.nav dl dd>a{display: block;font-size: 14px;line-height: 1.2;color: #666;text-align: center;cursor: pointer;}
.nav dl dd>a:hover{color:#1de19b;}
.nav ul li:hover>a,.nav ul li.cur>a{font-weight: bold;color:#1de19b;}
.nav ul li:hover>a:before,.nav ul li.cur>a:before{opacity: 1;}
.nav ul li:hover dl{opacity:1;transform: translateY(0);}
.header.white{background-color:rgba(255,255,255,1);}
.header.white .nav ul li>a{color:#222;}
.header.white .nav ul li:hover>a,.header.white .nav ul li.cur>a{font-weight: bold;color:#1de19b;}
.banner{width:100%;min-width:1200px;max-width:1920px;margin:0 auto;clear:both;height:790px;background:#e2e2e2;}
.banner .swiper-container{position: relative;overflow: hidden;width:100%;height: 100%;}
.banner .swiper-slide {display: flex;justify-content: center;align-items: center;}
.banner .swiper-pagination-bullet{width: 9px;height: 9px;border-radius: 5px;background-color: #fff;opacity: 1;}
.banner .swiper-pagination-bullet-active{background-color: #b84d46;}
.video-slide {
  position: relative;
}

video {
  width: 100%;
  display: block;
}
.text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  text-align: center;
  color: white;
  font-size: 48px;
  font-weight: bold;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all 0.8s ease-out;
  width: 100%;
  /*animation: fadeInUp 1.5s ease;*/
}
.text-overlay2 {
  position: absolute;
  top: 50%;
  left: 50%;
 /* 初始状态：向下偏移 */
 transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  font-size: 48px;
  font-weight: bold;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);

  /*transition: all 0.8s ease-out;*/
  /*animation: fadeInUp 1.5s ease;*/
}

.text-overlay p {
  margin: 10px 0;
  
}
.text-overlay .baner_p1 {
  font-size: 98px;
}
.text-overlay .baner_p2 {
  font-size: 68px;
}

.text-overlay.show {
  opacity: 1;
  transform: translate(-50%, -50%);  /* 动画后：垂直水平居中 */
}
.text-overlay2.show {
  opacity: 1;
  transform: translate(-50%, -50%);  /* 动画后：垂直水平居中 */
}
@keyframes fadeInUp00000 {
            from {
                opacity: 0;
               transform: translate(-50%, 50%);  /* 初始状态：向下偏移 */
            }
            to {
                opacity: 1;
                transform: translate(-50%, -50%);
            }
        }
@media (min-width:1440px) {.banner {height:950px;}}
/*banner end*/

.idx_jj{padding-top: 120px;padding-bottom: 120px;background-image: url(../images/idx_jj_bg.png);background-size: auto;background-position: 100% center;}
.idx_jj>.disFlex{align-items: flex-start;}
.idx_jj .fl{width: 60.4%;}
.idx_jj .fr{width: 36%;padding-top: 180px;}
.idx_jj .tit{position: relative;display: inline-block;font-size: 40px;line-height: 1.4;color: #222;}
.idx_jj .tit:before{content: attr(data-txt);position: absolute;right: -20px;top: -30px;z-index: 1;font-family: 'bellamy-stevenson';font-size: 47px;background-image: linear-gradient(to right,#29fdf3,#1376fb);-webkit-background-clip:text; -webkit-text-fill-color:transparent;}
.idx_jj .titen{position: absolute;left: 0;right: 0;top: 0;z-index: 0;font-family: 'fonarto-regular';font-size: 120px;line-height: 1;color: #eee;white-space: nowrap;}
.idx_jj .tits{position: relative;padding-top: 54px;}
.idx_jj .subtit{font-size: 20px;line-height: 1.4;background-image: linear-gradient(to right,#29fdf3,#1376fb);-webkit-background-clip:text; -webkit-text-fill-color:transparent;}
.idx_jj .desc{margin-top: 30px;font-size: 14px;line-height: 26px;color: #222;}
.idx_jj .more{display: block;width: 180px;height: 50px;margin-top: 0px;background-image: url(../images/btn_i03.png);}
.idx_jj .more:hover{opacity: .6;}
.idx_jj .bigpicture{width: 100%;margin-top: 0px;}
.idx_jj .bigpicture>img{object-fit: cover;width: 100%;}
.idx_jj .smallpicture{width: 100%;}
.idx_jj .smallpicture>img{object-fit: cover;width: 100%;}

.idx_cp{padding-top: 130px;padding-bottom: 130px;background-image: url(../images/idx_cp_bg.jpg);}
.idx_cp .tit{position: relative;display: inline-block;font-size: 40px;line-height: 1.4;color: #222;}
.idx_cp .tit:before{content: attr(data-txt);position: absolute;right: -20px;top: -30px;z-index: 1;font-family: 'bellamy-stevenson';font-size: 47px;background-image: linear-gradient(to right,#29fdf3,#1376fb);-webkit-background-clip:text; -webkit-text-fill-color:transparent;}
.idx_cp .titen{position: absolute;left: 0;right: 0;top: 0;z-index: 0;font-family: 'fonarto-regular';font-size: 120px;line-height: 1;color: #eee;white-space: nowrap;}
.idx_cp .tits{position: relative;padding-top: 54px;}
.idx_cp .list ul{margin: -22px;}
.idx_cp .list li{float: left;width: 33.33%;box-sizing: border-box;padding: 22px;}
.idx_cp .list .itm{position: relative;overflow: hidden;display: block;border-radius: 10px;cursor: pointer;}
.idx_cp .list .itm:before{content: '';position: absolute;left: 0;right: 0;bottom: 0;z-index: 1;height: 50%;background-image: linear-gradient(to top,rgba(0,0,0,.7),transparent);}
.idx_cp .list .thumbnail{position: relative;overflow: hidden;}
.idx_cp .list .thumbnail>img{object-fit: cover;}
.idx_cp .list p{position: absolute;left: 0;right: 0;bottom: 0;z-index: 2;text-align: center;font-size: 20px;line-height: 80px;color: #fff;}
.idx_cp .list li:hover .itm:before{background-image: url(../images/idx_cp_i01.png);background-repeat: no-repeat;background-position: center bottom;background-size: cover;}
.idx_cp .list li:hover p{font-weight: bold;}
.idx_cp .list li:nth-child(1) .itm{margin-top: 30px;}
.idx_cp .list li:nth-child(2) .itm{margin-top: 60px;}

.idx_xw{padding-top: 120px;padding-bottom: 120px;}
.idx_xw .tit{position: relative;display: inline-block;font-size: 40px;line-height: 1.4;color: #222;}
.idx_xw .tit:before{content: attr(data-txt);position: absolute;right: -20px;top: -30px;z-index: 1;font-family: 'bellamy-stevenson';font-size: 47px;background-image: linear-gradient(to right,#29fdf3,#1376fb);-webkit-background-clip:text; -webkit-text-fill-color:transparent;}
.idx_xw .titen{position: absolute;left: 0;right: 0;top: 0;z-index: 0;font-family: 'fonarto-regular';font-size: 120px;line-height: 1;color: #eee;white-space: nowrap;}
.idx_xw .tits{position: relative;padding-top: 54px;}
.idx_xw .list{padding-top: 50px;}
.idx_xw .list ul{margin: -13px;}
.idx_xw .list li{float: left;width: 25%;box-sizing: border-box;padding: 13px;}
.idx_xw .list .itm{position: relative;overflow: hidden;display: block;border-radius: 10px;cursor: pointer;}
.idx_xw .list .thumbnail{position: relative;overflow: hidden;}
.idx_xw .list .thumbnail>img{object-fit: cover;display: block;}
.idx_xw .list .thumbnail:before{content: '';position: absolute;left: 0;right: 0;bottom: 0;z-index: 1;height: 100%;background-image: linear-gradient(to right,#29fdf3,#1376fb);opacity: 0;}
.idx_xw .list .thumbnail:after{content: '';position: absolute;left: 0;right: 0;bottom: 0;z-index: 2;height: 100%;background-image: url(../images/idx_xw_i01.png);background-repeat: no-repeat;background-size: auto;background-position: center;opacity: 0;}
.idx_xw .list .info{padding: 20px 30px 30px; background-color: #f5f5f5;}
.idx_xw .list .title{font-size: 20px;line-height: 1;color: #222;}
.idx_xw .list .desc{padding-top: 15px; font-size: 14px;line-height: 24px;color: #666;}
.idx_xw .list .time{padding-top: 15px;font-size: 14px;line-height: 24px;color: #ccc;}
.idx_xw .list li:hover .thumbnail:before{opacity: .8;}
.idx_xw .list li:hover .thumbnail:after{opacity: 1;}
.idx_xw .list li:hover .time{color: #1376fb;}

.section01{padding-bottom:53px;}
.mtitle{text-align:center;padding-top:70px;padding-bottom:50px;}
.mtitle strong{font-size:34px;color:#00132e;display:block;font-weight:normal;}
.mtitle p{text-transform:capitalize;color:#999;font-size:16px;}
.sleft{width:280px;float:left;}
.sright{float:right;width:875px;padding-top:20px;height:145px;position:relative;overflow:hidden;padding:0 54px;box-sizing:border-box;}
.sright .con{}
.sright .swiper-button-next,.sright .swiper-button-prev{width:15px;height:26px;display:inline-block;margin-top:-13px; top:0;}
.swiper-button-prev{left:0;background:url(../images/prev.png)no-repeat;}
.swiper-button-next{right:0;background:url(../images/next.png)no-repeat;}
.sleft h2{color:#ffc000;font-size:20px;font-weight:bold;}
.sleft p{font-size:12px;line-height:20px;margin-top:40px;}
.sright ul{}
.sright ul li{float:left;width:267px;height:145px;border-left:solid 1px #eee;padding-left:50px;padding-right:85px; box-sizing:border-box;}
.sright ul li a{display:block;}
.sright ul li span{display:block;font-size:14px;width:50px;}
.sright ul li strong{display:block;font-weight:normal;font-size:16px;color:#1a1a29;line-height:22px;}
.sright ul li em{display:inline-block;width:106px;height:29px;line-height:29px;border:solid 1px #1a1a29;text-align:center;margin-top:30px;letter-spacing:2px;}
.sright ul li i{width:11px;height:11px;display:inline-block;background:url(../images/jia.jpg)no-repeat;margin-right:13px;}
.sright ul li a:hover em{background:#00132e;color:#fff;}
.sright ul li a:hover em i{background:url(../images/jia02.png)no-repeat;}

.section02{background:#f8f8f8;padding-bottom:30px;text-align:center;}
.mnav{display:inline-block;position:relative;}
.mnav ul{display:inline-block;border-top:solid 1px #cecece;border-bottom:solid 1px #cecece;position:relative;}
.mnav ul li{display:inline-block;height:35px;line-height:35px;text-align:center;margin-right:46px;}
.mnav ul li a{display:block;font-size:16px;}
.mnav ul li:last-child{text-align:right;margin-right:0;}
.mnav .mline{width:64px;height:2px;background:#ffc000;position:absolute;left:0;bottom:0;}
.mnav ul li a:hover{color:#00132e;}
.case{overflow:hidden;margin-top:18px;}
.case ul{}
.case ul li{float:left;width:465px;height:360px;display:inline-block;margin-right:10px;overflow:hidden;position:relative;}
.case ul li a{display:block;}
.case ul li span{width:100%;height:100%;position:absolute;left:0;top:0;background:url(../images/fbg.png)repeat;z-index:22;opacity:0;}
.case ul li i{width:81px;height:81px;display:inline-block;background:url(../images/jiajia.png)no-repeat center;position:absolute;left:50%;top:50%;margin-top:-40.5px;margin-left:-40.5px;z-index:33;opacity:0;}
.case ul li a:hover span{opacity:1;}
.case ul li a:hover i{opacity:1;}
.cmore{width:42px;height:30px;margin:0 auto;background:url(../images/cmore.jpg)no-repeat;margin-top:50px;}
.cmore a{width:42px;height:30px;display:block;}
.case .swiper-button-next,.case .swiper-button-prev{width:131px;height:26px;display:inline-block;top:auto;bottom:0;}
.swiper-button-prev{left:50%;margin-left:-600px; background:url(../images/cprev.png)no-repeat;}
.swiper-button-next{right:50%;margin-right:-600px; background:url(../images/cnext.png)no-repeat;}

.section03{padding-top:107px;padding-bottom:85px;}
.aimg{float:left;width:598px;}
.aimg>img{display:block;}
.ainfo{float:right;width:550px;}
.ainfo h1{position:relative;padding-bottom:30px;font-size:34px;color:#00132e;}
.ainfo h1 span{display:block;text-transform:capitalize;font-size:16px;color:#999;}
.ainfo h1 em{width:47px;height:1px;display:block;background:#ffc000;position:absolute;left:0;bottom:0;}
.ainfo p{font-size:14px;line-height:24px;margin-top:30px;}
.chak{display:inline-block;width:106px;height:29px;line-height:29px;border:solid 1px #1a1a29;text-align:center;margin-top:66px;letter-spacing:2px;}
.chak a{width:106px;height:29px;display:inline-block;}
.chak a i{width:11px;height:11px;display:inline-block;background:url(../images/jia.jpg)no-repeat;margin-right:13px;}
.chak a:hover{background:#00132e;color:#fff;}
.chak a:hover i{background:url(../images/jia02.png)no-repeat;}

.news {overflow:hidden;margin-top:102px;}
.news ul{margin-left:-45px;}
.news ul li{float:left;width:370px;height:75px;display:inline-block;border-top:solid 1px #d8d8d8;margin-left:45px;}
.news ul li .time{float:left;width:127px;height:75px;display:inline-block;background:url(../images/time.png)no-repeat left center;font-size:70px;color:#00132e;position:relative;text-align:right;line-height:72px;}
.news ul li .time i{width:auto;height:75px;font-size:24px;position:absolute;left:0;top:6px;line-height:30px;}
.news ul li .txt{float:right;width:225px;display:inline-block;}
.news ul li .txt strong{display:block;padding-top:7px;color:#00132e;font-size:14px;}
.news ul li .txt .desc{color:#999;}
.footer{width:100%;background:#3054a5;background-image:url(../images/f_bg.jpg)}
.footer .top{align-items: flex-end;padding-top:50px;padding-bottom:45px;}
.footer .fcon{width: 380px;}
.footer .fcon i{display: block;width: 26px;height: 20px;margin-right: 10px;}
.footer .fcon .i1{background-image: url(../images/f_i01.png);}
.footer .fcon .i2{background-image: url(../images/f_i02.png);}
.footer .fcon dl{position: relative;justify-content: flex-start;align-items: flex-start;}
.footer .fcon dl+dl{padding-top: 16px;}
.footer .fcon dt{color:#fff;font-size:16px;}
.footer .fcon dd{width:73%;box-sizing:border-box;padding-left: 10px;color:#fff;font-size:14px;line-height: 24px;}
.footer .fcon .tel{font-family: 'fonarto-regular';font-size: 20px;}
.footer .fcon .more{display: block;width: 240px;height: 44px;margin-top: 40px;background-image: url(../images/btn_i01.png);cursor: pointer;}
.footer .fcon .more:hover{opacity: .6;}
.footer .flink .col{align-items: flex-start;}
.footer .flink h6{display: block;padding-left: 30px;font-family: 'fonarto-regular';font-size: 24px;color: #fff;}
.footer .flink li{padding: 39px 30px 0;}
.footer .flink a{font-size:14px;color: #fff;}
.footer .flink a:hover{opacity: .6;}
.footer .fshare{width: 380px;justify-content: flex-end;}
.footer .qrcode{position: relative;overflow: hidden;width: 120px;height: 120px;background-color: #fff;}
.footer .qrcode>img{object-fit: cover;width: 100%;}
.copyright{padding: 20px 0; background-color: #26468d;font-size: 14px;color: #fff;}
.copyright img{display: inline-block;vertical-align: middle;margin-right: 14px;}
.flogo{padding-bottom: 78px;}
.inbanner{width:100%;height:300px;max-width:1920px;min-width:1200px;margin:0 auto;background-position:center top;background-repeat:no-repeat;}
.inbanner .txt{position:relative; font-size:35px;color:#fff;}
.inbanner sup,.inbanner sub{position:absolute;top:50%;z-index:1;width:4px;height:4px;border-radius:2px;background-color:#3054a5;}
.inbanner sup{left:-60px;}
.inbanner sub{right:-60px;}
.inbanner sup:before,.inbanner sub:before{content:'';position:absolute;top:0;left:-15px;z-index:1;width:100%;height:100%;border-radius:50%;background-color:#3054a5;}
.inbanner sup:after,.inbanner sub:after{content:'';position:absolute;top:0;right:-15px;z-index:1;width:100%;height:100%;border-radius:50%;background-color:#3054a5;}

.mbg{padding-top:80px;padding-bottom:80px;}
.smenu{border-bottom:solid 1px #cecece;text-align:center;}
.smenu ul{display:inline-block;position:relative;}
.smenu ul li{display:inline-block;height:50px;line-height:50px;text-align:center;margin-right:46px;}
.smenu ul li a{display:block;font-size:16px;}
.smenu ul li:last-child{text-align:right;margin-right:0;}
.smenu ul li.cur{}
.smenu ul li.cur a{border-bottom:solid 1px #1de19b;color:#1de19b;}

/*项目案例*/
.caselist{overflow:hidden;max-width:1920px;margin:0 auto;padding-top:45px;padding-bottom:35px;padding-left: 11px;}
.caselist ul{margin:-8px;}
.caselist ul li{float:left;width:50%;box-sizing:border-box;padding:8px;display:inline-block;overflow:hidden;position:relative;}
.caselist ul li a{position:relative;overflow:hidden;display:block;height:268px;}
.caselist ul li a>img{width:100%;}
.caselist ul li span{width:100%;height:100%;position:absolute;left:0;top:0;background:url(../images/fbg.png)repeat;z-index:22;opacity:0;}
.caselist ul li i{width:81px;height:81px;display:inline-block;background:url(../images/jiajia.png)no-repeat center;position:absolute;left:50%;top:50%;margin-top:-40.5px;margin-left:-40.5px;z-index:33;opacity:0;}
.caselist ul li  strong{position:absolute;left:0%;top:50%;width:100%;display:block;font-size:16px;color:#fff;margin-top:42px;padding-top:30px;text-align:center;}
.caselist ul li a:hover span{opacity:1;}
.caselist ul li a:hover i{opacity:1;}
@media (min-width:1200px) {
  .caselist ul li{width:33.33%;}
}

/*项目案例*/
.company{padding-bottom:55px;}
.company .about{background:#3054a5;color:#fff;}
.company p{font-size:16px;line-height:32px;}
.company{}
.company h1{color:#fff;padding-top:30px;}
.company h1 span,.company h1 em{display:none;}
.company .ainfo{padding-right:50px;width:500px;}
.company .ainfo p{font-size:16px;line-height:32px;color:#cfcfcf;margin-top:0;}
.abanner{width:100%;height:300px;position:relative;overflow:hidden;}
.abanner>img{display:block;}
.alink{padding-top:94px;padding-bottom:14px;overflow:hidden;}
.alink ul{margin-right:-60px;}
.alink ul li{float:left;width:358px;height:198px;display:inline-block;border:solid 1px #d8d8d8;margin-right:60px;}

/*服务范围*/
.service{overflow:hidden;}
.service ul{padding-right:-85px;margin-top:-20px;}
.service ul li{float:left;width:254px;height:145px;border-left:solid 1px #eee;padding-left:50px;padding-right:85px; box-sizing:border-box;margin-top:20px;}
.service ul li:nth-child(5n){width:178px;padding-right:0;}
.service ul li a{display:block;}
.service ul li span{display:block;font-size:14px;width:50px;}
.service ul li strong{display:block;font-weight:normal;font-size:16px;color:#1a1a29;line-height:22px;margin-top:15px;}
.service ul li em{display:inline-block;width:106px;height:29px;line-height:29px;border:solid 1px #1a1a29;text-align:center;margin-top:13px;letter-spacing:2px;}
.service ul li i{width:11px;height:11px;display:inline-block;background:url(../images/jia.jpg)no-repeat;margin-right:13px;}
.service ul li a:hover em{background:#00132e;color:#fff;}
.service ul li a:hover em i{background:url(../images/jia02.png)no-repeat;}

/*新闻资讯*/
.newslist{overflow:hidden;}
.nlist{float:left;
/*width: 750px;*/
    
}
.nimg{float:right;width: 370px;}
.nlist ul{}
.nlist ul li{
    /*width:750px;*/
padding:10px 0;}
.nlist ul li>a{width:100%;cursor:pointer;background-color:#f7f7f7;}
.nlist ul li .thumbnail{position:relative;overflow:hidden;width:32%;}
.nlist ul li .thumbnail>img{display:block; object-fit:cover;}
.nlist ul li .txt{display:block;width:65%;box-sizing:border-box;padding-right:10px;}
.nlist ul li .txt strong{display:block;color:#222;font-size:18px;}
.nlist ul li .txt .time{padding-top:5px;font-size:14px;color:#1de19b;}
.nlist ul li .txt .desc{padding-top:15px;color:#666;font-size:14px;}
.nlist ul li .txt .more{padding-top:15px;font-size:12px;color:#1de19b;}
.nlist ul li>a:hover{box-shadow:5px 5px 10px rgba(0,0,0,.1);}
.nlist ul li>a:hover strong{color:#1de19b;}

.nimg ul {margin-top:-20px;}
.nimg ul li{width:370px;background:#f7f7f7;height:290px;margin-top:20px;}
.nimg ul li a{display:block;}
.nimg ul li span{display:block;font-size:16px;font-weight:bold;color:#1de19b;background:url(../images/ntbg.jpg)no-repeat right center;margin:0 23px;height:40px;line-height:40px;}
.nimg ul li strong{display:block;font-size:16px;color:#333;margin:0 23px;font-weight:normal;}

/*分页*/
.m-page{text-align:center;padding:20px 20px 20px 20px;clear:both;}
.m-page a{display:inline-block;padding:7px 35px;margin:0 3px;background:#fff;font-size:18px;border:solid 1px #d2d2d2;}
.m-page a.first,.m-page a.last{color:#333;}
.m-page a.z-crt{background:#ffc000;color:#fff;border:solid 1px #ffc000;}

/*招聘*/
.joblist{padding-top:10px;padding-bottom:40px; overflow:hidden;background:#f1f1f1;}
.joblist ul{margin-right:-40px;}
.joblist ul li{float:left;width:580px;height:300px;background:#fff;margin-top:40px;margin-right:40px;}
.joblist ul li a{display:block;padding:0 30px;}
.joblist ul li h3{height:50px;border-bottom:solid 1px #e3e3e3;text-align:right;}
.joblist ul li h3 strong{font-weight:normal;font-size:22px;color:#00132e;margin-top:10px;display:inline-block;float:left;position:relative;padding-left:17px;}
.joblist ul li h3 strong i{width:4px;height:33px;display:inline-block;background:#ffc000;position:absolute;left:0;top:0;}
.joblist ul li h3 span{display:inline-block;height:50px;line-height:50px;font-size:16px;color:#999;}
.joblist ul li .desc{font-size:16px;line-height:26px;color:#666;border-bottom:solid 1px #e3e3e3;display:block;height:198px;padding:15px 0;box-sizing:border-box;}
.joblist ul li em{display:block;height:50px;line-height:50px;font-size:16px;color:#ffc000;}

/*联系我们*/
.contactus{height:530px;background:url(../images/map.jpg)no-repeat center top;}
.contactus .warpper{position:relative;}
.coninfo{width:340px;height:380px;position:absolute;right:0;top:70px;background:url(../images/cbg.png) repeat;}
.ctitle{font-size:26px;color:#1de19b;border-bottom:solid 1px #fff;padding:20px 0;}
.coninfo p{line-height:26px;font-size:16px;margin-top:15px;padding-left:22px;}
.coninfo p span{color:#1de19b;display:block;}
.coninfo,.coninfo p,.coninfo p a{font-size:14px; color:#fff;}
.coninfo .warp{padding:0 20px;}
.coninfo p:nth-child(1){background:url(../images/c01.png)no-repeat left 8px;}
.coninfo p:nth-child(2){background:url(../images/c02.png)no-repeat left 7px;}
.coninfo p:nth-child(3){background:url(../images/c03.png)no-repeat left 2px;}
