* {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-smooth: always;
    /* 启用字体平滑 */
    -webkit-font-smoothing: antialiased;
    /* 在一些WebKit浏览器中启用字体抗锯齿 */
    -moz-osx-font-smoothing: grayscale;
    /* 在一些Firefox浏览器中启用字体抗锯齿 */
    font-family: 'poppinslight' ,Arial, Helvetica, sans-serif;
    font-size: 16px;
}
h1{
    font-size: 45px;
    font-family: 'poppinsbold';
}
h2{
    font-size: 40px !important;
    font-family: 'poppinsbold'!important;
    line-height: 50px !important;
}
h3{
    font-size: 20px !important;
    font-family: 'poppinsbold'!important;
}
strong{
    font-family: 'poppinsbold'!important;
}
a{
    text-decoration: none; 
    font-family: 'poppinsmedium' ;
}
@font-face {
    font-family: 'poppinsbold';
    src: url('poppins-bold-webfont.woff2') format('woff2'),
         url('poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppinslight';
    src: url('poppins-light-webfont.woff2') format('woff2'),
         url('poppins-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppinsthin';
    src: url('poppins-thin-webfont.woff2') format('woff2'),
         url('poppins-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppinsmedium';
    src: url('poppins-medium-webfont.woff2') format('woff2'),
         url('poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppinsregular';
    src: url('poppins-regular-webfont.woff2') format('woff2'),
         url('poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* 平滑滚动 */
#main-scrollbar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.scrollbar-thumb{
    background-color: rgba(0,0,0,0.5);
}

.scrollbar-track-y{
    width: 5px !important;
    background-color: rgba(0,0,0,0.2) !important;
}


/* ==翻页样式== */
.pagesinfo {
    color: #555555;
    font-size: 12px;
}

.pagesnow {
    color: #D07E36;
    font-size: 14px;
    text-decoration: none
}

.pages {
    color: #777777;
    font-size: 14px;
    text-decoration: none
}

/*首页轮播*/
.swiper div.swiper-wrapper{
    height: auto;
}

.swiper-slide img{
    width: 100%;
}

/*主导航*/

#mainMenu a{
    color: #000;
    padding-bottom: 20px;
}

#mainMenu ul{
    list-style-type: none;
    float: inline-end;
    margin: 0;
}

#mainMenu ul li{
    position: relative;
    overflow: hidden;
    z-index: 999;
    margin-left: 20px;
}

.caidan0 .active .mainLink a {
    font-family: 'poppinsbold';
    border-bottom: 5px solid #009933;
}
#mainMenu ul li:hover .secondMenu{
    /*二级导航动画*/
    opacity: 1;
    transform: scale(1) translateY(0);
    /*二级导航动画*/
}

#mainMenu ul li:hover{
    overflow: initial;
}
.yuyan b{
    border-left: 1px solid #999;
    padding-left: 15px;
    margin-left: 15px;
}
#mainMenu .caidan0 .secondMenu{
    position: absolute;
    left: -30px;
    top: 49px;
    background: #fff;
    padding: 25px 0 25px 0;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    transition: all 0.3s;
    /*二级导航动画*/
    opacity: 0;
    transform: scale(0.9) translateY(-10px);
    /*二级导航动画*/
}
#mainMenu .caidan0 .secondMenu a{
    display: block;
    width: 100%;
    white-space: nowrap;
    transition: all 0.3s;
    line-height: 40px;
    padding: 0 30px;

}
#mainMenu .caidan0 .secondMenu a:hover{
    background-color: #000;
    color: #fff;
}
.mobile-li i.icon{
display: none;
}
.offcanvas-body .mobile-li a{
display: flex;
justify-content: space-between;
}
.offcanvas-body .mobile-li i.icon{
display: inline-block;
}
.offcanvas-body .mobile-li>div{
display: none ;
}
#mainMenu {
    position: fixed;
    z-index: 999;
}
.caidan0 {
    background-color: rgba(255, 255, 255, 1);
    backdrop-filter: blur(5rem);
    border-radius: 10px;
    margin-top: 15px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    padding: 6px 30px 0 30px;
}
.mini_top .caidan0 {
    margin-top: 0;
}
.caidan0 img{
    padding-top: 7px;
    display: block;
    position: absolute;
}
.carousel {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
#lbwenzi{
	transform: translatey(100px);
	transition: all 2s ease;
	opacity: 0;
}
#lbwenzi h1{
    margin: 0;
    background-color: #000;
    padding: 10px 20px 5px 20px;
    display: inline;
}
.carousel-item.active #lbwenzi{
    transform: translatey(0px);opacity: 1  
}
.carousel-item #lbwenzi{
    text-align: center;
    bottom: 5%;
    z-index: 1;
}
.w-100 {
    transform: scale(1.2);
    /* 应用缩放动画 */
    animation: scaleDown 3s ease-out forwards;
        height: 100% !important;
}
/* 定义缩放动画 */
@keyframes scaleDown {
    from {
        transform: scale(1.2);
    }
    to {
        transform: scale(1);
    }
}
.carousel-control-next, .carousel-control-prev{
    width: 4%!important;
}
.carousel .carousel-indicators .active {
    opacity: 1;
    width: 22px!important;
}
 .carousel .carousel-indicators [data-bs-target]{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border-top: none;
    border-bottom: none;
}
.carousel-item{
    height: 100vh!important;
}

