* {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-smooth: always;
    /* 启用字体平滑 */
    -webkit-font-smoothing: antialiased;
    /* 在一些WebKit浏览器中启用字体抗锯齿 */
    -moz-osx-font-smoothing: grayscale;
    /* 在一些Firefox浏览器中启用字体抗锯齿 */
    font-family: Arial, Helvetica, sans-serif;
    
}
a{
    text-decoration: none !important;
}
p {
    margin-top: 0;
    margin-bottom: 0!important ;
}
#lunbo img{
    width: 100%;
    height: 100vh;   
}
#lunbo .swiper-pagination1{
    bottom: 15px;
    left: 0;
    width: 100%;
    /* margin-top: -15px; */
    position: absolute!important;
    z-index: 999;
}
#lunbo .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: 50px;
} 
/* 平滑滚动 */
#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;
}

/*主导航*/
#mainMenu{
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    z-index: 999;
    background-color: #fff;
    color: #000;
    position: fixed;
    width: 100%;
    height: 98px;
    left: 0;
    top: 0;
    background: #fff;
}

#mainMenu img{
    
    margin-bottom: 14px;
    margin-top: 14px;
}
#mainMenu ul li:hover .mainLink{
    color: #fff!important;
}
#caidan ul{
    list-style-type: none;
    height: 100%;
}
#caidan ul .mainLink a{
    color: #333;
}

#caidan ul li:hover .mainLink a{
    color: #fff;
}

#caidan ul li{
    flex: 1;
    position: relative;
    overflow: hidden;
    z-index: 999;
    text-align: center;   
    margin-left: 1px;
    height: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#caidan ul li:hover{
    background-color: #3cafd6;
}

#caidan ul li i{
    transform: scale(0.7);
}

#caidan ul li:hover .secondMenu{
    /*二级导航动画*/
    opacity: 1;
    transform: scale(1) translateY(0);
    /*二级导航动画*/
}

#caidan ul li:hover{
    overflow: initial;
}

/*主导航二级菜单*/
#caidan .secondMenu{
    position: absolute;
    width: 100%;
    left: 0;
    top: 95px;
    background: #3cafd6;
    transition: all 0.3s;
    /*二级导航动画*/
    opacity: 0;
    transform: scale(0.9) translateY(-10px);
    /*二级导航动画*/
}
.mainLink{
    color: #000;
}
#caidan .secondMenu a{
    display: block;
    white-space: nowrap;
    line-height: 45px;
    border-top: 1px solid #FFF;
    color: #fff;
    font-size: 13px;
}
#caidan .secondMenu a:hover{
    background-color: #f6f6f6;
    color: #3cafd6;
    border-top: 1px solid #ededed;
}

#sygd {
    width: 100%;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
}
#sygd .swiper-slide {
    text-align: center;
    font-size: 18px;

    /* 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: center;
}
.carousel-indicators{
    margin-bottom: 6rem!important;
}
@each $breakpoint in map-keys($grid-breakpoints) {
    $infix: breakpoint-infix($breakpoint, $grid-breakpoints);
    $postfix: if($infix != "", $infix + "-down", "");
  
    @include media-breakpoint-down($breakpoint) {
      .modal-fullscreen#{$postfix} {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
  
        .modal-content {
          height: 100%;
          border: 0;
          @include border-radius(0);
        }
  
        .modal-header,
        .modal-footer {
          @include border-radius(0);
        }
  
        .modal-body {
          overflow-y: auto;
        }
      }
    }
  }
  .modal-backdrop{
    width: 0!important;
    height: 0!important;
  }
  #mainMenu .btn-primary{
    background-color: #fff;
    border: none;
  }
  #mainMenu .btn-primary i{
    color: #000;
    font-size: 20px;
  }

/* 关于 */
 .h3-title {
    width: 100%;
}
 .text-center {
    text-align: center;
}
#guanyu {
    background: url(97e0f05.png) no-repeat 50%;
    background-size: cover;
}
.h3-title .title-cn span {
    color: #3cafd6;
}
.title-eng {
    color: #d9d9d9;
    font-size: 20px;
    text-transform: uppercase;
}
#guanyu  .h3-title .title-cn {
    font-size: 30px;
    color: #000;
    font-weight: 400;
}
#guanyu .about-con{
    padding: 40px 0;
    color: rgb(51, 51, 51);
    font-family: MicrosoftYaHei;
    font-size: 14px;
    text-align: center;
    word-spacing: 1px;
}
.btn-leader {
    width: 280px;
    height: 45px;
    line-height: 45px;
} 
.btn-more {
    width: 280px;
    height: 50px;
    border: 2px solid #000;
    line-height: 50px;
    text-align: center;
    display: block;
    margin: 0 auto;
    color: #000;
    position: relative;
    font-size: 14px;
}
.btns:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 0;
    background: #fff;
    height: 100%;
    color: #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.btns span {
    z-index: 2;
}
.btns span {
    position: relative;
}
.btn-more:after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: #000;
    position: absolute;
    left: -40px;
    top: 23px;
    transition: all .2s linear;
}
.btns:hover:before {
    width: 100%;
    background: #f8f8f8;
}
.btns:hover {
    border-color: #1883a3;
    color: #1883a3;
}
.btns:hover:after {
    left: -50px;
    background: #1883a3
}
/* 董事长 */
#dsz {
    background: url(be55837.jpg) no-repeat 50%;
    background-size: cover;
}
#dsz .you .tu1{
    display: block;
    margin-top: 75px;
}
#dsz .you strong{
    font-size: 21px;
    color: #2082a9;
    font-weight: normal;
    padding-bottom: 20px;
    display: block;
}
#dsz .you p{
    font-size: 14px;
    color: #333333;
}
/* 新闻 */
#xinwen {
    background: url(cf03e9e.jpg) no-repeat 50%;
    background-size: cover;
}
#xinwen .tList img{
    width: 100%;
    display: block;
    overflow: hidden;
    max-height: 325px;
}
#xinwen .tList a{
    display: block;
    overflow: hidden;
    width: 100%;
    background: #008bb8;
    padding: 15px;
    color: #e5e5e5;
    line-height: 24px;
    font-size: 14px;
    text-align: left;
}
#xinwen .tList{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#xinwen .tList a span{
    font-size: 14px;
}
#xinwen .tList a h6{
    font-size: 17px;
    color: #fff;
    margin-top: 5px;
}
#xinwen .tList a h5{
    font-size: 14px;
    line-height: 22px;
    height: 42px;
    display: block;
    overflow: hidden;
    margin-bottom: 28px;
}
#xinwen .xw{
    margin-top: 35px;
}
#xinwen  .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: 24px;
}
#xinwen  .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: 24px;
}

#xinwen #xinwen2 .tList:hover{
	transition: all 0.3s;
	}
#xinwen #xinwen2 .tList:hover{
	transform: translateY(-8px);
	}
  
#xinwen #xinwen2 .tList img{
    height: 177px;
}
#xinwen #xinwen2 .tList a{
    padding: 7px;
    height: 55px;
    line-height: 26px;
}
#xinwen #xinwen2 .tList a h6{
    font-size: 14px;
}
#xinwen #xinwen2 .col-6{
    margin-top: 20px;
}
#xinwen #xinwen2 .row{
margin-top: -20px;
}
/* cp */
#cp{
    background: linear-gradient(to top, #0a4d7f 0%, rgba(213, 213, 213, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
    padding-top: 70px;
}
#cp img{
	width:100%;
	height: auto;
    transition: all .3s ease-in-out;
	}
#cp  img:hover{
        transform: scale(1.1);
    }
#cp a .tu{
        display: block;
        overflow: hidden;
    }           
#cp .anli{
	background:#f6f7fa;
	margin-bottom:25px;}
#cp .anli .pictitle{
	color:#000;
	font-size:18px;
	padding:12px;
    text-align: left;
}
#cp .anli .pictitle i{
	float:right;
	color:#d2d2d2;
	font-size:18px;
	transition: all 0.5s;
	}
