
body {

    font-family: "Microsoft YaHei", 'PingFang SC', "Hiragino Sans GB";
}

/*通用
*字体颜色:#333;
*鼠标移上及背景#105fca
*
*/

#cyzq-global {
    min-width: 1360px;
}

.module {
    overflow: hidden;
}

.w1360 {
    width: 1360px;
    margin: 0 auto;
	overflow:hidden;
}
.mt20{
	margin-top:20px;
}
.mt40{
	margin-top:40px;
}
.header {

}
.header2{
    height: 780px;
    position: relative;
   overflow:hidden;
}
#h-banner{
 height: 780px;
position:absolute;
left:0;
top:0;
right:0;
bottom:0;
margin:0 auto;
z-index:-1;
}
.event-item{

    height: 780px;
    overflow: hidden;
}
.event-item img{
    display:block;
    margin:0 auto;
    object-fit: cover;
}
.sjjtop{
    height: 40px;
    line-height: 40px;

}
.topmenu {
    height: 360px;
    background: url("../images/top-bg.png") no-repeat center;
}

.topmenu a {
    color: #fff;
}
.topmenu2{
    height: 140px;

}
.topmenu2 a {
    color: #fff;
}


.mwb{position:absolute;top:5px;}

.cs-vbar {
    padding: 12px 6px 2px;
    margin-left: 10px;
    border-left: 2px solid #fff;
    font-size: 0;
}

.cs-vimg {
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
}

.topslj {
    width: 1360px;
    height: 320px;
    margin: 0 auto;
    overflow: hidden;
}
.topslj2{
    width: 1360px;
    height: 640px;
    margin: 0 auto;
    overflow: hidden;
}
.cyzq-logo {
    float: left;
    overflow: hidden;
}

.cyzq-logo img {
    padding-top: 98px;
    object-fit: cover;
}
.cyzq-logo2{
    width: 1360px;
    margin: 0 auto;
    overflow: hidden;
}

.cyzq-logo2 img {
    display: block;
    padding-top: 60px;
    margin: 0 auto;
    object-fit: cover;
}
.cyzq-searchtbox {
    height: 80px;
}

.cs-searchbox {
    width: 510px;
    height: 66px;
    background-color:rgba(255,255,255,0.6);
    border-radius: 4px;
    margin: 127px auto 0;
    position: relative;

}

.searcht-box {
    width: 510px;
    border-radius: 4px;
    overflow: hidden;
    font-size: 0;
}

.searcht-input {
    display: inline-block;
    width: 310px;
    height: 66px;
    background: none;
    border: 0;
    padding: 0;
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    color: #105fca;

}

.searcht-btn {
    float: right;
    width: 160px;
    height: 66px;
    line-height: 66px;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    text-align: left;
    text-indent: 80px;
    background:#105fca  url("../images/search.png") no-repeat 40px center;

}

.search-btn:hover {
    opacity: 0.8;
}

.hl-is {
    position: absolute;
    right: -85px;
    top: 0px;
}

.w580 {
    width: 580px;
}
.cyzq-navbox {
    height: 80px;
background-color: #1364cb;
}
.cyzq-navbox2{
    height: 80px;
    /*border-bottom: 1px solid #4a8eda;*/
}
.cyzq-nav {
    width: 1360px;
    height: 80px;
    margin: 0 auto;

}
.cyzq-nav2 {
    width: 1360px;
    height: 80px;
    margin: 0 auto;

}

.cyzq-nav ul {
    width: 1360px;
    margin: 0 auto;
    position: relative;
}

.cyzq-nav ul li {
    float: left;
    width: 12.5%;
    height: 80px;
    line-height: 80px;

}

.cyzq-nav ul li a {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}
.cyzq-nav2 ul {
    width: 1360px;
    margin: 0 auto;
   overflow:hidden;

}

.cyzq-nav2 ul li {
    float: left;
    width: 12.5%;
    height: 80px;
    line-height: 80px;


}
.cyzq-nav2 ul li a {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
}
.cyzq-nav2 ul li a span {
    display: inline-block;
    line-height: 80px;
    position: relative;

}
.cyzq-nav2 ul li a span::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 76px;
    width: 0;
    height: 4px;
    border-radius: 2px;
    background: #fff;
    transition: width .3s;
}

.cyzq-nav2 ul li.active a span::after,
.cyzq-nav2 ul li:hover a span::after{
    width: 100%;
}

.cyzq-ttbox {
    height: 120px;
    background-color: #f1f5f8;
    overflow: hidden;
    margin-bottom: 40px;
    margin-top: -140px;
    border-top-right-radius:30px ;
    border-bottom-left-radius: 30px;
    position: relative;
}



.cyzq-tt-box {
    width: 1300px;
    margin: 0 auto;

}

.cyzq-tt-tit {
    display: block;
    font-size: 36px;
    font-weight: bold;
    line-height: 80px;
    color: #222;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align:center;
}
.cyzq-tt-tit:hover{
    color: #105fca;
}

.cyzq-tt-txt {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #222;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.cyzq-bottombox {
    width: 1360px;
    overflow: hidden;

    margin: 0 auto;
}

/* slidebox */
.slidebox {
    position: relative;
    width: 700px;
    height: 450px;

    overflow: hidden;
    zoom: 1;
    overflow: hidden;
}

.slidebox .flex-viewport {
    max-height: 2000px;

    transition: all 1s ease;
}

.slidebox .slides {
    zoom: 1;
}

.slidebox .flex-direction-nav a {
    width: 60px;
    height: 90px;
    line-height: 99em;
    overflow: hidden;
    margin: -60px 0 0;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .3s ease;
    background: url(../images/ad_ctr.png) no-repeat;
}

.slidebox .flex-direction-nav .flex-next {
    background-position: 0 -90px;
    right: 0;

}

.slidebox .flex-direction-nav .flex-prev {
    left: 0;

}

.slidebox .slidebox:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.slidebox .slidebox:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.slidebox:hover .flex-next:hover,
.slidebox:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.slidebox .flex-control-nav {

    position: absolute;
    bottom: -10px;
    right: -30px;
    text-align: center;
    transform: translateX(-50%);
}
.slidebox .tpwx img{
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 6px;
}
.slidebox .slidemore {
    position: absolute;
    right: 20px;
    bottom: 37px;
    z-index: 2;
    color: #fff;
}

.slidebox .flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.slidebox .flex-control-paging li a {
    display: block;
    height: 10px;
    overflow: hidden;
    width: 10px;
    cursor: pointer;
    border-radius: 10px;

    font-size: 0;
    transition: all 1s ease-in;
    background: #fff;

}

.slidebox .flex-control-paging li a.flex-active {
    background: #105fca;
    width: 34px;
}

.slides li {
    height: 450px;
    position: relative;

}

.slides li .tit {
    width: 75%;
    padding: 0 20% 0 5%;
    height: 70px;
    line-height: 70px;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.4);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#66444444, endcolorstr=#66444444);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;


}