.a{
    border-bottom: 3px solid #071027;
    color: #000;
    padding-bottom: 3px;
    text-transform: uppercase;
}
.a:hover{
    border-bottom: 3px solid #009933;
    color: #009933;
}

#fl {
    margin-top: 80px;
    margin-bottom: 80px;
}
#fl1 a{
    display: block;
    overflow: hidden;
    background-color: #f7f7f7;
    border-radius: 10px;
}
#fl1 a img{
    width: 80%;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    transition: all .3s ease-in-out;
}
#fl1 a strong{
    display: block;
    overflow: hidden;
    color: #000;
    text-align: center;
    font-size: 20px;
    padding-bottom: 45px;
    padding-top: 30px;
}
#fl1 a:hover img{
    transform: scale(1.1);
}
#fl2{
    margin-bottom: 15px;
}
#fl2 a{
    position: relative;
    top: 12px;

}

.jianj1 .zuo{
    padding-left: 45px;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.jianj1 .zuo div p{
    padding-top: 15px;
    color: #666;
    font-weight: 300;
    padding-bottom: 25px;
}
.jianj1 .you img {
    display: block;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
}
.jianj1 {
    background: #f7f7f7;
    border-radius: 10px;
    
}
.jianj2{
    border-bottom:  1px solid #e8edf6;
    padding-bottom: 30px;
    padding-top: 30px;
    
}
.jianj2 a{
color: #000;
}
.jianj2 img{
    display: block;
    overflow: hidden;
    float: left;
    width: 45px;
    transform-origin: bottom center;
    transition: all 0.3s ease;
}
.jianj2 .col-12:hover img{
     animation: topShake 0.5s ease infinite; 
}
.jianj2 h3{
    display: block;
    overflow: hidden;
    float: left;
    padding-top: 12px;
    padding-left: 12px;
}

#fl .col-12 div{
    display: block;
    overflow: hidden;
}
#fl .col-12 div img{
    width: 100%;
}
#fl .col-12 h3{
    color: #000;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 25px;
}

#js{
    background-color: #f7f7f7;
    padding-top: 85px;
    padding-bottom: 85px;
}
#js p{
    color: #666;
}
#js img{
    display: block;
    overflow: hidden;
    background-color: #fff;
    margin: 0 auto;
    padding: 12px;
    border-radius: 10px;
    transform-origin: bottom center;
    transition: all 0.3s ease;
}
#js .js1 a:hover img{   
    animation: topShake 0.5s ease infinite;   
}
@keyframes topShake{
0%{
    transform:  rotate(0deg) translateX(0);
}
25%{
    transform:  rotate(-3deg) translateX(-2px);
}
50%{
    transform:  rotate(0deg) translateX(0);
}
75%{
    transform:  rotate(3deg) translateX(2px);
}
100%{
    transform:  rotate(0deg) translateX(0);
}
}
#js .js1 a{
    display: block;
    overflow: hidden;
    float: inline-end;
    margin-left: 35px;
}
#js .js1 a p{
    text-align: center;
    padding-top: 8px;
}
#js .js1{
    padding-top: 20px;
}

