
.logo{
    position:relative;
    height: 100%;
}
.logobox{
    display: flex;
    height: 100%;
    align-items: center;
}
.logo2 {
    opacity: 0;
    position: absolute;
    display: none;
    transition: opacity .5s;
    top: 0;
}
.logo2 img{
    width:30rem;
    height: 5.3rem;
}
header.head .logo2{
    display: flex;
    opacity: 1;
    transition:opacity .5s;
}
.logo1{
    display: flex;
    opacity: 1;

}
header.head .logo1{
    opacity: 0;
    transition:opacity .5s;
}
header.head .logo1 img{
    width: 30rem;
    height: 5.3rem;
    transition: width .5s,height .5s;
}
.topbig{
    width: 160rem;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

header {
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999;
    height: 15rem;
    transition:height .5s, background .5s;

}
header.head{
    height: 9rem;
    transition: .5s;
    background:white;
    transition:height .5s, background .5s;
    box-shadow: 0px 10px 10px rgb(0 0 0 / 10%);
}
.logo1 img{
    width:40rem;
    height: 7.1rem;
    transition: width .5s,height .5s;
}

.menu ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.menu ul li{
    padding:0 3.5rem;
    height: 100%;
    position: relative;
}
.menu ul li:first-child{
    margin-left:3rem;
}
.menu ul li a {
    font-size: 1.6rem;
    color: #ffffff;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
.menu ul li a:after{
    width: 0;
    height: 3px;
    display: block;
    content:"";
    background:#fff;
    transition: .5s;
    position: absolute;
    bottom: 0;
}
.menu ul li.active>a:after , .menu ul li:hover>a:after{
    width:100%;
    transition: .5s;
}
header.head .menu ul li.active>a:after,header.head .menu ul li:hover>a:after{
    width:100%;
    transition: .5s;
    background:#255aa9;
}
header.head .menu ul li a{
    color:#333333;
    transition:color .5s;
}
.tool ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.tool ul li{
    padding-left: 2.2rem;
    position: relative;
}
.tool ul li:first-child{
    padding-left: 0rem;
}
.tool ul li  img{
    width: 4.4rem;
    height: 4.4rem;
    transition: .5s;
}
.tool ul li img:last-child{
    display: none;
    opacity: 0;
}
header.head .tool ul li  img:first-child{
    display: none;
    opacity: 0;
}
header.head .tool ul li  img:last-child{
    display: block;
    opacity: 1;
}
.search-alert {
    position: fixed;
    z-index: 1000;
    background-color: #222222;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	z-index: 10000;
    display: none;
}

.search-alert .close {
  display: block;
  width: 3rem;
  height: 3rem;
  background: url(../images/img5-4.png) no-repeat center;
  position: absolute;
  top: 3.8rem;
  right: 2.6%;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
          transition: transform 0.3s ease 0s;
}

.search-alert .cent-form {
  position: absolute;
  width: 94.8%;
  left: 2.6%;
  top: 50%;
  height: 12.4rem;
  margin-top: -6.3rem;
  border-bottom: 1px solid #515151;
}

.search-alert .cent-form .tex {
  border: none;
  font-size: 6.6rem;
  height: 12.4rem;
  line-height: 187.878788%;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  color: #555;
  background: none;
  padding-left: 8.8rem;
  padding-right: 8rem;
  background: url(../images/img5.png) no-repeat 35px 60px;
}

.search-alert .cent-form .sub-butn {
  border: none;
  height: 10rem;
  margin-top: 2.4rem;
  font-size: 2.4rem;
  line-height: 416.666667%;
  color: #555;
  text-align: right;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 10rem;
  text-align: center;
}

.search-alert .close:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.search-alert .cent-form .tex {
    border: none;
    font-size: 2rem;
}
.search{
    cursor: pointer;
}
.mySwiper .swiper-slide-active .bannertitle::after{
    animation: slideInLeft 0.8s .8s;
    -webkit-animation: slideInLeft 0.8s .8s;
}
.mySwiper .swiper-slide-active .bannertitle{
    animation: slideInLeft 1s .8s;
    -webkit-animation: slideInLeft 1s .8s;
}
.mySwiper .swiper-slide-active .bannermore{
    animation: slideInLeft 1.2s .8s;
    -webkit-animation: slideInLeft 1.2s .8s;
}
.banner{
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.container{
    width: 128rem;
}
.bannertitle {
    font-size:4.8rem;
    line-height: 7rem;
    color:white;
    font-weight: bold;
    position:relative;
    transition-duration: 1.6s;
    transition-delay: .8s;
    opacity: 0;
}
.bannertitle::after{   
    content:"";
    width: 7.1rem;
    height: 0.4rem;
    display: block;
    background: #cccccc;
    position: absolute;
    top: -4rem;
    transition-duration: 1.6s;
    transition-delay: .8s;
    opacity: 0;
}
.bannermore{
    transition-duration: 1.6s;
    transition-delay: .8s;
    opacity: 0;
}
.bannerwen{
    position:absolute;
    top:40%;
}
.bannermore a{
    display: flex;
    margin-top:10.6rem;
    width: 18.8rem;
    height: 5.1rem;
    justify-content: center;
    align-items: center;
    color:white;
    border:1px solid white;
    border-radius: 25px;
    transition:background .5s;
    background-color: transparent;
}
.mySwiper .swiper-slide-active .bannertitle, .mySwiper .swiper-slide-active .bannertitle::after, .mySwiper .swiper-slide-active .bannermore{
    opacity: 1;
}
.bannermore a:hover{
    background:#255aa9;
    border:1px solid #255aa9;
    transition:background .5s;
    color:white;
}
.banner .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom:5%;
}
.banner .swiper-pagination-bullet{
    width: 1.2rem;
    height:1.2rem;
    border-radius: 0;
    opacity: 0.6;
    background:white;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background:#255aa9;
    opacity: 1;
}

.homeprotitle{
    font-size:5rem;
    font-family: Arial;
    text-align: center;
    color:#255aa9;
    position:absolute;
    width:100%;
    font-weight: bold;
    top:14.3rem;
}

.homepro ul{
    display: flex;
    justify-content: space-between;
}
.homepro ul li {
    width: 25%;
    height: 100vh;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.homepro ul li img{
    width: 100%;
    transition: 0.5s;
}
.homepro ul li img:last-child{
    opacity: 0;
    position:absolute;
    left:50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: 0.5s;
}
.homepropic{
    position:relative;
}
.homepro ul li:hover img:first-child{
    opacity: 0;
    transition: 0.5s;
}
.homepro ul li:hover img:last-child{
    opacity: 1;
    transition: 0.5s;
}

.homeprobig{
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}
.homepropic{
    margin: 0 auto;
    margin-bottom:10rem;

}
.homepro ul li:nth-child(even){
    background:#f7f9fa;
}
.homeprotxt{
    display: flex;
    flex-direction: column;
}
.homeprotxt h2{
    font-size:2.4rem;
    text-align: center;
    margin-bottom:2rem;
}
.homeprotxt section{
    width:24.6rem;
    text-align: center;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
    margin: 0 auto;
    text-align: left;
}
.homeprotxt span{
    margin:3rem auto 2.4rem;
    font-size:1.4rem;
    color:#255aa9;
}
.homeprotxt a{
    text-align: center;
    padding-bottom:8rem;
    color:#999999;
}
.homepro{
    position: relative;
    overflow: hidden;
}
.homesafetitle{
    position:absolute;
    top:12rem;
    width: 100%;
    z-index: 2;
    text-align: center;
    font-family: Arial;
    font-size: 5rem;
    font-weight: bold;
    color:#fff;
}

.homesafe{
    position:relative;
}
.homesafebg{
    position:relative;
    z-index: -1;
    width: 100%;
}
.homesafebgd{
    background:url(../images/safebg.png) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 45rem;
}
.safeswiper{
    transform: translate(0%,-12rem);
}
.homesafepic img{
    width: 100%;

}
.homesafepic::after{
    content:"";
    width: 0;
    height: 3px;
    background:#255aa9;
    transition: .5s;
    display: block;
}
.homesafetxt{
    font-size:2rem;
    color:#333333;
    position:absolute;
    left: 4rem;
    top: 4rem;
}
.safeswiper .swiper-slide a{
    position:relative;
    height: 34rem;
    display: flex;
    background: white;
    padding-bottom: 0.5rem;
}
.safejt{
    position:absolute;
    width: 3rem;
    height: 3rem;
    right: 1.7rem;
    bottom:1.2rem;
    background:url(../images/jtr.png) no-repeat;
    background-size:cover;
}
.safeswiper .swiper-slide:hover .homesafepic:after{
    width: 100%;
    transition: .5s;
}
.homesafepic{
    box-shadow: 5px 2px 10px 0 rgba(24, 24, 24, 0.14);
    transition: .5s;
    align-items: center;
    display: flex;
}
.safeswiper .swiper-slide:hover .homesafepic{
    box-shadow: 10px 5px 20px 0 rgba(24, 24, 24, 0.14);
    transition: .5s;
}

.swiper-pagination-safe{
    bottom:0%;
    position: relative;
    margin-top:5rem;
}
.homesafe .swiper-pagination-bullet{
    width: 1.2rem;
    height:1.2rem;
    border-radius: 0;
    opacity: 0.6;
    background:#cccccc;
}
.homesafe .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background:#255aa9;
    opacity: 1;
}
.homecasetxttitle{
    font-family: Arial;
    font-size:5rem;
    color: #255aa9;
    font-weight: bold;
    position: relative;
    flex-direction: column;
    display: flex;
}

.homecasetxtbig {
    position: relative;
    padding: 6rem  16.7rem 6rem 7.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: translate(0,-10rem);
    background: white;
    z-index: 9;
    box-shadow: 10px 5px 20px 0 rgba(24, 24, 24, 0.14);
}
.homecasetxtcontent{
    width: 66.5rem;
}
.homecasetxtcontent h2{
    font-size:2rem;
    color:#333333;
    margin-bottom:2rem;
}
.homecasetxtcontent section{
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
    font-size:1.4rem;
    line-height: 171%;
    color:#666666;
}
.casetxt a{
    background:white;
    display: block;
}
.casetu .swiper-pagination-case{
    bottom:20%;
}
.casetu .swiper-pagination-bullet {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 0;
    opacity: 0.6;
    background: #cccccc;
}
.casetu .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background:#010684;
    opacity: 1;
}
.casetu img{
    width: 100%;
}
.homeabout{
    padding-bottom:12rem;
    background:url(../images/homeaboutbg.png) no-repeat 85%  top; 
    overflow: hidden;
}
.homeabouttitle{
    font-family: Arial;
    font-size: 5rem;
    color: #255aa9;
    font-weight: bold;
    position: relative;
    flex-direction: column;
    display: flex;
}

.homeaboutbig{
    display: flex;
    justify-content: space-between;
}
.homeaboutright{
    width: 51%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.homeaboutleft{
    width: 43%;
    overflow: hidden;
}
.homeaboutleft:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 500ms ease-in 0ms;
}
.homeaboutleft img{
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
    width: 100%;
}
.homeaboutright a{
    display: flex;
    margin-top: 10.6rem;
    width: 18.8rem;
    height: 5.1rem;
    justify-content: center;
    align-items: center;
    color: #666666;
    border: 1px solid #666666;
    border-radius: 25px;
    transition:background-color .5s,color .5s;
    background-color: transparent;
}
.homeaboutright a:hover{
    background:#255aa9;
    border:1px solid #255aa9;
    transition:background .5s , color .5s;
    color:white;
}
.homenews{
    padding-top:9rem;
    background:#f7fafa;
    overflow: hidden;
}
.homenewstitle{
    font-family: Arial;
    font-size: 5rem;
    color: #255aa9;
    font-weight: bold;
    position: relative;
    flex-direction: column;
    display: flex;
}

.homenewstop{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.homenewstop ul{
    display: flex;
    justify-content: space-between;
}

.homenewstop ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width:20.7rem;
    height: 5rem;
    background:#edf0f0;
    color:#666666;
    border-radius: 25px;
    transition: .5s;
}
.homenewstop ul li:first-child{
    margin-right: 2.4rem;
}
.homenewstop ul li a:hover{
    background:#255aa9;
    transition: .5s;
    color:#fff;
}
.homenewcontent ul{
    display: flex;
    justify-content: space-between;
}
.homenewcontent ul li{
    width: 31.7%;
}
.homenewswen{
    padding:3.2rem 2.6rem 3rem 2.5rem;
    background:#fff;
    transition:background .5s;
}
.homenewswen h2{
    font-size:1.6rem;
    line-height: 162.5%;
    font-weight: bold;
    color:#333;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
    margin-bottom:1.6rem;
    transition:color .5s;
}
.homenewswen section{
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
    font-size:1.4rem;
    line-height: 157%;
    color:#666666;
    margin-bottom:3.3rem;
    transition:color .5s;
}
.homenewstu img{
    width: 100%;
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}
.homenewstu{
    overflow: hidden;
}
.homenewcontent ul li:hover .homenewstu img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 500ms ease-in 0ms;
}
.shijian{
    display: flex;
    justify-content: space-between;
}
.shijian{
    color:#666666;
    font-size:1.4rem;
    transition: .5s color;
}
.homenewcontent ul li:hover .homenewswen {
    background:#255aa9;
    transition:background .5s;
}
.homenewcontent ul li:hover .homenewswen h2,.homenewcontent ul li:hover .homenewswen section,.homenewcontent ul li:hover .homenewswen span{
    color:white;
    transition:color .5s;
}
footer{
    background:#0a0c18;
    padding-top:11.6rem ;
}
.dibulogo{
    display: flex;
    align-items: center;
    margin-bottom:4.8rem;
}
.dibulogo img{
    width: 21.9rem;
    height: 3.9rem;
}
.xinxi ul{
    display: flex;
    flex-direction: column;
}
.xinxi ul li {
    display: flex;   
}
.footerxxtu{
    margin-right:2.7rem;
}
.footerxxwen a{
    color:white;
    font-size:1.4rem;
    line-height: 171%;
}
.footerxxwen{
    color:white;
}
.xinxi ul li {
    margin-bottom:3.7rem;
}
.footerxxwen a:hover{
    opacity: 0.8;
}
.footertop{
    display: flex;
    justify-content: space-between;
}
.footerlist h2{
    font-size:1.6rem;
    font-weight: bold;
    color:white;
    margin-bottom:3rem;
}
.footerlist ul li{
    margin-bottom:2.5rem;
}
.footerlist ul li a{
    color:#ffffff;
}
.footerlist ul li a:hover{
    opacity: .8;
}
.fotterewm img{
    width: 13rem;
    height: 13rem;
    margin: 0 auto;
    margin-bottom:2rem;
}
.fotterewm p{
    text-align: center;
    color:white;
    margin-bottom:3rem;
}
.fotterewm ul li img{
    width: 3.1rem;
    height: 3.1rem;
    margin: 0;
}
.fotterewm ul{
    display: flex;
    justify-content: space-between;
}
.banquan{
    display: flex;
    justify-content: space-between;
}
.footertop{
    padding-bottom:8rem;
}
.banquanbig{
    border-top:1px solid rgba(255,255,255,.3);
    padding:2rem 0;
}
.banquan p{
    color:#fff;
}
.banquan a{
    color:#fff;
}
.banquan a:hover{
    opacity: 0.8;
}
.lanmux{
    height: 7.4rem;
    box-shadow: 0px 10px 10px rgb(0 0 0 / 10%);
    background: #fff;
    position: relative;
}
.lm-ct ul {
    display: flex;
    display: -webkit-flex;
}
.lm-ct ul li {
    list-style-type: none;
    margin-right: 5rem;
}

