@charset "utf-8";

/* CSS Document*/
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    background: #ffffff;
    font-family: "Microsoft Yahei", 宋体, sans-serif;
    background: #ffffff;
}

dl, dt, dd, img, input {
    padding: 0;
    margin: 0;
    border: 0;
}

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;
    transition: all 0.6s;
}

a:hover {
    text-decoration: none;
    color: #cc0000;
    transition: all 0.6s;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.clearboth {
    clear: both;
    border: 0;
    padding: 0;
    margin: 0;
}

.w1200 {
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    position: relative; 
}
.w1200::after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: 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*/
.top_line {
    width: 100%;
    background: url("../images/top_bg.png") repeat-x;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    color: #8d8d8d;
}

.top_line_left {
    font-size: 14px;
    float: left
}

.top_line_right {
    width: 160px;
    float: right;
    margin: 0 50px 0 0
}

.top_line_right li {
    float: right;
    margin: 0 10px 0 0;
}

.top_line_right li img {
    margin: 5px 0 0 0;
    opacity: 0.8;
    display: block;
}

.top_line_right li img:hover {
    margin: 5px 0 0 0;
    opacity: 1
}

.top_line_left p {
    margin: 0;
}

.home-search {
    float: right;
    position: absolute;
    right: 0;
    z-index: 99999
}

.is-btn {
    margin: 0 auto 0 auto;
    padding: 0 5px;
    height: 34px;
}

.is-btn a {
    display: block;
    width: 26px;
    height: 26px;
    cursor: pointer;
    opacity: 0.8;
    padding: 8px 2px 0 10px;
    float: right;
    background: #fba51c;
}

.is-btn a:hover {
    opacity: 1
}

.i-search {
    width: 260px;
    background: url("../images/seach_bg.png") #cccccc;
    height: 34px;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 20px;
    border-radius: 0;
    border-bottom: #c2c9d9 1px solid;
}

.i-search .search-txt {
    width: 200px;
    padding-left: 10px;
    height: 34px;
    line-height: 34px;
    color: #666666;
    border: none;
    background: #ffffff;
    outline: none
}

.i-search .search-btn {
    width: 50px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    border: none;
    background: url("../images/ico_search.png") center no-repeat #383838;
    cursor: pointer;
}

.i-search .search-btn:hover {
    background: url("../images/ico_search.png") center no-repeat #000000;
}

.header {
    height: 120px;
}

.header .logo {
    margin: 10px 0 0 0;
    float: left;
}

.header .ld_mail {
    float: right;
    /* width: 305px; */
    /* margin: 20px 0 0 0; */
    /* border: #fba51c 1px solid; */
    position: absolute;
    right: 0;
    top: 25.5px;
    font-size: 28px;
    line-height: 30px;
    /* height: 110px; */
    color: #fca41c;
    font-weight: bold;
}

.header .ld_mail a {
    display: block;
    width: 100px;
    height: 30px;
    background: #ffffff;
    color: #fca41c;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    float: left
}

.header .ld_mail p {
    margin: 3px 0;
}

.header .ld_mail a:hover {
    color: #ffffff;
    background: #fca41c
}

/*nav*/
.menubox {
    width: 100%;
    margin: 0 auto;
    height: 46px;
    bottom: 0;
    background: #009ae2;
}

.nav {
    padding: 0;
    height: 46px;
    line-height: 46px;
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}

.nav a {
    color: #fff;
}

.nav .nLi {
    float: left;
    position: relative;
    display: inline;
    width: 12.5%;
    text-align: center;
}

.nav .nLi h3 {
    /* float:left; */
}

.nav .nLi h3 a {
    display: block;
    /* padding:0 34px; */
    font-size: 16px;
    font-weight: normal;
    font-family: 宋体;
}

.nav .sub {
    display: none;
    width: 150px;
    left: 0;
    top: 46px;
    position: absolute;
    background: #fca41c;
    line-height: 34px;
    padding: 0 0;
    opacity: 0.8;
}

.nav .sub li {
    zoom: 1;
}

.nav .sub a {
    display: block;
    padding: 0 10px;
    text-align: center
}

.nav .sub a:hover {
    background: #009ae2;
    color: #fff;
}

.nav .on h3 a {
    background: #fca41c;
    color: #fff;
    text-align: center;
}

/*banner*/
.ibanner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.ibanner .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 20%;
    bottom: 50px;
    z-index: 1;
}