.slides li .tit a {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.slides .img {
    width: 700px;
    height: 450px;

    overflow: hidden;
}

.slides .img img {
    width: 100%;
    height: 100%;
   /* object-fit: cover;*/
}

.mb40 {
    margin-bottom: 40px;
}

.tab-warp {
    position: relative;
    overflow: hidden;
    width: 625px;
    height: 450px;
}

.tab-cont-warp {
    width: 625px;
    overflow: hidden;
    display: none;
}

/*cs-tab-more*/
.cs-tab-box {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #eee;
	background:url("../images/cs-tab-bg-left.png") no-repeat center center;
}

.cs-tab-more {
	width:72%;
	padding-left:14%;
    height: 60px;
    overflow: hidden;
}

.cs-more {
    float: right;
    width: 50px;
    height: 60px;
}

.cs-more a {
    float: left;
    width: 50px;
    height: 60px;
    line-height: 60px;
    color: #999;
    font-size: 16px;

}

.cs-tab li {
    float: left;
    width: 33.3%;
    height: 60px;
}

.cs-tab li a {
    display: inline-block;
    font-size: 26px;
    color: #666;
    line-height: 58px;
    text-align: left;
}
.cs-tab { list-style-type: none;} 
.cs-tab li::before { content: "\2022"; color: #666; font-size:24px; margin-right: 0.8em; }
.cs-tab li.first::before{
	content:"";
}

.cs-tab .on a {
    color: #105fca;
   font-weight: bold;
    border-bottom: 2px solid #105fca;


}

.cs-tab .other a {
    color: #666;
}

.cs-tab-content {
    overflow: hidden;
}

.cs-h-tab-content {
    height: 625px;
}

.cs-h-tab-content .other {
    display: none;
}

.cs-h-tab-content .current {
    display: block;
}

/*cs-list*/
.cs-list ul {
    overflow: hidden;
    margin-top: 8px;
}

.cs-list ul li {
    text-align: left;
    font-size: 18px;
}

.cs-list ul li a {
    color: #333;
}

.cs-list ul li:hover a {
    color: #105fca;
}

.cs-list ul li a:hover {
    color: #105fca;
}

.cs-list li .xa_time {
    color: #999;
    float: right;
    font-size: 16px;
}

.cs-list ul .li-first {
    height: 80px;
    padding-left: 10px;
    overflow: hidden;

}

.cs-list ul .li-first:hover {
    background: #fff url("../images/tab-list-bg.png") no-repeat left center;
}

.li-time {
    float: left;
    width: 80px;
    overflow: hidden;
    text-align: center;
	margin-right:20px;
	border-right:1px dashed #ccc;
}

.li-time .day {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #105fca;
    font-size: 24px;
	font-weight:bold;
}

.li-time .year {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #999;
    font-size: 16px;
}

.cs-list ul .li-first:hover .day {
    color: #105fca;
}

.cs-list ul .li-first:hover .year {
    color: #105fca;
}

.first-tit {
    height: 80px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}

.first-tit .tit {
    padding: 10px 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}


.zt110 {
    width: 1360px;
    height: 110px;
    margin: 0px auto;
    margin-bottom: 40px;
    overflow: hidden;
}

.zt110 .banner .focus {
    position: relative;
    width: 1360px;
    height: 110px;
    float: left;
}

.zt110 .focus img {
    width: 1360px;
    height: 110px;
}

.zt110 .banner .focus .fPic {
    position: absolute;
    left: 0px;
    top: 0px;
}

.zt110 .banner .focus .D1fBt {
    overflow: hidden;
    zoom: 1;
    height: 16px;
    z-index: 10;
}

.zt110 .banner .focus .fcon {
    position: relative;
    width: 100%;
    float: left;
    display: none;
}

.zt110 .banner .fcs-slide-btn2ocus .fcon img {
    display: block;
}

.zt110 .banner .focus .prev,
.zt110 .banner .focus .next {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 70%;
    cursor: pointer;
    display: none;
}

.zt110 .banner .focus .prev {
    right: 45px;

}

.zt110 .banner .focus .next {
    right: 10px;

}

.lc_zttp .D1fBt a:hover, .lcx_zttp .D1fBt a.current {
    cursor: pointer;
}

.zt110 .fbg {
    bottom: 2px;
    right: 10px;
    position: absolute;
    height: 17px;
    text-align: center;
    z-index: 2;
}

.zt110 .D1fBt a {
    position: relative;
    display: inline;
    width: 17px;
    height: 17px;
    margin: 0 2px;
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #6d7495;
}

.zt110 .D1fBt a:hover {
    cursor: pointer;
    background: #105fca;
}

.zt110 .D1fBt .current {
    background: #105fca;
}

.zt110 .D1fBt img {
    display: none
}

.zt110 .D1fBt i {
    display: block;
    height: 17px;
    line-height: 17px;
    font-style: normal;
    font-size: 16px;
    color: #fff;
}

.zt110 .D1fBt a:hover i {
    color: #fff;
}

.zt110 .D1fBt .current i {
    color: #fff;
}

.cyzq-gov {
    width: 1360px;
    overflow: hidden;
    padding-bottom: 30px;
    margin: 0 auto;

}

.channel_title {
    height: 62px;
    overflow: hidden;
    background:#fff url(../images/gov-bg.png) no-repeat center center;


}
.channel_title2 {

    background:#fff url(../images/zmhd-bg.png) no-repeat center center;


}
.channel_title3 {

    background:#fff url(../images/ztzl-bg.png) no-repeat center center;


}

.channel_title a {
   float: left;
    height: 62px;
    line-height: 50px;
    font-size: 30px;
    font-weight: bold;
    text-indent: 60px;
    color: #222222;

}
.channel_title span{
    color: #105fca;
}


.zfgk-menubox{
    margin-top: 30px;
    border: 1px solid #e0e9f3;
    overflow: hidden;
    background-color: #fcfdff;

}
.zcwj-box{
    width: 500px;
    height: 120px;
    padding-left: 20px;
    padding-top: 20px;
    overflow: hidden;
}
.zcwj-box li{
    float: left;
	width:100%;
}
.zdlygk-img img{
	width:100%;
}
.zckey2{
    width: 375px;
    height: 36px;
    border: 1px solid #c2c6d2;
}
.zc-1{margin-right: 20px;
margin-bottom: 20px;
}
.zc-1 span{
    float: left;
    height: 36px;
    line-height: 36px;
    width: 90px;
    text-align: center;
    font-size: 18px;
    color: #131313;
}
.zc-2{
    float: left;
    height: 36px;
    line-height: 36px;
    width: 471px;
    text-align: center;
    font-size: 18px;
    color: #131313;
    margin-right: 20px;
}
.zc-3{
    display: block;
    width: 90px;
    height: 90px;
    line-height: 125px;
    text-align: center;
    background: #105fca url("../images/search-zc.png") no-repeat center  15px;
    color: #fff;
    overflow: hidden;
    border-radius: 6px;
}

.zc-select span{
    float: left;
    height: 36px;
    line-height: 36px;
    width: 90px;
    text-align: center;
    font-size: 18px;
    color: #131313;
}
.zc-select select{
    float: left;
    width: 140px;
    height: 36px;
    line-height: 36px;
    border: 0;
    text-align: left;
    background: #fff;
    box-sizing: border-box;
    color: #999;
    border: 1px solid #c2c6d2;

}
.zfgk-menu{
    width: 800px;
    height: 110px;
    margin: 20px 0;
    overflow: hidden;

}
.zfgk-menu li{
    float: left;
    width: 110px;
    text-align: center;
    margin-right: 50px;
}
.zfgk-menu li img{
    display: block;
    margin: 0 auto;
}
.zfgk-menu li a {
    color: #131313;
    font-size: 18px;
}
.zfgk-menu li:hover a {
    color: #105fca;

}
.zfgk-menu li:hover img{
    /*transform: rotate(360deg);*/
    transform: scale(1.1);
    transition: transform 0.7s ease-out;
}



.cyzq-footer {
	min-width: 1360px;
    width: 100%;
    background-color: #105fca;

}

/*footer link*/

.cs-footer {
    margin-top: 40px;
}

.f-top {
    height: 62px;
    background-color: #0d56b9;

}

.cs-link .link_sub .da_module span {
    display: block;
    text-align: center;
    padding-left: 10px;
    cursor: pointer;
    height: 62px;
    line-height: 62px;
    color: #fff;
    font-size: 16px;
}

.cs-link .link_sub .da_module span a {
    color: #fff;
    text-decoration: none;
}

.cs-link .link_sub .da_module span i {
    padding-left: 10px;
}

.cs-link .link_sub .da_module:first-child {
    margin-left: 0;
}


.cs-link .link_sub .da_module .cs-item3:hover {
    background: #105fca;
}

.cs-link .link_sub .da_module .cs-item3.active {
    background: #105fca;
}

.cs-link .link_sub .da_module ul {
    width: 100%;
    list-style: none;
    margin: 0;
    position: absolute;
    left: 0px;
    top: -310px;
    overflow: hidden;
    background-color: #fff;
    height: 310px;
    padding: 20px 0;
    border: 0;
    z-index: 10;
    display: none;
    box-sizing: border-box;
    /*animation: mymove 1s;*/
    /*box-shadow: 0 -5px 10px 5px rgb(0 0 0 / 10%);*/
}

/*@keyframes mymove {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}*/
.cs-link {
    width: 1360px;
    height: 62px;
    margin: 0 auto;
    border:0;
}


.cs-link .link_sub {
    width: 1360px;
    height: 62px;
    margin: 0 auto;
    position: relative;
    font-size: 16px;
}

.cs-link .link_sub .da_module {
    width: 22%;
    height: 62px;
    float: left;
    text-align: center;


}

.link-zggov {
    float: left;
    width: 20%;
    height: 62px;
    line-height: 62px;
    color: #fff;
    text-align: center;

}

.link-zggov:hover {
    color: #fff;
}

.cs-link .link_sub .da_module:hover .cs-item3 {
    background: #105fca;
    color: #fff;
}

.cs-link .link_sub .da_module .cs-linkul {
    top: -360px;
    height: 360px;
}

.cs-link .link_sub .da_module .cs-linkul2 {
    top: -360px;
    height: 360px;
}

.cs-link .link_sub .da_module .cs-linkul3 {
    top: -185px;
    height: 185px;
}

.cs-link .link_sub .da_module .cs-linkul4 {
    top: -95px;
    height: 95px;
}

.cs-link .link_sub .da_module .cs-linkul5 {
    top: -340px;
    height: 340px;
}

.cs-link .link_sub .da_module .cs-linkul6 {
    top: -185px;
    height: 185px;
}

.cs-link .link_sub .da_module .cs-linkul7 {
    top: -95px;
    height: 95px;
}

.cs-link .link_sub .da_module:hover ul {
    display: block;
    background-color: #105fca;

}

.cs-link .link_sub .da_module li {
    float: left;
    width: 15%;
    margin: 0 2%;
    height: 45px;
    line-height: 45px;
    cursor: pointer;


}

.cs-link .link_sub .da_module span i {
    margin-left: 10px;
    background: url("../images/linksj.png") no-repeat center;
}

.cs-link .link_sub .da_module span:hover i {

    background: url("../images/linksj.png") no-repeat center;
}

.cs-link .link_sub .da_module.acttopmenuive span i {
    background: url("../images/linksj.png") no-repeat center;
}

.cs-link .link_sub .da_module li:hover {

}

.cs-link .link_sub .da_module li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    height: 45px;
    line-height: 45px;
    display: block;
    text-align: left;
}

.cs-link .link_sub .da_module li:hover {
    text-decoration: underline;
    color: #fff;

}
.cs-link .link_sub .da_module li:hover a{color:#fff;}
.cs-h-txt {
    width: 1360px;
    height: 160px;
    padding-top: 30px;
    margin: 0 auto;
    overflow: hidden;

}
.h-txt1 {
    width: 30%;
    height: 120px;
    overflow: hidden;

}
.cs-dzjg2 img{
    float: left;
    padding-top: 30px;
    padding-left: 10px;
}
.slh img{
    float: left;
    padding-top: 40px;

}
#_span_jiucuo img{
    float: left;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 35px;
}
.h-txt2 {
    width: 23%;
    height: 90px;
    padding:15px 0;
    border:0;
    border-left: 1px solid #2c80de;

}
.h-txt2 p{
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
}
.h-txt2 p img{
    vertical-align: middle;
    margin-right: 6px;
    margin-top: -3px;
}
.h-txt2 a {
    display:inline;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
}
.ipv6{
    padding: 2px 10px;
    border-radius: 30px;
    background-color: #00439f;
}
.h-txt3 {
    width: 610px;
    padding-left: 30px;
    color: #fff;
    font-size: 16px;
}

.cs-prompt {
    width: 1360px;
    height: 56px;
    line-height: 56px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;

}

.cs-ts {
    color: #333;
    font-size: 16px;

}

.cs-prompt a {
    color: #fff;
    font-size: 16px;
}

.weixin-code {
    text-align: center;
    font-size: 14px;
    margin-right: 10px;
    color: #fff;
}

.weixin-code img {
    width: 100px;
    height: 100px;
}

/*cs-tab2-more*/
.cs-tab2-box {
    width: 850px;
    overflow: hidden;
}

.cs-tab3-box{
	background:#f4f4f4;
	width:600px;
	padding:20px 30px 30px 30px;
}
.cs-tab4-box{
	width:660px;	
}
.cs-tab5-box{
	width:650px;
	padding-top:0px;
}
.cs-tab2-more {
    height: 59px;
	border-bottom:1px solid #efefef;
}
.cs-tab3-more{
	border:0;
	background: url("../images/cs-tab2-more.png") no-repeat top;
}
.cs-tab4-more{
	background: url("../images/cs-tab4-more.png") no-repeat center;
}
.cs-tab5-more{
	padding-bottom:10px;
	background: url("../images/cs-tab5-more.png") no-repeat bottom;
}
.cs-more2 {
    float: right;
    width: 24px;
    height: 60px;
    background: url("../images/cyzq-more.png") no-repeat center;
}

.cs-more2 a {
    float: left;
    width: 24px;
    height: 60px;
    line-height: 60px;
    color: #999;
    font-size: 16px;

}

.cs-tab2 li {
    float: left;
    line-height: 57px;
    height: 57px;
    padding: 0 30px;
    background: url("../images/wk-radius.png") no-repeat right center;
	
}
.cs-tab2 li:first-child{
    padding-left: 0;
}
.cs-tab2 li:last-child {
    background: none;
}

.cs-tab2 li a {
    height: 57px;
    display: block;
    font-size: 26px;
    color: #222;
    line-height: 57px;
    text-align: left;
}

.cs-tab2 .on a {
    color: #105fca;
    font-weight: bold;
	border-bottom:3px solid #105fca;
	
}
.cs-tab3 li:first-child{
	padding-left:10px;
}
.cs-tab5 li:first-child{
	padding-left:0px;
}
.cs-tab5 .on a{
	border-bottom:0;
}
.cs-tab3 .on a {
    border:0;
	
}


.cs-tab4 li {
	position:relative;
	left:245px;
	padding-right:0px;
}
.cs-tab4 .on a {
    border:0;
	text-align:center;
}
.cs-tab2 .other a {
    color: #444;
}

.cs-tab2-content .current {
    display: block;
}

.cs-tab2-content .other {
    display: none;
}


/*cs-list2*/
.cs-list2{

}
.cs-list2 ul,ol {
    overflow: hidden;
	color:#fff;
	margin-top:10px;
}

.cs-list2 ul li,ol li {
    text-align: left;
    /*height: 48px;	*/
}


.cs-list2 ul li a,ol li a {
    color: #333;
    line-height: 48px;
    font-size: 18px;
    
	

}

.cs-list2 ul li:hover a {
    color: #105fca;
}

.cs-list2 ul li a:hover {
    color: #105fca;
}

.cs-list2 li .xa_time {
    color: #999;
    float: right;
    font-size: 16px;
	padding-left: 20px;
}
.cs-list2 li .xa_time1 {
    color: #105fca;
    float: left;
    font-size: 16px;
	padding-left: 0px;
	padding-right:20px;
}
.cs-list2 ul li .redius {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #dedede;
    margin-right: 15px;
    border-radius: 7px;
    vertical-align: middle;
}

.cs-list2 ul li:hover .redius {
    background: #105fca;
}

.cs-list2 ul li:hover .xa_time {
    color: #105fca;
}

/*cs-list3*/
.cs-list3 ul {
    overflow: hidden;
    margin-top: 10px;
	position:relative;
}

.cs-list3 ul li {
    text-align: left;
    font-size: 18px;
    height: 50px;
}

.cs-list3 ul li a {
    display: block;
    color: #333;
    line-height: 50px;
	
}

.cs-list3 ul li:hover a {
    color: #105fca;
}

.cs-list3 ul li a:hover {
    color: #105fca;
}

.cs-list3 li .xa_time {
    color: #999;
    float: right;
    font-size: 16px;
}

.cs-list3 ul li .redius {
    display: inline-block;
    width: 6px;
    height: 9px;
    background: url(../images/icon2.png) no-repeat center;
    margin-right: 8px;
}
.cs-list3 li{
	/*list-style:decimal inside url("../images/list-shuidi.png");*/
	color:#fff;
	margin-left:30px;
	list-style:decimal;
	list-style-position:outside;
	position:relative;	
	z-index:999;
	padding-left:15px;
}
.cs-list3 li::marker {
  content: counter(list-item) "";
}
.cs-list3 .shuidi{
	display:inline-block;
	width:25px;
	height:27px;
	position:absolute;
	top:13px;
	left:-18px;
}
.shuidi img{
	width:25px;
	height:27px;
	position:relative;
	z-index:-1;
}
.w588 {
    width: 588px;
}

.w590 {
    width: 590px;
}

.w560 {
    width: 560px;
}

.cs-col {
    margin-top: 30px;
    height: 59px;
    border-bottom: 1px solid #dcdcdc;
}

.cs-col-tit {
    float: left;
    font-size: 20px;
    line-height: 57px;
    text-align: center;
    color: #105fca;
    font-weight: bold;
    border-bottom: 3px solid #105fca;
}

.gov-menu {
    padding-top: 25px;
    overflow: hidden;
}

.gov-menu li {
    float: left;
    width: 33.3%;
    height: 150px;
    text-align: center;
    padding-top: 15px;


}

.gov-menu li b {
    display: block;
    background: #f1f5f8;
    width: 100px;
    height: 30px;
    padding: 35px 0;
    line-height: 100px;
    border-radius: 100px;
    margin: 0 auto;
}

.gov-menu li img {
    display: block;
    width: 30px;
    object-fit: cover;
    margin: 0 auto;
    transition: all .5s;

}

.gov-menu li a {
    display: block;
    color: #222;
    font-size: 16px;
}

.gov-menu li a:hover {
    color: #105fca;
}

.gov-menu li a:hover img {

    transform: rotate(360deg);
}

.gov-menu li span {
    display: block;
    padding-top: 10px;
    height: 40px;
    line-height: 40px;
}


.cyzq-bsdt {
    width: 588px;
    height: 102px;

}

.cyzq-wk img {
    width: 38px;
    height: 43px;
    vertical-align: middle;
    margin-right: 10px;
}

.cyzq-wk span {
    color: #105fca;
}

.cyzq-wk {
    display: block;
    font-size: 32px;
    font-weight: bold;
    color: #333;
}

.ztzl-box {
    width: 1360px;
    margin: 0 auto;
    padding-top: 40px;
}

.bdczl{
	 height:80px;
	 margin:0 auto;
	 margin-top:20px;
}
.bdczl img{
	margin:0 auto;
}
.control-box {
    float: left;
    width: 1360px;
    height: 160px;
    margin: 0;
    overflow: hidden;


}

.h-ldzc-tt {
    float: left;
    width: 188px;
    height: 154px;
    line-height: 250px;
    text-align: center;
    color: #105fca;
    font-size: 20px;
    font-weight: bold;
}

.h-ldtt {
    padding-top: 25px;
    padding-left: 220px;
    height: 40px;
    line-height: 40px;
    color: #105fca;
    font-size: 18px;
}

.h-ldtt span {
    float: right;
    text-align: right;
    padding-right: 30px;
}

.bigbox {
    overflow: hidden;
    width: 1360px;
    height: 160px;
    margin: 0 auto;
}
#switcher {
    height: 160px;
    left: 0px;
}
.content_1.content_2 {
    width: 100%;
    float: left;
}
.box {
    transition:all .7s ease 0s;
    width:330px;
    height: 160px;
    float: left;


}
.box a {
    display: block;
    width:330px;
    height: 160px;
    line-height: 160px;
    color: #333;
    overflow: hidden;
    text-align: left;
}
.box1 a {
    display: block;
    width:330px;
    height: 200px;
    line-height: 200px;
    color: #333;
    overflow: hidden;
    text-align: left;
}
.box a img{

    width: 330px;
    height:100%;
    object-fit: cover; transition: all 0.5s;
}
.box a:first-child{
    margin-left: 0;
}

