
a {
    text-decoration: none;
}



header {
    height: 120px;
    line-height: 120px;
position: fixed;z-index: 9;background-color: #fff;width: 100%;}

header .container nav {
    /*padding-left: 90px;*/
    text-align: right;
}

header .lang {
    position: relative;
    background-image: url(../images/tuoyuan.png);
    /* border: 1px solid #ccc; */
    display: inline-block;
    line-height: normal;
    padding: 10px 33px;
    background-repeat: no-repeat;
    /* margin-top: 2rem; */
    }
header .logo img{
 /* margin-top: 1.5rem; */
 width: 100%;
}

header .lang .qiu,
header .lang .yu,
header .lang .san {
    display: inline-block;
}

header .lang .yu {
    padding-right: 5px;
}

header .lang .duoyu {
    display: none;
}

header .lang:hover .duoyu {
    display: block;
    position: absolute;
    top: 43px;
    font-size: 17px;
    left: 1px;
    padding: 7px 50px;
    border: 1px solid #e9e5e5;
    background-color: #fff;
    /* background-image: url(../images/tuoyuan.png); */
    z-index: 8;
    border-radius: 15px;
}

header nav ul li {
    display: inline-block;

    position: relative;
    transition: .4s;
}

header nav ul li .nav-sub {
    border: none;
    background: #fff;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    border-radius: 0;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
    position: absolute;
    min-width: 100%;
    transition: all .5s ease;
    max-height: 0;
    overflow: hidden;
    z-index: 9999;
}
header nav ul li:hover .nav-sub {
    max-height: 800px;
}
header nav ul li .nav-sub a {
    border: none;
    padding: 0 10px;
    text-align: center;
    line-height: 46px;
    height: 46px;
    font-size: 14px;
    color: #666;
    display: block;
    white-space: nowrap;
}
header nav ul li .nav-sub a:hover{
    background-color: #0068b6;
    color: #fff;
}
header nav ul li:hover {
    background: #0068b6;
}
header nav ul li:hover>a{
    color: #fff;
}
header nav ul li.cur a {
    color: #0068b6;
}

header nav ul li>a {
    font-size: 16px;
    color: #111;
    padding:0 15px;
}




#hdp .swiper {
    width: 100%;
    height: 100%;
}

#hdp .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    
justify-content: center;align-items: flex-end;}
#hdp .swiper-slide-active img{
    transform: scale(1.1);
}

#hdp .swiper-slide img {
    display: block;
    width: 100%;
    height: 840px;
    
    
}
#hdp img{
    transition: all ease 7s;
}

#hdp .swiper-pagination {
    
bottom: 2rem;}

#hdp .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgb(27 94 172 / 20%);
    opacity: 1;
}

#hdp .swiper-pagination-bullet-active {
    background-color: #0068b6;
}



#about {
    height: 100%;
    /* background-image: url(../images/about.png); */
    position: relative;
/* background-size: cover; *//* object-fit: cover; */overflow: hidden;}
.about_bg{
    
    background-image: url(../images/about_bg.jpg);
    background-size: cover;
    transition: all 7s;
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
height: 100%;}
.swiper-slide-active .about_bg{
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transition-delay: 0.7s;
}

#about .aboutcon {
    width: 1440px;
    margin: 0 auto;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 60%;
    left: 13%;
    margin-top: -250px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    }

#about .abouttitle,
#about .aboutdes {
    width: 680px;
}
.swiper-slide-active #about .abouttitle {opacity: 1;transition-delay: 0.5s;top: 0px;position: relative;margin-bottom: 20px;}
#about .abouttitle {
    /* padding-top: 10%; */
    position: relative;
    top: 300px;
    opacity: 0;
    transition: all 1.5s;
    }
.swiper-slide-active #about .aboutdes {  
opacity: 1;
    transition-delay: 0.6s;
    top: 0px;
    position: relative;}
#about .aboutdes {
    margin-top: 2%;
    font-size: 15px;
    color: #fff;
    position: relative;
    top: 300px;
    opacity: 0;
    transition: all 1.5s;
}