.ibanner .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.ibanner .hd ul li {
    float: left;
    margin-right: 4px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 50px;
    background: #fff;
    cursor: pointer;
    opacity: 0.8;
}

.ibanner .hd ul li.on {
    background: #009ae2;
    opacity: 1;
    color: #fff;
}

.ibanner .bd {
    position: relative;
    height: 460px;
    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;
    height: 460px;
}

.ibanner .prev,
.ibanner .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    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;
}

/*i_mainp1*/
.i_mainp1 {
    height: auto;
    overflow: hidden;
    margin: 50px auto 30px auto
}

.i_mainp1_l {
    width: 420px;
    float: left;
}

.i_mainp1_c {
    width: 355px;
    float: left;
    margin: 0 0 0 35px
}

.i_mainp1_r {
    width: 355px;
    float: right;
}

.ititle {
    height: 40px;
    line-height: 40px;
    width: 100%;
}

.ititle h2 {
    background: url("../images/title_ico.png") left center no-repeat;
    padding: 0 0 0 30px;
    height: 40px;
    line-height: 40px;
    display: block;
    float: left;
    color: #000;
    font-size: 18px;
    font-weight: 900;
    font-family: 宋体;
}

.ititle .more {
    display: block;
    float: right;
    font-size: 14px;
    color: #fca41c;
    line-height: 40px;
    padding: 0 15px
}

/*picnews*/
.picnews {
    width: 420px;
    height: 245px;
    overflow: hidden;
    position: relative;
}

.picnews .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    bottom: 7px;
    z-index: 1;
}

.picnews .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.picnews .hd ul li {
    float: left;
    margin-right: 4px;
    width: 7px;
    height: 7px;
    line-height: 8px;
    font-size: 0;
    text-align: center;
    background: #cccccc;
    cursor: pointer;
    border-radius: 50px;
}

.picnews .hd ul li.on {
    background: #ff0000;
    color: #fff;
}

.picnews .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.picnews .bd li {
    zoom: 1;
    vertical-align: middle;
}

.picnews .bd img {
    width: 420px;
    height: 245px;
    display: block;
}

.picnews .bd span {
    position: absolute;
    bottom: 0;
    background: url(../images/title_bg.png);
    width: 100%;
    line-height: 36px;
    color: #fff;
    font-weight: bold;
}

.picnews .bd h1 {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0 10px
}

/*i_notic*/
.i_notic {
    /* width: 420px; */
    height: 95px;
    overflow: hidden;
    margin: 15px 0 0 0;
}

.i_notic h2 {
    display: block;
    float: left;
    font-size: 16px;
    margin: 0;
    padding: 5px 0 0 0;
    width: 45px;
    height: 90px;
    background: #009ae2;
    color: #ffffff;
    text-align: center;
    margin-right: 10px;
}

.n_list {
    padding: 0;
    /* width: 100%; */
     width:auto !important;
    overflow: hidden;
}

.n_list li {
    width: 100%;
    height: 32px;
    line-height: 32px;
    display: block;
    color: #444444;
    font-size: 14px;
    position: relative;
}

.n_list li a {
    font-size: 14px;
    color: #000; 
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 50px;
}

.n_list li a:hover {
    color: #cc3300
}

.n_list li .date {
    position: absolute;
    right: 0;
    top: 0;
}

.n_list li i {
    font-style: normal;
    color: #ff9900;
}