.box a:hover img{
    transform: scale(1.1);
}


.cs-slide-btn2 .next {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 50%;
    margin-top: -29px;
}

.cs-slide-btn2 .prev {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 50%;
    margin-top: -29px;
}

.cs-slide-btn2 #cs-btn-l:hover {
    background: url(../images/jt_l.png) no-repeat left;

}

.cs-slide-btn2 #cs-btn-r:hover {
    background: url(../images/jt_r.png) no-repeat right;
}

.cs-slide-btn2 a:hover {
    transition: all 0.5s ease;
}

.cs-slide-btn2 #cs-btn-l {
    background: url(../images/jt_l.png) no-repeat left;
}

.cs-slide-btn2 #cs-btn-r {
    background: url(../images/jt_r.png) no-repeat right;
}

#cs-slide-btn a:hover, #cs-slidebox, #cs-slide-btn a, #cs-slide-btn2 a, #cs-slidebox a:hover .cs-span, #cs-slidebox a .cs-span, #cs-slidebox #cs-slide {
    transition: all 0.5s ease;
}

.cs-slide-btn2 a {
    display: block;
    width: 58px;
    height: 58px;
}

.h-ztzl {

    width: 1360px;
    height: 300px;
    padding-top: 40px;
    margin: 0 auto;
    overflow: hidden;
}

.h-ldxx {
    width: 586px;
    height: 154px;
    background: url("../images/letter-bg.png") no-repeat left center;
    border: 2px solid #dceefe;
    overflow: hidden;
    margin-top: 30px;
}

.letter-menu {
    padding-top: 20px;
    padding-bottom: 10px;
    overflow: hidden;
}

