*{
    margin: 0;
    padding: 0;
}
body{
    font-family: "微软雅黑";
    background:#fff;
}
ul,li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.clear{
    clear:both; 
    height: 0; 
    line-height: 0; 
    font-size: 0;
}
.head-top{
    width: 100%;
    min-width: 1200px;
    height: 40px;
    line-height: 40px;
    background: #005bac;
}
.head-top .box{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.head-top .left{
    float: left;
}
.head-top .left span a{
    color: #ffffff; 
    font-size: 14px;
}
.head-top .left span a:hover{
    font-weight: 800;
}
.head-top .left span{
    color: #fff;
    font-size: 14px;
}
#time{
    padding: 0 10px;
}
.head-top .right{
    float: right;
}
.head-top .right span{
    color:#fff;
    font-size: 14px;
    float: left;
}
.head-top .right .rx{
    padding-left: 20px;
    background: url(../images/icon.png) no-repeat left center;
    padding-right: 7px;
}
.search-icon{
    width: 40px;
    height: 40px;
    background: #4a97db url(../images/search.png) no-repeat center;
    float: left;
    margin-left: 15px;
    cursor: pointer;
}
.search{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
    display: none;
}
.search .input{
    width: 200px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border:1px solid #646f78;
    float: left;
    padding-left: 10px;
}
.search .sub{
    width: 40px;
    height: 40px;
    background: #4a97db url(../images/search.png) no-repeat center;
    border:none;
    float: left;
}
.header{
    width: 1200px;
    height: 90px;
    margin: 0 auto;
}
.header .logo{
    float: left;
}
.header .logo img{
    margin-top: 17px;
}
.header .nav{
    float: right;
    *width:670px;
}
.header .nav ul li{
    display: inline-block;
    line-height: 90px;
    padding: 0 24px;
    position: relative;
    *float: left;
}
.header .nav ul li a{
    color: #333333;
    font-size: 16px;
    display: block;
}
/* .header .nav ul li:last-child{
    padding-right: 0;
} */
.header .nav ul li::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #005bac;
    transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    -moz-transition: all .6s;
}
.header .nav ul li:hover::before{
    position: absolute;
    width: 100%;
    left: 0;
}
.header .nav ul li a:hover{
    color: #005bac;
}
.header .nav ul li.on::before{
    position: absolute;
    width: 100%;
}
.header .nav ul li.on a{
    color: #005bac;
}
.nav .se{
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 9;
    display: none;
}