.i_play {
    width: 355px;
    height: 202px;
}

.i_play table tr td>div:first-child {
    display: block;
}

.i_bmbtn {
    border: #009ae2 1px solid;
    height: 80px;
    width: 353px;
    display: block;
    line-height: 44px;
    font-size: 16px;
    color: #009ae2;
    text-align: center;
    font-weight: bold;
}

.i_bmbtn span {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #000;
    text-align: center;
    font-weight: bold;
    font-family: 宋体;
}

.i_bmbtn span.on {
    background: #009ae2;
    color: #ffffff
}

.i_bmbtn .mron {
    background: #009ae2;
    color: #ffffff
}

.i_ztlink {
    width: 353px;
    height: 80px;
    margin: 10px auto 0 auto;
    overflow: hidden;
}

.i_ztlink a {
    background: #f2f2f2;
    display: block;
    width: 175.5px;
    height: 40px;
    line-height: 40px;
    float: left;
    font-size: 16px;
    color: #000;
    text-align: center;
    margin: 0 1px 1px 0
}

.i_ztlink a:hover {
    background: #fca41c;
    color: #ffffff
}

/**/
.i_mainp2 {
    width: 100%;
    height: 355px;
    overflow: hidden;
    margin: 0 auto;
    background: #f2f2f2;
    padding: 30px 0;
}

.m_p2_c {
    width: 300px;
    height: auto;
}

.m_p2_c_ul {
    padding-top: 15px;
}

.tw_top {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto 10px auto
}

.tw_top img {
    width: 120px;
    height: 90px;
    float: left;
}

.tw_top>a {
    float: left;
    margin-right: 25px;
}

.tw_top .tw_txt {
    height: 90px;
    overflow: hidden;
    margin-top: 5px;
}

.tw_top .tw_txt h1 {
    color: #000000;
    font-size: 15px;
    line-height: 24px;
}

.tw_top .tw_txt h1 a {
    color: #000;
}

.tw_top .tw_txt p {
    font-size: 12px;
    line-height: 22px;
    color: #999999;
    margin: 5px 0;
    padding: 0
}

.tw_top .tw_txt p a {
    color: #999999
}

.tw_top .tw_txt p span {
    color: #ff9900
}

.top_pic {
    width: 322px;
    height: auto;
    overflow: hidden;
    margin: 5px auto 10px auto;
}

.top_pic img {
    width: 128px;
    height: 90px;
    padding: 1px;
    border: #dfdfdf 1px solid;
    float: left;
    margin-right: 10px
}

.i_twtxt {
    width: 350px;
    margin: 15px auto 0 auto;
    /* height: 300px; */
    overflow: hidden;
}

.i_twtxt img {
    width: 100%;
    height: auto;
    display: block;
}

.i_twtxtimg {
    display: block;
    width: 350px;
    height: 144px;
    overflow: hidden;
    margin: 0 auto;
}

.i_twtxt h2 {
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    height: 30px;
    /* width: 100%; */
    text-align: center;
    padding: 10px;
}

.i_twtxt span {
    border-bottom: #e1e1e1 1px solid;
    line-height: 30px;
    height: 30px;
    padding: 0 0 5px 0;
    color: #666666;
    font-size: 14px;
}

.i_twtxt p {
    font-size: 12px;
    color: #8f8f8f;
    line-height: 28px;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0;
    text-align: left;
}

.i_twtxt:hover {
    background: #fdfdfd;
}

.i_twtxt:hover h2 {
    color: #cc0000
}

.ppp a h2 {
    padding: 10px 0;
    border-bottom: 1px solid #dcdcdc;
}

.ppp a span {
    line-height: 35px;
}

.ppp a p {
    line-height: 23px;
    margin: 5px 0;
}

.m_p3_c_ul {
    padding-top: 10px;
}

.dtw_top {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto 12px auto;
    transition: all 0.2s;
}

