@charset "utf-8";

:root{
    --fontColor: #333333;
    --buleColor: #314378;
    --bgColor: #F9FAFE;
}

body,p,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,pre{
    margin:0;
    padding:0;
    border:none;
    list-style:none;
    box-sizing: border-box;
}
.ab{
height:400px;
}
.link{
float:left;
width:100%;
}
body{
    font-family: "microsoft yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: var(--fontColor);
    max-width: 1902px;
    margin: 0 auto;
}
.kuang{
width:640px;height:80px;flex-direction:column;padding:30px;margin-top:80px;background: url(../images/header1.png);border-radius:10px;
}
.xiaokuang{
display:block;float:left;width:640px;
}
a{
    color: var(--fontColor);
    text-decoration:none;
    transition: .3s;
}
a:hover{
    color: var(--buleColor);
    text-decoration:none;
}
input,button{
    outline:0;
    border: none;
}
img{
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    transition: .3s;
}
table{
    border-collapse: collapse;
}
table tr th, table tr td{
    padding: 5px 10px;
    border: 1px solid gray;
}
.lf, .fl{
    float: left;
}
.rt, .fr{
    float: right;
}
.container{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.container:before,
.container:after{
    content: '';
    display: table;
    clear: both;
}
.ellipsis{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ellipsis2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ellipsis3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

/*头部*/
header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 109px;
    z-index: 999;
    background: url(../images/header.png) no-repeat center center;
}
header .lf{
    line-height: 109px;
}
.menu{
    margin-top: 50px;
}
.menu>li{
    position: relative;
    float: left;
    margin-left: 40px;
    height: 35px;
    line-height: 35px;
}
.menu>li>a{
    color: #fff;
    font-size: 18px;
}
.menu>li span{
    display: inline-flex;
    width: 16px;
    height: 9px;
    background: url(../images/san.png) no-repeat;
}
.sub-menu{
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    padding: 10px 0;
    background: #fff;
    z-index: 9;
    display: none;
}
.sub-menu li a{
    display: block;
    line-height: 35px;
    font-size: 16px;
    text-align: center;
}
.sub-menu li a:hover{
    color: #fff;
    background: var(--buleColor);
}
.menu li:hover .sub-menu{
    /*display: block;*/
}
.toggle{
    display: none;
}

/*主体*/
section{
    position: relative;
    width: 100%;
    padding-bottom: 30px;
    min-height: calc(100vh - 399px);
    box-sizing: border-box;
}
section.bg{
    background: #F0F0F0;
}
.slide{
    position: relative;
}
.search{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.search ul li{
    float: left;
    padding: 5px 15px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}
.search ul li.on{
    background: #0C99B4;
}
.search form{
    display: flex;
    align-items: center;
}
.search form input[type='text']{
    width: 465px;
    height: 33px;
    line-height: 33px;
    padding: 0 15px;
    color: #fff;
    background: transparent;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 5px;
}
.search form input[type='submit']{
    width: 75px;
    height: 33px;
    background: #0C99B4 url(../images/search.png) no-repeat center center;
    cursor: pointer;
    border-radius: 5px;
}
.search select{
    width: 100px;
    height: 33px;
    padding: 0 5px;
    margin: 0 20px;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    outline: none;
}
.search select option{
    color: #333;
}

.title{
    height: 35px;
    line-height: 35px;
    margin-bottom: 20px;
}
.title p{
    font-size: 22px;
    color: var(--buleColor);
margin-right:20px;
 
}
.title a:hover{
    color: var(--buleColor);
}

/*服务大厅*/
.service{
   /* position: relative;
    padding: 0 25px;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 4px 8px 0 rgba(3,0,0,0.08);
    border-radius: 5px;
    z-index: 2;*/
width: 1200px;margin: 0 auto;position: relative;
}
}
.service p{
    font-size: 20px;
    color: var(--buleColor);
    line-height: 54px;
    margin-top: -54px;
}
.service ul{
    font-size: 15px;
    height: 157px;
   
    justify-content: space-between;
    align-items: center;
}
.servicea {
    width: 900px;
    margin: 0 auto;
    position: relative;
}
.servicea p{
    font-size: 20px;
    color: var(--buleColor);
    line-height: 54px;
    margin-top: -54px;
}
.servicea ul{
    font-size: 15px;
    height: 157px;
   
    justify-content: space-between;
    align-items: center;
}
.serviceli{
float:left;margin-bottom: 10px;margin-top:30px;cursor: pointer;text-align:center;color: #333333;width:120px;
}
.news{
    margin: 30px 0;
    overflow: hidden;
}
#news{
    float: left;
    width: 50%;
}
#news .swiper-slide a{
    position: relative;
    display: block;
    height: 400px;
    border-radius: 5px;
    overflow: hidden;
}
#news .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#news .swiper-slide:hover img{
    transform: scale(1.1);
}
#news .swiper-slide p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    padding: 0 80px 0 10px;
    background: rgba(0,0,0,0.6);
}
.news .swiper-pagination{
    left: auto;
    width: auto;
    right: 5px;
}
.news .swiper-pagination-bullet{
    background: #fff;
    opacity: 0.8;
}
.news .swiper-pagination-bullet-active{
    background: #007aff;
    opacity: 1;
}

