* {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-smooth: always;
    /* 启用字体平滑 */
    -webkit-font-smoothing: antialiased;
    /* 在一些WebKit浏览器中启用字体抗锯齿 */
    -moz-osx-font-smoothing: grayscale;
    /* 在一些Firefox浏览器中启用字体抗锯齿 */
    font-family: 'poppinsmedium' ,Arial, Helvetica, sans-serif;
    font-size: 15px;
}
p {
    margin-top: 0;
    margin-bottom: 0!important;
}
a{
    text-decoration: none; 
}
h4{
    font-family: 'poppinsbold';
    text-transform: uppercase;
    padding-bottom: 12px;
}
@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%;
}

/*主导航*/
.caidan0  .active .mainLink a {
    color: #03A236 !important;
    font-family: 'poppinsbold';
}
.mainLink a:hover{
    color: #03A236!important;
}
#mainMenu{
    /* box-shadow: 0px 0px 20px rgba(0,0,0,0.1); */
    position: fixed;
    z-index: 999;
}

#mainMenu a{
    color: #000;
    font-family: 'poppinsbold';
}

#mainMenu ul{
    list-style-type: none;
    height: 90%;
    float: inline-end;
}

#mainMenu ul li{
    position: relative;
    overflow: hidden;
    z-index: 999;
    margin-left: 19px;
}
#mainMenu ul i{
    padding-left: 2px;
    color: #03A236;
}
.yuyan{
    margin-top: 0;
    margin-right: 3px;
}
.yuyan img{
    border: 1px solid #ccc;
}
#mainMenu ul li i{
    transform: scale(0.7);
}

#mainMenu ul li:hover .secondMenu{
    /*二级导航动画*/
    opacity: 1;
    transform: scale(1) translateY(0);
    /*二级导航动画*/
}

#mainMenu ul li:hover{
    overflow: initial;
}

#mainMenu .caidan0 .secondMenu{
    position: absolute;
    left: -30px;
    top: 50px;
    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: 33px;
    padding: 0 30px;
    border-left: 4px solid #fff;
}
#mainMenu .caidan0 .secondMenu a:hover{
    border-left: 4px solid #000;
}

.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 ;
    }
.caidan0 {
    background-color: #fff;
    padding: 10px 22px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.yuyan:hover{
    color: #03A236!important;
}
#mainMenu ul li i {
    display: none;
}
.mainMenuList .yy {
    margin-left: 25px;
}
/*轮播*/
.carousel{
    overflow: hidden;
    height: 100vh;
}
#lbwenzi{
	transform: translatey(100px);
	transition: all 2s ease;
	opacity: 0;
}
#lbwenzi h1{
    font-family: 'poppinsbold';
    font-size: 60px;
    margin: 0;
}
#lbwenzi p{
    font-family: 'poppinslight';
    font-size: 18px;
    line-height: 22px;
    padding: 15px 0;
}
.carousel-item.active #lbwenzi{
    transform: translatey(0px);opacity: 1  
}
.carousel-item #lbwenzi{
    text-align: center;
    top: 25%;
    z-index: 1;
}
.w-100 {
    transform: scale(1.2);
    /* 应用缩放动画 */
    animation: scaleDown 3s ease-out forwards;
}
/* 定义缩放动画 */
@keyframes scaleDown {
    from {
        transform: scale(1.2);
    }
    to {
        transform: scale(1);
    }
}

#fl{
    padding: 0;
}
#fl h4{
    font-family: 'poppinsbold';
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 60px;
    padding-top: 70px;
}
 .owl-item::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
#fl .center::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3)!important;
    z-index: 1;
}
#fl .fl0{
    position: relative;
    text-align: center;
}
#fl .fl0 div{
    width: 100%;
    position: absolute;
    top: 13%;
    color: #fff;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
#fl .fl0 div p{
    font-family: 'poppinsbold';
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
    padding-top: 15px;
}
#fl .fl0 div span{
    font-family: 'poppinsthin';
    letter-spacing: 1px;
    font-style: italic;
    display: block;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    line-height: 16px;
    padding-top: 5px;
}
#fl .fl0 a{
    display: block;
    position: absolute;
    bottom: 13%;
    width: 100%;
    color: #fff;
    z-index: 9;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