#cp .anli:hover i{
	margin-right:10px;
	color:#008bb8;
	}
#cp  .cp{
    margin-top: 30px;
}  
/*lx*/ 
#lx{
    background: url(17792f5.png) no-repeat 100% #008bb8;
}
#lx .lx1 div{
    margin-top: 25px;
    width: 95%;
}
#lx .lx1 div img {
    width: 100%;
    height: auto;
    transition: all .3s ease-in-out;
}
#lx .lx1 div {
    display: block;
    overflow: hidden;
}
#lx .lx1 div img:hover {
    webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
#lx .lx2{
    margin-top: 25px;
    text-align: left;
    color: #fff;
    font-size: 14px;
}
#lx .lx2 h2{
    font-size: 30px;
}
#lx .lx2 h3{
    color: #d6d6d6;
    font-size: 19px;
    text-transform: uppercase;
}
#lx .lx2 span{
    display: block;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 60px;
    line-height: 32px;
}
#lx .lx2 .lx3{
    text-align: center;
}
#lx .lx2 .lx3 img{
    width: 100%;
    margin-bottom: 6px;
}
 .di{
    background-color: #00779e;
    position: absolute;
    width: 100%;
    bottom: 0;
    font-size: 14px;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}
.di .text-left a{
    float: left;
    color: #fff;
    margin-right: 6px;
}
.di  a:hover{
    text-decoration: underline!important;
}
.di .text-left p{
    text-align: left;
}
.di .text-end a{
    color: #fff;
}
/*关于安然*/ 
.banner {
    width: 100%;
    height: 400px;
    background-position: center center;
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    background-size: cover;
}
.a1{
	background-image: url(banner1.jpg);
    margin-top: 98px;}
.a2{
    background-image: url(banner2.jpg);
    margin-top: 98px;}
.a3{
    background-image: url(banner3.jpg);
    margin-top: 98px;}  
.a4{
    background-image: url(banner4.jpg);
    margin-top: 98px;}
.a5{
    background-image: url(banner5.jpg);
    margin-top: 98px;}    
.a6{
    background-image: url(banner6.jpg);
    margin-top: 98px;} 
.a7{
    background-image: url(banner7.jpg);
    margin-top: 98px;}
.a8{
    background-image: url(banner8.jpg);
    margin-top: 98px;} 
.a9{
    background-image: url(banner9.jpg);
    margin-top: 98px;} 
.a10{
    background-image: url(banner10.jpg);
    margin-top: 98px;}
.a11{
    background-image: url(banner11.jpg);
    margin-top: 98px;}     
.a12{
    background-image: url(banner12.jpg);
    margin-top: 98px;}
.a13{
    background-image: url(banner13.jpg);
    margin-top: 98px;}
.a14{
    background-image: url(banner14.jpg);
    margin-top: 98px;}  
.a15{
    background-image: url(banner15.jpg);
    margin-top: 98px;}  
.a16{
    background-image: url(banner16.jpg);
    margin-top: 98px;} 
.a17{
    background-image: url(banner17.jpg);
    margin-top: 98px;} 
.a18{
    background-image: url(banner18.jpg);
    margin-top: 98px;} 
.a19{
    background-image: url(banner19.jpg);
    margin-top: 98px;}    
.a20{
    background-image: url(banner20.jpg);
    margin-top: 98px;}  
.a21{
    background-image: url(banner21.jpg);
    margin-top: 98px;} 
.a22{
    background-image: url(banner22.jpg);
    margin-top: 98px;} 
.a23{
        background-image: url(banner23.jpg);
        margin-top: 98px;}                                        
.banner div {
    z-index: 998;
    animation: yidong 2s;
}
/*ditu*/
.chinamap{
	width: 1200px;
	overflow: hidden;
	padding: 50px 0px;
	border-radius: 20px;
	border-bottom: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	margin: 0px auto;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+45,fff3e0+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(left, rgba(255,255,255,1) 45%, rgba(255,243,224,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 45%,rgba(255,243,224,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,1) 45%,rgba(255,243,224,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff3e0',GradientType=1 ); /* IE6-9 */
}

.chinamap .china-map-con{
	width: 800px;
	float: left
}

.chinamap .cityclass,.chinamap .search_md{
	float: left;
	width: 250px;
	overflow: hidden;
	margin-top: 60px;
}

.chinamap .cityclass strong,.chinamap .search_md strong{
	color: #996633;
	font-size: 18px;
	width: 100%;
	line-height: 24px;
	display: block;
	margin-bottom: 20px;
}

.chinamap .cityclass a{
	font-size: 16px;
	width: 80px;
	display: block;
	line-height: 30px;
	float: left;
	color: #999
}

.chinamap .cityclass a.on{
	color: #c78e42
}

.chinamap .cityclass a font{
	font-family: "Arial";
	font-size: 14px;
}
.arditu{
    background-color: #fff;
    margin-bottom: 45px;
}
.arditu #XX1{
    padding-top: 90px;
}	
.arditu .col-lg-8{
    margin-top: 0px;
}
.arditu span{
    font-size: 16px;
    color: #1983a7;
    padding: 10px 0;
    display: block;
}
.arditu p{
    display: block;
    overflow: hidden;
    border-bottom: 1px dashed #999;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.arditu .arditu1{
    background: #fff;
    padding: 15px;
    max-height: 760px;
    display: block;
    overflow-y: overlay;
}
.arditu h4{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 45px;
    margin-bottom: 50px;
}
@keyframes yidong
    {
    from {letter-spacing: 20px; left: 200px; opacity: 0}
    to {letter-spacing: 0px;left:50px; opacity: 1}
    } 
.banner div h3{
	text-shadow: 0px 0px 0px #000;
    font-size: 30px;
    font-weight: bold;
	}
.banner div h5{
    display: block;
    width: 20px;
    height: 4px;
    background: #fff;
}

#pagemenu {
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 10px;}
#pagemenu h5{
    color: #018bb9;
    font-size: 14px;
    padding-top: 5px;
}
#pagemenu h5 .nav{
    background: url(0719d29.png) no-repeat 0px center;
    padding-left: 30px;
    height: 22px;
    line-height: 22px;
    display: inline-flex;
    color: #000;
}
#pagemenu .pagemenu1 div{
    float: right;

}
#pagemenu .smenuvnow {
    background-color: #3cafd6;
    color: #FFF!important;
}
#pagemenu .smenuv{
    margin-right: 15px;
    display: inline-block;
    padding: 4px 9px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    border-radius: 5px;
}
#pagemenu .smenuv:hover{
    background-color: #3cafd6;
    color: #FFF!important;
}
#pagemenu .navLink{
    color: #018bb9;
}
.active>.page-link, .page-link.active{
    background-color: #008bb8;
    border-color:#008bb8;
}
#nr{
    background: #f7f7f7;
    padding-top: 45px;
    font-size: 14px;
    display: block;
    overflow: hidden;
    min-height: 450px;
}
li{
    list-style-type: none;
}
#nr .gy .flex-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 50px;
}
#nr .gy .flex-item li{
    padding: 0 50px;
    border-right: 1px solid #bfbfbf;
    text-align: center;
}
#nr .gy .flex-item li b{
    font-size: 48px;
    color: #000;
    font-family: Impact;
}
#nr2{
    padding-top: 50px;
    padding-bottom: 70px;
    background: url(be5a1af.jpg) no-repeat 50%;
    background-size: cover;
}
#nr2 .col-6{
    margin-top: 25px;
}
#nr2 .jj{
    background: hsla(0, 0%, 100%, .7);
    text-align: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    padding-top: 30px;
    padding-bottom: 30px;
    transition: all .2s linear;
    min-height: 175px;
}
#nr2 .jj h3{
    font-size: 18px;
    padding-top: 18px;
    padding-bottom: 12px;
}
#nr2 .jj span{
    width: 45px;
    height: 4px;
    background: #4298ce;
    display: block;
    margin: 0 auto;
}
#nr2 .jj a{
    position: absolute;
    width: 100%;
    height: 0%;
    left: 0;
    bottom: 0;
    background: #1482c7;
    color: #fff;
    text-align: left;
    line-height: 1.8;
    transition: all .2s linear;
}
#nr2 .jj a h3{
    width: 90%;
    margin: 0 auto;
}
#nr2 .jj a P{
    width: 90%;
    margin: 0 auto;
    font-size: 14PX;
    line-height: 20px;
}
#nr2 .jj:hover a{
    height: 100%;
}
#nr2 .row{
    width: 80%;
    margin: 0 auto;
}

