.myleft{
    /*position: absolute;*/
    /*width: 16%;*/
    /*transition: .4s;*/
}
.npro{
    background: #f7f7f7;
    min-height: 900px;
    /*padding: 0;*/
}
 .prot{
    background: #204e79;
    background-size: 100% 100%;
    color: #ffffff;
    font-size: 30px;
    padding: 15% 10%;
    border-bottom:1px solid #fff;
    text-align: center;
    position: relative;
    margin-bottom: 0;
}
.prot:after{
    width: 100%;
    position: absolute;
    bottom: 20px;
    width: 100%;
    height: 2px;
    content: '';
    left: 0;
    background: #fff;
}
 .prot .line{
    border-bottom: 1px solid #4aaee9;
    width: 180px;
    margin: 5px 0;
}
 .prot p{
    font-size: 14px;
}
 .proc>li{
    background: #eff0f0 url(../images/jia.png) no-repeat 92% center ;
    color: #fff;
    padding: 15px;
    border-top: 1px solid #fff;
}
 .proc li a{
    color: #333333;
    font-size: 18px;
    display: block;
}
 .proc>li:hover{
    background: #204e79 url(../images/jian.png) no-repeat 92% center ;
}
 .proc>li:hover a{
    color: #fff;
    display: block;
}
 .proc>li.on{
    background: #204e79 url(../images/jian.png) no-repeat 92% center ;
}
 .proc>li.on a{
    color: #fff;
    display: block;
}
.proc dl dt{
    padding: 15px 25px;
    border: 1px solid #f2f2f2;
    margin-top: 2px;
}
.proc dl{
    display: none;

}
.proc dl.on{
    display: block;

}
.proc dl dt a{
    color: #333333;
}
.proc dl dt:hover a{
    color: #204e79;
}
  .fdh-01-tit {
            background: #204e79;
            height: 80px;
        }
        
        .fdh-01-tit h3 {
            height: 75px;
            font-size: 24px;
            font-weight: normal;
            line-height: 75px;
            color: #fff;
            border-bottom: 1px solid #fff;
            text-align: center;
        }
        
        .fdh-01-tit h3 span {
            font-size: 14px;
            text-transform: uppercase;
        }
        
        .fdh-01-nav-one h3 {
            height: 50px;
            line-height: 50px;
            background: url(../images/jia.png) no-repeat 90% center #ececeb;
            margin-bottom: 2px;
        }
        
        .fdh-01-nav-one h3 a {
            display: block;
            font-size: 18px;
            font-weight: normal;
            margin-right: 40px;
            margin-left: 38px;
            color: #666;
        }
        
        .fdh-01-nav-one h3:hover {
            background: url(../images/jian.png) no-repeat 90% center  #ececeb;
        }
        .fdh-01-nav-one h3.sidenavcur{
         background: url(../images/jianzhuan.png) no-repeat 90% center  #ececeb;
        }
        .fdh-01-nav-one h3.sidenavcur a,
        .fdh-01-nav-one h3:hover a{
            color: rgba(32, 78, 121, 0.8);
        }
        .fdh-01-nav dl {
            padding: 1px 0 1px;
        }
        
        .fdh-01-nav dt {
            height: 50px;
            font-size: 16px;
            line-height: 50px;
            padding-left: 54px;
            padding-right: 40px;
            margin-bottom: 1px;
            background: #ececec;
            position: relative;
        }
        
        .fdh-01-nav dt:after {
            content: "";
            width: 8px;
            height: 8px;
            border: 2px solid #b8b8b8;
            border-style: solid solid none none;
            position: absolute;
            top: 50%;
            right: 32px;
            margin-top: -4px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }
        
        .fdh-01-nav dt.sidenavcur:after,
        .fdh-01-nav dt:hover:after {
            border-color:  #204e79;
        }
        
        .fdh-01-nav dt.sidenavcur a,
        .fdh-01-nav dt:hover a {
            color:  #204e79;
        }
        
        .fdh-01-nav dd {
            border: 1px solid #ececec;
            border-bottom: 0;
        }
        
        .fdh-01-nav p {
            height: 50px;
            font-size: 14px;
            line-height: 50px;
            padding-left: 72px;
            padding-right: 40px;
            border-bottom: 1px solid #ececec;
            background: #fff;
            position: relative;
        }
        
        .fdh-01-nav p.sidenavcur a,
        .fdh-01-nav p:hover a {
            color:  #204e79;
        }
        
        .fdh-01-nav p.sidenavcur:after,
        .fdh-01-nav p:hover:after {
            background: #555555;
        }
        
        .fdh-01-nav a {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #666;
        }
