﻿/*banner*/
.ind-banner{width: 100%; overflow: hidden; z-index: 1;      margin-top: 96px;  } 
.ind-banner .swiper-slide {position: relative; }
.ind-banner .swiper-slide a{ display: block; width: 100%; height: 100%; }
.ind-banner .swiper-slide .bg img{ width: 100%; }
.ind-banner .one{ position: absolute; left: 50%; margin-left: -6.68rem; top: 36%; transform: translateY(-60%); color: #fff;} 
.ind-banner .one .topz{ overflow: hidden; }
.ind-banner .one .txt1{ font-size: 0.3rem; line-height: 0.4rem; }
.ind-banner .one .txt2{ font-size: 0.2rem;
  letter-spacing: 0px;
  color: #a4c5da;
  font-family: Gilroy;
  line-height: 0.26rem;
  padding-left: 10px;
  padding-top: 0.06rem;}
.ind-banner .one .bot{ font-size: 0.3rem; line-height: 0.4rem; padding-left: 0.5rem; padding-top: 0.1rem;}
.ind-banner .two{ position: absolute; right: 42%; text-align: right; top: 38%; transform: translateY(-70%); color: #fff;} 
.ind-banner .two .txt1{ font-size: 0.5rem; line-height: 0.6rem; }
.ind-banner .two .txt2{ padding-top: 10px; font-size: 18px; color: #a4c5da; font-family:Gilroy; text-transform: uppercase; }
.ind-banner .three{ position: absolute; left: 0; width: 100%; text-align: center; top: 40%; transform: translateY(-60%); color: #fff;} 
.ind-banner .three .txt1{ font-size: 0.48rem; line-height: 0.48rem; }
.ind-banner .three .txt2{ padding-top: 10px; font-size: 16px; color: #a4c5da; font-family:Gilroy; text-transform: uppercase; }
.ind-banner .swiper-pagination{ position: absolute; text-align: center; left: 0; bottom: 0.6rem!important; } 
.ind-banner .swiper-pagination-bullet { position: relative; width: 30px; height: 3px; opacity: 1; border-radius: 0; background: rgba(255,255,255,0.5); margin-left: 5px!important; margin-right: 5px!important; } 
.ind-banner .swiper-pagination-bullet-active { width: 80px; height: 3px; background: #fff;}
.ind-banner .swiper-button-prev{ overflow: hidden; position: absolute; left: 0.4rem; top: 50%; margin-top: -35px; width: 70px; height: 70px; background: url(../images/nimg20_left.png) center no-repeat;}
.ind-banner .swiper-button-next{ overflow: hidden; position: absolute; right: 0.4rem; top: 50%; margin-top: -35px; width: 70px; height: 70px; background: url(../images/nimg20_right.png) center no-repeat; }
.ind-banner .swiper-button-prev .svg, .ind-banner .swiper-button-next .svg { position: absolute; left: 0; top: 0; z-index: 10; width: 70px; height: 70px;}
.ind-banner .swiper-button-prev circle, .ind-banner .swiper-button-next circle { fill: transparent; stroke: transparent; stroke-width: 1; stroke-linecap: round; stroke-dasharray: 700, 0; }
.ind-banner .swiper-button-prev:hover circle, .ind-banner .swiper-button-next:hover circle {
  stroke: #fff;
    -webkit-animation: stroke-dash 2000ms linear;
    animation: stroke-dash 2000ms linear;
}


@-webkit-keyframes stroke-dash {
  from {
    stroke-dasharray: 0, 700;
    stroke-dashoffset: 0;
  }
  to {
    stroke-dasharray: 700, 0;
    stroke-dashoffset: 0;
  }
}
@keyframes stroke-dash {
  from {
    stroke-dasharray: 0, 700;
    stroke-dashoffset: 0;
  }
  to {
    stroke-dasharray: 700, 0;
    stroke-dashoffset: 0;
  }
}
/*banner结束*/

.indexPart1{ overflow: hidden; }
.indexPart1 .leftDiv{ position: relative; width: 50%; overflow: hidden; }
.indexPart1 .imgDiv img{ width: 100%; }
.indexPart1 .videobox video{width:100%;height:auto;position:absolute;top:50%;left:0;transform: translateY(-50%);z-index:-1;visibility:hidden;opacity:0;object-fit:fill;}
.indexPart1 .videobox.cur{ background:#fff;}
.indexPart1 .videobox.cur .img, .indexPart1 .videobox.cur .imgDiv,
.indexPart1 .videobox.cur .playbox{z-index:-1;visibility:hidden;opacity:0}
.indexPart1 .videobox.cur video{z-index:2;visibility:visible;opacity:1}
.indexPart1 .videobox .imgDiv img{ width: 100%; }
.indexPart1 .videobox .layer{ cursor:pointer; position: absolute; left: 50%; margin-left: -34px; width: 68px; height: 68px; top: 50%; margin-top: -34px; z-index: 2; }
.indexPart1 .videobox:hover .imgDiv img{ transform:scale(1.05);-webkit-transform:scale(1.05);}

.indexPart1 .rightDiv{ width: 50%; }
.indexPart1 .conDiv{ width: 6.68rem; padding: 1.0rem 0 0 1.0rem; }
.indexPart1 .txt{ font-size: 0.24rem; color: #263d74; line-height: 0.24rem; padding-bottom: 12px; }
.indexPart1 .wen{ font-size: 0.36rem; line-height: 0.36rem; color: #263d74; font-weight: bold; }
.indexPart1 .content{ font-size: 14px; line-height: 24px; padding-top: 0.35rem; }
.indexPart1 .more{ padding-top: 0.7rem; }
.indexPart1 .more a{ display: inline-block; font-size: 16px; line-height: 16px; height: 24px; color: #cfa54f; position: relative;}
.indexPart1 .more a:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; background: #cfa54f; height: 2px; }
.indexPart1 .more a:hover:after{ width: 0; left: 50%; }
.indexPart1 .numList{ padding-top: 0.75rem; }
.indexPart1 .numList li{ float: left; width: 1.92rem; font-size: 16px; }
.indexPart1 .numList li .numUp{ font-size: 0.48rem; line-height: 0.48rem; color: #cfa54f; font-family:Gilroy; padding-right: 5px;}

.indexPart2{ position: relative; overflow: hidden;}
.homeseritems{ position:absolute; bottom:0; left:0; z-index:3; width: 100%;}
.homeseritems:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 1px; background: rgba(255,255,255,0.3); }
.homeseritems .list li{ float: left; width:33.33%; height: 3.0rem; text-align: center; cursor:pointer; position:relative; z-index:2}
.homeseritems .list li:after{ content: ''; position: absolute; right: 0; top: 0; width: 1px; height: 100%; background: rgba(255,255,255,0.3); }
.homeseritems .list li:last-child:after{ display: none; }
.homeseritems .list li .ico{ padding: 0.9rem 0 0.35rem; }
.homeseritems .list li .c-name{ font-size: 0.24rem; line-height: 0.24rem; color: #fff; padding-bottom: 5px; }
.homeseritems .list li .e-name{ font-size: 12px; color: rgba(255,255,255,0.5); text-transform: uppercase; font-family:Gilroy; }
.homeseritems .list li .more{ opacity: 0; visibility: hidden; }
.homeseritems .list li.cur .ico{ padding: 0.5rem 0 0.35rem; }
.homeseritems .list li.cur .more{ opacity: 1; visibility: visible; padding-top: 0.3rem; }
.homeseritems .list li.cur .more a{ display: inline-block; font-size: 16px; line-height: 16px; height: 24px; color: #fff; position: relative; }
.homeseritems .list li .more a:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; background: #fff; height: 2px;}
.homeseritems .list li .more a:hover:after{ width: 0; left: 50%;}
.homeserbg{ width: 33.33%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(207,165,79,0.8); }


.homesercont .item{ position: relative; overflow: hidden;}
.homesercont .item .bg{ display:none}
.homesercont .item .bg img{ width: 100%; }
.homesercont .item.cur .bg{display:block;}
.homesercont .item.cur .bg img{ animation: myScale 5s forwards;}
.homesercont .item .layer{display:block; color: #fff; width:9.8rem; padding-top:1.3rem; position:absolute; left: 50%; margin-left: -7.68rem; top:0; opacity:0; transform:translateY(-100%)}
.homesercont .item.cur .layer{opacity:1;transform:translateY(0);}
.homesercont .item .txt{ font-size: 0.24rem; line-height: 0.24rem; padding-bottom: 18px; }
.homesercont .item .wen{ font-size: 0.36rem; line-height: 0.54rem; font-weight: bold; }
.homesercont .item .content{ padding-top: 0.3rem; font-size: 14px; line-height: 24px; }


.indexPart3{ overflow: hidden; position: relative;}
.indexPart3 .leftDiv{ position: absolute; left: 50%; margin-left: -7.68rem; top: 0; z-index: 1; }
.indexPart3 .conDiv{ width: 5.0rem; padding-top: 1.2rem; }
.indexPart3 .rightImg{ width: 50%; overflow: hidden;}
.indexPart3 .rightImg img{ width: 100%; }
.indexPart3 .txt{ font-size: 0.24rem; color: #263d74; line-height: 0.24rem; padding-bottom: 12px; }
.indexPart3 .wen{ font-size: 0.36rem; line-height: 0.36rem; color: #263d74; font-weight: bold; }
.indexPart3 .content{ font-size: 14px; line-height: 24px; padding-top: 0.35rem; }
.indexPart3 .more{ padding-top: 0.7rem; }
.indexPart3 .more a{ display: inline-block; font-size: 16px; line-height: 16px; height: 24px; color: #cfa54f; position: relative;}
.indexPart3 .more a:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; background: #cfa54f; height: 2px; }
.indexPart3 .more a:hover:after{ width: 0; left: 50%; }
.indexPart3 .rightImg:hover img{ transform:scale(1.1);-webkit-transform:scale(1.1);}

.about .leftDiv{ width:9.05rem; padding-top:35px;}
.about .leftDiv .name{ font-size:0.48rem; line-height:0.48rem; color:#263d74; padding-bottom:35px; font-weight:bold;}
.about .leftDiv .content{ font-size:14px; line-height:30px;}
.about .rightDiv{ width:5.32rem; position:relative; height:6.04rem;}
.about .rightDiv .mxfDiv{ width: 5.12rem; height:6.04rem; position:absolute; right:0; top:0;}
.about .rightDiv .mxfDiv:before{content:""; z-index: 1; position: absolute; left:0; top:0; border-top:1px solid #d9dde7; border-left:1px solid #d9dde7; width:100%; height:100%; box-sizing:border-box;}
.about .rightDiv .mxfDiv:after{content:""; z-index: 1; position: absolute; right:0; bottom:0; border-right:1px solid #d9dde7; border-bottom:1px solid #d9dde7; width:100%; height:100%;box-sizing:border-box;}
.about .rightDiv .imgDiv{ padding-top:0.2rem; position:relative; z-index:2; overflow: hidden;}
.about .rightDiv .imgDiv img{ width:5.12rem;}

.realtyPart1{ padding:120px 0 110px; position:relative;}
.realtyPart1:after { content: ""; width: 0; height: 255px; display: block; position: absolute; left: 0; bottom: 0; z-index: -1; background: url(../images/realtybg.png) no-repeat left bottom; transition: width 3s ease; -webkit-transition: width 3s ease; -moz-transition: width 3s ease; -ms-transition: width 3s ease; -o-transition: width 3s ease;}
.realtyPart1.cur:after { width: 100%;}
.realtyPart1 .title{ text-align:center; font-weight:bold; font-size:0.48rem; line-height:0.48rem; padding-bottom:45px; color:#263d74;}
.realtyPart1 .content{ font-size:16px; line-height:28px; margin:0 auto; width:1050px;}

.realtyPart2{ padding:120px 0; background:#f7f9fa;}
.realtyPart2 .title{ text-align:center; font-weight:bold; font-size:0.48rem; line-height:0.48rem; padding-bottom:60px; color:#263d74;}
.realtyPart2 .list ul{ margin-right:-0.44rem;}
.realtyPart2 .list li{ float:left; width:50%;padding-bottom: 40px;}
.realtyPart2 .list li .box{ margin-right:0.44rem;}
.realtyPart2 .list li .imgDiv{ overflow:hidden;}
.realtyPart2 .list li .imgDiv img{ width:100%;}
.realtyPart2 .list li .botDiv{ background:#fff; padding:0 0.4rem; height:140px;}
.realtyPart2 .list li .name{ padding-top:35px; height:32px; line-height:32px; overflow:hidden; font-size:18px; color:#000; font-weight:bold;}
.realtyPart2 .list li .msg{ font-size:16px; color:#999; line-height:28px; height:56px; overflow:hidden;}
.realtyPart2 .list li .box:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.realtyPart2 .list li .box:hover{-webkit-box-shadow: 0 17px 40px 0 hsla(230,9%,48%,.2); box-shadow: 0 17px 40px 0 hsla(230,9%,48%,.2); -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0);}

.portPart1{ padding:120px 0 100px; background: url(../images/portbg.jpg) no-repeat center bottom; background-size: 100%;}
.portPart1 .name{ text-align:center; font-weight:bold; font-size:0.48rem; line-height:0.48rem; padding-bottom:40px; color:#263d74;}
.portPart1 .content{ font-size:16px; line-height:28px; text-align:center; padding-bottom:50px;}
.portPart1 .numList{ width:1040px; margin:0 auto; padding-bottom:90px;}
.portPart1 .numList li{ float:left; width:25%; font-size:16px;}
.portPart1 .numList li .numUp{ font-family:Gilroy; color:#cfa54f; font-size:48px; line-height:48px; padding-right: 5px;}
.portPart1 .more{ text-align:center;}
.portPart1 .more a{ display:inline-block; height:22px; position:relative; font-size:16px; color:#cfa54f; line-height:16px;}
.portPart1 .more a:after{ content:''; position:absolute; left:0; bottom:0; width:100%; height:2px; background:#cfa54f;}
.portPart1 .more a:hover:after{ width: 0; left: 50%;}
.portPart1 .icon{ text-align: center; padding-top: 95px; animation:start 2.5s infinite ease-in-out;-webkit-animation:start 2.5s infinite ease-in-out;-moz-animation:start 2.5s infinite ease-in-out;}

.portPart2{ background: #f5f7fa; padding: 120px 0; }
.portPart2 .list li{ background: #fff; position: relative; height: 4.39rem;}
.portPart2 .list li .imgDiv{ width: 50%; overflow: hidden;}
.portPart2 .list li .imgDiv img{ width: 7.68rem; }
.portPart2 .list li .conDiv{ width: 50%; }
.portPart2 .list li .mxfDiv{ padding: 0 0.9rem; }
.portPart2 .list li .ico{ padding: 0.8rem 0 0.2rem; }
.portPart2 .list li .name{ font-size: 30px; line-height: 30px; color: #000; font-weight: bold; padding-bottom: 20px; }
.portPart2 .list li .content{ font-size: 16px; line-height: 28px; height: 112px; overflow: hidden; }
.portPart2 .list li .more{ padding-top: 0.5rem;}
.portPart2 .list li .more a{ display:inline-block; height:22px; position:relative; font-size:16px; color:#cfa54f; line-height:16px;}
.portPart2 .list li .more a:after{ content:''; position:absolute; left:0; bottom:0; width:100%; height:2px; background:#cfa54f;}
.portPart2 .list li .more a:hover:after{ width: 0; left: 50%;}
.portPart2 .list li:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}

.portPart3{ padding-top: 120px; height: 488px; background: url(../images/portbg2.jpg) no-repeat center; background-size: cover; background-attachment: fixed;}
.portPart3 .title{ font-weight: bold; font-size: 48px; line-height: 48px; color: #fff; text-align: center; padding-bottom: 60px; }
.portPart3 .list ul{ margin-right: -30px; }
.portPart3 .list li{ float: left; width: 33.33%; }
.portPart3 .list li .box{ margin-right: 30px; height: 204px; padding-top: 60px; background: #fff; border-radius: 6px; text-align: center; position: relative; overflow: hidden; }
.portPart3 .list li .box:after{ content: ''; opacity: 0; position: absolute; z-index: 1; left: 0; top: 0; width: 105%; height: 100%; background-image: -webkit-linear-gradient(top,#cfa54f,#efc265);
    background-image: -moz-linear-gradient(top,#cfa54f,#efc265);
    background-image: -o-linear-gradient(top,#cfa54f,#efc265);
    background-image: linear-gradient(to bottom,#cfa54f,#efc265);
    background-image: -moz-linear-gradient(to bottom,#cfa54f,#efc265);
    background-image: -o-linear-gradient(to bottom,#cfa54f,#efc265); }
.portPart3 .list li .ico{ position: relative; width: 65px; height: 66px; margin: 0 auto; z-index: 2; }
.portPart3 .list li .ico img{ object-fit: contain; width: 65px; height: 66px; position: absolute; left: 0; top: 0; }
.portPart3 .list li .img1{ opacity: 0; position: absolute; left: 0; top: 0; }
.portPart3 .list li .name{ padding-top: 25px; color: #333; font-size: 28px; line-height: 28px; position: relative; z-index: 2; }
.portPart3 .list li .msg{ font-size: 16px; line-height: 32px; color: #fff; opacity: 0; position: relative; z-index: 2; }
.portPart3 .list li .box:hover:after{ opacity: 1; }
.portPart3 .list li .box:hover img{ opacity: 0; width: 32px; height: 33px; left: 50%; top: 50%; margin-left: -16px; margin-top: -17px; }
.portPart3 .list li .box:hover .img1{ opacity: 1; width: 32px; height: 33px; left: 50%; top: 50%; margin-left: -16px; margin-top: -17px; }
.portPart3 .list li .box:hover .name{ padding-top: 15px; color: #fff; }
.portPart3 .list li .box:hover .msg{ opacity: 1; padding-top: 5px; }

.introduce1{ position: relative; padding-top: 130px; height: 530px; }
.introduce1:after{  animation: myScale 8s forwards; opacity: 0; content: ""; width: 100%; height: 100%; display: block; position: absolute; left: 0; bottom: 0; z-index: -1; background: url(../images/introducebg.jpg) no-repeat center; background-size: cover;}
.introduce1.cur:after { opacity: 1; }
.introduce1 .leftDiv{ width: 6.3rem; position: relative; z-index: 1; }
.introduce1 .txtDiv{ position: relative; padding-top: 30px; }
.introduce1 .txt1{ color: #263d74; font-size: 48px; line-height: 48px; font-weight: bold; position: relative; z-index: 1; }
.introduce1 .txt2{ text-transform: uppercase; position: absolute; left: 0; top: 0; z-index: 0; font-size: 1.0rem; line-height: 0.8rem; color: #eeede8; font-family: Gilroy; }
.introduce1 .txt2 em{ font-family: thin; padding-left: 15px;}
.introduce1 .content{ padding-top: 45px; font-size: 16px; line-height: 32px; }
.introduce1 .more{ padding-top: 110px;}
.introduce1 .more a{ display:inline-block; height:22px; position:relative; font-size:16px; color:#cfa54f; line-height:16px;}
.introduce1 .more a:after{ content:''; position:absolute; left:0; bottom:0; width:100%; height:2px; background:#cfa54f;}
.introduce1 .more a:hover:after{ width: 0; left: 50%;}
.introduce1 .rightList{ position: absolute; right: 50%; margin-right: -7.68rem; bottom: 50px; z-index: 1; }
.introduce1 .rightList li{ float: left; font-size: 16px;}
.introduce1 .rightList li .box{ margin-left: 2px; height: 160px; width: 2.3rem; box-sizing: border-box; padding-left: 0.5rem; color: #fff; }
.introduce1 .rightList li:nth-of-type(1) .box{ background: #cfa54f; }
.introduce1 .rightList li:nth-of-type(2) .box{ background: #d2862c; }
.introduce1 .rightList li:nth-of-type(3) .box{ background: #da6314; }
.introduce1 .rightList li .num{ padding-top: 48px; }
.introduce1 .rightList li .numUp{ font-family: Gilroy; font-size: 48px; line-height: 48px;}

.introduce2{ padding-top: 120px; height: 488px; background: url(../images/introducebg2.jpg) no-repeat center; background-size: cover; background-attachment: fixed;}
.introduce2 .title{ font-weight: bold; font-size: 48px; line-height: 48px; color: #fff; text-align: center; padding-bottom: 60px; }
.introduce2 .list ul{ margin-right: -30px; }
.introduce2 .list li{ float: left; width: 25%; }
.introduce2 .list li .box{ margin-right: 30px; height: 204px; padding-top: 60px; background: #fff; border-radius: 6px; text-align: center; position: relative; overflow: hidden;}
.introduce2 .list li .box:after{ content: ''; z-index: 1; opacity: 0; position: absolute; left: 0; top: 0; width: 105%; height: 100%; background-image: -webkit-linear-gradient(top,#cfa54f,#efc265);
    background-image: -moz-linear-gradient(top,#cfa54f,#efc265);
    background-image: -o-linear-gradient(top,#cfa54f,#efc265);
    background-image: linear-gradient(to bottom,#cfa54f,#efc265);
    background-image: -moz-linear-gradient(to bottom,#cfa54f,#efc265);
    background-image: -o-linear-gradient(to bottom,#cfa54f,#efc265);}
.introduce2 .list li .ico{ position: relative; width: 65px; height: 66px; margin: 0 auto; z-index: 2; }
.introduce2 .list li .ico img{ object-fit: contain; width: 65px; height: 66px; position: absolute; left: 0; top: 0; }
.introduce2 .list li .img1{ opacity: 0; position: absolute; left: 0; top: 0; }
.introduce2 .list li .name{ padding-top: 25px; color: #333; font-size: 28px; line-height: 28px; z-index: 2; position: relative; }
.introduce2 .list li .msg{ font-size: 16px; line-height: 32px; color: #fff; opacity: 0; z-index: 2; position: relative; }
.introduce2 .list li .box:hover:after{ opacity: 1; }
.introduce2 .list li .box:hover img{ opacity: 0; width: 32px; height: 33px; left: 50%; top: 50%; margin-left: -16px; margin-top: -17px; }
.introduce2 .list li .box:hover .img1{ opacity: 1; width: 32px; height: 33px; left: 50%; top: 50%; margin-left: -16px; margin-top: -17px; }
.introduce2 .list li .box:hover .name{ padding-top: 15px; color: #fff; }
.introduce2 .list li .box:hover .msg{ opacity: 1; padding-top: 5px; }

.introduce3{ padding: 170px 0; background: url(../images/introducebg3.jpg) no-repeat center; background-size: cover; }
.introduce3 .title{ text-align:center; font-weight:bold; font-size:48px; line-height:48px; padding-bottom:40px; color:#263d74;}
.introduce3 .content{ font-size:16px; line-height:28px; text-align:center; padding-bottom:100px; margin: 0 auto; width: 630px;}
.introduce3 .more{ text-align:center;}
.introduce3 .more a{ display:inline-block; height:22px; position:relative; font-size:16px; color:#cfa54f; line-height:16px;}
.introduce3 .more a:after{ content:''; position:absolute; left:0; bottom:0; width:100%; height:2px; background:#cfa54f;}
.introduce3 .more a:hover:after{ width: 0; left: 50%;}

.introduce4{ padding: 120px 0; }
.introduce4 .title{ text-align:center; font-weight:bold; font-size:48px; line-height:48px; padding-bottom:70px; color:#263d74;}
.introduce4 .list ul{ display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between;justify-content: center;}
.introduce4 .list li{ float: left; max-height: 25%; position: relative; top: 0;padding:0 100px;}
.introduce4 .list li .box{ position: relative; padding-left: 80px; height: 60px; }
.introduce4 .list li .ico{ position: absolute; left: 0; top: 0; }
.introduce4 .list li .name{ font-size: 16px; line-height: 16px; padding-bottom: 10px; color: #000; font-weight: bold; }
.introduce4 .list li .msg{ font-size: 14px; line-height: 20px; }
.introduce4 .list li:hover{ top: -10px; }

.aboutShow{ padding-bottom: 20px; }
.aboutShow .leftDiv{ width:9.0rem; }
.aboutShow .txtDiv{ position: relative; padding-top: 30px; }
.aboutShow .txt1{ color: #263d74; font-size: 48px; line-height: 48px; font-weight: bold; position: relative; z-index: 1; }
.aboutShow .txt2{ text-transform: uppercase; position: absolute; left: 0; top: 0; z-index: 0; font-size: 1.0rem; line-height: 0.8rem; color: #eeede8; font-family: Gilroy; }
.aboutShow .txt2 em{ font-family: thin; padding-left: 15px;}
.aboutShow .leftDiv .content{ padding-top: 45px; font-size:14px; line-height:30px;}
.aboutShow .rightDiv{ width:5.32rem; position:relative; height:7.18rem;}
.aboutShow .rightDiv .mxfDiv{ width: 5.12rem; height:7rem; position:absolute; right:0; top:0;}
.aboutShow .rightDiv .mxfDiv:before{content:""; z-index: 1; position: absolute; left:0; top:0; border-top:1px solid #d9dde7; border-left:1px solid #d9dde7; width:100%; height:100%; box-sizing:border-box;}
.aboutShow .rightDiv .mxfDiv:after{content:""; z-index: 1; position: absolute; right:0; bottom:0; border-right:1px solid #d9dde7; border-bottom:1px solid #d9dde7; width:100%; height:100%;box-sizing:border-box;}
.aboutShow .rightDiv .imgDiv{ padding-top:0.2rem; position:relative; z-index:2;}
.aboutShow .rightDiv .imgDiv img{ width:5.12rem;}

.business .list li{ overflow:hidden;}
.business .list li .bigBox{ width:50%;}
.business .list li .imgDiv{ width:50%; position:relative;}
.business .list li .imgDiv img{ width:100%;}
.business .list li .contentBox{ padding:85px 20% 0 10%; }
.business .list li:nth-of-type(2n) .contentBox{ padding:85px 10% 0 20%;}
.business .list li .ico{ padding-bottom: 20px; }
.business .list li .name{ font-size:30px; line-height: 30px; color:#000; font-weight:bold; }
.business .list li .content{ font-size:16px; line-height:28px; height:140px; overflow:hidden; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; padding-top:20px;}
.business .list li .btnDiv{ padding-top:20px;}
.business .list li .btnDiv a{ display:inline-block; height:22px; position:relative; font-size:16px; color:#cfa54f; line-height:16px;}
.business .list li .btnDiv a:after{ content:''; position:absolute; left:0; bottom:0; width:100%; height:2px; background:#cfa54f;}
.business .list li .btnDiv a:hover:after{ width: 0; left: 50%;}

.basic .list li{ float: left; width: 33.33%; position: relative; }
.basic .list li:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(64,85,133,0.3); z-index: 0; }
.basic .list li .imgDiv img{ width: 100%; }
.basic .list li .layer{ position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: 1; width: 100%; color: #fff; text-align: center;}
.basic .list li .name{ padding: 20px 0 5px; font-size: 30px; line-height: 30px; font-weight: bold; }
.basic .list li .name2{ font-size: 12px; text-transform: uppercase; color: rgba(255,255,255,0.5); }
.basic .list li .more{ margin-top:45px; display:inline-block; height:0; position:relative; font-size:16px; color:#fff; line-height:16px; overflow: hidden;}
.basic .list li .more:after{ content:''; position:absolute; left:0; bottom:0; width:100%; height:2px; background:#fff;}
.basic .list li:hover .more{ height: 22px; }
.basic .list li:hover:before{ background: rgba(64,85,133,0.9);}

.basicList .title{ text-align: center; font-weight: bold; font-size: 48px; line-height: 48px; color: #263d74; padding-bottom: 50px; }
.basicList .list ul{ margin-right: -0.42rem; }
.basicList .list li{ float: left; width: 33.33%; padding-bottom: 70px; }
.basicList .list li .box{ margin-right: 0.42rem; }
.basicList .list li .imgDiv{ overflow: hidden; }
.basicList .list li .imgDiv img{ width: 100%; }
.basicList .list li .name{ padding-top: 25px; height: 30px; line-height: 30px; color: #000; font-size: 18px; overflow: hidden; }
.basicList .list li .wen{ font-size: 16px; color: #999; padding-top: 5px; }
.basicList .list li .content{ display: none; }
.basicList .list li .box:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.basicList .list li .box:hover .name{ color: #405585; }

.pic-modal-box { display: none; width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 40;}
.pic-modal-box .box {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  box-sizing:border-box;
}
.pic-modal-box .main { position: relative; background: #fff; width: 9.18rem; margin: 0 auto; }
.pic-modal-box .botDiv{ padding: 35px; }
.pic-modal-box .name { font-size: 0.3rem; color: #000; line-height: 0.3rem; font-weight: bold;}
.pic-modal-box .content{ font-size: 14px; line-height: 26px; padding-top: 15px; }
.pic-modal-box .close { position: absolute; right: -20px; top: -20px; z-index: 10; width: 14px; height: 14px; display: inline-block; background: url(../images/close2.png) no-repeat; background-size: contain;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;}
.pic-modal-box .close:hover { transform: rotate(-90deg);}
.pic-modal-box .pic-box img { width: 9.18rem; }

.honor .title{ font-size: 48px; line-height: 48px; color: #263d74; font-weight: bold; padding-bottom: 40px; }
.honor .content{ font-size: 16px; line-height: 30px; }
.honor .imgDiv{ padding-top: 70px; }
.honor .imgDiv img{ width: 100%; }

.caseShow{ padding: 120px 0; background: url(../images/bg1.jpg) center top repeat-x; }
.casePic .imgDiv img{ width: 100%; }
.casePic .swiper-pagination{ position: absolute; text-align: center; left: 0; width: 100%; bottom: 0.3rem!important; } 
.casePic .swiper-pagination-bullet { position: relative; width: 12px; height: 12px; opacity: 1; border-radius: 50%; box-sizing: border-box; background: none; border: #fff solid 2px; margin-left: 10px!important; margin-right: 10px!important; } 
.casePic .swiper-pagination-bullet-active { background: #fff;} 
.caseShow .mxfDiv{ margin-top: 90px; position: relative; padding-left: 5.1rem;}
.caseShow .name{ font-size: 0.48rem; line-height: 0.48rem; color: #263d74; font-weight: bold; position: absolute; left: 0; top: 0;}
.caseShow .content{ font-size: 16px; line-height: 30px; }
.caseShow .msgList{ padding-top: 30px; }
.caseShow .msgList li{ padding-bottom: 30px; line-height: 30px; font-size: 16px; }
.caseShow .msgList li .wen{ font-weight: bold; }
.caseShow .msgList li .wen2{ color: #004ea2; }
.caseShow .btnDiv{ padding-top:60px;}
.caseShow .btnDiv a{ display:block; width:180px; height:50px; line-height:50px; text-align:center; color:#fff; font-size:16px; background: #263d74;}

.caseShow2{ padding: 120px 0; background: #f7f7f7; }
.caseShow2 .title{ font-size: 48px; line-height: 48px; color: #263d74; text-align: center; font-weight: bold; padding-bottom: 50px;}
.caseShow2 .list ul{ margin-right: -30px; }
.caseShow2 .list li{ float: left; width: 50%; }
.caseShow2 .list li .box{ margin-right: 30px; overflow: hidden; }
.caseShow2 .list li a{ display: block; width: 100%; height: 100%; position: relative; }
.caseShow2 .list li .box a:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 1; }
.caseShow2 .list li .imgDiv img{ width: 100%; }
.caseShow2 .list li .layer{ position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: 2; width: 100%; text-align: center;}
.caseShow2 .list li .name{ color: #fff; font-weight: bold; font-size: 30px; line-height: 30px; padding-top: 20px; }
.caseShow2 .list li .box:hover a:before{ background: rgba(0,0,0,0.7);}
.caseShow2 .list li .box:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.caseShow2 .list li .box:hover .layer{ transform: translateY(-60%);}

.job{ padding-bottom: 120px; position: relative; z-index: 2; }
.job .mxfDiv{ margin-top: -100px; padding: 0 100px 120px; background: #fff; position: relative;}
.job .title{ text-align: center; font-weight: bold; font-size: 48px; line-height: 48px; color: #263d74; padding: 100px 0 40px; }
.job .form{ text-align: center; position: relative; z-index: 1; }
.job .form .lbox{ display: inline-block; margin: 0 4px; }
.job .group{ width: 274px; height: 60px; position: relative; text-align: left;}
.job .caption { position: relative; cursor: pointer; height: 60px; line-height: 60px; padding-left: 20px; font-size: 14px; background: #f5f5f5; box-sizing: border-box;}
.job .caption:after { content: ""; display: block; width: 30px; height: 6px; background: url(../images/selectico.png) no-repeat right center; background-size: contain; position: absolute; right: 0; top: 50%; margin-top: -3px; z-index: 10;}
.job .caption.on:after {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.job .xlist { width: 100%; position: absolute; left: 0; top: 100%; z-index: 12; background: #fff;/* max-height: 250px; overflow-y: auto;*/ display: none;  box-sizing: border-box;}
.job .xlist a { display: block; font-size: 14px; color: #666; line-height: 50px; padding: 0 20px; background: #fff; border: 1px solid #f5f5f5; border-top: none;}
.job .xlist a:hover,.job .xlist a.on { color: #263d74;}

.jobTop{ height: 0.86rem; border-top: #eaeaea solid 1px; overflow: hidden; margin-top: 60px; }
.jobTop li{ float: left; height: 0.86rem; line-height: 0.86rem; font-size: 16px; color: #000; }
.jobTop .li01{ width: 3.35rem; text-align: left; text-indent: 0.6rem; }
.jobTop .li02{ width: 2.75rem; }
.jobTop .li03{ width: 2.75rem; }
.jobTop .li04{ width: 3.2rem; }

.job .list{ border-bottom: #eaeaea solid 1px;}
.job .list li{ position:relative; border-top: #eaeaea solid 1px;}
.job .list li .msgDiv{ height:0.86rem; position:relative; overflow: hidden;}
.job .list li .msgDiv a{ display: block; height: 0.86rem;}
.job .list li .txt{ position: absolute; right: 0.8rem; top: 0; font-size: 16px; line-height: 0.86rem; color: #666; }
.job .list li .txt span{ display: block; padding-right: 24px; background: url(../images/ico2.png) right center no-repeat;}
.job .list li .txt em{ display: block; color: #fff; padding-right: 24px; background: url(../images/ico2on.png) right center no-repeat; }
.job .list li .box{ display:none; background: #fff; border: #263d74 solid 2px; padding: 0.65rem 1.0rem;}
.job .list li .msgDiv dd{ height: 0.86rem; float:left; line-height:0.86rem; font-size: 16px; color: #666;}
.job .list li .msgDiv .dd01{ width: 3.35rem; text-align: left; text-indent: 0.6rem; }
.job .list li .msgDiv .dd02{ width: 2.75rem;}
.job .list li .msgDiv .dd03{ width: 2.75rem; }
.job .list li .msgDiv .dd04{ width: 3.2rem; }
.job .list li .msgDiv.aNow{ background: #263d74; }
.job .list li .msgDiv.aNow dd{ color: #fff; }
.job .list li .msgDiv.aNow:after{ color: #fff; }
.job .list li .msgDiv.aNow .txt span, .job .list li .msgDiv.aNow .txt em{transform:translateY(-0.86rem);-webkit-transform:translateY(-0.86rem);-moz-transform:translateY(-0.86rem)}
.job .list li h2{ font-size: 16px; line-height: 16px; padding-bottom: 10px; color: #333; }
.job .list li .content{ line-height:30px; padding-bottom: 35px; font-size:16px;}

.news{ padding-bottom: 50px; }
.news .detail{ box-shadow: 0px 0px 24px 0px rgba(51, 51, 51, 0.1); margin-bottom: 80px; }
.news .detail a{ display: block; width: 100%; height: 100%; }
.news .detail .mxfDiv{ height: 4.36rem; position: relative; padding-left: 6.8rem; padding-right: 0.65rem; }
.news .detail .imgDiv{ position: absolute; left: 0; top: 0; overflow: hidden;}
.news .detail .imgDiv img{ width: 6.14rem; }
.news .detail .name{ padding-top: 0.75rem; position: relative; }
.news .detail .name p{ text-indent: 2em; line-height: 36px; height: 72px; font-size: 24px; overflow: hidden; color: #333;}
.news .detail .name em{ position: absolute; left: 0; bottom: 42px; width: 42px; height: 24px; line-height: 24px; background: #dd1322; text-align: center; font-size: 12px; color: #fff; border-radius: 24px; }
.news .detail .time{ padding-top: 0.2rem; font-size: 24px; color: #bda068; font-family: Gilroy; }
.news .detail .content{ padding-top: 0.5rem; color: #666; font-size: 16px; line-height: 30px; height: 90px; overflow: hidden; }
.news .detail:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.news .detail:hover .name p{ color: #263d74; }
.news .formDiv{ position: relative; padding-right: 80px; height: 64px; z-index:2; }
.news .btnDiv{ position: absolute; right: 0; top: 0; width: 78px; height: 64px; }
.news .btnDiv a{ display: block; width: 78px; height: 64px; background: #263d74 url(../images/nimg21_1.png) no-repeat center;}
.news .leftDiv{ padding-left: 330px; height: 64px;}
.news .selectDiv{ width: 330px; position: absolute; left: 0; top: 0; height: 64px;}
.news .selectDiv .caption { position: relative; cursor: pointer; border: #e5e5e5 solid 2px; height: 64px; line-height: 64px; padding-left: 20px; font-size: 14px; color: #999; background: #fff; box-sizing: border-box;}
.news .selectDiv .caption.on:after {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.news .selectDiv .caption:after { content: ""; display: block; width: 33px; height: 8px; background: url(../images/selectico.png) no-repeat right center; background-size: contain; position: absolute; right: 0; top: 50%; margin-top: -4px; z-index: 10;}
.news .selectDiv .xlist { width: 100%; position: absolute; left: 0; top: 100%; z-index: 12; background: #fff; max-height: 250px; overflow-y: auto; display: none; border: 2px solid #e5e5e5; border-top: none; box-sizing: border-box;}
.news .selectDiv .xlist a { display: block; font-size: 14px; color: #999; line-height: 50px; padding: 0 20px; border-bottom: 2px solid #e5e5e5;}
.news .selectDiv .xlist a:hover,.news .selectDiv .xlist a.on { color: #263d74;}
.news .selectDiv .xlist a:last-child { border-bottom: none;}
.news .formDiv .input1{ width: 100%; text-indent: 30px; height: 64px; line-height: 64px; font-size: 14px; border: 2px solid #e5e5e5; box-sizing: border-box; border-left: none;}

.news .list{ padding-top: 60px; }
.news .list li{ border-bottom: #e5e5e5 solid 1px; margin-bottom: 60px; }
.news .list li a{ display: block; padding-left: 3.74rem; height: 296px; }
.news .list li .imgDiv{ position: absolute; left: 0; top: 0; }
.news .list li .imgDiv img{ width: 3.33rem; }
.news .list li .time{ padding-top: 15px; font-size: 16px; color: #999; font-family: Gilroy; }
.news .list li .name{ height: 40px; line-height: 40px; overflow: hidden; font-size: 24px; color: #000; }
.news .list li .content{ padding-top: 20px; font-size: 16px; color: #999; line-height: 30px; height: 90px; overflow: hidden; }
.news .list li:hover .name{ color: #263d74; }

.newShow{ padding-bottom: 120px; position: relative; z-index: 2; }
.w866{ width: 866px; margin: 0 auto; }
.newShow .mxfDiv{ margin-top: -100px; padding-bottom: 120px; background: #fff; position: relative;}
.newShow .name{ font-size: 36px; line-height: 56px; color: #333; font-weight: bold; padding: 80px 0 10px;}
.newShow .topztop{ border-bottom: #f0f0f0 solid 1px; padding-bottom: 30px; overflow: hidden;}
.newShow .cishu{ padding-left: 28px; padding-right: 20px; line-height: 36px; background: url(../images/nimg18_1.png) no-repeat left center; font-size: 14px; color: #999;}
.newShow .date{ padding-left: 28px; padding-right: 20px; line-height: 36px; background: url(../images/nimg18_2.png) no-repeat left center; font-size: 14px; color: #999;}
.newShow .share{ padding-left: 70px; position: relative; }
.newShow .share em{ position: absolute; left: 0; top: 0; display: block; font-size: 14px; line-height: 36px; color: #999; padding-left: 28px;background: url(../images/nimg18_3.png) no-repeat left center; }
.newShow .share li{ float: left; margin-right: 10px; }
.newShow .share li a{ display: block; width: 36px; height: 36px; border-radius: 50%; background: #ccc; }
.newShow .share li a:hover{ background: #2eaf0c; }
.newShow .content{ padding: 50px 0; font-size: 14px; line-height: 30px; }
.newShow .imgDiv{ padding: 30px 0; text-align: center; }
.newShow .content img{ max-width: 866px; }

.pageDown{ border-top: #ebebeb solid 1px; position: relative; padding-top: 30px; }
.pageDown li a{ display: block; height: 40px; line-height: 40px; font-size: 14px; overflow: hidden; color: #333;}
.pageDown li a:hover{ color: #263d74; }
.pageDown .btn{ position: absolute; right: 0; top: 30px; display: block; width: 135px; height: 50px; line-height: 50px; border-radius: 4px; background: #f3f3f3 url(../images/nimg16_3.png) no-repeat 26px center; text-indent: 52px; font-size: 14px; }
.pageDown .btn:hover{ color: #fff; background: #263d74 url(../images/nimg16_3on.png) no-repeat 26px center; }

body.fixed{position: fixed; width:100%;}
























































































