.dtw_top .dtw_txt {
   
    height: 70px;
    overflow: hidden;
}

.dtw_top .dtw_txt h1 {
    color: #000000;
    font-size: 15px;
    line-height: 24px;
}

.dtw_top .dtw_txt h1 a {
    color: #000;
}

.dtw_top .dtw_txt p {
    font-size: 12px;
    line-height: 22px;
    color: #999999;
    margin: 0 0;
    padding: 0
}

.dtw_txt p a {
    color: #999999
}

.dtw_date {
    font-size: 12px;
    color: #000;
    line-height: 70px;
    text-align: center;
    background: #f2f2f2;
    width: 90px;
    height: 70px;
    overflow: hidden;
    /* padding: 10px 0 0 0; */
    float: left;
    transition: all 0.2s;
    margin-right: 20px;
}

.dtw_date span {
    display: block
}

.dtw_top:hover {
    background: #f2f2f2;
}

.dtw_top:hover .dtw_date {
    background: #009ae2;
    color: #ffffff;
}

.img_htxtbox {
    width: 355px;
    overflow: hidden;
    margin: 0 auto;
}

.img_htxt {
    width: 355px;
    height: 107px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    float: left;
}

.img_htxt img {
    width: 355px;
    height: 107px;
    display: block
}

.img_htxtimg img {
    width: 355px;
    height: 107px;
    overflow: hidden;
}

.mt_tilte {
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    background: url("../images/title_bg.png");
    transition: all 0.6s;
    opacity: 0;
    padding: 10px 0 0 0
}

.mt_tilte h2 {
    font-size: 18px;
    color: #ffffff;
    line-height: 107px;
    text-align: center;
    display: block;
    /* margin:10px auto; */
    font-family: 宋体;
}

.mt_tilte hr {
    display: block;
    margin: 0 auto;
    width: 30%;
    height: 1px;
    background: #cccccc;
    overflow: hidden;
    border: 0
}

.mt_tilte span {
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    width: 100%;
    display: block
}

.img_htxt:hover .mt_tilte {
    bottom: 0;
    z-index: 999;
    opacity: 1
}

.img_htxt:hover img {
    transform: scale(1.2);
}

.fast_title {
    width: 100%;
    margin: 0 auto;
    background: #009ae2;
    height: 57px;
    text-align: center;
}

.fast_title h2 {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    height: 57px;
    line-height: 50px;
}

.fast_linkbox {}

.fast_linkbox ul {}

.fast_linkbox li {
    display: block;
    width: 70px;
    height: 70px;
    margin: 3px 1px 0 0;
    background: #f2f2f2;
    float: left;
    position: relative;
    overflow: hidden;
    transition: all 0.4s;
}

.fast_linkbox li img {
    /* margin: auto; */
    width: 65px;
    height: 65px;
    position: absolute;
    left: 46%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    /* margin-top: -17.5px; */
    /* margin-left: -17.5px; */
    /* text-align: center; */
    padding: 2.5px;
}

.fast_linkbox li a {
    opacity: 0;
    position: absolute;
    z-index: 99;
    display: block;
    background: #009ae2;
    color: #ffffff;
    width: 65px;
    height: 65px;
    /* line-height: 40px; */
    text-align: center;
    padding: 3px;
}

.fast_linkbox li:hover a {
    opacity: 1;
}

.fast_linkbox li a {
    *background: #f2f2f2;
    *color: #333333
}

.fast_linkbox li a:hover {
    *background: #009ae2;
    *color: #ffffff
}

/**/
/*listbanner*/
.list_banner {
    width: 100%;
    text-align: center;
}

.list_banner img {
    width: 100%;
}

/*----list------*/
.banner_list {
    height: 279px;
    width: 100%;
    background: url(../images/list_banner01.jpg) center no-repeat
}

.banner_list_f {
    width: 1200px;
    height: 279px;
    margin: 0 auto;
    position: relative
}

