* {
  padding: 0;
  margin: 0;
/*  font-family: 'SourceHanSansCN-Medium';*/
  font-family: 'Arial';
  box-sizing: border-box;
  box-sizing: -webkit-border-box;
}

body{
    margin: 0;
    padding: 0;
}

a {
  text-decoration: none;
  color: #272727;
  font-size:16px;
}
a, button, input {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
li {
  list-style: none;
}
body {
  background: #fff;
  font-size: 16px;
}
button, input {
  -webkit-appearance: none;
  border: none;
  outline: none;
}
img {
  max-width: 100%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.mem_head .route_center {
  transform: translateY(-50%);
  top: 50%;
}
.dis_line {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.web_alert {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 1000;
}
.align_right {
  text-align: right;
}
h1 {
  font-weight: normal;
}
h2 {
  font-weight: normal;
}
h3 {
  font-weight: normal;
}
h4 {
  font-weight: normal;
}
h5 {
  font-weight: normal;
}



.container1{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1350px;
    border-bottom: 1px solid rgba(256,256,256,0.1);
    height: 100px;
}

.index-swiper .swiper-pagination-bullet{
  width: 8px;
  height: 8px;
  background:#fff;
  opacity: 0.5;
}

.index-swiper .swiper-pagination-bullet-active{
  width: 24px;
  height: 8px;
  background: #ffffff;
  position: relative;
  border-radius: 4px;
    opacity: 1;
}

.index-swiper .swiper-pagination-bullets{
  bottom: 50px;
}


.index-swiper img{
  width: 100%;
  display: block;
    min-height: 230px;
}
.index-ser{
    position: relative;
    padding-top: 100px;
    padding-bottom: 50px;
}

.index-ser>p{
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    color: #2d2e30;
    margin-bottom: 80px;
}

.index-serswiper .swiper-slide{
    width: 31%;
/*    height: 420px;*/
    padding: 20px;
    box-shadow: 0px 0px 8px #eeeeee;
    padding-bottom: 54px;
}

.index-sercon{
    width: 100%;
    max-width: 1450px;
    padding: 0 125px;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
}
.index-serswiper{
    padding: 10px;
    padding-bottom: 90px;
}

.index-serswiper .swiper-slide img{
    max-width: 100%;
    width: 184px;
    border-radius: 50%;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
}

.index-serswiper .swiper-slide p{
    margin-top: 30px;
    font-size: 14px;
    line-height: 28px;
    color: #6b6d73;
    margin-bottom: 20px;
    min-height: 48px;
    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 3;

    overflow: hidden;
}

.index-serswiper .swiper-slide h3{
    font-size: 18px;
    line-height: 24px;
    color: #2d2e30;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-height: 24px;
}

.index-serswiper .swiper-pagination-bullet{
  width: 8px;
  height: 8px;
  background:#ff8400;
  opacity: 0.5;
}

.index-serswiper .swiper-pagination-bullet-active{
  width: 24px;
  height: 8px;
  background: #ff8400;
  position: relative;
  border-radius: 4px;
    opacity: 1;
}

.index-sercon .swiper-button-next.swiper-button-disabled{
    opacity: 1;
    background-image: url(../images/right1.png);
}
.index-sercon .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
    background-image: url(../images/left1.png);
}

.index-sercon .swiper-button-next{
    width: 50px;
    height: 50px;
    background-image: url(../images/right.png);
    background-size: 100%;
    margin-top: -60px;
    outline: none;
}

.index-sercon .swiper-button-prev{
    width: 50px;
    height: 50px;
    background-image: url(../images/left.png);
    background-size: 100%;
    margin-top: -60px;
    outline: none;
}

.index-adv>p{
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    margin-bottom: 80px;
}

.index-adv{
    position: relative;
    padding-top: 100px;
    padding-bottom: 50px;
    background-image: url(../images/index-adv.jpg);
    min-height: 810px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.indexadvcon{
    width: 100%;
    max-width: 1200px;
    padding: 5px 15px;
    margin-top: 80px;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
}

.indexadvshow{
    padding: 55px 18px 20px 18px;
    width: 270px;
    background: #fff;
    border-radius: 10px;
    margin-top: 20px;
    float: left;
    margin-left: 30px;
    box-shadow: 0px 0px 8px #eeeeee;
}

.indexadvcon .indexadvshow:first-child{
    margin-left: 0;
}

.indexadvshow>img{
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
    height: 61px;
}

.indexadvshow>h3{
    color: #2d2e30;
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 48px;
}

.alertdiv2 .layui-form-select dl{
	max-height: 120px;
}

.indexadvshow>p{
    color: #6b6d73;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    min-height: 72px;
}

.index-advs{
    position: relative;
    padding-top: 80px;
    padding-bottom: 50px;
    background: #f8f8f8;
    min-height: 810px;
}

.index-advs>p{
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    color: #2d2e30;
    margin-bottom: 80px;
}

.index-pri{
    position: relative;
    padding-top: 80px;
    padding-bottom: 50px;
    background: #fff;
    min-height: 1020px;
}

.index-pri>p{
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    color: #2d2e30;
    margin-bottom: 80px;
}

.indexpricon{
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
    width: 100%;
    max-width: 1230px;
    padding: 0 30px;
}

.prishow1{
    width: 370px;
    border-radius: 10px;
    box-shadow: 0px 0px 8px #eeeeee;
    height: 715px;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
    background-image: url(../images/rocket.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 35px 0;
}

.prishow2{
    width: 370px;
    border-radius: 10px;
    box-shadow: 0px 0px 8px #eeeeee;
    height: 644px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(../images/rocket1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 35px 0;
}

.prishow3{
    width: 370px;
    border-radius: 10px;
    box-shadow: 0px 0px 8px #eeeeee;
    height: 644px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../images/rocket2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 35px 0;
}

.prishow1>img{
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
}

.prishow2>img{
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
}

.prishow2>p{
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
}

.prishow1>h3{
    font-size: 18px;
    line-height: 48px;
/*    font-weight: bold;*/
    text-align: center;
    margin-top: 5px;
}


.prishow3>img{
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
}

.prishow3>h3{
    font-size: 18px;
    line-height: 48px;
/*    font-weight: bold;*/
    text-align: center;
    margin-top: 5px;
}

.pridiv{
    width: 100%;
    padding: 0 32px;
    border-top: 1px solid #ededed;
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translate(-50%,0);
}

.pridiv>p{
    line-height: 72px;
    border-bottom: 1px solid #ededed;
    font-size: 16px;
    color: #5e5e5e;
    text-align: center;
}

.pridiv>p.active1{
    color: #ff8400;
    font-size: 18px;
}

.pridiv>p.active2{
    color: #ff8400;
    font-size: 18px;
}

.pridiv>a{
    display: inline-block;
    width: 230px;
    height: 56px;
    border: 1px solid #ff8400;
    border-radius: 28px;
    margin-top: 30px;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
    padding: 0 30px;
    line-height: 56px;
    font-size: 16px;
    color: #ff8400;
}

.pridiv>a>img{
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0,-50%);
}

.indexadvcon .indexadvsshow:nth-child(4n){
    margin-right: 0px;
}

.indexadvsshow{
    width: 270px;
    background: #fff;
    border-radius: 10px;
    margin-top: 20px;
    float: left;
    margin-right: 30px;
    box-shadow: 0px 0px 8px #eeeeee;
    padding-bottom: 25px;
}

.indexadvsshow>img{
    width: 100%;
}

.indexadvsshow>h3{
    text-align: center;
    color: #2d2e30;
    font-size: 18px;
    line-height: 24px;
    margin-top: 25px;
    margin-bottom: 10px;
    min-height: 48px;
    height: 48px;
    overflow: hidden;
}

.indexadvsshow>p{
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #ff8400;
    min-height: 18px;
    display: none;
}

.indexadvcon .indexadvsshow:first-child{
    margin-left: 0;
}

.index-late{
    position: relative;
    padding-top: 80px;
    padding-bottom: 50px;
    background: #fff;
    min-height: 840px;
}


.index-late>p{
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    color: #2d2e30;
    margin-bottom: 80px;
    font-weight: bold;
}

.indexlatecon{
    width: 100%;
    max-width: 1200px;
    padding: 5px 15px;
    margin-top: 90px;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
}

.indexlatecon .indexlateshow{
    float: left;
    width: 32%;
    box-shadow: 0px 0px 8px #eeeeee;
    margin-left: 2%;
    background: #fff;
    border-radius: 10px;
}

.indexlatecon .indexlateshow:first-child{
    margin-left: 0;
}

.indexlate{
    padding: 30px 20px;
}

.indexlate h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 60px;
}

.indexlatep1{
    font-size: 14px;
    color: #5e5e5e;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indexlatep2{
    color: #5e5e5e;
    font-size: 16px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 56px;
}

.indexlatea{
    display: inline-block;
    padding-right: 25px;
    font-size: 16px;
    color: #ff8400;
    font-weight: bold;
    margin-top: 28px;
    line-height: 25px;
    position: relative;
}

.indexlatea>img{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    width: 16px;
    height: 8px;
}

.indexlateshow>img{
    width: 100%;
    height: 222px;
}

.indexadimg{
    width: 100%;
    max-width: 1210px;
    padding: 20px;
    margin-top: 50px;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
}

.indexadimgshow{
    margin-top: 30px;
    width: 25%;
    float: left;
    padding: 5px 20px;
}

.indexadimgshow>img{
    width: 170px;
    max-height: 170px;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
}

.indexadimgshow>p{
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    line-height: 24px;
    color: #2d2e30;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-foot{
    width: 100%;
    padding: 110px 0;
    background: #0e3b84;
}

.footcon{
    width: 100%;
    max-width: 1230px;
    padding: 0 30px;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
}

.footpower{
    background: #173462;
}

.footpowcon{
    width: 100%;
    max-width: 1230px;
    padding: 30px 30px;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
}

.footpowcon>p{
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
}


.footpowa{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
}

.footpowa>a{
    color: #fff;
    margin-right: 20px;
    display: inline-block;
}

.footpowa>a:last-child{
    margin-right: 0;
}

.footlogo>img{
    width: 110px;
    margin-bottom: 20px;
}

.footlogop1{
    font-size: 15px;
    line-height: 32px;
    color: #fffefe; 
}

.footlogodiv{
    margin-top: 30px;
}

.footlogodiv div{
    width: 45px;
    height: 45px;
    border-radius: 3px;
    background: #0d3577;
    float: left;
    margin-right: 12px;
    position: relative;
}

.footlogodiv div:hover{
    background: #ff8400;
}

.footlogodiv div:hover img{
    opacity: 1;
}

.footlogodiv div img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0.5;
}
.footlia .footli:last-child{
    margin-right: 0;
}

.footlia{
    position: absolute;
    right: 30px;
    top: 0;
}
.footli{
    float: left;
    margin-right: 15px;
}

.footli h3{
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}

.footli p{
    font-size: 15px;
    line-height: 36px;
    color: #fff;
    opacity: 0.8;
}

.nbanner{
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.nbanner>img{
    display: block;
    min-height: 300px;
    width: 100%;
}

.nbannerp>h3{
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    font-weight: bold;
    font-family: "Arial";
    text-align: center;
    margin-bottom: 50px;
}

.nbannerp{
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%,-50%);
    width: 100%;
}

.nbannerpcan{
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #fff;
}

.careers{
    max-width: 1210px;
    width: 100%;
    padding: 100px 20px;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
    display: flex;
}

.careersleft{
    flex: 1;
    padding-right: 30px;
}

.careersleft>h3{
    font-size: 36px;
    line-height: 48px;
    color: #2e2e2e;
    font-weight: bold;
    margin-bottom: 45px;
}

.service>h3{
    font-size: 36px;
    line-height: 48px;
    color: #2e2e2e;
    font-weight: bold;
    margin-bottom: 15px;
}

.careersright{
    flex: 1;
    padding-right: 30px;
}

.careersleft1{
    padding: 20px;
    box-shadow: 0px 0px 8px #eeeeee;
    display: none;
    margin-bottom: 20px;
}

.careersleft1>p{
    font-size: 16px;
    line-height: 32px;
    color: #5e5e5e;
}

.careersleft1>h3{
    font-size: 16px;
    line-height: 32px;
    color: #333333;
}

.careersleft2{
    height: 60px;
    border-radius: 30px;
    border: 1px solid #e3e3e3;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 14px 25px;
}

.careersleft2>p{
    font-size: 16px;
    line-height: 32px;
    color: #2e2e2e;
}

.careersleft2>p>span{
    float: right;
}

.careersright1{
    width: 350px;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
    border-radius: 18px;
    border: 1px solid #e3e3e3;
    padding: 52px;
}

.careersright1>h3{
    font-size: 24px;
    line-height: 30px;
    color: #2e2e2e;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 20px;
}


.careersright1>p{
    color: #5e5e5e;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 32px;
}

.carcana{
    margin-top: 60px;
}

.carcana>a{
    display: inline-block;
    margin-right: 10px;
}

.service>p{
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    padding-right: 17%;
}

.service1{
    margin-top: 120px;
}

.service1>h3{
    font-size: 36px;
    line-height: 48px;
    color: #2e2e2e;
    font-weight: bold;
    margin-bottom: 30px;
}

.service1>input{
    height: 50px;
    width: 100%;
    max-width: 650px;
    background: #f6f6f6;
    padding: 0 20px;
    font-size: 16px;
    color: #666666;
    margin-bottom: 20px;
}

.service1>input::placeholder{
    color: #999999;
}

.service1>textarea{
    height: 200px;
    width: 100%;
    max-width: 650px;
    background: #f6f6f6;
    padding: 20px;
    font-size: 16px;
    color: #666666;
    margin-bottom: 20px;
    border: 0;
    resize: none;
    outline: none;
}

.service1>textarea::placeholder{
    color: #999999;
}

.sendbtn{
    width: 300px;
    height: 80px;
    border-radius: 5px;
    background: #0e3b84;
    outline: none;
    font-size: 16px;
    color: #fff;
    border: 0;
    display: block;
}

.ourser{
    display: block;
}

.oursershow{
    width: 31.5%;
    box-shadow: 0px 0px 8px #eeeeee;
    padding: 20px;
    padding-bottom: 47px;
    margin-left: 2.75%;
    margin-bottom: 50px;
    float: left;
}

.ourser>.oursershow:nth-child(3n+1){
    margin-left: 0;
}

.oursershow>img{
    max-width: 100%;
    width: 184px;
    border-radius: 50%;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
}

.oursershow>p{
    margin-top: 30px;
    font-size: 16px;
    line-height: 28px;
    color: #6b6d73;
    margin-bottom: 20px;
    min-height: 84px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.oursershow>h3 {
    font-size: 18px;
    line-height: 24px;
    color: #2d2e30;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-height: 24px;
}

.oursershow>a{
    width: 200px;
    height: 50px;
    display: inline-block;
    background: #ff8400;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
    margin-top: 25px;
    border-radius: 5px;
}

.nbannerpcan>a{
    color: #ff8400;
}

.ourserhead{
    width: 100%;
    max-width: 1210px;
    padding: 0 20px;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
    margin-top: 30px;
}

.ourserhead>p{
    float: left;
    margin-bottom: 15px;
    line-height: 12px;
    font-size: 16px;
    border-left: 1px solid #fff;
    width: 292.5px;
    color: #fff;
    padding-left: 30px;
}

.newshow{
    width: 100%;
    margin-bottom: 100px;
}

.new>.newshow:last-child{
    margin-bottom: 0;
}

.newhead>p{
    font-size: 36px;
    display: block;
    font-weight: bold;
    padding-bottom: 25px;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    margin-bottom: 80px;
}

.newhead>p>a{
    color: #0e3b84;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
}

.newimgp{
    display: flex;
    margin-bottom: 50px;
}

.newimgp1{
    flex: 3.5;
}

.newimgp1>img{
    width: 100%;
}

.newimgp2{
    flex: 7;
    padding-left: 6.25%;
    padding-top: 10px;
}

.newimgp2>h3{
    font-size: 20px;
    color: #0e3b84;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.snewimgp2p{
    font-size: 14px;
    color: #5e5e5e;
    margin-bottom: 20px;
}

.snewimgp2p1{
    color: #999999;
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    min-height: 120px;
}

.newa{
    height: 65px;
    line-height: 65px;
    border-bottom: 1px solid #eee;
    display: block;
    padding-left: 15px;
    padding-right: 115px;
    position: relative;
    color: #5e5e5e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newa>span:nth-child(1){
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background: #ff8400;
    display: block;
}

.newa>span:nth-child(2){
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
}

.news{
    display: block;
}

.pag{
    font-size: 0;
}

.pag li{
    display: inline-block;
    margin-left: 20px;
}

.pag a{
    display: inline-block;
    line-height: 40px;
    border: 1px solid #eeeeee;
    min-width: 40px;
    text-align: center;
    font-size: 14px;
    padding: 0 8px;
}

.pag li:first-child{
    margin-left: 0;
}

.aboutus{
    display: block;
}

.aboutusdiv>h3{
    font-size: 36px;
    line-height: 48px;
    color: #2e2e2e;
    font-weight: bold;
    margin-bottom: 35px;
}

.aboutusimg{
    float: right;
}

.newtimep{
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 40px;
    color: #5e5e5e;
}

.newp{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.newprev{
    margin-top: 70px;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 15px;
    display: block;
}

.newnext{
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    display: block;
}

.industry{
    font-size: 0;
}

.indshow{
    width: 370px;
    float: left;
    margin-right: 30px;
    margin-top: 20px;
    max-width: 100%;
}

.indshow1{
    border-radius: 8px;
    overflow: hidden;
}

.indshow>p{
    color: #0e3b84;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    margin-top: 15px;
}

.indshow1{
    position: relative;
}

.indshow1>img{
    display: block;
    width: 100%;
}

.industry>.indshow:last-child{
    margin-right: 0;
}

.indshowa{
    position: absolute;
    display: inline-block;
    padding:15px;
    padding-top: 30px;
    background: rgba(14,59,132,0.8);
    top: -95%;
    left: 0;
    height: 100%;
}

.indshowa>h3{
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
}

.indshowa>hr{
    width: 20px;
    border: 1px solid #fff;
}

.indshowa>a{
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    display: block;
    margin-top: 18px;
}

.industrys{
    min-height: 500px;
    padding-left: 222px;
    position: relative;
}

.dusshow{
    width: 288px;
    height: 220px;
    margin-left: 28px;
    float: left;
    position: relative;
    margin-bottom: 60px;
}

.dusshow>img{
    width: 100%;
}

.dusshowp{
    width: 100%;
    height: 100%;
    background: rgba(14,59,132,0.5);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.dusshowp>p{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
}

.dusleft{
    width: 200px;
    height: 500px;
    background: #0e3b84;
    position: absolute;
    left: 0;
    top: 0px;
    padding:15px;
    padding-top: 30px;
}

.dusleft>h3{
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
}

.dusleft>hr{
    width: 20px;
    border: 1px solid #fff;
}

.dusleft>a{
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    display: block;
    margin-top: 18px;
}

.dusleft>a.active{
    color: #ff9d33;
}

.aboutadv{
    background: #fff;
    background-image: none;
    min-height: 680px;
}

.aboutdd{
    padding: 100px 0;
}

.abimg{
    padding: 40px;
    padding-left: 0;
    display: inline-block;
    position: relative;
    max-width: 100%;
}

.abimg>img{
    z-index: 10;
}

.abimg1{
    max-width: 100%;
    padding: 40px;
    padding-right: 0;
    display: inline-block;
    position: relative;
    position: absolute;
    left: 0;
    top: 0;
}

.abimg1>img{
    z-index: 10;
}

.imgbg1{
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    background: #b5abff;
    z-index: -1;
}

.imgbg{
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    background: #b5abff;
    z-index: -1;
}

.aboutcode{
    min-height: 780px;
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
    padding-right: 570px;
}

.aboutcodeimg{
    position: absolute;
    right: 0;
    top: 20px;
}

.aboutcodep{
    display: block;
    position: relative;
    top: 50%;
    transform: translate(0,50%);
}

.aboutcodep>h3{
    color: #2e2e2e;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 15px;
}

.aboutcodep>p{
    font-size: 16px;
    line-height: 32px;
    color: #5e5e5e;
}

.aboutcodep>a{
    font-size: 18px;
    color: #fff;
    line-height: 56px;
    padding: 0 40px;
    height: 56px;
    border-radius: 28px;
    background: #ff8400;
    margin-top: 80px;
    display:inline-block;
}

.aboutculture{
    padding: 100px 0;
    background: #f9f9f9;
    min-height: 925px;
}

.aboutculture1{
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
    padding-left: 590px;
}

.culturep>h3{
    font-size: 36px;
    line-height: 48px;
    color: #2e2e2e;
}

.cushow{
    padding-left: 60px;
    margin-top: 45px;
    position: relative;
}

.cushow>h3{
    font-size: 18px;
    font-weight: bold;
    line-height: 48px;
}

.cushow>p{
    font-size: 16px;
    line-height: 30px;
    color: #5e5e5e;
}

.span1{
    background-image: linear-gradient(#c5a0fc, #9e61f7);
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 24px;
}

.span2{
    background-image: linear-gradient(#ffcb81, #ff975d);
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 24px;
}

.span3{
    background-image: linear-gradient(#7aee8b, #65c873);
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 24px;
}

.culturep{
    display: block;
    position: relative;
    transform: translate(0,30%);
}

/*.alert1{
    width: 100%;
    max-width: 600px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}*/

.alert1{
    width: 90%;
    max-width: 620px;
    z-index: 11;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 6px;
    box-shadow: 0px 0px 8px #999;
    background: #fff;
    display: none;
    max-height: 100vh;
    overflow-y: auto;
    z-index: 999;
}

.alerthead{
    width: 100%;
    height: 60px;
    background: #0e3b84;
    position: relative;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.alerthead>img{
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translate(0,-50%);
}

.alerthead>p{
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    color: #fff;
}

.alertdiv{
    padding: 20px;
    padding-left: 60px;
    padding-right: 60px;
}

.alertshow{
    display: flex;
    margin-top: 20px;
}

.alertdiv1{
    flex: 1;
    height: 36px;
}

.alertdiv1>p{
    line-height: 36px;
    text-align: right;
    padding-right: 20px;
    font-size: 18px;
}

.alertdiv2{
    flex: 1;
    height: 36px;
}

.alertdiv2 .layui-unselect{
    width: 250px;
}

.alertdiv2 .layui-input{
    height: 36px;
    line-height: 36px;
}

.sump{
    margin-top: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

.sump>span{
    font-size: 22px;
    color: #0e3b84;
}

.subtn{
    width: 100%;
    height: 50px;
    border-radius: 6px;
    background: #0e3b84;
    color: #fff;
    margin-top: 20px;
}

.alertdiv2 .layui-form-select dl dd.layui-this{
    background: #0e3b84;
}

.notep{
    font-size: 10px;
    color: #999;
    line-height: 16px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.zz{
    height: 100vh;
    width: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.dobtn{
    font-size: 18px;
    line-height: 60px;
    padding: 0 50px;
    background: #ff8400;
    color: #fff;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0px);
    margin-top: 30px;
    border-radius: 8px;
}

.index-advswiper .swiper-slide{
    width: 270px;
}

.index-newswiper .swiper-slide{
    width: 370px;
}

.indexlatecon .indexlateshow{
    width: 100%;
}

.index-newswiper{
	padding: 8px;
}

.ewm{
    width: 130px;
    height: 130px;
    max-width: 130px;
    position: absolute;
    top: -135px;
    left: -45px;
    display: none;
}

.footlogodiv a{
    display: inline-block;
    position: relative;
}




@media screen and (max-width: 1199px){
    .indexadvcon{
        max-width: 600px;
    }
    .indexadvcon .indexadvshow:nth-child(2n+1){
        margin-left: 0;
    }
    .indexadvcon .indexadvsshow:nth-child(2n){
        margin-right: 0;
    }
    .indexadvcon{
        margin-top: 80px;
    }
    .indexpricon>div{
        width: 30%;
    }
    .aboutcodep{
        transform: translate(0,0);
    }
    .aboutcode{
        padding-right: 470px;
    }

}


@media screen and (max-width: 992px){
  .header{
    height: 50px;
  }
  .header .left a img{
/*    height: 40px;*/
    margin-top: 5px;
      height: 22px;
    
      margin-top:15px;
      
  }
    .header .left{
        width: 88px;
    }
    .container1{
        height: 50px;
    }
  .header #navToggle{
    padding: 6px 15px;
  }
  .index-swiper .swiper-pagination-bullets{
    bottom: 15px;
  }
  .footlia{
    position: relative;
    right: 0px;
    top: 0;
      margin-top: 20px;
}
}

@media screen and (max-width: 767px){
    .index-serswiper .swiper-slide{
        width: 100%;
    }
    .index-sercon{
        padding: 0px 65px;
    }
    .indexadvcon{
        max-width: 300px;
    }
    .indexadvcon .indexadvshow{
        margin-left: 0;
    }
    .indexadvcon .indexadvsshow{
        margin-right: 0;
    }
    .indexadvcon{
        margin-top: 40px;
    }
    .indexlatecon .indexlateshow{
        float: none;
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .indexlatecon{
        padding: 5px 20px;  
    }
    .index-late>p{
        font-size: 26px;
        margin-bottom: 40px;
    }
    .indexlatecon{
        margin-top: 40px;
    }
    .index-adv>p{
        margin-bottom: 40px;
        font-size: 30px;
    }
    .indexadimgshow{
        width: 50%;
    }
    .footpowa{
        position: relative;
        right: 0;
        top: 0%;
        transform: translate(0,0%);
    }
    .footpowa>a{
        margin-top: 10px;
    }
    .footpowcon{
        padding: 15px;
    }
    .footli{
        float: none;
        margin-right: 0px;
        margin-top: 20px;
    }
    .index-foot{
        padding: 40px 0; 
    }
    .index-ser{
        padding-top: 40px;
    }
    .index-ser>p{
        font-size: 30px;
        margin-bottom: 50px;
    }
    .index-adv{
        padding-top: 40px;
    }
    .index-advs{
        padding-top: 40px;
    }
    .index-advs>p{
        font-size: 30px;
        margin-bottom: 40px;
    }
    .index-pri>p{
        font-size: 30px;
        margin-bottom: 40px;
    }
    .indexpricon>div{
        width: 100%;
        margin-top: 30px;
    }
    .prishow2>p{
        padding: 0 10px;
    }
    .prishow2{
        width: 100%;
        border-radius: 10px;
        box-shadow: 0px 0px 8px #eeeeee;
        height: 644px;
        position: relative;
        left: 50%;
        transform: translate(-50%,0);
        background-image: url(../images/rocket.png);
        background-size: 100%;
        background-repeat: no-repeat;
        padding: 35px 0;
    }

    .prishow3{
        width: 370px;
        border-radius: 10px;
        box-shadow: 0px 0px 8px #eeeeee;
        height: 644px;
        position: relative;
        left: 50%;
        transform: translate(-50%,0);
        background-image: url(../images/rocket2.png);
        background-size: 100%;
        background-repeat: no-repeat;
        padding: 35px 0;
    }
    
    .careers{
        display: block;
        padding: 40px 20px;
    }
    
    .nbannerp>h3{
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .careersleft>h3{
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 25px;
    }
    .careersright{
        margin-top: 25px;
        padding-right: 0;
    }
    .careersleft{
        padding-right: 0;
    }
    .careersright1{
        max-width: 100%;
    }
    .service>h3{
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .service1>h3{
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    
    .sendbtn{
        width:150px;
        height: 40px;
    }
    .service1{
        margin-top: 50px;
    }
    
    .oursershow{
        width: 100%;
        margin-left: 0%;
    }
    
    .ourser>.oursershow:nth-child(3n+1){
        margin-left: 0%;
    }
    .oursershow{
        margin-bottom: 25px;
    }
    .ourserhead>p{
        border-left: 0px;
        margin-bottom: 8px;
    }
    .newimgp{
        display: block;
        margin-bottom: 25px;
    }
    .newimgp2{
        padding-left: 0;
    }
    .newhead>p{
        font-size: 18px;
        padding-bottom: 8px;
        margin-bottom: 30px;
        padding-right: 20px;
    }
    .newshow{
        margin-bottom: 40px;
    }
    .newa{
        line-height: 50px;
        height: 50px;
    }
    .newimgp2>h3{
        font-size: 18px;
    }
    .pag a{
        line-height: 25px;
        min-width: 25px;
        font-size: 14px;
        padding: 0 6px;
        margin-left: 0px;
    }
    .pag li{
        margin-left: 10px;
    }
    
    .aboutusdiv>h3{
        font-size: 18px;
        line-height: 24px;
        color: #2e2e2e;
        font-weight: bold;
        margin-bottom: 15px;
    }
    
    .newprev{
        margin-top: 30px;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    
    .newnext{
        font-size: 14px;
        line-height: 24px;
    }
    .dusshow{
        width: 288px;
        height: 220px;
        position: relative;
        left: 50%;
        transform: translate(-50%,0);
        margin-bottom: 0px;
        margin-top: 20px;
        margin-left: 0;
    }
    .dusleft{
        width: 100%;
        height: auto;
        position: relative;
    }
    .industrys{
        padding-left: 0;
    }
    
    .aboutdd{
        padding: 50px 0;
    }
    .aboutcode{
        padding-right: 0;
    }
    .aboutcodeimg{
        position: relative;
        margin: 40px 0;
        padding: 20px;
    }
    .aboutculture1{
        padding-left: 20px;
    }
    .aboutcodep>h3{
        font-size: 20px;
        line-height: 28px;
    }
    .aboutculture{
        padding: 50px 0;
    }
    .abimg1{
        position: relative;
        padding: 20px 0;
        padding-left: 20px;
    }
    .culturep{
        transform: translate(0,5%);
    }
    .cushow{
        margin-top: 20px;
    }
    .culturep>h3{
        font-size: 24px;
    }
    .alertdiv{
        padding: 20px;
    }
    .alertshow{
        display: block;
        margin-top: 10px;
    }
    .alertdiv1>p{
        text-align: left;
        font-size: 16px;
        line-height: 24px;
    }
    .alertdiv1{
        height: 24px;
    }
    .sump{
        margin-top: 12px;
    }
    .subtn{
        margin-top: 12px;
    }
    .alertdiv2 .layui-unselect{
    	width: 100%;
    }
    .index-newswiper .swiper-slide{
	    width: 100%;
	}
}