#about .aboutcon .aboutlink {
    margin-top: 5%;
    background-image: url(../images/more.png);
    background-repeat: no-repeat;
    width: 160px;
    height: 40px;
    line-height: 40px;
}

#about .aboutcon .aboutlink a {
    color: #111;
    font-size: 15px;
    height: 40px;
    padding-left: 23px;
}

#about .aboutcon .aboutlink .you {
    width: 28px;
    height: 7px;
    display: inline-block;
    background-image: url(../images/youjian.png);
    background-repeat: no-repeat;
    margin-left: 20px;
}

#about .abouttitle p:first-child {
    font-size: 46px;
    color: #fff;
    font-weight: 700;
}

#about .abouttitle p:nth-child(2) {
    font-size: 32px;
    color: #fff;
}

#about .qixia {
    position: absolute;
    width: 1440px;
    height: 260px;
    left: 50%;
    margin-left: -720px;
    background-color: #fff;
    bottom: 0;
    border-radius: 35px 35px 0 0;
}

#about .qixia .zi1 {
    padding-top: 80px;
    display: inline-block
}

#about .qixia .zi1 .tu {
    padding-left: 100px;
}

#about .qixia .zi1 .wen {
    font-size: 22px;
    font-weight: 700;
    color: #0068b6;
    padding-left: 70px;
}

#about .qixia .zi1 {
    position: relative;
}

#about .qixia .zi1::after {
    position: absolute;
    content: "";
    height: 260px;
    border: 1px solid #e2e2e2;
    margin-left: 240px;
    display: inline-block;
    width: 1px;
    top: 0;
}

#about .qixia .zz {
    display: inline-block;
    top: 58px;
    position: absolute;
}

#about .qixia .zi2 {
    display: inline-block;
    margin-left: 140px;
}

#about .qixia .zi2 .wen {
    font-size: 15px;
    font-weight: 700;
    padding-top: 18px;
    color: #111;
    padding-bottom: 55px;
}

#about .qixia .zi2 .link a {
    color: #999999;
    font-size: 13px;
}

#about .qixia .zi2 .link a::after {
    content: "";
    width: 28px;
    background-image: url(../images/jian.png);
    height: 7px;
    display: inline-block;
    margin-left: 12px;
}



#cpzx {
    /* background-image: url(../images/cpzx.png); */
/* background-size: cover; */
    /* object-fit: cover; */height: 100%;overflow: hidden;}
.swiper-slide-active .cpzx_bg{
    
transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transition-delay: 0.7s;}
.cpzx_bg{
    background-color: #eee;
    background-size: cover;
    object-fit: cover;
    height: 100%;
    transition: all 7s;
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    }

#cpzx .container {
    /* height: 926px; */
    width: 1440px;
    margin:  0 auto;
position: absolute;top: 0;right: 0;left: 0;bottom: 0;}
.swiper-slide-active #cpzx .tit {  
opacity: 1;
    transition-delay: 0.5s;
    top: 0px;
    position: relative;}
#cpzx .tit {
    font-size: 46px;
    font-weight: 700;
    color: #111;
    text-align: center;
    padding: 9% 0 2% 0;
    position: relative;
    top: 300px;
    opacity: 0;
    transition: all 1.5s;
    }
.swiper-slide-active #cpzx .lm {  
opacity: 1;
    transition-delay: 0.6s;
    top: 0px;
    position: relative;}
#cpzx .lm {
    text-align: center;
position: relative;
    top: 300px;
    opacity: 0;
    transition: all 1.5s;}

#cpzx .lm ul li {
    list-style: none;
    display: inline-block;
    padding-right: 20px;
}

#cpzx .lm ul li.cur a,
#news .lanmu a.cur {
    color: #fff;
    background-color: #0068b6;
    text-decoration: none;
    
}

#cpzx .lm ul li a {
    font-size: 15px;
    color: #111;
    width: 160px;
    padding:0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border-radius: 25px 25px;
    text-decoration: none;
    overflow: hidden; 
text-overflow: ellipsis; 
white-space: nowrap;
}
.swiper-slide-active #cpzx .nei {  
opacity: 1;
    transition-delay: 0.7s;
    top: 0px;
    position: relative;}