.nav .se p{
    width: 112px;
    line-height: 40px;
    text-align: center;
}
.nav .se p a{
    color: #333;
    font-size: 14px;
    display: block;
}
/* .nav ul li:hover .se a{
    color: #333;
} */
.nav .se p:hover a{
    color: #005bac;
}
.banner{
    width: 100%;
    /*min-width: 1200px;*/
    margin: 0 auto;
    /*background: #2880d1;*/
    position: relative;
}
.banner .swiper-container{
    /*max-width: 1910px;*/
}
.banner .swiper-slide{
    width: 100%;
}
.banner .swiper-slide a{
    display: block;
}
.banner img{
    width: 100%;
    vertical-align:top
}
.banner .pagination {
    position: absolute;
    z-index: 20;
    text-align: center;
    left: 10%;
    bottom: 40px;
}
.banner .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
    margin-right: 5px;
    opacity: 0.8;
    cursor: pointer;
}
.banner .swiper-visible-switch {
    background: #aaa;
}
.banner .swiper-active-switch {
    width: 10px;
    height: 10px;
    border:2px solid #fff;
    background: none;
}
.lc{
    width: 100%;
    height: 90px;
    min-width: 1200px;
    background: #2880d1;
}
.lc .box{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.lc ul.yw{
    position: absolute;
    height: 120px;
    bottom: -90px;
    z-index: 99;
}
.lc ul.yw li{
    width: 205px;
    height: 90px;
    line-height: 90px;
    border-right: 1px solid #428fd7;
    float: left;
    margin-top: 30px;
}
.lc ul.yw li:last-child{
    border-right: none;
}
.lc ul.yw li a{
        display:block;
        width:100%;
        height:100%;
}
.lc ul.yw li img{
    float: left;
    margin-top: 24px;
    margin-left: 40px;
}
.lc ul.yw li h4{
    float: left;
    color: #fff;
    font-size: 18px;
    margin-left: 12px;
}
.lc ul.yw li:hover{
    margin-top: 5px;
    background: #2880d1;
    transition: all .8s;
}
.hall{
    width: 340px;
    height: 150px;
    padding-left: 40px;
    padding-top: 30px;
    background: #5974ff url(../images/bg1.jpg) no-repeat top center;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
}
.hall:hover {
    height: 170px;
    transition: all .6s;
}
.hall h2{
    color: #fff;
    font-size: 36px;
    font-weight: 500;
}
.hall span{
    color: #fff;
    font-size: 16px;
    opacity: .7;
    line-height: 30px;
}
.hall h4{
    width: 110px;
    height: 35px;
    background: #4155da;
    line-height: 35px;
    text-align: center;
    margin-top: 10px;
}
.hall h4 a{
    color: #fff;
    font-size: 15px;
    display: block;
}
.hall h4:hover{
    background: #fff;
    transition: all .6s;
}
.hall h4:hover a{
    color: #4155da;
    transition: all .6s;
}
.link{
    position: absolute;
    right: 0;
}
.link ul li{
    width: 190px;
    height: 180px;
    float: left;
    text-align: center;
}
.link ul li a{
    display: block;
}
.link ul li img{
    margin-top: 35px;
}
.link ul li h2{
    color: #fff;
    font-size: 22px;
    line-height: 40px;
}
.link ul li:hover img{
    margin-top: 25px;
    transition: all .6s;
}
.new{
    width: 100%;
    min-width: 1200px;
    background: #005bac;
}
.new .box{
    width: 1200px;
    margin: 0 auto;
}
.new .xw{
    width: 1200px;
    height: 280px;
}
.new .xw .left{
    width: 780px;
    height: 240px;
    padding: 16px 20px 24px;
    background: #fff;
    float: left;
}
.xw .lb{
    width: 350px;
    height: 240px;
    position: relative;
    float: left;
}
.xw .lb .swiper-slide{
    width: 350px;
    height: 248px;
    position: relative;
}
.xw .lb .swiper-slide img{
    width: 350px;
    height: 248px;
}
.xw .lb .pagination {
    position: absolute;
    z-index: 20;
    text-align: center;
    right:15px;
    bottom: 10px;
}
.xw .lb .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #b7b9b9;
    margin-right: 5px;
    opacity: 0.7;
    cursor: pointer;
}
.xw .lb .swiper-visible-switch {
    background: #aaa;
}
.xw .lb .swiper-active-switch {
    background: #fda213;
    opacity: 1;
}
.xw .lb .bot{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgba(0,0,0,0.5);
    z-index: 9;
}
.xw .lb .bot a{
    color: #fff;
    font-size: 14px;
    margin-left: 5px;
}
.xw .lb .bot a:hover{
    color: #2880d1;
}
.xw .zx{
    width: 410px;
    height: 240px;
    float: right;
}
.xw .zx .head{
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #e8ecef;
}
.xw .zx .head h2{
    color: #333;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 2px solid #0072bc;
    float: left;
}
.xw .zx .head a{
    color: #808080;
    font-size: 14px;
    float: right;
}
.xw .zx .head a:hover{
    color: #2880d1;
}
.xw .zx ul{
    margin-top: 5px;
}
.xw .zx ul li{
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e8ecef;
    background: url(../images/icon1.png) no-repeat left center;
}
.xw .zx ul li .w{
    float: left;
}
.xw .zx ul li .w a{
    color: #454545;
    font-size: 14px;
    margin-left: 15px;
}
.xw .zx ul li .w a:hover{
    color: #2880d1;
}
.xw .zx ul li .time{
    float: right;
    color: #999999;
    font-size: 14px;
}
.xw .right{
    float: right;
    padding-top: 90px;
}
.xw .right table tr td{
    width: 189px;
    height: 174px;
    background: #014897;
    border-right: 1px solid #1b5ba2;
    text-align: center;
    padding-top:16px;
}
.xw .right table tr td:last-child{
    border-right: none;
}
.xw .right table tr td p{
    color: #fff;
    font-size: 16px;
    line-height: 50px;
}
.new .xf{
    width: 100%;
    height: 110px;
    position: relative;
}
.new .xf img{
    width: 100%;
    height: 110px;
}
.new .xf .more{
    position: absolute;
    right: 230px;
    top: 34px;
    width: 140px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    background: #0080c9;
    text-align: center;
}
.new .xf .more a{
    color: #fff;
    font-size: 16px;
}
.new .xf .more:hover{
    background: #fff;
    transition: all .6s;
}
.new .xf .more:hover a{
    color: #0080c9;
}
.water{
    width: 100%;
    height: 240px;
}
.water .left{
    width: 780px;
    height: 200px;
    float: left;
    background: #fff;
    padding: 13px 20px 27px;
}
.water .right{
    width: 340px;
    height: 200px;
    float: right;
    background: #2880d1;
    padding: 13px 20px 27px;
    position: relative;
}
.water .left .item{
    height: 200px;
}
.water .left .item .head{
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e8ecef;
}
.water .left .item .head h2{
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    float: left;
    border-bottom: 2px solid #226ebc;
}
.water .left .item .head a{
    float: right;
    color: #666666;
    font-size: 14px;
}
.water .left .item .head a:hover{
    color: #226ebc;
}
.water .left .item ul{
    padding-top: 8px;
}
.water .left .item ul li{
    width: 100%;
    height: 32px;
    line-height: 32px;
    background: url(../images/icon1.png) no-repeat left center;
}
.water .left .item ul li .w{
    color: #454545;
    font-size: 14px;
}
.water .left .item ul li .w a{
    padding-left: 15px;
    color: #454545;
    font-size: 14px;
}
.water .left .item ul li .w a:hover{
    color: #226ebc;
}
.water .left .item ul li .time{
    float: right;
    color: #999;
    font-size: 14px;
}
.water .right .head{
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #4893d8;
}
.water .right .head h2{
    float: left;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.water .right .head a{
    color: #fff;
    font-size: 14px;
    float: right;
}
.water .right .head a:hover{
    color: #005bac;
}
.water .right .swiper-slide{
    width: 100%;
    height: 155px;
}
.water .right .swiper-slide h2{
    color: #ffd800;
    font-size: 14px;
    line-height: 35px;
}
.water .right .swiper-slide h2:hover{
    color: #fff;
}
.water .right .swiper-slide p{
    color: #fff;
    font-size: 14px;
    line-height: 25px;
}
.water .right .pagination {
    position: absolute;
    z-index: 20;
    text-align: center;
    left: 0;
    bottom: 0;
}
.water .right .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #b7b9b9;
    margin-right: 5px;
    opacity: 0.7;
    cursor: pointer;
}
.water .right .swiper-visible-switch {
    background: #aaa;
}
.water .right .swiper-active-switch {
    background: #fda213;
    opacity: 1;
}
.footer{
    width: 100%;
    min-width: 1200px;
    height: 110px;
    background: #ddecf9;
    position: relative;
}
.footer .box{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    
}
.footer table{
    width: 760px;
    margin-top: 25px;
    float: left;
}
.footer table tr td{
    color: #646f78;
    font-size: 14px;
    line-height: 30px;
}
.footer table tr td a{
    color: #646f78;
    font-size: 14px;
    padding: 5px;
}
.footer table tr td a:hover{
    text-decoration: underline;
}
.footer .yq{
    width: 220px;
    height: 35px;
    border:1px solid #c0ddf5;
    float: right;
    background: #f5faff;
    margin-top: 35px;
    cursor: pointer;
    
}
.footer .yq h2{
    width: 185px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    border-right: 1px solid #c0ddf5;
    color: #808080;
    font-size: 14px;
    text-indent: 12px;
    float: left;
}
.footer .yq h3{
    width: 34px;
    height: 35px;
    float: right;
    background: url(../images/icon2.png) no-repeat center;
}
.footer .yq ul{
    position: absolute;
    bottom: -35px;
    right: 0;
    z-index: 100;
    display: none;
}
.footer .yq ul li{
    width: 220px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    text-indent: 12px;
}
.footer .yq ul li a{
    color: #808080;
    font-size: 14px;
    display: block;
}
.footer .yq ul li:hover{
    background: #4893d8;
    transition: all .6s;
}
.footer .yq ul li:hover a{
    color: #fff;
}



