﻿@charset "utf-8";

/* 样式初始化 */



* {
    padding: 0;
    margin: 0;
}
input::-webkit-input-placeholder { /* WebKit browsers*/
    color: #333;
    font-size:18px!important;
　　}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18*/
    color: #333;
    font-size:18px!important;
　　}
input::-moz-placeholder { /* Mozilla Firefox 19+*/
    color: #333;
    font-size:18px!important;
　　}
input:-ms-input-placeholder { 
/* Internet Explorer 10+*/
    color: #333;
    font-size:18px!important;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    border: 0;
    outline: 0;
    outline-style: none;
    vertical-align: baseline;
    background: transparent;
    outline-style: none;
    font-family: "微软雅黑"!important;
}

body {
    min-width: 1300px;
    margin: 0 auto;
    background: #f3f8fd url(../images/body-t-bj.png) no-repeat;
    background-size: 1920px;
    background-position: center top;
}

ol,
ul {
    list-style: none;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #111;
    font-family: "微软雅黑"!important;
}

span {
    font-family: "微软雅黑"!important;
}

*:focus {
    outline: none
}

.clear {
    clear: both;
    height: 0;
}

div,
img {
    border: none;
}

.px1260 {
    width: 1260px;
    margin: 0 auto;
}
.px1400 {
    width: 1400px;
    margin: 0 auto;
}
body .clear {
    float: none !important;
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.pic-scale {
    overflow: hidden;
}

.pic-scale img {
    transition: all 0.5s;
}

.pic-scale img:hover {
    transform: scale(1.1);
}


/* header -----  top ------ */

.tit-h3 {
    color: #111111;
    font-size: 22px;
    font-weight: 600;
}

.c-blue {
    color: #2c69bc;
}

.c-purple {
    color: #8c75fc;
}

.c-brown {
    color: #906b59;
}

.c-orange {
    color: #ddb287;
}

.c-yellow {
    color: #fdb152;
}

.c-border-purple {
    border-color: #8c75fc;
}

.c-border-brown {
    border-color: #906b59;
}

.c-border-yellow {
    border-color: #fdb152;
}

.tit-h4 {
    color: #111111;
    font-size: 18px;
    font-weight: 600;
}



.top {
    width: 100%;
    height: 35px;
    line-height: 33px;
    overflow: hidden;
    background: #fff;
    font-size: 14px;
    margin-bottom: 45px;
}

.top .left {
    width: 49%;
    float: left;
}

.top .hy {
    width: auto;
    float: left;
    margin-right: 5px;
}

.top .hy a {
    padding: 0 10px;
}

.top .hy a:hover {
    color: #216dd5;
}

.top .date {
    width: auto;
    float: left;
    margin-right: 5px;
}

.top .weather {
    width: auto;
    float: left;
    margin-right: 5px;
}

.top .right {
    width: 49%;
    float: right;
}

.top .map {
    width: 80px;
    float: right;
    text-align: right;
}

.top .sysc {
    float: right;
    text-align: right;
}

.top .sysc a {
    margin-left: 15px;
}

.top .jtfj {
    float: right;
    text-align: right;
}

.top .jtfj a {
    padding: 0 10px;
}

.top .jtfj a img {
    vertical-align: middle;
    margin-right: 5px;
}

.top .jtfj a:hover {
    color: #216dd5;
}

.box {
    align-items: center !important;
}

.icon img {
    transition: all 0.3s;
}

.icon:hover img {
    animation: icon-yh 0.6s linear infinite;
}

@keyframes icon-yh {
    0% {
        transform: rotateZ(0);
    }
    10% {
        transform: rotateZ(10deg);
    }
    20% {
        transform: rotateZ(0);
    }
    30% {
        transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(0);
    }
    50% {
        transform: rotateZ(10deg);
    }
    60% {
        transform: rotateZ(0);
    }
    70% {
        transform: rotateZ(-10deg);
    }
    80% {
        transform: rotateZ(0);
    }
    90% {
        transform: rotateZ(10deg);
    }
    100% {
        transform: rotateZ(0);
    }
}


/* icon 图标组 */

.icon-group {
    overflow: hidden;
}

.icon-group li {
    float: left;
    width: 33%;
    text-align: center;
    margin-top: 20px;
}

.icon-group li a {
    display: block;
}

.icon-group li a div {
    height: 60px;
    line-height: 60px;
}

.icon-group li a div img {
    vertical-align: middle;
}

.icon-group li a p {
    font-size: 18px;
    line-height: 40px;
    color: #222222;
}


/* select 下拉菜单 */

.select {
    position: relative;
}

.select>p {
    padding-right: 35px;
    position: relative;
    background: #fff;
    line-height: 38px;
    padding-left: 20px;
    color: #888888;
    font-size: 14px;
}

.select>p i {
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    height: 36px;
  
    background-position: center center;
}

.select ul {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 10px 0;
    display: none;
    z-index: 9;
}

.select ul li {
    line-height: 30px;
    font-size: 14px;
    color: #666;
    padding: 0 20px;
    cursor: pointer;
}

.select ul li:hover {
    background: #2c69bc;
    color: #fff;
}


/* logo------- */

.logo {
    float: left;
}

.logo a {
    display: block;
}

.logo a img {
    display: inline-block;
    margin: 0 auto;
}


/* 搜索 ------------ */

.hd-search {
    float: right;
    margin: 30px auto 0;
}

.hd-ss-box {
    font-size: 0;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.ss-text {
    width: 260px;
    padding: 0 20px 0 40px;
    height: 45px;
    line-height: 45px;
    background: url(../images/icon-search.png) no-repeat;
    background-position: 15px center;
    border-right: none;
    vertical-align: middle;
}

.ss-text::placeholder {
    color: #666666;
}

.ss-btn {
    background: #216dd5;
    color: #fff;
    width: 80px;
    height: 45px;
    vertical-align: middle;
    font-size: 16px;
}


/* nav 导航--------------- */

.nav {
    padding-top: 5px;
    /* border-bottom: 4px solid #2c69bc; */
    position: relative;
    margin-top: 50px;
    box-shadow: 5px 5px 5px #adb5bb;
}

.nav>div>ul {
    float: left;
}

.nav>div>a {
    float: right;
    background: #216dd5;
    color: #ffffff;
    border-radius: 20px;
    width: 125px;
    line-height: 40px;
    text-align: center;
    /* font-weight: 600; */
    font-size: 20px;
}

.nav>div>ul>li {
    float: left;
    margin-left: 100px;
}

.nav>div>ul>li:first-child {
    margin-left: 0;
}

.nav>div>ul>li>a {
    display: block;
    font-size: 0;
    font-size: 24px;
    /* font-weight: 600; */
    color: #003366;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
}

.nav>div>ul>li.active a {
     background: url(../images/navxz.png) no-repeat center bottom;
}

.nav>div>ul>li>a>img {}

.nav>div>ul>li>a>span {
    vertical-align: middle;
}

.nav .ejlm {
    position: absolute;
    z-index: 999;
    left: 0;
    top: 100%;
    border-top: 6px solid #235395; 
    background: #9eb2d0; 
    width: 100%;
    display: none;
}

.nav .ejlm div {
    width: 1260px;
    margin: 0 auto;
    line-height: 46px;
}

.nav .ejlm a {
    display: inline-block;
    padding: 0 20px;
    line-height: 46px;
    font-size: 16px;
    color: #fff; 
}

.nav .ejlm a:hover {
    color: #235395;
}

.nav>div>ul>li:hover {
    background: url(../images/navxz.png) no-repeat center bottom;
}

.nav>div>ul>li:hover>a>img {
    -ms-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
}

.nav>div>ul>li:hover .ejlm {
    display: block;
}


/* slideBox 轮播图公共样式 */

.slideBox {
    position: relative;
}

.slideBox .hd {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 9;
}

.slideBox .hd ul {
    overflow: hidden;
}

.slideBox .hd ul li {
    float: left;
    margin-left: 5px;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
    transition: width 0.3s;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #2c69bc;
}

.slideBox .bd ul li a {
    display: block;
    position: relative;
}

.slideBox .bd ul li a img {
    display: block;
    width: 100%;
    transition: all 1s;
}

.slideBox .bd ul li a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    padding-left: 20px;
    padding-right: 120px;
    bottom: 0;
    line-height: 42px;
    background: rgba(0, 0, 0, .8);
}

.slideBox .bd ul li a:hover img {
    transform: scale(1.05);
}

.zzc {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
   
    background-position: center bottom;
}


/*文字 列表 切换标题*/

.slideTxtBox {
    position: relative;
}

.slideTxtBox .hd ul {
    border-bottom: 1px solid #c2cfe3;
    margin-bottom: 10px;
}

.slideTxtBox .hd ul li {
    float: left;
    /* cursor: pointer; */
    border-bottom: 2px solid transparent;
    position: relative;
    top: 1px;
    padding: 0 10px 15px 10px;
    margin-left: 20px;
}

.slideTxtBox .hd ul li:first-child {
    margin-left: 0;
}

.slideTxtBox .hd ul li a {
    display: block;
    font-size: 20px;
    color: #023e7a;
}

.slideTxtBox .hd ul li {
    display: block;
    font-size: 20px;
    color: #111111;
}

.slideTxtBox .hd ul li.on {
    border-color: #2c69bc;
    color: #023e7a;
    font-weight: 600;
}

.slideTxtBox .hd ul li.on a {
    color: #023e7a;
    font-weight: 600;
}

.slideTxtBox .bd ul .more {
    position: absolute;
    top: 0;
    right: 0;
}

.more {
    line-height: 25px;
    font-size: 14px;
    color: #222222;
}

.more:hover {
    color: #235395;
}

.post-more {
    position: absolute;
    top: 0;
    right: 0;
    color: #888;
    font-size: 16px;
    line-height: 26px;
}

.post-more:hover {
    color: #2c69bc;
}


/*文字 列表 */

.i-list li {
    position: relative;
    font-size: 18px;
    line-height: 38px;
    padding: 0 100px 0 15px;
    background: url(../images/i-list-dot.png) no-repeat;
    background-position: 3px center;
}

.i-list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #111111;
}