#cpzx .nei {
    width: 1440px;
    text-align: center;
    margin: 0 auto;
position: relative;
    top: 300px;
    opacity: 0;
    transition: all 1.5s;}

#cpzx .nei .ncontent {
    display: none;
}

#cpzx .nei .ncontent:first-child {
    display: block;
    display: flex;
}

#cpzx .nei .n {
    width: 460px;
    height: 400px;
    display: inline-block;
    margin-right: 16px;
    background-color: #fff;
    margin-top: 1%;
    border-radius: 25px 25px;
    box-shadow: 0px 1px 1px 0px;
    text-align: center;
}

#cpzx .nei .n .tu {
    padding: 0px 0;
}

#cpzx .nei .n .tu img {
    max-width: 368px;
    max-height: 300px;
    height: 300px;
}

#cpzx .nei .n .titt {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    padding-bottom: 10px;
}

#cpzx .nei .n .link a {
    font-size: 15px;
    color: #999;
    text-decoration: none;
}

#cpzx .container .aboutlink {
    margin: 60px auto;
    background-image: url(../images/more.png);
    background-repeat: no-repeat;
    width: 160px;
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
}

#cpzx .container .aboutlink a {
    color: #111;
    font-size: 15px;
    height: 40px;
    padding-left: 29px;
}

#cpzx .container .aboutlink .you {
    width: 28px;
    height: 7px;
    display: inline-block;
    background-image: url(../images/youjian.png);
    background-repeat: no-repeat;
    margin-left: 20px;
}



#jjfa {
    height: 100%;
    /* background-image: url(../images/jjfa.png); */
    /* background-repeat: no-repeat; */
overflow: hidden;}
.jjfa_bg{
   background-image: url(../images/casebg.jpg);
   height: 100%;
   background-repeat: no-repeat;
   background-size: cover;
   object-fit: cover;
   transition: all 7s;
   transform: scale(1.1, 1.1);
   -webkit-transform: scale(1.1, 1.1);
   }
.swiper-slide-active .jjfa_bg{
    
transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transition-delay: 0.7s;}

#jjfa .cont {
    width: 1440px;
    margin: 0 auto;
    text-align: center;
position: absolute;top: 0;left: 0;right: 0;bottom: 0;}
.swiper-slide-active #jjfa .cont .tit {  
opacity: 1;
    transition-delay: 0.5s;
    top: 0px;
    position: relative;}
#jjfa .cont .tit {
    padding: 9% 0 0% 0;
    font-size: 46px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    top: 300px;
    opacity: 0;
    transition: all 1.5s;
    }

#jjfa .swiper {
    width: 100%;
    height: 100%;
    position: relative;
    top: 300px;
    opacity: 0;
    transition: all 1.5s;
    }
.swiper-slide-active #jjfa .swiper {opacity: 1;transition-delay: 0.6s;top: 0px;position: relative;}

#jjfa .nei {
    /* height: 650px; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 85%;
    margin-top: 5%;
}

#jjfa .swiper .d1 {
    position: relative;
    /* top: 0; */
    /* left: 0; */
    /* overflow: hidden; */
    width: 48%;
    margin-bottom: 2%;
    }

#jjfa .swiper .d1:nth-child(2) {
    /* position: absolute; */
    /* top: 0; */
    /* left: 740px; */
}

#jjfa .swiper .d1:nth-child(3) {
    /* position: absolute; */
    /* top: 338px; */
    /* left: 0px; */
}

#jjfa .swiper .d1:nth-child(4) {
    /* position: absolute; */
    /* top: 338px; */
    /* left: 740px; */
}

#jjfa .swiper .d1 .biao {
    position: absolute;
    top: 120px;
    left: 60px;
    font-size: 26px;
    color: #fff;
    font-weight: 700;
}

#jjfa .swiper .d1 .des {
    position: absolute;
    top: 160px;
    left: 60px;
    color: #fff;
    font-size: 18px;
}

#jjfa .swiper-slide {
    /* height: 700px; */
    text-align: center;
    font-size: 18px;
    background: transparent;
    /* Center slide text vertically */
    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: flex-start;
}

