@font-face {
    src: url("../font/SourceHanSansCN-ExtraLight.otf");
    font-family: "SourceHanSansCN-ExtraLight";
}
 @font-face {
    src: url("../font/SourceHanSansCN-Light.otf");
    font-family: "SourceHanSansCN-Light";
}
@font-face {
    src: url("../font/SourceHanSansCN-Heavy.otf");
    font-family: "SourceHanSansCN-Heavy";
}
@font-face {
    src: url("../font/Alibaba-PuHuiTi-Regular.ttf");
    font-family: "Alibaba-PuHuiTi-Regular";
}
@font-face {
    src: url("../font/impact.ttf");
    font-family: "impact";
}
@font-face {
    src: url("../font/simfang.ttf");
    font-family: "simfang";
}
/*
@font-face {
    src: url("../font/MONTSERRAT-EXTRALIGHT-5.OTF");
    font-family: "MONTSERRAT-EXTRALIGHT-5.OTF";
  }  */
* {
  font-family: "微软雅黑","Arial";
  padding: 0;
  margin: 0;
  /* box-sizing: border-box; */
}
body {
}
.app{
    padding-top: 80px
}
/* 苹果兼容性 */

input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; }
/* ----------------------首页---------------------- */
.wrap {
    max-width: 1570px;
    margin: 0 auto;
    width: 96%;
}
.header {
    background-color: #ffffff;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 998;
}

.h-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
    
.h-r {
    display: flex;
    align-items: center;
}

.nav {
    margin-right: 25px;
}
.ul-nav>li {
    /* position: relative; */
    float: left;
    color: #555555;
    font-size: 18px;
    padding: 0 19px;
}
.ul-nav>li:hover>a::after
{
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    height:3px;
    background-color:#005695;
    
    
}
.ul-nav>li:hover>a
{
    color:#005695;
    font-weight:bold;
}

.ul-nav>li>a {
    position:relative;
    padding: 29px 0;
}

.nd {
    display: none;
    position: absolute;
    width: 100%;
    background-color: rgba(245, 245, 245, 0.71);
    z-index: 100;
    left: 0;
    height: 80px;
    top: 80px;
}
.ul-nd{
    display: flex;
    justify-content: center;
    /* position: absolute;
    right: 26.8%; */
 
}
.ul-nd>li{
    color: #4c4c4c;
    font-size: 16px;
    margin-left: 20px;
}
.ul-nd>li:nth-child(1){
    margin-left: 0;
}
.ul-nd a {
    display: block;
    text-align: center;
  
    line-height: 80px;
    color: #4c4c4c;
    font-size: 14px;
}
.ul-nd a:hover{
    font-weight: bold;
    color: #0067ac;
}
.ul-nav>li:hover .nd {
    display: block;
}
.lang{
    position: relative;
    cursor: pointer;
}
.lang-tc{
    display: none;
    position: absolute;
    width: 30px;
    padding: 10px 25px;
    background-color: #fff;

   }
   .lang-tc a{
    display: block;
    font-size: 14px;
    line-height: 24px;
   }
   .lang-tc a:hover{
       color: #1c509f;
   }