.lm-ct ul li a {
    display: block;
    line-height: 7.4rem;
    font-size: 1.6rem;
    color: #555555;
    cursor: pointer;
}
.lm-ct > span {
    display: block;
    height: 4px;
    background: #255aa9;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 6;
    transition: .5s;
}
.lm-ct ul li:hover a {
    color: #255aa9;
}
.lm-ct ul li.hover a {
    color: #255aa9;
}
.companytitle{
    font-size: 3.8rem;
    color: #255aa9;
    margin-top: 3rem;
    margin-bottom: 3.5rem;
    font-weight: bold;
}
.companybig {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.companyleft {
    width: 50%;
}
.companyright {
    width: 45%;
    overflow: hidden;
}

.companyright img{
    width: 100%;
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}
.companyright:hover img{
    width: 100%;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 500ms ease-in 0ms;
}

.companyleft section{

    line-height: 200%;
    font-size:1.4rem;
}
.company{
    padding:40px 0;
}
.qywh {
    padding-top: 7.6rem;
    padding-bottom: 10.2rem;
    background-color: #f4f4f4;
}
.qywhtitle{
    font-size: 3.8rem;
    color: #181818;
    margin-top: 3rem;
    margin-bottom: 3.5rem;
    font-weight: bold;
}
.qywhlb ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.qywhlb ul li{
    width: 49%;
    margin-bottom:2rem;
    height: auto;
    overflow: hidden;
    padding: 2.5rem;
    color: rgba(55,55,58,.8);
    line-height: 138%;
    background-color: #FFFFFF;
    transition:background-color .5s,color .5s;
    font-size: 1.8rem;
}

.qywhtu1 {
    width: 50px;
    height: 50px;
    background: url(../images/yuanjing.png) top left;
    transition: .5s;
    background-repeat: no-repeat;
}
.qywhtu2 {
    width: 50px;
    height: 50px;
    background: url(../images/shiming.png) top left;
    transition: .5s;
    background-repeat: no-repeat;
}
.qywhtu3 {
    width: 50px;
    height: 50px;
    background: url(../images/linian.png) top left;
    transition: .5s;
    background-repeat: no-repeat;
}
.qywhtu4 {
    width: 50px;
    height: 50px;
    background: url(../images/zongzhi.png) top left;
    transition: .5s;
    background-repeat: no-repeat;
}
.qywhtu5 {
    width: 50px;
    height: 50px;
    background: url(../images/zl.png) top left;
    transition: background .5s;
    background-repeat: no-repeat;
}
.qywhlb ul li:hover .qywhtu1{
    background: url(../images/yuanjing.png) bottom left;
    transition: background .5s;
}
.qywhlb ul li:hover .qywhtu2{
    background: url(../images/shiming.png) bottom left;
    transition: background .5s;
}
.qywhlb ul li:hover .qywhtu3{
    background: url(../images/linian.png) bottom left;
    transition: background .5s;
}
.qywhlb ul li:hover .qywhtu4{
    background: url(../images/zongzhi.png) bottom left;
    transition: background .5s;
}
.qywhlb ul li:hover .qywhtu5{
    background: url(../images/zl.png) bottom left;
    transition: background .5s;  
}
.qywhlb ul li:hover{
    background: #255aa9;
    color: white;
    transition:background .5s,color .5s;
}
.qywhlb ul li h3 {
    font-size: 1.9rem;
    font-weight: bold;
    color: #37373a;
    margin-top: 2.5rem;
    margin-bottom: 2.2rem;
}
.qywhlb ul li:hover h3{
    color: white;
    transition:color .5s;
}
.fzlc{
    padding: 8rem 0 6rem;
    background: url("../images/fzlc.jpg") no-repeat center;
}
.fzlcbt{
    font-size: 3.8rem;
    font-weight: 900;
}
.slider-nav {
    width: 81%;
    margin-left: -5.5rem;
    margin-top: 4.8rem;
    overflow: hidden;
}
.slider-nav  p {
    font-size: 2.4rem;
    font-weight: 800;
    color: #292929;
    margin-bottom: 2.6rem;
    cursor: pointer;
    text-align: center;
}
.slick-center p{
    color: #255aa9;
}

.slider-nav .slick-center .line::after{
    position: absolute;
    content: '';
    border-top: 10px solid #255aa9;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    left: 50%;
    transform: translateX(-50%);
}
.line{
    display: flex;
    align-items: center;
}
.slick-center div{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.falcnr{
    position:relative
}
.falcnr:after{
    content: '';
    position: absolute;
    z-index: 1;
    top: 10rem;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(20, 20, 20, 0.9);
}
.slider-for>div{
    padding: 4.4rem 0 8.6rem 3.6rem;
    background: #ffffff;
}
.slider-for h3{
    font-size: 3rem;
    font-weight: 900;
    color: #255aa9;
}
.slider-for  p{
    font-size: 2.4rem;
    font-weight: 600;
    color: #255aa9;
}

.slider-nav{
    overflow: hidden;
}
.slider-for{
    margin-top: 3.6rem;
    box-shadow: 0px 0px 18px 0px rgba(83, 83, 83, 0.11);
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 36px;
    line-height: 1;
    opacity: .75;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slider-for .slick-next{
    right: 20%;
    top: -58%;
}
.slider-for .slick-prev{
    left:auto;
    right : 25%;
    top: -58%;
}
.casedetail ul li{
    margin-bottom:20px;
    width: 24%;
    margin-right: 1%;
}
.casedetail ul{
    display: flex;
    flex-wrap: wrap;
}

.casedetail{
    padding:6rem 0;
}
.casedetail ul li a .casedwen{
    display: block;
    text-align: center;
    height: 4.5rem;
    line-height: 4.5rem;
    font-size: 1.6rem;
    transition: .5s;
    border-bottom: 1px solid #c4c4c4;
    color: #000;
}
.casedetail ul li a:hover .casedwen{
    background:#255aa9;
    color: #fff;
    transition: .5s;
}
.casedetail ul li a:hover .casedtu img{
    transform: scale(1.1);
    transition: .5s;
}
.casedtu img{
    width: 100%;
    transition: .5s;
}
.casedtu{
    overflow: hidden;
    aspect-ratio: 1/1;
    background-position: center;
    background-size:cover;
}
.xwdd {
    background: #fafafa;
    padding: 6rem 0px;
}
.inewsct {
    background: #fff;
    padding: 4rem;
    box-shadow: 0px 0px 5px rgba(0,0,0,.2);
}
.inewsct .inews-tt p {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 130%;
    margin-bottom: 1rem;
}
.inewsct .inews-tt span {
    color: rgba(0,0,0,.55);
}
.inewsct .inews-tt {
    border-bottom: 1px rgba(0,0,0,.25) dashed;
    padding-bottom: 1rem;
}
.inewsct .inews-ct {
    padding-top: 2rem;
    color: rgba(0,0,0,.7);
    line-height: 200%;
    font-size:1.4rem;
}
.newsdetail{
    padding: 4.8rem 0 2.5rem;
    background: #f9f9f9;
}
.newsdetail ul li {
    margin-bottom: 17px;
}
.newsdetail ul li a {
    padding: 1.2rem 3.9rem 1.3rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #f2f2f2;
    transition:border .5s;
}
.newslisttu {
    width: 21%;
    overflow: hidden;
}
.newslistwen {
    width: 77%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 1.4rem;
    padding-bottom: 0.8rem;
}
.newslistwen h2 {
    font-size: 1.6rem;
    line-height: 162.5%;
    font-weight: bold;
    color: #333;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 1.6rem;
    transition: color .5s;
}
.newslistwen section {
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
    font-size: 1.4rem;
    line-height: 157%;
    color: #666666;
    margin-bottom: 3.3rem;
    transition: color .5s;
}

.newsdetail ul li:hover a {
    background:#255aa9;
    transition: background .5s;
}
.newsdetail ul li:hover a h2{
    color:white;
    transition: color .5s;
}
.newsdetail ul li:hover section{
    color:white;
    transition: color .5s;
}
.newsdetail ul li:hover .shijian{
    color:white;
    transition: color .5s;
}
.newslisttu img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
    width: 100%;
}
.newslist ul li:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 500ms ease-in 0ms;
}
.xwny {
    padding: 4.8rem 0 2.5rem;
    background: #f0f0f0;
}
.xwddbig {
    display: flex;
    justify-content: space-between;
}
.xwddleft {
    width: 70%;
    background-color: #fff;
    padding: 4rem 4.5rem 6rem;
    border-top: #255aa9 solid 6px;
}
.xwddbt h2 {
    line-height: 125%;
    font-size: 3.2rem;
    color: #333333;
    font-weight: 700;
}
.xwddbt h3 {
    margin-top: 1.3rem;
    font-size: 1.6rem;
    line-height: 137.5%;
    color: #999999;
}
.xwddleft section {
    margin-top: 5.1rem;
    margin-bottom:5.1rem;
    font-size: 1.4rem;
    color: #7d7d7d;
    line-height: 171.428571%;
}
.xwddright {
    width: 28%;
    background-color: #fff;
    border-top: #255aa9 solid 6px;
    float: right;
}
.xwddrightbt {
    width: 100%;
    height: 34px;
    background: rgba(18,18,18,0.04);
    color: #333333;
    line-height: 34px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-top: 31px;
    margin-bottom: 10px;
}
.xwddright ul li {
    padding: 2rem 1.5rem;
    transition: .5s;
}
.xwddright ul li:hover {
    background: #c2c1c1;
    transition: .5s;
}
.zxxwwen h2 {
    font-size: 1.6rem;
    color: #393b40;
    min-height: 4rem;
    line-height: 150%;
    font-weight: 600;
    text-align: left;
    margin: 1.5rem 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
}
.zxxwsj {
    color: #393b40;
    font-size: 1.4rem;
}
.contactdleft h2 {
    font-size: 3.8rem;
    color: #333333;
    margin-top: 2.7rem;
    padding-bottom: 4.7rem;
    margin-bottom: 6.8rem;
    background: url(../images/xiahua.jpg) left bottom;
    background-repeat: no-repeat;
}
.contactd {
    margin: 5rem auto 9.5rem;
    line-height: 3.5rem;
    font-size: 1.6rem;
}
.contactdbig{
    display: flex;
    justify-content: space-between;
}
.contactdleft{
    width: 40%;
}
.contactright{
    width: 60%;
}
.contactdleft a{
    color:#333;
}
.contactdleft a:hover{
    opacity: 0.8;
}
.message{
    overflow: hidden;
    padding-top: 7.3rem;
    padding-bottom: 3.6rem;
    background-color: #f1f1f1;
}
.formtop{
    display: flex;
    justify-content: space-between;
}
.formtop>div{
    width: 32%;
    border-radius: 8px;
}
.formtoptitle{
    display: flex;
}
.formtoptitle h4{
    font-size:1.8rem;
}
.kk2{
    width: 100%;
    border-radius: 8px;
}
.messagetitle h2 {
    font-size: 2rem;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 2rem;
}

.messagetitle h3 {
    font-weight:bolder;
    font-size: 3.8rem;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 7.3rem;
    color: #2d2d2d;
}
.messagetitle span{
    color:#255aa9;
}
.formtop{
    margin-bottom:20px;
}
.anniu1 {
    width: 20.8rem;
    height: 5.4rem;
    font-size: 1.8rem;
    background-color: #255aa9;
    border: 1px solid #255aa9;
    padding: 0px;
    margin-top: 2rem;
}
.prolistbig {
    height: auto;
    position: relative;
    padding-bottom: 10.2rem;
    background-color: #f2f2f2;
    padding-top: 4.5rem;
}
.prolist ul{
    display: flex;
    flex-wrap: wrap;
}
.prolist ul li{
    width: 24%;
    margin-right: 1%;
}

.prolisttu img{
    width: 100%;
}
.prolist ul li a{
    height: auto;
    overflow: hidden;
    background-color: #FFFFFF;
    position: relative;
    padding: 2rem;
    margin-bottom: 4.5rem;
    display: block;
    color:#333;
    text-align: center;
}
.prolist ul li img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
    width: 100%;
}
.prolist ul li:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 500ms ease-in 0ms;
}
.prolisttu{
    overflow: hidden;
    aspect-ratio: 1/1;
}
.prolisttu img {
    object-fit: contain;
    height: 100%;
}
.cptu-zi {
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
    height: auto;
    overflow: hidden;
    text-align: center;
    font-size: 1.6rem;
    line-height: 150%;
}
.cpmore {
    width: 13rem;
    height:4rem;
    line-height: 4rem;
    font-size: 1.3rem;
    text-align: center;
    color: #FFFFFF;
    background-color: #000000;
    margin: 3rem auto 0px;
}
.cpprodetailnr {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.fanhuiw a {
    display: block;
    width: 100%;
    height: 4.9rem;
    line-height:  4.9rem;
    background-color: #fafafa;
    color: #5e6464;
    font-size: 2rem;
    text-align: center;
}
.fanhuiw{
    width: 12.5rem;
    height: 4.9rem;
    margin-top: 4rem;
}
.fanhuiw img{
    width: 2.5rem;
    height: 2.5rem;
    
}
.prodbig{
    display: flex;
    justify-content: space-between;
    margin-top:20px;
}
.prodleft{
    width: 45.33%;
}
.thumbnails {
    display: flex;
    margin-top: 2rem;
}
.easyzoom.is-ready img {
    max-width: inherit;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.easyzoom img{
    aspect-ratio: 1/1;
    object-fit: cover;
}
.easyzoom {
    border-radius: 10px;
    overflow: hidden;
    border:1px solid rgba(0,0,0,.2);
        pointer-events: none;
}
.thumbnails li {
    float: left;
    width: 20%;
    margin-right: 5px;
    border:1px solid rgba(0,0,0,.2);
    display: flex;
    align-items: center;
    border-radius: 8px;
    overflow: hidden;
}
.thumbnails li img {

    width: 100%;
    height: 100%;
    object-fit: contain;
}
.thumbnails li a  {
    width: 100%;
    height: 100%;
}
.proright .pro-ptt {
    display: block;
    font-size: 2.5rem;
    color: #FFFFFF;
    background-color: #255aa9;
    font-weight: bold;
    padding: 1.5rem;
}
.proright {
    width: 52%;
    float: right;
}
.tedian {
    height: auto;
    overflow: hidden;
    padding: 3rem;
    line-height: 170%;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: 2px solid rgba(127,127,127,.16);
    display: block;
    color: rgba(0,0,0,.8);
    font-size: 1.74rem;
    width: 100%;
    word-wrap: break-word;
    line-height: 200%;
    max-height: 51.8rem;
}

.cpxq-lan span{
    list-style-type: none;
    line-height: 260%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border-bottom: 3px solid #255aa9;
    color: #255aa9;
    font-size: 2rem;
    float: left;
}
.cpxq-lan {
    height: auto;
    overflow: hidden;
    background-color: #f5f6f6;
    padding-left: 1.5rem;
    margin-top:2rem;
}
.prodetail{
    padding: 5rem 0;
}
.cpxq-nei {
    padding: 2.5rem;
    height: auto;
    overflow: hidden;
    font-size: 1.6rem;
    line-height: 200%;
    color: #515151;
}
.lm-ct{
    display: flex;
    justify-content: space-between;
}
.bread{
    display: flex;
    justify-content: space-between;
    line-height: 7.4rem;
    font-size: 1.6rem;
    color: #555555;
    cursor: pointer;
}
.bread a{
    max-width: 14rem;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
    color:#555;
}
.bread span{
    margin:0 1.5rem;
}
.bread a:hover{
    color: #255aa9;
    transition: .5s;
}
.nybanner img{
    width:100%;
}
.fanye {
    margin-top:2rem;
    font-size: 1.4rem;
}
.liebiao {
    height:7.8rem;
    border:1px solid #ebebeb;
    margin-top:2.5rem;
}
 .liebiao-aa {
    width:16%;
    height:7.8rem;
    line-height:7.8rem;
    text-align:center;
    float:left;
    border-right:1px solid #ebebeb;
    display: flex;
    justify-content: center;
    align-items: center;
}
 .liebiao-bb {
    width:68%;
    height:7.8rem;
    line-height:7.8rem;
    float:left;
    text-align:center;
    color:#919191;
    border-right:1px solid #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center;
}
 .liebiao-bb img{
     height:3rem;
 }  

 .liebiao-bb a {
    color:#919191;
    font-size:1.4rem;
}
 .liebiao-cc {
    width:16%;
    height:7.8rem;
    line-height:7.8rem;
    text-align:center;
    float:right;
    display: flex;
    justify-content: center;
    align-items: center
}  
.bannnertu{
    width: 100%;
    height: 100%;
}
.mySwiper {
    width: 100%;
    height: 100%;
}
.searchbig{
    padding:6rem 0;
}
.searchbig h1{
    margin-bottom:2rem;
}
.searchbig .newslist{
    margin-top:2rem;
}
.pdtmenu {
    position: absolute;
    width: 150%;
    top: 100%;
    left: -20%;
    background: #fff;
    display: none;
    box-shadow: 0px 10px 10px rgb(0 0 0 / 10%);
    border-top: 1px solid #fff;
    overflow: hidden;
}
.pdtmenu dl {
    margin: 0;
}
.pdtmenu dl dd{
	position:relative;
    padding:0 0.9rem;
}
.pdtmenu dl dd a{
    display: block;
    padding:1.5rem 0;
    color:#333;
    text-align: center;
    border-bottom:1px solid #fff;
    transition: .5s;
    font-size:1.4rem;
}
.pdtmenu dl dd:last-child a{
    border-bottom:1px solid transparent;
}
.pdtmenu dl dd:hover{
    transition: .5s;
}
.pdtmenu dl dd:hover a{
    border-bottom:1px solid transparent;
    color:#255aa9;
    transition: .5s;
}
header.head .menu ul li .pdtmenu dl dd:hover a{
    border-bottom:1px solid transparent;
    color:#255aa9;
    transition: .5s;
}
.yuyan .pdtmenu {
    width: 160%;
}
.yuyan .pdtmenu dl dd a{
    padding:1rem 0;
    line-height:100%;
}
.yc{
    display: block;
}
.yd{
    display: none;
}
.read-more{
    width: 20rem;
    border: 1px solid #255aa9;
    background: #255aa9;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    color: #fff;
    margin-top: 1.2rem;
}
.read-more:hover {
    opacity: 0.9;
    color: #fff;
}

.proshare h3{
    margin:2rem 0;
}
@media(max-width:1768px){
    html {
        font-size: 9.208333px; 
    }

}
@media(max-width:1680px){
    html {
        font-size: 8.75px; 
    }


}
@media(max-width:1600px){
    html {
        font-size: 8.333333px; 
    }

}
@media(max-width:1550px){
    html {
        font-size: 7.833333px; 
    }
    
}
@media(max-width:1480px){
    html {
        font-size: 7.53125px; 
    }
}
@media(max-width:1440px){
    html {
        font-size: 7.5px; 
    }
    .xwtjwen span{
        width: 14rem;
    }
}
@media(max-width:1366px){
    html {
        font-size: 7.114583px; 
    }
    .xwtjwen span {
        width: 15rem;
    }
}
@media(max-width:1280px){
    html {
        font-size: 6.666667px; 
    }
    .xwtjwen span {
        width: 16rem;
    }
}
@media(max-width:1176px){
    html {
        font-size: 6.125px; 
    }
    .footercontact a {
        width: 16rem;

    }
    .homeprotop ul li .homeprotxt a{
        width: 12rem;
    }
    .homeprobottom ul li .homeprotxt a {
        width: 12rem;
    }
    .xwtjwen span {
        width: 17rem;
    }
}
@media(max-width:1152px){
    html {
        font-size: 6px; 
    }
    .xwtjwen span {
        width: 17rem;
    }

}
@media(max-width:1024px){

    html {
        font-size: 5.333333px; 
    }
    .xwtjwen span {
        width: 18rem;
    }

}
@media(max-width:992px){
    html {
    font-size: 10px;
    }
    .container{
        width: 100%;
    }
    .topbig{
        width: 100%;
    }
    .tool{
        display: none;
    }
    .yc{
        display: none;
    }
    .yd{
        display: block;
    }
    .logo img {
        height: 35px;
        width: auto;
    }
    .menu {
        position: fixed;
        width: 70%;
        height: 100%;
        right: -100%;
        top: 0;
        z-index: 9999;
        background: #fff;
        transition: .3s;
    }
    .nav-logo {
        width: 25px;
        display: block;
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .menuu{

		right:0;

	}

	.menu i{

		display:block;

		height:42px;

		padding:0px 15px;

		background:rgba(0,0,0,.08);

		font-weight:bold;

		line-height:42px;

		color:#000;

	}

	.menu ul{

		flex-wrap:wrap;

	}

	.menu ul li{

		width:100%;

		padding: 0px 0px;

	}

	.menu ul li a{

		line-height: 42px;

		font-size: 1.4rem;

		padding: 0px 15px;
        display: block;
		color:#333;

		border-bottom:1px rgba(0,0,0,.15) solid;

		background:url(../images/mujt.png) right 15px center no-repeat;

		background-size:auto 15px;

	}
    .homecase{
        overflow: hidden;
    }
    .nav-logo i {
        display: block;
        padding: 2px 0px;
    }
    .nav-logo i:after {
        content: "";
        display: block;
        height: 2px;
        background: #fff;
        width: 25px;
    }
    header.head .nav-logo i:after {
        content: "";
        display: block;
        height: 2px;
        background: #000;
        width: 25px;
    }
    .topbig{
        padding: 10px 15px;
    }
    header.head .logo1 img{
        height: 35px;
    }
    .logo2 img {
        height: 28px !important;
        width: auto !important;
    }
    .bannertitle {
        font-size: 2.4rem;
        line-height: 200%;
        color: white;
        font-weight: bold;
        position: relative;
        transition-duration: 1.6s;
        transition-delay: .8s;
        opacity: 0;
    }
    .banner img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .banner {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .bannertitle::after {
        top: -5px;
    }
    .bannermore a {
        margin-top: 2rem;
    }
    .bannerwen {
        position: absolute;
        top: 40%;
        left: 20px;
    }
    .homepro ul li {
        height: 72vh;
        width:100%;
    }
    .homepro ul{
        flex-wrap: wrap;
    }
    .homepropic {
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .safeswiper {
        transform: translate(0%,0rem);
    }
    .homesafebgd{
        height:200px;
    }
    .homecasetxtbig {
        position: relative;
        padding:20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transform: translate(0,0rem);
        background: white;
        z-index: 9;
        box-shadow: 10px 5px 20px 0 rgba(24, 24, 24, 0.14);
        flex-direction: column;
        margin-bottom:20px;
    }
    .homeaboutbig{
        flex-direction: column;

    }
    .homeabout{
        padding:20px;
        background: url(../images/homeaboutbg.png) no-repeat 85% bottom;
    }
    .homeaboutleft {
        width: 100%;
        overflow: hidden;
        margin-bottom:20px;
    }
    .homeaboutright {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .homenews {
        padding:20px;
    }
    .homenewcontent ul li {
        width: 100%;
        margin-bottom:20px;
    }
    .homenewcontent ul{
        flex-wrap: wrap;
    }
    footer{
        padding:20px;
    }
    .footerlist{
        display: none;
    }
    .fotterewm{
        display: none;
    }
    .banquan{
        flex-direction: column;
    }
    .footertop {
        padding-bottom: 2rem;
    }
    .menu ul li{
        height: auto;
    }
    .menu ul li a{
        height: auto;
    }
    .menu ul {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        height: auto;
    }
    .heise {
        position: fixed;
        display: none;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 998;
        background: rgba(0,0,0,.7) url(../images/guanbi.png) 11% center no-repeat;
        background-size: auto 40px;
    }
    .menu ul li:first-child {
        margin-left: 0rem;
    }
    .lm-ct{
        flex-wrap: wrap;
    }
    .lanmux {
        padding:0 20px;
        height: auto;
    }
    .lm-ct ul li{
        width: 50%;
        margin: 0;
    }
    .lm-ct ul{
        flex-wrap: wrap;
        width: 100%;
    }
    .lm-ct > span{
        display: none;
    }
    .prolistbig{
        padding: 20px;
    }
    .prolist ul li {
        width: 49%;
        margin-right: 0%;
    }
    .prolist ul{
        display: flex;
        justify-content: space-between;
    }
    .prodetail{
        padding:20px;
    }
    .prodbig{
        flex-wrap: wrap;
    }
    .prodleft {
        width: 100%;
    }
    .proright {
        width: 100%;
        float: right;
    }
    .menu ul li a:after{
        left:0;
    }
    .casedetail{
        padding: 20px;
    }
    .casedetail ul li {
        margin-bottom: 20px;
        width: 49%;
        margin-right: 0;
    }
    .casedetail ul {
        justify-content: space-between;
    }
    .xwdd {
        padding:20px;
    }
    .company{
        padding:20px;
    }
    .companybig{
        flex-direction: column;
    }
    .companyleft {
        width: 100%;
    }
    .companyright{
        width: 100%;
    }
    .qywh{
        padding:20px;
    }
    .fzlcbt{
        padding:0 20px;
    }
    .slider-for{
        padding:0 20px;   
    }
    .slick-prev:before, .slick-next:before {
        font-size: 20px;
    }
    .slider-for .slick-next {
        right: 10%;
        top: -60%;
    }
    .slider-for .slick-prev {
        left: auto;
        right: 15%;
        top: -60%;
    }
    .newsdetail{
        padding:20px;
    }
    .newsdetail ul li a{
        flex-direction: column;
        padding:10px;
    }
    .newslisttu {
        width: 100%;
        overflow: hidden;
    }
    .newslistwen {
        width: 100%;
    }
    .xwddright{
        display: none;
    }
    .xwny{
        padding:20px;
    }
    .xwddleft {
        padding: 20px;
        width: 100%;
    }
    .contactd{
        padding:20px;
        margin:0;
    }
    .contactdbig{
        flex-wrap: wrap;
    }
    .contactdleft {
        width: 100%;
        margin-bottom:20px;
    }
    .contactright {
        width: 100%;
    }
    .message {
        padding: 20px;
    }
    .messagetitle h3 {
        margin-bottom:20px;
    }
    .formtop{
        flex-wrap: wrap;
    }
    .formtop>div{
        width: 100%;
        margin-bottom:20px;
    }
    .formtop{
        margin: 0;
    }
    header{
        height: 80px;
    }
    header.head{
        height: 47px;
    }
    .b-height {
		height:50px;
	}
	.fygnav {
		padding:0px;
		height:50px;
		background-color: #255aa9;
	}
	.fygnav ul {
		list-style-type:none;
		width:100%;
		margin:0px;
		padding:0px;
	}
	.fygnav li {
		width:25%;
		text-align:center;
		float:left;
		margin:0;
	}
    .fygnav ul {
        list-style-type: none;
        width: 100%;
        margin: 0px;
        padding: 0px;
        display: flex;
        align-items: center;
    }
    .fygnav li a img {
        height: 20px;
        width: 20px;
    }
    .fygnav li a {
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        color: #FFFFFF;
        background-color:  #255aa9;
        height: 55px;
        font-size:12px;
        white-space: nowrap;
    }
    .safeswiper .swiper-slide a {
        height: 45vh;
    }
    .menu ul li a{
        font-size:14px;
    }
    .lm-ct ul li a{
        font-size:14px;
    }
}