.conb .conc{
    background: #204e79;
    background-size: 100% 100%;
    color: #fff;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
}
.conb .conc h3{
    font-size: 20px;
}
.conb .conc h1{
    font-size: 30px;
    margin: 8px 0;
}
.conb .conc a{
    background: #fff;
    color: #204e79;
    padding: 2px 6px;
    font-size: 16px;
}
.npro{
    position: relative;
}
.npro .col-md-3{
   flex: 0 0 22%;
   position: static;
}
.npro .col-md-9{
   flex: 0 0 78%;
}
.hidden-lg{
   display: none;
}
.procontent1 ul{
   display: flex;
   flex-wrap: wrap;
}
.procontent1 ul li{
    flex:0 0 32.33%;
    margin-right: 1.5%;
    margin-bottom: 1rem;
    text-align: center;
    background: #fff;
}

.procontent1 ul li:nth-child(3n){
    margin-right:0;
}
.procontent1 ul li a{
    display: block;
    /*padding: 15px ;*/
    /*border: 1px solid #d2d2d2;*/
}

.procontent1 ul li a .img{
   padding: 0 1rem;
   border-bottom: 1px solid #f2f2f2;
   display: grid;
   height: 350px;
   align-items: center;
}

.procontent1 ul li a .protitle{
   padding:2rem  1rem;
   text-align: left;
}
.procontent1 ul li a .protitle .subtitle{
   color: #333333;
   font-size: 14px;
}
.procontent1 ul li a .protitle .ttitle{
   color: #333333;
   font-size: 18px;
}
.procontent1 ul li a .protitle span{
   display: block;
   height: 35px;
   line-height: 35px;
   width: 120px;
   border: 1px solid #c1c1c1;
   text-align: center;
   color: #333333;
   margin-top: 1rem;
}
.i-title{
   text-align: center;

}


.probanner{
   position: relative;
}
.prosearch{
   position: absolute;
   top: 20%;
   width: 100%;
   text-align: center;
   color: #fff;
}
.pros input{
   border-top-left-radius:20px ;
   border-bottom-left-radius:20px ;
   border: 1px solid #fff;
   background: none;
   font-size: 12px;
   height: 30px;
   line-height: 30px;
   padding-left: 10px;
   border-right: none;
   color: #fff;
   width:260px;
}
.pros input:focus{
    border: none;
}
.pros button{
   border-top-right-radius:10px ;
   border-bottom-right-radius:10px ;
   background: #3485be;
   border: 1px solid #3485be;
   height: 31px;
   width: 40px;
}
.pros button img{
   width: 20px;
   position: relative;
   top: -1px;
}

.prosl{
   margin-bottom: 0;
}
.prosr{
   margin-bottom: 0;
}
.prosl li{
   height: 60px;
   line-height: 60px;
   border-bottom: 1px solid #ebebeb;
   padding: 0 25px;
}
.prosl li a span{
   float: right;
   font-weight: bold;
   font-family: '宋体';
}
.prosl li:first-child a{
   color: #3485be;
   font-size: 20px;
}

.prosl li:nth-child(2) a{
   color: #333;
   font-size: 20px;
}
.prosl li:hover a{
   color: #3485be;
}
.prosr li{
   height: 60px;
   line-height: 60px;
   border-bottom: 1px solid #ebebeb;
   padding: 0 10px;
}
.prosr li span{
   font-size: 15px;
   font-weight: bold;
   color: #333;
   margin-left: 15px;
}
.prosr li a h5{
   font-size: 15px;
   color: #333;
   display: inline-block;
   margin-left: 15px;
}

.nprol{
   float: left;
   width: 17.5%;
}
.npror{
   float: right;
   width: 82.5%;
   display: flex;
   flex-wrap: wrap;
}
.npro .i-npro a.hqbj{
    background: #ff0000;
}

.list_dt{
    background: #3485be;
    color: white;
    width: 95%;
    padding: 0 40px 0 20px;
    height: 70px;
    line-height: 70px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    border-bottom: 1px solid #fff;
}