.a1{
    font-family: 'poppinslight';
    transition: all 0.4s ease;
}
.a1 i{
    font-size: 12px;
    transition: all 0.4s ease;
}
.a1:hover i{
    margin-left: 8px;
    color: #03A236;
}
.a1:hover{
    color: #03A236!important;
}
.owl-item .bt{
    opacity: 0;
}
.owl-item .a1{
    opacity: 0;
}
#lb2 .center .a1{
    opacity: 1;
}
#lb2 .center .bt{
    opacity: 1;
    z-index: 9;
}
#lb2 .owl-dots{
    display: none;
}
#lb2 .owl-nav span{
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 100px;
    line-height: 40px;
}
#lb2 .owl-nav span:hover{
	background-color: #000;
}
#fl .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute!important;
    top: 46%!important;
    width: 98%!important;
    margin: 0 auto;
    z-index: 9;
}
#fl .owl-nav .owl-prev {
    position: absolute;
    left: 35%;
}
#fl .owl-nav .owl-next {
    position: absolute;
    right: 33%;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: none!important;
}
#sp{
    text-align: center;
}
#sp h4{
    padding-bottom: 30px;
    padding-top: 70px;
}
#sp p{
    font-style: italic;
    display: block;
    overflow: hidden;
    padding-bottom: 55px;
}
#sp .a1{
    padding: 17px 35px;
    background-color: #03A236;
    color: #fff;
}
#sp video{
    padding-top: 88px;
}
#sp .a1:hover i{
    color: #fff;
}
#sp .a1:hover{
    color: #fff!important;
}


#fw{
    background-color: #0738BB;
    color: #fff;
    margin-top: 70px;
    padding-top: 75px;
    padding-bottom: 90px;
    text-align: center;
    margin-top: 70px;
}
#fw p{
    font-style: italic;
    padding-top: 10px;
    padding-bottom: 70px;
}
#fw img{
    display: block;
    overflow: hidden;
    margin: 0 auto;
    transform-origin: bottom center;
    transition: all 0.3s ease;
}
#fw .col-lg:hover img{
    transform: scale(1.1);
    animation: topShake 0.5s ease infinite;
}
@keyframes topShake{
    0%{transform: scale(1.1) rotate(0deg) translateX(0);}
    25%{transform: scale(1.1) rotate(-3deg) translateX(-2px);}
    50%{transform: scale(1.1) rotate(0deg) translateX(0);}
    75%{transform: scale(1.1) rotate(3deg) translateX(2px);}
    100%{transform: scale(1.1) rotate(0deg) translateX(0);}
}

#fw span{
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    padding-top: 25px;
    padding-bottom: 75px;
}
#fw .a1{
    padding: 17px 35px;
    background-color: #03A236;
    color: #fff;
}
#fw .a1:hover i{
    color: #fff;
}
#fw .a1:hover{
    color: #fff!important;
}
#fw h4{
padding-bottom: 0!important;
}

#why h4{
    padding-bottom: 0!important;
}
#kh h4{
    padding-bottom: 0!important;
}
#why{
    background-color: #F7F7F7;
    display: flex;
    background-image: url(lu.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 50% 100%;
    padding-top: 75px;
    padding-bottom: 75px;
}
#why p{
    font-style: italic;
    padding-top: 15px;
    padding-bottom: 150px;
}
#why span{
    font-family: 'poppinsthin';
    font-size: 14px;
    font-style: italic;
    padding-bottom: 25px;
    display: block;
}

#new img{
    width: 100%;
    height: auto;
    transition: all 0.4s ease;
}
#new .new1:hover img{
    transform: scale(1.1);
}
#new .new1 div{
    display: block;
    overflow: hidden;
}
#new .new1 {
    color: #000;
}
#new .new1 p{
    color: #777777;
    padding-top: 25px;
    padding-top: 18px;
    font-size: 14px;
}
#new .new1 h6{
    font-size: 18px;
    padding-top: 7px;
    padding-bottom: 25px;
}
#new .new1 span{
    color: #03A236;
    font-family: 'poppinsmedium';
}
#new  h4{
    padding-top: 75px;
    padding-bottom: 40px;
    text-align: center;
}
#new .xw{
    padding-top: 75px;
    padding-bottom: 75px;
}