/* single.html */
.ban{
    width: 100%;
    min-width: 1200px;
}
.ban img{
    width: 100%;
}
.content{
    width: 1200px;
    padding: 30px 0;
    margin: 0 auto;
    overflow: hidden;
}
.content .left{
    float: left;
    width: 260px;
}
.content .right{
    float: right;
    width: 910px;
}
.nav-two h2{
    width: 260px;
    height: 55px;
    line-height: 55px;
    background: #005bac url(../images/icon3.png) no-repeat;
    color: #fff;
    font-size: 20px;
    text-indent: 24px;
    background-position: 90% 50%;
}
.nav-two ul li{
    width: 260px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #d9e2eb;
    background: #f1f5f9;
    text-indent: 24px;
}
.nav-two ul li a{
    color: #444444;
    font-size: 16px;
    display: block;
    width: 90%;
    background: url(../images/icon4.png) no-repeat right center;
}
.nav-two ul li:hover{
    background: #fff;
    border-left: 3px solid #4a97db;
    transition: all .3s;
}
.nav-two ul li:hover a{
    background: url(../images/icon5.png) no-repeat right center;
    color: #1a49a0;
}
.nav-two ul li.on{
    background: #fff;
    border-left: 3px solid #4a97db;
    transition: all .3s;
}
.nav-two ul li.on a{
    background: url(../images/icon5.png) no-repeat right center;
    color: #1a49a0;
}
.yyt{
    width: 260px;
    height: 100px;
    background: url(../images/bg2.jpg) no-repeat;
    background-size: cover;
    margin-top: 20px;
    cursor: pointer;
    text-indent: 20px;
}
.yyt h2{
    color: #fff;
    font-size: 26px;
    padding-top: 25px;
}
.yyt h3{
    color: #fff;
    opacity: .7;
    font-size: 12px;
    line-height: 25px;
}
.yyt:hover h2{
    padding-top: 15px;
    transition: all .6s;
}
.kslink{
    width: 260px;
    overflow: hidden;
    margin-top: 20px;
}
.kslink ul li{
    width: 120px;
    height:120px;
    float: left;
    margin-right: 20px;
    text-align: center;
    cursor: pointer;
}
.kslink ul li:last-child{
    margin-right: 0;
}
.kslink ul li img{
    margin-top: 20px;
}
.kslink ul li h2{
    color: #fff;
    font-size: 18px;
    line-height: 36px;
}
.kslink ul li:hover img{
    margin-top: 10px;
    transition: all .6s;
}
.content .right .head{
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #d9dde1;
}
.content .right .head h2{
    float: left;
    color: #333333;
    font-size: 28px;
}
.content .right .head p{
    float: right;
    color: #666666;
    font-size: 14px;
}
.content .right .head p a{
    color: #666666;
    font-size: 14px;
    padding: 5px;
}
.content .right .head p a:hover{
    color: #4893d8;
}
.content .right .con{
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
    
}
.content .right .single{
    color: #454545;
    font-size: 16px;
    line-height: 30px;
    padding-top: 10px;
}