#xw{
    background-image: url(bj.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    padding-top: 80px;
    padding-bottom: 90px;
}
#xw h2{
    font-size: 22px!important;
    color: #000;
    line-height: 35px!important;
    margin-bottom: 55px;
}
#xw p{
    color: #b8b8b8;
    line-height: 35px !important;
}
#xw .tList div{
      border-bottom: 3px solid #000;
    color: #000;
    display: inline;
}
#xw .tList div:hover{
      border-bottom: 3px solid #009933;
    color: #009933;
}
#xw img{
    width: 100%;
    border-radius: 10px;
}

#di{
    border-top: 1px solid #dfe0e2;
    padding: 30px 0;
    color: #666;
    line-height: 24px;
}
#di p{
    margin-bottom: 0;
}
#di #test {
    cursor: pointer;
}
#di #test:hover{
    color: #009933;
}

.banner {
    width: 100%;
    height: 285px;
    background-position: center center;
    color: #fff;
    display: flex;
    position: relative;
    align-items: flex-end;
    padding-bottom: 25px;
    background-size: cover;
}
.banner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: linear-gradient(to right, #0a2656 0%, rgba(10, 38, 86, 0.9) 25%, rgba(21, 47, 92, 0) 70%); */
	z-index: 1;
}
.toptu1 {
    background-image: url(toptu1.jpg);
}

.banner div {
    z-index: 998;
    animation: yidong 2s;
}	
/* @keyframes yidong
    {
    from {letter-spacing: 20px; left: 200px; opacity: 0}
    to {letter-spacing: 0px;left:50px; opacity: 1}
    }  */
.banner div h3{
	font-size:28px;
	font-weight: 300;
	text-shadow: 0px 0px 0px #000;
    margin: 0;
	}
.banner div h5{
	font-size:14px;
    line-height: 25px;
}
.banner div h5 .fa{
    float: right;
    color: #fff;
    font-family: 'poppinsbold' !important;
    opacity: 1!important;
}
.banner div h5 .nav{
	display: contents;
    color: #FFF;}			
.banner div h3 a{
	color:#fff;}
.banner h1 .navLink{
    color: #fff;
    font-size: 45px;
    font-family: 'poppinsbold';
}
.banner h5 .navLink{
    color: #fff;
    font-family: 'poppinslight' ;
}
#nyfl .col-12 div{
    border-top: 1px solid #dfe0e2;
    border-bottom: 1px solid #dfe0e2;
    margin-top: 40px;
    padding: 20px 0;
} 
#nyfl .col-12 div .smenuv{
    color: #000;
    padding-right: 25px;
} 
#nyfl .col-12 div .smenuvnow{
    position: relative;
    padding-left: 20px;
    
} 
#nyfl .col-12 div .smenuvnow::before {
   content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 9px;
    height: 7px;
    background: #009933;
    z-index: 1;
} 

#nr{
    margin-top: 80px;
}
.jlx span{
    font-family: 'poppinsbold' !important;
    font-size: 18px;
    display: block;
    overflow: hidden;
}
.jlx div{
    margin-top: 60px;
    padding-bottom: 60px;
}
.jlx p{
    display: block;
    overflow: hidden;
    float: left;
    border-right: 1px solid #e8edf6;
    padding-right: 20px;
    margin-right: 20px;
}
#ditu{
    background-image: url(ditu.jpg);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    min-height: 520px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    position: relative;
    margin-top: 75px;
}  
#ditu:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #2584cb 0%, rgb(36 121 183) 0%, rgba(255, 255, 255, 0.2) 100%);
} 
#ditu .ditu1{
    z-index: 9;
    color: #fff;
    text-align: left;
}
#ditu .ditu1 .a{
    border-bottom: 3px solid #fff;
    color: #000;
    padding-bottom: 3px;
    text-transform: uppercase;
    width: 95px;
    padding: 0;
    margin-left: 12px;
    color: #fff;
    margin-top: 30px;
}
#ditu .ditu1 .a:hover{
    color: #000;
    border-bottom: 3px solid #000;
}