.letter-menu li {
    float: left;
    width: 134px;
    height: 95px;
    text-align: center;
    margin-left: 18px;
}

.letter-menu li:first-child {
    margin-left: 0;
}

.letter-menu li a img {
    display: block;
    height: 32px;
    margin: 20px auto 0;
}

.letter-menu li a {
    display: block;
    border: 1px solid #dbeefe;
    color: #105fca;
    height: 93px;
    line-height: 40px;
    font-size: 18px;
    transition: all .5s;
}

.letter-menu li a:hover {
    background-color: #f1f8ff;
    border: 1px solid transparent;
}

.hl-column {
    width: 1360px;
    height: 1000px;
    margin: 0 auto;
    background-color: #fff;
}

.location {
    width: 1360px;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    background: #fff url(../images/crumbs.png) no-repeat left center;
    text-indent: 30px;
    margin: 0 auto;
}


.location a {
    font-size: 18px;
    color: #131313;
    text-decoration: none;
}

.location span:last-child a {
    color: #105fca;
}

.location a:hover {
    color: #105fca;
}

.container-warp{
    width: 1360px;
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 40px;
   /* padding-top: 40px;*/
    overflow: hidden;

}

.list-pub-bg {

    overflow: hidden;
}

.list-tt {
    width: 330px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background-color: #105fca;
    border-top-right-radius: 50px;


}

.col-icon {
    vertical-align: middle;
    margin-right: 10px;
}

.list-tt a {
    display: block;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    padding: 0 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list-box {
    width: 330px;
    padding-bottom: 278px;
    overflow: hidden;
    background: url(../images/list-pub-bg.png) no-repeat center bottom;
}

.list-box li {
    height: 60px;
    line-height: 60px;
    text-align: center;
    background:url("../images/list-repeat-bg.png") repeat-y center;

}

.list-box li a {
    display: block;
    padding: 0 45px;
    color: #47494b;
    font-size: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-left: 5px solid transparent;
    overflow: hidden;
}

.list-box li a:hover {
    color: #222;
    font-weight: bold;
    background:url("../images/list-curr.png") no-repeat center;

}

.list-box li a.current {
    color: #222;
    font-weight: bold;
    background:url("../images/list-curr.png") no-repeat center;


}

.hl-list {
    width: 990px;
    overflow: hidden;
}

.list-info {
    overflow: hidden;

}

.list-info li {
    position: relative;
    height: 100px;
    background-color: #fafafa;
    margin-bottom: 20px;

}
.list-info li .right {
    color: #ff0000;padding-left: 10px;font-weight: normal;
}
.list-info li:hover{
    background-color: #105fca;
    box-shadow: 0px 0px 20px 0px rgba(111, 161, 228, 0.4);
}

.list-info li a {
    color: #131313;
    font-size: 18px;
    overflow: hidden
}

.list-info li a:hover {
    color: #fff;
    font-weight: bold;
}
.list-info li:hover a{
color: #fff;
    font-weight: bold;
}
.list-info li:hover a .list-time{
    color: #fff;

}

.list-info .list-line {
    border-bottom: 1px dashed #ddd;
    height: 0px;
    padding-top: 6px;
    margin-bottom: 6px;
}

.list-time {
   float: left;
    width: 110px;
    padding: 20px 0;
    color: #105fca;
    text-align: center;

}
.list-info li a:hover .list-time{
    color: #fff;

}
.list-time .date{
   font-size: 26px;
    font-weight: bold;

}
.list-time .year{
    font-size: 14px;
}
.list-tit{
 height:30px;
    line-height: 30px;
padding: 35px 0px 35px 110px;
}
.list-tit::after{
    content: "";
    position: absolute;
    left: 110px;
    top: 75px;
    width: 72px;
    height: 2px;
    background: #214be1;
}
.list-info li a:hover .list-tit::after{
    background: #fff;
}
.list-img {
    margin-top: 30px;
    overflow: hidden;
}

.list-img li {
    float: left;
    width: 310px;
    height: 200px;
    margin-right: 20px;
    margin-bottom: 30px;
}

.list-img li:nth-child(3),
.list-img li:nth-child(6),
.list-img li:nth-child(9),
.list-img li:nth-child(12){
    margin-right: 0;
}

.list-img li a {
    display: block;
    color: #333;
    font-size: 16px;
    border: 1px solid transparent;
    transition: all 1s ease-in;

}

.list-img li a:hover {
    color: #105fca;
    border: 1px solid #105fca;
}

.list-img li a .news_img {
    width: 100%;
    height: 150px;
    position: relative;
    overflow: hidden;
}

.list-img li a .news_img img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.list-img li a .img_title {
    height: 50px;
    text-align: center;
    line-height: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 10px;
    background-color: #f7f7f7;
}
/**/
.hl-list li .timer{
	display: block;
    position: absolute;
    top: 120px;
    right: 10px;
    width: 100px;
    height: 26px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 13px;
    text-align: center;
    line-height: 26px;
    color: #fff;
    padding: 0 10px;	
}
/**/


.hl-list-tt {
    width: 1000px;
    height: 40px;
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
    margin-top: 20px;
}

.hl-list-tt a {
    float: left;
    height: 38px;
    font-size: 22px;
    font-weight: bold;
    color: #105fca;
    border-bottom: 3px solid #105fca;
}

.wk-more {
    float: right;
    width: 24px;
    height: 60px;
    background: url("../images/cyzq-more.png") no-repeat center;
}

.govright {
    width: 435px;
    overflow: hidden;

}
.govtit{
    background: url("../images/gov-wk.png") no-repeat center center;
    color: #105fca;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    margin-top: 12px;
    overflow: hidden;
}
.govmenu{
    padding-top: 20px;
    overflow: hidden;
}
.govmenu li{
    float: left;
    width: 135px;
    height: 135px;
    margin-right: 15px;
    margin-bottom: 15px;


}

.govmenu li a{
    display: block;
    height: 133px;
    padding:0 30px;
    border: 1px solid #d7e2ea;
    background-color: #fafdff;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: center;
}
.govmenu li:last-child  a{
	padding:0px 0px;
}
.govmenu li:nth-child(3n){
    margin-right:0;
}
.govmenu li a img{
    display: block;
    margin: 15px auto ;
}
.govmenu li a span{
    color: #131313;
    font-size: 18px;
}
.govmenu li a:hover span{
    color: #105fca;
}
.govmenu li a:hover img{
    transition: all ease-out .5s;
    transform: rotate(360deg);
}
.zwfwbox{
    height: 520px;
    background:#fff url("../images/zwfw-bg.png") no-repeat center top;
}
.msbbox{
    width: 1360px;
    height: 70px;
    background: url("../images/msb-bg.png") no-repeat  270px center;
    margin: 50px auto;
    overflow: hidden;

    text-indent: 450px;

}

.msbbox span{
    margin-top: 15px;
    margin-left: 70px;
    border-left: 1px solid #fff;
    padding-left: 30px;
    color: #fff;
    font-size:30px;
}
.msbbox a{
    margin-left: 20px;
    color: #fff;
    font-size: 18px;
    background-color: #4a81cc;
    border-radius: 15px;
    padding: 0 30px;

}
.msbbox2{
    width: 1360px;
    height: 310px;
    margin: 0 auto;
    overflow: hidden;
}
.m-box{
    float: left;
    width: 420px;
    height: 300px;
    box-shadow: 0px 6px 10px 0px rgba(220, 238, 253, 0.4);
}
.m-top{
    height: 120px;
    line-height: 100px;
    color: #131313;
    font-size: 24px;
    padding-left: 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #dceefd url("../images/grfwimg1.png") no-repeat center;
    position: relative;
}
.m-top::after{
    content: "";
    position: absolute;
    left: 62px;
    top: 75px;
    width: 30px;
    height:11px;
    background: url("../images/bsfw-bg.png") no-repeat center center;
}

.m-top2{ background: #dceefd url("../images/frfwimg1.png") no-repeat center;}
.m-top3{
    background: #dceefd url("../images/bmfwimg1.png") no-repeat right center;
}
.m-box2{
   margin: 0 50px;
}
.m-bottom{
    height:170px;
    padding-top: 10px;
    background-color: #fff;
    overflow: hidden;

}
.m-bottom li{
    float: left;
    width: 105px;
    margin-bottom: 10px;

    text-align: center;
}


.m-bottom li  i{
    display: block;
   font-size:30px;
   color:#105fca;
    margin: 10px auto;
}
.m-bottom li:hover i{
    transform: scale(1.1);
    transition: all .3s;
}
.m-bottom li a span{
    color: #131313;
    font-size: 16px;
}
.m-bottom li:hover a span{
    color: #105fca;
}
.m-bottom li:nth-child(4n){
margin-left: 0;
}
.m-bottom2{
    height:160px;

    padding: 20px 20px 0;
    background-color: #fff;
    overflow: hidden;
}
.m-bottom2 li{
    clear:both;
    width: 100%;
    margin-bottom: 20px;

}

.m-bottom2 li a {
    display: block;
    color: #131313;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.m-bottom2 li a:hover{color:#105fca;}
.cyzq-zmhd{
    width: 1360px;
    height: 390px;
    margin: 0 auto;
    overflow: hidden;
}
.zmhd-box{
    width: 420px;
    height: 190px;

    overflow: hidden;



}
.zmhd-nemu{
    display: block;
    padding:30px 30px 10px;
    border: 1px solid #d7e2ea;
    box-sizing: border-box;
overflow: hidden;
}
.zmhd-nemu li{
    float: left;
    height: 50px;
    margin-right: 8px;
    margin-bottom: 24px;
	text-align:left;
}

.zmhd-nemu li img{
    height: 50px;
    object-fit: cover;
    vertical-align: middle;
    margin-right: 20px;

}
.zmhd-nemu li:nth-child(2n){
    padding-left:20px;
}

.zmhd-nemu li a{
    display: block;
    height: 50px;
    font-size: 20px;
    color: #131313;
}
.zmhd-nemu li:hover img{    transform: scale(1.1);
    transition: all .3s;}
.zmhd-nemu li:hover a{
    color: #105fca;
}

.locationbox {
    width: 1360px;
    margin: 0 auto;
}

/*public*/
.single {
    background: #fff;
    font-family: "microsoft yahei";
    min-height: 690px;
    height: auto;
    padding-top: 30px;
}

.single .title {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
    margin: 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    color: #222;
}

.single .content {
    font-size: 16px;
    padding: 8px 20px;
    line-height: 26px;
    height: auto;
    color: #222;
}

.hl-mapbox {
    padding: 0 20px;
}

.map_title {
    line-height: 60px;
    font-size: 30px;
    font-weight: bold;
    color: #1f58ae;
    text-align: center;
    background: url("../images/wzdt-bar.png") no-repeat center;
}

.map-tit a {
    font-size: 24px;
    display: block;
    color: #222;
    line-height: 64px;
    text-indent: 22px;
    font-weight: bold;
    background: url("../images/wzdt-tit.png") no-repeat left center;
    margin-top: 20px;
}

.map-con ul {
    overflow: hidden;
    background: #f2f8ff;
    padding: 10px 0 10px 40px;
}

.map-con ul li {
    float: left;
    line-height: 40px;
    width: 16%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.map-con ul li a {
    font-size: 18px;
    color: #222222;
}

.map-con ul li a:hover {

    color: #105fca;
}

.wlcb-list {
    padding: 25px 20px 0;
    overflow: hidden;
}

.wlcb-list li {
    float: left;
    width: 400px;
    height: 274px;
    margin-left: 60px;

    margin-bottom: 40px;
}

.li-a {
    color: #000;
    font-size: 18px;
}

.li-a:hover {
    color: #0c7b5b;
}

.li-a:hover img {
    transform: scale(1.1);
    transition: all .3s;
}

.ztimgbox {
    width: 400px;
    height: 210px;
    overflow: hidden;

}

.li-a img {
    display: block;
    width: 400px;
    border: 0;
    object-fit: cover;
}

.li-a span {
    display: block;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 25px 0px rgba(229, 229, 229, 1);
}

.jyh-nav {
    padding-bottom: 20px;
}

.letterbox {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    overflow: hidden;
}

.letter-title {
    font-size: 24px;
    text-align: center;
    height: 60px;
    line-height: 60px;
}

.letter-txt {
    font-size: 18px;
}

/*2023-2-16 问卷调查弹框*/
.wj-alertbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
}

.wj-black {
    opacity: 0.5;
    background: rgb(0, 0, 0);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 99;
}

.wj-popup {
    position: absolute;
    background-color: #FFF;
    top: 50px;
    width: 290px;
    left: calc(50% - 145px);
    border-radius: 3px;
    box-shadow: 0 0 8px rgb(0 0 0 / 10%), 0 0 256px rgb(255 255 255 / 30%);
    z-index: 100;
}

.wj-cont {
    padding: 20px 20px;
    width: 250px;
    text-align: center;
    line-height: 200%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    word-break: break-all;
}

.wj-btnbox {
    background: #f5f5f5;
    border-top: 1px solid #e0e0e0;
    padding: 10px 20px;
    text-align: center;
}

.wj-button {
    background-color: #479de6;
    color: #fff;
    border: 1px solid #479de6;
    padding: 5px 20px;
    font-size: 14px;
    line-height: 25px;
    border-radius: 3px;
}

.cs-curposition span:last-child a {
    color: #105fca;
}

.next-share-main .close-share-main .right .close a {
    color: #222;
}

.bmfw-menu2 {
    overflow: hidden;
}

.bmfw-menu2 li {
    float: left;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 52px;
}

.bmfw-menu2 li:nth-child(5n) {
    margin-right: 0px;
}

.bmfw-menu2 li a {
    display: block;
    border: 1px solid #ecf1f6;
    color: #222;
    font-size: 16px;
}

.bmfw-menu2 li a:hover {
    background-color: #ecf1f6;
    color: #105fca;
}

.qzxx{
    width: 420px;
    height: 96px;
    background: url("../images/qzxx-bg.png") no-repeat center;

    overflow: hidden;
}
.letter-tit{
    font-weight: bold;
    color: #fff;
    font-size: 26px;
    height: 40px;
    line-height: 40px;
    margin-left: 30px;
    padding-top: 20px;
}
.letter-txt{
    margin-left: 30px;
    font-size: 16px;
    color: #fff;
}
.letter-txt span{
color: #ff3c00;
}
.tab-v-box{
    width: 920px;
    overflow: hidden;
}

.tab-v-more{
    float: left;
    width: 220px;
    height: 186px;
    padding: 50px 0;
    border-left: 1px solid #d7e2ea;
    background: url("../images/tab-bg.png") no-repeat right center;

}
.tab-v{
    overflow: hidden;
}
.tab-v li{
    width: 210px;
    height: 63px;
    line-height: 63px;
}
.tab-v li.on {
    background: url("../images/tab-on-bg.png") no-repeat left center;
}
.tab-v li i{
    font-size:25px;
    color: #131313;

    margin-right: 10px;
}
.tab-v li a{
    display: block;
    font-size: 20px;
    color: #131313;
    text-align: center;
}
.tab-v li.on i{
    color: #105fca;
}
.tab-v li.on a{
    color: #105fca;

    font-weight: bold;
}
.tab-v-content{
    float: left;
    width: 660px;
    margin-left: 30px;
    overflow: hidden;

}
.tab-v-content .cs-list2 ul{
    margin: 0;
}
.lxxd-list{
    width: 100%;
    border-collapse: collapse;
    border: 0;
       table-layout: fixed;
}
.lxxd-list  th{
    width: 25%;
    color: #131313;
    font-size: 16px;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.lxxd-list  .cs-th{
    width: 58%;
}
.lxxd-list  th:first-child b{
    margin-left: 0;
}
.lxxd-list  th b{
    display: block;
    margin: 0;
    padding: 0;
    background-color: #fafafa;
    margin-left: 10px;
    font-weight: normal;

}
.lxxd-list  .cs-th2{
    width: 30%;
}
.lxxd-list  .cs-th3{
    width: 40%;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.lxxd-list .cs-th3 a{color:#333;}
.lxxd-list  td{
    width: 15%;
    color: #333333;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-align: center;

}
.lxxd-list td b{
    display: block;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    font-weight: normal;

}
.lxxd-list .cs-th4{color: #a9a9a9;}
.lxxd-list .cs-th5{
    color: #131313;

}
/*new center*/
.newtt{
    width: 1360px;
    margin: 0 auto;
    height: 180px;

}
.newtt-tit{
    display: block;
    font-size: 36px;
    font-weight: bold;
    color: #222;
    padding: 40px 40px 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
text-align:center;
}
.newtt-txt{
    font-size: 18px;
      color: #222;
    padding: 0 40px;
}
#certify {
    position: relative;
    width: 1200px;
    height: 360px;
    margin: 0 auto;


}

#certify  .swiper-slide {
    width: 520px;
    height: 360px;
    background: #fff;
    /*box-shadow: 0 8px 30px #ddd;*/
}
#certify  .swiper-slide a{
    display: block;
    position: relative;
}
#certify  .swiper-slide img{
    display:block;
    width: 100%;
    height: 360px;
}
#certify  .swiper-slide p {
    position: absolute;
    top: 20px;
    left: 0rem;
    z-index: 5;
    font-size: 18px;
    color: #fff;
    height: 60px;
    line-height: 60px;
    text-indent: 30px;
    width: 60%;
    padding: 0 1%;
    background-image: linear-gradient(90deg,rgba(0, 0, 0, .3),rgba(0, 0, 0, .3),transparent 50%);z-index: 1; opacity: 1; transition: all 0.5s ease;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#certify .swiper-button-prev {
    left: -40px;
    width: 48px;
    height: 48px;
    background: url(../images/jjsh-l-icon.png) no-repeat;
    background-size: 100%;
    opacity: 1;
}

#certify .swiper-button-prev:hover {
    width: 48px;
    height: 48px;
	background: url(../images/jjsh-l-icon1.png) no-repeat;
	background-size: 100%;
    opacity: 1;
}

#certify .swiper-button-next {
    right: -40px;
    width: 48px;
    height: 48px;
    background: url(../images/jjsh-r-icon.png) no-repeat;
    background-size: 100%;
    opacity: 1;
}