#dibu{
    background: #008bb8;
    padding-top: 45px;
    padding-bottom: 35px;
}
#dibu .dibu1 div{
    float: left;

}
#dibu a{
    font-size: 14px;
}
#dibu .dibu1 div a{
    width: 100%;
    display: block;
    overflow: hidden;
    color: #e4e7ee;
}
#dibu .dibu1 .an {
    font-size: 16px;
    color: #fff;
    margin-bottom: 12px;
}
#dibu .an1{
    width: 14%;
}
#dibu .py-1{
    transition: all .2s linear;
}
#dibu .py-1:hover{
    text-decoration: underline!important;
    padding-left: 5px;
}
#dibu .lx3 img{
    width: 100%;
}
#dibu .lx3{
    text-align: center;
    color: #fff;
    font-size: 14px;
}
#dibu1{
    background-color: #00779e;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding-bottom: 15px;
    padding-top: 15px;
}
#dibu1 a{
    color: #fff;
}
#dibu1 a:hover{
    text-decoration: underline!important;
}

#gs{
    padding-bottom: 45px;
}
#gs .gs1{
    display: flex;
    align-items: center;
}
#gs .gs1 .gs2 strong{
    display: block;
    font-size: 16px;
    padding-top: 9px;
}
#gs .gs1 .gs2 span{
    height: 3px;
    background: #434343;
    width: 50px;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
}
#gs3{
    padding-top: 45px;
    padding-bottom: 45px;
}
#gs3 div{
    padding: 1px;
}
#gs3 img{
    width: 100%;
    max-height: 504px;
}
#gs3 .gs4 img{
    max-height: 250px;
}
#gs3 .gs5{
    padding: 3px 11px 0px 9px;
}
#gs3 .gsa {
    position: relative;
} 
#gs3 .gsa a{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    color: #fff;
}
#gs3 .gsa a:hover{
    text-decoration: underline !important;
} 
#nr .dsz{
    background: #fff;
    padding: 40px;
    margin-bottom: 45px;
}
.jscj .newsquery{
    background-color: #fff;
    padding: 20px;
    margin: 0 0 30px 0px;
    color: #666;
    display: flex;
    align-items: center;
    transition: all .3s linear;
}
.jscj .newsquery b{
    display: block;
    font-size: 16px;
    color: #000;
}
.jscj .newsquery span{
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.jscj .newsquery i{
    font-size: 20px;
    color: #008bb8;
    transition: all .3s linear;
}
.jscj .newsquery:hover i{
    margin-left: 20px;
}
.jscj .newsquery:hover{
    transform: translateY(-5px);
    box-shadow: 0 5px 8px -5px rgba(151,163,184,.2), 0 15px 16px -15px rgba(151,163,184,.2), 0 25px 32px -25px rgba(151,163,184,.2);
}
.xwxq .xwxq1 div{
    background-color: #fff;
    padding: 45px 35px 90px 35px;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.xwxq .xwxq1 h3{
    text-align: center;
    font-size: 18px;
}
.xwxq .xwxq1 .shijian{
    display: block;
    overflow: hidden;
    text-align: center;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 20px;
    margin-bottom: 40px;
    color: #999;
    font-size: 14px;
}
.xwxq .xwxq1{
    position: relative;
}
.xwxq .xwxq1 img{
    height: auto!important;
    max-width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    margin: 0 auto!important;
}
.xwxq .xwxq1 .fa-chevron-left{
    background-color: #008bb8;
    padding: 16px 20px;
    color: #fff;
    position: absolute;
    right: 12px;
    bottom: 0px;
}
.PingHei_text a{
    font-weight: bold;
    color: #000;
}
.PingHei_text a:hover{
    color: #008bb8;
    text-decoration: underline!important;}
.PingHei_text{
    padding-top: 15px;
    padding-bottom: 45px;
}
.rongyu img{
    max-height: 245px;
    border-radius: 0;
    padding: 10px;
    width: 100%;
}
.rongyu1 a{
    text-align: center;
    color: #666;
    font-size: 16px;
    padding-bottom: 20px;
    display: block;
    margin-top: 5px;
}
.shouze a{
    color: #333;
    line-height: 28px;
    font-size: 16px;
}
.shouze a:hover{
    color: #008bb8;
}
.shouze{
    color: #666;
}
.shouze h3{
    font-size: 22px;
}
.jscj .newsquery .sj{
    color:#999;
    padding-bottom: 10px;
}
.jscj .newsquery img{
    padding-left: 0;
}
.boku{
    position: relative;
}
.boku img{
    width: 100%;
}
.boku i{
    display: block;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(to top, #0c2438 0%, rgba(6, 29, 58, 0.7) 30%, rgba(8, 67, 114, 0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    transition: all .2s;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 55px;
}
.boku1 p{
    display: block;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    padding-bottom: 20px;
    padding-top: 20px;
    color: #333;
    padding-left: 10px;
    padding-right: 10px;
}
.boku1{transition: all .3s linear;    
    margin-bottom: 25px;}
.boku1:hover{
    transform: translateY(-10px);
}
.boku1:hover i{
    color: #008fc4;
    font-size: 65px;
    text-shadow: 2px 2px rgba(0,0,0,.5);
}
#pagefenlei{
    display: block;
    overflow: hidden;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#pagefenlei .smenuv{
    color: #333;
    padding: 8px 20px;
    background: #e6e6e6;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;

    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}
#pagefenlei .smenuv:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #3cafd6;
    -webkit-transform: scaleX(0); 
    transform: scaleX(0);
    -webkit-transform-origin: 50%; 
     transform-origin: 50%; 
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 5px;
}
#pagefenlei .smenuv:hover:before{
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
#pagefenlei .smenuv:hover{
	color:#fff;
}
.nrikan1{
    background-color: #fff;
    color: #333;
    padding-top: 20px;
    margin-bottom: 25px;
} 
.nrikan1 .tu{
    width: 100%;
} 
.nrikan{
    text-align: center;
    color: #000;
    transition: all .3s ease-in-out;
}
.nrikan img{
    width: 100%;
    height: auto;
    transition: all .3s ease-in-out;
    box-shadow: 0 5px 8px -5px rgba(151,163,184,.8), 0 15px 16px -15px rgba(151,163,184,.8), 0 25px 32px -25px rgba(151,163,184,.5);
}

.nrikan .tu{
    display: block;
    overflow: hidden;
    padding: 20px;
}
.nrikan:hover img{
    transform: scale(1.1);
}
.cpp .anli{
	background:#fff;
	margin-bottom:25px;}
.cpp .anli .pictitle{
	color:#000;
	font-size:18px;
	padding:30px 20px;
    text-align: left;
}
.cpp .anli .pictitle i{
	float:right;
	color:#d2d2d2;
	font-size:18px;
	transition: all 0.5s;
	}
    .cpp .anli .tu{
        display: block;
        overflow: hidden;
    }    
.cpp .anli:hover i{
	margin-right:10px;
	color:#008bb8;
	}
.cpp .anli img{
    width: 100%;
    transition: all .3s ease-in-out;
    }
.cpp .anli img{
    width: 100%;
    transition: all .3s ease-in-out;
    }  
