.fr {
  float: right;
}

.outhead .tophead {
  width: 100%;
  line-height: 4rem;
  background: #f7f7f7;
  color: #4b4b4b;
  border-bottom: 1px solid #fffff5;
}

.outhead .tophead .right {
  text-align: right;
  color: #4b4b4b;
  display: none;
}

.outhead .tophead .right a {
  color: #4b4b4b;
}

.outhead .tophead .right a:hover {
  font-weight: bold;
}

.outhead .tbth {
  padding: 2rem 10%;
}

.outhead .boxx .head-right {
  padding: 0.5rem 0;
  padding-left: 50px;
  background: url(../images/phonebg.png) no-repeat left center;
  float: right;
}
.fr{
    float: right!important;
}
.outhead .nav {
  background: #1e50ae;
}

.outhead .nav .menu li {
  width: 14%;
  float: left;
  position: relative;
}

.outhead .nav .menu li a {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 50px;
}

.outhead .nav .menu li .sub-menu {
  display: none;
  position: absolute;
  width: 160%;
  border-top: 2px solid #2f3280;
  left: 0;
  top: 70px;
  -webkit-box-shadow: 0px 4px 6.86px 0.14px rgba(8, 1, 3, 0.52);
  box-shadow: 0px 4px 6.86px 0.14px rgba(8, 1, 3, 0.52);
  background: #fff;
  padding-bottom: 4px;
  z-index: 999;
}

.outhead .nav .menu li .sub-menu li a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #989898;
  position: relative;
  padding-left: 15%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  padding-right: 15%;
}

.outhead .nav .menu li:hover {
  background: #052b73;
}

.banner {
  width: 100%;
}

.ss {
  line-height: 3rem;
  padding: 1rem 0;
  background: #1e50ae;
}

.ss .searchl {
    color: #fff;
    display: inline-block;
    line-height: 40px;
}

.ss .searchl a {
    color: #fff;
}

.ss .ins {
  float: right;
}

.ss .ins .pd {
    height: 40px;
    border-radius: 5px 0px 0px 5px;
    border: none;
    padding-left: 5px;
    

}

.ss .ins .btn {
  background: #052b73;
  color: #fff;
  height: 40px;
  border-radius: 0px 5px 5px 0px;
   margin-left: -4px;
 margin-top: -5px;
}

.intit {
  text-align: center;
  font-size: 30px;
  padding: 5rem;
  font-weight: bold;
}

.intit span {
  display: block;
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
}

.ysbox {
  padding: 4rem 0;
}

.ysbox .boxx li {
 
  float: left;
  list-style: none;
  text-align: center;
  padding: 0 5%;
  position: relative;
  
}


.ysbox .boxx li i {
    
        width: 150px;
        height: 150px;
        margin-left: 15px;
        position: absolute;
        animation:circleRoate 6s infinite linear;
        display: none!important;
}

.ysbox .boxx li:nth-child(2) i {
    animation:circleRoate 5s infinite linear
}

.ysbox .boxx li:nth-child(3) i {
    animation:circleRoate 4s infinite linear
}


.ysbox .boxx li:nth-child(4) i {
    animation:circleRoate 3s infinite linear
}

 .dotdot{
        position: absolute;
        left:-2px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background:#ff6200;
    }
    @keyframes circleRoate{
        from{transform: rotate(0deg);}
        to{transform: rotate(360deg);}
    }


.ysbox .boxx li a {
  color: #000;
}

.ysbox .boxx li a img {
 display: inline-block;
  position: relative;
  /*max-width: 150px;*/
  /*height: 150px;*/
  border-radius: 50%;
  overflow: hidden;
  /*box-shadow: 5px 2px 3px #dcdcdc;*/
  transition: all 1s ease-out;
 
  
 

}

.ysbox .boxx li a img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-left: 2px solid red;
   left: 0;
   top: 0;
     -webkit-animation:circle 1s infinite linear;
}



@-webkit-keyframes circle{

0%{ transform:rotate(0deg); }

100%{ transform:rotate(-360deg); }

}


.ysbox .boxx li:hover a img {
  
   transform: rotate(360deg);
}
.ysbox .boxx li:hover a h3 {
    font-weight: bold;
}