#kh{
    background-image: url(bj1.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;
}  
#kh:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0.2) 50%);
} 
#kh .a1{
    padding: 17px 35px;
    background-color: #03A236;
    color: #fff;
}
#kh .a1:hover i{
    color: #fff;
}
#kh .a1:hover{
    color: #fff!important;
}
#kh p{
    display: block;
    overflow: hidden;
    padding-bottom: 70px;
    padding-top: 16px;
    font-family: 'poppinsthin';
    font-size: 14px;
    font-style: italic;
}
#kh .container{
    z-index: 9;
}

#di{
    background-color: #071027;
    padding: 45px 0;
}
#di .cd a{
    float: left;
    width: auto;
}
#di .di1{

   width: auto;
}
#di .di1 a{
    padding: 0 20px;
    color: #fff;
}
#di .di1 a:hover{
    color: #03A236;
}
#di .di2{
    border-top: 1px solid #333c52;
    color: #5d6270;
    text-align: center;
    padding-top: 25px;
    margin-top: 25px;
}
#xwtu{
    height: 550px!important;
}
.banner {
    width: 100%;
    height: 550px;
    background-position: center center;
    color: #fff;
    display: flex;
    position: relative;
    padding-bottom: 40px;
    background-size: cover;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
   
    align-items: center;
}
.banner1{
    background-color: #0738BB!important;
}
.banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2) ; 
    z-index: 1;
}
.banner div{
    z-index: 9;
}
.b1 {
    background-image: url(b1.jpg);
}
.b2 {
    background-image: url(a2.jpg);
}
.b3 {
    background-image: url(b2.jpg);
}
.b4 {
    background-image: url(b3.jpg);
}
.b5 {
    background-image: url(b4.jpg);
}
.banner .nav {
    color: #666;
    display: contents;
    font-weight: 300;
}
.banner h2{
    text-align: center;
    font-family: 'poppinsbold';
    text-transform: uppercase;
    margin-bottom: 0;
    padding-top: 25px;
    padding-top: 80px;
    font-size: 60px;
}
.banner h6{
    text-align: center;
    font-family: 'poppinsbold';
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 60px;
}
.banner h6 .navLink{
    text-align: center;
    font-family: 'poppinsbold';
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 30px;
    color: #FFF;
}

.banner .container{
    position: absolute;
    bottom: 35px;
    bottom: 25px;
    font-size: 12px;
    opacity: 0.5;
}
.banner .container a{
    color: #fff;
}
.banner span a{
    color: #fff;
    font-size: 18px;
}
.banner span a:hover{
    color: #03A236 !important;
}
.banner.b1 span a:last-child i {
    display: none;
}
.banner .xwbt{
    text-align: center;
    width: 35%;
    padding-top: 60px;
}
.banner .xwbt span{
    opacity: 0.5;
}
#nr{
    font-size: 14px!important;
    padding-top: 75px;
    padding-bottom: 75px;
}
#nr p{
    font-family: 'poppinslight';
}
#nr img{
    display: block;
    max-width: 100%;
}
#gy .you{
    background-color: #F7F7F7;
    display: flex;
    align-content: center;
    align-items: center;
    padding: 70px 60px;
    
}
#gy  .zuo img{
    height: 100%;
}
#gy  .zuo p{
    display: block;
    overflow: hidden;
    position: relative;
}
#gy .tx_svd_icon i{
    font-size: 21px;
    display: block;
}
#gy  .zuo{
    position: relative;
}
#gy .tx_svd_icon {
    position: absolute;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #fff;
    color: #03A236;
    border: none;
    animation: 1s linear infinite witr-shadow;
    top: 47%;
    left: 47%;
}
@keyframes witr-shadow {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 7px rgba(255, 255, 255, 0.3), 0 0 0 15px rgba(255, 255, 255, 0.3);
    }
    100% {
        box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.3), 0 0 0 15px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0);
    }
}
#gy .shang{
    text-align: center;
    padding-bottom: 50px;
}