.cpp img:hover {
    transform: scale(1.1);
    }  
    .cpp .anli:hover{
        border-bottom: 2px solid #008bb8;
        box-shadow: 0 5px 8px -5px rgba(151,163,184,.2), 0 15px 16px -15px rgba(151,163,184,.2), 0 25px 32px -25px rgba(151,163,184,.2);
    }        
.cpnr1 {
    width: 100%;
     background-color: #fff;
    color: #333;
     margin-bottom: 25px;
     text-align: center;
     padding-bottom: 15px;
     line-height: 28px;
     transition: all .2s linear;
    }
.cpnr1:hover{
    background-color: #1983a7;
    color: #fff!important;
}   
.cpnr1 .tu{
    display: block;
    overflow: hidden;
}  
.cpnr1 img{
    width: 100%;
    height: auto;
}  
.cpnr1 span{
    font-size: 16px;
    padding-top: 15px;
    display: block;
}
.cpcp{
    background-color: #fff;
    margin: 0;
    padding-bottom: 12px;
    padding-top: 12px;
}
.cpcp .cpcp1 img{
    width: 100%;
}
.cpcp .cpcp2{
    display: flex;
    align-items: center;
}
.cpcp .cpcp2 div{
    display: block;
    overflow: hidden;
    width: 100%;
}
.cpcp .cpcp2 h3{
    font-size: 24px;
}
.cpcp .cpcp2 span{
    display: block;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-top: 30px;
}
.cpcp .cpcp2 span p{
    padding-bottom: 5px;
    padding-top: 5px;
    color: #333;
}
.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 #1da5d7;
    padding-left: 10px;
    margin-bottom: 15px;
    font-size: 16px;
}
/*基金会*/
#jjh{
    padding: 15px 40px 15px 40px;
    background-color: #fff;
}
#jjh .col-lg-8 {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
}
#jjh  .anniu{
    margin-left: 40px;
    color: #666;
    transition: all .2s linear;
}
#jjh  .anniu:hover{
border-bottom: 4px solid #e60012;
padding-bottom: 5px;}
#jjhlb{
    padding: 0;
}
#jjhlb .carousel-indicators {
    margin-bottom: 1rem !important;
}
#jjhjj{
    padding: 80px 0;
    background: url(1e0109e.png) no-repeat bottom #fff;
    background-size: 100%;
    color: #333;
}
.jjhjj1 span{
    display: block;
    width: 30px;
    height: 3px;
    background: #cc000c;
}
.jjhjj1 p {
    font-size: 16px;
    text-transform: uppercase;
    color: #cc000c;
    padding-top: 36px;
}
.jjhjj1  h3{
    font-size: 30px;
    color: #000;
}
.jjhjj2  a{
    color: #333;
    transition: all .2s linear;
    padding-top: 30px;
    display: block;
}
.jjhjj2  a i{
    color: #008bb8;
    transition: all .2s linear;
}
.jjhjj2  a:hover i{
    padding-left: 20px;
}
#jjhxw{
    background: url(4b6b566.jpg) no-repeat 50%;
    background-size: cover;
    margin-bottom: 40px;
    padding: 80px 0;
}
.jjhxw1{
    background: #e70012;
    color: #fff;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.jjhxw2 {
    padding: 45px 0px 45px 22px;
}
.jjhxw3{
    background: hsla(0, 0%, 100%, .5);
    padding: 15px;
    width: 100%;
    height: 115px!important;
}
.jjhxw3 h3{
    font-size: 14px;
    color: #666;
}
.jjhxw3 p{
    font-size: 14px;
    color: #333;
    padding-bottom: 5px;
}
#jjhgy{
    padding-top: 20px;
    padding-bottom: 50PX;
}
.jjhgy1 img{
    width: 100%;
    display: block;
    height: 200px;
}
.jjhgy1 a{
    position: relative;
    padding: 2px;
}
.jjhgy1 h3{
    position: absolute;
    background: linear-gradient(to top, #0c2438 -10%, #0c2438 10%, rgba(226, 3, 21, 0) 41%);
    bottom: -6px;
    right: 0;
    right: 2px;
    left: 2px;
    height: 98%;
    display: flex;
    align-items: flex-end;
    flex-direction: column-reverse;
    color: #fff;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    transition: all .2s linear;
}
.jjhgy1 h3 span{
    width: 100%;
    display: block;

}
.jjhgy1 h3 P{
    width: 100%;
    display: block;
    height: 0%;
    opacity: 0;
    transition: all .2s linear;
}
.jjhgy1 .col-6:hover p{
    height: auto;
    opacity: 1;
}
.jjhgy1 .col-6:hover h3{
    background: linear-gradient(to top, rgba(255, 2, 23, 0.9) -2%,rgba(255, 1, 22, 0.1) 41%);
    display: flex;
    align-items: flex-end;
}
 .h33{
    text-align: center;
    padding-bottom: 35px;
    font-size: 26px;
    color: #333;
}
#jjhgy .h33 p{
    font-size: 16px;
    padding-top: 15px;
}
#jjhdibu{
    background: #e60012;
    padding: 50px 0;
    color: #fff;
}
.jjhdibu2{
    display: flex;
    align-items: center;
}
.jjhdibu2 div{
    margin-right: 15px;
    font-size: 14px;
}
.jjhdibu2 a{
    opacity: 0.8;
    color: #fff;
}
.jjhdibu2 a:hover{
    opacity: 1;
}

.jjhdibu2 img{
    display: block;

}
.banner1 {
    background-image: url(banner0.jpg);
    width: 100%;
    height: 400px;
    background-position: center center;
}
.banner2 {
    background-image: url(banner00.jpg);
    width: 100%;
    height: 270px;
    background-position: center center;
}
#jjhny{
    border-bottom: 1px solid #bfbfbf;
}
#jjhny a{
    display: block;
    overflow: hidden;
    float: left;
    width: auto;
    color: #333;
    margin-right: 35px;
    padding: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    transition: all .2s linear;
}
#jjhny a:hover{
    border-bottom: 4px solid #e60012;
}
#jjhxq{
    padding: 0;
    font-size: 14px;
    color: #333;
    margin-top: 40px;
    margin-bottom: 40px;
}
#jjhxq img{
    max-width: 100%;
}
#jjhxq h1{
font-size: 25px;
font-weight: bold;
}
#jjhxq h2{
    font-size: 38px;
    font-weight: bold;
    }
#jjhxq   strong{
    font-size: 18px;
} 
.gyzx .newsquery{
    position: relative;
    margin-bottom: 25px;
}
.gyzx .newsquery b{
    position: absolute;
    display: block;
    width: 90%;
    z-index: 99;
    bottom: 0px;
    color: #fff;
    margin-left: 5%;
    text-align: center;
    margin-bottom: 15px;
    padding: 8px;
    transition: all .5s linear;
    background: #c90a17;
}
.gyzx .newsquery span{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 16px;
    display: block;
    top: 0;
    display: flex;
    align-items: center;
}
.gyzx .newsquery img{
    width: 100%;
}
.gyzx .newsquery span h4{
    display: block;
    width: 90%;
    margin-left: 5%;
    transition: all .5s linear;
    background: #c90a17;
    padding: 15px;
    color: #fff;
    font-size: 16px;
    transform: scale(0);
}
.gyzx .newsquery span h4 .xian{
    height: 3px;
    background: #fff;
    display: block;
    width: 25px;
    margin-bottom: 15px;
}
.gyzx .newsquery:hover .gyzxbt{
    transform: scale(0);
}
.gyzx .newsquery:hover .gyzxbt1{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.zyzlm .newsquery{
    background-color: #fff;
    margin-bottom: 25px;
    transition: all 0.5s;
}
.zyzlm .newsquery:hover{
    transform: translateY(-5px);
}
.zyzlm .newsquery img{
    width: 100%;
}
.zyzlm .newsquery b{
    color: #666;
    display: block;
    font-size: 16px;
    padding: 15px 10px;
}
.zyzlm .newsquery span{
    color: #666;
    display: block;
    padding: 0px 10px 17px 10px;
}
#qywh {
    padding: 50px 0;
}
.biaoti{
    display: block;
    font-size: 21px;
    color: #018bb9;
    position: relative;
    padding-top: 20px;
    margin-bottom: 40px;
}
.biaoti:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 3px;
    background: #018bb9;
    display: block;
    content: "";
}
#qywh .qywh1 div{
    position: relative;
} 
#qywh .qywh1 div img{
    width: 100%;
}
#qywh .qywh1 div p{
    display: block;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    color: #Fff;
    font-size: 14px;
    min-height: 85px;
}
#qywh2 {
    background: #f7f7f7;
    padding: 50px 0;}