.list_dt:hover ._after{
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #4285F4;
}
/*#open{
    background: #222;
}
#open ._after{
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #4285F4;
}*/
.list_dt_icon{
    position: absolute;
    right: 10px;
    top: 11px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("../images/off.png") no-repeat;
    background-size: cover;
}
#open .list_dt_icon{
    background: url("../images/open.png") no-repeat;
    background-size: cover;
}
.list_dd{
    display: none;
}
.list_li{
    background: #fff;
    list-style-type: none;
    color: white;
    width: 95%;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    border-bottom: 1px dashed #d6d6d6;
    color: #333;
    font-size: 1.2rem;
}
.list_li a{
    color: #333;
    font-size: 1.2rem;
}
.list_li a.active{
    color: #3485be;
}
.list_dt h2{
   margin-bottom: 0;
   color: #fff;
   font-size: 1.4rem;
   font-weight: normal;
   line-height: 70px;
}
.list_dl ul,.list_dl dd{
   margin-bottom: 0;
}

.npro .proimg-i{
   height: 260px;
   background-color: #fff;
   vertical-align: middle;
   line-height: 260px;
   text-align: center;
}
.npro .proimg-i img{
   width: 80%;
}
.npro .i-npro{
   background-color: #f5f5f5;
}
.npro .i-npro h4{
   font-size: 20px;
   margin-top: 30px;
   color: #333;
}
.npro .i-npro .sh6{
   font-size: 16px;
   margin-top: 10px;
   color: #333;
}
.npro .i-npro p{
   font-size: 15px;
   margin-top: 15px;
   color: #333;
}
.npro .i-npro a{
   background-color: #3485be;
   border-radius: 20px;
   display: inline-block;
   width: 90px;
   text-align: center;
   height: 30px;
   line-height: 30px;
   margin-top: 20px;
   color: #fff;
   font-size: 14px;
}

.xgfa .swiper {
   overflow: hidden;
   position: relative;
   height: 370px;
   width: 100%;
}
.xgfa .swiper .swiper-pagination-bullet{
   width: 18px;
   height: 7px;
   border-radius: 12px;
}
.xgfa .swiper .swiper-pagination-bullet-active{
   background: #2ab8ed;
}
.xgfa .zlzs{
   text-align: center;
   background: #fff;
}

.xgfa .zlzs h4{
   background: #e5e5e5;
   margin-bottom: 0;
   padding: 0.6rem 0.5rem;
   font-size: 1rem;
   overflow: hidden;
   color: #333;
}
.xgfa .zlzs h5{
   background: #e5e5e5;
   margin-bottom: 0;
   padding: 0.6rem 0.5rem;
   font-size: 1rem;
   overflow: hidden;
   color: #333;
}
.xgfa .zlzs .mmimg {
    height: 228px;
    overflow: hidden;
    display: grid;
    align-content: center;
}