.single .demo_main{
    width: 100%;
    height: 500px;
    margin:20px 0;
}
.single #map{
    width: 100%;
    height: 500px;
}


/* list.html */
.list2 ul li{
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e6e9ed;
    background: url(../images/icon6.png) no-repeat left center;
    margin-top: 5px;
}
.list2 ul li .w{
    float: left;
}
.list2 ul li .w a{
    color: #454545;
    font-size: 16px;
    padding-left: 18px;
}
.list2 ul li .w a:hover{
    color: #4893d8;
}
.list2 ul li .time{
    color: #888;
    font-size: 14px;
    float: right;
}
.list ul li{
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #e6e9ed;
    overflow: hidden;
}
.list ul li img{
    width: 220px;
    height: 150px;
    float: left;
}
.list ul li .w{
    width: 670px;
    float: right;
}
.list ul li .w span{
    color: #666;
    font-size: 14px;
    line-height: 30px;
}
.list ul li .w h2{
    color: #333;
    font-size: 18px;
    line-height: 35px;
}
.list ul li .w p{
    color: #888888;
    font-size: 14px;
    line-height: 25px;
}
.NewsPage{
       text-align:center;
       padding-top:20px
}
.NewsPage a{
       color:#005bac;
}


/* details.html */
.details .top{
    width: 100%;
    border-bottom: 1px solid #e6e9ed;
    padding: 15px 0;
    text-align: center;
}
.details .top h2{
    color: #005bac;
    font-size: 24px;
    line-height: 40px;
}
.details .top p{
    color: #888888;
    font-size: 14px;
    line-height: 35px;
}
.details .top p span{
    padding: 0 8px;
}
.details .nr{
    width: 100%;
    color: #454545;
    font-size: 16px;
    padding-top: 10px;
    line-height: 32px;
}