.banner_list_fcolor {
    background: #009ae2;
    width: 240px;
    height: 38px;
    position: absolute;
    left: 0;
    bottom: 0
}

.listmain {
    width: 1200px;
    margin: 0 auto;
    height: auto;
    position: relative;
    top: -50px
}

.list_left {
    width: 240px;
    height: 800px;
    background: #0C0
}

.list_right {
    background: #FFF;
    width: 960px;
    height: 1000px;
    margin-top: 50px
}

.list_zswz {
    background: #009ae2;
    width: 220px;
    height: 52px;
    font-size: 24px;
    padding-top: 15px;
    padding-left: 20px;
    color: #fff;
}

.two_nav {
    width: 240px;
    margin-top: 10px;
    padding-top: 10px;
    min-height: 416px;
}

.two_nav a {
    width: 200px;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 16px;
    padding-left: 40px;
    color: #333333
}

.two_nav a:hover {
    width: 196px;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 16px;
    color: #FFF;
    padding-left: 40px;
    background: #9e9e9e;
    border-left: #ff6600 4px solid;
}

.two_nav a#current {
    width: 196px;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 16px;
    color: #FFF;
    padding-left: 40px;
    background: #9e9e9e;
    border-left: #ff6600 4px solid;
}

.list_lmzsts {
    /* width:202px; */
    /* height:202px; */
    /* margin:50px auto; */
    height: 100%;
}

.list_lmzsts img {
    width: 240px;
    /* height: 200px; */
}

.list_dqwz {
    font-size: 14px;
    color: #adadad;
    text-align: right;
    width: 93%;
    height: 70px;
    line-height: 70px;
    padding-right: 7%
}

.list_dqwz a {
    color: #adadad;
}

.list_nr {
    width: 905px;
    padding: 20px 0;
    clear: both;
}

.list_nr li {
    float: left;
    width: 900px;
    background: url(../images/ico_006.png) left center no-repeat;
    padding-left: 15px;
    text-align: left;
    height: 40px;
    line-height: 40px;
    position: relative;
}



.list_nr li a {
    font-size: 15px;
    color: #333;
    line-height: 40px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 100px;
}

.list_nr li a:hover {
    font-size: 15px;
    color: #961a24;
    line-height: 40px;
}

.list_nr li:hover {
    background: url(../images/ico_006.png) left center no-repeat #F6F6F6;
}

.list_nr li .sp {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    width: 100px;
    color: #666666;
    font-size: 14px
}

.list_nr li .list_nr_djs {
    float: right;
    text-align: right;
    width: 100px;
    color: #666666;
    font-size: 14px
}

.list_nr_djs {
    padding-right: 10px
}

.content_dqname {
    height: 55px;
}

.content_dqname h2 {
    height: 55px;
    color: #333333;
    font-size: 24px;
    font-weight: normal;
    float: left;
    margin: 0;
    padding: 0 0 0 50px;
    line-height: 55px;
}

.content_dqwz {
    text-align: right;
    line-height: 55px;
    float: right;
    /* padding-right:55px; */
    font-size: 15px;
    color: #adadad;
}

.content_nrq {
    background: url(../images/content_lbg.png) top repeat-x;
    padding: 20px 50px;
    color: #333
}

.content_nr {
    padding-top: 15px
}

.content_nr p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    text-indent: 2em;
    margin: 10px;
    padding: 0px;
}

.content_title {
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    width: 100%
}

.content_shuxing {
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    width: 100%;
    border-bottom: #F5F5F5 1px solid;
    color: #a3a3a3
}

.tuwen_list {
    background: #f1f1f1;
    height: auto;
    margin: 5px 50px 20px 50px
}

.tw_table {
    height: auto;
    overflow: hidden;
    padding: 10px 15px;
    border-bottom: #fff 1px solid
}

.tw_table2 {
    height: auto;
    overflow: hidden;
    padding: 10px 15px;
    border-bottom: #fff 1px solid;
    background: #e5e2d6
}