.i-list li a:hover {
    color: #2c69bc;
}

.i-list li>span {
    position: absolute;
    right: 0;
    top: 0;
    color: #888888;
    font-size: 18px;
}

.text-list2 li {
    margin-top: 38px;
}

.text-list2 li:first-child {
    margin-top: 30px;
}

.text-list2 li a {
    display: block;
    overflow: hidden;
    transition: all 0.3s;
}

.tlist2-date {
    float: left;
    width: 75px;
    margin-right: 20px;
    margin-right: 15px;
    background: #f5f5f5;
    color: #2c69bc;
    text-align: center;
    padding: 5px 0;
}

.tlist2-date p {
    font-size: 28px;
    line-height: 30px;
}

.tlist2-date div {
    width: 13px;
    height: 2px;
    margin: 4px auto;
    background: #2c69bc;
}

.tlist2-date span {
    display: block;
    color: #2c69bc;
    font-size: 12px;
    line-height: 20px;
}

.tlist2-info {
    overflow: hidden;
}

.tlist2-info p {
    font-size: 16px;
    line-height: 28px;
    color: #111;
    height: 56px;
    overflow: hidden;
    white-space: pre-wrap;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-list2 li a:hover {
    padding: 0 10px;
    background: #f5f5f5;
}

.text-list2 li a:hover .tlist2-info p {
    color: #2c69bc;
}

.text-list2-ul li a {
    display: block;
    overflow: hidden;
}
.text-list2-ul li a:hover .tlist2-info p{
    color: #216dd5;
}


/* 图片列表 */

.img-list ul {
    overflow: hidden;
}

.img-list ul li {
    float: left;
    width: 285px;
    margin-left: 20px
}

.img-list ul li:first-child {
    margin-left: 0;
}

.img-list ul li a {
    display: block;
}

.img-pic {
    overflow: hidden;
}

.img-pic img {
    display: block;
    width: 100%;
    height: 190px;
    transition: all 1s;
}

.img-list ul li a p {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #111;
    line-height: 45px;
}

.img-list ul li a:hover img {
    transform: scale(1.1);
}

.img-list ul li a:hover p {
    color: #2c69bc;
}


/* #footer 底部------------ */

#footer {
    background: #023e7a;
}