/* sfcx.html */
.sfcx .cx{
    width: 460px;
    height: 500px;
    border:1px solid #d9e2eb;
    margin: 65px auto 0;
    background: #f1f5f9;
}
.sfcx .cx h2{
    width: 100%;
    height: 68px;
    line-height: 68px;
    background: #005bac;
    color: #fff;
    font-size: 28px;
    text-align: center;
}
.sfcx .cx table{
    width: 360px;
    margin: 40px auto 0;
}
.sfcx .cx .text{
    width: 100%;
    height: 48px;
    line-height: 48px;
    border:1px solid #d9e2eb;
    background: #fff;
}
.sfcx .cx .text h3{
    color: #666666;
    font-size: 16px;
    text-indent: 14px;
    float: left;
}
.sfcx .cx .text .long{
    width: 260px;
    height: 48px;
    line-height: 48px;
    float: left;
    border:none
}
.sfcx .cx .text input{
    outline: none;
}
.sfcx .cx .title{
    width: 100%;
    height: 48px;
    line-height: 48px;
    color: #666666;
    font-size: 16px;
}
.sfcx .cx .date{
    width: 160px;
    height: 48px;
    line-height: 48px;
    float: left;
    border: 1px solid #d9e2eb;
    color: #666666;
    font-size: 16px;
    text-indent: 6px;
}
.sfcx .cx .date::-webkit-inner-spin-button { 
    visibility: hidden; 
} 
.sfcx .cx .date::-webkit-clear-button {
    visibility: hidden;
}
.sfcx .cx .date::-webkit-calendar-picker-indicator{
    width: 14px;
    height: 10px;
    color: #b6bfc8;
}
.sfcx .cx h5{
    color: #666666;
    font-size: 16px;
    line-height: 48px;
    float: left;
    padding: 0 10px;
}
.sfcx .cx .text .short{
    width: 200px;
    height: 48px;
    line-height: 48px;
    float: left;
    border:none
}
.sfcx .cx .text .code{
    float: left;
    margin-top: 3px;
}
.sfcx .cx .submit{
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #ff9c00;
    color: #ffffff;
    font-size: 18px;
    border: none;
    margin-top: 15px;
}
.sfcx .cx p{
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
}
.sfcx .cx .red{
    color: #de2525;
}
.sfcx .cx .blue{
    color: #005bac;
}
.jg{
    display: none;
    margin-top: 30px;
}
.jg .tab{
    margin: 0 auto;
    border:1px solid #000
}
.jg .tab tr th{
    width: 120px;
    height: 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #3366cc;
}
.jg .tab tr td{
    width: 120px;
    height: 30px;
    text-align: center;
}
.jg .tab tr td a{
    color: #3366cc;
}
.xq{
    margin-top: 20px;
    display: none;
}
.xq .tab2{
    margin: 0 auto;
    border:1px solid #000;
}
.xq .tab2 thead tr th {
    width: 150px;
    height: 30px;
}
/*page*/
.page-large{margin:40px 0 20px; text-align:center;}
.page-large a{min-width:34px; height:34px; display:inline-block; border:1px solid #d5d5d5; box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box; line-height:34px; text-align:center; float:left; text-indent:0; color:#666666; font-size:12px; font-family:Arial, Helvetica, sans-serif; margin:0 3px;}
.page-large a.on{border:1px solid #114b7f; background: #114b7f; color:#fff;}
.page-large a.none{border:none;}
.page-large .Num:hover{border:1px solid #114b7f; color: #114b7f;}
.page-large .on:hover{border:1px solid #114b7f; color:#fff;}

.page-large .prev-page{background:url(../images/small-prev-page.png) center center no-repeat;}
.page-large .next-page{background:url(../images/small-next-page.png) center center no-repeat;}
.page-large .prev-page:hover{border:1px solid #114b7f; background:url(../images/small-prev-page-on.png) center center no-repeat #114b7f;}
.page-large .next-page:hover{border:1px solid #114b7f; background:url(../images/small-next-page-on.png) center center no-repeat #114b7f;}
.page-large .page-info{
    font-size: 16px;
    margin-left: 20px;
    line-height: 34px;
}