#ry{
    background-color: #0738BB;
    color: #fff;
    padding: 75px 0;
}
#ry  .owl-dots.disabled {
    display: block;
}
.owl-theme .owl-dots{
   margin-top: 20px;
}
#ry  .owl-nav {
    display: none;
}
#ry img{
    width: 100%;
    border-radius: 0;
}
#ry i{
    position: absolute;
    bottom: 3px;
    right: 26px;
    font-size: 23px;
    color: #fff;
    text-shadow: 0px 1px 2px #000;
    opacity: 0;
    transition: all 0.4s ease;
}
#ry .col-6:hover i{
    opacity: 1;
}
#ry .col-6{
    position: relative;
}
#ry p{
    font-size: 14px !important;
    font-family: 'poppinslight';
}
#ry .fancybox {
    display: block;
    overflow: hidden;
    transition: all 0.4s ease;
}
#ry .fancybox img{
    transition: all 0.4s ease;
}
#ry .fancybox:hover img{
    transform: scale(1.1);
}

#jj{
    padding: 75px 15px;
}
#jj img{
    max-width: 100%;
}
#jj  .ss{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}
#jj .col-12{
    padding: 0;
}
#jj p{
    font-size: 14px !important;
    font-family: 'poppinslight';
}
#jj h5{
    padding-bottom: 15px;
}

#zh{
    background-image: url(bi.jpg);
    position: relative;
    padding: 75px 15px;
    color: #fff;
    background-size: cover;
}
#zh::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
#zh .p{
    z-index: 9;
    padding: 0;
    position: relative;
    text-align: center;
}
#zh .p p{
    font-size: 14px !important;
    font-family: 'poppinslight';
}

#nrr p{
    font-size: 14px !important;
    font-family: 'poppinslight';
}
#nrr {
    padding-top: 75px;
    padding-bottom: 75px;
}
#nrr img{
    max-width: 100%;
}
#nrr  .shang{
    padding-bottom: 55px;
}
#nrr  .shang1 p{
    padding-top: 10px;
    font-family: 'poppinsbold';
}

#zz{
    background-image: url(bi1.jpg);
    background-size: cover;
    color: #fff;
}
.b {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 100px;
    float: left;
    margin-top: 11px;
    margin-right: 5px;
    background: #fff;
}
#zz .zs p{
    display: block;
    overflow: hidden;
    float: left;
    width: 14%;
    font-family: 'poppinsbold';
    text-align: center;
}
#zz .zs p i{
    display: block;
    overflow: hidden;
    font-size: 45px;
    transform-origin: bottom center;
    transition: all 0.3s ease;
}
#zz .zs{
    padding-top: 45px;
}
#zz .zs p:hover i{
    transform: scale(1.2);
    animation: topShake 0.5s ease infinite;   
}
@keyframes topShake{
0%{
    transform: scale(1.1) rotate(0deg) translateX(0);
}
25%{
    transform: scale(1.1) rotate(-3deg) translateX(-2px);
}
50%{
    transform: scale(1.1) rotate(0deg) translateX(0);
}
75%{
    transform: scale(1.1) rotate(3deg) translateX(2px);
}
100%{
    transform: scale(1.1) rotate(0deg) translateX(0);
}
}

#biaoge .input{
    width: 97%;
    border: 1px solid #335ed0;
    margin-bottom: 22px;
    height: 55px;
    padding-left: 10px;
	font-size: 16px;
    background-color: #335ed0;
    color: #fff!important;
}
#biaoge .input::placeholder {
    color: #d6d6d6; /* 浅灰色 */
}
#biaoge .textarea::placeholder {
    color: #d6d6d6; /* 浅灰色 */
    padding-top: 10px;
}
#biaoge font {
    color: white !important;
}
.textarea{
    width: 98%;
    border: 1px solid #335ed0;
    padding-left: 10px;
    margin-bottom: 20px;
    background-color: #335ed0;
} 
.button2{
    width: 180px;
    height: 55px;
    background-color: #03A236;
    border: 0;
    color: #fff;
    margin: 0 auto;
    transition: all 0.4s ease;
}
.button2:hover{
    width: 200px;
}
#zh .a1 {
    width: 170px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    margin-top: 28px;
    color: #000;
    background-color: #fff;
    transition: all 0.4s ease;
}
#zh .a1:hover{
    width: 190px;
}
.cpquery{
    background-color: #F7F7F7;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    padding: 0;
    
}
.cpquery p{
    font-size: 14px!important;
    font-family: 'poppinslight'!important;
}
.cpquery1{
    display: block;
    overflow: hidden;
    width: 40%;
    float: left;
}
.cpquery1 img{
    width:100%;
}
.cpquerytitle {
    width: 55%;
    display: block;
    float: left;
    margin-left: 3%;
}

