::-webkit-scrollbar{width:6px;height:6px;position:absolute;border-radius:6px}
::-webkit-scrollbar-thumb{background:#ddd;border-radius:5px}
::-webkit-scrollbar-track{background-color:transparent}
/*@font-face {*/
/*  font-family: "txt"; */
/*  src: url('../font/ALIBABA-PUHUITI-REGULAR.OTF') format('woff2')*/
/*}*/
/*@font-face {*/
/*  font-family: "txt1"; */
/*  src: url('../font/ALIBABA-PUHUITI-BOLD.OTF') format('woff2')*/
/*}*/

body{font-size: 14px; 	
    font-family:txt;
    color: #4D4D4D;}
/* body.enfont{font-family: txt4; } */
body::before{ position: absolute; position: fixed; width: 100%; height: 100%; content: ""; background: #fff; left: 0; top: 0; z-index: 1001;;}
body.load::before{ display: none;}
*{scrollbar-color:#054457 transparent;scrollbar-width:thin; }
h1,h2,h3,h4,h5,h6,ol,ul,li,p{ padding: 0; margin: 0;}
a:hover{ color: #4D4D4D;;}
i{font-style: normal;}
li{list-style-type: none;}
a:hover,a:active,a:focus{ text-decoration: none; color: #144A99;}

  .modal-open{ overflow: auto; padding-right: 0!important;}

.indswiper{width:100%;height:100%}
.indswiper .swiper-slide{text-align:center;background:#000;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.indswiper .swiper-slide .inimg { position: absolute; width: 100%; height: 100%; left: 0; top: 0;}
.indswiper .swiper-slide .nav { position: absolute; width: 100%;height: 100%; top: 0; z-index: 100; color: #fff; display: flex; align-items: center; border-left: 1px solid rgba(255,255,255,.12); border-right: 1px solid rgba(255,255,255,.12); padding: 0 7%;}
.indswiper .swiper-slide .inimg img,
.indswiper .swiper-slide .inimg video
{display:block;width:100%;height:100%;object-fit:cover}
.indswiper .swiper-slide .inimg::before{background-color: rgba(0,0,0,0.2); position: absolute; width: 100%; height: 100%; left: 0;top: 0; content: "";}
.indswiper .swiper-slide .inimg2::before{ display: none;}

.indswiper .box{ width: 100%; height: 100%; position: relative;}
.indswiper .txt{text-align: left; padding-bottom: 8vh;  max-width: 60%;}
.indswiper .txt h1{    font-size: 5.2vh; padding-bottom: 30px; line-height: 1.5; }
.indswiper .txt p{    font-size: 1.6vh; padding-bottom: 25px; font-size: 16px; line-height: 1.5;}
.indswiper .txt a{  color: #fff; display: flex; align-items: center; padding-bottom: 10px; width: 90px;white-space: nowrap;}
.indswiper .txt a span{  padding-right: 5px;}

.indswiper .swiper-slide-active .txt h1{animation: text1 2s .5s forwards; opacity: 0;}
.indswiper .swiper-slide-active .txt p{animation: text1 2s .7s forwards; opacity: 0; }
.indswiper .swiper-slide-active .txt a{animation: text1 2s .9s forwards; opacity: 0;}
.indswiper .swiper-slide-active .txt a:hover{ color: #E6774D;}
@keyframes text1
    {
      from {opacity: 0; transform:translateY(50px)}
      to {opacity: 1; transform:translateY(0);}
}


.swiper-fade .swiper-slide{animation-duration:0s!important;  }
.indswiper  .swiper-slide:nth-child(1).swiper-slide-prev  .box,
.indswiper  .swiper-slide:nth-child(5).swiper-slide-prev  .box{ animation: in01 1s forwards;}
.indswiper  .swiper-slide:nth-child(1).swiper-slide-active .box,
.indswiper  .swiper-slide:nth-child(5).swiper-slide-active .box{ animation: in01_1 1s   forwards; }

@keyframes in01
    {
      from {transform:translateX(0);}
      to {transform:translateX(-100%);}
}
@keyframes in01_1
    {
    from {transform:translateX(-100%);}
    to {transform:translateX(0);}
}
.indswiper  .swiper-slide:nth-child(6).swiper-slide-prev  .box{animation: in02 1s  forwards; }
.indswiper  .swiper-slide:nth-child(6).swiper-slide-active .box{ animation: in02_1 1s   forwards; }
@keyframes in02
    {
    0% {transform:scale(1) translateY(0);}
    50% {transform:scale(.65) translateY(0);}
    100% {transform:scale(.65) translateY(-100%);}
}
@keyframes in02_1
    {
     100% {transform:scale(1) translateY(0);}
    50% {transform:scale(.65) translateY(0);}
    0% {transform:scale(.65) translateY(-100%);}
}

.indswiper  .swiper-slide:nth-child(3).swiper-slide-prev  .box{animation: in03 1s  forwards; }
.indswiper  .swiper-slide:nth-child(3).swiper-slide-active .box{ animation: in03_1 1s   forwards; }
@keyframes in03
    {
    0% {transform:scale(1) translateY(0);}
    50% {transform:scale(.65) translateY(0);}
    100% {transform:scale(.65) translateY(100%);}
}
@keyframes in03_1
    {
     100% {transform:scale(1) translateY(0);}
    50% {transform:scale(.65) translateY(0);}
    0% {transform:scale(.65) translateY(100%);}
}

 .bigimg{width:500px;height:375px;position:absolute;left:400px;bottom:0;z-index: 100; display:none;overflow:hidden;background:#f5f5f5;left:342px;top:0}
                .bigimg img{position:absolute;left:0;max-width:unset;max-height:unset;width:800px;height:600px;top:0}
                .mov{width:150px;height:149px;z-index:100;position:absolute;left:0;top:0;cursor:move;display:none;background:rgba(0,0,0,.2);}

/* .indswiper .swiper-pagination{right:200px;top:unset;bottom:100px;transform:translate3d(0,0,0)}
.indswiper .swiper-pagination .swiper-pagination-bullet{width:auto;border-radius:0;color:#fff;opacity:1;background:0 0;display:flex;justify-content:flex-end;font-size:12px;align-items:center;opacity:.5;height:5px;transition:all .5s}
.indswiper .swiper-pagination .swiper-pagination-bullet:after{width:12px;content:"";transition:all .5s;border-bottom:1px solid #fff;margin-left:10px}
.indswiper .swiper-pagination .swiper-pagination-bullet-active{opacity: 1; }
.indswiper .swiper-pagination .swiper-pagination-bullet-active:after{width: 24px;  }
.indswiper .swiper-pagination i{font-style: normal; opacity: 0; transition: all .5s;}
.indswiper .swiper-pagination  .swiper-pagination-bullet-active i,
.indswiper .swiper-pagination  .swiper-pagination-bullet i:hover{ opacity: 1;}
.indswiper .swiper-pagination:hover .swiper-pagination-bullet{ height: 25px;}
.indswiper .swiper-pagination:hover .swiper-pagination-bullet i{ opacity: 1;}
.indarrow{position:absolute;right:0;width:150px;text-align:center;bottom:98px;z-index:100;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;font-size:12px;letter-spacing:2px}
.indarrow img{margin-top:20px;width:10px;animation:arrows .5s infinite alternate}

@keyframes arrows{0%{transform:translateY(0)}
100%{transform:translateY(10px)}
} 
*/
.indarrow{position:absolute;right:7%;width:10px;text-align:center;top:calc(50% - 80px);z-index:100;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;font-size:12px;letter-spacing:2px}
.indarrow img{margin-top:20px;width:10px;animation:arrows .5s infinite alternate}

@keyframes arrows{0%{transform:translateY(0)}
100%{transform:translateY(10px)}
} 


.indfoot{position:absolute;bottom:45px;z-index:10; left: 7%;color:rgba(255,255,255,.75);font-size:12px;}
.indfoot ul{display:flex;padding-bottom: 28px; opacity: 0;}
.indfoot ul a{color:rgba(255,255,255,.75);display:block;padding:0  20px 0 0}

.indswiper .swiper-pagination{ width: 100%; left: 0; bottom:50px; top: unset; display: flex; align-items: flex-start; justify-content: flex-end; padding-right: 10%; transform: translate3d(0, 0, 0);}
.indswiper .swiper-pagination::before{ width:100%; height:1px; content: ""; left:0;  top:13px; position: absolute; background: rgba(255,255,255,.1); }
.indswiper .swiper-pagination span{ width: auto; font-size: 15px; outline: none; height: auto; background:none; padding: 0 30px; border-radius: 0; opacity: 1; color: rgba(255,255,255,.4); ; position: relative; padding-top: 36px; margin: 0!important; transition: all .5s;}
.indswiper .swiper-pagination span:before{ width:6px; height: 6px; content: ""; left: calc(50% - 3px);  top:11px; position: absolute; background: #7A8FB1; border-radius: 100%;  transition: all .5s}


.indswiper .swiper-pagination span:after{ width:28px; height: 28px; content: ""; left: calc(50% - 14px);  top: 0; position: absolute; background: none; border:1px solid #fff; border-radius: 100%; transform: scale(0); opacity: 0; transition: all .6s;}
.indswiper .swiper-pagination span:hover{ color: rgba(255,255,255,.75);}
.indswiper .swiper-pagination span:hover:after{transform: scale(.8); opacity: .3; }
.indswiper .swiper-pagination .swiper-pagination-bullet-active:after,
.indswiper .swiper-pagination .swiper-pagination-bullet-active:hover:after{ transform: scale(1); opacity: 1;}

.indswiper .swiper-pagination .swiper-pagination-bullet-active,
.indswiper .swiper-pagination .swiper-pagination-bullet-active:hover{ color: #fff;}
.indswiper .swiper-pagination .swiper-pagination-bullet-active:before{ background: #fff;}
.lang_about_slbz_title_2{ padding-bottom: 20px;}


.head{position: absolute; z-index: 100; width: calc(100% - 300px); position: absolute; top: 0; left: 150px; z-index: 1000; padding: 0 5vh 0 5vh ;
display: flex; align-items: center; height: 80px;} 
.head2{ width: 100%; left: 0; padding: 0 5% ;}
.logo{flex-shrink:0;width:171px;height:34px;background-repeat: no-repeat;background-size:contain;z-index: 100;}
.head .toolbox{ margin-left: auto; flex-shrink: 0; display: flex;}
.head .toolbox>div>a{ color: #fff;  padding: 10px 20px  10px 30px; font-size: 16px; height: 80px; display: flex; align-items: center; position: relative;}
.langset{ position: relative;}
.langset ul{ position: absolute; background: rgba(255,255,255,.8);right: 0; top: 100%; height: 0; transform: scale(1,.5); opacity: 0; transition: all .5s; -webkit-transform-origin: top center; pointer-events: none;  overflow: hidden; box-shadow: 2px 2px 25px rgb(0 0 0 / 10%);}
.pull-right a, .lang_footer_power a{color: #9D9D9D;}
.lang_title_polink a{color: rgba(255,255,255,.75);}
.lang_title_polink2 a{color: #999999;}

.fl{float: left;}
.fr10{padding-right: 10px;}
.fr20{padding-right: 20px;}

.langset ul a{display: block; padding: 12px 35px; white-space: nowrap; transition: all .5s; color: #333;}
.langset ul a:hover{ background: #fff; color: #E6774D;}
.langset:hover ul{height: auto; transform: scale(1); opacity: 1; pointer-events: unset;}
.head .toolbox>div>a:after{ position: absolute; width: 0;  content: ""; bottom: 0; right: 0; height: 3px;background: #E6774D; }
.head .toolbox>div>a.sreach_icon:after{ display: none;}

.head .toolbox .sreach_icon span:before{ display: none;}
.head .toolbox .sreach_icon span{ display: block; width: 20px; height: 20px; background: url(../images/search_2.svg); background-size: 100%;}
.head.fixed .toolbox .sreach_icon span{  background: url(../images/search_1.svg); background-size: 100%;}

.head .toolbox>div.langset>a:before{ position: absolute; width: 5px; height: 5px;;  content: ""; opacity: .5; top:37px; right: 0px; border-top: 1px solid #fff; border-right: 1px solid #fff;  transform: rotate(135deg);transition: all .5s;}
.head.fixed .toolbox>div.langset>a:before{border-color: #999;}

.head .menu{ width: 100%;}


.head .menu>ul{ display: flex; justify-content: center;}
.head .menu>ul>li{ position:relative;}
.head .menu>ul>li>a{ font-size: 18px; color: #fff; position: relative; padding-right: 3vw; height: 80px; display: flex; align-items: center;}

.head.fixed .menu>ul>li>a,
.head.fixed .toolbox>div>a{color: #333; }
.semenu{ position: absolute; left: 0; top: 100%; height: 0; transform: scale(1,.5); opacity: 0; transition: all .5s; -webkit-transform-origin: top center; pointer-events: none;     box-shadow: 2px 23px 25px rgb(0 0 0 / 10%);}
.head.fixed{ position: fixed;}
.head:before{background:#8f8787;opacity:0;position:absolute;content:"";width:100%;height:0;left:0;top:0;transition:all .5s;box-shadow:0 0 10px rgba(0,0,0,.1)}
.head.fixed:before{background:#fff;opacity:1;height:100%}
.head.fixed .logo{background-repeat:  no-repeat; background-size:contain;}
@media (min-width:1200px){
  .head .toolbox>div.langset:hover>a:before{ transform: rotate(-45deg); top:40px;}
  .head .toolbox>div:hover>a:after{ width: calc(100% - 50px); transition: all .5s;}
  .head .menu>ul>li>a:after{ position: absolute; width: 0;  content: ""; bottom: 0; left: 0; height: 3px;background: #E6774D; }
.head .menu>ul>li:hover>a:after{width: calc(100% - 3vw); transition: all .5s;}
.head .menu>ul>li:hover{z-index: 100;}
  }

.semenu>ul>li{ position: relative;background: rgba(255,255,255,.95); }
.semenu>ul>li>a{padding: 10px 15px; white-space:nowrap; display: block; color: #555; transition: all .5s; min-width: 150px;font-size: 16px;}

.thmenu>ul>li{ position: relative;}
.thmenu>ul>li>a{padding:  8px 15px; white-space:nowrap; display: block; background: #fff; color: #555; transition: all .5s; min-width: 150px;font-size: 15px;}
.nameh3{display: none;}


@media (min-width:1200px){
  .semenu>ul>li:hover>a,
.thmenu>ul>li>a:hover{background: #fff;  color: #E6774D;  padding-left: 20px;}
.thmenu{ position: absolute; left:100%; top: 0; min-height: 100%;  transform: scale(0,1); -webkit-transform-origin: top left; opacity: 0; width: 0; pointer-events: none;     box-shadow: 3px 3px 5px rgb(0 0 0 / 10%);}

.head .menu>ul>li:hover .semenu{ height: auto; transform: scale(1); opacity: 1; pointer-events: unset;}
.semenu>ul>li:hover .thmenu{transform: scale(1);  opacity: 1; width: auto; transition: all .5s; pointer-events: unset; }
}



.seach_modal{ background: rgba(0,0,0,0.4);}
.seach_modal  .modal-dialog{width:100%; position: unset;}
.seach_box{width: 95%; max-width: 1000px; margin: 0 auto; opacity: 0;   left: calc(50% - 500px); backdrop-filter: blur(10px);
    top: 30vh;position: absolute; transition: all .5s;}
    .seach_modal.in .seach_box{top: 35vh; opacity: 1;}
    .seach_box a{ right: 0;top: 0; width:60px; height: 60px; display: flex; justify-content: center; position: absolute; align-items: center; color: #fff; background: url(../images/search_2.svg) no-repeat center center;
      background-size: 30px; font-size: 18px;}
    .seach_box a span{display: none;}
    .seach_box a:hover{ color: #E6774D;}

.seach_box input{ width: 100%; height: 60px; background: none; border: 2px solid #E6774D; outline: none; font-size: 18px; padding: 15px; color: #fff;}
.search_close{ position: absolute;  opacity: .85; z-index: 100; right: 10px; top: 15px; padding: 20px; color: #fff;  width: 40px; height: 40px;   padding: 24px;    font-size: 24px; background: url(../images/close_white.png) center center no-repeat;  z-index: 1000;}
.search_close span{display: none;}
.search_close:hover{ opacity: 1;}

.modal-dialog-video{ width: 100%; height: 100%;;}
.modal-dialog-video video{width: 100%; height: 100%; object-fit: cover; display: block;}

.smbanner{ height: 450px; position: relative; background: #144A99; overflow: hidden;}
.smbanner .txt{ position: absolute; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; color: #fff;  }
.smbanner .txt h3{ position: relative; font-size:1.8vw; }
.smbanner .txt h3 span{ position: relative; z-index: 2;}
.smbanner .txt h3:after{  position: absolute; content: "";  height:8px; background: #E6774D; width: 100%; left:0; bottom: 0; z-index: 1;}
.smbanner02 img,
.smbanner img{ height: 100%; width: 100%; object-fit: cover;}
.smbanner02{ height: 350px;position: relative;}
.smbanner03{ height: 520px}

.smbanner02 .txt{ position: absolute;  width: 100%; padding-top: 80px; height: 100%; display: flex; align-items: center;}
.smbanner02 .txt h3{font-size:38px; color: #fff; padding-bottom: 5px;}
.smbanner02 .txt p{font-size:14px; color: #fff; max-width: 50%;}
.smbanner02 .container{ padding-left: 86px;}

.smbanner_shop{ height: 350px;}
.smbanner_shop .txt{  padding-top: 80px;}

.bigtitle{ height: 100px; margin-top: -100px; position: relative; z-index: 100;  }
.bigtitle::before{ content: ""; position: absolute; height: 100%; right: 0; width: 50%; background: #fff;}
.bigtitle .titnav{ display: flex; align-items: center;  height:100%;padding-top:30px;  background: #fff; position: relative;}
.bigtitle .titnav::after{ width: calc(100% - 30px); height: 1px; left: 15px; background: #000; opacity: .05; position: absolute; bottom: -1px;}
.bigtitle .titnav ul{display: flex; margin-left: auto;}
.bigtitle .titnav ul li{ padding:0 20px;}
.bigtitle .titnav ul li a{ color: #4d4d4d; font-size: 16px; height: 69px; display: block; display: flex; align-items: center; position: relative;}
.bigtitle .titnav ul li:hover a,
.bigtitle .titnav ul li.active a{ color: #E6774D;}

.bigtitle .titnav ul li a:before{ border-bottom: 2px solid #E6774D; position: absolute; width: 0; bottom: -1px; left: 0; content: ""; transition: all .5s; opacity: 0;}
.bigtitle .titnav ul li.active a:before,
.bigtitle .titnav ul li:hover a:before{ width: 100%; opacity: 1;}

.bigtitle .titnav ul:hover li:not(:hover) a:before{ width: 0px; opacity: 0;}




.bigtitle span{ font-size: 20px;  padding:0 0 0  100px; height:100px; display: flex; align-items: center; font-weight: bolder; margin-left: -100px; background-color: #fff;     margin-top: -30px; position: relative;
    padding-top: 30px;}
    .bigtitle span:before{ position: absolute; content: ""; width: calc(50% - 50px); border-bottom: 3px solid #E6774D; left: 100px; top: 40px;}

.alltits{ text-align: center; padding:8vh 0 8vh 0; font-size: 34px; font-weight: bolder;color: #4d4d4d;}
.alltits2{ text-align: center; padding:8vh 0 5vh 0; font-size: 28px; color: #4d4d4d;}

.container{ width: 100%; max-width: 1280px;  }
.container2{ width: 100%; max-width: 1280px; padding-right: 15px;  padding-left: 15px;  margin-right: auto;  margin-left: auto;}
.boxcard{ border-radius: 10px;padding: 20px; background: #fff; overflow: hidden; box-shadow: 0px 2px 70px 0px rgba(0,0,0,0.0500); position: relative;}
.topbarbox{
    /* border-bottom: 1px dashed #ddd;  */
    /* height: 30px; margin-left: -20px; margin-right: -20px; */
}
.numstyle1{overflow: hidden; padding-top: 80px;}
.numstyle1>ul.row::before,
.numstyle1>ul.row::after
{display: none;}
.numstyle1>ul.row{ display: flex; flex-wrap: wrap; }

.numstyle1 li{border-left: 1px solid #ddd; padding: 0 4%; margin-bottom: 80px;}
.numstyle1 li h3{ font-size: 36px; color: #E6774D; padding-bottom: 14px;}
.numstyle1 li h3 sup{ font-size:20px; padding-left: 5px;}
.numstyle1 li span,.numstyle1 li i{font-family: txt1; }
.numstyle1 li p{color: #666; min-height: 105px; }
.lang_about_banner_1_4_1,.lang_about_banner_1_5_1{font-size: 27px;}

.lang_about3_company_3_desc{display:inherit;}

/* .numarea1{height: 200px} */


.sixtxt{ padding-bottom: 100px;}
.numstyle2 li{ display: flex; align-items: center; min-height: 105px; }
.numstyle2 li h4{ font-size: 16px; line-height: 1.6;  display: flex; align-items: center;}
.numstyle2 img{margin-right: 30px;}
.gyl .iconsnav{display: flex; }
.gyl .iconsnav img{ width: 44px; height: 44px; object-fit: contain; flex-shrink: 0;}
.gyl .iconsnav .txt{ padding: 0 30px;}
.gyl .iconsnav .txt h5{ font-size: 26px; color: #E6774D; font-weight: bold;}
.gyl .iconsnav .txt p{ font-size: 16px;  padding-top: 10px; padding-right: 20%; line-height: 1.5;}

.foot { margin-top: 50px;}
.foot_up{background:#2D3845; padding: 50px 0;}
.foot_up .upnav>li{float:left;color:#fff;width: 25%;}
.foot_up .upnav>li:last-child{ text-align: right;}
.foot_up .upnav>li p{ font-size: 18px; color: #9FAEBE; padding-top: 10px; font-family: txt4;}
.foot_up .upnav h4{ padding-bottom: 20px; font-size: 13px;}
.foot_up .upnav .ewm, .foot_up .upnav .ewm2{width: 100px; height: 100px; object-fit: cover; border-radius: 3px; margin-right: 20px;}
.lang_footer_me{ float: left;  padding-right: 70px;}

.foot_down{background:#2D3845;padding:15px 0; font-size: 12px; border-top: 1px solid rgba(255,255,255,.12);}
.foot_down div{color:#999;text-align:center}
.footlink ul li{  padding-bottom: 10px; 
    /* float: left; width: 35%; */
}
.footlink ul{ 
    float: left; width: 35%;
  
}
.footlink h4{ display: none;}
.footlink ul li a{color: #9FAEBE; font-size: 14px;}
.footlink ul li a:hover{color: #E6774D;}

@media (max-width:1200px){
.foot_up .upnav .ewm2{display: none;}
.foot_up .upnav>li{padding-top: 20px;}
.foot_up .upnav h4{ padding-bottom: 10px; padding-top: 10px; font-size: 13px;}
.foot_up {padding: 20px 0;}
.foot_up .upnav>li p{ font-size: 16px; padding-top: 0px;}
.foot_down .pull-left,
.foot_down .pull-right{ width: 100%;}
.foot_down .pull-right{ opacity: .5;}
}

.bg01{background: url(../images/sl_03.jpg) no-repeat center top; background-size: cover;}
.zsbox{ position: relative; }
.zsSwiper{ margin: 30px 120px 120px 120px; padding-bottom: 70px;}
.zsSwiper .row{ margin-left: 0px; margin-right: 0px;;}
/* .zsSwiper .swiper-slide{ min-height: 847px; display: flex; align-items: center;} */
.zsSwiper .row>li{ padding: 30px;}
.zsSwiper  li img{ width: 100%; border: 4px solid #666666; height: 315px; object-fit: cover;}
.zsSwiper  li  .imgsize1 img{ height: 135px; }
.zsSwiper  li a{display: block; box-shadow: 0 0 20px rgba(0,0,0,0.2);}
.zsSwiper  .swiper-pagination-bullet{ width: 14px; height: 14px; margin: 0 8px!important; border-radius: 100%; background: transparent; border: 2px solid #ddd; opacity: 1;}
.zsSwiper  .swiper-pagination-bullet-active{background: #E6774D; border-color:#E6774D;}
.zsSwiper .swiper-slide-prev{opacity: 0; transition: all 1s;}
.zsSwiper .swiper-slide-active{opacity: 1; transition: all 1s;}
.spbtn{ border: 1px solid #979797; background: #F5F9FF; border-radius: 5px; width: 50px; height: 50px;     margin-top: -120px;}
.spbtn:after{ font-size: 20px; color: #999999; font-weight: bold;}
.spbtn:hover{ border: 1px solid #E6774D; background: #E6774D; border-radius: 5px; width: 50px; height: 50px;}
.spbtn:hover:after{ color: #fff;}



/***loading动画***/
#preloader{align-items:center;background-color:#fff;display:flex;height:100%;justify-content:center;margin:auto;position:fixed;width:100%;z-index:9999999; left: 0; top: 0;}
.sk-chasing-dots{width:4em;height:4em;position:relative;margin:auto;text-align:center;-webkit-animation:sk-chasing-dots-rotate 2s infinite linear;animation:sk-chasing-dots-rotate 2s infinite linear}
.sk-chasing-dots .sk-child{width:2em;height:2em;display:inline-block;position:absolute;top:0;background-color:#144a99;border-radius:100%;-webkit-animation:sk-chasing-dots-bounce 2s infinite ease-in-out;animation:sk-chasing-dots-bounce 2s infinite ease-in-out}
.sk-chasing-dots .sk-dot-2{top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}

.load #preloader{display: none;}
  @-webkit-keyframes sk-chasing-dots-rotate {
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  
  @keyframes sk-chasing-dots-rotate {
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @-webkit-keyframes sk-chasing-dots-bounce {
    0%, 100% {
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    50% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes sk-chasing-dots-bounce {
    0%, 100% {
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    50% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
/***全局加载动画***/
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
100%{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
100%{opacity:1;-webkit-transform:none;transform:none}
}
.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}
@-webkit-keyframes fadeIn{0%{opacity:0}
100%{opacity:1}
}
@keyframes fadeIn{0%{opacity:0}
100%{opacity:1}
}
.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}
@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
100%{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
100%{opacity:1;-webkit-transform:none;transform:none}
}
.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}


/******/
.crgf{ padding:100px 0}
.crgf img{ margin: 0 auto; display: block;}
.crgf ol{ max-width: 750px; font-size: 16px;; margin: 0 auto; padding: 30px 0; line-height: 1.8}
.crgf ul{ display: flex; flex-wrap: wrap; justify-content: center; padding-top: 50px;} 
.crgf ul li{ width: 18%; text-align: center;}
.crgf sup{ font-size: 24px; color: rgb(20, 74, 153); font-weight: bold; top: -30px;}
.crgf i{ font-size: 58px; color: rgb(20, 74, 153); font-weight: bold; font-family: txt1;}
.crgf p{ font-size: 20px; color: rgb(20, 74, 153); }

.videoswiper video,
.videoswiper img{ width: 100%; height:calc(100vh); object-fit: cover; display: block;}



.videoswiper .playbtn{ position: absolute; transition: all .5s; width: 100%; height: 100%; left: 0; top: 0; display: flex; flex-direction: row; align-items: flex-end; justify-content: flex-start; color: #fff; z-index: 10; background: rgba(20,47,153,.44);}

.videoswiper  .playbtn a{ position: absolute; right: 15px; transition: all .5s; top: 15px; background: rgba(0,0,0,.1) url("") 17px center no-repeat ; background-size: 50%; width: 48px; height: 48px; border-radius: 100%;}
.videoswiper  .playbtn a:hover{ transform: scale(.9);}

.videoswiper  .playbtn a.active{ background: rgba(0,0,0,.1) url("") center center no-repeat ; background-size: 50%; }
.videoswiper .playbtn p{ font-size: 32px; transform: scale(.8); opacity: 0; transition: all .5s;margin: 0 0 50px -30px;}
.videoswiper  i{ width: 120px; cursor: pointer; height: 120px; display: block; margin: 20px; cursor: pointer; transform: scale(.8); opacity: 0;  transition: all .5s;}
.videoswiper  i.suspend{background: url(../images/play.png?t=9981771);}
.videoswiper  i.play{background: url(../images/noplay.png?t=9981881);}

.videoswiper:hover .playbtn i,
.videoswiper:hover .playbtn p{ opacity: 1; transform: scale(0.8);}
.videoswiper:hover .playbtn i:hover{ transform: scale(.9);}


.vdbtn{ width: 90px; height: 90px; background: rgba(151, 215, 245, 0.7);}
.vdbtn:after{ color: #fff; font-size: 28px;}
.vdbtn-next{ right: 0; bottom: 0; top: unset;}
.vdbtn-prev{ right: 92px; left: unset; bottom: 0; top: unset;}
.vdbtn:hover{ background: #E6774D;}



.alltit01{ text-align: center; padding: 50px 0 30px 0;}
.alltit01 h3{ font-size: 45px; color: #111; position: relative; font-weight: bolder; padding: 20px 0; margin: 30px 0;}
.alltit01 h3:before{ content: ""; width: 30px;height: 5px; background: #444; bottom: 0; left: calc(50% - 15px); position: absolute;}
.alltit01 span{ font-size: 22px;}
.guanli{ position: relative;   transition: all .5s;background-size: 110%; background-repeat: no-repeat; background-position: center center;} 
#bbg1{background-image: url(../images/inbanner2.jpg);}
#bbg2{background-image: url(../images/inbanner3.jpg); }
#bbg3{background-image: url("../images/inbanner4.jpg");}
.guanli:before{position:absolute;height:100%;width:100%;pointer-events:none;content:"";/*opacity:.44;background:#144a99*/;z-index:1}
.guanli li{ height: 80vh; color: #fff; display: flex; text-align: center; align-items: center; flex-direction: column; justify-content: center; border-left: 1px solid rgba(255,255,255,.12); position: relative;}

.guanli li:last-child{border-right: 1px solid rgba(255,255,255,.12);}
.guanli li h3{ font-family: txt1; font-size:30px; padding: 50px 0; position: relative; z-index: 1; transition: all .5s;}
.guanli li p{  font-size: 16px; padding: 0 10%; padding-bottom: 10px;  position: relative; z-index: 1; transition: all .5s;}
.guanli li:hover h3{ transform: translateY(-50px);}
.guanli li:hover p{ transform: translateY(-30px);}
.guanli li::before{position:absolute;width:100%;height:100%;transition:all .5s;content:"";background:rgba(33,27,28,.6);z-index:0;opacity:0}
.guanli li:hover::before{opacity:1}
.lcbox{position:relative;padding:0 180px}
.lcbox:before{position:absolute;left:0;top:calc(50% - 1px);width:100%;height:2px;content:"";background:#eee}

 .lichengswiper { padding: 60px 0  60px 0;}
 .lichengswiper  .swiper-slide{ padding: 10px;}
 .lcbox .lcnav{  text-align: center;  height: 240px;  transition: all .5s; cursor:pointer; position: relative;}
 .lcbox .lcnav:hover{box-shadow: 0 0 20px rgba(0,0,0,.06);}
 .lcbox .lcnav:before{ position: absolute; content: ""; border: 2px solid transparent; width: 9px; height: 9px; background: #ddd; transition: all .5s; border-radius: 100%; top: calc(50% - 4px); }
 .lcbox .lcnav:hover:before{  border: 2px solid #E6774D; transform: scale(2); background: #fff;}
 .lcbox .lcnav .year{ position: absolute;width: 100%;  top: 60px; color: rgba(79,79,79,.6); font-size: 32px; font-family: txt; transition: all .5s;}
 .lcbox .swiper-slide:nth-child(odd) .lcnav .year{ top: 130px;}

 .lcbox .lcnav:hover .year{ top: 50px;  color: #E6774D;}
 .lcbox .swiper-slide:nth-child(odd)  .lcnav:hover .year{ top: 140px; }

 .lcbox .lcnav .txt{ position: absolute; width: 100%; font-size: 14px; bottom: 140px; transition: all .5s; opacity: .5; padding: 0 10%;}
 .lcbox .swiper-slide:nth-child(even) .lcnav .txt{ top: 135px;}

 .lcbox .lcnav:hover .txt{ bottom: 160px; opacity: 1; }
 .lcbox .swiper-slide:nth-child(even)  .lcnav:hover .txt{ top: 145px; }
.bg02{ background: url(../images/about_05.jpg) no-repeat  center bottom; padding-bottom:130px; margin-bottom: -50px;}
.lcbox .lcbtn{ margin-top: -60px; width: 33px; height: 33px;;}
.lcbox .lcbtn::after{display: none;}
.lcbox .lcbtn-next{ background: url(../images/arrow_right.png); right: 130px;;}
.lcbox .lcbtn-prev{ background: url(../images/arrow_left.png); left: 130px;}

.whswiper img{ height: calc(100vh -150px); object-fit: cover; width: 100%; object-fit: cover;}
.whswiper .nav{ position: absolute; width: 100%; height: 100%; display: flex; align-items: center; color: #fff;}

.whswiper  h3{    font-size: 46px; padding-left: 10%; line-height: 1.5; font-style: italic;font-family: 'txt1'; margin-top: -30px;}
.whswiper  p{    font-size: 30px; padding-left: 10%;line-height: 1.5;font-style: italic; letter-spacing:2px}
.usertitle1_cn1, .usertitle1_cn2{  margin:30px 0 0 40px; font-size: 30px;}
.usertitle1_cn2{ position: absolute;margin-top: 350px;}
.whswiper .swiper-slide-active   h3{animation: text1 1s .2s forwards; opacity: 0; color: #e3542b;}
.whswiper .swiper-slide-active   p{animation: text1 1s .3s forwards; opacity: 0;}
@keyframes text1
    {
      from {opacity: 0; transform:translateY(50px)}
      to {opacity: 1; transform:translateY(0);}
}


.pagin1 { position: absolute; width: 100%; z-index: 10; display: flex; justify-content: center; align-items: center; color: #fff; bottom:27px!important;}  
.pagin1:before{opacity:.2;position:absolute;left:0;top:-37px;width:100%;height:2px;content:"";background:#eee}
.pagin1 .swiper-pagination-bullet{ background: none; border-radius: 0; opacity: .8; font-size: 18px; padding: 0 30px; width: auto; height: auto;  position: relative;}
.pagin1 .swiper-pagination-bullet:hover,
.pagin1 .swiper-pagination-bullet:focus,
.pagin1 .swiper-pagination-bullet:active{outline: none; opacity: 1;}
.pagin1 .swiper-pagination-bullet:before{ position:absolute; width:8px; height:8px; background:#fff; border-radius: 100%; content: ""; 
    left: calc(50% - 4px); top: -40px;}
    .pagin1 .swiper-pagination-bullet:after{ position:absolute; width:32px; height:32px; background:none; border-radius: 100%; content: ""; 
        left: calc(50% - 16px); top: -52px; border: 1px solid #fff; opacity: 0;}
        .pagin1 .swiper-pagination-bullet-active::after{opacity: 1;}

.xynav{ margin: 70px auto;}
.addtabs{ margin-top: 50px;margin-bottom: 50px }
.addtabs li a{display: block;margin: 10px 0; background: #fff; font-size: 20px; color: #6F8FBE;  position: relative; transition: all .5s;
    border: 1px solid #6F8FBE; height: 60px; display: flex; justify-content: space-between; align-items: center; padding: 0 24px;}
    .addtabs li.active a{ color: #144A99;     border:2px solid #144A99; }
    .addtabs li a::after{ position: absolute; width: 12px; transition: all .5s; height: 12px; border-top: 2px solid #ddd; border-right: 2px solid #ddd; content: ""; transform:rotate(45deg); right:15px;}
    .addtabs li.active a::after{ border-color: #144A99;}
    .addtabs li:hover a{ background: #f6f6f6;}
.yxfwwl { text-align: center; padding: 50px 0;}
.yxfwwl h3{ color: #E6774D; font-weight: bold; font-size: 36px; padding-top: 100px; padding-bottom: 50px;}
.yxfwwl p{ padding: 0 25%  15px 25%; font-size: 16px; line-height: 1.8; }
.dxyj2{ font-size: 16px; padding: 0 10%  35px 10%;line-height: 1.8;max-width: 1280px;margin: auto;}

.yxfwwl p span{display: block;}
.yxfwwl  img{ display: block; margin: 50px auto;}
.bsc .tit{ font-size: 28px; color: #144A99; }

.contlist { overflow: hidden;  margin-bottom: 130px; position: relative;}
.contlist:after { position: absolute; width: 100%; content: ""; height: 2px; background: #fff; left: 0; bottom: 0;}
.contlist ul{margin-top:-2px;display: none;}
.contlist ul.active{display: block;}
.contlist li{ border-bottom: 1px solid #ddd; padding:30px 0; }
.contlist h4 img{ margin-right: 10px; }
.contlist h4{color: #4D4D4D; font-size: 16px; font-weight: bold; padding-bottom: 20px;}
.contlist p{ padding-bottom: 5px; padding-right: 60px; }

/* .addlist2{ padding: 40px 0 80px 0;} */
.addlist2 .nav{ border: 1px solid #ddd; background: #fff; margin-bottom: 30px; padding:30px 50px 30px 50px;   min-height: 210px;}
.addlist2 .nav h4{ text-align: center; padding-bottom: 30px;}
.addlist2 .nav  p{ padding-bottom: 6px; font-size: 14px;     width: 250px;
  margin: 0 auto;}
.addlist2 .nav  img{margin-right: 10px;}

.lxbar{ background: #F1F7FF; padding: 30px 0; margin: 60px 0;}
.lxbar .nav{display: flex; align-items: center;}
.lxbar .nav img{margin-left: auto;}
.lxbar .nav h3{ font-size: 40px; color: #144A99; font-weight: bold;}
.lxbar .nav span{ font-size:22px; color: #144A99; padding: 15px 0 0 15px;}

.xynav li{ display: flex; justify-content: center; align-items: center;}
.xynav li .nav span{ display: block; text-align: left;}
.xynav li  i{font-size: 56px; font-weight: bolder; color:#144A99; line-height: 1;   font-family: "txt2"; padding-right: 10px;}



/****/

.smbanner3{ height: calc(100vh - 0px); position: relative; background: #144A99;}
.smbanner3 .txt{ position: absolute; width: 100%; height: calc(100% - 0px);  flex-direction: column;display: flex; justify-content: center; align-items: center; color: #fff; padding-bottom: 100px; font-size:2vw;}
.smbanner3 img{ height: 100%; width: 100%; object-fit: cover;}
.smbanner3 .txt h3{font-size:40px; color: #fff; padding-bottom: 15px;}

.smbanner3 .txt p{font-size:14px; color: #fff; width: 90%; max-width: 600px; text-align: center; line-height: 1.8; padding: 30px 0  50px 0;}

.smbanner3 a{ background-color: #6F8FBE; transition: all .5s; color: #fff; display: flex; align-items: center; font-size: 16px; border-radius: 30px; padding: 12px 30px;;}
.smbanner3 a img{width: 20px; margin-right: 10px;}
.smbanner3 a:hover{ background: #144A99;}
.smbanner3 span{font-size: 12px; position: absolute; bottom: 120px; left: calc(50% - 24px); }
.smbanner3 span i{ width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.8); display: block; margin: 20px auto; border-radius: 100%; position: relative; opacity: .5;}
.smbanner3 span i:before{ width: 8px; height: 8px; background: #fff; border-radius: 100%; content: ""; position: absolute; left: calc(50% - 4px); top:  calc(50% - 4px); content: "";}
.lang_customer_chat_title{font-size: 16px;}
.jibxx{ border: 1px solid #DFE7F4;}
.jibxx li{border-bottom: 1px solid #DFE7F4; display: flex; transition: all .5s;}
.jibxx li span{padding:25px 20px; font-size: 14px;}
.jibxx li:nth-child(even){ background: #f9fcff}
.jibxx li:hover{ background: #F1F7FF;}
/* .jibxx li:last-child{ border: none;} */
.jibxx li span:nth-child(odd){width: 20%; font-weight: bold;}
.jibxx li span:nth-child(even){width: 30%; }

.jibxx{ margin: 0 0 150px 0;}

.notice{border: 1px solid #DFE7F4;}
.notice li,
.notice .nhead{display: flex; align-items: center; }
.notice .nhead{ height: 60px; background: #F8FBFF;}
.notice li{ border-bottom: 1px solid #DFE7F4;  height: 100px; transition: all .5s;}
/* .notice li:last-child{ border: none;} */


.notice li span,
.notice .nhead span{ padding:20px; font-size: 16px;}
.notice li a{color: #4D4D4D; cursor: text;}
.notice li:hover{background: #F1F7FF ;}
/* .notice li a:hover{color: #144A99;} */

.notice li span:first-child,
.notice .nhead span:first-child{ width: 65%; padding-right: 5%;}

.notice li span:nth-child(2){ color: #999;}
.notice li span:nth-child(2),
.notice .nhead span:nth-child(2){ width:25%;}
.notice li span:last-child,
.notice .nhead span:last-child{ width: 10%; text-align: center;}
.notice  span:last-child a{  width: 44px; height: 44px; cursor: pointer; border: 1px solid #DFE7F4; transition: all .5s; border-radius: 100%; display: block; margin: 0 auto; background: url(../images/pdf.png) no-repeat center center;}
.notice  span:last-child a:hover{ background: #144A99 url(../images/pdf.png) no-repeat center center; border-color: #144A99;}

.morenotice{display: block; width: 180px; transition: all .5s; height: 50px;     padding: 0 20px;
  white-space: nowrap; margin: 80px auto; text-align: center; line-height: 50px; color: #fff; background:#144A99; border-radius: 5px; font-size: 16px;}
.morenotice:hover{background:#225eb8;  color: #fff; }
.morenotice:focus{ color: #fff; }

.prodlist a{display: block; margin-bottom: 20px; color: #888; position: relative;}
.prodlist  h4{padding-bottom: 25px;}
.prodlist a .img{ position: relative;}
.prodlist a .img::before{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(20,47,153,.36) url(../images/more.png) center center no-repeat; content: ""; opacity: 0; transition: all .5s;}
.prodlist a:hover .img::before{opacity: 1;}
.prodlist a img{width: 100%; height: 215px; object-fit: cover; background: #ffffff; border: 1px solid #eee;}
.prodlist a span{display: block; padding:0; margin: 15px 0; font-size: 16px; text-align:center}

  .prodlist a span{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;			
    text-overflow: ellipsis;		
    display: -webkit-box;			
    -webkit-line-clamp: 2;		
    line-clamp: 2;
   height: 48px;
    -webkit-box-orient: vertical;
     text-align:center
  }
.prodlist a:before{ content: ""; width: 0%; transition: all .5s; height: 2px; background: #144A99; position: absolute; left: 0; bottom: 0;}
.prodlist a:hover:before{width: 100%;}

.pdcont{ padding-top: 60px; padding-bottom: 100px;}

.page{ text-align:center; padding:60px 0; display: flex; justify-content: flex-end;}
.page li{ display:inline-block; padding: 5px  0 5px 8px;}
.page li a{ color:#D1D1D1;  display: block; border:1px solid #d1d1d1; border-radius:0px; padding: 0px 10px 0 10px; height: 36px; text-align: center; line-height: 36px; font-size: 16px; border-radius: 2px;}
.page li a:hover{background: #f9f9f9;}
.page li a span{font-size: 14px; color:#D1D1D1;  }
.page li.nobdr a{ border-color:transparent;}
.page li a.active{background:#144A99; border:1px solid #144A99;color: #fff;}
@media (max-width:720px)
{
.page{ text-align:center; }
}
.pdmenu{ border: 1px solid #CAD5E6; min-height: 80vh; margin-right: 30px;}
.pdmenu h3{ background: #154A99; color: #fff; line-height: 58px; white-space: nowrap; padding: 0 30px; font-size: 18px;    margin-top: -1px;  margin-left: -1px;  margin-right: -1px;}
.pdmenu>ul>li{ border-bottom: 1px solid #E4EBF6;}
.pdmenu>ul>li>a{display: block; padding:15px; position: relative;font-size: 16px;}
.pdmenu>ul>li.active>a{ color: #144A99;}
/* 
.pdmenu>ul>li>a:after{position:absolute;width:8px;height:8px;content:"";top:20px;right:20px;border-top:2px solid #6f8fbe;border-right:2px solid #6f8fbe;transform:rotate(135deg);transition:all .5s}
.pdmenu>ul>li>a.active:after{  transform: rotate(-45deg);} */

.pdmenu li.arrow>a:after{position:absolute;width:8px;height:8px;content:"";top:20px;right:20px;border-top:2px solid #6f8fbe;border-right:2px solid #6f8fbe;transform:rotate(135deg);transition:all .5s}
.pdmenu li.arrow>a.active:after{  transform: rotate(-45deg); border-color: #144A99;}

.pdmenu .tmenu li.arrow>a:after{top: 15px;}
.pdmenu .tmenu li.arrow>a.active:after{top: 18px;}


.pdmenu .smenu{display: none; background: #fff;}
.pdmenu .smenu>li>a{ display: block; padding:13px 35px; position: relative; font-size: 15px;}
.pdmenu .smenu>li>a:before{position:absolute;width:3px;height:16px;content:"";left:22px;top:calc(50% - 9px);transition:all .5s;background:#6f8fbe;border-radius: 2px;}
/* .pdmenu .smenu>li:hover>a{background: rgb(250, 253, 255);} */
.pdmenu .smenu>li>a{color: #6F8FBE; }



.pdmenu .smenu>li>a.active{color: #144A99;background: #F5F9FF; }
.pdmenu .smenu>li>a.active:before{background: #144A99; }
.pdmenu .smenu>li>a.active:after{border-color: #144A99; }

.pdmenu .smenu_n>li>a{color: #144A99; background: #fff;}
.pdmenu .smenu_n>li>a.active{background: #F5F9FF;}

.pdmenu .tmenu{display: none;}
.pdmenu .tmenu>li>a{ display: block; padding:10px 10px 10px 55px; position: relative; font-size: 15px; color: #6F8FBE;}

.pdmenu .tmenu .tmenu>li>a{ padding:10px 10px 10px 70px;}
.pdmenu .tmenu .tmenu .tmenu>li>a{ padding:10px 10px 10px 100px;}
.pdmenu .tmenu .tmenu .tmenu .tmenu>li>a{ padding:10px 10px 10px 115px;}
.pdmenu .tmenu .tmenu .tmenu .tmenu .tmenu>li>a{ padding:10px 10px 10px 130px;}


.pdmenu .tmenu>li>a.active{color: #144A99; background: #F5F9FF;}
.pdmenu .tmenu>li>a:hover{color: #144A99; }
.pdmenu .tmenu>li>a:before{content: "\e072"; font-family: "Glyphicons Halflings"; position: absolute; font-size: 12px; left: 35px;     transform: scale(.7,.8);  transition: all .5s;}
/* .pdmenu .tmenu>li>a.active:before{ transform: rotate(90deg)  scale(.8);} */
/* .pdmenu .tmenu .tmenu>li>a.active:before{ transform: rotate(0deg)  scale(.8);} */

.pdmenu .tmenu  .tmenu>li>a:before{ left: 54px;}
.pdmenu .tmenu  .tmenu .tmenu>li>a:before{ left: 83px;}
.pdmenu .tmenu  .tmenu .tmenu .tmenu>li>a:before{ left: 98px;}
.pdmenu .tmenu  .tmenu .tmenu .tmenu .tmenu>li>a:before{ left: 113px;}


.newswiper a{ display: block;}
.newswiper p{  position: absolute; width: 100%; left: 0; bottom: 0; text-align: center; background: linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,.5),rgba(0,0,0,0)); color: #fff; font-size: 18px; padding: 15px;}
.newswiper img{ height: 60vh; object-fit: cover; width: 100%;}

.newswiper .vdbtn-prev{ right: unset;  left:100px;}
.newswiper .vdbtn-next{ right: 100px; }
.newswiper .vdbtn{bottom: calc(50% - 46px); width: 56px; height: 56px; background: rgba(151, 215, 245, 0.7);}
.newswiper .vdbtn:hover{background: #E6774D;}
.newswiper .swiper-slide p{ bottom:-100px; transition: all .8s ;}
.newswiper .swiper-slide-active p{ bottom:0px}


.xuexilist{ padding: 100px 50px;  }
.xuexilist ul li a{ position: relative; padding: 35px 0; display: flex;}

.xuexilist ul li img{ width: 480px; height: 220px;  flex-shrink: 0;}
.xuexilist .xxlnav{  margin-left: 80px; border-bottom: 1px solid #D8D8D8; transition: all .5s;}
.xuexilist ol{ line-height:24px; text-align:left;font-size: 16px;  letter-spacing:1px;  color:#999;}
.xuexilist h2{ color:#000000; transition: all .5s; font-size: 22px; padding: 16px 0 30px 0; display: flex; line-height: 1.5;}
.xuexilist h2 div{font-family: txt1;}
.xuexilist a:hover h2{ color: #E6774D;}
.xuexilist a:hover .xxlnav{  transform: translateX(-25px);}
.xuexilist span{padding-right:80px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;width: calc(100% - 60px);}
.xuexilist ol{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2; }

.newsbtn a{display: block; width: 208px; height: 50px; transition: all .5s; margin: 80px auto; text-align: center; line-height: 50px; color: #144A99; background:#fff; border-radius: 5px; font-size: 18px; border: 1px solid #144A99;}
.newsbtn a:hover{background:#144A99;  color: #fff; }

.kjlist h3{ font-size: 36px; color: #333333; font-weight: bold; padding: 100px 0 50px 0;}
.kjlist a{display: block; margin-bottom: 20px; color: #888; position: relative;}
.kjlist a .img{ position: relative;}
.kjlist a .img::before{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(0, 0, 0, 0.4) url(../images/kjicon.png) center center no-repeat; content: ""; opacity: 0; transition: all .5s;}
.kjlist a:hover .img::before{opacity: 1;}
.kjlist a img{width: 100%; /*height: 290px;*/ object-fit: cover;}
.kjlist a span{display: block; padding-top: 20px; font-size: 16px; line-height: 1.4; min-height: 70px; }
.kjlist a p{padding-top: 10px; font-size: 24px;  font-family: txt1; color: rgba(34,34,34,.6);}
.kjlist a:hover span{color: #144A99; }
.kjlist a:hover p{color: #144A99; }

.kjlist a:before{ content: ""; width: 0%; transition: all .5s; height: 2px; background: #144A99; position: absolute; left: 0; bottom: 0;}
.kjlist a:hover:before{width: 100%;}



.videopage{ padding-top: 60px; padding-bottom: 160px; max-width: 1200px;}
.videobox video{ width: 100%; height: 466px; object-fit: cover; display: block;}
.videobox{ position: relative;}
.videobox.play::after{width:100%;cursor:pointer;height:100%;position:absolute;left:0;top:0;background:rgba(0,0,0,.4) url(../images/kjicon.png) center center no-repeat;content:"";opacity:.8;transition:all .5s}

.videobox:hover:after{opacity: 1;}
.breadcrumb{ background: none;}
.breadcrumb > li + li:before {  content: ">";}
.breadcrumb a{color: #4d4d4d;}
.vdlist{ padding: 0; border-radius: 0;}
.vdlist h4{ padding: 0; background: #144A99; color: white; padding: 15px 20px; font-size: 16px;  display: flex; align-items: center;}
.vdlist h4 img{ background: #fff; width: 40px;height: 40px; border-radius: 100%; padding: 5px; margin-right: 15px;}
.vdlist li a{display: block; padding: 15px 15px 15px 55px; overflow: hidden; border-bottom: 1px solid #eee; color: #4d4d4d; background: url(../images/video1.png) no-repeat 20px center; background-size: 20px;}
.vdlist li a p{font-size: 14px; }
.vdlist li a  span{font-size: 12px; color: #888;}
.vdlist li i{ display: block; float: right; font-size: 13px; display: none; background: url(../images/playon-green.gif) no-repeat left center; padding-left: 15px;}
.vdlist li.active a *{ color: #144A99;}
.vdlist li:hover{background: #f9f9f9;}
.vdlist li.active i{  display: block;}


.vdinfo{ display: flex; justify-content: space-between; padding: 30px 0 10px 0;}
.vdinfo p{ font-size: 20px; font-weight: bold;}
.vdinfo span{ font-size:14px; color: #999; padding-left: 10px;}
.vdinfo_en .vdinfo span{display: block;}
/* .vdinfo_en .vdinfo span{ padding: 0 20px 0 0;} */
.doctabs{ display: flex;justify-content: center; margin: 30px 0;}
.doctabs li{width: 100%;}
.doctabs a{display: block;  font-size: 16px; color: #4d4d4d; border: 1px solid #d1d1d1; padding: 12px 0; text-align: center; display: flex; height: 100%;
  justify-content: center;  align-items: center;}
.doctabs .active a{ border-color:#E6774D ; background: #E6774D; color: #fff;}

.dochead{ background: #F8FBFF;  padding: 20px 40px; display: flex; justify-content: space-between; font-weight: bold; font-size: 18px;;}
.doclist li{ display: flex; color: #4d4d4d; align-items: center; justify-content: space-between; font-size: 16px;padding: 30px 40px; border-bottom: 1px solid #f5f5f5; transition:  all .5s;}
.doclist li a{font-size: 14px; transition: all .5s; background: url(../images/dw02.png) 90% center no-repeat; padding: 3px 40px 3px 20px; border: 1px solid #999; color: #999;}
.doclist li a:hover{    border-color: #E6774D;  background: #E6774D  url(../images/dw03.png) 90% center no-repeat; color: #fff;}
.doclist li:hover{ background: #F1F7FF; border-color: #F1F7FF;}
.docsearch{display: flex; justify-content: flex-end; padding: 50px 0 80px 0;}
.docsearch .nav{position: relative; width: 600px;}
.docsearch .nav a{position: absolute; right: 0; top: 0; height: 60px; line-height: 60px; padding: 0 10px;}
.docsearch .nav a img{ width: 30px; height: 30px;;}
.docsearch input{ border: none; border-bottom: 2px solid #333; width: 100%; height: 60px; font-size: 20px; font-weight: bold; outline: none;} 

.padright{ padding-left: 70px;}
.pdtit01{ border-bottom: 1px solid #eee; display: flex; justify-content: space-between; padding: 30px 0; width: 100%;}
.pdtit01 a{ width: 24px; height: 24px; border: 1px solid #E6774D; flex-shrink: 0; color: #E6774D; display: flex; align-items: center; justify-content: center; margin-right: 9px;}
.pdtit01 a::before{ content: "-";}
.pdtit01 a.collapsed{ background: #E6774D; color: #fff;}
.pdtit01 a.collapsed::before{ content: "+";}

.pdtit01 h4{     font-size: 22px;  color: #E6774D;  font-weight: bold; line-height: 1.6;}
.pdtit01 p{ font-size: 16px; padding-top: 10px;}
.pdtit02 a{border: 1px solid #eee; color: #144A99; margin-top: -1px;; background: #F1F7FF url(../images/pdicon.svg) 15px center no-repeat;  display: flex; position: relative; justify-content: space-between; padding: 20px 0 20px 45px;     font-weight: 500;}
.pdtit02_nav{ color: #999; }
.pdtit02_nav{ padding: 40px 0;}

.pdbar{ display: flex; background: #F5F9FF; align-items: center; justify-content: flex-end; padding: 10px;}
.pdbar a:nth-child(2) {  display: none;}

.pdbar span{ margin-right: auto;  color: #9CB1D2;}
.pdbar a{ margin-left:30px; color: #4D4D4D;}
.pdbar span,.pdbar a{display: flex; align-items: center;}
.pdbar .openmore{ position: relative;display: flex; align-items: center; padding-right: 6px; color: #E6774D;}
.pdbar img{ margin-right: 5px;}
.pdtit02 a:before{ position: absolute; width: 10px; height: 10px; border-left:1px solid #144A99; border-top:1px solid #144A99; content: ""; transform: rotate(225deg); right: 15px; transition: all .5s; margin-top: 3px;}
.pdtit02 a.collapsed:before{transform: rotate(45deg); margin-top: 7px;}


.allarow{border-bottom: 1px solid #eee; display: flex; justify-content: flex-end; padding: 20px 0; }
.allarow a{color: #E6774D; position: relative;display: flex; align-items: center; padding-right: 14px;}
.allarow a::after,.openmore:after{ width: 10px; height: 10px; border-left:1px solid #E6774D; border-top:1px solid #E6774D; content: ""; transform: rotate(225deg); right: 15px; transition: all .5s; margin-left: 15px; margin-bottom: 4px;}
.allarow a.collapsed:after,
.openmore.collapsed:after{transform: rotate(45deg);  margin-bottom: -2px;}

.tuzhi a{border: 1px solid #144A99 ;  position: relative; white-space: nowrap; text-overflow: ellipsis; display: block; overflow: hidden; padding: 13px 30px 13px 13px; margin: 5px 0; font-size: 14px; transition: all .5s;}
.tuzhi a i{ background: url(../images/file1.png) no-repeat center center; width: 32px; height: 32px;transition: all .5s;     position: absolute;
  right: 0; top: calc(50% - 16px);}
.tuzhi a:hover{ background: #144A99; color: #fff;}
.tuzhi a:hover i{ background: url(../images/file2.png) no-repeat center center;}
.pdimgbox{ position: relative;}
.pdswiper1  img{ height: 100%; object-fit: cover; width: 100%;}
.pdswiper1 {border: 1px solid #eee;}
.pdswiper2  img{ height: 62px; object-fit: cover; width: 100%; border: 1px solid #eee;}
.pdswiper2 .swiper-slide{opacity: .5;}
.pdswiper2 .swiper-slide-thumb-active{opacity: 1;}
.pdswiper2{ margin: 10px 30px;}
.pdswiper2.onlyone{ opacity: 0; pointer-events: none; display: none;}
.pdimgbox .swiper-arrow{ top: unset; bottom: 9px; margin: 0;}
.pdimgbox .swiper-arrow:after{ font-size: 18px;}
.pdimgbox .swiper-button-next{ right: -10px;}
.pdimgbox .swiper-button-prev  { left: -10px;}

.titpd{ text-align: center; font-size: 30px; padding: 80px 0 50px 0;}
.pdimgtxt h3{ color: #144A99; font-size: 30px;}
.pdimgtxt h4{ font-size: 16px; font-weight: bold; padding: 30px 0 20px 0;}
.pdimgtxt.notxtnav h4,
.pdimgtxt.notxtnav p{ display: none;}

.pdimgtxt.notxtnav h3{ padding-top: 80px;}
.pdimgtxt p{ font-size: 15px; color: #777; line-height: 2!important;overflow-y: scroll;max-height: 180px;}
.pdimgtxt div{ padding-top: 15px; display: flex; align-items: center;   padding-right: 0; flex-wrap: wrap;}
.pdimgtxt div a{  color: #4d4d4d;display: flex; padding: 5px 0; align-items: center; font-size: 15px; font-weight: bold; margin-right: 21px;}
.pdimgtxt div a:last-child{ margin-right: 0;}
.pdimgtxt div a img{ margin-right: 5px;}
.pdimgtxt div a:hover{color:#E6774D}
.ptxt1{  color: #4d4d4d; line-height:2;}
.ptxt1 p{ padding: 3px 0;     float: left;  min-width: 50%;  overflow: hidden;  padding-right: 20px;}
.ptxt2{word-break: break-all; line-height: 2; color: #4D4D4D; font-size: 16px;}
.ptxt2 span{ display: inline-block;  border-right: 1px solid #ddd; margin-right: 20px; line-height: 1; margin-bottom: 10px; color: #999; padding-right:20px;}
.ptxt2 span:last-child{border: none;}
.ptxtoverflow{ max-height:168px; overflow-y: scroll ;     margin-right: 20px;}
.pimglone img{ height: 184px; object-fit: cover; width: 100%;}

.gpinfo li{ font-size: 16px; }
.gpinfo li p{ }
.gpinfo li:first-child{  padding-left: 6%;}

.gpinfo li p:nth-child(1){ line-height: 1; height: 50px; display: flex; align-items: flex-end;}
.gpinfo li p:nth-child(2){  height: 60px;display: flex; align-items:center; }
.gpinfo li:first-child p:nth-child(1){ font-size: 24px; white-space: nowrap;}
.gpinfo li:first-child p:nth-child(2){ font-size: 20px; color: #999;}
.gpinfo li:nth-child(2) p:nth-child(1){ font-size: 40px; color: #E6774D; line-height: .8;  font-family: txt1;}
.gpinfo li:nth-child(2) p:nth-child(2){ font-size: 16px; color: #999; }


/***********/
.xuqiu{ border: 1px solid #D1D1D1; width: 100%; max-width: 730px; margin: 0 auto; padding: 30px 50px 30px 20px;background-color: #fff;}
.xuqiu h3{ color:#E6774D; font-size: 16px; padding: 10px 0 30px 60px;}
.xuqiu label{font-weight: normal;}
.xuqiu  .form-control{ border: none; font-size: 15px;  padding:0; box-shadow: none; height: 48px; border-bottom: 1px solid #EFF2F5; border-radius: 0;}
.xuqiu  .form-control:focus{ border-bottom: 1px solid #333; }
.xuqiu  .control-label{    padding-top: 13px;}
.xuqiu .btn{background: #E6774D; color: #fff; margin-top: 30px; border-radius: 0; padding: 6px 20px; box-shadow: none;}
.xuqiu .btn img{ width: 16px;}
.xuqiu .sexbox{ padding-top: 15px;}
.xuqiu .sexbox label{ padding-right: 30px;}
.xuqiu .sexbox label input{ margin-right: 5px;}
.xuqiu .filename{ padding-top:13px;}

/* .tab-content-lx2.tab-content > .tab-pane{ display: block; height: 0; overflow: hidden;}
.tab-content-lx2.tab-content > .active{ height: auto;} */


/* .xuqiu  .form-group{ margin-bottom: 0px;} */
.lxewm {  text-align: center;}
.lxewm .ewm{ width: 240px; height: 240px;/* border: 1px solid #eee;*/ margin: 30px auto;}
.addlist3{ width: 100%; max-width: 400px; margin: 0 auto;}
.addlist3 p{ display: flex; justify-content: center;}


.tab-content-lx2{ padding: 50px 0 150px 0;}
.searchnav{ max-width: 1200px; width: 100%; margin: 0 auto;}
.searchnav .tit{text-align:center;padding:80px 0 0 0;font-weight:700;font-size:36px; color: #333;}
.searchlist{ padding-bottom: 100px;}
.searchnav .docsearch{ padding-bottom: 50px;}
.searchnav .breadcrumb{ padding-left: 0; padding-bottom: 30px; }


.searchlist ul{border-top: 1px solid rgba(34,34,34,0.2000);;}
.searchlist li{border-bottom: 1px solid rgba(34,34,34,0.2000);}
.searchlist li a{color:#319AFF; font-size: 18px; display: block; padding: 30px 10px; transition: all .5s;}
.searchlist li a::after{ position: absolute; right: 40px; transition: all .5s; background: url(../images/arrow_right_blue.png); width: 32px; height: 32px; content: "";transform: scale(.7);}
.searchlist li a:hover{ background:#F1F7FF ;}
.searchlist li a:hover::after{ right: 20px;;}
.searchlist h3{ font-size: 36px; color: #333; padding-bottom: 20px;}
.searchlist h4{ font-size: 18px; color: #333; padding-bottom: 50px;}
.searchlist_empty{ background: #F8FBFF; padding:100px 0; text-align: center; font-size: 16px;}
.searchlist_empty img{ display: block; margin: 10px auto;}
.keywords{ padding: 0 20px}
.lang_search_all_1{ padding-right: 20px}
.boxpdf iframe{ border: none; }
.boxpdf{opacity: 0;}
.boxpdf{ position: relative; margin: 0 auto; width: 840px; overflow:hidden; position: relative;}
.boxpdf::after{position:absolute;box-sizing:border-box;content:"";width:100%;height:100%;left:0;top:0;z-index:1}
.boxpdf::before{position:absolute;box-sizing:border-box;content:"";width:20px;height:100%;background:#fff;right:-4px}
.pdfoot{ position: absolute; bottom: 0; width: 100%; padding:150px 0 10px 0; left: 0; background: linear-gradient(to bottom,rgba(255,255,255,0),#fff); text-align: center; z-index: 10;}

.dxyj{ padding-bottom: 150px;}
.dxyj li{position: relative;     border-top: 1px solid #e1e1e1;}
.dxyj li .nav{ position: absolute; justify-content: center; width: 100%;  height: 100%; left: 0; top: 0; display: flex; align-items: center; padding: 0 12vw;   z-index: 100;}
.dxyj li img{ height: 295px; width: 100%; object-fit: cover; display: block; transition: all .5s;}
.dxyj li span{opacity: .03; transition: all .5s; background: #111; display: block;}
.dxyj li .nav h3{width: 30%; font-size: 30px;}
.dxyj li .nav p{width: 40%; font-size: 16px;}
.dxyj li .nav i{width: 62px;  height: 62px; position: absolute; right: 12vw;}

.dxyj li .nav>*{transition: all .5s;}
.dxyj li:hover span{ opacity: 1;}
.dxyj li:hover  img{ height: 450px; opacity: 1;}
.dxyj li:hover .nav>*{ color: #fff;}
.dxyj li .nav i:after,.dxyj li .nav i:before{content:"";position:absolute;left:0;top:31px;width:62px;height:1px;background-color:#111;-webkit-transition:all .4s cubic-bezier(.35,.97,.22,1);transition:all .4s cubic-bezier(.35,.97,.22,1)}
.dxyj li .nav i:after{left:31px;top:0;width:1px;height:62px}
.dxyj li:hover i:before{top:13px;left:6px;width:50px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background-color:#fff}
.dxyj li:hover i:after{top:24px;height:50px;-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg);background-color:#fff}

.tzbar{ background: #144A99; color: #fff;  margin-bottom: -50px;}
.tzbar li{ display: flex; height: 110px;; align-items: flex-start; justify-content: center; align-items: center; border-right: 1px solid rgba(255,255,255,.1); }
.tzbar li span{ display: block; font-size: 13px; padding-bottom: 5px;}
.tzbar li i{ display: block; font-size: 12px;  opacity: .8; font-family: txt4;}
.tzbar li:first-child{justify-content: flex-start;}
.tzbar img{ margin-right: 20px; margin-bottom: 16px;}
.tzbar .row{ margin: 0;}
img{max-width: 100%;}
.newstxt,.zctxtnav{ width: 100%; max-width: 1000px; margin: 0 auto; padding: 50px 0;}
.newstxt h1{ font-size: 24px;  color: #222; text-align: center; padding: 50px 0;}
.newstxt .newsdate{ font-size: 14px;text-align: center; font-family: txt4; color: #999; border-bottom: 1px solid #eee; padding-bottom: 20px;}
.newstxtnav{padding-top: 50px;}
.newstxtnav p{ line-height: 180%; padding: 15px 0; font-size: 16px;}
.newstxtnav  img{ margin: 0 auto;   display: block;}

.zctxt{ background: url(../images/dszzc.png) no-repeat center bottom; margin-bottom: -50px;}
.zctxtnav h1{ text-align: center; font-size: 40px; padding: 100px 0 50px 0;}
.zctxtnav{ font-size: 16px;}
.zctxtnav p{  line-height: 2.6; padding: 25px 0;  text-indent: 36px;}
.zctxtnav .nameimg{ padding:80px 0 130px 0; font-size: 26px;}

.quick_menu{ position: fixed; right: 5px; bottom: 5%; z-index: 100;}
.quick_menu a{ display: block; border-radius: 5px; position: relative; z-index: 2;     width: 64px; font-size: 12px; text-align: center; min-height: 64px;background: #436CAE; padding-top: 5px;  transition: all .5s; color: #F1F7FF;  }
.quick_menu li{ transform: translateX(0);margin: 2px; transition: all .5s; position: relative;}
.quick_menu li span{display: block; line-height: 1; padding:2px 0 5px 0px;}
/* .quick_menu li:hover{ transform: translateX(-75px);} */
.quick_menu li:hover a{ background: #144A99;} 
.quick_menu li i{ width: 36px; height: 36px; margin-right: 15px; display: block; margin: 0 auto; margin-bottom: -2px;}
.quick_menu li:nth-child(1) i{ background: url(../images/slideicon1.svg) center center no-repeat; background-size: 24px;}
.quick_menu li:nth-child(2) i{ background: url(../images/slideicon2.svg) center center no-repeat; background-size: 24px;}
.quick_menu li:nth-child(3) i{ background: url(../images/slideicon3.svg) center center no-repeat; background-size: 24px;}
.quick_menu li:last-child i{ background: url(../images/slideicon4.svg) center center no-repeat; background-size: 16px;}
.quick_menu li:last-child a{background: #fff; box-shadow: 0 0 20px rgba(0,0,0,.1); color: #333;}

.quick_menu .tels{ position: absolute; background: #436CAE; height: 100%; border-radius: 5px; top: 0; right: 64px; pointer-events: none; transition: all .5s; white-space: nowrap;  display: flex; color: #fff; font-family: txt2; padding: 0 30px; align-items: center; font-size: 15px; transform: translateX(20px); opacity: 0;}
.quick_menu .ewm{ position: absolute; background: #fff; border-radius: 2px; padding: 10px; height: 160px;width: 160px; right: 80px; pointer-events: none; transition: all .5s; opacity: 0; transform: scale(.5); z-index: 1;     box-shadow: 0 0 20px rgb(0 0 0 / 10%);}
.quick_menu li:hover .ewm{ opacity: 1; transform: scale(1);}
.quick_menu li:hover .tels{ opacity: 1; transform:translateX(0px);}

.modal-content{border-radius: 0;}
.modal-header .close {  margin-top: 2px;}
.warningtxt {color: #E6774D; padding-top: 3px;  display: inline-block;  font-size: 12px;}
.warningtxt i{display: inline-block; width: 12px; height: 12px;text-align: center;  line-height: 12px;  margin-right: 5px; background: #E6774D; color: #fff; border-radius: 100%;}
.docbody{ width: 650px;}
.dhbg{height: 80px; background: #144A99;}


.shopbg{ background: url(../images/shopbg.jpg) no-repeat center center; background-size: cover; height: 520px;}
.shopbg .container2{ display: flex; justify-content: center; align-items: center; flex-direction: column; height: 100%;}
.shopbg  ul{ width: 100%;}
.shopbg  li{ text-align: center;}
.shopbg  li a span{ color: #fff; font-size: 16px; padding-top: 30px; padding-bottom: 40px; display: block;}
.shopbg h3{color: #fff; font-size: 32px; padding-bottom: 100px;}
.shopbg i{ width: 80px; height: 80px; transition: all .5s; background-color: #E6774D; border-radius: 100%; display: block; display: flex; margin: 0 auto; justify-content: center; align-items: center;}
.shoptit h2{ font-size: 60px; color: #aec3e7; font-weight: bolder; padding-bottom: 50px;}
.shoptit {  text-align: center; padding: 100px 15px;}
.shoptit p span{  font-size: 20px; padding: 0  15px; border-left: 2px solid #666; line-height:.8; }
.shoptit p span:first-child{ border: none;}
.shoptabs{padding-top: 50px;}
.doctabs li{margin-left: -1px; position: relative; z-index: 1;}
.shoptabs li{margin-left: -2px; }
.doctabs li.active{ z-index: 10;}
.shoptabs a{border: 2px solid #D1D1D1; font-size: 20px; padding: 20px 0; font-weight: bold;}
.shoptabs .active a{ background: #fff; border-color: #144A99; color:#144A99;}
.shoptxt{ border-radius: 10px; margin-top: -50px; background: #fff; padding: 100px 180px; text-align: center;}
.shoptxt p{ font-size: 16px; color: #333; line-height: 2; padding: 20px;}
.shoptxt .btnbg{ display: inline-block; background: #E6774D; color: #fff; border-radius: 5px; text-align: center; min-width: 180px; padding: 0px 20px; font-size: 16px; line-height: 50px; margin: 50px 0 50px 0; transition:  all .5s;} 
.shoptxt .btnbg:hover{background: #d45c30;}
.shopbg li:hover i{box-shadow: 10px 10px 30px rgba(0,0,0,.2);}
.shopbg li>a{ pointer-events: none; cursor: text;}
.menubtn{display: none;}

.contact_new{ display: flex; justify-content: center; align-items: center;}
.contact_new>div{position: relative;     border-radius: 50px 0 50px 0;
  overflow: hidden;}
.contact_new .nav{ position: absolute; right: 0%;background: #fff; top: calc(50% - 38px);
 display: flex; align-items: center;
  padding: 12px 30px 12px 20px;
  border-radius: 100px 0 0 100px; color: #144A99;}

.contact_new .telback img{width: 500px;}

  .contact_new .nav img{ margin-right: 10px;}
  .contact_new h4{ font-size: 13px;}
  .contact_new p{ font-size: 18px; font-weight: bold;}

.pimglone{ margin-right: 20px;}
.contactbg{ background: url(../images/mapback.jpg) no-repeat center top;  margin-bottom: -50px;}

@media (min-width:1600px){
	.whswiper  h3{    font-size: 46px; padding-left: 5%; line-height: 1.5; font-style: italic;font-family: 'txt1'; margin-top: -30px;}
.whswiper  p{    font-size: 30px; padding-left:5%;line-height: 1.5;font-style: italic; letter-spacing:2px}}

@media (max-width:1200px){
	.contactbg{background: #FFFFFF;}
    .pagin1 .swiper-pagination-bullet:after{ width:24px; height:24px;left: calc(50% - 14px); top: -48px;}
	.pagin1 .swiper-pagination-bullet:before{ width:4px; height:4px; left: calc(50% - 4px); top: -38px;}
  .yxfwwl p {    padding: 0 20px 15px 20px;}
	.yxfwwl { padding: 50px 0 20px 0;}
.newsbtn a{ margin: 30px auto; }

.contact_new .nav{ padding: 5px 10px 5px  10px; top: calc(50% - 25px);}
.contact_new .nav img{ margin-right: 5px;}
.contact_new .nav p{ font-size: 16px;}
.contact_new>div{border-radius: 30px 0 30px 0;}
  .contlist li{min-height: unset; width: 100%; padding:20px 0;}
  .contlist li p{padding-right: 0;}
  .smbanner02 .container {    padding-left: 40px;}
  #myModalpdf .modal-dialog{ width: 95%; min-width: unset!important;}
  .dhbg{height: 60px;}
  .docbody {width: unset;}
  /* .xuqiu{ padding: 0;} */
#keepread .xuqiu{ padding: 0;}
  .xuqiu .btn{margin-top: 0;}
  .quick_menu{ display: none;}
   .padright{ padding-left: 0px; padding-top: 20px;} 
   .pdmenu{ margin-right: 0;}
	/*移动端banner标题*/
   .smbanner .txt h3{ font-size: 20px; text-align: center; padding: 35px 15px 0 15px; }
	
   .head{ padding: 0 10px; height: 60px;}
   .head .toolbox>div>a{ height: 60px;}
   /* .head .toolbox .sreach_icon span{ width: 20px; height: 20px;} */
   .head .toolbox>div>a{padding: 10px 10px 10px 15px;}
.logo{ height: 20px;}

   .head .menu{padding: 60px 0;  position: fixed; width: 100%; height: 100%; background: #144A99; background-size: 50%; left: 0; top: 0px; z-index: 1000;  display: none;  animation: menushow .5s; -webkit-animation: menushow .5s;}
@keyframes menushow{
    from { transform: translateY(-80px);}
    to {transform: translateY(0);}
}
@-webkit-keyframes menushow{
from {background: red;}
to {background: yellow;}
}


  .head .toolbox>div.langset>a:before{ top:27px;}
  .head .toolbox>div.langset:hover>a:before{top: 30px; transform: rotate(-45deg);}
  .head .toolbox>div>a{ font-size: 16px;;;}

   .head .menu>ul{ display: block;background: none; height: 100%; overflow-y: scroll; padding: 0 15px;}
   .head .menu>ul>li>a{ color: #fff!important;  padding: 15px 10px; font-size: 18px; font-weight: bold; height: auto; border-bottom: 1px solid rgba(255,255,255,.1); }
   .head .menu a.arrow{position: relative;}
   .head .menu a.arrow:after{content: '+'; position: absolute; right: 0; top: calc(50% - 10px); left: unset; width: 15px; text-align: center; opacity: .5;}
   .head .menu a.arrow.active:after{content: '-';}
   .head .menu li a.active{color: #fff4ac!important; font-weight: bold;}
   
   .semenu>ul>li{background: none;}
   .head .menu .semenu{position:relative;transform:scale(1);height:auto;opacity:1;box-shadow:none; display: none; pointer-events: unset; transition: unset;}
   .head .menu .thmenu{  position: relative; left: 0; transform: scale(1); box-shadow: none; display: none; opacity: 1; width: 100%;  pointer-events: unset; transition: unset;}
   
   .head .menu .semenu>ul>li a{ display: block; padding: 15px 30px; border-bottom: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.75) ;font-size: 16px;}
   .head .menu .thmenu>ul>li a{ display: block; padding: 10px 45px;border:none; background: none;color: rgba(255,255,255,.75) ;}

   .semenu a:before,
   .thmenu a:before   { content: ""; width: 4px; height: 4px; position: absolute; border-radius: 100%; background: #fff; opacity: .3; left: 0; top: calc(50% - 2px);}
   .semenu a:before{ left: 10px;}
   .thmenu a:before{left: 30px}

   .smbanner02{height: 200px;}
	/*移动端banner高度*/
   .smbanner{height: 140px;}
	.contlist { margin-bottom: 0; }
.kjlist a span{font-size: 16px; }
.videopage{ padding-top: 30px; }

   .smbanner02 .txt p{max-width: unset;}
   .smbanner02 .txt h3{ font-size: 24px;padding-bottom: 5px;}
   .smbanner02 .txt{ padding-top: 0;}
   .smbanner .txt h3:after{  height:4px; }

   .pdtit02 a{padding: 15px 0 15px 45px;}
   .smbanner_shop .txt{  padding-top: 0;}
/*.contact_new .telback img{width: 500px;}*/

   .alltits{ font-size: 24px;  padding: 30px 0;}
   .crgf{ padding:50px 0;}
.lxewm .ewm{ width: 240px; height: 240px;}

   .zsSwiper{margin: 0px 0 50px 0;}
   .spbtn{top: unset; bottom: 50px; margin: 0;}
	.spbtn{ width: 40px; height: 40px;}

   .zsSwiper .row { margin-left: -8px; margin-right: -8px;}
   .zsSwiper .row>li {padding: 10px 8px;width: 25%;    float: left;}
   .zsSwiper  li  img{height: 130px; }
	.zsSwiper li .imgsize1 img{height: 70px; }
	.zsSwiper  li img{ border: 2px solid #666666;}

   .zsbtn-prev{ left: 15px;}
   .zsbtn-next{ right: 15px;}
   .zsSwiper li a{box-shadow: none;}
	
   .numstyle1{ padding-top: 0px;}
   .numstyle1 ul{display: flex; flex-wrap: wrap;}
   .numstyle1 li{height: auto; border-left: 0; width: 100%; margin-bottom: 30px; border-bottom: 1px solid #eee; padding-bottom: 30px; padding-left: 15px; padding-right: 15px;}
   .numstyle1 li p{min-height: unset; font-size: 16px;}
   .numstyle2 li h4{font-size: 15px;line-height: 1.4;}
   .numstyle2 li{ display: block;width: 50%;}
   .numstyle2 li h4{ display: block;}
   .numstyle2 li h4 i{ font-family: txt; line-height: 1.5;}
   .numstyle2 li h4 img{ display: block; margin: 10px auto;}
   .gyl .iconsnav .txt p{ padding-right: 0;}
   .gyl .iconsnav .txt{ padding-right: 0;}
   .gyl .iconsnav .txt h5{ font-size: 22px;}
   .gyl ul{display: block}
   .smbanner02 .lang_about_banner_3_desc{ padding-bottom: 20px;}
   .gyl ul li{width: 100%;}
   .xuexilist ol{display: none;}
   .xuexilist ul li a{ padding: 0;}
   .xuexilist h2 div{font-size: 16px; margin-left: auto;}
   .ptxtforimg{ padding:15px 0;}
   .pdmenu{min-height: unset;}
   .tuzhi li { width: 100%;}
   .pdbar{ display: block;}
   .pdbar span, .pdbar a{ display: block; padding: 10px 0 ; margin: 0;}
   .pdbar span, .pdbar a:last-child{ justify-content: flex-end;}
   .pdbar a:nth-child(2) {  display: none;}
   .pdbar span{ display: flex; margin-right: auto;}
   .pdtit01 h4{font-size: 16px;}
   .pdimgtxt div{ display: block;background: #dae6f0;  padding: 10px 15px; margin-top: 15px;}
   .pdtit02_nav{ padding: 20px 0;}
   .pdimgtxt div a{ padding: 10px 0;}
   .titpd{ font-size: 20px;     padding: 40px 0 20px 0;}
	.allarow a{font-size: 15px;}
   .pdimgtxt h3{display: none;}
   .nameh3{ font-size: 20px; padding-bottom:20px; text-align: center; display: block; }
   .pdimgtxt h4{ text-align: center;  padding: 40px 0 20px 0;font-size: 18px; }
	.videoswiper  i{ margin: -12px;width: 100px;
    height: 100px;}
.langset ul a{font-size: 20px}

   .pdimgtxt p{ background: #dae6f0; color: #222; padding: 10px 15px;overflow-y: auto;max-height: none;}
   .xynav li{ padding: 20px 0; display: block; position: relative;}
   .xynav li i{ font-size: 24px; text-align: center; padding-bottom: 10px; display: block; padding-right: 0;font-family: "txt1";}
   .xynav li .nav span{  text-align: center; display: block;}
   .xynav li .nav span.lang_service_tj_1{ }
   .bsc .tit{ font-size: 20px;;}
   .xynav{margin-bottom: 20px;}
   .addtabs{    margin-top: 30px; margin-left: -6px; margin-right: -6px;;    margin-bottom: 0;}
   .tab-content-lx2{padding: 30px 0 50px 0;}
   .addtabs>li{ padding: 0 6px;}
    .addtabs li a{height: 48px; font-size: 14px;  padding: 0 15px; line-height: 1.2;} 
	    .addtabs li.active a{ border:2px solid #144A99; }
.sixtxt{ padding-bottom: 50px;}

    .addlist2 .nav h4{ text-align: left; padding-bottom: 15px;}
    .addlist2 .nav p{width:auto; font-size: 16px;}
    .addlist2 .nav{ padding:15px 15px; margin-bottom:15px; min-height: unset;}
    .lxbar .nav img{width: 72px; display: block; margin: 10px auto;}
    .lxbar .nav{ display: block; text-align: center;}
    .lxbar .nav h3{ font-size: 24px; padding-bottom: 15px;}
    .lxbar .nav span{ font-size: 24px; padding: 0;}
    .alltits2{ font-size: 24px;}
    .doctabs{ flex-wrap: wrap; margin: 0;}
    .doctabs li{ width: 50%; padding: 5px;}
    .doctabs li a{ padding: 8px 15px; font-size: 14px; background: #fff;}
    .page{justify-content: center;}
    .doclist li{ padding: 20px 0px;}
    .dochead{ padding: 15px 0px;    font-size: 18px;}
    .doclist li a{ padding: 3px 6px; font-size: 16px; background: none;}
    .doclist li a i{ display: none;}
    .docsearch input{ font-size: 18px;}
    .docsearch .nav a img{ width: 20px; height: 20px;}
.pdcont{ padding-top: 20px; padding-bottom: 0;}
.bigimg{display: none;}
    .kjlist a p{ padding-top: 0;     font-size: 16px;}
    .kjlist h3{font-size: 20px;padding: 30px 0 30px 0;}
    .videopage .breadcrumb{ padding: 0;}
    .videopage .boxcard{ background:none; box-shadow: none; padding: 0;}
    .videobox video{height: 205px;}
    .vdinfo{display: block; padding: 20px 0 30px 0 ;}
    .vdinfo p{font-size: 16px;}
    .vdinfo span{font-size: 12px; padding: 0 15px 0 0;}

    .vdlist ul{  border: 1px solid #CAD5E6; border-top: none;}
    .vdlist ul li:last-child a{border: none;}
    .xuexilist{ padding:15px 15px 0 15px;}
    .xuexilist ul li a{display: block;}
    .xuexilist .xxlnav{ margin-left: 0; border: none;}
    .xuexilist span{font-size: 18px; padding-right: 20px;}
    .newswiper img{ height: 200px;}
    .newswiper p{font-size: 14px; padding: 8px;}
    .newswiper .vdbtn{ width: 36px; height: 36px; background: rgba(149, 149, 149, 0.2); bottom: calc(50% - 6px);;}
    .newswiper .vdbtn::after{font-size: 16px;}
    .newswiper .vdbtn-next {right: 10px;  }
    .newswiper .vdbtn-prev {left: 10px;  }
.alltit01{ padding: 0 0 10px 0;}
 .lcbox .lcnav .year{ color: #E95A23; font-size: 32px; }
.indswiper .txt a{ font-size: 16px;}
    .alltit01 h3{ font-size: 24px; margin-bottom: 10px}
    .alltit01 h3:before{height: 3px; bottom: 5px;}
    .crgf ul{justify-content: flex-start; padding-top: 10px;}
    .crgf img{ width: 260px;}
    .crgf ul li{width: 33.333%; padding: 15px 0;}
    .crgf i{font-size: 30px;}
    .crgf p{font-size: 14px;}
    .crgf sup{font-size: 12px; top: -10px;}
    .vdbtn{width: 48px; height: 48px;}
    .vdbtn::after{font-size: 18px;;}
    .vdbtn-prev{right: 50px;}
    .videoswiper video, .videoswiper img{height: 250px;}
    .videoswiper i{transform: scale(.5);}
    .videoswiper .playbtn p{ margin: 0 0 10px -37px;font-size: 20px;transform: scale(.6);align-items: center; width: 260px; display: flex;
    height: 50px;}
    .videoswiper:hover .playbtn i:hover {transform: scale(.5); }
  .videoswiper:hover .playbtn i, .videoswiper:hover .playbtn p {    opacity: 1;    transform: scale(.6);font-size: 20px; }
  .whswiper img{height: 250px;}
  .pagin1 .swiper-pagination-bullet{font-size: 12px; padding: 0 15px;}
  .pagin1{bottom: 5px!important;}
  .pagin1 i{ display: block; margin-top:-10px}
  .whswiper .nav{padding-bottom: 10%;}
  .whswiper h3{font-size: 24px;padding-left: 5%;margin-top: 30px;}
  .whswiper p{font-size: 15px;padding-left: 5%;line-height: 1.2;letter-spacing: 0;}
  .guanli{background-size: cover!important;}
  .guanli li{height: auto; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.1);}
  .guanli li p{font-size: 15px;  padding-bottom: 0;}
  .guanli li h3{padding: 5px 0 5px 0;font-size: 22px;}

  .guanli li:hover h3{ transform: translateY(-20px);}
.guanli li:hover p{ transform: translateY(-10px);}

  .lcbox{ padding: 0;}
  /* .lcbox .lcbtn{top: 56px;} */
  .lcbox .lcbtn-next{right: 10px;}
  .lcbox .lcbtn-prev{left: 10px;}
  .alltit01 span{ font-size: 16px; padding: 0 20px;}
  .bg02{ padding-bottom: 100px;}
  .bg02{ background: url(../images/about_05.jpg) no-repeat  center bottom; padding-bottom:50px; margin-bottom: -50px; background-size: contain;}

  .jibxx li{flex-wrap: wrap;}
  .jibxx li span{ border-bottom: 1px solid #DFE7F4;padding: 15px 20px;}
  .jibxx li span:nth-child(odd){ width: 30%;}
  .jibxx li span:nth-child(even){ width: 70%;}
  .jibxx li{border: none; background: none!important;}
  .gpinfo li:first-child{padding-left: 15px;}
  .notice .nhead{display: none;}
  .notice li span:first-child{width: 100%; padding: 20px 20px 0px 20px;}
  .notice li span:nth-child(2){width:60%; }
  .notice li span:nth-child(3){ margin-left: auto; width: auto;}
  .notice li{flex-wrap: wrap; height: auto;}
  .morenotice{ margin: 30px auto; line-height: 40px; height: 40px; width: ;}
  .tzbar li{justify-content: flex-start; height: 90px; ; border-right: none;}
  /* .tzbar .row{margin-left: -15px;margin-right: -15px;} */
  .zctxtnav h1{ font-size: 26px; padding: 50px 0;}
  .zctxtnav .nameimg{ font-size:18px;}
  .zctxtnav .nameimg img{ height: 60px;}
  .zctxtnav p{ line-height: 2;}
  .seach_box{ left: 0;}
  .search_close{ right: 5px; top: 5px;}
.numarea1{height:auto}
.lang_about_banner_1_4_1, .lang_about_banner_1_5_1{ font-size: 28px;}
  .head .toolbox{padding-right: 40px;}
  .menubtn { position: absolute; z-index: 1000; right: 0; padding-right: 15px; display: block;}
  .head .toolbox .menubtn a{height: 60px;   padding: 0; justify-content: flex-end; padding: 0;}
  .menubtn span{ display: block; transition: all .5s;  height: 2px; background: #fff; padding: 0; position: relative;  width: 18px;}
  .menubtn span:before,
  .menubtn span:after{ content: ""; position: absolute; width: 100%; height: 2px; background: #fff; left: 0;}
  .menubtn span:after{bottom: -5px;  transition: all .5s;;}
  .menubtn span:before{top: -5px;  transition: all .5s;;}

  .head.fixed  .menubtn span,
  .head.fixed  .menubtn span:before,
  .head.fixed  .menubtn span:after{background: #555;}
  
  .menubtn.active span{ background: none!important; width: 30px;}
  .menubtn.active span:after{bottom: 0px; transform:rotate(45deg); background: #fff!important;}
  .menubtn.active span:before{top: 0px; transform:rotate(-45deg);background: #fff!important;}
  .searchnav{ padding: 0 15px;}
  .openmenu{overflow: hidden;}
.numstyle1 li h3{ font-size: 32px; }


  .indswiper .txt { padding-bottom: 20vh; max-width: unset;}
  .indswiper .txt h1{ font-size: 22px; }
  .indswiper .txt p{ font-size: 18px;}
  .indarrow{    top: calc(80% - 160px); right: 15px; opacity: .5; word-break: break-all;}
  .indswiper .swiper-slide .nav{ padding: 0 50px 0 15px;}
  .indswiper .swiper-pagination{padding-right: 0; justify-content: center;}
  .indswiper .swiper-pagination span{font-size: 14px; padding: 0 15px; padding-top: 36px;}
  .indswiper .swiper-pagination{bottom: 100px;}
  .indfoot{bottom: 10px; left: 0; width: 100%; text-align: center;}
  .indfoot>span{opacity: .5;}
  .indfoot ul{    justify-content: center; padding-bottom: 5px;   }
  .bigtitle .titnav{display: block; padding: 0; padding-top: 20px;}
	
  .bigtitle{ margin-top: 0; height: auto;}
  .bigtitle .titnav ul{overflow-x:scroll; overflow-y: hidden; scrollbar-width: none;  padding: 0 15px;    -ms-overflow-style: none;}
    .bigtitle .titnav ul::-webkit-scrollbar {      display: none;   }
  .bigtitle .titnav ul li{padding:0; margin-right: 25px;}
  .bigtitle span{display: none;  padding: 0 0  10px 0; margin: 0; height: auto; margin-bottom: 30px;}
  .bigtitle .titnav ul li a{height: auto; padding-bottom: 20px; font-size: 18px; white-space: nowrap;    }
  .bigtitle span:before{top: unset; bottom: 0px; width: 100%; left: 0;}
.newstxt h1{ font-size: 24px;  color: #222; text-align: center; padding: 0 20px 20px 20px;}

  .shoptabs li{width: 100%!important;}
  .shoptabs li a{font-size: 18px;}
  .doctabs li a{ padding: 15px;}
  .shoptit h2{font-size: 30px; padding-left: 20%;padding-right: 20%; padding-bottom: 30px;}
  .shoptit{padding: 50px 15px;}
  .shopbg li a span{    padding-top: 15px;    padding-bottom: 30px;}  
  .shoptit p span{font-size: 16px; padding: 0 10px;}
  .shopbg{height: auto; padding: 60px 0;}
  .shopbg h3{font-size: 24px;padding-bottom: 50px;  }
  .shopbg .container li a span{ padding: 10px 0  50px 0;}
  .shoptxt{ padding: 0; margin: 0;}
  .shoptxt .btnbg{ font-size: 18px;}
  .titnav .docsearch { padding: 0; margin: 0 15px!important;}
  .dxyj li .nav{ padding: 0 15px;}
  .dxyj li .nav h3{ width: 35%; font-size: 20px;}
  .dxyj li .nav p{ width: 65%; padding: 0 20px;}
  .dxyj li .nav i{ transform: scale(.5); right: -10px;}
  .dxyj li img{ height: 200px;}
  .dxyj2{ font-size: 16px; padding: 10px 30px 30px 30px;}
.usertitle1_cn1, .usertitle1_cn2{  margin:15px 0 0 18px; font-size: 20px;}
.usertitle1_cn2{ position: absolute;margin-top: 240px;}
	.videoswiper  i.suspend{background: url(../images/play2.png);}
.videoswiper  i.play{background: url(../images/noplay2.png);}
	
  .dxyj li:hover img{ height: 250px;}
  .pimglone{margin-right: 0;}
  /* .pdswiper1 img{height: auto;} */
  .pimglone img{height: auto;}
  .prodlist .img img{ height: 125px;}
  .prodlist a{ margin-bottom: 0;}
  .prodlist a span{ font-size: 15px;     height: 40px;
       text-align:center
  }
  .pdmenu h3{ position: relative;line-height: 50px;}
  .pdmenu>ul{ display: none;}
  .pdmenu h3:after{
    position: absolute;
    width: 10px;
    height: 10px;
    content: "";
    top: 20px;
    right: 20px;
    border-top: 2px solid #6f8fbe;
    border-right: 2px solid #6f8fbe;
    transform: rotate(135deg);
    transition: all .5s;
  }
  .pdmenu h3.active:after{ transform: rotate(-45deg);}
  .lichengswiper{ padding-top: 0;}
  .lcbox .lcnav{ height: 140px; pointer-events: none;}
  .lcbox .lcnav:before{    top: calc(50% - -26px);}
  .lcbox .lcnav .txt{    bottom: 60px; padding: 0 20%;font-size: 15px;}
  .lcbox .lcnav .year{ top: 38px;}
  .lcbox .swiper-slide:nth-child(odd) .lcnav .year{top: 120px;}
  .lcbox .swiper-slide:nth-child(even) .lcnav .txt {    top: 120px;}
.docbox{display: flex; flex-direction: column;}
.docbox1{order: 2;padding-bottom: 30px;}
.docbox1 ul{ margin-left: -5px; margin-right: -5px;}
.docbox  .docsearch  {order:1; padding-top: 0; padding-bottom: 30px;}
.docbox  .tab-content  {order:3;}
.docbox  .page  {order:4;}
.yxfwwl h3{ padding-top: 0; padding-bottom: 30px;font-size: 28px;}
.smbanner3 .txt h3{ font-size: 30px;}
.lang_customer_internet_2_2{ padding: 0 20px;}
.gpinfo{ display: flex; flex-wrap: wrap; padding-bottom: 20px;}
.gpinfo>li{ padding: 0 0 0  15px;}
.gpinfo li p:nth-child(2){display: block;}
.gpinfo li:first-child p:nth-child(1),
.gpinfo li:first-child p:nth-child(2) {
  font-size: 16px;
}
.gpinfo li p:nth-child(2){ height: auto;}
/* .gpinfo li:first-child{ padding: 0;} */
.alltits2{ padding:30px 15px 15px 15px;}
.notice li span, .notice .nhead span{padding:10px 20px}
.tzbar {display: none;}
.jibxx{ margin-bottom: 50px;}
.upnav{display: flex; flex-wrap: wrap; justify-content: space-between;}
.upnav>li:nth-child(1){ width: 100%;}
.upnav>li:nth-child(2){ display: none;}
.upnav>li:nth-child(3) h4{ display: none;}
.upnav>li:nth-child(3) ,
.upnav>li:nth-child(4) { width: auto; flex-shrink: 0;}
.foot_up .upnav>li p,
.foot_up .upnav>li:nth-child(4) h4{  
  /* text-align: right; */
}
	 .test1 { width: 42%}
  .test2 { width: 58%}
}
#lg-counter{display: none;}
.pdnavlist .collapse.in{height: auto!important;}
.padright.noimg .col-md-5{display: none;}
.padright.noimg .col-md-7{width: 100%;}