.ysbox .boxx li a h3 {
  font-size: 18px;
  line-height: 50px;
  transition: all 0.6s ease-out;
}

.ysbox .boxx li a span {
  display: block;
  font-size: 14px;
  line-height: 24px;
}

.pintit {
  text-align: center;
  font-size: 30px;
  padding: 5rem;
  font-weight: bold;
  position: relative;
}

.pintit::after {
    content: "";
    position: absolute;
    width: 10%;
    height: 0;
    border: 2px solid #1e50ae;
    bottom:1.8rem;
   
    left: 45%;
    animation: pintitleft 3s infinite linear;
    animation-direction:alternate;
}

@keyframes pintitleft{
        from{left: 40%;}
        to{left: 50%;}
    }



.pintit span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
}

.probox {
  background: #e1e1e1;
  position: relative;
  padding-bottom: 8rem;
}

.probox .inptn {
  text-align: center;
  padding-bottom: 2rem;
}

.probox .inptn a {
  display: inline-block;
  text-align: center;
  background: #fff;
  line-height: 40px;
  padding: 0 15px;
  color: #000;
  margin: 5px 8px;
}

.probox .inptn a:hover {
  background: #052b73;
  color: #fff;
}


.inptnn {
    background: #052b73;
    color: #fff;
}

.probox li {
  list-style: none;
 
  float: left;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.probox li img {
  width: 100%;
  position: relative;
  transition: all 0.5s ease-out;

}

.probox li h3 {
  font-size: 16px;
  line-height: 40px;
}

.probox li h3 a {
  color: #000;
}

.probox li:hover img {
 
}

.probox .ptm {
  position: absolute;
  width: 200px;
  line-height: 3rem;
  margin: 0 auto;
  display: block;
  bottom: 3rem;
  left: 44%;
  background: #808080;
  text-align: center;
  color: #fff;
}


.probox li .txtBox {
    position: absolute;
     top: 0px;
     left: -100%;
     width: 100%;
    font-size: 2rem;
     height: calc(100% - 40px);
     overflow: hidden;
     padding: 27% 20%;
     box-sizing: border-box;
     color: #fff;
     background: rgba(0, 0, 0, .6);
     -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
     -ms-transform: rotate(90deg);
     -o-transform: rotate(90deg);
     transform: rotate(90deg);
     -webkit-transition: all .5s ease;
     -moz-transition: all .5s ease;
     -ms-transition: all .5s ease;
     -o-transition: all .5s ease;
     transition: all .5s ease;
}

.probox li .txtBox a {
    color: #fff;
}



.probox li:hover .txtBox {
    
     -webkit-transform: rotate(0);
     -moz-transform: rotate(0);
     -ms-transform: rotate(0);
     -o-transform: rotate(0);
     transform: rotate(0);
     left: 0px;
     top: 0px;

}





.choose .boxx .ccenter li {
  list-style: none;
  width: 47%;
  float: left;
  margin: 2.5% 1.5%;
  position: relative;
  overflow: hidden;
}

.choose .boxx .ccenter li a {
  color: #fff;
}


.choose .boxx .ccenter li:hover a img {
    transform: scale(1.1);
}

.choose .boxx .ccenter li a img {
  width: 100%;
  transition: all 0.7s ease-out;
}

.choose .boxx .ccenter li a .cent {
  position: absolute;
  width: 100%;
  padding: 3% 6%;
  bottom: 0;
  background: rgba(8, 1, 3, 0.52);
}

.choose .boxx .ccenter li a .cent h2 {
  line-height: 4rem;
  font-size: 2rem;
}

.choose .boxx .ccenter li a .cent span {
  width: 100%;
  display: none;
}

.choose .boxx .ccenter li:nth-child(1) .cent span {
  display: block;
}

.aboutbox {
  padding: 6rem 0;
  background: url(../images/aboutbg1.jpg) no-repeat center;
  background-attachment: fixed;
  position: relative;
}


.aboutbox::after {
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    top: 0;
    left: 0;
    filter: blur(15px);
    z-index: 1;
    
}


.aboutbox .boxx {
  line-height: 4rem;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
  
}
.boxx .abbut{
    margin: 20px;
    background-color: #3874bc;
    border: none;
    width: 120px;
     border-radius: 5px;
}
 .boxx .abbut a{
     color: #fff;
     text-decoration: none;
    
 }
@media screen and (min-width: 970px) {
    .aboutbox .boxx  {
        max-width:80%;
        margin:0 auto;
    }
}

.aboutbox .boxx h2 {
  font-size: 3rem;
  padding-bottom: 2rem;
}

.probox {
  margin-top: 4rem;
}

.probox .boxx h2 {
  font-size: 3rem;
  color: #ff6637;
  line-height: 4rem;
  margin-bottom: 3rem;
}

.probox .boxx h2 span {
  display: block;
  font-size: 2rem;
  color: #808080;
}

.probox .boxx .inproduct li {
  width: 30%;
  margin: 0 1.5%;
  float: left;
  text-align: center;
}

.probox .boxx .inproduct li img {
  max-width: 100%;
  text-align: center;
}

.probox .boxx .inproduct li h3 {
  font-size: 2rem;
  line-height: 4rem;
}

.hzbox {
  padding: 4rem 0;
}

.hzbox .boxx li {
  list-style: none;
  width: 21%;
  float: left;
  box-shadow: 1px 1px 2px 1px rgb(0 0 0 / 10%);
  margin: 2rem 2%;
  transition: all 0.8s ease-out;
  overflow: hidden;
}

.hzbox .boxx li:hover img {
    
    transform: scale(1.1);
    
}

.hzbox .boxx li img {
  width: 100%;
  transition: all 0.8s ease-out;
}

.outfoot {
  padding: 3rem 0;
  background: #333;
}

.outfoot .boxx .left {
  width: 65%;
  float: left;
  color: #fff;
}

.outfoot .boxx .left h2 {
  width: 100%;
  margin-bottom: 2rem;
}

.outfoot .boxx .left h2 p {
  display: inline-block;
  max-width: 50%;
  text-align: left;
}

.outfoot .boxx .left h2 p:nth-child(2){
    text-align: center;
    padding-left: 20%;
}

.outfoot .boxx .left h2 p img {
    width: 100%;
}

.outfoot .boxx .left .content {
  width: 83%;
  float: left;
  background: #dcdcdc;
  padding: 2rem;
  color: #000;
  box-shadow: 4px 4px 4px #fff;
}

.outfoot .boxx .right {
  width: 35%;
  padding-left: 10%;
  border-left: 1px solid #636363;
  float: right;
}

.outfoot .boxx .right h2 {
  font-size: 3rem;
  color: #fff;
  padding-bottom: 3rem;
}

.outfoot .boxx .right input {
  margin-bottom: 20px;
}

.outfoot .boxx .right .btn {
  background: #1e50ae;
}

.aboutli {
  width: 50%;
  background: url() center no-repeat;
  float: left;
}

#w_common_text-1594691832119 {
  text-align: center;
}