.foot-c {
    display: table;
    /* padding: 28px 0; */
}

.foot-l {
    display: table-cell;
    width: 220px;
    vertical-align: middle;
}

.foot-m {
    display: table-cell;
    width: 820px;
    vertical-align: middle;
    text-align: center;
    padding: 20px 0;
}

.foot-m h3 {
    font-size: 15px;
    font-weight: 600;
    color: #434343;
    margin-bottom: 10px;
}

.foot-m p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}

.foot-m a {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}

.foot-r {
    display: table-cell;
    width: 220px;
    vertical-align: middle;
    text-align: right;
    font-size: 0;
}

.foot-r div {
    display: inline-block;
    margin: 0 6px;
}

.foot-r div img {
    width: 74px;
    border: 5px solid #fff;
}

.foot-r div p {
    font-size: 15px;
    color: #fff;
    line-height: 22px;
    margin-top: 5px;
    text-align: center;
}

#link {
    margin-top: 25px;
}

.links {
    background: #fff;
    overflow: hidden;
}

.home_links {
    padding: 16px 0;
    height: auto;
    overflow: hidden;
}

.home_links .link {
    margin: 0 auto;
    text-align: center;
}

.dhlj li {
    display: inline-block;
    text-align: left;
    padding: 0 72px;
    font-size: 16px;
    color: #444;
    line-height: 23px;
    cursor: pointer;
}