.cpquerytitle1 {
    font-size: 22px;
    padding-bottom: 10px;
    display: block;
    color: #000;
    font-family: 'poppinsbold';
}
.btn{
    border: 1px solid #03A236;
    margin-top: 15px;
    color: #fff;
    background-color: #03A236 !important;
    border-radius: 0;
    /* height: 50px; */
    padding: 10px;
}
.btn i{
    color: #fff;
}
.btn:hover{
    border: 1px solid #03A236;
    color: #fff;
    box-shadow: 0px 0px 10px #b6d8be;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{color: #fff;border-color:#03A236;}
.dropdown-menu{
    padding: 20px;
    z-index: 999;
}
.dropdown-menu a{
    display: block;
    width: 100%;
    white-space: nowrap;
    color: #03A236;
}
.dropdown-menu a:hover{
    font-weight: bold;
}
#cptua{
    background-image: url(cptu1.jpg);
    background-size: cover;
    padding: 75px 0;
    color: #fff;
}
#cptua p{
    font-size: 14px !important;
    font-family: 'poppinslight' !important;
}
#cptu2{
    background-image: url(cptu3.jpg);
    background-size: cover;
    padding: 75px 0;
    color: #fff;
}
#cptu2 p{
    font-size: 14px !important;
    font-family: 'poppinslight' !important;
}  
#cptu2 .cptu4 .col-12 .div{
    color: #000;
    padding: 40px 20px;
}
#cptu2 .cptu4 .col-12 .div img{
    width: 100%;
}
#cptu2 .cptu4 .col-12{
    position: relative;
    background-color: #fff;
}
#cptu2 .div1{
    position: absolute;
    bottom: 0;
}
#jycp{
    margin-top: 70px;
    margin-bottom: 70px;
}