#jjfa .swiper-slide img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 1s ease;
    border-radius: 15px;
    }
#jjfa .swiper-slide img:hover {
    
transform: scale(1.05);}

#jjfa .swiper-horizontal>.swiper-pagination-bullets {
    bottom: 0px;
}

#jjfa .swiper-pagination-bullet {
    background-color: #fff;
    width: 15px;
    height: 15px;
}



#shouhou {
    /* background-image: url(../images/shouhou_1.png); */
    /* background-repeat: no-repeat; */
    height: 100%;
overflow: hidden;}
.shouou_bg{
   background-image: url(../images/shouhou_1.png);
   background-repeat: no-repeat;
   background-size: cover;
   object-fit: cover;
   height: 100%;
   transition: all 7s;
   transform: scale(1.1, 1.1);
   -webkit-transform: scale(1.1, 1.1);
   }
.swiper-slide-active .shouou_bg{
    
transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transition-delay: 0.7s;}

#shouhou .nr {
    width: 1440px;
    margin: 0 auto;
position: absolute;top: 0;left: 0;right: 0;bottom: 0;}
.swiper-slide-active #shouhou .nr .tit {  
opacity: 1;
    transition-delay: 0.5s;
    top: 0px;
    position: relative;}
#shouhou .nr .tit {
    font-size: 46px;
    font-weight: 700;
    padding: 9% 0 0% 0;
    color: #fff;
    text-align: center;
    position: relative;
    top: 300px;
    opacity: 0;
    transition: all 1.5s;
    }
.swiper-slide-active #shouhou .nr .desc {  
opacity: 1;
    transition-delay: 0.6s;
    top: 0px;
    position: relative;}
#shouhou .nr .desc {
    font-size: 15px;
    color: #fff;
    text-align: center;
    position: relative;
    top: 300px;
    opacity: 0;
    transition: all 1.5s;
}
.swiper-slide-active #shouhou .nr .duotulist {opacity: 1;transition-delay: 0.7s;top: 0px;position: relative;display: flex;flex-direction: row;justify-content: space-around;}
#shouhou .nr .duotulist{
   position: relative;
    top: 300px;
    opacity: 0;
    transition: all 1.5s; 
}
#shouhou .nr .duotu {
    padding-top: 140px;
    display: inline-block;
    /* margin-right: 26px; */
}
.tu{
   overflow: hidden;   
}
.im{
   overflow: hidden;
   width: 460px;
   }
.tu img{
transition: transform 1s ease;
}
.tu img:hover{
    transform: scale(1.05);
}

#shouhou .nr .duotu .bt {
    width: 330px;
    height: 100px;
    background-color: #fff;
    border-radius: 0 0 15px 15px;
    font-size: 18px;
    line-height: 100px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 10px;
}



#news {
    height: 100%;
    /* background-image: url(../images/news_1.png); */
    /* background-repeat: no-repeat; */
overflow: hidden;}
.news_bg{
    height: 100%;
    background-image: url(../images/news_1.jpg);
    background-size: cover;
    object-fit: cover;
    transition: all 7s;
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    }
.swiper-slide-active .news_bg{
    
transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transition-delay: 0.7s;}

#news .cont {
    width: 1440px;
    margin: 0 auto;
position: absolute;top: 0;left: 0;right: 0;bottom: 0;}
.swiper-slide-active #news .cont .tit{opacity: 1;transition-delay: 0.5s;top: 0px;position: relative;padding: 9% 0 0% 0;}
#news .cont .tit {
    text-align: center;
    font-size: 46px;
    font-weight: 700;
    color: #111;
    position: relative;
    top: 300px;
    opacity: 0;
    transition: all 1.5s;
    }
.swiper-slide-active #news .lanmu{  
opacity: 1;
    transition-delay: 0.6s;
    top: 0px;
    position: relative;}
#news .lanmu {
    text-align: center;
    padding-bottom: 20px;
    position: relative;
    top: 300px;
    opacity: 0;
    transition: all 1.5s;
    }
.swiper-slide-active #news .jh{  
opacity: 1;
    transition-delay: 0.7s;
    top: 0px;
    position: relative;}