.dhlj li p {
    padding-right: 34px;
    font-size: 18px;
    background: url(../images/link0010510001.png) right center no-repeat;
}

.dhlj li.on p {
   
    color: #2c69bc;
}

.home_links_drop ul {
    display: none;
    font-size: 16px;
    padding: 20px 0;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    border-top: 1px solid #ddd;
}

.home_links_drop ul li {
    float: left;
    width: 11%;
    line-height: 34px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.home_links_drop ul li a:hover {
    color: #2c69bc;
}


/* 右侧漂浮 */

.ycpf {
    position: fixed;
    top: 50%;
    right: 70px;
    z-index: 99;
    margin-top: -140px;
}

.ycpf ul {
    width: 100%;
}

.ycpf ul li {
    margin-bottom: 15px;
    position: relative;
}

.ycpf ul li a {
    display: block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    background: #f3f9ff;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3s;
}

.ycpf ul li .an {
    vertical-align: middle;
    display: inline-block;
    display: none;
    transition: all 0.3s;
}

.ycpf ul li .an:first-child {
    display: inline-block;
}

.ycpf ul li .ewm {
    opacity: 0;
    display: none;
    /**/
    position: absolute;
    top: 0;
    right: -10px;
    width: 110px;
    height: 112px;
    padding: 9px 8px 14px 2px;
    background: url(../images/pfewmbj.png) no-repeat left top;
    background-size: 120%;background-position: -26px -17px;transition: all 0.3s;
    z-index: 999;
}

.ycpf ul li .ewm img {
    width: 100px;
    height: 100px;
    display: block;
position: relative;right: -1px;}

.ycpf ul li .ewm span {
    display: block;
    width: 90%;
    height: 22px;
    line-height: 24px;
    color: #333;
    text-align: center;
    font-size: 12px;
padding-right: 0;}

.ycpf ul li:hover a {
    background: #2c69bc;
}

.ycpf ul li:hover a .an {
    display: inline-block;
}

.ycpf ul li:hover a .an:first-child {
    display: none;
}

.ycpf ul li:hover .ewm {
    opacity: 1;
    right: 50px;
    display: block;
}






/* 专题专栏--------------- */

.ztzl {
    margin-top: 20px;
    overflow: hidden;
    height: 165px;
}
.ztzl .ztzltit{
    display: block;
    margin: 0 auto 20px;
    border-bottom: 1px solid #c2cfe3;
    width: 96%;
    /* margin: 0 auto; */
    height: 54px;
}
.ztzl .ztzltit p{
    width:100px;
    color: #023e7a;
    font-size: 24px;
    padding: 10px 25px;
    border-bottom: 3px solid #216dd5;
    float: left;
    display: block;
}
.ztzl .ztzltit a{
   
float: right;
   
display: block;
   
color: #888;
   
font-size: 14px;
   
line-height: 60px;
   
padding: 0 12px;
}

.ztzl-r {
    overflow: hidden;
    position: relative;
    padding: 0 40px;
}

.ztzl-r .bd li {
    float: left;
    margin-right: 17px;
}

.ztzl-r .bd li a {
    display: block;
    overflow: hidden;
}

.ztzl-r .bd li a img {
    display: block;
    width: 282px;
    height: 146px;
    transition: all 0.3s;
}
.ztzl-r .bd li a img:hover{
    transform: scale(1.1);
}
.ztzl-r .next {
    position: absolute;
    right: 0;
    z-index: 9;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    color: #216dd5;
    font-family: 楷体 !important;
    font-weight: 600;
}

.ztzl-r .prev:hover,
.ztzl-r .next:hover {
    background: #216dd5;
    color: #fff;
}

.ztzl-r .prev {
    position: absolute;
    left: 0;
    z-index: 9;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    color: #216dd5;
    font-family: 楷体 !important;
    font-weight: 600;
}

.ztzl-r .bd {
    overflow: hidden;
}
.position {
    font-size: 0;
    padding: 10px 0;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    /*background: #eff3fc;*/
}

.position span {
    color: #888888;
    font-size: 14px;
    vertical-align: middle;
    margin-right: 5px;
}

.position img {
    vertical-align: middle;
    margin-right: 5px;
}

.position a {
    font-size: 14px;
    color: #2c69bc;
    margin-right: 5px;
    vertical-align: middle;
}
.px1200{
    margin: 0 auto;
    width: 1260px;
    display: block;
}

/*政府网站平台找错图标样式*/
#_span_jiucuo img{
    vertical-align: super;
}