.news-box{
    float: right;
    width: 48%;
}
.news-box li{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom:1px dashed #dbdada;
    overflow: hidden;
}
.news-box li .date{
    float: left;
    color: #0C99B4;
    text-align: center;
}
.news-box li .date h3{
    font-size: 22px;
    font-weight: normal;
}
.news-box li p{
    margin-left: 75px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
}
.news-box li p span{
    color: #FE0000;
}

.data-res h2{
    position: relative;
    font-size: 22px;
    color: var(--buleColor);
    font-weight: normal;
    text-align: center;
    margin-bottom: 30px;
}
.data-res h2:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 520px;
    height: 1px;
    background: var(--buleColor);
    transform: translateX(-50%);
}
.data-res h2 span{
    display: inline-block;
    padding: 0 30px;
    background: #f0f0f0;
    position: relative;
    z-index: 1;
    font-weight:bold;
}
.data-res .res{
    padding: 40px 0 20px;
    margin-bottom: 40px;
    background: #f0f0f0;
}
.data-res .res ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.data-res .res ul li{
    width: 184px;
    margin-bottom: 20px;
}
.data-res .res ul li>a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 86px;
    background: #fff;
    border: 1px solid #EEEFF3;
}
.data-res .res ul li>a:hover img{
    transform: scale(1.1);
}
.data-res .res ul li p{
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
}

.book{
    float: left;
    width: 48%;
}
#book .swiper-slide p{
    margin-top: 10px;
    font-size: 16px;
    height: 3.5em;
    line-height: 1.75em;
}
.read{
    float: right;
    width: 48%;
}
.read ul li{
    height: 100px;
    margin-bottom: 15px;
    background: #F5F6F9;
    border-radius: 5px;
}
.read ul li a{
    display: block;
    height: 100%;
}
.read ul li .lf{
    width: 150px;
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
}
.read ul li .lf img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.read ul li p{
    position: relative;
    top: 20px;
    margin-left: 170px;
    color: #0C99B4;
    font-size: 16px;
    height: 3.5em;
    line-height: 1.75em;
}
#book .swiper-button-next,
#book .swiper-button-prev{
    width: 30px;
    height: 30px;
    background-size: 50% 50%;
    background-color: #A2A0A1;
    border-radius: 50%;
}

footer{
    height: 130px;
    color: #fff;
    padding-top: 10px;
    box-sizing: border-box;
    background: url(../images/footer.jpg) no-repeat;
}
footer h2{
    position: relative;
    padding-bottom: 10px;

    font-weight: normal;
}
footer h2:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 172px;
    height: 1px;
    background: #fff;
}
footer p{
    line-height: 2em;
}
footer a{
    color: #fff;
}
footer a:hover{
    color: #fff;
    text-decoration: underline;
}
footer .rt p{
    margin-top: 15px;
    text-align: center;
}

.bread{
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    margin: 30px 0 25px;
    background: #fff;
    border-radius: 5px;
}
.bread .home{
    color: #0C99B4;
}

aside{
    float: left;
    width: 215px;
    background: #fff;
    border-radius: 5px;
}
aside p{
    height: 58px;
    line-height: 58px;
    color: #0C99B4;
    font-size: 22px;
    padding: 0 15px;
}
aside ul li a{
    display: block;
    height: 48px;
    line-height: 48px;
    padding: 0 15px;
    font-size: 16px;
    border-bottom: 1px solid #F0F0F0;
}
aside ul li.on a{
    color: #fff;
    background: #0C99B4;
}

main{
    margin-left: 240px;
    padding: 35px;
    background: #fff;
    border-radius: 5px;
}
.column{
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
}
.list li{
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #F0F0F0;
}
.list li p{
    margin-right: 90px;
}
.list li a{
    font-size: 15px;
}
.list li span{
    color: #999;
}
.list-imga{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list-imga li{
    width: 30%;
    margin-bottom: 20px;
}
.list-imga li>a{
    display: block;
    height: 170px;
    overflow: hidden;
}
.list-imga li>a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list-imga li>a:hover img{
    transform: scale(1.1);
}
.list-imga li p{
    max-height: 3em;
    line-height: 1.5em;
    font-size: 16px;
    margin-top: 5px;
    text-align:center;
}


.list-img{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list-img li{
    width: 20%;
    margin-bottom: 20px;
}
.list-img li>a{
    display: block;
    height: 230px;
    overflow: hidden;
}
.list-img li>a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list-img li>a:hover img{
    transform: scale(1.1);
}
.list-img li p{
    max-height: 3em;
    line-height: 1.5em;
    font-size: 16px;
    margin-top: 5px;
    text-align:center;
}

.caption{
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.caption h2{
    color: #555;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 10px;
}
.caption p{
    color: #999;
}
.caption p span{
    margin-left: 20px;
}
.content{
    color: #555;
    font-size: 16px;
    padding-top: 10px;
}
.content p{
    margin: 10px 0;
    line-height: 1.75em;
}

/*返回顶部*/
.toTop{
    position: fixed;
    right: 17px;
    bottom: -100px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bolder;
    font-family: '黑体';
    background: rgba(0,0,0,.6);
    border-radius: 5px;
    transform: rotate(90deg);
    cursor: pointer;
    transition: .3s;
    z-index: 99;
}