#news .jh {
position: relative;
    top: 300px;
    opacity: 0;
    transition: all 1.5s;}

#news .cont .nnn {
    display: none;
}

#news .cont .nnn:first-child {
    display: block;
}

#news .lanmu a {
    display: inline-block;
    font-size: 15px;
    color: #111;
    width: 160px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border-radius: 20px;
    margin-right: 18px;
}

#news .dtu {
    float: left;
    margin-right: 1.5%;
    width:32.33%;
}
#news .dtu:last-child{
    margin-right: 0;
}
#news .dtu:nth-child(3),#news .dtu:nth-child(4){
    display:none;
}
#news .dtu .im img {
    /* max-width: 460px; */
    height: 300px;
    width: 100%;
}

#news .dtu .tu .ddd {
    height: 210px;
    background-color: #fff;
    border-radius: 0 0 15px 15px;
    width: 460px;
    padding: 0 40px;
}

#news .ddd .tim {
    font-size: 15px;
    color: #999999;
    padding-top: 40px;
    padding-bottom: 20px;
}

#news .ddd .title {
    font-size: 18px;
    font-weight: 700;
    color: #111;
}

#news .ddd .xq a {
    display: inline-block;
    padding-top: 30px;
    font-size: 15px;
    color: #999999;
}

#news .aboutlink {
    margin: 0 auto;
    margin-top: 60px;
    background-image: url(../images/more.png);
    background-repeat: no-repeat;
    width: 160px;
    height: 40px;
    line-height: 40px;
}

#news .aboutlink a {
    color: #111;
    font-size: 15px;
    height: 40px;
    padding-left: 29px;
}

#news .aboutlink .you {
    width: 28px;
    height: 7px;
    display: inline-block;
    background-image: url(../images/youjian.png);
    background-repeat: no-repeat;
    margin-left: 20px;
}



#hzhb {
    height: 100%;
    /* background-image: url(../images/hzhb.png); */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* padding-bottom: 45px; */
overflow: hidden;}
.hzhb_bg{
   height: 100%;
   background-image: url(../images/hzhb.jpg);
   background-repeat: no-repeat;
   background-size: cover;
   object-fit: cover;
   transition: all 7s;
   transform: scale(1.1, 1.1);
   -webkit-transform: scale(1.1, 1.1);
   }
.swiper-slide-active .hzhb_bg{
    
transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transition-delay: 0.7s;}
.mmimg {
    
display: flex;justify-content: center;align-items: center;}
 .mmimg img{
    width: 45%;
    position: relative;
    top: 300px;
    opacity: 0;
    transition: all 1.5s;
    }
.swiper-slide-active .mmimg img{
    opacity: 1;
    transition-delay: 0.5s;
top: 0px;position: relative;}

#hzhb .cont {
    width: 1440px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgb(255 255 255 / 40%); */
    }
.swiper-slide-active #hzhb .tit{
    
opacity: 1;
    transition-delay: 0.5s;
    top: 0px;
    position: relative;}
#hzhb .tit {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: relative;
    top: 300px;
    opacity: 0;
    transition: all 1.5s;
    padding: 12% 0 0% 0;
    }

#hzhb .cont .log a {
    padding: 1%;
    padding-top: 40px;
    display: flex;
    width: 20%;
    align-items: center;
}



.auto-height{
    height: auto !important;
}
#footer {
    display: flex;
    height: 100vh;
    /* background-image: url(../images/dibu.png); */
    flex-direction: column;
    padding-top: 6%;
    justify-content: space-around;
    background-color: #1b5eac;
    }

#footer .cont {
    width: 1440px;
    margin: 0 auto;
    max-width: 86%;
}

#footer .cont .foot {
    padding-top: 10px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

#footer .cont .foot .ftlogo {
    display: inline-block;
    float: left;
}
#footer .cont .foot .ftlogo img{
    width: 200px;
}
#footer .cont .foot .ftnav {
    display: inline-block;
    /* float: right; */
    width: 100%;
    /* line-height: 60px; */
    /* background-color: #0068b6; */
    display: flex;
    /* padding-top: 1rem; */
    justify-content: center;
    }