.lang span{
    color: #1c509f;
    font-size: 14px;
    vertical-align: middle;
    margin-left: 8px;
}
.ss-inp{
    width: 70px;
    min-height: 14px;
    color: #565656;
    font-size: 14px;
    outline: none;
}
.ss-inp::placeholder{
    color: #565656;
    font-size: 14px;
}
.ss-go{
    width: 70px;
    height: 14px;
    background: url('../images/2.png') no-repeat center;
    background-size: 12px;
    outline: none;
    cursor: pointer;
}
.ss-c{
    display: flex;
    align-items: center;
    padding-left: 16px;
    border-left: 1px #b9b9b9 solid;
    margin-left: 18px;
}
.h-r-btn{
    display: flex;
    align-items: center;
}
.flex-3{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.banner-pic>img{
    width: 100%;
}
.ipdu {
    padding: 100px 0 165px;
}

.ititle {
    font-size: 38px;
    color: #494848;
    font-weight: bold;
}
.itxt{
    width: 100%;
}
.itx {
    font-family: 'Arial';
    color: #a4a4a4;
    font-size: 24px;
    margin-top: 14px;
}

.ipdu-tx {
    color: #414141;
    font-size: 20px;
    margin-bottom:10px;
    text-align: center;
}

.ipdu-kk {
    position: relative;
    display: inline-block;
}

.ipdu-pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ipdu-pic>img 
{
    height:170px;
}

.ipdu-kk>img 
{
    height:170px;
}

.ul-ipdu {
    display: flex;
    flex-wrap: wrap;
    max-width: 1594px;
    margin-left: -1.54%;
}

.ul-ipdu>li {
    width: 23.46%;
    margin: 45px 0 0 1.54%;
    padding: 70px 10px;
    text-align: center;
    background-color: #f5f3f3;
    box-sizing: border-box;
}

.ul-iab {
    display: flex;
    flex-wrap: wrap;
}

.ul-iab>li {
    position: relative;
    width: 27.49%;
}

.iab-title {
    font-size: 32px;
    font-weight: bold;
}

.iab-tx {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
}

.iab-txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 24.5% 9% 5%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.iab-tx1 {
    color: #ffffff;
    font-size: 30px;
    margin-top: 18px;
}

.iab {
    min-height: 890px;
    background: url(../images/bg1.jpg) no-repeat center;
    background-size: 100% 100%;
    padding: 150px 0 125px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.iab-pic>img {
    width: 100%;
    height: 100%;
}

.idt {
    padding: 105px 0 0;
}

.idt-more a {
    display: block;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    width: 76px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 100px;
    background-color: #0067ac;
}

.idt-t {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 40px;
}

.idt-t-l {
    width: 47.83%;
    max-width: 751px;
}

.idt-t-r {
    width: 49.94%;
}

.idt-t-pic {
    position: relative;
}

.idt-t-pic>img {
    width: 100%;
}

.idt-menb-time {
    width: 72px;
    height: 72px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 4px;
    background-color: #0e55a4;
    position: absolute;
    left: 14px;
    bottom: 16px;
}

.idt-menb {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.55);
}

.idt-menb-time1 {
    color: #ffffff;
    font-size: 30px;
    font-family: 'impact';
}

.idt-menb-time2 {
    color: #ffffff;
    font-size: 14px;
    margin-top: 8px;
}

.idt-menb-title {
    color: #ffffff;
    font-size: 18px;
    line-height: 70px;
    padding-left: 105px;
}

.ul-inews a {
    display: block;
    padding: 35px 0;
    border-bottom: 1px #f2f2f2 solid;
}

.ul-inews>li:nth-child(1) a {
    padding-top: 0;
}

.inews-title {
    color: #1b1b1b;
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.inews-tx {
    font-size: 14px;
    color: #8a8a8a;
    line-height: 24px;
    margin-top: 16px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.inews-b {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.inews-b p {
    margin-right: 15px;
}

.inews-b p span {
    vertical-align: middle;
    margin-left: 5px;
    color: #787878;
    font-size: 14px;
}

.iry {
    margin-top: 135px;
}

.iry-t {
    display: flex;
}

.iry-t-tx {
    color: #a1a1a1;
    font-weight: bold;
    font-size: 38px;
    margin-left: 15px;
    cursor: pointer;
}

.iry-t-tx:nth-child(1) {
    margin-left: 0;
}

.iry-act {
    color: #323232 !important;
}

.ul-iry {
    display: flex;
    flex-wrap: wrap;
    max-width: 1618px;
    margin-left: -2.98%;
}

.ul-iry>li {
    width: 30.35%;
    margin: 50px 0 0 2.98%;
    cursor: pointer;
}

.iry-pic 
{
    text-align:center;
}
.iry-pic>img 
{
    height:300px;
}

.ry-tc {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    z-index: 998;
}

.ry-tc-cont {
    max-width: 1030px;
    width: 80%;
    height: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ry-tc-pic {
    display: inline-block;
    height: auto;
}

.ry-tc-pic>img {
    height: 100%;
}

.ifz {
    background: no-repeat center;
    min-height: 900px;
    padding: 100px 0;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.ifz-bg {
    max-width: 1320px;
    margin: 205px auto 0;
    position: relative;
    background: url('../images/13.png') no-repeat center;
    height: 395px;

}
.ul-ifz>li{
    position: absolute;
    max-width: 290px;
    transform: translateY(-100%);
}
.ifz-title{
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
}
.fz-hide{
    display: none;
}
.ifz-tx{
    color: #fff;
    line-height: 26px;
    font-size: 14px;
    margin-top: 2px;
}
.fz-cont {
    position: relative;
    /* min-height: 1286px; */
    margin-top: 55px;
    padding-top: 25px;
}

.fz-xian {
    position: absolute;
    left: 50%;
    width: 2px;
    /* min-height: 1286px; */
    background-color: #fff;
    height: 100%
}

.fz-p {
    position: relative;
    padding-left: 28px;
    width: 50%;
    float: right;
    box-sizing: border-box;
}

.fz-p2 {
    position: relative;
    padding-right: 28px;
    text-align: right;
    float: left;
    width: 50%;
    box-sizing: border-box;
}

.fz-p::after,
.fz-p2::after {
    content: '';
    position: absolute;
    top: 10px;
    left: -4px;
    background-color: #ffaa00;
    border-radius: 100%;
    width: 10px;
    height: 10px;
}

.fz-p2::after {
    left: auto;
    right: -6px;
}

.fz-kk {
    padding-top: 50px;
    width: 100%;
    overflow: hidden;
}

.fz-year {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
}

.fz-txtx {
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    margin-top: 8px;
    max-width: 500px;
display: inline-block;
}

.footer{
    background-color: #282828;
}
.ft{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 100px 0 40px;
}
.ul-ftnav{
    display: flex;
    flex-wrap: wrap;
}
.ul-ftnav>li{
    margin-left: 80px;
}
.ul-ftnav>li:nth-child(1){
    margin-left: 0;
}
.ul-ftnav>li>a{
    color: #a5a5a5;
    font-size: 14px;
    display: block;
    margin-bottom: 17px;
}
.ftnav-title{
    color: #fcfcfc !important;
    font-size: 18px !important;
    margin-bottom: 24px !important;
}
.ul-ftnav>li>a:nth-last-child(1){
    margin-bottom: 0;
}
.ft-ma{
    display: inline-block;
}
.ft-ma-tx{
  font-size: 18px;
  color: #fcfcfc;
  margin-bottom: 30px;
  text-align: center;
}
.ft-title{
    font-family: 'impact';
    font-size: 36px;
    color: #fcfcfc;

}
.ft-tx{
    color: #fcfcfc;
    font-size: 14px;
    line-height: 26px;
    margin-top: 11px;
}
.ft-b{
    height: 70px;
    border-top: 1px #373737 solid;
    color: #fcfcfc;
    font-size: 14px;
}


/* ----------------------产品中心---------------------- */

.zy-banner{
    background: no-repeat center;
    height:440px;
}
.b-txt{
    padding-top: 170px;
}
.b-title{
    color: #ffffff;
    font-weight: bold;
    font-size: 60px;
}
.b-tx{
   color: #ffffff;
   font-size: 18px;
   margin-top: 30px;
}
.mid-n .ul-mid{
    flex-wrap: wrap;
    justify-content: unset;
    height: unset;
}
.mid-n  .ul-mid>li {
    width: 22%;
}
.mid-n   .ul-mid>li>a{
    display: block;
    padding: 20px 0;
}
.ul-mid{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}
.ul-mid>li{
    margin: 0 1%;
    color: #333333;
    font-size: 14px;
}
.mid{
  box-shadow: 0px 4px 9px 1px #edf0f2;
}
.pdu{
    padding: 15px 0 60px ;
}
.pdu-title{
    font-size: 16px;
    font-weight: bold;
    color: #414141;
}
.pdu-tx{
    color: #414141;
    font-size: 20px;
    margin-bottom: 16px;
}
.pdu .ul-ipdu>li{
  position: relative;
  padding: 70px 10px 30px;
}
.pdu .ul-ipdu>li:hover::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0067ac;
}
.pdu .ul-ipdu>li:hover  .pdu-title{
    color: #0067ac;
}
.pdu-txt{
    margin-top: 40px;
}

/* ----------------------关于所特---------------------- */
.ab{
    padding: 60px 0;
}
.ab-cont{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ab-title{
   color: #0067ac;
   font-size: 48px;
}
.ab-tx{
   font-family: "Alibaba-PuHuiTi-Regular";
   color: #333333;
   font-size: 40px;
   margin-top: 25px;
}
.ab-line{
    position: relative;
    width: 130px;
    height: 1px;
    margin: 25px 0;
    background-color: #e1e1e1;
}
.ab-line::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 100%;
    background-color: #0067ac;
}
.ab-tx2{
    font-size: 16px;
    color: #3f3f3f;
    line-height: 24px;
    margin-bottom: 48px;
}
.ab-tx2:nth-last-child(1){
    margin-bottom: 0;
}
.ab-l{
    width: 48.92%;
}
.ab-r{
    width: 48.47%;
}


.mid-act{
    color: #0067ac !important;
}
/* ----------------------发展历程---------------------- */
.fz-top{
    padding: 60px 0;
}
.fz-title{
color: #0067ac;
font-size: 38px;
font-weight: bold;
padding-bottom: 10px;
}
.fz-tx{
color: #3f3f3f;
font-size: 16px;
line-height: 24px;
margin-top: 10px;
}
/* ----------------------产品详情---------------------- */
.gssp{
    padding: 30px 0 60px;
}
.pxq-t{
    padding: 64px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pxq-l{
    width: 44.97%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f3f3;
}
.pxq-pic>img
{
    height:250px;
}
.pxq-r{
     width: 52.36%
}
.pxq-p{
    display: flex;
    align-items: flex-end;
    margin-top: 30px;
}
.pxq-p>div{
    margin-left: 30px;
}
.pxq-p>div:nth-child(1){
    margin-left: 0;
}
.pxq-title{
    color: #0067ac;
    font-size: 42px;
    font-weight: bold;
    padding: 5px 0 24px;
    border-bottom: 1px #f6f4f4 solid;
    line-height:1.2;
}
.pxq-title span{
      font-weight: normal;
}
.pxq-tx{
      margin: 28px 0 10px;
      color: #414141;
      font-size: 24px;
      font-weight: bold;
}
.pxq-tx2 {
    position: relative;
    padding-left: 14px;
    color: #414141;
    font-size: 16px;
    margin-top: 22px;
    line-height: 25px;
}
.pxq-tx2 p::before {
    content: '';
    /* position: relative; */
    /* left: 1px; */
    /* top: 12px; */
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #0067ac;
    float: left;
    margin-top: 12px;
    margin-right: 5px;
}
.pxq-r-b{
    margin-top: 60px;
    height: 100px;
    display: flex;
    align-items: center;
    border-top: 1px #f6f4f4 solid;
    border-bottom: 1px #f6f4f4 solid;
    padding: 0 20px;
    box-sizing: border-box;
}
.pxq-r-b p{
    color: #4d4d4d;
    font-size: 16px;
  
}
.ipdu-kk>img{
    opacity: 0;
}
.ab-pic{ text-align:center;}
.ab-pic>img{}


.pxq-r-b span{
    font-size: 48px;
    font-family: 'impact';
    color: #0067ac;
    margin-left: 25px;
    vertical-align: middle;
}
.ul-pxq-nav{
    display: flex;
    background-color: #f5f3f3;
}
.ul-pxq-nav>li{
    position: relative;
    width: 158px;
    height: 58px;
    color: #666666;
    font-size: 14px;
    text-align: center;
    line-height: 58px;
    cursor: pointer;
}
.pxq-nav-act{
    background-color: #0067ac;
    color: #fff !important;
    font-weight: bold;
}
.pxq-nav-act::after{
    content: '';
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
    width: 22px;
    height: 19px;
    background: url('../images/18.png') no-repeat center;

}
.pxq-c-title{
    color: #414141;
    font-weight: bold;
    font-size: 24px;
    margin-top: 50px;
    text-align: center;
}
.pxq-tb{
    width: 100%;
    margin-top: 30px;
    border: none;
    border-collapse: collapse;
}
.pxq-tb td{
    border: 1px #666666 solid;
    height: 58px;
    color: #414141;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}
.pxq-v-pic{
    position: relative; 
}
.pxq-v-pic>img{
    width: 100%;
}
.pxq-v-play{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0%;
    top: 0%;
    cursor: pointer;

}
.pxq-video{
    max-width: 1320px;
    margin: 30px auto 0;
}
/* ----------------------企业荣誉---------------------- */
.ryu{
    padding: 10px 0 60px;
}
.ryu-more{
    color: #b3b3b3;
    font-size: 16px;
    margin-top: 40px;
    cursor: pointer;
    text-align: center;
}
.ryu-more span{
   transform: rotate(
90deg);
display: inline-block;
font-family: "simfang";
margin-left: 5px;
}

/* ----------------------企业展示---------------------- */
.zs{
    padding: 20px 0 50px;
}
.zs-kk {
    position: relative;
    text-align:center;
}

.zs-kk>img 
{
    height:327px;
}

.zs-pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.zs-pic>img 
{
    height:327px;
}

.zs-show {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.29);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
}

.zs-tx {
    font-size: 16px;
    line-height: 56px;
    background-color: #f5f3f3;
    text-align: center;
    transition: .5s;
    -webkit-transition: .5s;
}

.ul-zs {
    display: flex;
    flex-wrap: wrap;
    max-width: 1618px;
    margin-left: -2.98%;
}

.ul-zs>li {
    width: 30.35%;
    margin: 40px 0 0 2.98%;
}

.ul-zs>li:hover .zs-tx {
    color: #fff;
    background-color: #0067ac;
}

.ul-zs>li:hover .zs-show {
    opacity: 1;
}
.zs .ry-tc{
    background-color: rgba(0, 0, 0, 0.79);
}
.zs  .ry-tc-cont{
    display: block;
}
.zs .ry-tc-pic{
    height: 84%;
}
.ry-tc-tx{
    font-weight: bold;
    color: #fff;
    font-size: 32px;
    margin: 30px 0;
}
.ry-tc-close>img{
    cursor: pointer;
}
/* ----------------------公司理念---------------------- */

.ln{
    padding: 65px 0;
}
.ln-cont{
    position: relative;
}
.ln-l{
    position: absolute;
    left: 0;
    top: 0;
    width: 40.57%;
    height: 100%;
}
.ln-r{
    float: right;
    width: 59.43%;
}
.ln-pic>img{
    width: 100%;
}
.ul-ln{
    height: 100%;
}
.ul-ln>li{
    width: 100%;
    height: 25%;
    display: flex;
    align-items: center;
    background-color: #f8f8f8;
    -webkit-transition: .5s;
    transition: .5s;
    box-sizing: border-box;
}
.ul-ln>li:nth-child(2n){
    background-color: #f0f0f0;
}
.ul-ln>li:hover{
    width: 119%;
}
.ul-ln>li:hover .ln-txt{
    width: 69.7%;
}
.ul-ln>li:hover  .ln-title,    .ul-ln>li:hover  .ln-tx{
    color: #fff;
}
.ul-ln>li:hover {
    background: url('../images/22.png') no-repeat 96%;
    background-color: #0067ac;
}
.ln-txt{
   width: 83%;
box-sizing: border-box;
margin-left: 45px;
}
.ln-title{
   font-size: 28px;
   color: #0067ac;
   font-weight: bold;

}
.ln-tx{
    color: #3f3f3f;
    font-size: 16px;
    line-height: 24px;
    margin-top: 18px;
}

/* ----------------------客户服务---------------------- */
.fw {
    padding: 20px 0 60px;
}

.ul-fw,.ul-xzai {
    display: flex;
    flex-wrap: wrap;
    max-width: 1610px;
    margin-left: -2.46%;
}

.ul-fw>li,.ul-xzai>li {
    position: relative;
    width: 30.87%;
    margin: 2.46% 0 0 2.46%;
}
.fw-pic{
    border-radius: 8px;
    overflow: hidden;
}
.fw-pic>img {
    width: 100%;
}

.fw-menb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.fw-tx {
    color: #ffffff;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 15px;
    text-align: center;
}

.fw-play>img {
    width: 74px;
}

/* ----------------------下载中心---------------------- */
.xzai-time{
    color: #7a7a7a;
    font-size: 16px;
}
.xzai-title{
 color: #1a1a1a;
 font-size: 18px;
 font-weight: bold;
 margin-bottom: 20px;
}
.xzai-tx{
  color: #7a7a7a;
    font-size: 16px;
}
.xzai-kk{
    padding: 22px 19px;
    display: flex;
    justify-content: space-between;
}
.xzai-bor{
  align-items: center;
    border-top: 1px #e1e1e1 solid;
}
.ul-xzai>li{
    border: 1px #e1e1e1 solid;
    box-sizing: border-box;
    border-radius: 8px;
}
.ul-xzai>li:hover,    .ul-xzai>li:hover .xzai-bor{
    border-color: #0067ac;
}

.xzai-icon>img:nth-last-child(1){
    display: none;
}
.ul-xzai>li:hover  .xzai-icon>img:nth-last-child(1){
    display: inline-block;
}
.ul-xzai>li:hover  .xzai-icon>img:nth-last-child(2){
    display: none;
}

/* ----------------------联系我们---------------------- */
.lx{
    padding: 60px 0;
}
.lx-cont{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lx-l{
    width: 29.94%;
    padding: 10px;
    padding-bottom: 40px;
    box-sizing: border-box;
    background-color: #d7d7d7;
}
.lx-r{
    width: 68.15%;
}
.lx-title{
   font-weight: bold;
  color: #0067ac;
  font-size: 32px;
  line-height: 92px;
  border-bottom: 1px #9b9b9b dotted;
  padding: 0 26px;
}
.lx-tx{
  font-weight: bold;
  color: #1a1a1a;
  font-size: 20px;
  margin-top: 50px;
}
.lx-tx2{
    color: #333333;
    font-size: 16px;
    line-height: 28px;
    margin-top: 35px;
}
.lx-txt{
    padding: 0 26px;
}
.lx-ma{
   display: inline-block;
    margin-top: 35px;
    border: 1px #e0e0e0 solid;
}
.amap-copyright,.amap-logo{
    display: none !important;
}

/* ----------------------用人理念---------------------- */
.yren{
    background-color: #f5f5f5;
}
.yren-bg>img{
width: 100%;
}

/* ----------------------人才招聘---------------------- */
.zp-name{
    padding-top: 80px;
    text-align: center;
    color: #1a1a1a;
    font-size: 24px;
}
.zp-l{
    width: 21.02%;
}
.zp-r{
    width: 78.98%;
    padding: 0 45px;
    box-sizing: border-box;
}
.zp-top{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 30px 0;
    max-width: 940px;
}
.zp-tx{
    color: #7a7a7a;
    font-size: 16px;
    width: 230px;
    margin: 20px 0;
}
.zp-tx span{
    font-weight: bold;
}
.zp-c{
    display: flex;
    flex-wrap: wrap;
    background-color: #f0f0f0;
}
.zp-txt{
    margin-top: 80px;
}
.zp-txt:nth-child(1){
    margin-top: 0;
}
.zp-title{
   color: #666666;
    font-size: 16px;
    font-weight: bold;
}
.zp-title2 {
    color: #666666;
    font-size: 16px;
    margin-top: 40px;
    line-height: 25px;
}
.zp-hide{
    display: none;
    padding-bottom: 40px;
}
.zp-bom{
    background-color: #0067ac;
    padding: 0 5%;
    height: 60px;
    align-items: center;
    display: flex;
    display: none;
}
.zp-bom p {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}
.ul-zp>li{
    margin-top: 40px;
}
.zp{
    padding: 20px 0 60px;
}

/* ----------------------新闻动态---------------------- */
.news{
    padding-bottom: 60px;
}
.news-t{
background-color: #f5f5f5;
}
.news-title{
color: #0067ac;
font-weight: bold;
font-size: 28px;

line-height: 36px;
}
.news-pic{
max-width: 392px;
display: flex;
align-items: center;
}
.news-pic>img{
width: 100%;
}
.news-txt{
width: 100%;
padding: 40px 30px 40px 40px;
box-sizing: border-box;
}
.ul-news>li{
margin-top: 40px;
}
.ul-news a{
display: flex;
}
.ul-news   .inews-tx,.ul-news .inews-b{
margin-top: 26px;
}
.news-b-a{
display: block;
line-height: 58px;
height: 58px;
text-align: center;
background-color: #f3f4f5;
color: #666666;
font-size: 16px;
font-family: "SourceHanSansCN-Light";
padding:0 30px;
}
.news-b{
display: flex;
justify-content: center;
margin-top: 50px;
}
.news-b>div{
display: flex;
}
.news-b-act,.news-b-a:hover{
background-color: #0e55a4 !important;
color: #fff !important;
}
.nodata { width:100%; float:left; text-align:center; font-size:20px; font-weight:bold;}
/* ----------------------新闻详情---------------------- */
.nxq {
    padding: 60px 0;
}
.nxq-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.nxq-l{
width: 71.33%;
padding: 26px 35px 55px;
border: 1px #e0e0e0 solid;
box-sizing: border-box;
}
.nxq-r{
width: 26.2%;
}
.nxq-pic{
max-width: 751px;
margin: 50px auto 0;
}
.nxq-pic>img{
width: 100%;
}
.nxq-l-title{
font-size: 36px;
color: #1b1b1b;
line-height: 44px;
font-weight: bold;
}
.nxq-l-tx{
color: #8a8a8a;
line-height: 26px;
font-size: 14px;
margin-top: 20px;
}


.nxq-l-tx img
{
	max-width:100%;
	height:auto !important;
}
.nxq-r-a{
display: block;
margin-top: 20px;
padding: 20px 28px;
box-sizing: border-box;
border: 1px #e0e0e0 solid;
}
.nxq-r-a:nth-child(1){
margin-top: 0;
}
.nxq-r-title{
color: #1a1a1a;
font-size: 16px;
}
.nxq-r-tx{
color: #1a1a1a;
font-size: 14px;
line-height: 24px;
margin-top: 15px;
}

/* ----------------------营销网络---------------------- */
.yx-cont{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
}
 .yx-l{
     width: 40.13%;
 }
.yx-r{
    width: 57.96%;
}
.yx-pic>img{
 width: 100%;
}
.yx-title{
 color: #ffffff;
 font-size: 18px;
 font-weight: bold;
 line-height: 26px;
}
.yx-tx{
 color: #333333;
 font-size: 16px;
 line-height: 26px;
}
.yx-kk{
 display: flex;
 flex-direction: column;
 justify-content: center;
 padding: 0 15px;
}
.ul-yx{
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
}
.ul-yx>li{
 width: 47.62%;

 margin: 20px 0;
}
.yx-top{
 background-color: #0067ac;
 min-height: 50px;
}
.yx-bom{
 min-height: 64px;
 background-color: #f5f5f5;
 padding: 0 13px;
 border: 2px #f5f5f5 solid;
}
.ul-yx>li:hover .yx-bom{
 border-color: #0067ac;
}
.yx{
 padding: 60px 0;
}
.yx-name{
 color: #0067ac;
 font-size: 48px;
 font-weight: bold;
 text-align: center;
}

/* ----------------------产品中心---------------------- */

/* ----------------------hover---------------------- */
.ul-ipdu>li:hover .ipdu-pic>img,.pxq-pic:hover img,.idt-t-pic:hover img,.ul-news>li:hover .news-pic>img,.ul-iab>li:hover img{
    transform: scale(1.1);
}
.ipdu-pic>img,.pxq-pic>img,.idt-t-pic>img,.news-pic>img,.iab-pic>img{
    transition: .5s;
    -webkit-transition: .5s;
}
.pxq-pic,.idt-t-pic,.news-pic,.iab-pic{
    overflow: hidden;
}
.nxq-r-a:hover{
    border-color: #1c509f;
}
.nxq-r-a:hover .nxq-r-tx{
    font-weight: bold;
    color: #1c509f;
}
.ul-inews a:hover .inews-title{
    font-weight: bold;
    color: #1c509f;
}
/* ----------------------自适应---------------------- */
.menu {
    display: none;
    cursor: pointer;
    margin-left: 10px;
}
.menu>ul>li {
    width: 34px;
    height: 3px;
    background-color: #3d3d3d;
    margin-bottom: 5px;
}
.menu>ul>li:nth-last-child(1) {
    margin-bottom: 0;
}

.tc {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    /* background-color: rgba(0, 0, 0, 0.5); */
}
.tc-cont {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    padding: 25px 25px 40px;
    box-sizing: border-box;
    margin-top: 80px;
    border-top: 1px #232323 solid;
}
.ul-tc {
    height: 80%;
    overflow-y: auto;
}
.ul-tc>li {
    color: #555555;
    font-size: 24px;
    width: 60%;
    border-bottom: 1px #232323 solid;
}
.ul-tc>li>a {
    display: block;
    padding: 15px 5px;
    cursor: pointer;
}
.ul-nav3 {
    display: none;
    padding: 10px 15px;
}
.ul-nav3 a {
    display: block;
    padding: 10px 0;
    cursor: pointer;
    border-bottom: 1px #232323 solid;
}
.ul-nav3>li:nth-last-child(1) a {
    border-bottom: none;
}



/* ------- */
.show{
    visibility: hidden;
}
.iry-c{
    position: relative;
    height:475px;
}
.iry-cont{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    margin-top: 50px;
}


