/*样式开始*/
  .sec-01-box{
    position: fixed;
    z-index: 999;
    width: 100%;
    top:0;
    left: 0;
    background-color: #fff;
  }
  .top-welcome{
    width: 100%;
    padding:5px 0;
    background-color:#046eb8;
  }
  .top-welcome p{
    line-height: 26px;
    font-size: 14px;
    color: #fff;
  }
  .search p{
    text-indent: 20px;
    background-image: url(../images/gh.png);
    background-repeat: no-repeat;
    background-position: left;
    margin-left:20px;
  }
  .search>form{
    margin-left: 40px;
  }
  .search>form>input:first-child{
    width: 22px;
    height: 22px;
    border:none;
    background-size: 100% 100%;
    background-image: url(../images/seach.png);
    background-color: rgba(0,0,0,0);
  }
  .search>form>input:last-child{
    width: 120px;
    height: 20px;
    border:1px solid #7b7b7b;
    color: #7b7b7b;
    margin-left: 15px;
    border-radius: 10px;
    text-indent: 10px;
    background-color: #fafafa;
  }
  .top-nav{
    overflow:hidden;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 10%);
    position: relative;
  }
  .logo{
    width: 200px;
    float: left;
    margin-top: 13px;
  }
  .logo>a{
    width: 100%;
  }
  .logo>a>img{
    width: 100%;
  }
  .top-nav ul{
    width: 55%;
    float: left;
    margin-top:17px;
    margin-left: 80px;
  }
  .top-nav ul>li{
   padding-bottom: 20px;
   box-sizing: border-box;
  }
  .top-nav ul>li>a>em{
    display: block;
    text-align: center;
  }
   .top-nav ul>li>a>em:last-child{
    font-size: 12px;
    color: #7b7b7b;
    margin-top: 10px;
   }
  .top-nav dl{
    width: 10%;
    float: right;
    margin-top: 30px;
  }
  .top-nav dl>dd{
    width: 33.3%;
  }
  .top-nav dl>dd>a{
    color: #7b7b7b;
  }

  /*二级栏*/
  .pc_2nav{
    width: 100%;
    background-color:#fafafa;
    position: relative;
    overflow:hidden;
  }
  .pc_2nav>dl{
    width: 100%;
    padding:30px 7%;
    box-sizing: border-box;
    position: relative;
  }
  .pc_2nav>dl>dt{
    position: absolute;
    width: 100%;
    height:100%;
    background-color: #ccc;
    top: 0;
    right: 0;
    z-index: 99;
  }

  .pc_2nav>dl:after {
    display:block;
    content:"";
    width: 30%;
    height:0px;
    }
  .pc_2nav>dl>dd{
    width: 30%;
    margin-top: 40px;
    font-size: 14px;

    position: relative;
  }
  .pc_2nav>dl>dd:nth-child(2){
    margin-top: 20px;
  }
  .pc_2nav>dl>dd:nth-child(3){
    margin-top: 20px;
  }
  .pc_2nav>dl>dd:nth-child(4){
    margin-top: 20px;
  }
  .pc_nav_dd_bj{
    position: absolute;
    width: 0;
    height: 100%;
    background-color:#046eb8;
    z-index: -1;
    left: 0;
    top: 0;
    transition: all 0.8s;
  }
  .pc_2nav>dl>dd>a:hover>.pc_nav_dd_bj{
    width: 100%;
  }
  .pc_2nav>dl>dd>a{
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    line-height: 36px;
    border-bottom: 1px solid rgba(0,0,0,.2);
    position: relative;
    padding-bottom: 10px;
    box-sizing: border-box;
    z-index: 9;
  }
  .pc_2nav>dl>dd>a:hover{
    color: #fff;
    font-weight: bold;
  }
  .pc_2nav>dl>dd>a>em:last-child{
     width: 20px;
    height: 20px;
    margin-top: 8px;
    display: block;
    background-image: url(../images/ico_a1.png);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: content;
    transition: all 0.1s;
  }
  .pc_2nav>dl>dd>a:hover>em:last-child{
    background-image: url(../images/ico_b.png);
    background-size: 100%;
  }

  .pc_2nav>dl>dd>ul{
    padding: 0 20px;
    box-sizing: border-box;
    display: none;
  }
  .pc_2nav>dl>dd>ul>li{
    width: 50%;
    float: left;
    margin-top: 20px;
    line-height: 36px;
    border-bottom: 1px solid rgba(0,0,0,.2);
    box-sizing: border-box;
  }
  .pc_2nav>dl>dd>ul>li>a{
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
  }
  .pc_2nav>dl>dd>ul>li:hover>a{
    color: #fff;
    font-weight: bold;
  }
  .pc_nav_li_bj{
    position: absolute;
    width: 0;
    height: 100%;
    background-color:#046eb8;
    z-index: 0;
    left: 0;
    top: 0;
    transition: all 0.6s;
  }
  .pc_2nav>dl>dd>ul>li:hover>a>.pc_nav_li_bj{
    width: 100%;
  }
  .pc_2nav>dl>dd>ul>li>a>em{
    position: relative;
    z-index: 9;
  }
  .pc_2nav>dl>dd>ul>li>a>em:last-child{
     width: 20px;
    height: 20px;
    margin-top: 8px;
    display: block;
    background-image: url(../images/ico_a1.png);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: content;
    transition: all 0.1s;
  }
  .pc_2nav>dl>dd>ul>li:hover>a>em:last-child{
    background-image: url(../images/ico_b.png);
    background-size: 100%;
  }

