@font-face {

    font-family: Montserrat-Bold;
    
    src: url('../font/Montserrat-Bold_0.ttf')
    
    }
    
    @font-face {
    
    font-family: MontserratLight;
    
    src: url('https://www.hoenergypower.cn/fonts/Montserrat-Light_0.otf')
    
    }
    
    *{
    
        -webkit-transition: all .2s linear;
    
        -moz-transition: all .2s linear;
    
        -o-transition: all .2s linear;
    
        transition: all .2s linear;
    
    
    
    }
    
    [class^="bi-"]::before, [class*=" bi-"]::before {
    
        vertical-align: middle;
    
    }
    
    body{ font-family:"MontserratLight", Arial, Helvetica, sans-serif; font-size:14px;overflow-x:hidden; color:#525252;}
    
    .bold-tit{ font-weight:bold;}
    
    a{ color:#595757;}
    
    a:hover{ color:#ee771c; text-decoration:none;}
    
    .text-danger{ color:#ee771c !important;}
    
    .top{ background:#16365e; color:#fff; font-size:13px; position:relative; z-index:10000; display:none;}
    
    .top-tel i{ font-size:16px; margin-right:5px;}
    
    .top a{color:#fff;}
    
    .top a:hover{ color:#ee771c; }
    
    .top .dropdown-menu a{ color:#595757; font-size:0.85rem;}
    
    .site-header{ background:#fff; box-shadow:0 3px 2px rgba(0,0,0,0.1); }
    
    .navbar-brand{ position:relative;}
    
    .navbar-brand img.logo{ width:246px;filter: grayscale(100%) brightness(700%);}
    
    .navbar-brand img.fixlogo{ position:absolute; top:5px; left:21px; width:25px; z-index:10 }
    
    .main_menu {padding:0; margin:0; width:auto; display:inline-block; float:right; font-weight:500; }
    
    .main_menu li{ list-style:none; padding:0; margin:0;}
    
    
    
    .main_menu > li{ float:left; font-size:16px; position:relative;}
    
    .main_menu > li > a{ display:block;float:left; text-transform:capitalize; line-height:76px; padding:0 20px; border-bottom:3px solid transparent; }
    
    /*.main_menu li span{ display:block; width:2px; height:38px; float:left;}*/
    
    .main_menu > li > a:hover{ text-decoration:none; color:#ee771c;border-bottom:3px solid #ee771c }
    
    .main_menu > li.active > a,.main_menu > li > a.now{ color:#ee771c;}
    
    .main_menu > li > .nav-sub{ position:absolute; left:0; top:calc(100% + 15px); min-width:200px; background:#fff; margin:0; padding:20px 0 20px 0;  display:none !important; font-size:14px; z-index:10}
    
    .main_menu li > ul { margin:0; padding:0; list-style:none;}
    
    .main_menu li > ul  li{ margin-left:0; height:auto; float:none;  display:block; margin:0; padding:8px 0; position:relative;}
    
    .main_menu > li > .nav-sub li span{ position:absolute; right:20px; top:9px; color:#ee771c;}
    
    .main_menu li > ul  li a{ padding:0 0 0 25px;float:none; display:block; white-space:nowrap; color:#555;border-left:3px solid #fff; line-height:1.2;}
    
    .main_menu li > ul  li a:hover{ color:#ee771c; border-left:3px solid #ee771c;}
    
    .main_menu > li:hover > .nav-sub{ display:block !important; box-shadow: 10px 11px 38px 0px rgba(0, 0, 0, 0.1); top:100%;}
    
    
    
    .main_menu li > ul > li > ul{ position:absolute; top:-15px; left:100%;background:#fff; padding:15px 0; display:none;}
    
    .main_menu li > ul > li > ul li a{ padding:0 25px 0 25px;}
    
    .main_menu li > ul > li:hover > ul{  display:block;}
    
    
    
    .top-right .dropdown-menu{ transform:translateX(-45%);min-width: 120px;}
    
    .top-right .dropdown-menu:before{content:""; position:absolute; top:-12px; left:50%; margin-left:-5px; content:""; width:0; height:0; border-width:6px; border-style:solid; border-color:transparent transparent #e8e8e8 transparent; }
    
    .top-right i {
    
      font-size: 18px;
    
    }
    
    #language{ margin:0; padding:0; text-align:center;}
    
    #language li{ padding:5px 0; list-style:none;}
    
    #language li a{ color:#666;}
    
    #language li a:hover{color:#ee771c;}
    
    
    
    .navbar-nav .navbar-toggler {
    
        color: rgba(0,0,0,.5);
    
        border-color: rgba(0,0,0,.1);
    
    }
    
    .navbar-toggler {
    
        display: none;
    
        color: #ee771c;
    
        font-weight: bold;
    
        position: absolute;
    
        right: 5px;
    
        top:5px;
    
        font-size: 24px;
    
        background-color: transparent;
    
        border: 0;
    
    }
    
    .transparent-top{ border-bottom:1px solid #999; border-bottom-color:rgba(255,255,255,0.3)}
    
    
    .search-send{ padding:20px 0;  background-color:#f2f2f2; display:none; position:relative; top:100%;}
    
    .search-send.on{ display:block;}
    
    .search-send .close{ position:absolute; top:25px; right:2%; cursor:pointer; }
    
    .search-send .close .fa{font-size:30px;}
    
    .search-send .close:hover{ color:#ee771c}
    
    
    
    .home-top { color:#595757; background:#fff; position:fixed; width:100%; z-index:1000;}
    
    .home-top a { color:#595757;}
    
    .home-top .navbar { padding-top:0; padding-bottom:0;}
    
    
    
    /********header hover*************/
    
    
    
    .home-top:not(.fixed-top):hover{ background:#fff;color:#16365e;box-shadow:0 5px 20px rgba(0,0,0,0.1);}
    
    .home-top:not(.fixed-top):hover  a{color:#16365e;}
    
    .home-top:not(.fixed-top):hover  .navbar-brand img{filter:none;}
    
    .home-top:not(.fixed-top):hover  {color:#16365e;}
    
    
    
    .home-top.fixed-top{ background:#fff;color:#232323;box-shadow:0 5px 20px rgba(0,0,0,0.1);}
    
    .home-top.fixed-top  a{color:#232323;}
    
    .home-top.fixed-top  .navbar-brand img{filter:none;}
    
    .home-top.fixed-top  {color:#232323;}
    
    
    
    #index-slide{ height:700px; position:relative;margin-top:60px;}
    
    #index-slide .carousel-item{ height:100%;}
    
    #index-slide .carousel-item img{ height: 100% !important; width: 100% !important;object-fit: cover;}
    
    /*#index-slide .carousel-item:after{ content:""; position:absolute; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.4); z-index:0;}*/
    
    #index-slide .carousel-item{ background-color:#f7f7f7; background-size:cover; background-repeat:no-repeat;}
    
    #index-slide  .carousel-item .container{ position:absolute;top:50%; left:50%; transform:translate(-50%,-50%); z-index:2;}
    
    #index-slide .tx-caption { font-size:16px; line-height:1.8; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:90%;}
    
    #index-slide .tx-caption .btn-red{ background:#ee771c; color:#fff; padding:0.8rem 1.8rem;}
    
    #index-slide .tx-caption .btn-red:hover{ background:#eb7e21; border-color:#eb7e21}
    
    #index-slide .tx-caption h2{ font-size:48px; text-transform:capitalize;  line-height:1.5;   margin-bottom:2rem; }
    
    #index-slide .tx-caption .boldbit{ font-size:30px; text-transform:capitalize; color:#6c2324; line-height:1.6;  }
    
    
    
    #index-slide .carousel-indicators{ bottom:3%  }
    
    #index-slide .carousel-indicators li{ width:20px; height:20px; border-radius:50%;border:1px solid rgba(255,255,255,0); background: transparent;  float:none; text-align:center; text-indent:inherit; margin-bottom:10px;}
    
    #index-slide .carousel-indicators li.active{border:1px solid rgba(255,255,255,1);}
    
    #index-slide .carousel-indicators li span.dot{ width:20px; height:20px;border-radius:50%;background:rgba(255,255,255,1); opacity:1; display:inline-block; transform:scale(0.4,0.4)}
    
    
    
    #index-slide .maskdiv{ position:absolute; top:0; right:0; bottom:0; left:0; background:rgba(0,0,0,0.2); z-index:1;}
    
    
    
    .footer{ background:#16365e;  color:#fff; line-height:2; position:relative; margin-top:50px;}
    
    .footer h5{ font-size:16px; color:#fff; font-weight:bold; margin-bottom:15px; position:relative; padding-bottom:15px;}
    
    .footer h5:after{ content:""; position:absolute; bottom:0; left:0; width:40px; height:2px; background:#ee771c;}
    
    .footer li{ padding:5px 0;}
    
    .footer a{ color:#fff;}
    
    .footer a:hover{ color:#ee771c; }
    
    
    
    .fshare{}
    
    .fshare a{ font-size:18px; color:#fff; margin:0 6px; display:inline-block; width:40px; height:40px; line-height:34px; text-align:center; border:1px solid #ccc; border-radius:50%}
    
    .fshare a:hover{ background-color:#ee771c;border:1px solid #ee771c; color:#fff;}
    
    
    
    .footerForm input{ font-size:12px;}
    
    
    
    .foot-black{ background:#16365e; border-top:1px solid #4e646e;}
    
    
    
    .contacticolist li{ position:relative; padding-left:20px;}
    
    .contacticolist li i{ position:absolute; top:5px; left:0; color:#ee771c; font-size:12px;}
    
    
    
    .btn-red {
    
        color: #fff;
    
        background-color: #ee771c;
    
        border-color: #ee771c;
    
         padding:0.8rem 1.8rem;
    
    }
    
    .btn-red:hover {
    
        color: #fff;
    
        background-color: #eb7e21;
    
        border-color: #eb7e21;
    
    }
    
    .btn-border-white{ color: #fff; border:2px solid #fff; background-color:transparent; padding:0.8rem 1.8rem;}
    
    .btn-border-white:hover{ background-color:#ee771c; border-color:#ee771c; color:#fff;}
    
    
    
    .post-content{ line-height:1.8;}
    
    .linehight2{ line-height:2}
    
    .linehight4{ line-height:4}
    
    .nowrap{ white-space:nowrap;}
    
    
    
    .home-block-feature{ text-align:center;}
    
    .home-block-feature .col-6{ border:1px solid #999;}
    
    .fitem{ position:relative; padding:3rem 0; padding-left:80px; display:inline-block; margin:0 auto; text-align:left;}
    
    .fitem img{ position:absolute; top:50%; left:0; transform:translateY(-50%) ; border:1px solid #fff; border-radius:50%; /* filter: grayscale(100%) brightness(300%);*/}
    
    .fitem span{ display:inline-block;}
    
    .fitem h4{ font-size:32px;font-family:"Montserrat-Bold";}
    
    .fitem span.subject{ font-size:16px;display:block; }
    
    
    
    .jianbian-tab-nav{ font-size:20px; text-align:center; color:#5f5f5f;font-family:"Montserrat-Bold";}
    
    .jianbian-tab-nav > div{ position:relative; background:rgba(0,0,0,0.1)}
    
    .jianbian-tab-nav > div:nth-child(2){background:rgba(0,0,0,0.15)}
    
    .jianbian-tab-nav > div:nth-child(3){background:rgba(0,0,0,0.2)}
    
    .jianbian-tab-nav > div a{ display:block; padding:1rem 0;}
    
    .jianbian-tab-nav .active a{color:#ee771c;}
    
    
    
    .head-double{ position:relative; padding:1rem 0;}
    
    .head-double .textbg{font-size:140px;font-family:"Montserrat-Bold"; position:absolute; top:0; left:0; line-height:1; text-transform:uppercase; color:transparent;-webkit-text-stroke: 0.3px #f2f2f2; z-index:0}
    
    .head-double h2{font-size:42px; text-transform:capitalize; color:#222; line-height:1.6; font-weight:bold;}
    
    .head-double h2 span{ font-size:85%;}
    
    .head-double .subtitle{ font-size:18px; text-transform:capitalize; color:#ee771c; line-height:1.2;  margin-bottom:0.5rem; padding-left:12px; border-left:2px solid #ee771c; display:inline-block; }
    
    
    
    .head-double.black .textbg{-webkit-text-stroke: 0.3px #888;}
    
    .head-double.left{ padding:1rem 0 1rem;}
    
    .head-double.center{ padding:1rem 2rem 1rem; text-align:center;}
    
    .head-double.center .textbg{left:50%; transform:translateX(-50%) }
    
    
    
    .left-line-ma{ position:relative; padding-left:5%; line-height:1 !important; margin-bottom:6%}
    
    .left-line-ma:before{ content:""; position:absolute; top:0; left:0; width:2px; height:100%; background:#ee771c;}
    
    
    
    .about-index { background:#262626 url(../image/aboutbgimg.jpg) no-repeat center 0; color:#fff;}
    
    .about-index .mask{ background:rgba(0,0,0,0.5)}
    
    .about-index .abouttxt { font-size:16px; line-height:1.8;}
    
    
    
    .bigredfont{ font-size:100px;color:#ee771c; font-family:"Montserrat-Bold"; line-height:1;}
    
    .borderfont{ font-size:48px;color:transparent;-webkit-text-stroke: 0.5px #fff; font-family:"Montserrat-Bold";line-height:1; }
    
        
    
    .font16{ font-size:18px;}
    
    .font18{ font-size:18px; line-height:1.7}
    
    
    
    .btn-primary{
    
        background-color: #00a0e9;
    
      border-color: #00a0e9;
    
      color:#fff !important;
    
    }
    
    .btn-primary:hover{
    
        background-color: #f18001 !important;
    
      border-color: #f18001 !important;
    
    }
    
    .text-primary {
    
        color: #00a0e9 !important;
    
    }
    
    .btn-radius{ padding-left:40px; padding-right:40px; padding-top:10px; padding-bottom:10px; border-radius:25px;}
    
    
    
    .section-tit{ font-size:36px; margin-bottom:1.5rem; }
    
    .section-tit strong{ font-family:"Montserrat-Bold";}
    
    
    
    .contactBar{
    
        background: #fff;
    
        box-shadow: 3px 9px 15px rgba(0,0,0,0.1);
    
    }
    
    .contactBar .contactimg{ position:relative; width:30%;}
    
    .contactBar .contactimg img{ max-width:100%;}
    
    .contactBar .contactimg .callico{ position:absolute; top:50%; right:0; background:#fff; border-radius:50%; text-align:center; padding:10px; transform:translate(50%,-50%)}
    
    .contactBar .contactimg .callico a{ background:#ee771c; display:block; border-radius:50%; width:50px; height:50px; color:#fff;}
    
    .contactBar .contactimg .callico i{ font-size:24px;line-height:50px; vertical-align:middle;}
    
    .contactBar .contacttxt{ width:69.9%; padding-left:80px; font-size:16px;}
    
    .contactBar .contacttxt .bigbolttitle{ font-size:30px;  font-family:"Montserrat-Bold";}
    
    
    
    .app-home{ overflow:hidden; position:relative; background:#000; margin-bottom:30px;}
    
    .app-home h4{ position:absolute; left:5%; bottom:30px; font-size:24px;  font-family:"Montserrat-Bold"; color:#fff; max-width:300px; padding-top:20px;}
    
    .app-home h4:before{ content:""; position:absolute; top:0; left:0; width:50px; height:2px; background:#ee771c;}
    
    .app-home img{ max-width:100%;}
    
    .app-home a img{ opacity:0.75;}
    
    .app-home a:hover img{ opacity:1;}
    
    
    
    .ico-home img{ display:block; margin:15px auto;filter: grayscale(100%);}
    
    .ico-home h4{ font-size:18px; text-align:center;}
    
    .ico-home a:hover img{filter: none; }
    
    
    
    .ico-home .xttb-ico{ display:block; margin:15px auto; width:120px; height:120px; background-position:0 0; background-repeat:no-repeat; background-size:cover;transition:none;}
    
    .ico-home .xttb-ico.x1{ background-image:url(../image/xttb_03-dd.png);}
    
    .ico-home .xttb-ico.x2{ background-image:url(../image/xttb_01-dd.png);}
    
    .ico-home .xttb-ico.x3{ background-image:url(../image/xttb_00-dd.png);}
    
    .ico-home .xttb-ico.x4{ background-image:url(../image/xttb_02-dd.png);}
    
    .ico-home .xttb-ico.x5{ background-image:url(../image/xttb_04-dd.png);}
    
    .ico-home .xttb-ico.x6{ background-image:url(../image/xttb_05-dd.png);}
    
    .ico-home:hover .xttb-ico{background-position:right 0;}
    
    .ico-home:hover a{ color:#16365e}
    
    
    
    /*.appfix{ position:absolute; left:50%; top:50%; transform:translate(-50%,-50%)}
    
    .appfix .apptxtbg{font-size:5rem;font-family:"Montserrat-Bold"; line-height:1; color:transparent;-webkit-text-stroke: 0.3px #f2f2f2;}
    
    .appfix .blackBox{ background:#262626; color:#fff;  max-width:400px; position:relative; padding:45px 30px 30px; overflow:hidden;}
    
    .appfix .blackBox h3{font-size:28px; font-family:"Montserrat-Bold"; line-height:1.6; position:relative; z-index:2; padding-top:15px;}
    
    .appfix .blackBox h3 a{ color:#fff;}
    
    .appfix .blackBox h3:before{ content:""; position:absolute; top:0; left:0; width:60px; height:2px; background:#ee771c}
    
    .appfix .blackBox .icobg{ position:absolute; right:0; top:0; opacity:0.15; transform:translate(30%,-15%); z-index:1;}
    
    */
    
    /* Styling Next and Prev buttons */
    
    /* Styling Next and Prev buttons */
    
    .owl-circle .owl-pagination{ text-align:center; padding:2em 0 2em;}
    
    .owl-circle .owl-pagination .owl-page{ display:inline-block; margin:0 7px 0 0; padding:8px; border:1px solid rgba(0,0,0,0); border-radius:50%;}
    
    .owl-circle .owl-pagination .owl-page span{ display:block; background:#999;  width:7px; height:7px; border-radius:50%; }
    
    .owl-circle .owl-pagination .owl-page.active{ border:1px solid rgba(0,0,0,0.8) }
    
    .owl-circle .owl-pagination .owl-page.active span{ background:#666; }
    
    
    
    
    
    .home-power .row .col-6{ background:rgba(0,0,0,0.1)}
    
    .home-power .row .col-6:nth-child(2){background:rgba(0,0,0,0.14)}
    
    .home-power .row .col-6:nth-child(3){background:rgba(0,0,0,0.18)}
    
    .home-power .row .col-6:nth-child(4){background:rgba(0,0,0,0.22)}
    
    .home-power .poweritem{ padding:4rem 0 3rem 4rem; }
    
    .home-power .poweritem .bi{ width: 1em; height: 1em; font-size:3em; margin-bottom:0.5em;}
    
    .home-power .poweritem h4{font-family:"Montserrat-Bold"; font-size:18px; position:relative; color:#222; padding-bottom:1.5rem;}
    
    .home-power .poweritem h4:after{ content:""; position:absolute; left:0; bottom:0; border-bottom:1px solid #999; width:150px;}
    
    
    
    .wcus-index{ background:#f8f8f8}
    
        
    
    .greenblock{background:#ee771c url(https://www.hoenergypower.cn/images/taico.png) no-repeat right top; color:#fff;}
    
    .redblock{background:#6c2324 url(https://www.hoenergypower.cn/images/huoico.png) no-repeat right top; color:#fff;}
    
    .greenblock h3,.redblock h3{font-family:"Montserrat-Bold"; font-size:30px; position:relative; margin:45% 20% auto 12%; padding-top:1.5rem;}
    
    .greenblock h3{ margin-top:20%}
    
    .greenblock h3:after,.redblock h3:after{ content:""; position:absolute; left:0; top:0; width:80px; border-bottom:1px solid #eee;}
    
    #cuolog .col-6:nth-child(1),#cuolog .col-6:nth-child(3){ transform:translateY(-10%)}
    
    
    
    .numitem{ position:relative; overflow:hidden; margin:0 0 1px;}
    
    .numitem .masktxt{ position:absolute; top:0; left:0; right:0; bottom:0; color:#fff; background:rgba(95,95,95,0.4); text-align:center;}
    
    .numitem .masktxt .inner{ position:absolute; width:100%; bottom:15%; left:50%; transform:translate(-50%,0)}
    
    .numitem:hover .masktxt{ background:rgba(237,164,26,0.4);}
    
    .numitemSeeMore{ display:inline-block; margin:0 0 0 0.9em; transform:translateY(25%)}
    
    .numitemSeeMore .bi{ font-size:0.8em; width:1em; height:1em; line-height:1; display:block;}
    
    .numitemSeeMore .circle-border{display:inline-block; padding:0.5em; background:#ee771c; color:#fff; border-radius:50%; position:relative;}
    
    .numitemSeeMore a:hover .bi{ transform:rotate(180deg)}
    
    .numitemSeeMore .circle-border:after{ content:""; position:absolute; width:200%; height:200%; top:-50%; left:-50%;border:1px solid #ddd; border-radius:50%;transition: 0.6s;transform:scale(0.3); opacity:0;}
    
    
    
    .masktxt .bignumbg{font-size:12rem;font-family:"Montserrat-Bold";  line-height:1; color:transparent;-webkit-text-stroke: 0.5px #fff;}
    
    .masktxt .mingchen{font-family:"Montserrat-Bold"; font-size:24px; margin-bottom:0.8em; margin-left:3%; margin-right:8%;}
    
    .masktxt a{ color:#fff; display:inline-block; max-width:calc(86% - 80px)}
    
    .numitem:hover .masktxt{ opacity:1; transform:translateY(0);}
    
    .numitem:hover .numitemSeeMore .circle-border{background:#fff; color:#ee771c; }
    
    .numitem:hover .numitemSeeMore .circle-border:after{ transform:scale(1); opacity:1;}
    
    
    
    /*.proitem{ position:relative; overflow:hidden; margin:0 0.5rem 3rem;}
    
    .proitem .proitemDes{ position:absolute; top:0; left:0; right:0; bottom:0; color:#fff; background:rgba(95,95,95,0.4);}
    
    .proitem:hover .proitemDes{ opacity:1}
    
    .proitemSeeMore{ position:absolute; top:7em; right:7em; transform:translateY(-40px); opacity:0;}
    
    .proitemSeeMore .bi{ font-size:1.6em; width:1em; height:1em;}
    
    .proitemSeeMore .circle-border{display:inline-block; padding:1em; background:#ee771c; color:#fff; border-radius:50%; position:relative;}
    
    .proitemSeeMore a:hover .bi{ transform:rotate(180deg)}
    
    .proitemSeeMore .circle-border:after{ content:""; position:absolute; width:300%; height:300%; top:-100%; left:-100%;border:1px solid #ddd; border-radius:50%;transition: 0.6s;transform:scale(0.3); opacity:0;}
    
    
    
    .proitemDetail{ position:relative; opacity:0; transform:translateY(40px); margin-bottom:20px; }
    
    .proitemDetail .leibie{font-size:16px; padding-left:20px; border-left:2px solid #fff; line-height:1; margin:0.6rem 0;}
    
    .proitemDetail .mingchen{font-family:"Montserrat-Bold"; font-size:24px; margin-bottom:0.8em;}
    
    .proitemDetail a{ color:#fff;}
    
    .proitemDetail a:hover{ color:#aaa;}
    
    .proitem:hover .proitemDetail{ opacity:1; transform:translateY(0);}
    
    .proitem:hover .proitemSeeMore{ opacity:1; transform:translateY(0);}
    
    .proitem:hover .proitemSeeMore .circle-border:after{ transform:scale(1); opacity:1;}*/
    
    
    
    #owl-case .proitem{margin:0 0 3rem;}
    
    
    
    .partner-full{ background:#1f242c;}
    
    .parnter-item{ text-align:center; padding:5em 0;}
    
    .parnter-item:hover{ background:#ee771c;}
    
    
    
    #owl-news{ margin-left:-0.9em; margin-right:-0.9em;}
    
    .newsitem{ background:#fff;box-shadow: 3px 5px 15px rgba(0,0,0,0.1); margin:0 0 2rem;}
    
    .newsitem .pic{ position:relative; overflow:hidden;}
    
    .newsitem .pic .cat-tab{ position:absolute; top:0; left:5%; z-index:10}
    
    .newsitem .pic .cat-tab a{ display:block; padding:4px 10px; background:#ee771c; color:#fff; font-size:12px; text-transform:uppercase;}
    
    .newsitem .pic .cat-tab a:hover{  background:#e18928; }
    
    .newsitem .content{ padding:25px 30px 35px;}
    
    .newsitem .content h3{ font-size:24px; margin-bottom:20px;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
    
    .newsitem .content .meta{  margin-bottom:15px; line-height:1.2}
    
    .newsitem .content p{ font-size:16px; line-height:1.8;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
    
    
    
    .news-page .newsitem{ margin:0 0 3rem;}
    
    
    
    /* pages */
    
    
    
    .page-banner{padding-top:calc(55/192 * 100%); background-position:center center; background-repeat:no-repeat; background-size:cover; position:relative; color:#fff; background-color:#16365e}
    
    /*.page-banner.heighter{padding-top:calc(45/192 * 100%);}*/
    
    .page-banner .mask{ position:absolute; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.01); z-index:1;}
    
    .page-banner .container{ position:absolute; z-index:2; text-align:center; top:50%; left:50%; transform:translate(-50%,-50%); height:100%}
    
    .page-banner h2{ font-size:36px; font-family:"Montserrat-Bold"; text-transform:uppercase; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); line-height:1.5}
    
    .page-banner .location{  color:#fff; position:absolute; bottom:10px; left:2px;}
    
    .page-banner .location a,.page-banner .location span{ color:#fff; margin:0 8px;}
    
    .page-banner .location a:hover{color:#ee771c;}
    
    
    
    
    
    .head-small h2{font-size:36px; text-transform:capitalize; color:#222; line-height:1.6; font-family:"Montserrat-Bold";}
    
    .head-small .boldbit{ font-size:20px; text-transform:capitalize; color:#6c2324; line-height:1.6; font-family:"Montserrat-Bold"; margin-bottom:0.5rem; }
    
    
    
    .pinpaijieshao{background:#fff;box-shadow: 3px 9px 15px rgba(0,0,0,0.1); margin:0 0 3rem; height:calc(100%;); border-radius:10px; height:calc(100%); transform:translateY(-50%)}
    
    
    
    .post-head h1{ font-size:30px;font-family:"Montserrat-Bold";}
    
    .post-meta{ text-align:center; margin:30px auto; color:#616161;}
    
    .post-meta span{ margin:0 15px;}
    
    .post-meta .bi{  color:#ee771c; margin-right:7px;}
    
    .postbody{ margin-bottom:40px; font-size:16px; line-height:1.8; color:#646464;}
    
    .postbody p{ margin-bottom:20px;}
    
    .postbody img{ max-width:100%; height:auto;}
    
    
    
    .post-share .bi{ font-size:1.6em; width:1em; height:1em; line-height:1;}
    
    
    
    .contact-form { background:#fff;box-shadow: 3px 9px 15px rgba(0,0,0,0.1);}
    
    .contact-form.no-shadow{ box-shadow:none;}
    
    .contact-form p{ margin-bottom:1.8em;}
    
    .page-contact-info{ color:#666; font-size:16px; border-bottom:1px solid #ccc; padding-bottom:2%; position:relative; padding-left:60px;}
    
    .page-contact-info h4{ font-size:20px; color:#222; margin-bottom:15px;}
    
    .page-contact-info p{ min-height:30px; line-height:1.8; margin:5px 0 20px;}
    
    .page-contact-info p i{ position:absolute; top:10px; left:0; display:inline-block; color:#ee771c; border:1px solid #ee771c; border-radius:50%; width:40px; height:40px; text-align:center; line-height:34px; }
    
    
    
    .contact-left{ max-width:630px; margin-right:10px; margin-left:auto;}
    
    
    
    .about-page{ /*background:url(../images/aboutpageimg.jpg) no-repeat right center;*/}
    
    
    
    .suojin2 p{ text-indent:28px;}
    
    
    
    /* faqs  */
    
    .faq{ margin-bottom:20px; }
    
    .faq-header button{ background:#ee771c; color:#fff; border-radius:0; padding:0.9rem 3rem 0.8rem 2.5rem; position:relative; font-size:18px;}
    
    .faq-header button.collapsed{background:#d2d2d2; color:#595757;}
    
    .faq-header button i{ position:absolute; top:8px; right:15px; font-size:20px;}
    
    .faq-header button i.bi-plus{ display:none;}
    
    .faq-header button i.bi-dash{ display:block;}
    
    .faq-header button.collapsed i.bi-plus{ display:block;}
    
    .faq-header button.collapsed i.bi-dash{ display:none;}
    
    .faq-header button .pdfimg{ position:absolute; top:50%; transform:translateY(-50%); left:15px;}
    
    .faq-header button:not(.collapsed) .pdfimg{filter: grayscale(100%) brightness(1000%);}
    
    .faq-body{ box-shadow:0 3px 5px #ccc; padding:20px;}
    
    
    
    .btn-yth{ font-weight:bold; display:inline-block; padding:10px 5%; background:#fbfcfc; border-radius:10px; box-shadow: 2px 3px 10px rgba(0,0,0,0.2); min-width:120px;}
    
    
    
    .prolistItem{ background:#f7f7f7;margin:0 0 3rem;}
    
    .prolistItem .pic{ position:relative; overflow:hidden; text-align:center; padding:1.5rem 3rem; min-height:300px;}
    
    .prolistItem .pic img{ max-width:100%;}
    
    .prolistItem .content{ padding:30px 20px 35px 40px; border-top:1px solid #ccc}
    
    .prolistItem .content h3{font-family:"Montserrat-Bold"; font-size:20px; margin-bottom:20px; position:relative;}
    
    .prolistItem .content h3:before{ content:""; position:absolute; top:0; left:-20px; border-left:2px solid #ee771c; height:100%;}
    
    .prolistItem .content .meta{  margin-bottom:15px; line-height:1.2}
    
    .prolistItem .content p{ font-size:16px; line-height:1.8}
    
    
    
    .cultureImg{ max-width:500px; position:relative; padding-bottom:20px;}
    
    .cultureImg .blueCircle{ position:absolute; left:0; bottom:20px; width:55px; height:55px; background:#2e4b6e; overflow:hidden; border-radius:50%;}
    
    .cultureImg .YellowCircle{ position:absolute; right:0; top:30px; width:175px; height:175px; background:rgba(237,164,26,0.9); overflow:hidden; border-radius:50%; font-size:20px; text-transform:uppercase; color:#fff; text-align:center;}
    
    .ctitem{ display:inline-block; width:auto;  border-bottom:1px solid #ddd;}
    
    .ctitem .pic{ position:relative; overflow:hidden; padding:2.5em 1em 1em;}
    
    .ctitem .content{ padding:30px 0 20px;}
    
    .ctitem .content h3{ font-weight:bold; font-size:30px; margin-bottom:20px;}
    
    .ctitem .content p{ font-size:18px; line-height:1.8; color:#888;}
    
    
    
    
    
    .picFocus *{
    
        -webkit-transition:none;
    
    -moz-transition: none;
    
    -o-transition: none;
    
    transition: none;
    
    }
    
    .picFocus{ position: relative; overflow: hidden; padding: 0 8px 8px 0; max-width:750px; text-align:center; margin:0 auto;}
    
    .picFocus .bigImg{position: relative; padding:0; margin:0; margin-bottom: 15px; }
    
    .picFocus .bigImg li{position: relative; list-style:none;}
    
    .picFocus .bigImg li img{ vertical-align:middle; max-width:100%; height:auto; margin: 0 auto; padding: 10px; display:block;}
    
    .picFocus .smallScroll{ height:auto; margin-bottom: 6px; position:relative;}
    
    .picFocus .sPrev,.picFocus .sNext{ position:absolute; top:50%; left:0; display: block; width: 24px; font-size:30px; color:#666; line-height:30px; margin-top:-25px;}
    
    .picFocus .sPrev{margin-right: 5px;}
    
    .picFocus .sNext{ left:auto; right:0;}
    
    .picFocus .sPrev:hover,.picFocus .sNext:hover{ color:#ee771c;}
    
    .picFocus .smallImg{  margin: 0 auto; display:block; overflow: hidden; width:calc(100% - 50px);}
    
    .picFocus .smallImg ul{ width: 9999px; overflow: hidden;  padding:0; margin:0;}
    
    .picFocus .smallImg ul *{-moz-box-sizing: content-box; -webkit-box-sizing: content-box; -o-box-sizing: content-box; -ms-box-sizing: content-box; box-sizing: content-box;}
    
    .picFocus .smallImg li{ float: left; cursor:pointer;  display: inline; list-style:none; margin: 10px 5px 10px 5px;}
    
    .picFocus .smallImg img{ border: 1px solid #ddd; width:150px; margin: 0; padding: 5px; background:#fff;}
    
    .picFocus .smallImg .on img{ border-color: #ee771c; background:#fff; }
    
    
    
    .oitem{ position:relative; padding-left:80px; margin-bottom:10%;}
    
    .oitem .ico{ position:absolute; left:0; top:5px;}
    
    .oitem h4{ margin-bottom:20px; white-space:nowrap;}
    
    .oitem p{ line-height:2; color:#888;}
    
    
    
    .bfbitem{ position:relative; padding-left:200px; margin-bottom:10%; }
    
    .bfbitem .ico{ position:absolute; left:0; top:50%; transform:translateY(-50%)}
    
    .bfbitem h4{ margin-bottom:20px; white-space:nowrap; color:#595757;}
    
    .bfbitem p{ line-height:2; color:#888;}
    
    
    
    .text-red{color:#ee771c;}
    
    
    
    .featureRow .featureTxt{ text-align:left; }
    
    .featureRow .featureTxt .inner{ padding:8% 0; }
    
    .featureRow .featureTxt .inner .innerli{ max-width:450px; padding-top:120px;margin:0 0 0 auto;position:relative;}
    
    .featureRow .featureTxt .bignum{
    
        font-size: 11em;
    
        font-family: "Montserrat-Bold";
    
        position: absolute;
    
        top: 0;
    
        left: 0;
    
        line-height: 1;
    
        text-transform: uppercase;
    
        color: transparent;
    
        -webkit-text-stroke: 0.3px #888;
    
        z-index: 0;
    
    }
    
    .featureTxt.odd { text-align:right;}
    
    .featureTxt.odd  .inner .innerli{ margin:0 0 0 auto;}
    
    .odd .bignum{
    
        left: auto;
    
        right:0;
    
    }
    
    
    
    .featureRow .featureTxt h4{font-family: "Montserrat-Bold";}
    
    
    
    .tabTit{font-size:20px; font-weight:700; color:#6cb63a; padding-bottom:20px; position:relative; margin-bottom:3rem;}
    
    .tabTit:after{ content:""; position:absolute; bottom:0; left:0; width:50px; height:3px; background:#6cb63a;}
    
    
    
    .news-item{ margin:3.5% auto; padding-bottom:3.5%; border-bottom:1px solid #ddd;}
    
    .news-item *{
    
        -webkit-transition: all .2s linear;
    
        -moz-transition: all .2s linear;
    
        -o-transition: all .2s linear;
    
        transition: all .2s linear;
    
    }
    
    .news-item .txt h4{ margin-bottom:25px; font-size:21px;font-family:"Montserrat-Bold";  }
    
    .news-item .txt p{ font-size:16px; margin-bottom:25px;}
    
    .news-item .pic{ position:relative; overflow:hidden;}
    
    .news-item .pic:hover img{ transform:scale(1.05,1.05)}
    
    
    
    .page-link {
    
        color: #00a0e9;
    
    }
    
    .page-item.active .page-link {
    
        background-color: #00a0e9;
    
        border-color: #00a0e9
    
    }
    
    .page-title {
    
        text-align: center;
    
        margin: 4% auto 2%;
    
    }
    
    .page-title h2{font-size:21px; color:#000;  font-family:"Montserrat-Bold"; }
    
    .page-title h3{font-size:18px; color:#000; }
    
    .page-title p{}
    
    
    
    .step-warp{ position:relative; padding-top:70px;}
    
    .step-warp:after{ content:""; position:absolute; top:30px; left:calc(50% - 2px); height:calc(100% - 30px); border-left:5px solid #9d9fa2; z-index:0; z-index:0}
    
    .step-warp .inner{ position:relative; z-index:2;}
    
    .stepbox{ max-width:50%; position:relative; margin-top:-30px;}
    
    
    
    .stepbox .inner{ width:calc(100% - 110px); padding:5%; line-height:2; background:#f3f5f5;}
    
    .stepbox .num{ position:absolute; right:-65px; top:10%;  width:130px; height:130px; line-height:130px; text-align:center; font-size:20px;font-family:"Montserrat-Bold";}
    
    .stepbox .num span{ position:absolute; top:0; left:0; width:100%; height:100%; border:4px solid #fff;background:#f3f5f5; border-radius:50%; z-index:2; box-shadow:0 0 15px rgba(0,0,0,0.2)}
    
    .stepbox:hover .num span{ background:#ee771c; color:#fff; box-shadow:0 0 15px rgba(237,164,26,0.35)}
    
    .stepbox:hover .inner{background:#fbefd9;box-shadow:0 0 15px rgba(0,0,0,0.1)}
    
    .stepbox:nth-child(2n){ margin-right:0; margin-left:auto;}
    
    .stepbox:nth-child(2n) .num{ left:-65px; right:auto;}
    
    .stepbox:nth-child(2n) .inner{ margin-right:0; margin-left:auto;}
    
    
    
    #about-culture{ /*color:#fff; background:#fff url(../images/whitecirclebg.jpg) no-repeat center bottom; */}
    
    
    
    .aditem{ position:relative; z-index:0;}
    
    .aditem .pic { position:relative; z-index:1; background:#000;}
    
    .aditem .pic img{ max-width:100%; opacity:0.8;}
    
    .aditem .content{ background:#fff;box-shadow: 3px 5px 15px rgba(0,0,0,0.1); text-align:center;  margin:0 2em; padding:1.6em 2em; min-height:155px; font-size:18px; position:relative; transform:translateY(-40%); z-index:10;}
    
    .aditem .content .icobt{ display:block; position:absolute; bottom:0; left:50%; background:#ee771c; color:#fff; width:40px; height:40px; border-radius:50%; line-height:32px; transform:translate(-20px,20px)}
    
    .aditem:hover .pic img{ opacity:1;}
    
    .aditem:hover .content{ background:#262626; color:#fff;}
    
    
    
    .graybg{ background:#f8f8f8;}
    
    .graybg video{ max-width:800px;}
    
    
    
    .blackbg{ background:#16365e; color:#fff;}
    
    .couterAitem{ margin-bottom:5%; padding-right:10px; border-right:1px solid #697276}
    
    .couterAitem.last{ border-right:0;}
    
    .couterAitem .counter{ font-size:48px; color:#ee771c; padding-right:20px;}
    
    .couterAitem .name{ font-size:24px;}
    
    
    
    .proColLine{ background:url(../images/line_03.gif) repeat-x 0 center; margin-bottom:50px; position:relative;}
    
    .protttt{ background:#fff; padding:0 10px;}
    
    .yellowRoundTit{  background:#ff7d1f; border-radius:20px; color:#fff; font-size:24px; padding:10px 30px;}
    
    .proright{ background:#fff; padding:0 10px 0 30px; min-width:30%}
    
    .proright:after{ content:""; position:absolute; right:0; top:0; width:50%; height:100%; background:#fff; z-index:0}
    
    .proright.right1{ margin-right:25%}
    
    .proright.right2{ min-width:56%; margin-right:12%}
    
    .proright.right3{ min-width:70%; margin-right:5%;}
    
    .proSingle{ border-radius:20px; box-shadow:2px 3px 10px rgba(0,0,0,0.2); text-align:center; width:200px; padding:5px 0; margin:0 25px; position:relative; z-index:2}
    
    .proSingle img{ display:block; margin:10px auto; max-height:100px; max-width:100%}
    
    .proSingle h4{ font-size:18px;}
    
    
    
    /* Styling Pagination*/
    
    
    
    .imgs-hovers {
    
     position:relative;
    
     overflow:hidden;
    
    }
    
    .imgs-hovers:hover img {
    
     -webkit-transform:scale(1.1);
    
     -moz-transform:scale(1.1);
    
     -ms-transform:scale(1.1);
    
     -o-transform:scale(1.1);
    
     transform:scale(1.1)
    
    }
    
    @media (min-width: 1440px){
    
    .container{ width:1300px; max-width:1300px;}
    
    }
    
    @media (max-width: 1440px){.head-double .textbg{ font-size:130px;}}
    
    @media (max-width: 1024px){
    
    #index-slide .carousel-caption h2.whitetit {
    
        font-size: 48px;
    
    }
    
    
    
    }
    
    @media screen and (max-width: 1024px){
    
        .navbar-nav{ display:flex;flex-direction: column;}
    
        .head-double .textbg {
    
        font-size: 80px;
    
    }
    
    .head-double h2 {
    
        font-size: 32px;
    
    }
    
        .step-warp{ position:relative; padding-top:70px;}
    
    .step-warp:after{ top:30px; left:40px; height:calc(100% - 30px); border-left-width:1px;}
    
    .stepbox{ max-width:700px; position:relative; margin-top:20px;}
    
    
    
    .stepbox .inner{ width:calc(100% - 110px); padding:5%; line-height:2; background:#f3f5f5; margin-left:auto; margin-right:0;}
    
    .stepbox .num{ left:0; right:auto; top:10%;  width:80px; height:80px; line-height:80px; font-size:12px;}
    
    .stepbox:nth-child(2n){ margin-right:0; margin-left:auto;}
    
    .stepbox:nth-child(2n) .num{ left:0; right:auto;}
    
    
    
    
    
        }
    
    
    
        
    
        @media screen and (max-width: 768px){
    
        .navbar-brand img.logo{ max-height:26px; width:auto; padding-top:2px; padding-bottom:2px;}
    
        .navbar-brand img.fixlogo{ width:14px; left:11px; top:8px;}
    
        .carousel-indicators {
    
        margin-right: 0;
    
        margin-left: 0;
    
            }
    
            
    
        .navbar-toggler {
    
        display: block;
    
        }
    
    
    
        .main_menu{ float:none; display:block; margin:0;}
    
        /*.main_menu > li{ float:none; }*/
    
    .main_menu > li > a{ float:none;  line-height:45px; padding:0 0;}
    
    .main_menu > li > a:hover{ text-decoration:none; }
    
    .main_menu > li > .nav-sub{ z-index:1000; width:100%; opacity:0.93;}
    
    
    
    .navbar-header,#navbar{ width:calc(100% - 75px);}
    
    .navbar-header h1{ margin-bottom:0}
    
    
    
    #navbar{ background:rgba(255,255,255,0.9); padding:1rem 1.5rem; margin-left:calc(-1rem - 15px); margin-right:calc(-1rem - 15px); width:calc(100% + 2rem + 30px) }
    
    .main_menu > li > .nav-sub{ left:0;}
    
    
    
    .top-right .btn-group{position:absolute; top:2px; right:48px;}
    
    
    .service-txt{ width:100%; transform:none;}
    
    .page-banner img{ height:250px; width:auto;}
    
    .owl-carousel-pro .owl-prev{left:0; }
    
    .owl-carousel-pro .owl-next{right:0;}
    
    .section-tit{ font-size:28px;}
    
    .profile h3 { font-size: 28px;}
    
    
    
     .pro-category a{ padding:0.5rem 1rem; border-radius:20px; font-size:15px; min-width:150px;}
    
     .contactBar .contactimg{ position:relative; width:100%; }
    
    .contactBar .contactimg .callico{ position:absolute; top:auto; bottom:0; left:50%; right:auto;  transform:translate(-50%,50%)}
    
    .contactBar .contacttxt{ width:100%; padding:50px 20px 30px; font-size:16px;}
    
    .featureRow .featureTxt .inner .innerli{ margin:0 5% !important;}
    
    .featureRow .featureTxt{ border-bottom:1px solid #ddd;}
    
    #index-slide .tx-caption h2{ font-size:30px;}
    
    #index-slide .tx-caption .boldbit{ font-size:20px;}
    
    .fitem {
    
    padding: 2rem 0;
    
    padding-left: 55px;   
    
    }
    
    .fitem h4{ font-size:20px;}
    
    .fitem span.subject{ white-space:nowrap; font-size:14px;}
    
    .fitem img{ width:45px; left:-5px;}
    
    .mb-5, .my-5 {
    
        margin-bottom: 2rem !important;
    
    }
    
    .pt-5, .py-5 {
    
        padding-top: 1rem !important;
    
    }
    
    .protttt{ margin-bottom:8%; text-align:center;}
    
    .proright{width:100% !important; }
    
    .proSingle{ min-width:220px; width:auto; margin-bottom:30px }
    
    .proSingle img{  max-height:120px;}
    
    .proright:after {
    
        content: none;
    
    }
    
    .font16{ font-size:16px;}
    
    #index-slide{ height:auto;}
    
    #index-slide .carousel-item{height:auto}
    
    }
    
    @media screen and (min-width: 769px){
    
    .navbar-main {
    
        display:inline-block !important;
    
    }
    
    .jiegoutu{ padding:0 7%;}
    
    }
    
    
    
    
    
    .btn-blue[disabled] {
    
        border-color: #39a1f4;
    
        background: #39a1f4;
    
        color: #b2dbfb;
    
    }
    
    
    
    /* mobile nav  */
    
    .nav-top{ background:#000;color:#aaa;}
    
    .nav-top a{ color:#aaa;}
    
    .nav-top a:hover{ color:#00a0e9;}
    
    
    
    .pn-list{ background:#222;}
    
    .mnav{ margin-bottom:25px;}
    
    .mnav-header > h2{ font-size:18px; font-weight:bold;}
    
    .mnav-header{position:relative;}
    
    .mnav-header a{ color:#aaa; border-radius:0;   display:inline-block; cursor:pointer;}
    
    .mnav .mnav{ margin-bottom:0;}
    
    .mnav .mnav h2{font-size:16px; border-bottom:1px solid #444;line-height:2.2;}
    
    
    
    .mnav-header a.collapsed{ color:#aaa;}
    
    .mnav-header a i{ position:absolute; top:6px; right:10px; font-size:20px;}
    
    .mnav-header a i.bi-plus{ display:none;}
    
    .mnav-header a i.bi-dash{ display:block;}
    
    .mnav-header a.collapsed i.bi-plus{ display:block;}
    
    .mnav-header a.collapsed i.bi-dash{ display:none;}
    
    .mnav-body{ padding:20px 15px; font-size:16px; line-height:2.2; color:#aaa; margin-bottom:0;}
    
    .list-second{ list-style:none;}
    
    .list-second li{ border-bottom:1px solid #444;}
    
    
    
    .mnav .mnav .mnav-header a i {
    
        top: 0;
    
        right: 10px;
    
        line-height:1.5
    
    }
    
    .mnav .mnav .mnav-body{ padding:5px 15px; font-size:15px;}
    
    .icotit{ min-width:110px;}
    
    
    
    
    
    .tabli.active{ color:#ee771c; font-weight:bold;}
    
    .tabdiv{ display:none;}
    
    .tabdiv.selected{ display:block;}
    
    
    
    /*#carousel-do{ min-height:420px; height:calc(100% - 50px)}
    
    #carousel-do .caption{ padding:10% 2% 5% 10%; position:relative;}
    
    #carousel-do .carousel-control-prev,#carousel-do .carousel-control-next {
    
        position: absolute;
    
        top: auto;
    
        bottom: 0;
    
        left:auto;
    
        right:50px;
    
        width: 40px;
    
        height:36px;
    
        font-size: 16px;
    
        color: #fff;
    
        text-align: center;
    
        text-shadow:none;
    
        background-color: #ee771c;
    
        filter: alpha(opacity=100);
    
        opacity: 1;
    
    }
    
    #carousel-do .carousel-control-next{ right: 0;}
    
    
    
    #carousel-do .carousel-control:hover{color: #fff;background-color: #28a7e1;}
    
    .titleYellowLineBt{ font-size:36px; padding-bottom:20px; position:relative;}
    
    .titleYellowLineBt:after{ content:""; position:absolute; bottom:0; left:0; width:50px; height:4px; background-color:#ee771c}
    
    
    
    .downpdf{ border:1px solid #ccc; padding:35px 30px; color:#ee771c; font-size:20px;}	
    
    .downpdf .bi{font-size: 1.2em;
    
    width: 1em;
    
    height: 1em; }*/
    
    #carousel-do{ position:absolute; top:50%; left:0; width:100%; transform:translateY(-50%);}
    
    #carousel-do .caption{ padding:10%; position:relative;}
    
    
    
    .titleYellowLineBt{ font-size:30px; padding-bottom:20px; position:relative; color:#595757}
    
    .titleYellowLineBt:after{ content:""; position:absolute; bottom:0; left:0; width:50px; height:4px; background-color:#ee771c}
    
    .titleYellowLineBt.text-center:after{ left:50%; transform:translateX(-50%)}
    
    .downpdf{ border:1px solid #ccc; color:#ee771c; font-size:20px;}	
    
    .downpdf .bi{font-size: 1.2em;
    
    width: 1em;
    
    height: 1em; }
    
    .downpdf a{ display:block; padding:3.2% 2.5%; color:#ee771c;}
    
    .downpdf a:hover{ background:#ee771c; color:#fff;}
    
    .fixtxt{ position:absolute; top:0; left:15px; right:15px; bottom:0; background:rgba(0,0,0,0.1);text-align:center;}
    
    .fixtxt .ftx { border-right:1px solid rgba(255,255,255,0.4); position:relative; color:#fff; font-size:20px;}
    
    .fixtxt .ftx .inner{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%)}
    
    .deco {
    
        display: block;
    
        width: 6rem;
    
        height: 6rem;
    
        opacity: 1;
    
        transition: .1s;
    
        transform: translateZ(0);
    
        margin: 0 auto;
    
    }
    
    
    
    .deco:before {
    
    
    
        content: "";
    
        left: 50%;
    
        position: absolute;
    
        top: 50%;
    
        transform: translate3d(-50%, -50%, 0) scale(.75);
    
        transition: .4s;
    
        border: 1px solid hsla(0, 0%, 100%, .3);
    
        border-radius: 100%;
    
        height: 4rem;
    
        width: 4rem;
    
    }
    
    
    
    .deco i,
    
    .deco em {
    
        background: hsla(0, 0%, 100%, .8);
    
        border: 1px solid #fff;
    
        border-radius: 100%;
    
        height: 2rem;
    
        left: 50%;
    
        position: absolute;
    
        top: 50%;
    
        transform: translate3d(-50%, -50%, 0) scale(.5);
    
        transition: .4s;
    
        width: 2rem;
    
    }
    
    
    
    .deco:after {
    
        content: "";
    
        left: 50%;
    
        position: absolute;
    
        top: 50%;
    
        transform: translate3d(-50%, -50%, 0) scale(.75);
    
        transition: .4s;
    
        border: 1px solid hsla(0, 0%, 100%, .1);
    
        border-radius: 100%;
    
        height: 6rem;
    
        width: 6rem;
    
    }
    
    .ftx:hover{ font-weight:bold;background:rgba(255,170,48,0.6);}
    
    .ftx:hover .deco:before {
    
        animation: scalepulse 1.3s linear .3s infinite both;
    
        transform: translate3d(-50%, -50%, 0) scale(1);
    
    }
    
    
    
    .ftx:hover .deco i,
    
    .ftx:hover .deco em {
    
        background: #fff;
    
        animation: scalepulse 1.3s linear 0s infinite both;
    
        transform: translate3d(-50%, -50%, 0) scale(1);
    
    }
    
    
    
    .ftx:hover .deco:after {
    
        animation: scalepulse 1.3s linear .15s infinite both;
    
        transform: translate3d(-50%, -50%, 0) scale(1);
    
    }
    
    .pflast{ display:none;}
    
    @media screen and (max-width: 768px){
    
    #carousel-do{ position:relative; top:0; left:0; width:100%; transform:none;}
    
    .fixtxt .ftx {
    
        font-size: 16px;
    
    }
    
    h3, .h3 {
    
        font-size: 1.4rem;
    
    }
    
    .titleYellowLineBt{ font-size:20px;}
    
    .downpdf {
    
        font-size: 18px;
    
    }
    
    h2, .h2 {
    
        font-size: 1.65rem;
    
    }	
    
    .couterAitem .counter{ font-size:24px; display:inline-block; width:70px;}
    
    .couterAitem .name{ font-size:18px;}
    
    .ctitem .content h3 {
    
        font-size: 18px;
    
    }
    
    .ctitem .content p {
    
        font-size: 15px;
    
    }
    
    .yellowRoundTit {
    
        font-size: 18px;
    
        width:160px;
    
        margin-left:auto;
    
        margin-right:auto;
    
    }
    
    .post-head h1 {
    
        font-size: 24px;
    
    }
    
    h1, .h1 {
    
        font-size: 2rem;
    
    }
    
        }
    
        
    
    @media screen and (max-width: 640px){
    
    
    
    .stepbox .inner h3 span{ display:block;}
    
    .couterAitem{ border-right:0; padding-left:calc(50% - 100px);}
    
    .head-double h2 {
    
        font-size: 24px;
    
        font-weight:normal;
    
    }
    
    .newsitem .content h3{ font-size:18px;}
    
    .newsitem .content p {   font-size: 14px;}
    
    .card-body h5 {
    
        font-size: 16px;
    
    }
    
    .stepbox .h5{ font-size: 16px;}
    
    .stepbox .inner {
    
        width: calc(100% - 100px);
    
        padding: 5% 3% 5% 5%;
    
    }
    
    h2, .h2 {
    
        font-size: 24px;
    
    }
    
    .app-home h4{ font-size:16px;}
    
    .page-contact-info p i {
    
        width: 32px;
    
        height: 32px;
    
        line-height: 28px;
    
    }
    
    .page-contact-info{ padding-left:55px}
    
    .page-contact-info h4 {
    
        font-size: 18px;
    
        margin-bottom: 12px;
    
    }
    
    .ico-home h4 {
    
        font-size: 16px;
    
    }
    
    .ico-home img{ width:90px;}
    
    #choosePara span{ display:block;}
    
    .cultureImg .YellowCircle {
    
        width: 125px;
    
        height: 125px;
    
    }
    
    .cultureImg .YellowCircle{ font-size:18px;}
    
    .proright {   padding: 0 0 0 0;}
    
    .proright.right2 {
    
        margin: 0;
    
    }
    
    .proSingle{ min-width:130px; width:auto;margin: 0 15px; margin-bottom:30px; display:inline-block;}
    
    .proSingle img{  max-height:60px;}
    
    .proSingle h4 {
    
        font-size: 16px;
    
    }
    
    .mb-5, .my-5 {
    
        margin-bottom: 1.5rem !important;
    
    }
    
    .featureRow .featureTxt h4{ font-size:1rem;}
    
    .tddes .font16{ font-size:14px;}
    
    #tvc.font18{ font-size:14px;}
    
    .contact-left h3{ font-size:1.2rem;}
    
    .product-page .flex-fill img{ width:50px; height:auto;}
    
    .product-page .flex-fill h6{ font-size:12px;}
    
    .product-page .flex-fill p{ font-size:12px;}
    
    .product-page .flex-fill.px-2 {
    
        padding-left: 0.3rem !important;
    
        padding-right: 0.3rem !important;
    
    }
    
    .pflast{ display:inline-block; opacity:0}
    
        }
    
    .Suspension {
    
    
    
        position: fixed;
    
    
    
        bottom: calc(10% + 49px);
    
    
    
        right: 5px;
    
    
    
        width: 42px;
    
    
    
        height: auto;
    
    
    
        z-index: 9998;
    
    
    
        border-bottom:0;
    
    
    
    }
    
    
    
    
    
    
    
    .Suspension a,.sFrame{ display:block; width:42px; height:42px; line-height:40px; background:#16365e; text-align:center; font-size:20px; position:relative; margin-bottom:1px;  }
    
    .Suspension a.first{ border-top-left-radius:10px;}
    
    .Suspension a.last{ border-bottom-left-radius:10px;}
    
    
    
    /*.Suspension a.color01{ background-color:#17cedd;}
    
    
    
    .Suspension a.color02{ background-color:#f5b13c;}
    
    
    
    .Suspension a.color03{ background-color:#3dbb2b;}
    
    
    
    .Suspension a.color04{ background-color:#de1918;}*/
    
    
    
    .sFrame div{ position:absolute; right:30px; top:0; overflow:hidden; z-index:-1;}
    
    
    
    .f-skybox,.f-whatbox{position: absolute;
    
    
    
    top: 0;
    
    
    
    right: 100%;
    
    
    
    padding:0 10px;
    
    
    
    width:120px;
    
    
    
    background:none;
    
    
    
    height:auto;
    
    
    
    border-bottom:0;
    
    
    
    font-size:12px;
    
    
    
    line-height:1.8;
    
    
    
    display:none;
    
    
    
    }
    
    
    
    .f-skybox .inner,.f-whatbox .inner{ padding:10px; border:1px solid #ddd; background:#fff; position:relative; right:auto;}
    
    
    
    .f-skype img,.f-whatbox img{ max-width:100%}
    
    
    
    .f-skype:hover .f-skybox,.f-what:hover .f-whatbox{ display:block; color:#595757;}
    
    
    
    
    
    
    
    div.subFrame_03{width:0px; height:40px; background-color:#ee771c; font-size:16px; line-height:42px; color:#fff; border-radius:30px 0 0 30px; text-align:left;}
    
    
    
    .sFrame:hover div.subFrame_03{width:180px; padding-left:20px;}
    
    
    
    
    
    
    
    .Suspension a{ color:#fff; }
    
    
    
    .Suspension a.f-email{ font-size:21px;}
    
    
    
    .Suspension a i{line-height:40px !important;}
    
    
    
    .Suspension a:hover{ color:#fff; background:#ee771c;}
    
    
    
    .text-yellow {
    
      color: #ee771c !important;
    
    }
    
    
    
    
    .all-nav{
        width: 100%;
        height: 80px;
        background: #FFFFFF;
        border-bottom: 1px solid #E5E5E5;
        position: fixed;
        top: 0;
        z-index: 9990;
    }
    
    .all-nav-nr{
        top: 0 !important;
    }
    .agric-nav {
        width:70%;
        height: 78px;
        background:#FFFFFF;
        margin: 0 auto;
        position: relative;
        z-index: 9;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .nav-right{
        width: 60%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    
    .ipmor-nav>a {
        font-size: 17px;
        color: #FFFFFF;
        line-height: 60px;
        font-weight: bold;
        padding: 0 20px;
        text-decoration: none;
    }
    
    .ipmor-nav {
        width: 70%;
        height: 78px;
    }
    
    .ipmor-nav>ul{
        width: 100%;
        height: 78px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        line-height: 78px;
        padding-left: 0;
    }
    
    .ipmor-nav>ul>li.active a{
        color: #264c91;
        font-weight: bold;
        text-decoration: none;
    }
    .ipmor-nav>ul>li:hover a{
        color: #264c91;
        text-decoration: none;
    }
    
    .ipmor-nav>ul>li{
        /* width: 20%; */
        position: relative;
        text-align: center;
        list-style: none;
        padding: 0 35px;
    }
    
    .ipmor-nav>ul>li>a{
        color:#535353;
        font-size: 17px;
        text-decoration: none;
    }
    
    .ipmor-nav>ul>li:hover .secon-down{
        display: block;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }
    
    .secon-down{
        display:none;
        position: absolute;
        width: 100%;
        left:0px;
        text-align: center;
        box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
        
    }
    .secon-down>a{
        display: block;
        background: #FFFFFF;
        text-decoration: none;
        border-bottom: 1px solid #E5E5E5;
        padding: 0;
        color: #535353 !important;
        line-height: 50px;
        font-size: 16px;
    }
    
    .secon-down>a:last-child{
        border-bottom: none;
        text-decoration: none;
    }
    .secon-down>a:hover{
        color: #264c91 !important; 
        text-decoration: none;
    }
    
    .news-lb-49>ul>li{
        line-height: 44px !important;
    }
    
    .ipmor-nav>a.active {
        background: #264c91;
        text-decoration: none;
        padding: 0 20px;
    }
    
    .ipmor-nav>a:hover {
        background: #264c91;
        text-decoration: none;
        transition: all .3s;
        padding: 0 20px;
        color: #FFFFFF;
    }
    
    .nav-logo {
        width: 12%;
        height: 78px;
        line-height: 78px;
    }
    
    .nav-logo>img {
        width:auto;
        height: 56px;
        object-fit: contain;
    }
    
    .nav-button{
        display: none;
    }
    .nav-button>i {
        font-size: 32px;
        display: block;
        color: #595757;
        margin-right: 10px;
        margin-top: 6px;
    }
    
    /* 语言 切换 */
    .languageBox{
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .languageBox .chinese{
        font-size: 15px;
        color: #595757;
    }
    .languageBox .english{
        font-size: 15px;
        color: #595757;
    }
    .languageBox .fenge{
        font-size: 15px;
        color: #595757;
    }
    .languageBox >a:hover {
        color: #264c91;
        font-weight: bold;
    }
    .languageBox .shuxian {
        font-size: 15px;
        color: #595757;
    }
    /* 首页-关于 */
    .aboutLp{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .aboutLp .about-title{
        font-size: 32px;
        color: #264c91;
        text-align: center;
    }
    .aboutLp .about-nr{
        width: 52%;
        text-align: center;
        font-size: 23px;
        line-height: 46px;
        color: #595757;
        margin-top: 56px;
        margin-bottom: 76px;
    }
    .aboutLp .about-more{
        display: block;
        width: 285px;
        height: 40px;
        border: 1px solid #264c91;
        background: #ffffff;
        font-size: 17px;
        color: #264c91;
        line-height: 40px;
        text-align: center;
        border-radius: 2px;
    }
    .aboutLp .about-more:hover{
        color: #fff;
        background: #264c91;
    }
    /* 首页视频 */
    .videoBox{
        width: 100%;
        height: auto;
        background-color: #f3f3f3;
        text-align: center;
    }
    .videoBox .video-nr{
        width: 70%;
        height: 100%;
        object-fit: contain;
    }
    
    /* 标题 */
    .titleLp{
        width: 70%;
        display: flex;
        flex-direction: row;
        align-items: center;
        margin: 0 auto;
        margin-top: 60px;
    }
    .titleLp .title-img{
        display: block;
        width: 10px;
        height: 30px;
    }
    .titleLp .title-text{
        font-size: 25px;
        color: #264c91;
        margin-left: 20px;
    }
    /* 首页 动态 */
    .home-news{
        width: 70%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: 0 auto;
        margin-top: 34px;
    }
    .home-news .home-news-left{
        /* width: 630px; */
        width: 46.875%;
        display: flex;
        flex-direction: column;
    }
    .home-news .home-news-left .left-img{
        display: block;
        width: 100%;
        height: 320px;
        object-fit: cover;
    }
    .home-news .home-news-left .news-title{
        /* width: 600px; */
        width: 95.23%;
        font-size: 24px;
        color: #595757;
        margin-top: 12px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .home-news .home-news-left .time-row{
        display: flex;
        flex-direction: row;
        margin-top: 4px;
    }
    .home-news .home-news-left .time-row .news-time,
    .home-news .home-news-left .time-row .news-author{
        font-size: 16px;
        color: #C4C4C4;
    }
    .home-news .home-news-left .time-row .news-author{
        margin-left: 20px;
    }
    .home-news .home-news-left .news-ms{
        /* width: 600px; */
        width: 95.23%;
        font-size: 14px;
        color: #7d7d7d;
        text-align: justify;
        margin-top: 10px;
        display: -webkit-box;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical;
        line-clamp: 3;
        -webkit-line-clamp: 3;
    }
    .home-news .home-news-right{
        /* width: 330px; */
        width: 24.55%;
        display: flex;
        flex-direction: column;
    }
    .home-news .home-news-right .right-item{
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }
    /* .home-news .home-news-right .right-item:nth-child(1),
    .home-news .home-news-right .right-item:nth-child(3){
        margin-right: 20px;
    } */
    .home-news .home-news-right .right-item .right-img{
        display: block;
        /* width: 330px; */
        width: 100%;
        height: 170px;
        object-fit: cover;
    }
    .home-news .home-news-right .right-item .right-title{
        /* width: 325px; */
        width: 98.5%;
        font-size: 14px;
        color: #595757;
        margin-top: 10px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .home-news .home-news-right .right-item .time-row{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 2px;
    }
    .home-news .home-news-right .right-item .time-row .news-time,
    .home-news .home-news-right .right-item .time-row .news-author{
        font-size: 12px;
        color: #C4C4C4;
    }
    /* 阅读更多 */
    .readMore{
        width: 70%;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .readMore .more-text{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 190px;
        height: 40px;
        font-size: 16px;
        color: #264c91;
        line-height: 40px;
        text-align: center;
        background: #FFF;
        border: 1px solid #264c91;
        border-radius: 2px;
        transition: all 0.4s;
    }
    .readMore .more-text:hover{
        color: #fff;
        background: #264c91;
    }
    /* 工作在量派 */
    .workEnvironment{
        width: 100%;
        height: 588px;
        background: #f3f3f3;
    }
    .workEnvironment .work-titleLp{
        width: 70%;
        display: flex;
        flex-direction: row;
        align-items: center;
        margin: 0 auto;
        padding-top: 80px;
    }
    .workEnvironment .work-titleLp .title-img{
        display: block;
        width: 10px;
        height: 30px;
    }
    .workEnvironment .work-titleLp .title-text{
        font-size: 25px;
        color: #264c91;
        margin-left: 20px;
    }
    /* 底部 */
    .footBox{
        width: 100%;
        height: 80px;
        background: #282828;
    }
    .footContent{
        width: 70%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .footContent .footText{
        font-size: 14px;
        color: #fff;
        line-height: 80px;
        margin-right: 10px;
    }
    .footContent .footIcp{
        font-size: 14px;
        color: #fff;
        line-height: 80px;
    }
    
    .storebox1{
        position: relative;
        padding: 0;
        padding-top: 70px;
    }
    .swiper2{
        width: 70%;
    }
    .s-con{
        position: relative;
    }
    .swiper2 .s-con.swiper-slide{
        background: #fff;
    }
    .s-con img{
        max-width: 100%;
        height: auto;
        object-fit: cover;
    }
    .s-con p{
        font-size: .875rem;
        color: #FFF;
        position: absolute;
        bottom: 5%;
        left: 50%;
        width: 90%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .s-con:hover p{
        color: #FFF;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }
    
    /* 关于量派 页面 */
    /* 顶部图 */
    .about-banner{
        width: 100%;
        margin-top: 60px;
    }
    .about-banner .banner-img{
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    /* 公司简介 */
    .c-intro{
        width: 100%;
        height: 700px;
        margin-top: 40px;
        position: relative;
    }
    .c-intro .jianjie-bg{
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
    }
    .c-intro .jianjie-nr{
        width: 38%;
        font-size: 16px;
        line-height: 22px;
        color: #fff;
        text-align: justify;
        position: absolute;
        top: 50%;
        right: 18.75%;
        transform: translateY(-50%);
    }
    /* Boss简介 */
    .boss-jianjie{
        width: 100%;
        height: auto;
    }
    .boss-jianjie .boss-nr{
        width: 100%;
        height: 560px;
        position: relative;
    }
    .boss-jianjie .boss-nr .boss-bg{
        width: 100%;
        height: 268px;
        background: #F2F2F2;
        position: absolute;
        top: 58px;
        z-index: 1;
    }
    .boss-jianjie .boss-nr .boss-info{
        position: relative;
        width: 70%;
        margin: 0 auto;
        margin-top: 60px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        z-index: 2;
    }
    .boss-jianjie .boss-nr .boss-info .boss-pic{
        width: 33%;
        height: auto;
        object-fit: cover;
        border-radius: 20px;
    }
    .boss-jianjie .boss-nr .boss-info .info-rig{
        /* width: 670px; */
        width: 49.85%;
        display: flex;
        flex-direction: column;
        margin-top: 30px;
    }
    .boss-jianjie .boss-nr .boss-info .info-rig .name{
        font-size: 57px;
        color: #264C91;
        line-height: 44px;
        margin-bottom: 22px;
    }
    .boss-jianjie .boss-nr .boss-info .info-rig .position{
        font-size: 20px;
        color: #264C91;
        line-height: 30px;
    }
    .boss-jianjie .boss-nr .boss-info .info-rig .ms{
        font-size: 16px;
        color: #595757;
        line-height: 30px;
        /*text-align: justify;*/
        margin-top: 26px;
    }
    /* 量派特色 */
    .featureBox{
        width: 100%;
        height: 608px;
        background: #282828;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 50px;
    }
    .featureBox .featureNr{
        width: 70%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: 0 auto;
    }
    .featureBox .featureNr .nr-item{
        width: 28.5%;
        height: 450px;
        background: #154FA7;
        padding: 30px 30px;
        /* text-align: justify; */
        position: relative;
    }
    .featureBox .featureNr .nr-item:nth-child(2){
        background: #0B6FC2;
    }
    .featureBox .featureNr .nr-item .nr-q{
        font-weight: bold;
        font-size: 28px;
        color: #FFFFFF;
        line-height: 28px;
    }
    .featureBox .featureNr .nr-item .nr-a{
        font-weight: 500;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 23px;
        max-height: 300px;
        overflow: auto;
        position: absolute;
        top: 130px;
        margin-right: 36px;
    }
    /* 量派荣誉 */
    .honorBox{
        width: 70%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
        margin-top: 50px;
        margin-bottom: 120px;
    }
    .honorBox .imgPic{
        width: 65px;
        height: 116px;
    }
    .honorBox .honorItem{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .honorBox .honorItem .honor-nr{
        font-weight: 400;
        font-size: 20px;
        color: #595757;
        line-height: 30px;
        text-align: center;
        margin-bottom: 20px;
    }
    
    /* 产品策略 */
    .productBox{
        width: 70%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        margin: 0 auto;
        margin-top: 100px;
        margin-bottom: 160px;
    }
    .productBox .productItem{
        width: 15.625%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .productBox .productItem .item-icon{
        width: 76px;
        height: 76px;
        margin: 40px 0 30px;
    }
    .productBox .productItem .item-title{
        font-weight: bold;
        font-size: 25px;
        color: #264C91;
        line-height: 26px;
        text-align: center;
    }
    .productBox .productItem .item-nr{
        font-weight: 500;
        font-size: 14px;
        color: #595757;
        line-height: 26px;
        text-align: justify;
        margin-top: 36px;
    }
    /* 联系与招聘 */
    .contactTitle{
        font-weight: 500;
        font-size: 30px;
        color: #2F2F2F;
        line-height: 35px;
        text-align: center;
        margin: 0 auto;
        margin-top: 90px;
    }
    .contactBox{
        width: 70%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        margin: 0 auto;
        margin-top: 50px;
        margin-bottom: 100px;
    }
    .contactBox .line{
        width: 2px;
        height: 220px;
        background: #E5E5E5;
    }
    .contactBox .contactItem{
        width: 210px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .contactBox .contactItem .item-icon{
        width: 42px;
        height: 42px;
        margin: 26px 0;
    }
    .contactBox .contactItem .item-title{
        font-weight: 500;
        font-size: 21px;
        color: #595757;
        line-height: 35px;
    }
    .contactBox .contactItem .item-nr{
        font-weight: 500;
        font-size: 15px;
        color: #595757;
        line-height: 21px;
        margin-top: 36px;
    }
    .contactBg{
        width: 100%;
        height: 280px;
        display: block;
        object-fit: cover;
    }
    .joinusBox{
        width: 70%;
        background: #fff;
        box-shadow: 0px 9px 24px 0px rgb(225, 225, 225);
        margin: 0 auto;
        margin-top: -200px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        position: relative;
        margin-bottom: 90px;
    }
    .joinusBox .join-lef{
        display: flex;
        flex-direction: column;
        margin-left: 80px;
    }
    .joinusBox .join-lef .left-title{
        font-weight: 500;
        font-size: 30px;
        color: #2F2F2F;
        line-height: 40px;
        margin-top: 40px;
    }
    .joinusBox .join-lef .line{
        width: 28px;
        height: 3px;
        background: #1771BF;
        margin: 25px 0;
    }
    .joinusBox .join-lef .left-nr{
        /* width: 696px; */
        width: 93%;
        font-weight: 400;
        font-size: 18px;
        color: #727171;
        /* text-align: justify; */
        line-height: 28px;
    }
    .joinusBox .join-lef .left-more{
        width: 138px;
        height: 46px;
        background: #FFFFFF;
        border: 1px solid #E5E5E5;
        font-weight: 400;
        font-size: 18px;
        color: #A2A2A2;
        line-height: 46px;
        text-align: center;
        border-radius: 3px;
        margin-top: 30px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .joinusBox .join-lef .left-more:hover{
        color: #fff;
        background: #1771BF;
    }
    .joinusBox .join-lef .left-more .chevron-right{
        font-size: 16px;
        margin-bottom: 1px;
        margin-left: 5px;
    }
    .joinusBox .joinus-img{
        /* width: 320px; */
        width: 24.04%;
        height: 396px;
        display: block;
        object-fit: cover;
    }
    
    /* 量派动态 */
    .newsBox{
        width: 70%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }
    .newsBox .newsItem{
        display: flex;
        flex-direction: row;
        margin: 60px 0 20px;
    }
    .newsBox .newsItem .news-img{
        width: 26.34%;
        height: 228px;
        object-fit: cover;
    }
    .newsBox .newsItem .item-rig{
        width: 50%;
        display: flex;
        flex-direction: column;
        margin-left: 80px;
    }
    .newsBox .newsItem .item-rig .rig-title{
        width: 100%;
        font-weight: 500;
        font-size: 24px;
        color: #595757;
        line-height: 30px;
        margin-top: 30px;
        margin-bottom: 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .newsBox .newsItem .item-rig .rig-ms{
        width: 100%;
        font-weight: 400;
        font-size: 14px;
        color: #7D7D7D;
        line-height: 27px;
        text-align: justify;
        display: -webkit-box;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical;
        line-clamp: 3;
        -webkit-line-clamp: 3;
    }
    .newsBox .newsItem .item-rig .rig-row{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 30px;
    }
    .newsBox .newsItem .item-rig .rig-row .news-t{
        font-weight: 400;
        font-size: 16px;
        color: #C4C4C4;
        line-height: 30px;
    }
    .ecms_pages {
        padding: 20px 0;
        font-size: 14px;
        text-align: center;
        overflow: hidden
    }
    .ecms_pages b {
        background-color: #333;
        color: #fff;
        border: 1px #333 solid;
        margin: 0 2px;
        padding: 3px 10px;
        line-height: 25px;
    }
    .ecms_pages a {
        background-color: #fff;
        color: #333;
        border: 1px #d8dadf solid;
        margin: 0 2px;
        padding: 3px 10px;
        line-height: 25px;
        cursor:pointer;
    }
    .ecms_pages a:hover {
        background-color: #1771BF;
        color: #fff;
    }
    
    /* 媒体查询 */
    @media(max-width:3000px){
        .boss-jianjie .boss-nr {
            height: 700px;
        }
        .boss-jianjie .boss-nr .boss-info .boss-pic {
            height: 700px;
        }
        .boss-jianjie .boss-nr .boss-info .info-rig .position {
            font-size: 25px;
            line-height: 33px;
        }
        .boss-jianjie .boss-nr .boss-info .info-rig .ms {
            font-size: 24px;
            line-height: 33px;
        }
    }
    @media(max-width:2560px){
        .boss-jianjie .boss-nr {
            height: 670px;
        }
        .boss-jianjie .boss-nr .boss-info .boss-pic {
            height: 670px;
        }
        .boss-jianjie .boss-nr .boss-info .info-rig .ms {
            font-size: 20px;
        }
    }

    @media(max-width:2200px){
        .boss-jianjie .boss-nr {
            height: 650px;
        }
        .boss-jianjie .boss-nr .boss-info .boss-pic {
            height: 650px;
        }
        .boss-jianjie .boss-nr .boss-info .info-rig .ms {
            font-size: 19px;
        }
    }
    
    @media(max-width:1680px){
        .nav-right {
            width: 70%;
        }
        #index-slide {
            height: 650px;
        }
        .workEnvironment {
            height: 540px;
        }
        .featureBox .featureNr .nr-item {
            width: 32%;
        }
        .newsBox .newsItem .news-img {
            width: 32.34%;
        }
        .productBox .productItem {
            width: 18.625%;
        }
        .c-intro .jianjie-nr {
            width: 48%;
            right: 14.75%;
        }
        .boss-jianjie .boss-nr .boss-info .info-rig .ms {
            line-height: 26px;
            margin-top: 20px;
        }
    }

    @media(max-width:1640px){
        .ipmor-nav>ul>li {
            padding: 0 25px;
        }
    }
    
    @media(max-width:1580px){
    
    }
    
    @media(max-width:1500px){
        .ipmor-nav {
            width: 78%;
        }
        .ipmor-nav>ul>li{
            padding: 0 20px;
        }
        .workEnvironment {
            height: 500px;
        }
        .boss-jianjie .boss-nr .boss-info .boss-pic {
            width: 38%;
        }
        .joinusBox .join-lef .left-more {
            margin-top: 30px;
        }
    }
    
    @media(max-width:1440px){
        .nav-right {
            width: 80%;
        }
        #index-slide {
            height: 550px;
        }
        .aboutLp {
            padding-top: 50px;
            padding-bottom: 50px;
        }
        .aboutLp .about-nr {
            width: 60%;
        }
        .c-intro .jianjie-nr {
            width: 50%;
            right: 15.3%;
        }
        .featureBox .featureNr .nr-item .nr-a {
            font-size: 15px;
            line-height: 23px;
        }
        .newsBox .newsItem .news-img {
            width: 34.34%;
        }
    }
    
    @media(max-width:1355px){
        .ipmor-nav>ul>li{
            padding: 0 18px;
        }
        .boss-jianjie .boss-nr .boss-bg {
            height: 245px;
        }
        .boss-jianjie .boss-nr .boss-info .info-rig .ms {
            margin-top: 20px;
            line-height: 22px;
        }
        .newsBox .newsItem .news-img {
            width: 35.34%;
        }
    }
    
    @media(max-width:1280px){
        .ipmor-nav {
            width: 80%;
        }
        #index-slide {
            height: 500px;
        }
        .aboutLp .about-nr {
            width: 65%;
        }
        .workEnvironment {
            height: 420px;
        }
        .workEnvironment .work-titleLp {
            padding-top: 50px;
        }
        .featureBox .featureNr .nr-item .nr-q {
            font-size: 26px;
            line-height: 26px;
        }
        .productBox {
            width: 80%;
            margin-top: 70px;
            margin-bottom: 120px;
        }
        .joinusBox .join-lef .left-title {
            margin-top: 30px;
        }
        .joinusBox .join-lef .line {
            margin: 20px 0;
        }
        .joinusBox .join-lef .left-nr {
            line-height: 25px;
        }
        .joinusBox .join-lef .left-more {
            margin-top: 23px;
        }
        .joinusBox .joinus-img {
            height: 330px;
        }
        .c-intro .jianjie-nr {
            width: 54%;
            right: 15%;
        }
    }
    @media(max-width:1200px){
        .titleLp {
            width: 85%;
        }
        .boss-jianjie .boss-nr .boss-info {
            width: 85%;
        }
        .featureBox .featureNr {
            width: 85%;
        }
        .featureBox .featureNr .nr-item .nr-a {
            top: 125px;
        }
        .honorBox {
            width: 90%;
        }
        .newsBox .newsItem .news-img {
            height: 200px;
        }
        .newsBox .newsItem .item-rig {
            width: 55%;
            margin-left: 60px;
        }
        .newsBox .newsItem .item-rig .rig-title {
            font-size: 23px;
            margin-top: 10px;
            margin-bottom: 10px;
        }
        .boss-jianjie .boss-nr .boss-info .info-rig .ms {
            line-height: 24px;
        }
    }
    
    @media(max-width:1150px){
        .joinusBox .join-lef .left-title {
            font-size: 28px;
            line-height: 40px;
            margin-top: 30px;
        }
        .joinusBox .join-lef .left-nr {
            font-size: 16px;
        }
        .ipmor-nav>ul>li {
            padding: 0 10px;
        }
        .c-intro .jianjie-nr {
            width: 70%;
            right: 50%;
            transform: translate(50%, -50%);
        }
    }
    
    @media(max-width:1110px){
        .agric-nav {
            width: 80%;
        }
        .aboutLp .about-nr {
            width: 76%;
        }
        .videoBox .video-nr{
            width: 80%;
        }
        .titleLp {
            width: 80%;
        }
        .home-news {
            width: 80%;
        }
        .readMore {
            width: 80%;
        }
        .workEnvironment {
            height: 400px;
        }
        .workEnvironment .work-titleLp {
            width: 80%;
        }
        .swiper2 {
            width: 80%;
        }
        .footContent {
            width: 80%;
        }
        .c-intro {
            height: 570px;
        }
        .c-intro .jianjie-nr {
            width: 80%;
            right: 50%;
            transform: translate(50%, -50%);
            line-height: 22px;
        }
        .boss-jianjie .boss-nr .boss-info .info-rig {
            width: 56%;
        }
        .boss-jianjie .boss-nr .boss-info .info-rig .ms {
            line-height: 25px;
        }
        .featureBox .featureNr .nr-item .nr-q {
            font-size: 24px;
            line-height: 25px;
        }
        .newsBox {
            width: 85%;
        }
        .productBox {
            width: 88%;
            margin-top: 60px;
            margin-bottom: 100px;
        }
        .joinusBox {
            width: 83%;
        }
    }
    
    @media(max-width:1024px){
        .contactBox {
            width: 85%;
        }
    }
    
    @media(max-width:991px){
        .ipmor-nav {
            width: 80%;
        }
        .nav-right {
            width: 84%;
        }
        .ipmor-nav>ul>li{
            padding: 0 9px;
        }
        #index-slide {
            height: 360px;
        }
        .workEnvironment {
            height: 370px;
        }
        .c-intro {
            height: 520px;
        }
        .c-intro .jianjie-nr {
            font-size: 15px;
            max-height: 450px;
            overflow: auto;
        }
        .boss-jianjie .boss-nr {
            height: 480px;
        }
        .boss-jianjie .boss-nr .boss-info .boss-pic {
            height: 400px;
        }
        .boss-jianjie .boss-nr .boss-info .info-rig {
            margin-top: 25px;
        }
        .boss-jianjie .boss-nr .boss-info .info-rig .name {
            font-size: 50px;
        }
        .boss-jianjie .boss-nr .boss-info .info-rig .ms {
            max-height: 300px;
            overflow: auto;
        }
        .featureBox .featureNr .nr-item {
            padding: 30px 30px;
        }
        .featureBox .featureNr .nr-item .nr-a {
            top: 125px;
        }
        .honorBox .honorItem .honor-nr {
            font-size: 18px;
            line-height: 50px;
        }
        .productBox {
            width: 88%;
            margin-top: 30px;
            margin-bottom: 70px;
        }
        .productBox .productItem {
            width: 20.6%;
        }
        .joinusBox .join-lef {
            margin-left: 45px;
        }
    }
    
    @media(max-width:917px){
        .ipmor-nav>ul>li {
            padding: 0 7px;
        }
    }

    @media(max-width:901px){
        .ipmor-nav {
            width: 77%;
        }
        .ipmor-nav>ul>li>a {
            font-size: 16px;
        }
        
    }
    
    @media(max-width:880px){
        .featureBox .featureNr .nr-item .nr-a {
            line-height: 20px;
        }
        .featureBox .featureNr .nr-item .nr-q {
            font-size: 20px;
            line-height: 21px;
        }
        .joinusBox .joinus-img {
            display: none;
        }
        .joinusBox .join-lef {
            margin-left: 35px;
        }
        .joinusBox .join-lef .left-nr {
            width: 95%;
        }
        .joinusBox .join-lef .left-title {
            font-size: 26px;
            line-height: 35px;
            margin-top: 15px;
        }
        .joinusBox .join-lef .line {
            margin: 15px 0;
        }
        .joinusBox .join-lef .left-more {
            margin-top: 20px;
            margin-bottom: 15px;
        }
    }
    
    @media(max-width:863px){
        .ipmor-nav>ul>li {
            padding: 0 5px;
        }
    }
    
    @media(max-width:800px){
        .newsBox .newsItem .news-img {
            height: 180px;
        }
        .newsBox .newsItem .item-rig .rig-row {
            margin-top: 10px;
        }
        .agric-nav {
            width: 85%;
        }
    }
    
    @media(max-width:768px){
        .all-nav {
            height: auto;
        }
        .agric-nav {
            width: 100%;
            position: fixed;
            top: 0;
            border-bottom: 1px solid #E5E5E5;
            z-index: 99999999;
        }
        .nav-logo {
            width: 40%;
            max-width: 160px;
            display: block;
            margin-left: 10px;
        }
        .nav-button{
            display: block;
            position: fixed;
            top: 0;
            right: 0;
        }
        .nav-button>i {
            font-size: 32px;
            display: block;
            color: #333333;
            margin-right: 10px;
            margin-top: 10px;
        }
        .ipmor-nav {
            display: none;
            width: 100%;
            height: auto;
            margin-top: 0px;
        }
        .ipmor-nav>ul {
            width: 100%;
            height: auto;
            display: flex;
            justify-content: space-between;
            line-height: 60px;
            background: rgba(0, 0, 0, 0.8);
            padding: 0px;
        }
        .ipmor-nav>ul>li {
            padding: 0 10px;
            position: relative;
            width: 100%;
            text-align: center;
            display: block;
        }
        .ipmor-nav>ul>li a {
            color: #fff;
        }
        .ipmor-nav>ul>li:hover a {
            color: #1771BF;
            transition: all .3s;
        }
        .languageBox{
            position: fixed;
            top: 26px;
            right: 70px;
        }
        #index-slide {
            height: 320px;
        }
        #index-slide .carousel-item{
            height:100%;
        }
        .workEnvironment {
            height: 300px;
        }
        .workEnvironment .work-titleLp {
            padding-top: 40px;
        }
        .storebox1 {
            padding-top: 33px;
        }
        .c-intro {
            height: 450px;
        }
        .c-intro .jianjie-nr {
            width: 80%;
            max-height: 380px;
            line-height: 22px;
            font-size: 15px;
        }
        .boss-jianjie .boss-nr .boss-info .info-rig {
            margin-top: 0px;
        }
        .boss-jianjie .boss-nr .boss-info .info-rig .name {
            font-size: 40px;
        }
        .featureBox .featureNr .nr-item {
            padding: 20px 20px;
        }
        .featureBox .featureNr .nr-item .nr-q {
            font-size: 20px;
            line-height: 25px;
        }
        .featureBox .featureNr .nr-item .nr-a {
            top: 125px;
        }
        .honorBox .imgPic {
            width: 60px;
            height: 100px;
        }
        .productBox {
            width: 92%;
        }
        .productBox .productItem .item-icon {
            width: 60px;
            height: 60px;
        }
        .productBox .productItem .item-nr {
            font-size: 14px;
            line-height: 22px;
            margin-top: 33px;
        }
        .productBox {
            flex-wrap: wrap;
        }
        .productBox .productItem {
            width: 46%;
        }
        .productBox .productItem .item-title {
            font-size: 18px;
            line-height: 22px;
        }
        .contactBox .line {
            display: none;
        }
    }
    
    @media(max-width:680px){
        .workEnvironment {
            height: 300px;
        }
        .boss-jianjie .boss-nr .boss-info .info-rig .name {
            margin-bottom: 25px;
        }
        .boss-jianjie .boss-nr .boss-info .info-rig .ms {
            margin-top: 18px;
            max-height: 280px;
            overflow: auto;
            line-height: 22px;
        }
        .contactTitle {
            margin-top: 60px;
        }
        .contactBox {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: flex-start;
            margin-top: 30px;
        }
        .contactBox .contactItem {
            width: 50%;
            margin-top: 20px;
        }
        .contactBox .contactItem .item-nr {
            margin-top: 10px;
        }
        .titleLp {
            margin-top: 40px;
        }
        .titleLp .title-text {
            font-size: 23px;
        }
        .c-intro .jianjie-nr {
            line-height: 21px;
            font-size: 14px;
            max-height: 380px;
            overflow: auto;
        }
        .home-news {
            width: 80%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        .home-news .home-news-left {
            width: 100%;
            display: flex;
            flex-direction: column;
        }
        .home-news .home-news-left .left-img {
            height: 200px;
        }
        .home-news .home-news-left .news-title {
            font-size: 20px;
            margin-top: 8px;
        }
        .home-news .home-news-left .news-ms {
            font-size: 13px;
            margin-top: 6px;
            display: -webkit-box;
            text-overflow: ellipsis;
            overflow: hidden;
            -webkit-box-orient: vertical;
            line-clamp: 2;
            -webkit-line-clamp: 2;
        }
        .home-news .home-news-right {
            width: 100%;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            margin-top: 8px;
        }
        .home-news .home-news-right .right-item {
            width: 48%;
            margin-bottom: 10px;
        }
        .home-news .home-news-right .right-item .time-row {
            flex-direction: column;
        }
        .home-news .home-news-right .right-item .right-img {
            height: 110px;
        }
        .featureBox {
            height: auto;
        }
        .featureBox .featureNr {
            flex-direction: column;
        }
        .featureBox .featureNr .nr-item {
            width: 100%;
            height: 280px;
            margin: 10px 0;
        }
        .featureBox .featureNr .nr-item .nr-a {
            top: 100px;
        }
    }
    
    @media(max-width:600px){
        .boss-jianjie .boss-nr {
            height: 460px;
        }
        .boss-jianjie .boss-nr .boss-info .boss-pic {
            height: 330px;
        }
        .boss-jianjie .boss-nr .boss-info .info-rig .name {
            font-size: 38px;
            margin-bottom: 18px;
        }
        .boss-jianjie .boss-nr .boss-info .info-rig .position {
            font-size: 18px;
            line-height: 22px;
        }
        .boss-jianjie .boss-nr .boss-info .info-rig .ms {
            margin-top: 13px;
            font-size: 14px;
            line-height: 20px;
            max-height: 290px;
            overflow: auto;
        }
    }
    
    @media(max-width:550px){
        #index-slide {
            height: 250px;
        }
        .newsBox .newsItem {
            margin: 30px 0 20px;
        }
        .newsBox .newsItem .news-img {
            height: 120px;
        }
        .newsBox .newsItem .item-rig {
            width: 60%;
            margin-left: 30px;
        }
        .newsBox .newsItem .item-rig .rig-title {
            font-size: 18px;
            margin-top: 0px;
            margin-bottom: 5px;
        }
        .newsBox .newsItem .item-rig .rig-row {
            margin-top: 5px;
        }
        .newsBox .newsItem .item-rig .rig-ms {
            font-size: 13px;
            line-height: 18px;
        }
        .newsBox .newsItem .item-rig .rig-row .news-t {
            font-size: 13px;
        }
        .productBox {
            flex-wrap: wrap;
        }
        .productBox .productItem {
            width: 46%;
        }
        .productBox .productItem .item-title {
            font-size: 18px;
            line-height: 22px;
        }
        .contactTitle {
            font-size: 24px;
        }
        .contactBox .contactItem .item-title {
            font-size: 18px;
        }
        .contactBox .contactItem .item-nr {
            font-size: 13px;
        }
        .joinusBox .join-lef .left-title {
            font-size: 24px;
        }
        .joinusBox .join-lef .left-more {
            font-size: 14px;
        }
        .featureBox .featureNr .nr-item .nr-a {
            top: 75px;
        }
    }
    
    @media(max-width:520px){
        .footContent {
            flex-direction: column;
            align-items: center;
            padding-top: 6px;
        }
        .footContent .footText {
            line-height: 20px;
            margin-right: 0px;
        }
        .footContent .footIcp {
            line-height: 20px;
        }
        .c-intro {
            height: 450px;
        }
        .boss-jianjie .boss-nr .boss-info .info-rig .name {
            font-size: 33px;
            margin-bottom: 20px;
        }
        .boss-jianjie .boss-nr .boss-info .info-rig .position {
            font-size: 16px;
            line-height: 22px;
        }
        .boss-jianjie .boss-nr .boss-info .info-rig .ms {
            margin-top: 12px;
            font-size: 13px;
            line-height: 19px;
        }
        .featureBox {
            height: auto;
        }
        .featureBox .featureNr {
            flex-direction: column;
        }
        .featureBox .featureNr .nr-item {
            width: 100%;
            height: 305px;
            margin: 10px 0;
        }
        .featureBox .featureNr .nr-item .nr-a {
            top: 75px;
            max-height: 230px;
        }
        .honorBox .honorItem .honor-nr {
            font-size: 15px;
            line-height: 20px;
            margin-bottom: 15px;
        }
    }
    
    @media(max-width:425px){
        .aboutLp .about-title {
            font-size: 25px;
        }
        .aboutLp .about-nr {
            font-size: 18px;
            line-height: 36px;
            margin-top: 26px;
            margin-bottom: 46px;
        }
        .aboutLp .about-more {
            font-size: 16px;
        }
        .titleLp {
            width: 90%;
        }
        .videoBox .video-nr {
            width: 90%;
        }
        .workEnvironment .work-titleLp {
            width: 90%;
        }
        .readMore {
            width: 90%;
        }
        .home-news {
            width: 90%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        .home-news .home-news-left {
            width: 100%;
            display: flex;
            flex-direction: column;
        }
        .home-news .home-news-left .left-img {
            height: 200px;
        }
        .home-news .home-news-left .news-title {
            font-size: 20px;
            margin-top: 8px;
        }
        .home-news .home-news-left .news-ms {
            font-size: 13px;
            margin-top: 6px;
            display: -webkit-box;
            text-overflow: ellipsis;
            overflow: hidden;
            -webkit-box-orient: vertical;
            line-clamp: 2;
            -webkit-line-clamp: 2;
        }
        .home-news .home-news-right {
            width: 100%;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            margin-top: 8px;
        }
        .home-news .home-news-right .right-item {
            width: 48%;
            margin-bottom: 10px;
        }
        .home-news .home-news-right .right-item .time-row {
            flex-direction: column;
        }
        .home-news .home-news-right .right-item .right-img {
            height: 110px;
        }
        .featureBox .featureNr .nr-item .nr-a {
            max-height: 200px;
        }
    }
    
    @media(max-width:375px){
        .c-intro {
            height: 450px;
        }
    }
    
    