#qywh2 #lb2 .lb3{
    background-color: #fff;
    font-size: 14px;
    color: #666;
    padding-bottom: 20px;
}   
#qywh2 #lb2 .lb3  p{
    font-size: 16px;
    padding: 20px 15px 10px 15px;
    color: #000;
}
#qywh2 #lb2 .lb3  span{
    padding:0px 15px;
    display: block;
}
#qywh2 .owl-theme .owl-nav {
    display: none;
}
.ctwh{
    background-color: #fff;
    color: #333;
    margin-bottom: 30px;

}
.ctwh .row{
    margin-left: 0; 
    margin-right: 0;
}
.ctwh img{
    width: 100%;
    transition: all 0.5s;
}
.ctwh1{
    display: block;
    overflow: hidden;
    padding: 0;
}
.ctwh2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 30px;
    padding-left: 25px;
}
.ctwh2 h3{
    font-size: 21px;
    color: #157baa;
    padding-bottom: 15px;
}
.ctwh:hover img{
    transform: scale(1.1);
}
.arzg {
    background-color: #fff;
    color: #333;
    margin-bottom: 25px;
}
.arzg  .tu{
    padding: 0;
}
.arzg   span{
    padding: 0px 15px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #333;
}
.arzg span b{
    display: flex;
    align-items: center;
}
.arzg   span i{
    font-size: 37px;
    color: #ccc;
}
.zsar div{
    background-color: #fff;
    display: block;
    overflow: hidden;
    padding: 15px 15px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.zsar div img{
    width: 45%;
    float: left;
    display: block;
}
.zsar div span{
    width: 52%;
    margin-left: 3%;
    display: block;
    float: right;
    color: #666;
    
}
.zsar div span h4{
    font-size: 18px;
    color: #333;
}
.modal-fullscreen .modal-content{
    background-color: #008fc4;
}
.modal-footer{
    border: none;
}
.modal-header{
    border: none;
}
.btn-close{
    --bs-btn-close-bg: url(guanbi.png)!important;
    --bs-btn-close-opacity: 1;
}
#header-menu .dibu1 .an1{
    width: 22%;
    display: block;
    overflow: hidden;
    min-height: 250px;
    float: left;
    margin-bottom: 30px;
}
#header-menu .dibu1 div a{
    color: #fff;
    font-size: 14px;
    transition: all .2s linear;
}
#header-menu .dibu1 div a:hover{
    text-decoration: underline!important;
    padding-left: 5px;
}
#header-menu .dibu1{
    display: block;
    overflow: hidden;
}
#header-menu .dibu1 .an{
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}
#header-menu .tu{
    position: absolute;
    right: 22%;
    color: #ffecc3;
    font-size: 24px;
    text-align: center;
}
.modal-fullscreen .modal-body {
    overflow-y: auto;
    display: flex;
    align-items: center;
}
.dsz1 img{
    max-width: 100%;
    padding-top: 50px;
}
#dsz .you{padding-top: 50px;}
#lx .lx2 .lx3 .col-lg-4{
    float: left;
}
.login{
    background-color: #fff;
    padding: 40px 0;
}
.login table {
    margin: 0 auto;
    width: 400px;
}
.login .input{width: 100%;
    height: 55px;
    border: 0;
    background: #f5f5f5;
    margin-bottom: 20px;
    padding: 0 20px;}
.login .button{
    background: #1983a7;
    color: #fff;
    border: none;
    width: 100%;
    height: 55px;
} 
.login .title p{
    color: #1983a7;
    padding-top: 6px;
    padding-bottom: 15px;
    font-size: 16px;
}
.login .title{
    font-size: 30px;
}
.xiazai .downquery{
    border: 1px solid #e3e3e3;
    padding: 20px;
    transition: all .2s linear;
    display: block;
    overflow: hidden;
    margin-bottom: 25px;

}  
.xiazai .downquery:hover {
    border: 1px solid #008bb8;
}
.xiazai .downquery:hover i{
   margin-top: 15px;
}
.xiazai .downquery span{
    display: block;
    overflow: hidden;
    width: 85%;
    float: left;
    color: #777;
}
.xiazai .downquery i{
    display: block;
    overflow: hidden;
    float: right;
    color: #008bb8;
    font-size: 25px;
    transition: all .2s linear;
    margin-top:-6px;
}
.xiazai .downquery h4{
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #333;  
}
#xjjs{
    padding-top: 55px;
    padding-bottom: 55px;
    margin-bottom: 55px;
    background: #f7f7f7;
}


/* slide */

.container .xqan{
    display: block;
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 44px;
    margin-top: 25px;
    font-size: 14px;
    transition: all .2s linear;
    border: 1px solid #000;
    color: #000;
}
.container:hover .xqan{
    background-color: #018bb9;
    color: #ffff !important;
    border: none;
}