#footer .cont .foot .ftnav ul li:first-child {
    /* padding-left: 60px; */
}
#footer .cont .foot .ftnav ul{
    display: flex;
    align-items: flex-start;
    }

#footer .cont .foot .ftnav ul li {
    list-style: none;
    display: inline-block;
    padding-right: 25px;
}
#footer .cont .foot .ftnav ul li ul {
    
display: flex;flex-direction: column;margin-top: 10px;}
#footer .cont .foot .ftnav ul li ul li{
    
padding: 0;}
#footer .cont .foot .ftnav ul li ul li a{
    
color: #fff;
    line-height: 2em;
    font-size: 14px;
    opacity: 1;
    text-transform: capitalize;font-weight: normal;}
#footer .cont .foot .ftnav ul li a {
        font-size: 18px;
        color: #fff;
        margin-bottom: 10px;
        text-transform: uppercase;
        line-height: 2em;
        font-size: 18px;
        /* font-weight: 700; */
        color: #fff;
}

#footer .cont .lianxi {
    padding-top: 5px;
    overflow: hidden;
    padding-bottom: 20px;
}

#footer .cont .lianxi .ewm {
    position: relative;
    display: inline-block;
    width: 300px;
}

#footer .cont .lianxi .ewm .con {
    position: absolute;
    top: 40px;
    left: 135px;
}
#footer .cont .lianxi .ewm .con a{
    color:#fff;
}

#footer .cont .lianxi .ewm .con span {
    color: #999;
    font-size: 13px;
}

#footer .cont .lianxi .ewm .con p {
    font-size: 18px;
    color: #fff;
}

#footer .cont .lianxi .lx {
    display: inline-block;
    float: right;
    text-align: center;
    width: 900px;
}

#footer .cont .lianxi .lx .tb {
    width: 24%;
    display: inline-block;
    vertical-align: top;
}

#footer .cont .lianxi .lx .tb p {
    padding-top: 20px;
    font-size: 16px;
    color: #999999;
}

#footer #copy {
    border-top: 1px solid #999999;
    /* height: 73px; */
    line-height: 68px;
}

#footer #copy .cy {
    display: inline-block;
    color: #999;
}

#footer #copy .cy a {
    color: #999;
}

#footer #copy .jishu {
    display: inline-block;
    float: right;
    color: #999;
}

#footer #copy .jishu a {
    color: #999;
}
#m{
    display: none;
}


@media screen and (max-width: 1199px) {
   header .container .row{
      display: none;
    }
       #m{
        display: block;
    }
}


.mnav{
    display: none;
}