.prolx{
   position: absolute;
   background: url(../images/lxbg.png) no-repeat;
   width: 77px;
   height: 80px;
   z-index: 999;
   top: -20px;
   left: 10%;
   line-height: 70px;
   text-align: center;
   color: #fff;
}
.position{
   margin: 1rem 0 3rem;
   color: #333333;
   font-size: 16px;
}
.position a{
   color: #333333;
   font-size: 16px;
}
.view .swiper-container { height: 420px;width: 100%; }
.view .swiper-container .swiper-slide{ text-align: center;background: #fff;height: 420px;line-height: 420px;}
.view .swiper-container .swiper-slide img{ vertical-align: middle;max-height:400px}
.view:hover .arrow{display: block;}
.view .arrow{display: none;position: absolute;top: 50%;margin-top: -35px;width: 70px;height: 70px;z-index: 10; }
.view .arrow-left {background: url("../images/arrowr.png") no-repeat center; left: 10px;transform:  rotate(180deg);}
.view .arrow-right {background: url("../images/arrowr.png") no-repeat center; right: 10px;}
.preview { width: 100%;margin-top: 10px;position: relative;}
.preview .swiper-slide {max-width: 12%;height: 100%;background: #fff;margin-right: 10px;}
.preview .arrow{position: absolute;top: 50%;margin-top: -9px;width: 9px; height: 18px;z-index: 10;}
.preview .arrow-left {left: 10px;}
.preview .arrow-right {right: 10px;}
.preview img {padding: 1px;}
.preview .active-nav{
   border: 1px solid #204e79;
}

.prodesc{
   margin-top: 1rem;
}
.prodesc h1{
   font-size: 2rem;
   font-weight: bold;
}
.prodesc .xh{
   font-size: 1.2rem;
   font-weight: normal;
   margin-top: 0.8rem;
}
.prodesc .nline{
   width: 30px;
   height: 3px;
   background: #3485be;
   margin: 1.2rem 0;
}
.prodesc .hline{
   border-bottom: 1px solid #cdcdcd;
   color: #333;
   margin: 1rem 0;
   padding-bottom: 3rem;
   font-size: 1rem;
}
.prodesc .zxly{
   margin-top: 4.2rem;
}
.prodesc .zxly a{
   border: 1px solid #3485be;
   display: inline-block;
   width: 150px;
   text-align: center;
   height: 45px;
   line-height: 45px;
   border-radius: 20px;
   font-size: 1.1rem;
}
.prodesc .zxly a:nth-child(1){
   color: #333;
}
.prodesc .zxly a:nth-child(2){
   color: #fff;
   background: #3485be;
   margin-left: 20px;
}
.protel{
   margin-top: 3.3rem;
   color: #333;
   font-size: 1.6rem;
}
.protel span{
   color: #3485be;

}
.pronnav {
   background: #fff;
   overflow: hidden;
   margin-bottom: 0;
   border-bottom: 1px solid #ececec;
}
.pronnav li{
   display: inline-block;
   margin-left: 60px;
   position: relative;
   height: 60px;
   line-height: 60px;
   font-size: 1.2rem;
   cursor: pointer;
}
.pronnav li:first-child{
   margin-left: 20px;
}

.pronnav li.on{
   color: #3485be;
}
.pronnav li.on:after{
   content: '';
   width: 100%;
   position: absolute;
   height: 1px;
   bottom: 0;
   left: 0;
   background: #3485be;
}


.procontent{
   background: #fff;
   padding: 2rem 0rem 0;
}
.procontent img{
    max-width: 100%;
}
.procontent>div{
   display: none;
   padding: 0 1rem;
}
.procontent .prod{
   display: block;
   padding: 0;
}
.procontent .prod>p{
    padding:2rem;
}
.procontent .prog{
   display: block;
   padding:2rem 2rem;
   background: #eaeaea;
}
.ptitle{
   text-align: center;
}
.ptitle .sh4{
   font-size: 1.5rem;
}
.ptitle .sh4 span{
   color: #32b5e6;
}
.ptitle .nline{
   width: 40px;
   height: 2px;
   background: #32b5e6;
   margin: 0.8rem auto 0.5rem;
}
.ptitle .sh5{
   text-transform: uppercase;
   color: #e0e0e0;
   font-size: 1.3rem;
}
.prop .con{
   float: left;
   width: 49%;
}
.prop .mob{
   float: left;
   width: 49%;
   margin-left: 2%;
}
.prop input{
   width: 100%;
   height: 55px;
   line-height: 55px;
   padding-left: 15px;
   border: 1px solid #e5e5e5;
}
.prop textarea{
   width: 100%;
   margin-top: 2rem;
   height: 260px;
   padding-left: 15px;
   border: 1px solid #e5e5e5;
}
.prop button{
   width: 100%;
   background: #3485be;
   color: #fff;
   text-align: center;
   border: none;
   margin-top: 1rem;
   height: 40px;
   line-height: 40px;
}


.ntitle h2{
   color: #333;
   font-size: 30px;

}
.ntitle .line{
   width: 60px;
   height: 3px;
   margin: 15px auto;
   background: #204e79;
}
.caselist{
   display: flex;
   flex-wrap: wrap;
   margin: 15px 0;
}
.caselist .item{
   flex: 0 0 32.33%;
   margin-right: 1.5%;
   margin-top: 1.5%;
}
.caselist .item:nth-child(3n){
   margin-right: 0;
}
.caselist .item .img{
   position: relative;
}
.caselist .item .img h4{
   position: absolute;
   width: 100%;
   bottom: 0;
   text-align: center;
   left: 0;
   color: #fff;
   background: rgba(0, 0, 0, 0.3);
   height: 40px;
   line-height: 40px;
   font-size: 14px;
   margin-bottom: 0;
}

.protj .swiper {
   overflow: hidden;
   position: relative;
   height: 400px;
}

.protj .swiper .swiper-pagination-bullet-active{
   background: #2ab8ed;
}
.protj .zlzs{
   border: 1px solid #e5e5e5;
   text-align: center;
   background: #f6f6f6;
}
.protj .zlzs img{
   padding: 1rem 0;

}
.protj .zlzs h3{
   background: #fff;
   margin-top: 1rem;
   margin-bottom: 0;
   padding: 1rem 0;
   font-size: 1.4rem;
   color: #333;
   
}
.protj .zlzs h4{
   background: #fff;
   margin-top: 1rem;
   margin-bottom: 0;
   padding: 1rem 0;
   font-size: 1.4rem;
   color: #333;
   
}
.soucon{
   padding: 3rem 2rem;
}
.soucon h1{
   text-align: center;
   font-size: 2rem;
   color: #333;
}

.prolist{
   width: 100%;
   display: flex;
   flex-wrap: wrap;
}
.prolist .card{
   height: 300px;
}
.prolist .card .proimg-i{
   text-align: center;
   border-right: 1px solid #eaeaea;
   padding: 2rem 0;
   height: 300px;
}
.prolist .card .i-npro{
   padding: 2rem 0 2rem 2rem;
}
.prolist .card .i-npro h4{
   font-size: 1.6rem;
   color: #333;
}
.prolist .card .i-npro .nline{
   width: 30px;
   height: 2px;
   background: #3485be;
   margin: 1rem 0 1.5rem;
}
.prolist .card .i-npro p{
   font-size: 1.2rem;
}
.prolist .card .i-npro a{
   display: inline-block;
   background: #3485be;
   border-radius: 20px;
   color: #fff;
   width: 100px;
   height: 30px;
   line-height: 30px;
   text-align: center;
   font-size: 1rem;
   margin-top: 2rem;
}


@media(max-width:1599px){
    .npro .i-npro a{
        width: 82px;
    }
}
@media(max-width:768px){
    .prodesc{
        margin-top:15px!important;
    }
    .npro .i-npro a{
    width: 77px;
    font-size: 13px;
}
    .npro .i-npro a{
        margin-top: 10px;
    }
    .npro .i-npro p{
        margin-bottom: 10px;
    }
    .ntitle .ttitle{
        font-size: 1.6rem;
    }
    .casetop h2{
        font-size: 1.4rem;
    }
    .casebottom h2{
        font-size: 1.4rem;
    }
    .casebottom{
        padding:1rem 2rem;
    }
    .nnews li .nncon h3{
        font-size: 1.4rem;
    }
    .prodesc h1{
        font-size: 1.4rem;
    }
    .pronnav li{
        margin-left:8px!important;
        font-size: 1rem;
    }
    .pronnav{
        margin-top:1rem;
    }
    .soulist li{
        width: 100%;
        margin-right:0;
    }
    .nnews li .nnimg{
        background: none;
        height: auto;
    }
    .nnews li .nnimg img{
        width: 100%;
    }
    .xgfa .swiper .swiper-slide{
        padding:0 15px;
    }
    .npro .i-npro h4{
        font-size: 18px;
    }
    .down table tbody tr td{
        padding:1rem 0.5rem;
    }
    .prosr li{
        height: auto;
        line-height: 35px;
    }
    .nprol{
        display: none;
    }
    .npror{
        width: 100%;
    }
}







.page-status,.page-index,.page-last{
   display: none;
}

.pagination{
   justify-content: center;
}
.pagebar .pagination {
  display: flex;
  
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  padding: 8px 12px;
  margin: 0 2px;
  border-radius: 0;
}
.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #f6ab00;
  border: 1px solid #f6ab00;
}
.pagination a.page-num-current {
  color: #fff;
  background: #f6ab00;
  border: 1px solid #f6ab00;
}

@media(max-width: 780px){
   .npro .col-md-9{
      flex: 0 0 100%;
   }
   .procontent1 ul li{
      flex: 0 0 100%;
   }
   .caselist .item{
      flex: 0 0 100%;
      margin-right: 0!important;
      margin-top: 1.5rem;
   }
   .ntitle h2{
      font-size: 24px;
   }
}