@charset "utf-8";
/* CSS Document*/
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    background: #ffffff;
    font-family: "Microsoft Yahei", 宋体, sans-serif;
}
.no_scroll{overflow:hidden}


#browser-modal{width:100%;height:100%;top:0;left:0;text-align:center;color:#303233;position:fixed;z-index:9990009;}
#browser-modal .browser-modal-cover{position:fixed;left:0;top:0;height:100%;width:100%;background-color:#111;opacity:.9;filter:alpha(opacity=90);z-index:-1}
#browser-modal .browser-content{width:700px;margin-top:120px;margin-left:auto;margin-right:auto;padding-bottom:80px;padding-top:50px;background-color:#fff;border-radius:5px}
#browser-modal .browser-content .browser-dpc-logo img{height:42px;margin:45px auto 40px}
#browser-modal .browser-content .browser-text-title{text-transform:uppercase;font-size:24px}
#browser-modal .browser-content .browser-text-desc{margin-top:30px;margin-bottom:20px;font-size:14px}
#browser-modal .browser-content .browser-list{width:600px;margin:20px auto;height:130px}
#browser-modal .browser-content .browser-item{float:left;width:150px;padding-top:20px;padding-bottom:20px;margin-left:auto;margin-right:auto}
#browser-modal .browser-content .browser-item .iconfont{width:100px;height:100px;margin:0 auto;font-size:80px;line-height:80px;margin-bottom:10px}
#browser-modal .browser-content .browser-item .iconchrome{background:url(../images/bro.png) no-repeat 0 0}
#browser-modal .browser-content .browser-item .iconfirefox{background:url(../images/bro.png) no-repeat 0 -100px}
#browser-modal .browser-content .browser-item .iconopera{background:url(../images/bro.png) no-repeat 0 -200px}
#browser-modal .browser-content .browser-item .iconEdge{background:url(../images/bro.png) no-repeat 0 -300px}
#browser-modal .browser-content .browser-item a{cursor:pointer;display:block}
#browser-modal .browser-content .browser-item a img{display:block;margin:0 auto;max-width:100px;width:100px;height:100px}
#browser-modal .browser-content .browser-item a h4{text-align:center;margin-top:20px;font-size:18px;font-weight:700}