.slide0 li .text .title{font-size:28px;font-weight:700;color:#000;font-family:"微软雅黑","宋体";line-height:35px;text-indent:0;float:none;}
.slide0:hover li .text .title{
    color: #018bb9;
}
.slide0{display: block;overflow:hidden;position:relative;/* margin:40px auto 0 auto; */width: 100%;height: 545px;}
.slide0 li{/* position:absolute; */overflow:hidden;display:none;/* display: block; */}
.slide0 li.current{overflow: hidden;display: flex;align-items: center;height: 545px;}
.slide0 li .image{position:absolute;top:0px;right:0px;width: 66%;display: block;overflow: hidden;}
.slide0 li .text{bottom:0;overflow:hidden;background-color:rgba(0,0,0,0.6);width: 34%;position:relative;height: auto;background:0;filter:none;text-indent:0;margin:15px 10px 0 0;padding:6px 20px;}
.slide0 li .text a{color: #333;}
.slide0 li img{width: 100%;height: 100%;}
.slide0 li .text .title a{font-size:28px;font-weight:700;color:#000;font-family:"微软雅黑","宋体";line-height:35px;text-indent:0;float:none;}
.slide0 li .text p{color:#333;font-size:16px;text-indent:0;clear:both;line-height:26px;margin-top:25px;}

.slide0 .triggers{position:absolute;height: 100%;top: 0;z-index:1;/* width:400px; *//* height: 340px; *//* text-align:center; *//* bottom:10px; *//* height:38px; */right:0;width: 66%;text-align: 0;/* padding:0 0 8px; */}
.slide0 .triggers a{display: flex;justify-content: center;align-items: center;flex-direction: column;font-size:11px;line-height:12px;color:#000;overflow:hidden;border-radius:1px;-webkit-text-size-adjust:none;float:none;width: 50%;text-align:center;background:0;margin:0 0px 0 0;border-right: 1px solid rgba(255, 255, 255, .3);}
.slide0 .triggers a:hover{text-decoration:none;}
.slide0 .triggers a img{width: 100%;height:38px;border:1px #999 solid;vertical-align:middle;opacity:.6;}
.slide0 .triggers a.current img{border:2px #2fac00 solid;opacity:1;}
.slide0 .triggers a h4{font-size: 15px;margin-top: 50px;color: #fff;}

.slide0 .icon-dot{display:inline-block;position:absolute;bottom:20px;right:43px;}
.slide0 .icon-dot a{width:9px;height:9px;display:inline-block;background-image:url(../images/nav.png);background-repeat:no-repeat;background-position:-1px -1px;overflow:hidden;margin:0 2px;}
.slide0 .icon-dot a.current{background-position:-1px -12px;}

.slide0 .link-watch{width:30px;height:44px;display:none;position:absolute;top:110px;background:url(../images/arrow.png) no-repeat 0 -57px;filter:alpha(opacity=60);cursor:pointer;}
.slide0 .link-watch.pre{left:0;}
.slide0 .link-watch.next{left:368px;right:0;background-position:right -57px;}
.slide0 .link-watch.down{background-position-y:-2px;}

.slide0 .triggers a:hover .tx_svd_icon{animation: 1s linear infinite witr-shadow; height: 18px;width: 18px;}
.slide0 .triggers a:hover .tx_svd_icon:after{display: none;} 
.slide0 .triggers a:hover .tx_svd_icon:before{display: none;} 
.tx_svd_icon {
    text-align: center;
    display: inline-block;
    width: 12px;
    height: 12px;
    transition: .4s;
    border-radius: 100%;
    background: #fff;
    color: #E17F03;
    border: none;  
    position: absolute;
    top: 42%;
}

.tx_svd_icon:after {
    content: "";
    position: absolute;
    transform: translate3d(-50%, -50%, 0) scale(.75);
    transition: .4s;
    border: 1px solid hsla(0, 14%, 99%, 0.9);
    border-radius: 100%;
    height: 42px;
    width: 42px;}
.tx_svd_icon:before {
    content: "";
    position: absolute;
    transform: translate3d(-50%, -50%, 0) scale(.75);
    transition: .4s;
    border: 1px solid hsla(0, 14%, 99%, 0.4);
    border-radius: 100%;
    height: 62px;
    width: 62px;
    }    
@keyframes witr-shadow {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 5px rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0);
    }
}
#focusImage1  .triggers a{
    width: 20%!important;
    height: 100%;
    float: left;
}
#focusImage1 .triggers a h4 {
    font-size: 15px!important;

}
#focusImage1  li .text{
    right: 0!important;
    top: 0!important;
    display: flex !important;
    flex-direction: column!important;
    justify-content: center!important;
    flex-wrap: nowrap!important;
    position: absolute !important;
}
#focusImage1 li .image{
    left: -9px!important;

}
#focusImage1 .triggers{
    left: 0!important;
}
#focusImage1{
    margin-bottom: 55px;
}
#xjjs0{
    background: #f7f7f7;
    padding: 55px 0px 30px 0px;
    margin: 50px 0;
}
#xjjs0 h3{
    font-size: 28px;
    font-weight: 700;
    color: #000;
    font-family: "微软雅黑", "宋体";
    line-height: 35px;
    text-indent: 0;
    float: none;
}
#xjjs1 h3{
    font-size: 28px;
    font-weight: 700;
    color: #000;
    font-family: "微软雅黑", "宋体";
    line-height: 35px;
    text-indent: 0;
    float: none;
}
#xjjs0  .ctwh{
    background-color: transparent;
}
#xjjs0 h1{
    color: #018bb9;
    font-size: 30px;
}
#xjjs0 .p{
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #dcdcdc;
}
.jsh1{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
#rsa {
    padding: 55px 0;
}
#rsa .you{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#rsa .you h2{
    font-size: 30px;
    font-weight: bold;
    color: #000;
    padding-bottom: 10px;
}
#rsa .you p{
    font-size: 16px;
    line-height: 26px;
    color: #333;
}

#rsa .owl-nav {
    position: absolute;
    top: 35%;
    font-size: 60px;
    color: #ccc;
    width: 100%;
}
#rsa .owl-nav .owl-prev{
    position: absolute;
    left: -30px;
}
#rsa .owl-nav .owl-next{
    position: absolute;
    right: -30px;
}
#rsa .col-6 img{
    width: 100%;
}
#rsa .col-6 span{
    display: block;
    text-align: center;
    margin-bottom: 15px;
}
#rsa .tu img{
    display: block;
    float: left;
    width: 65%;
}
#rsa .tu {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
#rsa .tu p{
    display: block;
    float: left;
    width: 30%;
}
#rsb{
    background-color: #f7f7f7;
    padding-top: 55px;
}
#rsb h1{
    color: #018bb9;
    font-size: 18px;
}
#rsb p{
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #dcdcdc;
    font-size: 14px;
    color: #333;
}
#rsb .col-lg-4{
    margin-bottom: 50px;

}
#rsc{padding: 55px 0;}
#rsc h1{
    color: #018bb9;
    font-size: 28px;
}
#rsc p{
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #dcdcdc;
    font-size: 14px;
    color: #333;
}
#rsd{
    background-color: #f7f7f7;
}
#lb1{
    padding: 0;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    margin-top: 10px;
}


#lb1 .owl-nav {
    position: absolute;
    top: 35%;
    font-size: 60px;
    color: #ccc;
    width: 100%;
}
#lb1 .owl-nav .owl-prev{
    position: absolute;
    left: 30px;
}
#lb1 .owl-nav .owl-next{
    position: absolute;
    right: 30px;
}
.hezi11{
    padding: 55px 0;
}
.hezi1{
    display: flex;
    flex-direction: row;
}
.hezi1 .item{
    width: 33.333%;
    height: 410px;
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    transition: all .4s linear;
    background-position: center;
    padding-left: 35px;
}
.hezi1 .item div{
    position: absolute;
}
.hezi1 .item:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}
.hezi1 .item div i{
    font-size: 50px;
}
.hezi1 .item{transition: all .4s linear;}
.hezi1 .item div h2{
    font-size: 22px;
    font-weight: bold;
    padding: 7px 0;
}
.hezi1 .item div p{
    font-size: 14px;
    transition: all .4s linear;
}
.hezi1 .item .div2{
    width: 350px;
opacity: 0;
    transition: all .4s linear;
}
.hezi1 .item .div1{
    left: 13%;
}
.hezi1 .item:hover{
    width: 50%;
}
.hezi1 .item:hover .div2{
    opacity: 1;
    transition: all .4s linear;
}
.hezi1 .item:hover .div1{
    opacity: 0;
}

.hezi1 .item:hover:before{
    background: rgba(6, 92, 120, 0.5);
}
#jshezhi{
    padding-bottom: 100px;
}
#fzlc .you{
    border-left: 1px solid #bfbfbf;
    position: relative;
    padding-bottom: 30px;
}
#fzlc .you:before{
    content: '';
    position: absolute;
    top: 0;
    left: -8px;
    width: 15px;
    height: 15px;
    background: #3cafd6;
    border-radius: 100%;
    border: 3px solid #fff;
}
#fzlc .zuo{
    border-right: 1px solid #bfbfbf;
    position: relative;
    padding-bottom: 30px;
}
#fzlc .zuo{
    text-align: right;
}
#fzlc .zuo:before{
    content: '';
    position: absolute;
    top: 0;
    right: -8px;
    width: 15px;
    height: 15px;
    background: #3cafd6;
    border-radius: 100%;
    border: 3px solid #fff;
}
#fzlc{
    background: #f7f7f7;
    padding-top: 55px;
    padding-bottom: 55px;
}
#fzlc .row{
    overflow:auto;
    height: 560px;
}
#fzlc .row h2{
    font-size: 25px;
    font-weight: bold;
    color: #3cafd6;
}
#fzlc span{
    font-size: 27px;
    font-weight: bold;
    color: #3cafd6;
    text-align: center;
    display: block;
    margin-top: -25px;
    margin-bottom: 20px;
}
.jsh2{
    display: block;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 30px;
    font-size: 16px;
}
#zhuanli{
    background-color: #f7f7f7;
    padding: 55px 0;
}
#zhuanli .owl-nav {
    position: absolute;
    top: 25%;
    font-size: 60px;
    color: #ccc;
}
#zhuanli .owl-nav .owl-prev{
    position: absolute;
    left: -30px;
}
#zhuanli .owl-nav .owl-next{
    position: absolute;
    right: -36px;
}
#yanjiu{
    padding-top: 55px;
    padding-bottom: 20px;
}
#yanjiu img{
    display: block;
    width: 85%;
    transition: all .4s linear;
    margin: 0 auto;
}
#yanjiu .col-12 {
    min-height: 330px;
    text-align: center;
}
#yanjiu .col-12:hover  img{
    width: 100%;
}
#yanjiu .yanjiu1:hover  {
    padding-top: 0;
}
#yanjiu span{
    display: block;
    width: 85%;
    margin: 0 auto;
}
#yanjiu span h3{
    font-size: 18px;
}
#yanjiu span p{
    font-size: 14px;
    color: #666;
}
#yanjiu .yanjiu1 {
    padding-top: 38px;
    transition: all .4s linear;
}
#funeng{
    background-color: #f7f7f7;
    padding: 55px 0;
}
#funeng p{
    display: block;
    text-align: center;
    padding-bottom: 25px;
}
#funeng .owl-nav {
    position: absolute;
    top: 34%;
    font-size: 60px;
    color: #ccc;
}
#funeng .owl-nav .owl-prev{
    position: absolute;
    left: -30px;
}
#funeng .owl-nav .owl-next{
    position: absolute;
    right: -50px;
}
#yuanxiao img{
    width: 100%;
}
#yuanxiao{
    padding-top: 55px;
    padding-bottom: 55px;
}