@media(max-width:1440px){
    #about .qixia{
        bottom:0;
    }
    #hdp .swiper-slide img{
        
    }
    #footer .cont .lianxi{
        padding-bottom: 0px;
        }
    #footer{
        display: flex;
        justify-content: space-around;
        padding-top: 8%;
        }
}
@media(max-width:780px) {
    .snav{
        display: none;
    }
    .about_bg{
        height: 100%;
        }
    #hdp .swiper-slide img{
        height:100%;
    }
    #news .aboutlink{
        display:none;
    }
    .mmimg img{
        width:100%
    ;padding-top: 50%;}
    .mnav{
    display: block;
    display: flex;
    align-items: center;
    }
    header nav ul li{
        padding-right: 0;
    }
    header{
        height: auto;
        line-height: 1;
    }
    .navbar-default .navbar-nav>li>a{
        padding:15px;
    }
    header .container .row{
        display: block;
    }
    .container {
        width: 100%;
    }
    .navbar-header{
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }
    #about{
        height: 100%;
        background-size:cover;
    overflow: hidden;}
    #about .abouttitle{
        padding-top:40px;
    }
    #about .aboutcon{
        width: 100%;
        padding: 0px 15px;
    left: 0;}
    #about .abouttitle p:first-child{
        font-size: 32px;
    }
    #about .abouttitle p:nth-child(2){
        font-size:24px;
    }
    #about .aboutdes{
        width: 100%;
        margin-top:45px;
    }

    #about .qixia{
        position: static;
        margin-left: 0;
        height: auto;
        width: 100%;
        padding:15px 0;
        margin-top:15px;
    }
    #about .qixia .zi1{
        width: 100%;
        text-align: center;
        padding-top:0px;
    }
    #about .qixia .zi1::after{
        display: none;
    }
    #about .qixia .zi1 .tu{
        padding-left:0;
    }
    #about .qixia .zi1 .wen{
        padding-left: 0;
    }
    #about .qixia .zz{
        position: static;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    flex-direction: row;align-items: center;}
    #about .qixia .zi2{
        width: 49%;
        text-align: center;
        margin-left: 0;
        margin-top:12px;
    padding: 2% 0;}
    #about .qixia .zi2 .wen{
        padding:10px 0 15px;
    }
    #about .abouttitle, #about .aboutdes{
        width: 100%;
    }
    #cpzx{
        background-size:cover;
        /* margin-top:45px; */
    height: 103%;}
    #cpzx .container{
        width: 100%;
        height: auto;
        padding:30px 15px;
    }
    #cpzx .tit{
        font-size:24px;
        padding:108px 0 20px;
    }
    #cpzx .lm ul li{
        margin-top:10px;
    }
    #cpzx .nei{
        width: 100%;
    }
    #cpzx .nei .ncontent:first-child{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #cpzx .nei .n:nth-child(3),#cpzx .nei .n:nth-child(4){
        display:none;
    }
    #cpzx .nei .n{
        height: 340px;
        margin-bottom: 14%;
    }
    #cpzx .nei .n .tu img{
        height:280px;
    }
    #cpzx .container .aboutlink{
        margin-top: 0;
    }
    #jjfa{
        /* padding:40px 15px; */
        
    background-size: cover;height: 103%;}
    #jjfa .cont{
        width: 100%;
    }
    #jjfa .cont .tit{
        padding: 140px 0 0 0px;
        font-size: 24px;
    }
    #jjfa .swiper-slide{
        height: 70%;
    }
    #jjfa .nei{
        height: auto;
        display: flex;
        flex-wrap: wrap;
        
    flex-direction: column;align-items: center;justify-content: center;}
    #jjfa .swiper{
        /* padding:25px 0 35px; */
    }
    #jjfa .swiper .d1{
        position:relative!important;
        width: 70%;
        top: 0!important;
        left: 0!important;
        margin-top:15px;
    }
    #jjfa .swiper-slide img{
        height: 200px;
    }
    #jjfa .swiper .d1 .biao{
        z-index: 999;
        top: 50%;
        left: 20px;
        font-size: 16px;
        color: #fff;
        font-weight: 700;
        z-index: 999;
    }
    #jjfa .swiper .d1 .des{
        z-index: 999;
            top: 56px;
    left: 20px;
    color: #fff;
    font-size: 14px;
    }
    #shouhou{
        height: auto;
        /* padding:40px 15px; */
    background-size: cover;height: 103%;}
    #shouhou .nr .tit{
        font-size: 24px;
        padding: 100px 0 50px 0;
    }
    #shouhou .nr{
        width: 100%;
    }
    .duotulist{
        display: flex;
        flex-wrap: wrap;
        
        
    flex-direction: row;align-items: center;padding-top: 25%;justify-content: space-around;}
    #shouhou .nr .duotu{
        width: 47%;
        margin-right: 0px;
        margin-top: 20px;
        padding-top: 0;
    }
    .duotulist .duotu img{
        max-width: 100%;
    }
    #shouhou .nr .duotu .bt{
        width: 100%;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
    }
    #news{
        height: 103%;
        /* padding:40px 15px; */
        background-size: cover;
    }
   .swiper-slide-active #news .cont .tit{
        padding: 140px 0 20px 0;
        font-size: 24px;
    }
    .im{
        width: 100%;
    }
    #news .cont{
        width: 100%;
    }
    #news .dtu{
        margin-right: 0;
        display: block;
        margin: 5px;
        width: 95%;
    }
    #news .dtu .im img{
        max-width: 100%;
        width: 100%;
        height: 208px;
        /* margin-bottom: 5%; */
    }
    #news .dtu .tu .ddd{
        width: 100%;
        padding:0 20px;
        height: 160px;
    }
    #news .ddd .tim{
        padding:20px 0 10px;
    }
    #hzhb{
        height: 100%;
        background-size: cover;
        /* padding:40px 15px; */
    }
    #hzhb .tit{
        font-size: 24px;
        padding: 140px 0 0 0;
    }
    #hzhb .cont{
        width: 100%;
    }
    .log{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 20%;
    }
    #hzhb .cont .log a{
        padding-right: 0;
        width: 49%;
        padding-top: 0;
        margin-top:15px;
        text-align: center;
    }
    #footer{
        height: 182%;
        background-size: cover;
        padding:30px 15px;
    display: flex;justify-content: space-between;}
    #footer .cont{
        width: 100%;
    }
    #footer .cont .foot{
        padding-top: 140px;
    }
    #footer .cont .foot .ftnav{
        margin-top: 20px;
        width: 100%;
    display: none;}
    #footer .cont .foot .ftnav ul{
        display: flex;
        width: 100%;
        justify-content: space-evenly;
    }
    #footer .cont .foot .ftnav ul li{
        padding-left: 0px;
        padding-right: 0;
    }
    #footer .cont .foot .ftnav ul li:first-child{
        padding-left: 0px;
    }
    #footer .cont .foot .ftnav ul li a{
        font-size: 12px;
    }
    #footer .cont .lianxi{
        padding:40px 0 35px;
    }
    #footer .cont .lianxi .lx{
        width: 100%;
        margin-top: 35px;
        display: flex;
        flex-direction: column;
    }
    #footer .cont .lianxi .lx .tb{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        margin-bottom: 20px;
    }
    #footer #copy{
        height: auto;
        line-height: 1.5;
        position: absolute;
        bottom: -50%;
    }
    #news .ddd .xq a{
        padding-top:10px;
    }

}