ul,li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font-weight: normal
}
img {
    border: 0;
}
a {
    text-decoration: none;
    color: #666666;
}
a:hover {
    text-decoration: none;
    color: #1f509c;
    transition: all 0.6s;
}
.fl {
    float: left !important;
}
.fr {
    float: right !important;
}
.clearboth {
    clear: both;
    border: 0;
    padding: 0;
    margin: 0;
}
.w1200 {
    max-width:90%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.relative {
    position: relative;
}
.imghover {
    cursor: pointer;
    transition: all 0.6s;
}
.imghover:hover {
    transform: scale(1.2);
}
/*header*/
.header {
    width: 100%;
    height: 167px;
    background: url("../images/top_bg.jpg") center;
    position: relative;
}
.top_link {
    color: #aab0c1;
    font-size: 14px;
    line-height: 30px;
    margin: 20px 0 0 0;
    width: 240px;
}
.top_link a {
    color: #aab0c1;
    font-size: 14px;
    line-height: 30px;
    padding: 0 5px;
}
.logo {
    width: 586px;
    text-align: center;
    margin: 0 auto 0 auto;
    padding: 15px 0 0 0;
    display: block;
    height: 76px;
    position: relative;
}
/*search*/
.i-search {
    width: 255px;
    height: 34px;
    overflow: hidden;
    position: relative;
    margin: 20px 0 0 18px;
    /* background: #ffffff; */
    border-radius: 0px;
    border-bottom: #c2c9d9 1px solid;
}
.i-search .search-txt {
    width: 190px;
    padding-left: 10px;
    height: 34px;
    line-height: 34px;
    color: #c2c9d9;
    border: none;
    background: none;
    outline: none
}
.search-btn {
    width: 50px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    border: none;
    background: url("../images/btn_search.png") center no-repeat;
    cursor: pointer;
    outline: none;
}

.t_search,.menu{
    position: absolute;
    right: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
}
/*nav*/
.i-nav {
    width: 100%;
    /* height: 50px; */
    margin: 26px auto 0 auto;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.nav {
    padding: 0 20px;
    /* height: 50px; */
    line-height: 50px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 90%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 0;
}
.nav a {
    color: #fff;
}
.nav .nLi {
    /* float: left; */
    position: relative;
    /* display: inline; */
    text-align: center;
    width: 14.2857%;
    display: inline-block;
}
.nav .nLi h3 {
    position: relative;
}
.nav .nLi h3 a {
    display: block;
    /* padding: 0 82px; */
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    background:url("../images/nav_bgline.png") bottom repeat-x;
    font-family: 华文中宋;
}
.nav .sub {
    display: none;
    min-width: 100%;
    left: 0;
    top: 50px;
    position: absolute;
    background: #000000;
    line-height: 36px;
    padding: 0;
    opacity: 0.7;
}
.nav .sub li {
    zoom: 1;
    border-bottom: #1f1f1f 1px solid;
    text-align: center;
}
.nav .sub a {
    display: block;
    padding: 0 10px;
    font-size: 14px;
}
.nav .sub a:hover {
    color: #fff;
    background:#005293;
}
.nav .on h3 a {
    color: #ffffff;
    background:url("../images/nav_bglinehover.png") bottom repeat-x;
}

.bck{position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.6);z-index:3}

/*banner*/
.ibanner {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.ibanner .hd {
    /* height: 15px; */
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    z-index: 1;
    text-align: center;
}
.ibanner .hd ul {
    overflow: hidden;
    zoom: 1;
    /* float: left; */
}
.ibanner .hd ul li {
    display: inline-block;
    margin-right: 10px;
    width: 50px;
    height: 7px;
    line-height: 7px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    opacity: 0.8;
}
.ibanner .hd ul li.on {
    background: #005293;
    opacity: 1;
    color: #fff;
}
.ibanner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.ibanner .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative
}
.ibanner .bd li h1 {
    position: absolute;
    bottom: 40px;
    left: 20%;
    background: url("../images/tt_bg.png");
    font-size: 24px;
    color: #ffffff;
    padding: 10px 20px;
}
.ibanner .bd img {
    width: 100%;
    display: block;
}
.ibanner .prev,
.ibanner .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -40px;
    display: block;
    width: 45px;
    height: 80px;
    background: url(../images/slider-arrow.png) -120px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.ibanner .next {
    left: auto;
    right: 3%;
    background-position: -2px 5px;
    width: 45px;
    height: 80px;
}
.ibanner .prev:hover,
.ibanner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.ibanner .prevStop {
    display: none;
}
.ibanner .nextStop {
    display: none;
}
/*imain*/
.news_box {
    margin: 0 auto 40px auto;
    height: auto;
    overflow: hidden;
    padding: 10px 0 0
}
.news_wrap{float:left;width: calc(69.666666% - 30px);}
.i-title {
    height: 50px;
    line-height:50px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto 30px auto;
    padding: 16px 0 5px 0;
    border-bottom: #e5e5e5 1px solid;
}
.i-title h2 {
    font-size: 24px;
    font-weight: bold;
    color: #005293;
    display: block;
    float: left;
    padding: 0;
    font-family: 华文中宋;中宋
}
.i-title h2 span {
    color: #999999;
    font-size: 14px;
    line-height: 34px;
    font-weight: normal;
    font-style:italic
}
.i-title a {
    display:block;
    font-size:12px;
    float:right;
    color:#9a9a9a;
    font-weight: bold;
    padding: 0 10px 0 10px
}
.i-title a:hover {
    color:#330000;
}
.news_box_left {
    width: 44%;
    float: left;
    /* margin-right: 34px; */
    position: relative;
}
.tj_img {
    /* width: 478px; */
    /* height: 280px; */
    overflow: hidden;
    position: relative;
    padding-top: 282px;
}
.tj_img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.tj_title {
    padding: 15px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    background: rgba(0,0,0,.5);
}
.tj_title a {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}
.tj_title a:hover {
    color: #cc3300;
}
.tj_time {
    color: #333;
    font-size: 14px;
    line-height: 30px;
    margin: 8px 0;
}
.tj_zy a {
    color: #333;
    font-size: 16px;
    line-height: 27px;
}
.news_box_right {
    float: right;
    width: 54%;
    height: auto;
    overflow: hidden;
}
.top_title {
    /* margin: 0 0 10px 0 */
}
.top_title a {
    color: #333;
    font-size: 20px;
    line-height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    display: block;
}
.top_title a:hover {
    color: #cc3300;
}
.top_time {
    color: #333;
    font-size: 14px;
    line-height: 30px;
    margin: 6px 0;
}
.top_zy a {
    color: #333;
    font-size: 16px;
    line-height: 27px;
}
.top_zy {
    color: #686868;
    font-size: 14px;
    line-height: 27px;
    border-bottom: #dcdcdc 1px dashed;
    padding: 0 0 23px 0;
}
.n_list {
    height: auto;
    padding: 0 0 0 0 !important;
    position: relative;
}
.guide_wrap .n_list{margin:-10px 0 0}
.n_list li {
    width: 100%;
    height: 42px;
    line-height: 42px;
    display: block;
    color: #999999;
    font-size: 16px;
}
.n_list li a {
    font-size: 18px;
    color: #333333;
    background: url("../images/ico_001.png") left center no-repeat;
    padding-left: 15px;
    float: left;
    width: calc(100% - 120px);
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.n_list li a:hover {
    color: #1f509c;
}
.n_list li .date {
    float: right;
    font-size: 15px;
    color: #999999;
}
.n_list li i {
    font-style: normal;
    color: #ff9900
}
/*i-tzgg*/
.i-tzgg,.i-wyfc {
    width:100%;
    /* height:415px; */
    background: url("../images/tzgg_bg.jpg") 50% 0 no-repeat #ffffff;
    background-size:cover;
    padding: 24px 0 50px;
    overflow: hidden;
}
.tz_box_nr {
    /* width: 1300px; */
    /* margin: 0 0 -38px; */
    height: auto;
    overflow: hidden;
    /* padding: 30px 0 0 0; */
}
.tz_list {
    /* width: calc(50% - 30px); */
    height: auto;
    overflow: hidden;
    margin: 0 0 20px;
    /* float: left; */
}
.tz_list .tz_date {
    font-size: 16px;
    color: #ffffff;
    background: #4d78b9;
    display: block;
    width: 80px;
    height: 82px;
    text-align: center;
    float: left;
    opacity: 0.9;
}
.tz_list .tz_date span {
    font-size: 28px;
    color: #ffffff;
    width: 100%;
    text-align: center;
    display: block;
    height: 38px;
    line-height: 38px;
    margin: 7px 0 0 0;
}
.tz_list .tz_txt {
    float: right;
    width: calc(100% - 100px);
    /* height: 90px; */
    overflow: hidden;
    padding: 0 0 0 0;
    margin: -3px 0 0;
}
.tz_list .tz_txt h1 {
    color: #242424;
    font-size: 18px;
    line-height: 28px;
    height: 82px;
}
.tz_list .tz_txt h1 a {
    color: #242424;
    overflow: hidden;
    text-overflow:ellipsis;
    /* white-space:nowrap; */
    display: block;
}
.tz_list .tz_txt p {
    font-size: 15px;
    line-height: 22px;
    color: #6b6969;
    margin: 0;
    padding: 0;
    margin: 8px 0 0;
}
.tz_list .tz_txt p a {
    color: #333;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    text-overflow:ellipsis;
    overflow:hidden;
    -webkit-line-clamp: 2;
}
.tz_txt:hover h1 a {
    color: #005293;
}
.tz_list:hover .tz_date {
    opacity: 1;
}
.tz_list:hover p a {
    color: #005293
}
/*i-xsgz*/
.i-xsgz {
    width:100%;
    height: auto;
    overflow:hidden;
    margin: 20px auto 0 auto;
}
.i-xsgz-left {
    width:580px;
    float: left;
    height: auto;
    overflow:hidden;
}
.i-xsgz-right {
    width:580px;
    float: right;
    height: auto;
    overflow:hidden;
}
.tpwz_list {
    width: 580px;
    height: 126px;
    overflow: hidden;
    margin: 0 0 7px 0;
}
.tpwz_list .imgqy {
    width: 180px;
    height: 120px;
    overflow: hidden;
    float: left;
}
.tpwz_list img {
    width: 180px;
    height: 120px;
    padding: 0;
    border: #dfdfdf 1px solid;
    margin-right: 15px
}
.tpwz_list .tpwz_txt {
    float: right;
    width: 370px;
    height: 124px;
    overflow: hidden;
    padding: 0 0 0 0;
}
.tpwz_list .tpwz_txt h1 {
    color: #242424;
    font-size: 18px;
    line-height: 30px;
}
.tpwz_list .tpwz_txt h1 a {
    color: #242424;
}
.tpwz_list .tpwz_txt p {
    font-size: 13px;
    line-height: 30px;
    color: #494949;
    margin:5px 0;
    padding: 0;
}
.tpwz_list .tpwz_txt p a {
    color: #494949
}
.tpwz_txt:hover h1 a {
    color: #cc0000;
}

.i-wyfc{overflow:hidden;padding: 20px 0 0}
.notice_wrap{float: right;width: calc(30.333333% - 20px);}
.guide_wrap{float: right;width: calc(33.333333% - 30px);}
.style_wrap{/* float:right; *//* width: calc(66.66% - 10px); */}
.style_wrap .prev,.style_wrap .next{position:absolute;/* background:rgba(0,0,0,.5); */width: 36px;height: 60px;top: 50%;margin-top: -40px;z-index:99;}
.style_wrap .prev{left:0;background:url(../images/prev.png) 50% no-repeat}
.style_wrap .next{right:0;background:url(../images/next.png) 50% no-repeat}
/*i-wyfc*/
.style_wrap .i-wyfc-box {
    /* width:1200px; */
    overflow:hidden;
    position:relative;
    margin: 0 0 60px;
}
.i-wyfc-box .hd {
    overflow:hidden;
    height:30px;
    background:#f4f4f4;
    padding:0 10px;
}
.i-wyfc-box .hd .next {
    background-position:0 -50px;
}
.i-wyfc-box .hd .prevStop {
    background-position:-60px 0;
}
.i-wyfc-box .hd .nextStop {
    background-position:-60px -50px;
}
.i-wyfc-box .hd ul {
    float:right;
    overflow:hidden;
    zoom:1;
    margin-top:10px;
    zoom:1;
}
.i-wyfc-box .hd ul li {
    float:left;
    width:9px;
    height:9px;
    overflow:hidden;
    margin-right:5px;
    text-indent:-999px;
    cursor:pointer;
}
.i-wyfc-box .hd ul li.on {
    background-position:0 0;
}
.i-wyfc-box .bd {
    padding:0;margin:0 -18px
}
.i-wyfc-box .bd .tempWrap,.i-wyfc-box .bd .tempWrap ul {
    /* width: 1200px !important; */
    min-width: 100%;
}
.i-wyfc-box .bd ul {
    overflow:hidden;
    zoom:1
}
.i-wyfc-box .bd ul li {
    width: calc(25% - 36px);
    margin:0 18px 0;
    float:left;
    _display:inline;
    overflow:hidden;
    text-align:center;
    position: relative;
}
.i-wyfc-box .bd ul li .pic {
    text-align:center;
    /* width:286px; */
    /* height:204px; */
    overflow: hidden;
    position: relative;
    padding-top: 71.2%;
}
.i-wyfc-box .bd ul li .pic a{
    width: 100%;
    height: 100%;
    display:block;
    padding:0;
    position: absolute;
    top: 0;
    left: 0;
    }
.i-wyfc-box .bd ul li .pic img {
    width: 100%;
    height: 100%;
}
.i-wyfc-box .bd ul li .pic a:hover img {
    border-color:#999;
}
.i-wyfc-box .bd ul li .title {
    position: absolute;
    bottom: 0;
    z-index: 99;
    background:url("../images/tt_bg.png");
    font-size: 16px;
    color: #ffffff;
    line-height: 46px;
    text-align: center;
    display: block;
    width: 100%;
}
.i-wyfc-box .bd ul li .title a {
    color: #ffffff;
}
/*listbanner*/
.list_banner {
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.list_banner img {
    width: 100%;
}
.this_map {
    background: #e5e5e5;
    height: 48px;
    position: relative;
    width: 100%;
}
.this_map .w1200{max-width: 1200px;}
.this_name {
    float: left;
    width: 240px;
    height: 54px;
    position: absolute;
    top: -45px;
    background: #005293;
    padding: 20px 0;
}
.this_name h1 {
    font-size: 30px;
    color: #ffffff;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.this_name span {
    font-size: 14px;
    color: #d8dfd8;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.this_dqwz {
    float: right;
    width: calc(100% - 280px);
    text-align: right;
    color: #555555;
    font-size: 14px;
    line-height: 48px;
}
.this_dqwz h2 {
    display: block;
    float: left;
    line-height: 48px;
    font-weight: bold;
    color: #005293;
    font-size: 20px;
}
.this_dqwz .ico_home {
    margin: 0 5px;
}
/*list_main*/
.list_main {
    max-width: 1200px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}
.list_main_left {
    width: 240px;
    float: left;
}
.list_main_right {
    width: calc(100% - 280px);
    float: right;
    padding: 10px 0;
}
.list_sub {
    width: 100%;
    min-height: 300px;
    background: url("../images/list_subj.png") bottom right no-repeat #e5e5e5;
    padding: 20px 0;
    overflow: hidden;
    margin-bottom: 50px;
}
.list_sub li {
    width: 100%;
    padding: 5px 0 5px 20px;
}
.list_sub li a {
    display: block;
    height: 44px;
    line-height: 44px;
    width: 100%;
    padding: 0 0 0 15px;
    font-size: 16px;
}
.list_sub li a:hover {
    background: #ffffff;
    border-left: #b7b7b7 2px solid;
    color: #555555;
    font-weight: bold;
}
.list_sub .on_here {
    background: #ffffff;
    border-left: #005293 2px solid;
    color: #005293;
    font-weight: bold;
}
/*list_box*/
.list_box {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0 50px;
    width: 100%;
}
.list_box li {
    line-height: 46px;
    height: 50px;
    font-size: 16px;
    color: #999999;
    text-align: right;
    padding: 0;
    background: url("../images/dxhx.png") bottom repeat-x;
}
.list_box li a {
    color: #4a4a4a;
    float: left;
    padding-left: 15px;
    background: url("../images/ico_001.png") left center no-repeat;
    width: calc(100% - 140px);
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    text-align: left;
}
.list_box li:hover {
    background: #f8f8f8;
    color: #cc3300;
}
.list_box li a:hover {
    background: url("../images/ico_001.png") left center no-repeat;
    color: #cc3300;
}
.list-fy {
    text-align: center;
    margin: 0 auto 40px auto;
    min-height: 40px;
}
/*piclist*/
.pic-list {
    /* width: 960px; */
    overflow: hidden;
    height: auto;
    margin: 20px auto;
    margin-right: -34px;
}
.pic-list ul {
    /* width: 1000px; */
    margin: 0 auto;
    padding: 0;
}
.pic-list li {
    width: calc(33.333333% - 34px);
    margin-right: 34px;
    float: left;
    margin-bottom: 0;
}
.pic-list li img {
    width: calc(100% - 12px);
    height: 190px;
    border: #efefef 1px solid;
    padding: 5px;
}
.pic-list li img:hover {
    border: #ccc 1px solid;
    padding: 5px;
}
.pic-list li a {display: block;}
.pic-list li a:hover {
    color: #000;
}
.pic-list li span {
    text-align: center;
    width: 100%;
    line-height: 40px;
    color: #666;
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
/*content*/
.c-content {
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 30px auto 40px auto;
    padding: 0 20px;
}
.c-content .c-title {
    font-size: 30px;
    color: #005293;
    line-height: 30px;
    text-align: center;
}
.c-content .other-s {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #666666;
    background: #f5f5f5;
    padding: 8px 10px;
    margin: 20px auto 30px;
    position: relative;
}
.c-content .other-s .sjfx {
    position: absolute;
    right: 10px;
    top: 10px;
}
.c-content .nr-info {
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: left
}
.c-content .nr-info p {
    font-size: 16px;
    color: #666;
    line-height: 34px;
    margin: 15px 0;
    text-indent: 2em;
    text-align: left
}
.wz_fj {
}
.wz_fj p {
    line-height: 36px;
    color: #0d8100;
    font-size: 16px;
    background: url("../images/ico_fj2.png") left center no-repeat;
    padding: 0 0 0 20px
}
.wz_fj a {
    line-height: 36px;
    font-size: 16px;
}
.wzclose-relative {
    text-align: center;
    margin-top: 30px;
}
.wzclose-relative span {
    margin: 0 15px;
}
.i-sxt {
    border-top: #d9d9d9 1px solid;
    margin: 20px auto;
    padding: 20px 0;
    position: relative;
}
.i-sxt p {
    display: block;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
.i-sxt a {
    color: #555555;
    font-size: 14px;
    line-height: 30px;
}
.i-sxt a:hover {
    color: #005293;
}
/**/
/*c-content*/
.icontent {
    /* width: 1200px; */
    border: #e5e5e5 1px solid;
    padding:0 40px;
    background: #fcfcfc;
    overflow: hidden;
    margin: 15px auto;
}
.icontent .lm_name {
    height: 70px;
    line-height: 70px;
    border-bottom: #cccccc 1px solid
}
.icontent .lm_name h2 {
    float: left;
    width: 130px;
    text-align: center;
    height: 69px;
    font-size: 24px;
    color: #005293;
    font-weight: bold;
    border-bottom: #005293 3px solid;
}
.icontent .lm_name span {
    float: right;
    color: #666666;
    font-size: 12px;
}
.icontent .lm_name span a {
    color: #666666;
}
.wafx {
    padding: 0;
    position: absolute;
    right: 0;
    top:40px;
}
/*end*/
.end {
    background: url("../images/end_bg.jpg") center no-repeat #385f9a;
    background-size:cover;
    width: 100%;
    /* height:314px; */
    padding-bottom: 30px;
}
.end_left {
    width: 1180px;
    float: left;
    max-width: 80%;
}
.end_right {
    /* width: 240px; */
    float: right;
}
.i-yqlj {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.i-yqlj a {
    display: block;
    width: 20%;
    float: left;
    color: #ffffff;
    line-height: 40px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.i-yqlj a:hover {
    color: #aebed5;
}
.copright {
    border-top: #0e4a79 1px solid;
    margin-top: 20px;
    padding: 20px 0 0 0;
}
.copright p {
    color: #ffffff;
    line-height: 36px;
    margin:0;
}
.copright p a{ color: #ffffff;
}
.copright p span{display:inline-block}
.wx_sm {
    width: 100%;
    text-align: center;
    margin-top: 70px;
}
.wx_sm span {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
}

@media (max-width:1240px){
    .w1200,.nav,.list_main{max-width:none;padding-left:15px;padding-right:15px}

    .logo{width:auto;margin:0;padding: 0;height: auto;text-align: left;}
    .logo a{display: inline-block;padding: 20px 0;}
    .logo img{max-height:60px}

    .i-search{margin-top: 40px;}

    .i-nav{margin-top:0}

    .header{background:none;height: auto;}
    .nav{background:#015294}

    .top_link{float: none !important;margin: 0;width: auto;text-align: right;line-height: 36px;position: absolute;top: 0;right: 15px;}

    
    .ibanner .bd img {width: 120%;position: relative;margin-left: -10%;}

    .top_title a{font-size:22px}

    .news_wrap,.notice_wrap,.end_left,.end_right{float:none;width:auto}
    .end_left{max-width: none;}
    .wx_sm{margin-top:40px}
    .i-wyfc-box .bd{margin:0 -12px}
    .i-wyfc-box .bd ul li{width: calc(25% - 24px);margin: 0 12px 0;}
    
    .i-yqlj a{width:25%}
    .copright{text-align:center}


    .list_banner img{width: 170%;position: relative;margin-left: -35%;}

    .pic-list li img{height:150px}
}


@media (max-width:1023px){
    .top_title a{font-size: 18px;}
    .n_list li a,.tz_list .tz_txt h1,.nav .nLi h3 a{font-size:16px}
    .top_zy a,.tz_list .tz_txt p{font-size:14px}
    .n_list li a{width: calc(100% - 100px);}

    .tj_img{padding-top: 250px;}
    .tj_title a{font-size:16px}
    .i-wyfc-box .bd ul li{width:calc(33.333333% - 24px)}
    .top_zy{padding-bottom:16px}
    .top_zy a{line-height: 20px;}
    

    .n_list li{height: 36px;line-height: 36px;}
    .n_list li .date{font-size:14px}

    .i-yqlj a{width:33.333333%}
    
    .ibanner .bd img{width: 140%;position: relative;margin-left: -20%;}

    .this_dqwz{float:none;width:auto}
    .this_name{display: none;}
    .list_main_left{display:none}
    .list_main_right{float:none;width:auto}

    .c-content .c-title{font-size:24px}
}

@media (min-width:768px){
    .t_search,.menu,.bck,.i-nav h3 b{display: none !important}
}


@media (max-width:767px){
    .i-nav,.i-search{display:none}

    .i-search{position:fixed;top:0;left:0;right:0;bottom:0;z-index: 9999;width: auto;height: auto;margin: 0;}
    .search_box{position: fixed;width: 90%;overflow: hidden;top: 50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index: 6;background: #fff;}
    .search_box .fl{width:calc(100% - 50px);}
    .i-search .search-txt{width:100%;height: 42px;line-height: 42px;font-size: 16px;box-sizing:border-box}
    .search-btn{height:42px;line-height:42px}

    .i-nav{display: none;position: fixed;/* top: 96px; */left: 0;right: 0;bottom: 0;z-index: 999;background: #015294;overflow-y: auto;}
    .i-nav .nLi{width: 100%;display: block;text-align: left}
	.i-nav h3 b{position:absolute;right: -10px;bottom:0;width:50px;text-align:center;line-height:44px;height:46px;color: rgba(255,255,255,.5);font-size:20px;cursor:pointer;font-weight:normal;top:50%;margin-top:-23px;z-index: 66;transition: .3s all ease-in;}
    
	.i-nav .on b{transform:rotate(-45deg);margin-top:-22px}
    .nav .sub{position:inherit;top: inherit;background:rgba(0,0,0,.5)}
    .nav .sub li{border: rgba(0,0,0,.2);text-align: left;padding: 0 0 0 6px;}


    .menu{right: 0;display:block;width: 24px;transition:all .3s ease;margin-top:0;}
    .menu span{width:100%;height: 2px;display:block;background: #015294;transition:all .3s ease;border-radius:100px;}
	.menu span + span{margin-top: 6px;}
	.menu.on{margin-top:4px}
	.menu.on span{transform:rotate(45deg)}
	.menu.on span:nth-child(2){transform: rotate(-45deg) translate(5px,-6px);}
	.menu.on span:nth-child(3){display:none}

	.header .w1200,.list_main{padding-left:10px;padding-right:10px}


    .logo img{max-width:calc(100% - 80px)}
    .logo a{padding: 12px 0}

    .top_link{right:0;top:0;left:0;background:#015294;padding:0 10px}
    .top_link a{font-size:12px}

    .i-wyfc-box .bd ul li{width:calc(50% - 24px)}
    .i-yqlj{margin:0 -10px;width:auto}
    .i-yqlj a{width:calc(50% - 20px);margin:0 10px}
    .ibanner .bd img {width: 160%;position: relative;margin-left: -30%;}
    .ibanner .hd ul li{width:30px;height:4px}

    .ibanner .prev, .ibanner .next{transform:scale(.7)}

    .news_box_left,.news_box_right{float:none;width:auto}
    .news_box_right{margin-top:30px}
    .tj_img{padding-top:70%}

    .tj_title a{line-height:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}

    .logo{margin-top:36px}

    .copright p{line-height:26px}

    
    .list_banner img{width: 220%;margin-left: -60%;}

    
    .c-content .c-title{font-size:20px}
    .c-content .other-s{font-size:12px}

    .pic-list{margin-right:-20px}
    .pic-list li{width: calc(50% - 20px);margin-right: 20px}
    .pic-list li img{height:30vw}
}

@media (max-width:539px){
    .i-wyfc-box .bd{margin:0}
    .i-wyfc-box .bd ul li{width:100%;margin:0}


    .wx_sm img{max-width: 120px;}
}

@media (max-width:374px){
    .pic-list{margin-right:-12px}
    .pic-list li{width: calc(50% - 12px);margin-right:12px}
}