.tw_table_img {
    width: 202px;
    margin-top: 10px;
}

.tw_table_nr {
    width: 610px;
}

.tw_table_nrtitle {
    background: url(../images/tw_listbg.png) bottom center no-repeat;
    height: 40px;
}

.tw_table_nr h3 {
    color: #951213;
    font-size: 21px;
    margin: 0;
    padding: 0;
    line-height: 40px;
    font-weight: normal
}

.tw_table_nr a {
    line-height: 40px;
    font-size: 14px;
}

.tw_table_nrzy {
    font-size: 14px;
    color: #666666;
    line-height: 27px;
}

.tw_table_nr p {
    margin: 5px;
}

.list_lingdao {
    width: 900px;
    clear: both;
    border-top: #CCC 1px solid;
}

.list_ldzy {
    padding: 30px 10px;
    border-bottom: #CCC 1px dashed;
    height: 200px
}

.ldpic {
    width: 35%
}

.ldpic img {
    width: 256px;
    height: 186px;
    border: #CCC 1px solid;
    padding: 3px
}

.ldpabout {
    width: 65%
}

.ld_title {
    width: 100%;
    line-height: 40px;
    height: 40px;
    font-size: 18px;
    text-align: left;
    color: #333;
    font-weight: 800
}

.ld_jjzy {
    text-align: left;
    line-height: 27px;
    font-size: 14px;
    color: #555
}

.ld_dqname {
    width: 100%;
    /* height: 55px;
    border-bottom: #CCC 1px solid; */
}

.ld_dqname h2 {
    height: 55px;
    color: #333333;
    font-size: 24px;
    font-weight: normal;
    float: left;
    margin: 0;
    padding: 0 0 0 0px;
    line-height: 55px;
    text-align: left;
}

.ld_dqwz {
    text-align: right;
    line-height: 55px;
    float: right;
    padding-right: 55px;
    font-size: 14px;
    color: #adadad;
}

.szpic img {
    width: 180px;
    height: 200px;
    border: #CCC 1px solid;
    padding: 3px
}

.szpabout {
    width: 70%
}


.footer {
    width: 100%; 
    background: #f0f0f0;
    border-top: #009ae2 7px solid;
    font-size: 14px;
    color: #333333;
    padding: 20px 0;
    text-align: center;
}

.footer p {
    margin: 0;
    padding: 0;
    line-height: 28px;
    font-size: 17.5px;
    color: #000;
    font-family: 宋体;
    font-weight: 900;
}

.w1060 {
    max-width: 1200px;
    margin: 0 auto;
}
.w1060::after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.w1060 p {
    float: left;
}

.n_lqcxjg .ctit {
    margin: 30px 0;
    text-align: center;
}

.n_lqcxjg .ctit span {
    font-size: 18px;
    position: relative;
}

.n_lqcxjg .ctit span:after {
    content: '';
    height: 1px;
    width: 100px;
    background: #ddd;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-left: 10px;
}

.n_lqcxjg .ctit span:before {
    content: '';
    height: 1px;
    width: 100px;
    background: #ddd;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
}

.n_lqcx .form {
    margin-bottom: .2rem;
    width: 500px;
    margin: 0 auto;
}

.n_lqcx .form dl dt {
    font-size: .3rem;
    margin-bottom: .15rem
}

.n_lqcx .form dl dd {
    margin: 20px 0;
    text-align: center;
    line-height: 30px;
    font-family: 宋体;
}

.n_lqcx .form dl dd span {
    display: inline-block;
    width: 125px;
    text-align: right;
    font-size: 16px;
    color: #333;
}

.n_lqcx .form dl dd .inp {
    border: 1px solid #ddd;
    height: 30px;
    width: 345px;
    line-height: 30px;
    border-radius: 3px;
    padding: 0 10px;
    font-size: 16px;
    box-sizing: border-box;
}