#nrxw{
    margin-top: 50px;
}
#nrxw .newsquery img{
    width: 100%;
}
#nrxw .newsquery .xw{
    border-radius: 10px;
    background-color: #f7f7f7;
    color: #000;
    overflow: hidden;
    margin: 0;
    margin-bottom: 50px;
}

#nrxw .newsquery .xw img{
    width: 100%;
    transition: all .3s ease-in-out;
}
#nrxw .newsquery .xw .col-lg-4 div{
    overflow: hidden;
}
#nrxw .newsquery .xw:hover img{
    transform: scale(1.1);
}
#nrxw .newsquery .xw .col-lg-4{
    padding: 0;
}
#nrxw .newsquery .xw .col-lg-6{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-left: 60px;
}
#nrxw .newsquery .xw  h3{
    padding-bottom: 30px;
}
#nrxw .newsquery .xw .a{
    display: inline;
}

#jianj h2{
    padding-bottom: 15px;
}
#jianj #lb1{
    width: 50%;
}
#jianj #lb1 img{
    border-radius: 10px;
}
#jianj #lb1 .owl-nav{
    display: none;
}
#jianja img{
    width: 100%;
    border-radius: 10px;
    height: -webkit-fill-available;
}
#jianja h3{
    padding-bottom: 15px;
}
#jianja {
    margin-top: 50px;
        margin-bottom: 70px;
}
#jianja .jj2 div{
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 70px 60px 50px 60px;
}
#jianja .jj3 {
    position: relative;
}
#jianja .jj3 a{
    position: absolute;
    left: 45px;
    bottom: 35px;
    backdrop-filter: blur(1rem);
    padding: 10px 30px;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
    color: #000;
    text-transform: uppercase;
    transition: all 0.4s ease;
}
#jianja .jj3:hover a{
    bottom: 45px;
    color: #fff;
}
#jianjb a div{
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 16px 25px;
    display: block;
    overflow: hidden;
}
#jianjb a div img{
        width: 45px;
    height: auto;
    float: left;
    display: block;
    overflow: hidden;
    margin-right: 12px;
}
#jianjb a div  h5{
    font-size: 16px !important;
    color: #000;
    margin-top: 15px;
        font-family: 'poppinsbold' !important;
}
#jianjb a{
    margin-bottom: 10px;
}
#jianjb h3{
    padding-bottom: 15px;
}
#wh{
    background-color: #f7f7f7;
    padding: 70px 0;
        margin-top: 70px;
}
#wh img{
    max-width: 100%;
    border-radius: 10px;
}
#wh .col-12 div{
    background-color: #fff;
    padding: 50px;
    border-radius: 10px;
        margin-bottom: 30px;
        display: block;
    overflow: hidden;
}
#wh .col-12 div h3{
    padding-top: 15px;
}
#wh .wh1 img{
    display: block;
    overflow: hidden;
    width: 50%;
    float: left;
}
#wh .wh1 span{
    display: block;
    overflow: hidden;
    width: 40%;
    float: left;
    margin-left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#wh .wh1 h3{
    padding-bottom: 15px;
}
.lc{
    font-weight: 300;
    line-height: 28px;
    text-align: justify;
}
.lc .col-lg-1{
    border-right: 1px solid #dfe0e2;
    position: relative;
}
.lc .col-12 span{
    border: 1px solid #dfe0e2;
    border-radius: 10px;
    padding: 14px 12px 14px 12px;
    margin-left: 10px;
    display: inline-block;
    margin-bottom: 20px;
}
.lc:hover span{
    background: #f7f7f7;
    border: 1px solid #dfe0e2;
}
.lc .col-lg-1:before {
    content: '';
    position: absolute;
    top: 0;
    right: -8px;
    width: 15px;
    height: 15px;
    background: #009933;
    border-radius: 100%;
    border: 3px solid hsl(130, 95%, 91%);
    margin-top: 21px;
}