/*首页*/
  .banner-all{
    width: 100%;
    height: 100%;
    position:fixed;
    z-index: 0;
  }
  .banner-all-box{
    width: 100%;
    height: 100%;
    position: relative;

  }
  .banner{
    width: 100%;
    height: 100%;
  }
  .sec-01{
    width: 100%;
    height: 100%;
    overflow:hidden;
    position: relative;
  }
  .sec-01-text{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/pic_wg.png);
    background-size:100% 100%;
    top: 0;
    left: 0;
    z-index: 9;
  }
  .sec-01-text>.cont{
    position: relative;
    height: 100%;
  }
  .banner-text{
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
    color: #fff;
  }
  .banner-text>h3:nth-child(2){
    font-size: 42px;
    font-weight: bold;
    margin-top: 10px;
  }
  .banner-text>p{
    margin-top: 30px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    color: #fafafa;
  }
  .banner-text>ul{
    margin-top: 40px;
    width: 150px;
  }
  .banner-text>ul>li{
    width: 10px;
    height: 10px;
    background-color:#fff;
    border-radius: 50%;
    position: relative;
  }
  .banner-text>ul>.active:after{
    width: 200%;
    height: 200%;
    position: absolute;
    border:1px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    content:"";
    top:-50%;
    left: -50%;
  }
  




  .sec-01>img{
    width: 100%;
  }
  .sec-01>video{
    width: 110%;
    margin:0 auto;
    display: block;
  }

    


  .sec-10{
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url(../images/bj-0.jpg);
  }
  .sec-10-box{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);

  }
  .sec-10-cont{
    margin-top:210px;
  }
  .sec-10-text{
    width: 30%;
  }
  .sec-10-text>h3{
    font-weight: bold;
    text-shadow: 3px 3px 3px #ccc;
  }
  .sec-10-num{
    width:70%;
  }
  .sec-10-num-ico{
    margin-right:15px;
  }
  .sec-10-num-ico>img{
    margin-top: 8px;
  }
  .sec-10-num-info>h4{
    font-weight: lighter;
  }
  .sec-10-num-info>h3{
    margin-top: 5px;
    font-weight: bold;
   /* color: #046eb8;*/
  }
  .sec-10-num-info>h3>p{
    font-weight: bold;
  }
  .sec-10-num-info>h3>em{
    font-size: 16px;
    margin-left: 10px;
    color: #333;
    margin-top: 24px;
  }

  

  .sec-10-bottom{
    width: 86%;
    position: absolute;
    left: 7%;
    bottom: 8%;
  }
  .sec-10-bottom-box{
    width: 100%;
    position: relative;
  }
  .sec-10-l{
    width:40%;
    height: 500px;
    float: left;
  }
  .sec-10-info-box{
    width:100%;
    height: 100%;
  }
  .sec-10-info{
    width: 100%;
    height: 100%;
  }
  .sec-10-bottom-l{
    width: 100%;
    height: 100%;
    background-color: #046eb8;
    padding:80px 110px;
    box-sizing: border-box;
    color: #fff;
    overflow:hidden;
    position: relative;
  }
  .sec-10-bottom-l>em{
    font-size: 15px;
    margin-bottom: 30px;
    display: block;
    color: #fafafa;
  }
  .sec-10-bottom-l>h3{
    margin-bottom: 60px;
    font-weight: bold;
  }
  .sec-10-bottom-l>p{
    font-size: 14px;
    line-height: 30px;
  }
  .sec-10-bottom-l>i{
    width: 100%;
    height: 1px;
    background-color: #fff;
    display: block;
    margin-top: 50px;
  }
  .sec-10-bottom-l>img{
    position: absolute;
    bottom: 0;
    left: -50px;
    opacity: 0.4;
  }
  .sec-10-bottom-r{
    width: 60%;
    height: 500px;
    position: relative;
    float: right;
  }
  .sec-10-r{
    width: 100%;
    height: 100%;
  }
  .sec-10-pic-box{
    width: 100%;
    height: 100%;
  }
  .sec-10-pic{
    width: 100%;
    height: 100%;
  }
  .sec-10-pic>ul{
    height: 100%;
  }
  .sec-10-pic>ul>li{
      width: 33.3%;
    }
  .sec-10-pic>ul>li:hover{
      width:50%;
  }
  .sec-10-pic>ul>.active1{
      width:25%;
  }
  .sec-10-pic>ul>li>a{
    height: 100%;
  }
  .sec-10-pic>ul>li .img_box{
    height:100%;
    position: relative;
  }
  .sec-10-pic>ul>li .img_box>.mb{
    width:100%;
    height: 100%;
    position:absolute;
    right: 0;
    top: 0;
    background-color:rgba(0,0,0,.4);
    opacity: 1;
    transition: all 0.6s;
    color: #fff;
    padding-left: 20px;
    box-sizing: border-box;
  }
  .sec-10-pic>ul>li .img_box>.mb>h4{
    margin-top: auto;
  }
  .sec-10-pic>ul>li .img_box>.mb>p{
    margin-top: 5px;
  }
  .sec-10-pic>ul>li .img_box>.mb>em{
    width:30px;
    height: 5px;
    background-color: #fc0203;
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .sec-10-pic>ul>li:hover .mb{
    width:0;
    opacity: 0;
  }

  .sec-10-show{
    position: absolute;
    top: 100%;
    width:100%;
    height: 30%;
    left: 0;
    padding: 5% 0;
    transform:translateY(-50%);
    z-index: 1;
    text-align:center;
    color: #fff;
    opacity: 0;
    transition:all 0.6s ease;
    background-image: url(../images/black.png);
    background-size: 100% 100%;
  }
  .sec-10-pic>ul>li:hover .sec-10-show{
    top: 90%;
    opacity: 1;
  }
  .sec-10-show>em{
    width:30px;
    height: 5px;
    background-color: #fc0203;
    display: block;
    margin:0 auto;
    margin-top: 10px;
  }
  .sec-10-show>p{
    margin-top: 10px;
  }
  .sec-10-more{
    margin-top: 30px;
  }
  .sec-10-more>a{
    color:#fff;
    font-size: 14px;
    line-height: 30px;
  }
  .sec-10-more>img{
    height: 30px;
  }
  





  .sec-031{
    position: relative;
  }
  /*.gif{
    position: absolute;
    width: 80%;
    height: 40%;
    right: 0%;
    top: 180px;
    opacity: 0.2;
  }
  .gif>.img_box{
    width: 100%;
    height: 100%;
  }*/
  .sec-031-box{
    position: absolute;
    width: 80%;
    height: 60%;
    background-color: #fff;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/bj-1.jpg);
    background-size: 100% 70%;
    background-repeat: no-repeat;
    background-position:left top;
  }
  .sec-031-cont{
    margin-top:13%;
  }
  .sec-031-text{
    width: 30%;
  }
  .sec-031-text>h3{
    font-weight: bold;
  }
  .sec-031-text>p{
    width: 80%;
    margin-top: 30px;
    color: #7b7b7b;
    font-size: 13px;

  }
  .sec-031-tap{
    width: 40%;
    margin-left: auto;
    padding-top: 5%;
    box-sizing: border-box;
  }
  .sec-031-tap>p{
    float: left;
    width: 8%;
    color: #7b7b7b;
  }
  .sec-031-tap>p>span{
    
  }
  .sec-031-tap>p>span:first-child{
    font-size: 20px;
    color: #333;
  }
  .sec-031-tap>i{
    width: 60%;
    height: 2px;
    background-color: #7b7b7b;
    display: block;
    float: left;
    margin-top: 15px;
    margin-left: 10px;
  }
  .sec-031-btn{
    width: 160px;
    margin-left: auto;
  }
  .sec-031-btn>span{
    width: 80px;
    height: 80px;
    display: block;
    background-color: #7b7b7b;
    margin-top: -40px;
    background-image: url(../images/left.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30%;
  }
  .sec-031-btn>span:last-child{
    background-color: #046eb8;
    background-image: url(../images/right.png);
  }
  .sec-031-bottom{
    width: 86%;
    position: fixed;
    left: 7%;
    bottom: 0;
  }
  .sec-031-bottom-box{
    width: 100%;
    position: relative;
  }
  .sec-031-l{
    width:0%;
    height: 500px;
    float: left;
  }
  .sec-031-info-box{
    width:100%;
    height: 100%;
  }
  .sec-031-info{
    width: 100%;
    height: 100%;
  }
  .sec-031-bottom-l{
    width: 100%;
    height: 100%;
    background-color: #046eb8;
    padding:80px 110px;
    box-sizing: border-box;
    color: #fff;
    overflow:hidden;
    position: relative;
  }
  .sec-031-bottom-l>em{
    font-size: 15px;
    margin-bottom: 30px;
    display: block;
    color: #fafafa;
  }
  .sec-031-bottom-l>h3{
    margin-bottom: 60px;
    font-weight: bold;
  }
  .sec-031-bottom-l>p{
    font-size: 14px;
    line-height: 30px;
  }
  .sec-031-bottom-l>i{
    width: 100%;
    height: 1px;
    background-color: #fff;
    display: block;
    margin-top: 50px;
  }
  .sec-031-bottom-l>img{
    position: absolute;
    bottom: 0;
    left: -50px;
    opacity: 0.4;
  }
  .sec-031-bottom-r{
    width: 0%;
    height: 500px;
    position: relative;
    float: right;
  }
  .sec-031-r{
    width: 100%;
    height: 100%;
  }
  .sec-031-pic-box{
    width: 100%;
    height: 100%;
  }
  .sec-031-pic{
    width: 100%;
    height: 100%;
  }
  .sec-031-bottom-r img{
    width: 100%;
    height: 100%;
  }
  .sec-031-more{
    margin-top: 30px;
  }
  .sec-031-more>a{
    color:#fff;
    font-size: 14px;
    line-height: 30px;
  }
  .sec-031-more>img{
    height: 30px;
  }
  .sec-031-data{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
    color: #fff;
    z-index: 99;
  }
  .sec-031-data-box>ul{
    width: 80%;
    margin:0 auto;
    margin-top: 400px;
  }
  .sec-031-data-box>ul>li>p{
    font-size: 18px;
  }
  .sec-031-data-box>ul>li>h3{
    font-weight: bold;
    margin-top: 10px;
  }
  .sec-031-data-box>ul>li>h3>p{
    font-weight: bold;
  }
  .sec-031-data-box>ul>li>h3>em{
    font-size: 14px;
    font-weight: lighter;
    margin-top: 20px;
    margin-left: 10px;
  }

  
  .sec-03{
    position: relative;
    background-color: #fff;
    z-index: 99;
    background-image: url(../images/bj-7.jpg);
    padding-top:240px;
    box-sizing:border-box;
    overflow: hidden;
  }
  .sec-03-box{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/bj-7.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:left top;
    padding-top: 180px;
    box-sizing:border-box;
    
  }
  .sec-03-box .cont{
    position: relative;
  }
  .top-tt{
    text-align: center;
    margin:0 auto;
  }
  .top-tt>a>h3>p{
    font-weight: bold;
    color: #046eb8;
    text-shadow: 3px 3px 3px #ccc;
  }
  .top-tt h3>img{
    margin-top: 12px;
    margin-right: 5px;
  }
  .top-tt p{
    margin-top: 15px;
    color: #046eb8;
  }
  .top-tt>a>p{
    width: 80%;
    margin:0 auto;
    margin-top: 15px;
  }
  .top-tt p>i{
    color: #046eb8;
  }
  .top-tt p>i:first-child{
    width: 90%;
  }
  .tit_box>h4{
    font-weight: bold;
  }
  .tit_box>h4>i{
    font-weight: bold;
    color: #046eb8;
  }
  .tit_box>h4>em{
    color: #7b7b7b;
    font-size: 14px;
    font-weight: lighter;
  }
  .tit_box>a{
    font-size: 13px;
    color: #7b7b7b;
    margin-top: 10px;
  }

  .sec-03-con{
    width: 36%;
    position: absolute;
    left: 0;
    top: 150px;
    z-index: 9;
  }
  .sec-03-con>.img_box{
    height: 430px;
    position: relative;
    margin-top: 50px;
    background-color: #000;
  }
  .sec-03-con>.img_box>video{
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
  .text-mb{
    width: 100%;
    height: 100%;
    background-image:url(../images/mb.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background-size:100% auto;
    background-repeat: no-repeat;
    background-position: bottom;
  }
  .text-mb-box{
    width: 100%;
    height: 100%;
    position: relative;
  }
  .text-mb-info{
    width: 100%;
    padding:30px;
    box-sizing:border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
  }
  .text-mb-info>a{
    color: #fff;
  }
  .text-mb-info>a:hover>h4{
    font-weight: bold;
  }
  .text-mb-info>a>em{
    font-weight: lighter;
    font-size: 14px;
    color: #7b7b7b;
    margin-top: 15px;
    display: block;
  }
  .text-mb-info>a>p{
    font-size: 15px;
    color: #7b7b7b;
    margin-top: 15px;
    line-height: 26px;
  }
  .sec-03-con>.tit_box>h4{
    font-weight: bold;
   
  }
  .sec-03-con>.tit_box>a{
    
  }
  .sec-03-con>h4>i{
    font-weight: bold;
    color: #046eb8;
  }
  .sec-03-con>h4>em{
    color: #7b7b7b;
    font-size: 14px;
    font-weight: lighter;
  }
  .sec-03-con>ul{
    margin-top: 30px;
  }
  .sec-03-con>ul>li{
    padding: 15px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #7b7b7b;
    line-height: 26px;
  }
  .sec-03-con>ul>li:hover{
    background-color: #046eb8;

  }
  .sec-03-con>ul>li:hover>a{
    color: #fff;
  }
  .sec-03-r{
    width: 60%;
    position: absolute;
    right: 0;
    top: 150px;
    z-index: 99;
  }
  .time{
    width: 10%;
    text-align:center;
    border:1px solid #333;
    height: 100px;
  }
  .time>h5{
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
  }
  .time>p{

    margin-top: 10px;
  }
  .info{
    width: 60%;
  }
  .info>h4{
    
  }
  .info>p{
    margin-top: 15px;
    line-height: 30px;
    color: #7b7b7b;
  }
  .sec-03-r>ul{
    margin-top: 30px;
    display: none;
  }
  .sec-03-r>.active{
    display: block;
  }
  .sec-03-r ul .img_box{
    width: 20%;
    height: 120px;
  }
  .sec-03-r ul>li{
    padding:20px 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
  }
  .sec-03-r ul>li:hover a{
    color: #046eb8;
  }
  .sec-03-r ul>li:hover .time{
    border:2px solid #046eb8;
  }
  .sec-03-r ul>li:hover p{
    color: #046eb8;
  }
  .sec-03-r>.tit_box>h4{
    position: relative;
    width: 100%;
  }
  .sec-03-r>.tit_box>h4>span{
    position: absolute;
    right: 0;
    top: 0;
  }
  .sec-03-r>.tit_box>h4>span>a{
    margin-left:30px;
    display: block;
  }
  .sec-03-r>.tit_box>h4>span>.active{
    color: #046eb8;
  }
 




  
  .sec-05{
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: url(../images/bj-3.jpg);
    background-size:cover;
    position: relative;
    padding-top: 200px;
    box-sizing: border-box;
  }
  .sec-05>.cont>h3{
    width:100%;
    text-align: center;
    font-weight: bold;
    color: #046eb8;
    position: relative;
  }
  .sec-05>.cont>h3>a{
    font-size: 14px;
    margin-left: 20px;
    color: #000;
    position: relative;
    cursor: pointer;
    display: inline-block;
    color: #046eb8;
  }
  .sec-05>.cont>h3>a:after{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/gd.png);
    background-size: 100% 100%;
    right: -30px;
    top: 0;
    z-index: 9;
  }
  .sec-05>.cont>p{
    width:80%;
    margin:0 auto;
    margin-top: 30px;
    line-height: 30px;
    text-align: center;
  }
  
  .sec-05 ul{
    width:100%;
    margin-top: 60px;
  }
  .sec-05 ul>li{
    width:24%;
  }
  .sec-05 ul>li>a{
    width: 100%;
    height: 100%;
    position: relative;
  }
  .sec-05 ul>li>a:after{
    position: absolute;
    width: 100%;
    height: 0;
    content: "";
    background-image: url(../images/yy.png);
    left: 0;
    z-index: 1;
    bottom:0;
    opacity: 0;
    background-size: 100% 100%;
    transition:all 0.6s ease;
  }
  .sec-05 ul>li:hover>a:after{
    height: 100%;
    opacity: 1;
  }
  .sec-05-tit{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding:20px;
    box-sizing: border-box;
    font-weight: bold;
    color: #fff;
  }
  .sec-05-tit>h4{
    position: relative;
  }
  .sec-05-tit>h4:after{
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    background-image: url(../images/gd.png);
    background-size: 100% 100%;
    right: -40px;
  }
  .sec-05 ul>li:hover .sec-05-tit>h4:after{
    background-image: url(../images/gd1.png);
  }
  .sec-05-dail{
    position: absolute;
    top: 70%;
    left: 50%;
    width: 80%;
    transform: translate(-50%,-50%);
    color: #fff;
    z-index: 3;
    line-height: 30px;
    text-align:center;
    opacity: 0;
    transition:all 0.6s ease;
  }
  .sec-05 ul>li:hover .sec-05-dail{
    top: 50%;
    opacity: 1;
  }
  
  

  .sec-07{
    width: 100%;
    height: 100%;
    padding-top: 160px;
    background-image: url(../images/sec-07-bj.jpg);
    box-sizing: border-box;
  }
  .sec-07-l{
    width: 25%;
    height: 100%;
    background-color: rgba(2,46,217,.5);
    padding-top: 120px;
    padding-left:7%;
    box-sizing: border-box;
    color: #fff;
  }
  .sec-07-l>h3{
    font-weight: bold;
  }
  .sec-07-l>p{
    font-size: 24px;
    margin-top: 5px;
  }
  .sec-07-l>ul{
    width: 100%;
    margin-top: 60px;
  }
  .sec-07-l>ul>li{
    width: 35%;
    line-height: 40px;
    text-align:center;
    border:1px solid #fff;
    margin-top: 30px;
  }
  .sec-07-l>ul>li>a{
    color: #fff;
  }
  .sec-07-l>a{
    font-size: 16px;
    color: #7b7b7b;
    font-weight: lighter;
    margin-top: 60px;
    position: relative;
    text-indent:30px;
  }
  .sec-07-l>a:after{
    content:"";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    background-image: url(../images/r.png);
    background-size: 100% 100%;
  }
  .sec-07-r{
    width: 75%;
    height: 100%;
    box-sizing: border-box;
  }
  .sec-07-r>ul{
    height: 35%;
  }
  .sec-07-r>ul>li{
    width: 25%;
    border-right: 2px solid #fff;
    height: 100%;
    box-sizing: border-box;
  }
  .sec-07-r>ul>li>a{
    height: 100%;
    position: relative;
  }
  .sec-07-r>ul>li .img_box{
    height: 100%;
  }
  .sec-07-r>ul>li:hover .sec-07-info{
    opacity: 0;
  }
  .sec-07-info{
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: rgba(0,0,0,.4);
    padding:20px;
    box-sizing: border-box;
    opacity: 1;
    transition: all 0.6s;
  }
  .sec-07-info>h4{
    margin-top: 180px;
  }
  .sec-07-info>p{
    color: #7b7b7b;
    margin-top: 5px;
  }

  .sec-07-r-bot{
    width: 100%;
    height: 65%;
    border-top: 2px solid #fff;
    box-sizing: border-box;
  }
  .sec-07-r-bot>ul{
    width: 50%;
    height: 100%;
  }
  .sec-07-r-bot>ul>li{
    width: 50%;
    border-right: 2px solid #fff;
    height:50%;
    box-sizing: border-box;
  }
  .sec-07-r-bot>ul>li:nth-child(3),.sec-07-r-bot>ul>li:nth-child(4){
    border-top: 2px solid #fff;
  }
  .sec-07-r-bot>ul>li:hover .sec-07-info{
    opacity: 0;
  }
  .sec-07-r-bot>ul>li>a{
    width: 100%;
    height: 100%;
    position: relative;
  }
  .sec-07-r-bot>ul>li .img_box{
    height: 100%;
  }
  .sec-07-bot-r{
    width: 50%;
    height: 100%;
    position: relative;
  }
  .sec-07-bot-r>.sec-07-info{
    text-align:center;
  }
  .sec-07-bot-r:hover .sec-07-info{
    opacity: 0;
  }
  .sec-07-bot-r>.img_box{
    width: 100%;
    height: 100%;
  }
  .sec-08{
    width: 100%;
    height: 100%;
    padding-top: 180px;
    box-sizing: border-box;
    background-image: url(../images/bj.jpg);
  }
  .sec-08-top{
    width: 100%;
    height: 60%;
  }
  .sec-08-top h3{
    font-weight: bold;
  }
  .sec-08-top>.cont>p{
    font-size: 24px;
    margin-top: 5px;
    color: #7b7b7b;
  }
  .sec-08-top-box{
    margin-top: 30px;
  }
  .sec-08-top-box-l{
    width: 60%;
  }
  .sec-08-top-box-l>h4{
    line-height: 60px;
    border-bottom: 1px solid rgba(0,0,0,.3);
  }
  .sec-08-top-box-l>ul{
    margin-top: 20px;
  }
  .sec-08-top-box-l>ul>li{
    width: 31%;
  }
  .sec-08-top-box-l>ul>li .img_box{
    height: 200px;
    margin-top: 10px;
  }
  .sec-08-top-box-l>ul>li em{
    font-size: 14px;
    font-weight: lighter;
    color: #7b7b7b;
  }
  .sec-08-top-box-l>ul>li p{
    line-height: 30px;
    margin-top:10px;
  }
  .sec-08-top-box-r{
    width: 35%;
  }
  .sec-08-top-box-r>h4{
    line-height: 60px;
    border-bottom: 1px solid rgba(0,0,0,.3);
  }
  .sec-08-top-box-r>ul{
    margin-top: 20px;
  }
  .sec-08-top-box-r>ul>li{
    width: 48%;
  }
  .sec-08-top-box-r>ul>li .img_box{
    height: 200px;
    margin-top: 10px;
  }
  .sec-08-top-box-r>ul>li em{
    font-size: 14px;
    font-weight: lighter;
    color: #7b7b7b;
  }
  .sec-08-top-box-r>ul>li p{
    line-height: 30px;
    margin-top:10px;
  }
  .sec-08-bottom{
    width: 100%;
    padding:20px 0;
    background-image: url(../images/foot-bj.jpg);
    background-size: cover;
  }
  .footer-logo{
    width: 5%;

  }
  .footer-logo>a{
    width: 100%;
  }
   .footer-logo>a>img{
    width: 100%;
   }
  .sec-08-bottom-nav{
    width: 90%;
  }
  .sec-08-bottom-nav a{
    color: #fff;
    font-weight: lighter;
  }
  .sec-08-bottom-nav dl>dt{
    font-size: 15px;
    line-height: 40px;
    margin-bottom:10px;
    position: relative;
  }
  .sec-08-bottom-nav dl>dt:after{
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #fff;
  }
  .sec-08-bottom-nav dl>dd>a{
    color: #7b7b7b;
    font-size: 14px;
    line-height: 28px;
  }
  .sec-08-bottom-bto{
    margin-top: 15px;
  }
  .sec-08-bottom-bto>.bto{
    padding:5px 10px;
    box-sizing: border-box;
    border-bottom:1px solid #7b7b7b;
    border-top:1px solid #7b7b7b;
    color: #fff;
    font-size: 14px;
    color: #7b7b7b;
  }
  .jszc{
    font-size: 14px;
    margin-top: 10px;
    color: #7b7b7b;
    text-align:center;
  }
  

  .sec-07{
    position: relative;
    width: 100%;
    height: 100%;
  }
  .sec-07-t{
    position: absolute;
    width: 100%;
    height:100%;
    top: 0;
    left: 0;
  }
  .sec-07-top{
    width: 100%;
    height: 55%;
    position: relative;
  }
  .sec-07-top-box{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/pic_wg.png);
    top: 0;
    left: 0;
    z-index: 99;
    color: #fff;
    padding-top:270px;
    box-sizing:border-box;
    text-align: center;
  }
  .sec-07-top-box>h3{
    font-weight: bold;
    margin-bottom: 15px;
    opacity: 0.8;
    font-size: 42px;

  }
  .sec-07-top-box>h4{
    opacity: 0.8;
  }
  .sec-07-bottom{
    width: 100%;
    height: 45%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fafafa;
  }
  .sec-07-bt-top{
    width: 100%;
  }
  .bt-nav{
    padding-top: 40px;
    box-sizing:border-box;
    width: 72%;
    padding-right: 40px;
    padding-bottom: 40px;
    border-right: 1px solid #ededed;
  }
  .bt-nav dt{
    font-size: 24px;
    font-weight: lighter;
    margin-bottom: 10px;
  }
  .bt-nav dd>a{
    font-size: 18px;
    font-weight: lighter;
    color: rgba(0,0,0,.65);
    line-height: 46px;
  }
  .bt-lx{
    width: 28%;
    padding-top: 40px;
    padding-left: 40px;
    box-sizing:border-box;
    position: relative;
  }
  .bt-lx>.img_box{
    width: 120px;
    height: 120px;
    background-color: #fff;
    left: 40px;
    bottom: 0;
    z-index: 99;
    position: absolute;
    opacity: 0;
  }
  .bt-lx>h4{
    font-weight: bold;
  }
  .bt-lx>h3{
    font-size: 32px;
    font-weight: bold;
    color: #046eb8;
    margin-top: 15px;
  }
  .bt-lx>p:nth-child(3){
    font-size: 18px;
    color: #7b7b7b;
    font-weight: lighter;
    margin-top: 5px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .bt-lx>p{
    line-height: 30px;
    margin-top: 5px;
    font-weight: lighter;
  }
  .bt-lx>p:last-child{
    margin-top: 20px;
  }
  .wx{
    position: relative;
    z-index: 999;
    cursor: pointer;
  }
  .bt-lx>p:last-child>em{
    line-height: 25px;
    display: block;
    margin-left: 10px;
    float: left;
    font-weight: lighter;
  }
  .bt-lx>p>img{
    float: left;
    margin-top: 3px;
    margin-right: 10px;
  }
  .sec-07-ft{
    width: 100%;
    height: 20%;
    border-top: 1px solid #ededed;
    
    box-sizing:border-box;
  }
  .sec-07-ft-l{
    width: 69%;
    padding-left:7%;
    padding-top:15px;
    box-sizing:border-box;
  }
  .sec-07-ft-l>p{
    line-height: 30px;
    font-weight: lighter;
    color: #7b7b7b;
  }
  .sec-07-ft-l>p>img{
    float: left;
    margin-right: 5px;
    margin-top: 3px;
  }
  .sec-07-ft-r{
    width: 31%;
    background-color: #046eb8;
  }
  .sec-07-ft-r>img{
    width: 55%;
    margin-top: 18px;
    margin-left:30px;
  }
/*关于我们*/
  .web-pic{
    width: 100%;
    height: 560px;
    overflow:hidden;
    position: relative;
  }
  .web-pic>img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    background-repeat: no-repeat;
  }
  .web-name{
    position: absolute;
    width: 100%;
    left: 0;
    text-align:center;
    color: #fff;
    top: 60%;
    transform: translateY(-50%);
  }
  .web-name>h2{
    width: 100%;
    font-weight: bold;
    letter-spacing: 15px;
    text-indent:15px;
    text-align:center;
  }
  .web-top{
    width: 100%;
    
    background-color: #f5f5f5;
  }
  .web-top ul>li{
    margin-right: 40px;
    line-height: 40px;
    padding:15px 0;
    box-sizing: border-box;
    position: relative;
  }
  .web-top ul>li:after{
    position: absolute;
    content: "";
    width: 0;
    height: 6px;
    background-color: #046eb8;
    border-radius: 5px 5px 0 0;
    bottom: 0;
    left: 0;  
    transition:all 0.6s ease;
  }
  .web-top ul>li:hover::after{
    width: 100%;
  }
  .web-top ul>.active:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 6px;
    background-color: #046eb8;
    border-radius: 5px 5px 0 0;
    bottom: 0;
    left: 0;
  }
  .web-top ul>li>a{
    font-size: 18px;
  }
  .web-top p{
    padding:15px 0;
    box-sizing: border-box;
    line-height: 40px;
  }
  .web-top p>img{
    width: 30px;
    height: 30px;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
  }
  .web-top p>a{
    display: inline-block;
  }
  .padding{
    padding:80px 0;
    box-sizing: border-box;
  }

  .abo-1{
    width: 100%;
    background-image: url(../images/ps.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 60% auto;
  }
  .ab0-1-1{
    width: 60%;
  }
  .tit-all>h3>i{
    font-weight: bold;
    color: #046eb8;
  }
  .tit-all>h4{
    margin-top: 5px;
  }
  .tit-all>em{
    width: 120px;
    height: 5px;
    background-color: #046eb8;
    display: block;
    margin-top: 15px;
    border-radius: 5px;
  }
  .ab0-1-1>p{
    margin-top: 20px;
    line-height: 30px;
    color: #7b7b7b;
    text-align:justify;
  }
  .abo-1 ul{
    width: 30%;
    padding-top: 80px;
    box-sizing: border-box;
  }
  .abo-1 ul>li{
    width: 50%;
    border:1px solid rgba(0,0,0,.1);
    box-sizing: border-box;
    text-align:center;
  }
  .abo-1 ul>li>h4{
    margin-top:50px;
  }
  .abo-1 ul>li>h3{
    font-weight: bold;
    margin-top:10px;
    color: #046eb8;
  }
  .abo-1 ul>li>h3>em{
    font-size: 18px;
    color: #7b7b7b;
    margin-left: 5px;
  }
  .abo-2{
    width: 100%;
    background-image: url(../images/ab-img1.jpg);
    background-size: cover;
  }
  .abo-2 .tit-all{
    text-align:center;
  }
  .abo-2-box{
    margin-top: 60px;
    position: relative;
  }
  .abo-2-list{
    width: 80%;
    margin:0 auto;
  }
  .abo-2-list>ul>li{
    width: 20%;
    box-sizing: border-box;
  }
  .abo-2-list>ul>.active p{
    font-weight: bold;
    color: #046eb8;
  }
  .abo-2-rq{
    width: 100%;
    height: 100%;
    position: relative;
    padding:0 40px 60px 40px;
    box-sizing: border-box;
    text-align:center;
    color: #fff;
    font-size: 18px;
  }
  .abo-2-rq:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
  }
  .abo-2-rq:after{
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
  }
  .abo-2-prv{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height:50px;
    background-color: rgba(255,255,255,.3);
    z-index: 9;
    background-image:url(../images/prv.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50% 50%;
  }
  .abo-2-next{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height:50px;
    background-color: rgba(255,255,255,.3);
    z-index: 9;
    background-image:url(../images/next.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50% 50%;
  }
  .abo-2-info-box{
    width: 100%;
    padding:60px 80px;
    box-sizing: border-box;
    background-color: rgba(255,255,255,1);
    margin-top: 80px;
  }
  .abo-2-info>ul{
    width: 100%;
  }
  .abo-2-info>ul>li{
    width: 100%;
  }
  .abo-2-info>ul>li>h3{
    width: 20%;
    font-weight: bold;
    line-height: 80px;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,.3);
    box-sizing: border-box;
  }
  .abo-2-info>ul>li>h4{
    width: 80%;
    padding:0 10%;
    box-sizing: border-box;
    line-height: 40px;

  }
  .abo-3{
    width: 100%;
    background-image:url(../images/ab-bj1.jpg);
    background-size: cover;
  }
  .abo-3-l{
    width: 45%;
    position: relative;
  }
  .abo-3-l>img{
    position: absolute;
    width: 20%;
    right: 5%;
    bottom: 5%;
    z-index: 2;
  }
  .abo-3-l>.img_box{
    height: 100%;
  }
  .abo-3-r{
    width: 52%;
  }
  .abo-3-r>p{
    margin-top: 30px;
    color: #7b7b7b;
    line-height: 36px;
  }
  .abo-3-r>ul{
    padding:15px;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.5);
    margin-top: 40px;
  }
  .abo-3-r>ul>li{
    width: 50%;
    color: #7b7b7b;
    padding:10px 0;
    font-size: 16px;
    padding-left:30px;
    box-sizing: border-box;
    background-image:url(../images/ico-ry.png);
    background-position: left;
    line-height: 30px;
    background-repeat: no-repeat;
  }
  .abo-4{
    width: 100%;
    position: relative;
  }
  .abo-4-box{
    width: 100%;
    position: relative;
  }
  .abo-4-pic{
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
  }
  .abo-4-pic>.img_box{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.6s;
  }
  @keyframes san{
  0%{transform:scale(1)}
  100%{transform:scale(1.2)}
  }
  .abo-4-pic>.img_box>img{
    animation:san 20s linear alternate infinite;
  }
  .abo-4-pic>.active{
    opacity: 1;
  }
  .abo-4-tit{
    width: 100%;
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 1;
  }
  .abo-4-info{
    width: 50%;
   margin-top: 70px;
  }
  .abo-4-info>ul{
    width: 100%;
    height: 100%;
    position: relative;
  }
  .abo-4-info>ul>li{
    width: 100%;
    position: absolute;
    left: 0;
    top: 100px;
    opacity: 0;
    transition: all 0.6s ease;
  }
  .wh-info>.active{
    top: 0;
    opacity: 1;
  }
  .abo-4-info li>p{
    margin-top: 10px;
    line-height: 36px;
    font-size: 17px;
  }
  .abo-4-tap{
    width: 100%;
    position: absolute;
    bottom: -50px;
    left: 0;
    z-index: 1;
  }
  .abo-4-tap ul{
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    background-color:#fff;
    box-shadow: 2px 5px 5px rgba(0,0,0,.1);
  }
  .abo-4-tap ul>li{
    width: 25%;
    padding:40px 0;
    box-sizing: border-box;
    position: relative;
  }
  .abo-4-tap ul>li:after{
    position: absolute;
    content: "";
    width: 0;
    height: 5px;
    border-radius: 5px 5px 0 0;
    background-color:#046eb8;
    bottom: 0;
    left: 0;
    transition: all 0.6s ease;
  }
  .abo-4-tap ul>li:hover::after{
    width: 100%;
  }
  .abo-4-tap ul>li>h4{
    width: 100%;
    line-height: 30px;
    border-right: 1px solid rgba(0,0,0,0.3);
  }
  .abo-4-tap ul>li:hover>h4{
    color: #046eb8;
  }
  .abo-4-tap ul>li:last-child>h4{
    border:none;
  }
  .abo-4-tap ul>li>h4>img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .wh-tap>.active:after{
    width: 100%;
  }
  .wh-tap>.active>h4{
    color: #046eb8;
  }

  .abo-5{
    width: 100%;
    background-image:url(../images/ab-bj2-1.jpg);
    background-size: cover;
    padding-top: 140px;

  }
  .abo-5 .tit-all{
    text-align:center;
  }
  .abo-5 .tit-all>em{
    margin:0 auto;
    margin-top: 15px;
  }
  .abo-5 img{
    width: 70%;
    margin:0 auto;
    margin-top: 60px;
  }
  .news-list{
    padding-top: 30px;
  }
  .news-list ul>li{
    width: 47%;
    padding-bottom: 50px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0,0,0,.2);
    margin-top: 50px;
  }
  .news-list ul>li>a{
    width: 100%;
  }
  .news-tit{
    width: 62%;
  }
  .news-tit>h4{
    width: 100%;
    line-height: 40px;
  }
  .news-tit>p>em{
    font-size: 15px;
    color: #046eb8;
  }
  .news-tit>p>em:first-child{
    padding-left: 30px;
    box-sizing: border-box;
    background-image:url(../images/news-ico.png);
    background-position: left;
    background-repeat:no-repeat;
  }
  .news-list ul>li>a>.img_box{
    width: 33%;
    height: 180px;
  }
  .mach{
    width: 100%;
  }
  .mach-info{
    width: 50%;
    background-color: #fff;
    padding:50px;
    box-sizing: border-box;
    box-shadow:1px 2px 20px 2px rgba(0,0,0,.1);
  }
  .mach-info>h4{
    font-weight: bold;
  }
  .mach-info>p{
    color: #7b7b7b;
    line-height: 36px;
    margin-top: 30px;
    text-align:justify;
  }
  .mach-info>span{
    width: 100%;
  }
  .mach-info>span>a{
    float: left;
  }
  .mach-info a{
    width: 160px;
    line-height: 50px;
    margin-top: 40px;
    font-size: 18px;
    background-color: #046eb8;
    color: #fff;
    border-radius: 28px;
  }
  .mach-info>span>a:nth-child(2){
    margin-left: 30px;
    background-color: #333;
  }
  .mach-info a>img{
    height: 25px;
    margin-top: 13px;
    margin-right:5px;
  }
  .mach-pic-box{
    width: 50%;
    position: relative;
  }
  .mach-pic-box .img_box{
    height: 540px;
  }
  .mach-prv{
    position: absolute;
    right: 80px;
    bottom: 0;
    width: 80px;
    height:80px;
    background-color: #046eb8;
    z-index: 9;
    background-image:url(../images/prv1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40%;
  }
  .mach-next{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80px;
    height:80px;
    background-color: #046eb8;
    z-index: 9;
    background-image:url(../images/sr.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40%;
  }
  .mach-box:nth-child(2n){
    margin-top:80px;
  }
  .mach-box:nth-child(2n) .mach-prv1{
    left: 0;
    position: absolute;
    bottom: 0;
    width: 80px;
    height:80px;
    background-color: #046eb8;
    z-index: 9;
    background-image:url(../images/prv1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40%;
  }
  .mach-box:nth-child(2n) .mach-next1{
    left: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80px;
    height:80px;
    background-color: #046eb8;
    z-index: 9;
    background-image:url(../images/sr.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40%;
  }
  .oth-box{
    width: 100%;
    background-image: url(../images/lgjx-bj.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size:60%;
    padding-bottom:100px;
  }
  .oth-box>.cont>p{
    width: 100%;
    font-size: 17px;
    line-height: 36px;
    text-align:justify;
    color: #7b7b7b;
  }
  .oth-box>.cont>ul{
    margin-top: 100px;
   /* padding-bottom:80px;
    box-sizing: border-box;
    border-bottom: 3px solid rgba(0,0,0,.2);*/
  }
  .oth-box>.cont>ul>li{
    width: 25%;
    text-align: center;
  }
  .oth-box>.cont>ul>li>h1{
    font-weight: bold;
    color: #046eb8;
  }
  .oth-box>.cont>ul>li>h1>em{
    font-size: 16px;
    margin-left: 10px;
  }
  .oth-box>.cont>ul>li>h5{
    margin-top: 10px;
    font-size: 18px;
  }
  .oth-1{
    width: 100%;
    background-image: url(../images/lgjx-bj1.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .oth-1 .tit-all{
    /*text-align:center;*/
    color: #fff;
  }
  .oth-1>.cont{
    background-image:url(../images/lgjx-logo.png);
    background-position: right top;
    background-repeat:no-repeat;
    background-size:22%;
  }
  .oth1-1>.cont{
    background-image:url(../images/lxsy-logo.png);
    background-position: right top;
    background-repeat:no-repeat;
    background-size:18%;
  }
  .oth-1-box{
    margin-top: 40px;
  }
  .oth-1-box>.img_box{
    width: 65%;
    height: 500px;
  }
  .oth-1-list{
    width: 35%;
    background-color: #046eb8;
    background-image: url(../images/lgjx-img1.png);
    background-size: 80%;
    background-repeat:no-repeat;
    background-position:right bottom;
    padding:30px 50px;
    box-sizing: border-box;
  }
  .oth1-1-list{
    background-image: url(../images/lxsy-img1.png);
  }
  .oth-1-list>ul>li{
    padding:20px 0;
    border-bottom: 1px solid rgba(255,255,255,.4);
  }
  .oth-1-list>ul>li:last-child{
    border:none;
  }
  .oth-1-list>ul>li>a{
    color: #fff;
  }
  .oth-1-list>ul>li>a>img{
    width: 15px;
    height: 15px;
    margin-top: 10px;
    display: none;
  }
  .oth-1-list>ul>.active>a>img{
    display: block;
  }
  .oth-1-list>ul>li:hover>a>img{
    display: block;
  }
  .oth-2{
    width: 100%;
    background-image:url(../images/lgjx-bj2.jpg);
    background-position: right bottom;
    background-size: cover;
    background-repeat:no-repeat;
  }
  .oth-2-box{
    margin-top: 60px;
  }
  .oth-2-pic>ul>li{
    width: 33.3%;
    padding:0 30px;
    box-sizing: border-box;
  }
  .oth-2-pic>ul>li .img_box{
    height: 360px;
  }
  
  .oth1-box{
    background-image:url(../images/lxsy-bj1.jpg);
    background-size: cover;
  }

  .oth2-1{
    width: 100%;
    background-image:url(../images/hcxf-bj1.jpg);
    background-size: cover;
  }
  .oth2-1>.cont{
    position: relative;
  }
  .oth2-1>.cont>.img_box{
    width: 45%;
    border-radius: 40px 0 40px 0;
    height: 520px;
  }
  .oth2-1-info-box{
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 1;
    width: 65%;
    padding:40px;
    background-color: #fff;
    box-sizing: border-box;
  }
  .oth2-1-box{
    width: 100%;
    position: relative;
  }
  .oth2-1-box>a{
    position: absolute;
    right: 0;
    top: 0;
    width: 160px;
    line-height: 50px;
    font-size: 18px;
    background-color: #046eb8;
    color: #fff;
    border-radius: 28px;
  }
  .oth2-1-box>a>img{
    height: 25px;
    margin-top: 13px;
    margin-right:5px;
  }
  .oth2-1-box>h4{
    margin-top: 5px;
    font-weight: bold;
  }
  .oth2-1-info{
    margin-top: 30px;
    height: 180px;
    overflow: scroll;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .oth2-1-info>p{
    line-height: 36px;
    color: #7b7b7b;
    text-align:justify;
  }
  .oth2-1-box>ul{
    margin-top: 60px;
    width: 90%;
  }
  .oth2-1-box>ul>li{
    padding-left: 20px;
    box-sizing: border-box;
    border-left: 1px solid rgba(0,0,0,.2);
  }
  .oth2-1-box>ul>li>h2{
    font-weight: bold;
    color: #046eb8;
  }
  .oth2-1-box>ul>li>span{
    padding-top: 10px;
    box-sizing: border-box;
    margin-left: 10px;
  }
  .oth2-1-box>ul>li>span>p:nth-child(2){
    color: #7b7b7b;
  }
  .oth2-2-box{
    width: 100%;
    height: 100%;
    padding:40px;
    box-sizing: border-box;
    background-color: #fff;
    margin-top: 40px;
  }
  .oth2-2 .tit-all{
    text-align:center;
  }
  .oth2-2-box ul>li{
    width: 33.3%;
    text-align:center;
    padding:30px 0;
    border-right: 1px solid rgba(0,0,0,.1);
    box-sizing: border-box;
  }
  .oth2-2-box ul>li:nth-child(1),.oth2-2-box ul>li:nth-child(2),.oth2-2-box ul>li:nth-child(3){
    border-bottom: 1px solid rgba(0,0,0,.1);
  }
  .oth2-2-box ul>li:nth-child(3),.oth2-2-box ul>li:nth-child(6){
    border-right: none;
  }
  .oth2-2-box ul>li>a>img{
    width: 80px;
    height: 80px;
    margin:0 auto;
  }
  .oth2-2-box ul>li>a>h4{
    margin-top: 10px;
  }
  .oth2-2>.cont{
    background-image:none;
  }
  .oth2-3{
    background-image: none;
  }
  .cat-1{
    width: 100%;
    background-color: #fafafa;
  }
  .cat-1-l{
    width: 40%;
    background-color: #fff;
    padding:60px 30px;
    box-sizing: border-box;
  }
  .cat-1-l>ul>li{
    padding:30px 0;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0,0,0,.1);
  }
  .cat-1-l>ul>li:last-child{
    border-bottom: none;
  }
  .cat-1-l>ul>li>span{
    width: 80%;
    margin-right: auto;
    margin-left: 10px;
  }
  .cat-1-l>ul>li>span>h4{
    font-weight: bold;
  }
  .cat-1-l>ul>li>span>h5{
    margin-top: 5px;
  }
  .zxdt_box{
    width: 60%;
  }
  .zxdt{
    width: 100%;
    height: 100%;
  }
  .bddt_box{
    width: 100%;
    height: 100%;
  }
  .bddt{
    width: 100%;
    height: 100%;
  }
  .cat-2{
    background-image:url(../images/cat-bj1.jpg);
    background-size:cover;
  }
  .cat-2 .tit-all{
    text-align:center;
    color: #fff;
  }
  .cat-2 form{
    margin-top: 60px;
  }
  .cat-2 form>p{
    background-color:#fff;
    width: 30%;
    padding:10px 20px;
    box-sizing: border-box;
    line-height: 30px;
  }
  .cat-2 form>p>input{
    width: 80%;
    border:none;
    background-color: #fff;
    height: 30px;
  }
  .cat-2 form>p:nth-child(4){
    width: 100%;
    margin-top: 30px;
  }
  .cat-2 form>p:nth-child(4)>i{
    width: 100%;
    display: block;
  }
  .cat-2 form>p:nth-child(4)>textarea{
    width: 100%;
    height: 150px;
    margin-top: 10px;
    border:none;
    outline: none;
  }
  .cat-2 form>button{
    width: 180px;
    line-height: 50px;
    font-size: 18px;
    margin:0 auto;
    margin-top: 40px;
  }

  .rczp-1 dl{
    width: 100%;
    background-color: #fafafa;
  }
  .rczp-1 dl>dt{
    line-height: 70px;
    background-color: #046eb8;
  }
  .rczp-1 dl>dt>h5{
    width: 33.3%;
    text-align:center;
    color: #fff;
  }
  .rczp-1 dl>dd{
    width: 100%;
    line-height: 70px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    box-sizing: border-box;
  }
  .rczp-1 dl>dd p{
    width: 33.3%;
    text-align: center;
  }
  /*新闻详情*/
  .news_inner{
    width: 100%;
    padding: 60px 0;
    position: relative;
    z-index: 99;
    background:#fff;
  }
  .news_inner img{
    margin: 0 auto;
  }
  .news_inner>.cont>.ym_tit{
    margin-bottom: 30px;
    text-align:center;
    font-size: 26px;
    font-weight: bold;
  }
  .news_inner>.cont>p:nth-child(2){
    text-align: center;
    height: 40px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
  }
  .news_inner>.cont>span{
    padding: 20px 0;
    display: block;
    font-size: 14px;
    color: #6f7173;
  }
  .news_inner>.cont>span img{
    max-width: 100% !important;
    height: auto!important;
  }
  .news_inner>.cont>div{
    width: 100%;
    margin-top:30px;
    height: 60px;
    line-height:30px;
   }
  .news_inner>.cont>div>em:first-child{
    float: left;
    display: block;
  }
  .news_inner>.cont>div>em:last-child{
    float: right;
    display: block;
  }
  .news_inner>.cont>div>em>a{
    color: #333;
    display: inline-block;
  }
  .news_inner>.cont>div>em>a:hover{
    color: #00478B;
  }
  .news_inner>.cont>.video-box{
    width:100%;
    height: 100%;
  }
  .news_inner video{
    width:80%;
    margin:0 auto;
    display: block;
  }

  .pic-2{
    display: none;
  }