.n_lqcx .form dl dd select {
    border: 1px solid #ddd;
    height: .4rem;
    width: 100%;
    line-height: .4rem;
    border-radius: 3px;
    padding-left: 10px;
    color: #777;
    font-size: .14rem
}

.n_lqcx .form dl dd .sub {
    background: #7ea02a;
    color: #fff;
    height: 40px;
    width: 200px;
    line-height: 40px;
    border-radius: 3px;
}

.n_lqcx .form dl dd span {
    text-align: right;
    font-size: 16px;
}

.n_lqcxjg dl dd span {
    display: inline-block;
    width: 49%;
    text-align: right;
    font-size: 16px;
    color: #333;
    margin: 10px 0;
}

.n_lqcxjg dl dd span.txt {
    text-align: left;
}

.n_lqcxjg dl {
    width: 400px;
    margin: 0 auto;
}

.n_tit a {
    color: #666;
}

.n_tit a:hover {
    color: #7ea02a;
}

.n_tit font {
    padding: 0 6px;
    font: 400 14px/16px consolas;
}

.n_left h2 {
    background: #7ea02a;
    height: 100px;
    color: #fff;
    text-align: center;
    line-height: 100px;
}

.n_left h2 span {
    display: inline-block;
}

.ppiicc {
    width: auto;
    float: right;
}

.ppiicc img {
    width: 80px;

}

.ppiicc ul li {
    display: inline-block;
    margin-left: 20px;
}

.ppiicc ul li p {
    float: none;
}

.banq p {
    width: 100%;
    text-align: left
}

#wpa{
	position: fixed;
	left:20px;
	top:330px;
}

















.wap {
    display: none !important;
}

.ny-bd{
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
}
 
.list_lingdao,.list_nr,.list_nr li{
    width: auto;
    float: none;
}

@media screen and (max-width:1200px) {
    .w1200 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .header .logo a img {
        display: block;
        height: 80px;
    }

    

    .i_mainp1_c {
        width: 320px;
    }

    

    .picnews .bd img {
        width: 100%;
    }

    .picnews {
        width: auto;
    }

    .i_mainp1 .i_mainp1_l{
        margin-right: 30px;
    }
    .i_mainp1 .i_mainp1_c{
        overflow: hidden;
        float: none;
        width: auto;
    }
    .i_mainp1 .i_mainp1_r{
        clear: both;
        float: none;
        width: auto;
        margin: 0 auto;
        text-align: center;
        margin-top: 20px;
    }

    .i_mainp2 .i_mainp1_l{
        float: none;
        width: auto;
    }
    .i_mainp2 .i_mainp1_c{
        width: 48%;
        margin-left: 0;
    }
    .i_twtxt,.i_twtxtimg{
        width: auto;
        height: auto;
    }
    .i_mainp2 .i_mainp1_r{
        width: 48%;
        margin-left: 4%;
    }


    .i_mainp1.clearfix .i_mainp1_l{
        float: none;
        width: auto;
    }
    .i_mainp1.clearfix .i_mainp1_c{
        float: left;
        margin-left: 0;
        margin-right: 30px;
    }
    .i_mainp1.clearfix .i_mainp1_r{
        overflow: hidden;
        width: auto;
        float: none;
        clear: none;
    }

    .fast_linkbox li{
        width: 20%;
        margin: 0;
    }
    .i_play,.i_bmbtn{
        margin: 0 auto;
    }

    .i_mainp2{
        height: auto;
    }
    .banq{
        width: auto !important;
    }
    .footer .w1060{
        padding: 0 10px;
    }
    .banq,.ppiicc{
        float: none;
        width: auto;
    }
    .ibanner .bd,.ibanner .bd img{
        height: auto;
    }
    .banner_list_f{
        width: auto;
    }
    .max-div{
        width: 100%;
        overflow-x: scroll;
    }
}