#xjjs0 .owl-nav {
    position: absolute;
    top: 30%;
    font-size: 60px;
    color: #ccc;
    width: 100%;
}
#xjjs0 .owl-nav .owl-prev{
    position: absolute;
    left: -30px;
}
#xjjs0 .owl-nav .owl-next{
    position: absolute;
    right: -30px;
}

#changxiang .owl-nav {
    position: absolute;
    top: 25%;
    font-size: 60px;
    color: #ccc;
}
#changxiang .owl-nav .owl-prev{
    position: absolute;
    left: -30px;
}
#changxiang .owl-nav .owl-next{
    position: absolute;
    right: -36px;
}
#pingtai{
    background: #f7f7f7;
    padding: 55px 0;
}
#pingtai .pingtai1{
    background-color: #008bb8;
    color: #fff;
}
#pingtai .pingtai2{
    background-color: #e5e5e5;
}
#pingtai .col-lg-3{
    display: flex;
    padding: 55px 25px;
    flex-direction: column;
    justify-content: center;
    height: 270px;
    transition: all .2s linear;
    overflow: hidden;
    position: relative;
}
#pingtai .col-lg-3 i{
    font-size: 120px;
    position: absolute;
    right: -16px;
    bottom: -34px;
    opacity: 0.1;
}
#pingtai .col-lg-3 h1{
    font-size: 30px;
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 25px;
}
#pingtai .col-lg-3 span{
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0%;
    transition: all .4s linear;
}
#pingtai .col-lg-3:hover span{
    height: 100%;
}
.video-play{
    width: 100%;
    max-height: 500px;
}
.cpcp3 img{
    display: block;
    margin: 0 auto!important;
}
@media (max-width: 768px){
    #rsa .you {
        text-align: center;
}
   #lunbo .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        display: none;
    }
    #lunbo .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
        display: none;
    }
    .jscy #lb10{
        width: 100%;
    }
    .jscy .ctwh2{
        width: 100%;
    }
#fzlc .zuo{
        border-left: 1px solid #bfbfbf;
        border-right: none;
        text-align: left;
}
    #fzlc .zuo:before{
        left: -8px;
}
#fzlc .row{
    height: auto;
}    
.hezi1 {
    flex-direction: column;
} 
.hezi1 .item {
    width: 100%;
}
.hezi1 .item div p{
    display: block;
    padding-right: 35px ;
} 
.hezi1 .item:hover{
    width: 100%;
}  
.slide0 li .image{
        width: 100%;
        transition: .4s;

}
.slide0 .triggers{
    width: 100%;
    height: auto;
} 
.slide0 li .text{
    width: 100%;
    margin-top: 330px;
}
.slide0{
    
}  
.slide0 li.current{
    
} 
#xjjs0 p {
    padding-top: 13px;
    padding-bottom: 25px; 
}  
    .xiazai .downquery:hover i{
        margin-top: 10px;
     }
    #mainMenu{
        height: auto;
    }
    .navbar-brand{
        padding: 0;
    }
    .navbar .container-fluid{
        height: 60px;
    }
    #mainMenu img {
        margin-bottom: 0;
        margin-top: 0;
    }
    #cp .anli {
        margin-bottom: 10px;
    }
    #cp .cp {
        margin-top: 12px;
    }
    #cp .anli .pictitle {
        font-size: 14px;
        padding: 10px;
    }
    .carousel-indicators {
        margin-bottom: 1rem !important;
    }
    #xinwen #xinwen2 .tList a {
        padding: 7px;
        height: auto;}
    .lx .lx1 div{
    width: 50%;
    float: left;
    }
    #dsz .you {
        padding-top: 0;
    }
    #lx .lx1 div {
        width: 50%;
        float: left;
    }
    .di .text-end {
        text-align: left !important;
    }
    #lx .lx2 span {
    margin-top: 5px;}
   #xinwen #xinwen2 .tList img {
    height: 110px;
        } 
   #xinwen .tList {
     margin-bottom: 0px;}       
    .ctwh2 {
        padding-top: 25px;
        padding-bottom: 25px;
    }    
    #qywh .qywh1 div {
        margin-bottom: 20px;
    }
    .a1{
        background-image: url(banner1a.jpg);
        }
    .a2{
        background-image: url(banner2a.jpg);
            }

    .a16{
        background-image: url(banner16a.jpg);
        }
    .a18{
        background-image: url(banner18a.jpg);
    }
    .a3{
        background-image: url(banner3a.jpg);
    }
    .a4{
        background-image: url(banner4a.jpg);
    }
    .a5{
        background-image: url(banner5a.jpg);
    } 
    .a6{
        background-image: url(banner6a.jpg);
    } 
    .a7{
        background-image: url(banner7a.jpg);
    } 
    .a8{
        background-image: url(banner8a.jpg);
    } 
    .a9{
        background-image: url(banner9a.jpg);
    } 
    .a10{
        background-image: url(banner10a.jpg);
    } 
    .a11{
        background-image: url(banner11a.jpg);
    } 
    .a12{
        background-image: url(banner12a.jpg);
    } 
    .a13{
        background-image: url(banner13a.jpg);
    } 
    .a14{
        background-image: url(banner14a.jpg);
    } 
    .a15{
        background-image: url(banner15a.jpg);
    } 
    .a17{
        background-image: url(banner17a.jpg);
    }   
    .a19{
        background-image: url(banner19a.jpg);
    } 
    .a20{
        background-image: url(banner20a.jpg);
    }
    .a21{
        background-image: url(banner21a.jpg);
    }  
    .a22{
        background-image: url(banner22a.jpg);
    } 
    .a23{
        background-image: url(banner23a.jpg);
    }  

    .banner{
        display: flex;
        align-items: flex-end;
        height: 258px;
        margin-top: 75px;
        background-size: 100%;
    } 
    .banner div h3 {
        font-size: 25px;
        padding-bottom: 15px;}    
    #jjh img{
        display: block;
        margin: 0 auto;
    }
    #jjh .col-lg-8 {
        justify-content: center;
    }
    #jjh .anniu {
        margin-left: 6px;
        padding-top: 15px;}
    #jjhjj {
    padding: 55px 0;    
    }
    .jjhdibu2 .text-center{
    display: none;
    }
    .jjhgy1 img {
        height: 150px;
    }
    #jjhgy .h33 {
        padding-top: 30px;
    }
    #jjhny a {
        margin-right: 20px;}