#w_fimg-1594949749293 .p_dimage img {
  width: 100%;
}

#certify {
  position: relative;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
}

#certify .swiper-container {
  padding-bottom: 60px;
}

#certify .swiper-slide {
  width: 520px;
  height: 408px;
  background: #fff;
  box-shadow: 0 8px 30px #ddd;
}

#certify .swiper-slide img {
  display: block;
}

#certify .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}

#certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}

#certify .swiper-button-prev {
  left: -30px;
  width: 45px;
  height: 45px;
  background-position: 0 0;
  background-size: 100%;
}

#certify .swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%;
}

#certify .swiper-button-next {
  right: -30px;
  width: 45px;
  height: 45px;
  background-position: 0 -93px;
  background-size: 100%;
}

#certify .swiper-button-next:hover {
  background-position: 0 -139px;
  background-size: 100%;
}

.incases {
    display: none;
}
.hots{
    /*width: 70px;*/
}
@media (max-width: 767px){

    
    .probox .inptn a {
        width:40%;
        margin-top:10px;
    }
    .probox li {
        width:48%;
    }
    .probox .ptm {
        left:23%;
    }
    .choose .boxx .ccenter li {
        width:100%;
    }
    .aboutbox p span {
        font-size: 1.5rem!important;
    }
    .hzbox .boxx li {
        width:46%;
    }
    .outfoot .boxx .left .content {
        width:100%;
        padding:0;
        font-size: 1.2rem;
    }
    
    #certify {
        display:none;
    }
    
    .incases {
        padding:2rem 0;
        display:block;
    }
    
    .slick-banner .slick-con h3 {
        text-align:center;
    }
    .ft-cfn {
        width:60%!important;
        float:left;
    }
   
    .ft-ewm {
        display:block!important;
    }
    .newList {
        width:100%!important;
    }
    .contactbox li {
        width:100%!important;
    }
    .nableft {
        width:100%!important;
    }
    .nabright {
        width:100%!important;
    }
    .fourb li {
        width:50%!important;
    }
    
}