.cpquery a{
    border: 1px solid #dfe0e2;
    padding: 5px;
    text-align: center;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 25px;
    transition: all 0.4s ease;
}
.cpquery a:hover{
    transform: translateY(-10px);}
.cpquery h3{
    background-color: #f7f7f7;
    display: block;
    overflow: hidden;
    width: 100%;
    margin-bottom: 0;
    padding: 20px 0;
    color: #000;
    border-radius: 10px;
}
.cpquery img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
}
.cpquery a .jtu{
    position: relative;
    width: 100%;
    height: 330px;
    margin-bottom: 5px;
    transition: all 0.4s ease;
}
.cpquery a .jtu .jtu0{
    opacity: 0;
    transition: all 0.4s ease;
}
.cpquery a .jtu .jtu1{
    transition: all 0.4s ease;
}
.cpquery a .jtu:hover .jtu0{
    opacity: 1;
}
.cpquery a .jtu:hover .jtu1{
    opacity: 0;
}

.cpcp{
    background-color: #fff;
    margin: 0;
    padding-bottom: 12px;
    padding-top: 12px;
}
.cpcp .cpcp1{
    border: 1px solid #dfe0e2;
    padding: 5px;
    border-radius: 10px;
}
.cpcp .cpcp1 .slider-container{
    background-color: #fff;
}
.cpcp .cpcp1 img{
    width: 100%;
    border-radius: 10px;
    margin-bottom: 5px;
}
.cpcp .cpcp2{
    display: flex;
    align-items: center;
}
.cpcp .cpcp2 div{
    display: block;
    overflow: hidden;
    width: 100%;
    margin-left: 50px;
}
.cpcp .cpcp2 h3{
    font-size: 24px;
}
.cpcp .cpcp2 span{
    display: block;
    padding-bottom: 30px;
    margin-top: 30px;
}
.cpcp .cpcp2 span p{
    padding-bottom: 5px;
    padding-top: 5px;
}
.cpcp .cpcp2 b{
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
}
.cpcp .cpcp2 b a{
    color: #000;
}
.cpcp3{
    background-color: #fff;
    margin-top: 30px;
    padding-bottom: 25px;
    padding-top: 25px;
}
.cpcp3 img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.cpcp3 h3{
    display: block;
    overflow: hidden;
    border-left: 5px solid #009933;
    padding-left: 10px;
    margin-bottom: 40px;
    font-size: 16px;
}
.dropmenu0_b .iconfont {
    display: none;
}
.dropmenu6_b .iconfont {
    display: none;
}
.dropmenu4_b .iconfont {
    display: none;
}

#hz .cpquery a .jtu{
    height: auto;
}
#hz .cpquery a .jtu{

    height: auto;
}
#hz .cpquery img{
       width: 100%;
    position: relative;
    height: auto;
}
#hz .cpquery a .jtu:hover .jtu1{
    opacity: 1;
}
#hz .cpquery h3{
    font-size: 16px!important;
}
.PingHei_text{
    margin-top: 40px;
    margin-bottom: 40px;
}

tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.cpcp3 table{
	width: 100%;
	margin: 30px auto;
	line-height: 21px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.cpcp3 table td{
	
	min-height: 30px;
	    padding: 10px 30px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.cpcp3 .firstRow td{
	color: #fff;
	background: #2c7dcf;
	font-family: 'poppinsbold';
}	
.cpcp1 .slider__switch span{
    width: 20px!important;
    height: 26px!important;
}

#zhici img{
    width: 100%;
    border-radius: 10px;
}
#zhici {
    margin-bottom: 50px;
}
#zhici .jj2 div {
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 70px 60px 50px 60px;
    height: 100%;
}