#certify .swiper-button-next:hover {
    width: 48px;
    height: 48px;
	background: url(../images/jjsh-r-icon1.png) no-repeat;
	background-size: 100%;
    opacity: 1;
}
.gwy-new{
    display: block;
    width: 380px;
    height: 158px;
    text-indent: 40px;
    line-height: 120px;
    background: url("../images/guowuyuan.png") no-repeat center;
    color: #373d54;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 30px;
}
.sp-new{
    display: block;
    width: 380px;
    height: 158px;
    text-indent: 40px;
    line-height: 120px;
    background: url("../images/shipinxinwen.png") no-repeat center;
    color: #373d54;
    font-weight: bold;
    font-size: 26px;
}
.mod2{
    height: 390px;
background-color: #f5f5f5;

}
.mod4{
    height: 390px;
background-color: #fff;

}
.new-wk{
    height: 120px;
    line-height: 120px;
    overflow: hidden;

}

.new-wk2{
	text-align:center;
	
	background:url("../images/mytc-icon.png") no-repeat center;
}
.new-wk a{
    display: block;
    font-size: 26px;
    font-weight: bold;
    color: #222;
}
.new-wk2 a{
	color:#105fca;
}
.new-wk .wk-more{
    float: right;
    width: 96px;
    height: 120px;
    background: url("../images/s-more.png") no-repeat center;
}
.xs-new{
    overflow: hidden;
}
.xs-new li{
    float: left;
    width: 324px;
    height: 200px;

    margin-right: 21.3px;
}
.xs-new li:nth-child(4n){
    margin-right: 0;
}
.xs-new a{
    display: block;
    height: 200px;
    background-color: #fff;

}