.navon {
   background: #052b73;
}



.foot{
    background: #232630;
    padding-top: 50px;
    /*padding-bottom: 70px;*/
        display: flex;
    flex-wrap: wrap;
}


.ft1 img {
    max-width: 30%;
    
}

.ft-cfn{
    float: left;
    width: 33.3%;
}


.ft-cfn:nth-child(2) {
    width: 40%;
}
.ft-cfn:nth-child(3) {
    width: 26%;
}

.ft-cfn h3 {
    opacity: 0.7;
}


.ft-list{
    float: left;
    
    
}
.ft-list:nth-child(1){
    margin-left: 0;
}
.ft-list h3{
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    position: relative;
}

.ft-ewm h3{
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    position: relative;
}

.ft-list ul{
   margin-top: 76px;
}

.ft-list ul li {
    width: 36%;
    float: left;
    display: block;
}

.ft-list ul li a{
    display: block;
    font-size: 14px;
    color: #fff;
    opacity: .5;
    line-height: 36px;
}
.ft-list ul li a:hover{
    opacity: 1;
}

.ft-con{
    float: right;
    width: 50%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.ft-contact{
    float: left;
    /*width: 70%;*/
}
.ft-contact h3{
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    position: relative;
}


.ft-contact h3::after {
    content:"";
    position: absolute;
    width:55px;
    height: 3px;
    background: #fff;
    left: 0;
    bottom: -16px;
}


.ft-list h3::after {
    content:"";
    position: absolute;
    width:55px;
    height: 3px;
    background: #fff;
    left: 0;
    bottom: -16px;
}

.ft-ewm h3::after {
    content:"";
    position: absolute;
    width:55px;
    height: 3px;
    background: #fff;
    left: 0;
    bottom: -16px;
}

.ft-contact .contact{
    font-size: 14px;
    color: #fff;
    opacity: .5;
    line-height: 36px;
    margin-top: 30px;
}
.ft-share{
    margin-top: 45px;
}
.ft-share a{
    display: inline-block;
    margin-left: 15px;
}
.ft-share a:hover{
    background: #005bac;
}
.ft-share a:nth-child(1){
    margin-left: 0;
}
.ft-share a img{
    max-width: 100%;
}
.ft-ewm{
   text-align: left;
}

.ft-ewm .contact {
    padding-top: 55px;
}

.ft-ewm p{
    font-size: 14px;
    color: #fff;
    text-align: left;
    opacity: .7;
    margin-bottom: 15px;
}
.ft-ewm img{
    max-width: 100%;
}

.footer{
    background: #fff;
    font-size: 14px;
    color: #666;
    padding: 28px 0;
}
.footer a{
    font-size: 14px;
    color: #666;
}
.footer a:hover{
    color: #005bac;
}
.copy{
    float: left;
}
.ft-right{
    float: right;
}
.reg{
    float: right;
}
.ft-link{
    float: left;
    position: relative;
}
.ft-link span.button{
    font-size: 14px;
    color: #666666;
    cursor: pointer;
}
.ft-link span.button:hover{
    color: #005bac;
}
.ft-link .sec{
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(255,255,255,.6);
    padding: 10px;
    width: 100%;
    z-index: 999;
}

.copyright {
    margin-top: 3rem;
    padding: 2rem 0;
    text-align: center;
    width: 100%;
    background: #2a2a2a;
    line-height: 40px;
    letter-spacing:3px;
    font-size: 1rem;
}


.NavList_a1 li { display: inline-block; padding: 5px 5px; }
.NavList_a1 { padding: 40px 0; text-align: center; background: #f7f7f7; }
 
.NavList_a1 a.more{color: #1e50ae;display:inline-block;font-weight: lighter; border: 1px solid #1e50ae; position:relative; transition: 0.6s; padding: 7px; padding-left:25px; padding-right: 25px;font-size:16px;z-index:1;font-family:"Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";}
.NavList_a1 a.more::before{content: ""; position: absolute; top: 0; left: 0; width: 0%; height: 100%; background:#1e50ae;z-index: -1;transition: 0.6s;}

.NavList_a1 a.more:hover{color:#fff;}
.NavList_a1 a.more:hover::before{width:100%;}
.NavList_a1 a.more.on{background:#1e50ae;color:#fff;}

.img111 {
    display: none;
}

.newList {
    width: calc((100% - 96px)/3);
    float: left;
    margin: 0 15px 30px;
    overflow: hidden;
    border: solid 1px #e5e5e5;
    padding: 15px 20px;
}

.newList .newPicBox {
    position: relative;
    width: 100%;
    height: 0px;
    padding-bottom: 50%;
    overflow: hidden;
}


.newList .newPic {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.newList .newPic:hover {
    transform: scale(1.1);
}

.newList .content {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    
}

.newList .content .leftTime {
    width: calc((25% - 21px)/1);
    padding-right: 15px;
    border-right: 1px solid #e5e5e5;
    text-align: center;
}

.newList .content .leftTime .newData {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 2.2rem;
    color: #333;
}


.newList .content .leftTime .newYearMon {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.75rem;
    color: #333;
    white-space: nowrap;
}

.rightC {
    width: 75%;
    float: right;
}

.newTitleLink {
    font-weight: bold;
    padding-bottom: 6px;
    display: block;
    width: 100%;
    font-size: 0.875rem;
    overflow: hidden;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.readDetail {
    position: relative;
}

.readLink {
    display: block;
    float: none;
    width: 100%;
    height: 100%;
    padding: 15px 12px 0;
    border-top: 1px solid #e5e5e5;
    text-align: left;
    color: #666;
    font-size: 0.75rem;
    font-family: 'Source-Han-Lighabe05b90227743' !important;
}


.readDetail .iconRead {
    position: absolute;
    top: 10px;
    right: 27px;
    bottom: 0px;
    display: flex;
    align-items: center;
}


.contactbox li {
    width: 30%;
    float:
    left;
    margin: 1.5%;
    padding: 4rem;
    background: rgba(249,243,243);
}


.contactbox li img {
    max-width: 40px;
    float: left;
    
}
.contactbox li span {
    width: 78%;
    float: right;
    text-align: left;
}

.contactbox li span h3 {
    display: block;
}

.catit {
    padding: 4rem 0;
}

.catit h2 {
    color: rgb(30 80 174);
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
}
.catit h2 span {
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}


.mt0 {
    margin: 0 auto!important;
    
}



.mt0 #content {
    height: 150px;
}

.nabbox {
    padding: 3rem 0;
}

.nableft {
    width: 60%;
    float: left;
    font-size: 16px;
    line-height: 4rem;
    padding: 2rem 1rem;
}

.nableft p {
    line-height: 6rem;
}

.nableft h2 {
    text-align: center;
    color: rgb(79,129,189);
    padding-bottom: 3rem;
}


.nabright {
    width: 38%;
    float: right;
    padding: 2rem 0;
}


.nabright img {
    width: 100%;
}
.fourb {
    padding: 8rem 0;
}

.fourb li {
    width: 25%;
    float: left;
    text-align: center;
    
}

.fourb li img {
    width: 38%;
}

.fourb li h3 {
    display: block;
    color: #000;
    line-height: 5rem;
    font-size: 16px;
}

.heng {
    padding: 2rem 0;
}
.heng img {
    width: 100%!important;
    height: auto!important;
}

.heng2 {
    padding: 3rem;
    line-height: 3rem;
    text-align: center;
}



