#lca img{
    width: 100%;
}
#lca p{
    text-align: center;
    font-size: 14px !important;
    font-family: 'poppinslight';
}
#lca{
    margin-top: 75px;
    padding: 0;
    display: block;
    overflow: hidden;
}
#lcb img{
    width: 100%;
}
#lcb {
    padding: 0;
}
#lcc{
    background-color: #F7F7F7;
    margin-top: 75px;
}
.cpzh{
    padding-bottom: 20px;
}
.cpbt{
    margin-top: 45px;
}
.jyk .col-12{
    margin-bottom: 75px;
}
.jyk {
    padding-bottom: 0!important;
}
.jyk1{
    text-align: center;
}
.jyk1 i{
    font-size: 33px;
    padding: 20px;
    background-color: #f1f1f1;
    border-radius: 100px;
}
.jyk1 div{
    padding-top: 30px;
}
 table{
	width: 100%;
	margin: 30px auto;
	line-height: 21px;
	border-top: 1px solid #cddac6;
	border-right: 1px solid #cddac6;
    background-color: #fff;
    color: #03A236;
}

 table td{
	text-align: center;
	min-height: 30px;
	padding: 8px;
	border-left: 1px solid #cddac6;
	border-bottom: 1px solid #cddac6;
}

 .firstRow td{
	color: #03A236;
	background: #dde8d7;

}	
#biaoge1{
    background-color: #F7F7F7;
    padding-top: 50px;
}
#lb4{
    width: 50%;
    float: right;
}
#lb4 img{
    width: 100%;
}
#jj .owl-item::before{
    background-color: rgba(0, 0, 0, 0.0);
}
#lb4 .owl-nav{
    display: none;
}
#jj .owl-dots{
    margin-top: 5px!important;
    margin-bottom: -30px;
}
#lb5 {
    width: 50%;
    float: right;
}
#lb5 .owl-nav{
display: none;
}
@media (max-width: 768px){
.carousel{
    margin-top: 55px;
    height: auto;
}
#lb4{
    width: 100%;
} 
#lb5 {
    width: 100%;
} 
.jyk1 i {
    display: block;
    overflow: hidden;
    background-color: #fff;
} 
.jyk1 div {
    padding-top: 1px;
    padding-bottom: 15px;
} 
.jyk .col-12{
    margin-bottom: 1px;
}
.banner h2{
    font-size: 30px;
}
.banner h6 {
    font-size: 30px;
}
#lbwenzi h1 {
    font-size: 18px;
}
#lbwenzi p {
    font-size: 16px;
}
#lbwenzi img{
    width: 35px;
}
#fl h4 {
    padding-bottom: 30px;
    padding-top: 40px;
}
#fl .owl-theme .owl-nav {
    top: auto!important;
    margin-top: 8px;
}
#lb2 .owl-nav span {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
#fl .owl-nav .owl-prev {
    left: 40%;
}
#fl .owl-nav .owl-next {
    right: 38%;
}
#sp h4 {
    padding-bottom: 8px;
    padding-top: 80px;
}
#sp p {
    padding-bottom: 38px;
}
#sp video {
    padding-top: 55px;
}
#fw {
    margin-top: 70px;
    padding-top: 40px;
    padding-bottom: 60px;
    margin-top: 45px;
}
#fw p {
    padding-bottom: 30px;
}
#fw span {
    padding-bottom: 1px;
    font-size: 12px;
    padding-top: 10px;
}
#fw img {
    height: 45%;
}
#why {
    background-image: none;
    padding-top: 40px;
    padding-bottom: 40px;
}
#why p {
    padding-bottom: 20px;
}
#new h4 {
    padding-top: 40px;
    padding-bottom: 15px;
}
#new .new1 h6 {
    padding-bottom: 5px;
}
#new .new1 span {
    display: block;
    padding-bottom: 25px;
}
#kh{
    min-height: auto;
    margin-top: 10px;
    padding-top: 20px;
    padding-top: 45px;
    padding-bottom: 60px;
}
#kh p{
    padding-bottom: 26px;
    padding-top: 2px;
}
.banner {
    height: 275px;
}
#nr {
    padding-top: 40px;
    padding-bottom: 40px;
}
#gy .shang {
    padding-bottom: 35px;
}
#gy .you {
    padding: 45px 13px;
}
#gy .zuo {
    margin-top: 45px;
}
#ry {
    padding: 45px 0;
}
.offcanvas-body li {
    list-style-type: none;
    line-height: 35px;
    padding: 6px 0;
}
.offcanvas-body .dropmenu0_b i {
    display: none;
}
.offcanvas-body .dropmenu2_b i {
    display: none;
}
.offcanvas-body .dropmenu3_b i {
    display: none;
}
.offcanvas-body .dropmenu5_b i {
    display: none;
}
.yuyan{
    display: block;
    margin-top: 12px;
}
#ry .text-center .row{
    margin-right:0;
    margin-left: 0;
}
#ry .col-6 {
    margin-bottom: 13px;
}
#jj .col-12 {
    padding: 14px 15px;
}
#jj {
    padding: 40px 15px;
}
#zh {
    padding: 45px 15px;
}
#lca {
    margin-top: 30px;
    padding: 0 15px;
}
#nrr {
    padding-top: 45px;
    padding-bottom: 45px;
}
#nrr .shang {
    padding-bottom: 20px;
}
#zz .zs p {
    width: 50%;
        padding-bottom: 25px;
}
#new .xw {
    padding-top: 45px;
    padding-bottom: 45px;
}
#xwtu {
    height: 310px !important;
}
.banner .xwbt {
    width: 100%;
}
#cptua {
    padding: 45px 0;
}
#cptu2 {
    background-image: none;
    background-size: cover;
    padding: 0;
    color: #fff;
}
#cptu2 .cptu4 .col-12 .div {
    color: #000;
    padding: 0;
    position: relative;
}
#cptu2 .cptu4 .col-12 .div h4{
    padding-top: 22px;
}
#cptu2 .cptu4 .col-12 .div img {
    width: 100%;
    margin-top: 24px;
    display: block;
    overflow: hidden;
}
#cptu2 .cptu4 .col-lg-6 img{
    margin-top: 24px;
    display: block;
    overflow: hidden;
}
#cptu2 .cptu4 .col-12 {
    position: relative;
    position: inherit;
    background-color: #fff;
}
.cpquery {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    padding: 25px 15px;
    flex-direction: column;
}
.cpquery1 {
    width: 100%;
}
.cpquerytitle {
    width: 100%;
}
.cpquerytitle1 {
    padding-top: 20px;
}
#jycp {
    margin-top: 45px;
    margin-bottom: 30px;
}
#gy .zuo p {
    display: block;
    overflow: hidden;
    height: auto;
}
#gy .zuo img{
    height: 300px;
}
#mainMenu .secondMenu a {
    color: #03A236;
}
}