.xs-new a:hover{
    background-color: #105fca;
}

.xs-new  a .news_img {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
}
.xs-new .tit{
    padding:20px 30px 10px 30px;
    height: 60px;
    line-height: 30px;
    color: #fff;
    font-size: 18px;
    padding-bottom: 40px;
	position:relative;
	z-index:99;
	bottom:160px;
}
.xs-new .time{
    padding: 0 30px;
    font-size: 16px;
    color: #efefef;
	position:relative;
	z-index:99;
	bottom:180px;
}
.xs-new a:hover .tit{color: #105fca}
.xs-new a:hover .time{color: #fff}

/*zmhd*/
.cyzq-wk2{
    width: 1360px;
margin: 30px auto;
overflow: hidden;
}
.cyzq-wk2 a{
    float: left;
    border-left:5px solid #105fca;
    font-size: 28px;
    color: #222;
    padding-left: 15px;
    font-weight: bold;
}
.hdmenu{
    width: 1360px;
    margin: 25px auto 50px;
    overflow: hidden;
}
.hdmenu li{
    float: left;
    width: 395px;
    height: 90px;
    line-height: 90px;
    margin-right: 80px;
    text-align: center;
    background-color: #f5f8ff;
}
.hdmenu li:last-child{
	float:right;
	margin-right:0px;
}
.hdmenu li  img{
    vertical-align: middle;
    margin-right: 10px;
}
.hdmenu li:nth-child(3n){
    margin-right: 0;
}
.hdmenu li a{
    display: block;
    color: #222;
    font-size: 20px;
}
.hdmenu li:hover img{
    transition: all .5s;
    transform: rotate(360deg);
}
.hdmenu li:hover a{color: #105fca}
.mod3{
    height: 390px;
    background-color: #f5f5f5;

}
.hd-mod{
    width: 1360px;
    margin: 0 auto;
}
.yk-pub-box {
    overflow: hidden;
    padding-top: 30px;
}

.yk-pub-more {
    height: 60px;
    padding-bottom: 40px;
    overflow: hidden;

}

.yk-pub-sub {
    float: right;
    width: 96px;
    height: 60px;
    background: url("../images/s-more.png") no-repeat center;
}
.ck-more{
	background: url("../images/ck-more.png") no-repeat center;
}
.ck-more1{
	background: url("../images/ck-more1.png") no-repeat center;
	position:relative;
	right:-32px;
}
.yk-pub-sub a {
    float: left;
    width: 96px;
    height: 60px;
    line-height: 60px;
    color: #999;
    font-size: 16px;

}

.yk-pub li {
    float: left;
    line-height: 57px;
    height: 57px;
    padding: 0 30px;
    background: url("../images/wk-radius.png") no-repeat right center;

}
.yk-pub li:first-child{
    padding-left: 0;
}
.yk-pub li:last-child {
    background: none;
}

.yk-pub li a {
    height: 57px;
    display: block;
    font-size: 26px;
    color: #222;
    line-height: 57px;
    text-align: left;
}

.yk-pub .on a {
    color: #105fca;
    font-weight: bold;

}

.yk-pub .other a {
    color: #444;
}

.yk-pub-content .current {
    display: block;
}

.yk-pub-content .other {
    display: none;
}

.xs-ft{
    overflow: hidden;
}
.xs-ft li{
    float: left;
    width: 670px;
    height: 200px;
    background-color: #fff;
   margin-right: 20px;
}
.xs-ft li:nth-child(2n){
    margin-right: 0;
}
.xs-ft li a{
    display: block;
}
.fimg{
    float: left;
    width: 345px;
    height: 200px;
    overflow: hidden;
}
.ftxt{
float: left;
    width:325px;
    height: 200px;
}
.fimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.xs-ft .tit{
    padding: 30px;
    height: 60px;
    line-height: 30px;
    padding-bottom: 40px;
font-size: 18px;
    color: #222;
}
.xs-ft .time{
    padding: 0 30px;
    font-size: 16px;
    color: #999;
}
.xs-ft li:hover img{
    transform: scale(1.1);
    transition: all .5s;
}
.xs-ft li:hover .ftxt{
    background-color: #105fca;
}
.xs-ft li:hover .tit{
color: #fff;
}
.xs-ft li:hover .time{
    color: #fff;
}
.hd-xx{
    display: block;
    width: 300px;
    height: 193px;
    background: url("../images/hd-wyxx.png") no-repeat center;
    margin-bottom: 24px;
    overflow: hidden;
}
.hd-cx{
    display: block;
    width: 300px;
    height: 193px;
    background: url("../images/hd-lxxd.png") no-repeat center;
    overflow: hidden;
}
.hd-xx span,.hd-cx span{
    margin-left: 50px;
    color: #373d54;
    font-weight: bold;
    line-height: 180px;
    font-size: 26px;
    border-bottom: 1px solid #105fca;
}
.hd-list-t{
    width: 1015px;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    margin: 0 auto;
}
.hd-list-t a{
    float: left;
    color: #105fca;
    font-size:28px;
    font-weight: bold;
}
.hd-list-t .letter-txt{
    float: right;
    color: #222;
    font-weight: bold;
}
.hd-list-t .letter-txt span{
    color: #ff882a;
    font-style: italic;
    padding: 0 3px;
    font-size: 26px;
}
.xj-listbox{
    width: 1015px;
    height: 360px;
    overflow: hidden;
	margin-top:15px;
}
.xj-tabale{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e7e7e7;
}
.xj-tabale th{
    background-color: #f4f8ff;
    color: #999;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    width: 20%;
    text-align: center;
}
.xj-tabale td{
    height: 49px;
    line-height: 49px;
    color: #131313;
    font-size: 16px;
    width: 20%;
    text-align: center;
}
.xj-tabale i{
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #131313;
    margin-right: 6px;
}.xj-tabale .th1{
     width: 40%;
 }

.xj-tabale .td1{
    width: 90%;
    text-align: left;
}
.xj-tabale td a{color:#222;}
.xj-tabale span{
    display: block;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.xj-tabale .time{
    color: #999;
}
.xj-tabale .bm{
    color: #999;
}
.xj-tabale .result{
    display: inline;
    color: #105fca;
    border: 1px solid #105fca;
    font-size: 16px;

}
/*zw-service*/
.zw-menu{
    width: 1360px;
    margin: 0 auto;
    overflow: hidden;

}
.zw-menu li{
    float: left;
    width: 390px;
    height: 130px;
    background-color: #f5f5f5;
    margin-bottom: 20px;
    margin-left: 20px;
}
.zw-menu li:first-child{
    width: 510px;
    height: 280px;
    overflow: hidden;
    margin-left: 0;

}
.zw-menu li:first-child:hover{
    background: none;
}
.zw-menu li:first-child img{
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.zw-menu li:hover img{
    transform: scale(1.1);
    transition: all ease-in-out .5s;
}
.zw-menu li:nth-child(2n){
    margin-left:50px;
}
.zw-menu li h3{
    color: #222;
    font-size: 18px;
    padding: 25px 25px 5px;
}
.zw-menu li p{
    color: #131313;
    font-size: 18px;
    line-height: 30px;
    padding: 0 25px;
}
.zw-menu li a{
    display: block;
}
.zw-menu li:hover{
    background-color: #105fca;

}
.zw-menu li:hover h3{
    color: #fff;
}
.zw-menu li:hover p{
    color:#fff;
}
.zw-zwdt{
    display: block;
    width: 1360px;
    height: 147px;
    margin: 0 auto;
    overflow: hidden;
	margin-top:30px;
}
.grbs-list {
    padding-top: 20px;
    height: 340px;
    overflow: hidden;


}

.bs-li {
    float: left;
    width: 136px;
    height: 130px;
    text-align: center;
    margin-left: 30px;
    margin-bottom: 40px;
    box-shadow: 0px 0px 25px 0px rgba(222, 237, 255, 1);

}


.bs-li a {
    display: block;
    color: #131313;
    font-size: 18px;
    background-color: #ffffff;
    padding-top: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-decoration: none;
}
.bs-li a span i{font-size:44px;}
.bs-li img{object-fit: cover}

.bs-li a:hover {
    color: #105fca;
}
.bs-li a:hover img{
    transition: all ease-in-out .5s;
    transform: rotate(360deg);
}

.bs-li a span {
    display: block;
    height: 50px;
    line-height: 50px;
}
.bmfw-list {
    padding-top: 20px;
    height: 650px;
    overflow: hidden;
	padding-bottom:30px;
}

.bmfw-list li {
    float: left;
    width: 252px;
    height: 62px;
    text-align: center;
    margin-left: 20px;
    margin-bottom: 20px;
}

.bmfw-list li a {
    display: block;
    color: #000;
    font-size: 18px;
    background-color: #f2f2f2;
    height: 62px;
    line-height: 62px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-decoration: none;
}

.bmfw-list li a:hover {
    color: #fff;
    background-color: #105fca;
}

.TongShux{
    width: 1360px;
    height: 200px;
    background: #f5f5f5;
    margin:0 auto;
    margin-bottom:40px;
    overflow:hidden;
}
.TongShux ul{
    padding-top: 20px;
}
.TongShux ul li{
    float: left;
    width: 50%;
    height: 151px;
}
.TongShux ul.TongShuLi1{
}
.TongShux ul li>span{
    display: block;
    font-size: 18px;
    color: #131313;
    text-align: center;
    line-height: 56px;
}
.TongShux ul li .TongShuDiv{
    float: left;
    width: 23%;
    padding-left: 88px;
}
.TongShux ul li .TongShuDiv em{
    display: block;
    height: 45px;
    font-size: 14px;
    color: #131313;
}
.TongShux ul li .TongShuDiv em i{
    font-size: 28px;
    font-family: "Arial";
}
.TongShux ul li .TongShuDiv span{
    display: block;
    font-size: 14px;
    color: #131313;
    padding-top: 7px;
}
.TongShux ul li.TongShuLi2 .TongShuDiv{
    float: left;
    width: 23%;
    padding-left: 64px;
}
.TongShux ul li.TongShuLi2 .TongShuDiv img{
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
/*zq-zwgk*/
.cyzq-wk3{
    width: 1360px;
    margin: 30px auto;
    overflow: hidden;
}
.cyzq-wk3 a{
    display: block;
    border-left:5px solid #105fca;
    font-size: 28px;
    color: #222;
    padding-left: 15px;
    font-weight: bold;
}
.yk-pub-sub3 {
    float: right;
    width: 96px;
    height: 37px;
    background: url("../images/s-more.png") no-repeat center;
}
.gk-l-box{
    height: 570px;
    background-color: #f5f5f5;
}
.gk-leader{
  width: 1360px;
    margin: 0 auto;
    overflow: hidden;
}

.zcwjk-new{
    display: block;
    width: 346px;
    height: 160px;
    text-indent: 40px;
    line-height: 120px;
    background: url("../images/zdlygk-bj.png") no-repeat center;
    color: #373d54;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 30px;
}
.zfgb-new{
    display: block;
    width: 346px;
    height: 160px;
    text-indent: 40px;
    line-height: 120px;
    background: url("../images/gk-zfgb-bg.png") no-repeat center;
    color: #373d54;
    font-weight: bold;
    font-size: 26px;
}
.zfxxgk-box{
    width: 1360px;
    height: 437px;
    margin: 0 auto;
    margin-bottom: 40px;
    overflow: hidden;
    background: url("../images/zfxxgk-bg.png") no-repeat center;
}
.zfxxgk-menu{
    float: left;
    width: 325px;
}
.zfxxgk-list{
    float: left;
    width: 945px;
    padding: 50px 45px 0;
    overflow: hidden;
}
.zfgk-tt{
    display: block;
    margin: 30px auto;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    overflow: hidden;
}
.gk-list{
    width: 230px;
    margin: 0 auto;
    overflow: hidden;
}
.gk-list li{
height: 50px;
background: url("../images/fs.png") no-repeat left center;
}
.gk-list li a{
    display: block;
    line-height: 49px;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    text-align: left;
    padding-left:40px;

}

.zfxxgk-list li{
    float: left;
    width: 300px;
    height: 66px;
    background-color: #fff;
    box-shadow: 0px 0px 16px 0px rgba(184, 214, 255, 0.4);
    margin-bottom: 24px;
    margin-right: 22px;
}
.zfxxgk-list li:nth-child(3n){
    margin-right: 0;
}
.zfxxgk-list li a{
    display: block;
    border: 1px solid #c4d5f9;
    font-size: 18px;
    color: #222;
    line-height: 66px;
    text-align: center;
}
.zfxxgk-list li a:hover{
    background-color: #105fca;
    color: #fff;
}
.tab-ld-box{
    overflow: hidden;
}

.tab-ld-more{
    float: left;
    width: 185px;
    height: 336px;



}
.tab-ld{
    overflow: hidden;
}
.tab-ld li{
    height: 69px;
    line-height: 69px;
    background: url("../images/ld-other.png") no-repeat left center;
    margin-bottom: 15px;
}
.tab-ld li.on {
    background: url("../images/ld-current.png") no-repeat left center;
}

.tab-ld li a{
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.tab-ld li.on a{
    color: #fff;
}
.tab-ld-content{
    float: left;
    width: 1140px;
    height: 490px;
    margin-top: 40px;
    margin-left: 30px;
    overflow: hidden;
}
.leader-left{
    float:left;
    width: 200px;
    height: 430px;
    margin-top: 30px;
    margin-left: 40px;
    padding-right: 45px;
    border-right: 1px dashed #b7d2e5;
    overflow: hidden;

}
.leader-left img{
    display: block;
    width:160px;height:230px;object-fit: cover;
    margin: 0 auto;
	margin-top:30px;
}
.leader-left span{display:block;text-align:center;}
.leader-left .name{
    font-size: 20px;
    font-weight: bold;
    color: #222;
    margin-top: 10px;
    overflow: hidden;
}
.leader-left .zw{
    font-weight: bold;
    font-size: 18px;
    color: #222222;
    margin-top: 20px;
    overflow: hidden;
}

.leader-right{
    float:right;
    width: 800px;
    height: 490px;
    margin-top: 30px;
    overflow: hidden;

}
.colleague{
    width:812px;
    height: 430px;
    overflow-y: auto;}
.colleague li{
    float:left;
    width:120px;
    height:215px;
    margin-right:10px;
}
.colleague li:nth-child(5n){
    margin-right:0;
}
.colleague span{display:block;font-size:16px;color:#131313;line-height: 24px;
    text-align:center;}
.colleague .name{
    padding-top: 5px;
    color: #131313;
}
.colleague .zw{
    color: #5a5959;
	/**/
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;   /*显示的行数*/
	-webkit-box-orient:vertical;
}
.colleague img{
    display:block;
    height:130px;
    object-fit: cover;
    margin: 0 auto;
}
.zw-ldhd{
    display: block;
    width: 200px;
    height: 58px;
    line-height: 58px;
    margin: 40px auto 0;
    text-align: center;
    color: #222;
    text-indent: 40px;
    font-size: 20px;
    background: url("../images/ldhd-bg.png") no-repeat center;
}
/*zq-zjzq*/
.blk{
    height: 900px;
    background: url("../images/blk-bg1.png") no-repeat center top;
    overflow: hidden;
}
.blk2{
    height: 900px;
    background: url("../images/blk-bg1.png") no-repeat center top;
    overflow: hidden;
}
.blk2{
    height: 262px;
    background: url("../images/blk-bg2.png") no-repeat center top;
    overflow: hidden;
}
.blk4{
    height: 680px;
    background: url("../images/blk-bg4.png") no-repeat center top;
    overflow: hidden;
}
.blk5{
    height: 600px;
	background-color:#ebeef3;
    overflow: hidden;

}
.zzjj{
    width: 1416px;
    height:610px;
    background: url("../images/zqjj-bg.png") no-repeat center;
    margin: 275px auto 0;
    overflow: hidden;
}
.jj-box{
    float: left;
    width: 580px;
    height: 470px;
    padding-top: 30px;
    padding-left: 100px;
}
.gk-box{
    float: right;
    width: 690px;
    height:552px;
    background-color: #f5f5f5;
    margin-top: 30px;
    margin-right: 28px;
    overflow: hidden;
}
.jj-img {
    display: block;
    width: 155px;
    height: 52px;
    margin-bottom: 50px;
    overflow: hidden;
}
.a-more{
    display: block;
    width: 220px;
    height: 50px;
    border-top-right-radius: 20px;
    border: 1px solid #105fca;
    background: url("../images/s-more1.png") no-repeat center;
    margin-top: 30px;

    overflow: hidden;
}
.a-more2{
	float:right;
}
.mlwy-p{
	clear:both;
    text-indent: 2em;
    padding-right: 10px;
    color: #555;
    font-size: 18px;
    line-height: 38px;
	
}
.wygk-img{
	float:left;
	padding-top: 40px;
    padding-right: 60px;
    overflow: hidden;
    padding-bottom: 25px;
}
.gk-img{
    float: right;
    padding-top: 40px;
    padding-right: 60px;
    overflow: hidden;
    padding-bottom: 25px;
}
.gk-video{
    display: block;
    width: 630px;
    height: 340px;
}
.gk-menu{
    width: 1100px;
    height: 100px;
    padding: 80px 0;
    margin: 0 auto;
    overflow: hidden;
}
.gk-menu li{
float: left;
width:130px;
    margin-right: 190px;
}
.gk-menu li:first-child{
	display:none;
}
.gk-menu li a{
    display: block;
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.gk-menu li a span{
    padding-top: 10px;
    display: block;
}
.gk-menu li img{
    display: block;
    margin: 0 auto;
}
.gk-menu li a:hover img{
    transform: scale(1.1);
    transition: all 0.3s ease-in-out 0s;
}

.gk-menu li:nth-child(5n){
margin-right: 0;
}
.zq-cyfz{
    width: 1360px;
    height: 600px;
    margin: 80px auto 0;
    overflow: hidden;
}
.cyfz-list{
    float: left;
    width: 710px;
    overflow: hidden;
}

.cyfz-list li{
    float: left;
    width: 340px;
    height: 220px;
    border-top-left-radius:40px;
    border-bottom-right-radius: 40px;
    margin-right: 30px;
    margin-bottom: 30px;
}
.cyfz-list li:nth-child(2n){margin-right: 0}
.cyfz-list li a{
	display: block;
    height: 220px;
    position: relative;
}
.cyfz-list li a img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.cyfz-list li a h4{
    display: block;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 0px 10px 10px 10px;
    font-weight: bold;
    font-size: 1.25em;
    color: #fff;
    text-align: center;
    transition: all 0.5s ease;
}
.cyfz-list li a small{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 32;
    width: 74%; padding-bottom: 74%; opacity: 0; transition: all 0.5s ease;}
.cyfz-list li a h4{
	display: block;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 0 10px;
    font-weight: bold;
    font-size: 1.25em;
    color: #fff;
    text-align: center;
    transition: all 0.5s ease;
	
}
/*.cyfz-list li a small:before,
.cyfz-list li a small:after{content: ""; position: absolute; width: 50%; height: 50%; }
.cyfz-list li a small:before{background: url(../images/circle1.png) no-repeat center; animation: circle 5s linear infinite;}
.cyfz-list li a small:after{ background: url(../images/circle2.png) no-repeat center; animation: circle2 5s linear infinite;}
.cyfz-list  li:hover a h4{border-bottom: 1px solid #fff;}
.cyfz-list  li:hover a small{ opacity: 1;}
.cyfz-list  li:hover a:after{ height: 102px; background: rgba(14,71,173,0.75); }
.cyfz-list  li a:after{  width:80%; margin:0 auto; vertical-align:justify;
    border-radius: 30px;content: ''; position: absolute; left: 0; right: 0; bottom: 50px; height: 102px; background-image: radial-gradient(#066efa, #2060d1 75%); z-index: 1; opacity: .75; transition: all 0.5s ease;border-bottom: 1px solid #fff;}*/
	
.cyfz-list li a small{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 32;
    width: 74%; padding-bottom: 74%; opacity: 0; transition: all 0.5s ease;}
.cyfz-list li a small:before,
.cyfz-list li a small:after{content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0;}
.cyfz-list li a small:before{background: url(../images/circle1.png) no-repeat center; animation: circle 5s linear infinite;}
.cyfz-list li a small:after{ background: url(../images/circle2.png) no-repeat center; animation: circle2 5s linear infinite;}
.cyfz-list  li:hover a h4{bottom: 50%; transform: translateY(50%); padding-top: 0; padding-bottom: 0; background: none;}
.cyfz-list  li:hover a small{ opacity: 1;}
.cyfz-list  li:hover a:after{ height: 100%; background: rgba(14,71,173,0.43);}
.cyfz-list  li a:after{    border-top-left-radius:40px;
    border-bottom-right-radius: 40px;content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 102px; background-image: linear-gradient(transparent, #2060d1 80%); z-index: 1; opacity: .8; transition: all 0.5s ease;}
.cyfz-list  li:nth-child(2) a:after{
	border-top-left-radius:0px;
	border-bottom-right-radius: 0px;
	border-top-right-radius:40px;
	border-bottom-left-radius: 40px;
}
.cyfz-list  li:nth-child(4) a:after{
	border-top-left-radius:0px;
	border-bottom-right-radius: 0px;
	border-top-right-radius:40px;
	border-bottom-left-radius: 40px;
}
@keyframes circle2 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes circle {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-360deg);
    }
}
.cyfz-jj{
    float: right;
    width: 610px;

}
.lj-a{
    overflow: hidden;
}
.lj-a img{
    float: right;
}
.cs-list2 .cyjj-list{
   margin-top: 30px;
   clear:both;
   width:92%;
   margin:0 auto;
}
.cyjj-list li{
	padding-left:10px;
}
.cyjj-list li span{
	padding-right:30px;
}
.cs-list2 .cyjj-list1{
	background:url("../images/cyjj-list-icon.png") no-repeat left center;
	padding-left:30px;
}
.cs-list2 .snfw-list{
	background:none;
	height:98px;
}
.cs-list2 .snfw-list:first-child{
	margin-top:30px;
}
.fq-box{
    width: 1360px;
    height: 300px;
    margin: 200px auto 0;
    position: relative;
    overflow: hidden;
}
.zjks-ksgl-accordion{position: absolute; bottom: 0; left: 0; right: 0; height: 300px; overflow: hidden;}
.zjks-ksgl-accordion .item{position: relative; height: 100%; float: left; width: 8%;}
.zjks-ksgl-accordion .tit{position: absolute; left: 0; top: 0; bottom: 0;  width: 100%; max-width: 128px; z-index: 10; box-sizing: border-box; transition: .3s;}
.zjks-ksgl-accordion .tit h2{font-size: 1em; height: 100%; overflow: hidden;}
.zjks-ksgl-accordion .tit h2 a{display: block; position: relative; height: 100%; overflow: hidden; color: #004984;font-weight: bold;}
.zjks-ksgl-accordion .tit h2 a:before{content: ''; display: block; margin: 50px auto 15px; width: 73px; height: 73px; background: url(../images/yx1.png) no-repeat center;}
.zjks-ksgl-accordion .tit h2 strong{display: block; text-align: center; line-height: 26px; font-size:22px;}
.zjks-ksgl-accordion .item{border:#fff  1px solid;transition:all 0.5s ease-in-out 0s; box-sizing: border-box; background:rgba(255,255,255,0.7);}
.zjks-ksgl-accordion .item1 .tit h2{color:#fff; background:#6aa6ff;}
.zjks-ksgl-accordion .item1 .tit h2 a{color:#fff;}
.zjks-ksgl-accordion .item2{border-color: #b0d5e9;}
.zjks-ksgl-accordion .item2 .tit h2 a:before{ background: url(../images/yx2.png) no-repeat center;}
.zjks-ksgl-accordion .item2 .tit h2{background: #d7eef9;}
.zjks-ksgl-accordion .item2 .tit h2 a{color: #368bdd;}
.zjks-ksgl-accordion .item3{border-color: #e1d2b7;}
.zjks-ksgl-accordion .item3 h2 a:before{ background: url(../images/yx3.png) no-repeat center;}
.zjks-ksgl-accordion .item3 .tit h2{background: #f9edda;}
.zjks-ksgl-accordion .item3 h2 a{color: #f1901c;}
.zjks-ksgl-accordion .item4{border-color: #a4d1c2;}
.zjks-ksgl-accordion .item4 .tit h2 a:before{ background: url(../images/yx4.png) no-repeat center;}
.zjks-ksgl-accordion .item4 .tit h2{background: #f8ecec;}
.zjks-ksgl-accordion .item4 .tit h2 a{color:#e14076; }
.zjks-ksgl-accordion .item5 .tit h2 a:before{ background: url(../images/yx5.png) no-repeat center;}
.zjks-ksgl-accordion .item5 .tit h2{background: #ddf5e9;}
.zjks-ksgl-accordion .item5 .tit h2 a{color:#05ae45; }
.zjks-ksgl-accordion .item6 .tit h2 a:before{ background: url(../images/yx6.png) no-repeat center;}
.zjks-ksgl-accordion .item6 .tit h2{background: #ffd6bf;}
.zjks-ksgl-accordion .item6 .tit h2 a{color:#ff7121; }
.zjks-ksgl-accordion .item.active{width: 60%;}
.zjks-ksgl-accordion .item.active .tit{width: 128px;}
.zjks-ksgl-accordion .item.active .cont{opacity: 1;}
.zjks-ksgl-accordion .cont{margin-left: 128px; padding: 0 30px;  height: 100%; box-sizing: border-box; opacity: 0; transition: .3s; overflow: hidden;}
.zjks-ksgl-accordion .memo{ max-height: 220px; overflow: hidden; margin-bottom: 20px; }
.zjks-ksgl-accordion .detail a{display: block; width: 134px; height: 40px; background: url(../images/s-more.png) no-repeat center; border-radius: 4px; line-height: 40px; text-align: center; color: #fff;}

/*yxzqbox*/
.yxzqbox{
    width: 1360px;
    height: 640px;
    margin: 75px  auto 0;
    overflow: hidden;
}
.yxzq-a{
    height: 110px;
    overflow: hidden;
}
.yxzq-a a {
    float: right;
}
.yx-list{
    overflow: hidden;
}
.yx-one{
    float: left;
    width: 625px;
    height: 530px;
}
.yx-other{
    float: right;
    width: 700px;
    height: 530px;
    padding-top: 50px;
    overflow: hidden;

}
.yx-one  a{
    height: 530px;
    display: block;
    position: relative;

}
.yx-img{
    width: 625px;
    height: 410px;
    overflow: hidden;
    border-top-left-radius: 60px;
}
.yx-img img{
    display: block;
    width: 100%;
    height: 100%;
    border-top-left-radius: 60px;
}
.yx-one:hover img{
    transform: scale(1.1);
    transition: all .5s;
}
.yx-txt{
    width: 530px;
    height: 175px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left:55px;

}
.yx-txt p{
    height: 110px;
    line-height: 110px;
    color: #222;
    font-size: 22px;
    padding-left: 40px;
    font-weight: bold;
}
.yx-txt span{
    display: block;
    height: 19px;
    background: url("../images/s-more.png") no-repeat 40px center;

}
.yx-other a{
    float: left;
    width: 330px;
    height: 220px;
    overflow: hidden;
    position: relative;
    margin-right: 40px;
    margin-bottom: 40px;

}
.yx-other a:nth-child(2n){
    margin-right: 0;
}
.yx-other a img{
    width: 330px;
    height: 220px;
}
.yx-other a:hover img{
    transform: scale(1.1);
    transition: all .5s;
}
.yx-other a span{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height:60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    background: rgba(0,0,0,.4);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.yx-other a:hover span{
    height: 100%;
    line-height: 220px;
    transition: all  .6s;
}

.loadBtn2{
float: left;
    cursor: pointer;
    color: #333;
    background: url(../images/xy_tyxl_icon3.png) no-repeat left center;
    margin-left: 11px;
    padding-left: 23px;
}
	.next-share-main .close-share-main .right .close a{
    padding-right: 0 !important;
	}
	.next-share-main .close-share-main .right .close img{
margin-right: 4px;
}
.gb-pdf{
    text-align: center;
    border-top: 1px solid #e1e1e1;
    margin-top: 20px;
    overflow: hidden;
    padding-top: 50px;}

.yw-jd{
color: #fff !important;
    background-color: #cb1b06;
    margin-left: 8px;
    padding: 0 10px;
    border-radius: 15px;
    border-top-right-radius: 0;    white-space: nowrap;}
.teshu{line-height:48px;}
.zq-new-xlist{    position: absolute;
    bottom: 0;overflow:hidden;}
.zq-new-xlist li{float:left;height:74px;width:193px;background:url(../images/new-bgtp.png) no-repeat center;margin-left:23px;}
.zq-new-xlist li a{display:block;color:#222;font-size:22px;text-align:center;line-height:74px;}
.zq-new-xlist li img{width:26px;height:26px;vertical-align: middle;margin-right: 10px;margin-top: -3px;}
.zq-new-xlist li:first-child{margin-left:0;}
.zq-new-xlist li a:hover{color:#105fca;}
.zq-new-xlist li a:hover img{transform: rotate(360deg);
    transition: transform 0.7s ease-out;
}