#zhici h3{
    padding-bottom: 20px;
}
#zhici #lb5{
    width: 50%;
}
#zhici .owl-nav{
    display: none;
}
#zhici .owl-dots{
   padding-top: 13px;
    position: absolute;
    left: 43%;
}
.xwsj{
    margin-bottom: 35px;
}
@media (max-width: 768px) {
.offcanvas-body li{
    list-style-type: none;
}    
#mainMenu a {
    padding-bottom: 0;
    font-family: 'poppinsbold' !important;
}
.carousel-item{
    height: 400px!important;
}
.carousel{
    height: 400px!important;
}
h1 {
    font-size: 27px;
    font-family: 'poppinsbold';
}
h2 {
    font-size: 27px !important;
    line-height: 35px !important;
}
#fl {
    margin-top: 35px;
    margin-bottom: 35px;
}
#fl1 a {
    margin-bottom: 20px;
}
.jianj1 .you img{
    border-radius: 10px;
    margin-top: 35px;
}
.jianj1 .zuo {
    padding-left: 25px;
    padding-top: 35px;
}
#js {
    padding-top: 35px;
    padding-bottom: 35px;
}
#xw {
    padding-top: 35px;
    padding-bottom: 35px;
}
#xw p {
    margin-bottom: 0;
}
#xw h2 {
    line-height: 27px !important;
    margin-bottom: 20px;
}
#xw img {
    margin-top: 35px;
}
#di #test {
    text-align: left !important;
    margin-top: 20px;
}
#jianj #lb1 {
    width: 100%;
    margin-top: 35px;
}
#nyfl .col-12 div {
    margin-top: 0;
    padding: 15px 0;
}
#jianja .jj2 div {
    padding: 35px 20px 30px 20px;
}
#jianja .jj3 a {
    left: 30px;
    bottom: 18px;
}
#jianja {
    margin-top: 30px;
    margin-bottom: 35px;
}
#wh {
    padding: 45px 0;
    margin-top: 35px;
}
#wh .col-12 div {
    padding: 25px;
    margin-bottom: 15px;
}
#wh .wh1 img {
    width: 100%;
}
#wh .wh1 span {
    width: 100%;
    margin-left: 0;
}
#wh .col-12 div h3 {
    margin-bottom: 0;
    margin-top: 12px;
    padding-top: 14px;
}
#jianjb .col-lg-3{
    margin-top: 20px;
}
.lc .col-lg-1 {
    border-right: none;
}
.lc .col-lg-1:before{
    display: none;
}
.lc .col-12 span {
    margin-bottom: 5px;
            margin-left: 0;
}
.lc {
    margin-bottom: 25px;
}
.lc .col-12 span {
    border:none;
    border-radius: 10px;
    padding: 0;
}
#jianj img{
    max-width: 100%;
}
.cpquery a .jtu {
    height: 150px;
}
.cpcp .cpcp1 .preview {
    padding: 5px 0;
}
#nrxw {
    margin-top: 30px;
}
.cpcp .cpcp2 {
    margin-top: 40px;
}
.cpcp .cpcp2 div {
    margin-left: 0;
}
.cpcp3 {
    overflow: auto;
}
#zhici #lb5 {
    width: 100%;
}
#zhici .owl-dots {
    left: 37%;
}
#zhici .jj2 div {
    padding: 50px 20px 35px 20px;
}
#zhici {
    margin-bottom: 30px;
}
#nrxw .newsquery .xw .col-lg-6 {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 15px;
}
.banner h1 .navLink {
    font-size: 27px;
}
#nr {
    margin-top: 35px;
}
.jlx div {
    margin-top: 25px;
    padding-bottom: 25px;
}
.jlx p {
    width: 100%;
    border-right: none;
}
#nr img{
    max-width: 100%;
}
#ditu {
    margin-top: 35px;
    background-image: url(ditu1.jpg)!important;
    min-height: 345px;
}
.offcanvas-body li {
    list-style-type: none;
    padding: 10px 0;
}
.yuyan{
    margin-top: 15px;
    display: block;
}
}