@media screen and (max-width:1024px) {
    body {
        /*  padding-top: 60px !important;*/
    }

    .pc {
        display: none !important;
    }

    .wap {
        display: block !important;
    }

    .menubox, .header {
        display: none;
    }

    .top {
        max-width: 1920px;
        margin: 0 auto;
        position: absolute;
        right: 10px;
        top: 18px;
        width: 25px;
        height: 25px;
        z-index: 9999;
    }

    .top>img {
        display: block;
        width: 100%;
    }

    .wap-menu {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99999;
        font-size: 0;
    }

    .wap-menu img {
        height: 25px;
    }

    .close-menu {
        display: none;
        position: absolute;
        right: 0;
        top: 0;
    }


    .m-head {
        /*  position: absolute;
        top: 0;
        left: 0;
        right: 0; */
        background: #fff;
        z-index: 999;
        padding: 10px;
    }

    .m-logo {
        font-size: 0;
    }

    .m-logo a {
        font-size: 0;
        line-height: 40px;
        display: block;
    }

    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }

    .m-tlink {
        padding: 10px 15px 0 15px;
    }

    .m-tlink a {
        font-size: 12px;
        margin-right: 5px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        background: #fff;
        color: #304174;
        line-height: 24px;
        padding: 0 15px;
        border-radius: 5px;
    }

    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        /* background: #fff; */
        margin-top: 15px;
        border: 1px solid #fff;
    }

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
    }

    .m-search input[type="text"]::placeholder {
        color: #fff;
    }

    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }

    .m-nav {
        position: fixed;
        top: 60px;
        right: -100%;
        bottom: 0;
        z-index: 9999999;
        background: #009ae2;
        overflow-y: scroll;
        width: 100%;
        max-width: 375px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }

    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }

    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }

    .m-nav ul li ul {
        display: none;
    }

    .m-nav ul li ul li {
        border: none;
    }

    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }

    .m-nav>ul>li ul li a {
        padding: 10px 0;
    }

    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../images/m-nav_down.png) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }

    .top_line_left p {
        margin-left: 5px;
    }

    .is-btn {
        padding: 0;
    }

    .ibanner .prev, .ibanner .next{
        width: 23px;
        height: 40px;
        background-size: auto 117px;
    }
    .ibanner .prev{
        background-position: -62px;
    }
    .ny-l{
        display: none !important;
    }
    .ny-l+td{
        display: none;
    }
    .ny-bd tbody{
        display: block;
        width: 100%;
    }
    .ny-bd tbody tr{
        width: 100%;
        display: block;
    }
    .ny-bd tbody tr td{
        width: 100%;
        display: block;
    }
    .ny-r{
        padding: 0 10px;
        box-sizing: border-box;
    }

    .content_nrq{
        padding-left: 0;
        padding-right: 0;
    }
    .content_dqname h2{
        padding-left: 0;
    }

}

@media screen and (max-width:768px){
    .i_mainp1_l,.i_mainp2 .i_mainp1_c,.i_mainp1.clearfix .i_mainp1_c,.i_mainp1 .i_mainp1_c,.i_mainp1 .i_mainp1_l,.i_mainp2 .i_mainp1_r,.img_htxt,.img_htxtbox{
        float: none;
        width: auto;
        height: auto;
        margin-left: 0;
        margin-right: 0;
    }
    .img_htxtimg img{
        width: 100%;
        height: auto;
    }
    .top_line_left p{
        display: none;
    }
}


@media screen and (max-width:520px){
.n_right{
 box-sizing: border-box;
}
.n_lqcx .form{
 width: auto !important;
 }
.n_lqcx .form dl dd .inp{
       clear: both;
    display: block;
    width: 100% !important;
    box-sizing: border-box;
margin-top: 15px !important;
}
.n_lqcx .form dl dd img{
   display:block !important;
margin-top: 10px;
}
.n_lqcx .form dl dd{
 width: auto !important;
text-align:left !important;
}
}