#jjhxq{
    padding: 15px;}
    #nr .gy .flex-item{
        padding-left: 0;
    }
    #nr .gy .flex-item li {
        padding: 0px 2px;
    }
    #nr .gy .flex-item li b {
        font-size: 15px;
    } 
    #nr2 .row {
        width: 100%;   }
        #nr2 {
            padding: 50px 0px;}
    #gs  img{
        max-width: 100%;
    }  
    #nr .dsz{
        padding: 15px;
    }
    #nr .dsz img{
       display: block;
       padding-bottom: 15px;
    }  
    .arditu #XX1 {
        padding-top: 0;
    }
    .arditu {
        width: 86%;
    }    
    .offcanvas.show:not(.hiding), .offcanvas.showing {
        background-color: #3cafd6;
        width: 80%;
    }  
    .navbar-toggler {   
        border: none;}   
        .offcanvas-body a{
            color: #fff;
        } 
        .offcanvas-body li{
            line-height: 40px;
            border-bottom: 1px solid #fff;
        } 
        .offcanvas-body .mobile-li  a{
            font-size: 18px;
        }
        .offcanvas-body .mobile-li  .secondMenu a{
            font-size: 14px!important;
        }
.PingHei_text .text-end{text-align: left!important;
}
.boku i{
    font-size: 38px;
}       
.jscj .newsquery b {
    margin-top: 20px;
}  
.slide0 .triggers a {
    padding-top: 80px!important;
    margin: 0 2px 0 0;
    border-right: none;
    width: 47%;
} 
#rsa .justify-content-between{
    padding: 0 15px;
} 
.jsh1 {
    font-size: 25px;
} 
.hezi .item P{
    opacity: 0;
} 
#rsa .you h2 {
    font-size: 25px;
}
#zhuanli .owl-nav {
    display: none;
} 
#yanjiu   .col-12{
    padding-left: 30px;
    margin-bottom: 50px;
} 
#funeng .owl-nav {
    display: none;
} 
.cpcp .cpcp2 h3 {
    margin-top: 30px;
}  
.slide0 .triggers a h4 {
    font-size: 14px;
    
    }
#lb40   .owl-nav {
    display: none;
} 
#pingtai .col-lg-3 span {
    display: block;
    height: 100%;
} 
#pingtai .col-lg-3 h1{
    margin-bottom: 5px;
}
#nr2 .jj h3 {
    font-size: 14px;
    padding-top: 17px;
    padding-bottom: 9px;
}
#nr2 .jj a P {
    font-size: 12PX;
    line-height: 16px;
}
#gs3 .gs5 {
    padding:0;
}
.cpzg{
    margin-top: 40px!important;
}
#focusImage1 .triggers a h4{
    position: inherit;
    
}
#focusImage1 .triggers a {
    width: 19% !important;
}
#rsa .owl-nav{
    display: none;
}
#rsa .owl-carousel .owl-item img{
    width: 100%!important;
}
.jscj .newsquery .sj {
    padding-bottom: 0;
    padding-top: 15px;
}
#rsa .tu p{
    width: 100%;
    text-align: center;
    margin-left: 0!important;
}
#rsa .tu{
    display: block;
}
#changxiang .jsh2{
    width: 100%!important;
}
}

.arback{
    background-color: #008fc4;
    padding: 8px 7px;
    color: #fff;
    position: fixed;
    right: 0px;
    bottom: 38% ;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    border-radius: 30px;
}
.arback a{
    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 ;
    border-bottom: 1px solid #fff;
}
.offcanvas-body .mobile-li  i{
    color: #fff;
}

.modal-fullscreen .modal-footer, .modal-fullscreen .modal-header {
    border-radius: 0;
    border: none;
}
   



.hezi{
    display: flex;
}
.hezi .item{
    width: 15%;
    height: 350px;
    background-position-x: left;
    background-repeat: no-repeat;
    transition: all .2s linear;
    position: relative;
    background-position: center;
}
.hezi .item P{
    display: block;
    margin-top: 340px;
    padding-top: 30px;
    font-size: 21px;
    font-weight: bold;
    color: #cccccc;
}
.hezi .item  h2{
    width: 50%;
    font-size: 25px;
    font-weight: bold;
    text-align: right;
    color: #fff;
    float: right;
    display: block;
    padding-right: 40px;
    padding-top: 140px;
    opacity: 0;
    position: sticky;
}
.hezi img{
    height: 350px;
    pointer-events: none;
    opacity: 0;
    transition: all .2s linear;
    position: absolute;
}
.hezi .item:hover h2{
    opacity: 1;
   
}
.hezi .item:hover{
    width: 70%; 
}
.hezi .item:hover::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition: .4s;
    height: 100%;
    width: 100%;
    background-color: rgba(1, 7, 24, 0.5);
}
.hezi .item:hover p{
    color: #000;
}
.hezi .item:hover img{
    transform: translateX(-80px) scale(1.4);
    opacity: 1;
}
@media (max-width: 768px){
.hezi {
display: flex;
flex-direction: column;
}
.hezi .item{
  width: 100%;
  background-size: cover;
  height: 165px;
  margin-bottom: 35px;
}
.hezi .item h2{
    width: 100%;
    text-align: left;
    font-size: 18px;
    opacity: 1;
    float: left;
    padding-left: 20px;
    padding-top: 20px;
}
#lb40 .owl-item p{
    left: 42.5%;
    bottom: 1px;
}
}

.youce{
    position: fixed;
    right: 0;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    background: #fff;
    text-align: center;
    padding-top: 15px;
}
.youce a{
    display: block;
    margin-bottom: 15px;
}
.youce .tu{
    position: absolute;
    right: 50px;
    top: 0px;
    opacity: 0;
}
.youce .weixin:hover .tu{
    opacity: 1;
}



.slide0:hover li .text .title a{
    color: #018bb9;
}
#xjjs0:hover .ctwh2 h3{
    color: #018bb9;
}
#xjjs1:hover .ctwh2 h3{
    color: #018bb9;
}
#rsa .owl-carousel .owl-item img{
    transition: all 0.4s ease;
}
#rsa .owl-carousel .owl-item img:hover{
    transform: scale(1.1);
}

#focusImage1 li .image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition: .4s;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
}
#focusImage li .image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition: .4s;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
}
#focusImage1 li .image:hover{
    opacity: 1;
}

.gequ{
    position: fixed;
    left: 0;
    top: 48%;
    z-index: 99;
    font-size: 14px;
    cursor: pointer;
    background-color: #00779e;
    color: #fff;
    padding: 5px 12px;
}
.gqxz .downquerytitle{
    background: #008bb8!important;
    padding: 15px 10px;
    color: #fff;
    height: 45px;
}
.gqxz{
    margin-bottom: 40px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 8%);
}
.gqxz td {
    min-height: 30px;
    padding: 18px;
    line-height: normal;
    border-bottom: 1px solid #dee2e6;
}
tbody > tr:nth-of-type(odd) {
    background-color: #fff;
}
.gqxz   .list:hover{
    box-shadow: 0px 0px 12px rgb(0 0 0 / 10%);
    z-index: 999!important;
} 
.gqxz .downquerytime1{
    width: 7%;
}
.gqxz .downquerytime1 i{
    font-size: 20px;
    margin-left: 15px;
}
.gqxz .downquerytime1{
    font-size: 15px;
    text-align: end;
}
.gqxz .icon-xiazai3{
    color: #00779e;
    font-size: 20px;
}
.gqxz .downquery1{
    color: #000;
    font-weight: bold;
}
#lb40 .owl-item p{
    display: block;
    text-align: center;
    position: absolute;
    left: 46.5%;
    bottom: 25px;
    font-weight: bold;
}
.lbar{
    margin-top: 45px;
}
.lbar  .owl-nav .owl-prev {
    position: absolute;
    left: -40px!important;
}
.lbar .owl-nav .owl-next {
    position: absolute;
    right: -40px!important;
}
 