@media screen and (min-width: 1200px) and (max-width: 1719px){
    .container {
          width:1200px;
    }
 
    
    header nav ul li {
    display: inline-block;
    
}
}

@media screen and (min-width: 1720px) {
    .container {
        width: 1720px!important;
    }
}
.frtop{
    opacity: 0;
    transform: translatey(100%);
    transition: all .5s ease-out;
}
.started .frtop {
    opacity: 1;
    transform: none;
}
.frleft{
    transform: translate(-200%);
    opacity: 0;
    transition: all .75s ease-out;
}
.frright{
    transform: translate(200%);
    opacity: 0;
    transition: all .75s ease-out;
}
.started .frleft {
    opacity: 1;
    transform: none;
}
.started .frright {
    opacity: 1;
    transform: none;
}
.hszc_qdxz{}
.hszc_qdxz ul{}

.hszc_qdxz ul li{display: flex;align-items: flex-start;justify-content: space-between;}
.hszc_qdxz ul li.hszc_qdxzw{
    background: #eee;
}
.hszc_qdxz ul li.hszc_qdxzw span{
    font-weight: bold;
}

.hszc_qdxz ul li{}
.hszc_qdxz ul li span{
    display: inline-block;
    width: 40%;
    padding: 10px 16px;
}
.hszc_qdxz ul li span:nth-child(3){
    width: 20%;
}
.hszc_qdxz ul li a{
    width: 20%;
    padding: 10px 16px;
}
.plate_bt{
    
text-align: center;
padding: 2% 0;}
.plate_bt h2{
    font-size: 32px;
    color: #233333;
    font-weight: 700;
}
.center{
margin: 0 auto;
padding-bottom: 5%;width: 90%;}
#huiyi-content-root{
    display:none;
}
.cx-related-news01 .left-cont .img-box img{
    width: 100%;
}
.log{
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    background: rgb(255 255 255 / 40%);
}
.log img{
    width: 100%;
    max-height: 150px;
}
.aboutimg{
    width: 30%;
    margin-left: 5%;
}
.aboutimg img{
    width: 100%;
    border-radius: 10px;
}
.show{
    
}
.show img{
    max-width: 100%;
}
.navbar-default .navbar-brand img{
    width: 100%;
}